.logo {
    width: 270px;
    height: 65px;
    background-size: auto;
    background-size: 100% auto;
    display:block;
    margin-left:5px;
    padding-top:8px;
}

.gdpr-bar-description {
    width: 100%;
}

.background-image-wrapper {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#home {height: 100vh;}
@media screen and (max-width: 820px) {#home {height: 60vh;}.background-image-wrapper {background-position: top;}}
@media screen and (max-width: 430px) {#home {height: 50vh;}.background-image-wrapper {background-position: top;}}
