/*** Body ***/

body{
    margin:0;
    background-color:#ebedec; /*#F6F8F9*/
    font-family: 'Titillium Web', sans-serif;
}
h1 {  
    font-family: inherit;
    font-size: 50px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: black;
    margin-bottom: 45px;
}

#content{
    margin: 150px 12rem 40px 12rem;
    max-width: 1560px;
    width: 100%;
}

/*** Header ***/

.nav-header{
    display: grid;
    grid-template-columns: 12rem repeat(9, 1fr);
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: white;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    z-index: 9999;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
}
.nav-inner .site-title {
    justify-content: space-between;
}
.brand{
    position: relative;
    top: 15px;
    width: 107px;
    height: 107px;
}

/*** Positioning ***/

.nav-header { grid-area: 1 / 1 / 2 / 10; }
.nav-inner { grid-area: 1 / 2 / 2 / 10; }
.brand { grid-area: 1 / 2 / 2 / 6; }


/*** Layout ***/

.formwrapper{
    float: left;
    width: 45%;
    margin-right: 1%;
}
.listwrapper{
    float: right;
    width: 45%;
    margin-left: 1%;
}
.address-block{
    float: left;
    width: 45%;
    margin-right: 1%;
}
.link-block{
    float: right;
    width: 45%;
    margin-left: 1%;
}

/*** Form ***/

#uploadform input, select, textarea{
    border: 1px solid #3c3c3c;
    padding: 10px 10px 10px 20px;
    border-radius: 6px;
    width: 100% !important;
    margin: 0 0 15px 0;
}
button{
    background-color: #e30018;
    padding: 15px 30px;
    border-radius: 6px;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
button:hover{
    background-color: #b5090f;
    color: white;
}
#doupload{
    width: 40%;
}
#add{
    margin: 5px 0 5px 0;
}
#filelist{
    font-size: 18px;
    margin-bottom:20px;
}
#empfaenger{
    height: 40px;
}

/*** Footer ***/
footer{
    padding:40px 0 40px 0;
}
#footer{
    margin: 0 12rem 0 12rem;
    max-width: 1560px;
    width: 100%;
    color: #9C9A96;
}
#footer h5{
    color:#fff;
}
.address{
    list-style: none;
    padding: 0;
    margin: 0;
}