body {
    font-family: 'Open Sans', sans-serif;
    
}
.header {
    height: 127px;
    background-image: url("../img/logo.jpg");
    background-repeat: no-repeat;
    background-position: 13% 50%;
    padding-bottom: 120px;
}

.h3-kontakt {

    padding-bottom: 5px;
}

.header-navbar-links {
    color:  red;
    float: right;
    margin-top: 30px;
    
    
    
}


.header-navbar-links li {
    float: left;
    list-style-type: none;
    margin-left: 25px;
    
}

.contact {
    padding-top: 30px;
    padding-bottom: 80px;


}

.contact-heading {
    color: red;
    font-size: 180%;
}

.contact-methods {
    list-style-type: none;
    font-size: 110%;
}

.contact-methods .fa {
 font-size: 150%;  
 color: red;

}

.contact-icon {
    display: inline-block;
    width: 30px;
    text-align: center;
}


.contact-methods li {
   height: 1.8em;
   
   }

.contact-input {
width: 100%;
margin-bottom: 20px;
}

.contact-message {
  height: 130px;  
}


.impressum {
    padding-top: 30px;
    padding-bottom: 20px;


}

.footer {
background-color: red;
text-align: center;
color: white;

}

h6 {
 font-size: 110%;
 font-weight: bold;   
}