.logo {
    width: 200px;
    height: 90px;
    background-size: auto;
    background-size: 100% auto;
    display:block;
}

.gdpr-bar-description {
    width: 100%;
}

.background-image-wrapper {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.iframeMaps{border:0;width:100%;height:100%;}
/*.map-above{min-height: 600px;}
.map-above-map{min-height: 600px;}*/

@media screen and (max-width: 820px) {
    #home {height: 60vh;}.background-image-wrapper {background-position: top;}
    .map-above{min-height: 160px!important;}
    .map-above-map{min-height: 160px!important;}

}
@media screen and (max-width: 430px) {
    #home {height: 50vh;}.background-image-wrapper {background-position: top;}
    .map-above{min-height: 180px!important;}
    .map-above-map{min-height: 180px!important;}
}
