html, body{ margin: 0px; padding: 0px; height: 100%; background-color: #222222; text-align: center;font-family: 'Roboto', sans-serif;}
section{ min-height: 100%;}
a{ text-transform: none;}
li{ list-style-type: none;}
h1, h2, h3, a{ color: azure; text-transform: uppercase;}
h3{ font-size: 40px; padding-top: 8%; margin-bottom: 5px; margin-top: 0px;}
p{ color: azure;}
hr{ width: 40px; height: 3px; background: azure; border: 0; margin: 0 auto 40px auto;}
li, img, .button{transition: all 300ms;-webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}
.fa-bars{display: none;}
h4{ font-size: 40px;}

#impressum{
    background: url(../images/back-3.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
#impressum img{
    margin: 30px auto 20px auto;
}
#impressum h4{
    color: azure;
    margin-top: 5px;
    margin-bottom: 0px;
}
#impressum p{
    font-size: 25px;
    margin-top: 10px;
}
#impressum h5{
    color: azure;
    font-size: 25px;
    font-weight: lighter;
    margin-top: 50px;
    margin-bottom: 0px;
}
#impressum h6{
    color: azure;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 0px;
}
@media(max-width:530px){
    #impressum img{
        width: 50%;
    }
}