html {
    height: 110%;
}

body,td {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: #FFF;
    color: #000;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom , rgba(88,0,0,.6) , transparent);
    z-index: 2;
}

#logo {
    height: 125px;
    transition: all .3s;
}

.nav-link {
    font-weight: bold;
}

article {
    margin: 200px 20px 150px 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    font-size: 10pt;
    background: #FFF;
    border-top: 1px solid #888;
    z-index: 20;
}

aside#socialBox.socialBox {
    position: fixed;
    bottom: 20px;
    right: -50px;
    transition: all .3s;
}

aside#socialBox {
    position: fixed;
    top: 200px;
    right: 10px;
    transition: all .3s;
}

section#imprintBox {
    position:  fixed;
    left: 20px;
    bottom: -120px;
    width: 80%;
    height: 200px;
    transition: all .3s;
    z-index: 5;
}

section#imprintBox.imprintBox {
    bottom: 10px;
}

.btn-submenu {
    background: linear-gradient(to bottom , rgba(88,0,0,.5) , rgba(88,0,0,.1));
    border: 1px solid #555;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: #000;
    /* background: green; */
}