.header__wrap .header {
    padding-bottom: 0.5em;
    box-shadow: none;
}

.nav--administration--offcanvas .nav--administration__list-item:not(:last-child).ml3em {
    margin-left: 3em;
}

.nav__list.nav--administration__list {
    flex-wrap: wrap;
}

@media all and (max-width: 669px) {
    .no-mobile {
        display: none;
    }
}

.not_mobile {
    display: none;
}

@media (min-width: 980px) {
    .mobile_only {
        display: none !important;
    }

    .not_mobile {
        display: inherit;
    }

    .nav__list.nav--administration__list {
        flex-wrap: nowrap;
    }
}

.width_80_percent {
    max-width: 80%;
}

.width_15_percent {
    max-width: 15%;
}

.header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.header__nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}


@media (max-width: 979px) {
    .header {
        padding: 10px 0;
    }

    .header .header__nav {
        display: none;
    }
}

.min-height {
    height: min-content;
}

.pagingTopContainer {
    display: none;
}

.pagingTopMobileContainer {
    display: block;
}

.controls .controls__pager {
    padding-bottom: 0px;
}

@media (min-width: 970px) {
    .pagingTopContainer {
        display: block;
    }

    .pagingTopMobileContainer {
        display: none;
    }
}

.site-public-shop {
    display: flex;
    flex-direction: column;
}

.site-public-shop .site__header {
    padding: 1em 5em;
}

.site-public-shop #shop-image img {
    max-width: 5em;
}

.site-public-shop .site__wrap {
    background-repeat: no-repeat;
    background-position: top;
    height: calc(100vh - 5em);
    padding: 0px;
}

.input-container-wrap {
    display: flex;
    width: 100%;
    margin-top: 20%;
}

.input-container {
    padding: 2em 3em;
    box-shadow: 0px 0px 0px 1em rgba(0, 0, 0, 0.3);
    background: white;
}

.input-container.flex.flex-vertical > * + * {
    margin-left: 0em;
    margin-top: 1em;
}

.flex.flex-vertical > * + * {
    margin-left: 0em;
    margin-top: 1em;
}

.input-container .title,
.input-container .captcha-head {
    font-size: 20pt;
    font-weight: normal;
    text-align: center;
}

.input-container .inline-captcha-content {
    display: flex;
    flex-direction: column;
}

.input-container .inline-captcha-content .is-realperson {
    margin-left: auto;
}

.input-container .inline-captcha-content > * + * {
    margin-top: 1em;
}

.input-container input[type='text'] {
    padding: 1em;
}

.input-container .message {
    font-size: 14pt;
}

.input-container .button,
.checkout .button {
    background-color: rgb(255, 20, 20);
    padding: 0.5em 5em;
}

.body-voucher input#realPerson {
    width: 10em;
    padding: 0.5em 1em;
    font-size: 12pt;
    height: auto !important;
    margin-top: 1em;
}

.body-voucher .realperson-regen {
    display: none;
}

.body-voucher .footer {
    position: fixed;
    bottom: 1em;
    width: 100%;
    max-width: 100%;
    height: 1em;
}

.body-voucher .nav {
    padding-left: 0;
    padding-right: 0;
}

.body-voucher .nav .nav__link {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.body-voucher .site {
    padding-bottom: 2em;
}

.no-captcha-header .captcha-head {
    display: none;
}

.body-voucher .captcha-note {
    margin-bottom: 0;
    font-size: 14pt;
}

.no-captcha-header .captcha-note {
    display: none;
}

.error-text {
    color: red;
    font-weight: bold;
}

.bordered_top {
    border-top: solid thin rgb(200, 200, 200);
}

.bordered_bottom {
    border-bottom: solid thin rgb(200, 200, 200);
}

.message-header {
    margin-top: 2em;
    text-align: center;
    font-weight: bold;
}

.message-title {
    text-align: center;
    justify-content: center;
    font-weight: bold;
}

.message-text {
    text-align: center;
}

.message-footer {
    text-align: center;
    font-weight: bold;
}

.button.button-danger {
    color: red;
    border-color: red;
}