@media (min-width: 768px)  { .tw-container, .container { max-width: 768px; } }
@media (min-width: 960px)  { .tw-container, .container { max-width: 960px; } }
@media (min-width: 1200px) { .tw-container, .container { max-width: 1200px; } }

html, body {
    font-size: 16px;
}

.logo img {
    max-height: 110px;
}


.navigation-wrapper {
    background: #012268;
}

.page__contentwrapper--background {
background: url("https://onl-cdn.s3-eu-central-1.amazonaws.com/urlaubsempfehler/background.webp") 0px 0px / cover no-repeat fixed;
}