html {
    margin-right: calc(-1 * (100vw - 100%));
    overflow-x: hidden;
 }


a{
    color: #78554C;
}
a:hover{
    color: #78554C;
}
img{
    height: 100%;
    width:auto;
    border-radius: 7px;
}
.alevrolit_img{
    float: right; 
    max-height: 160px; 
    min-width: 270px;
    margin-left: 10px;
}
.alevrolit_img_hidden{
    height:200px; 
    width: auto;
}
.brusch_img{
    height:200px; 
    float:left; 
    margin-right:30px;
}
.brusch_img_hidden{
    height:200px; 
}
.navigation_color{
    font-size:24px; 
    background-color: #78554C; 
}
.logo{
    height: 70px; 
    width:auto;
}