html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: #f6fcff;
    font-weight: 400;
    font-style: normal;
    font-family: 'lato', sans-serif;
}

body.lang-de .header-wrapper .header-logo {
    opacity: 0;
}

.page {
    height: auto !important;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.1));
}

@media (max-width: 650px) {
    .page {
        padding: 0;
    }
}

.page-footer,
.page-push-footer {
    font-size: 12px;
    text-align: center;
}

.page-footer {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 32px;
    width: 100%;
    max-width: 565px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-content .errors-block {
    overflow: hidden;
    padding: 0 30px;
}

.page-content .thank-you-page-banner {
    margin: 30px;
}

@media only screen and (max-width: 600px) {
    .page-content .thank-you-page-banner {
        margin: 20px;
    }
}

@media only screen and (max-width: 550px) {
    .page-content .thank-you-page-banner {
        margin: 15px;
    }
}

.page-content .thank-you-page-banner img {
    width: 100%;
}
