/*
    Overwrote CSS Styling for alle Sites
*/

/*
BigHeader
*/
.bigheader__picture-wrapper .bigheader__logo-item {
    padding: 10px;
    background-color: #fff;
    flex: 0 0 130px;
    max-width: 130px;
    margin-bottom: 10px;
}

.bigheader__picture-wrapper .bigheader__logo-list {
    position: absolute;
    right: 23px;
    top: 23px;
    width: 130px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.bigheader__picture-wrapper {
    position: relative;
}

.bigheader__picture-wrapper .bigheader__logo-item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .bigheader__picture-wrapper .bigheader__logo-item {
        flex: 0 0 190px;
        max-width: 190px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .bigheader__picture-wrapper .bigheader__logo-list {
        width: 390px;
    }

    .bigheader__picture-wrapper .bigheader__logo-item:last-child {
        margin-right: 0;
    }
}

/* Underline of headers */
/* I removed this line from main.css file
 .headline__underline {
    position:relative;
    background-image: linear-gradient(to right, #172875 0%, #172875 50%, #172875 50%, #172875);
    background-repeat:no-repeat;
    background-size:200% 1px;
    background-position:left bottom;
    transition: background-position .35s ease-in-out, background-size .3s ease-out;
    width:100%
}

.headline:hover .headline__underline {
    background-position:right bottom;
    background-size:200% 3px
}
 */
.headline:hover .headline__underline {
    background-size: 100% 100%;
}

.headline__underline {
    background-image: linear-gradient(transparent 27px, #172875 0);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .35s ease-in-out;
    width: 100%;
    font-weight: 700;
}

.link:focus .headline .headline__underline,
.link:focus-visible .headline .headline__underline {
    color: #58656D;
    background-position: -200% bottom;
}

.headline, h1, h2, h3, h4, h5 {
    font-family: DM Sans, sans-serif;
    font-weight: 700;
    color: #172875;
    line-height: 2.25rem;
    margin-bottom: 1rem;
    position: relative;
}

@media (min-width: 768px) {
    .stageteaser__headline {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    section.page-title.page-title-childspage {
        top:-108px;
    }
}

.stageteaseritem:after {
    background: linear-gradient(180deg, rgba(17, 23, 50, 0), #0c1746 76%, #0b174c);
    content: "";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00111732", endColorstr="#0b174c", GradientType=0);
    height: 100%;
    left: 0;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s;
    width: 100%;
}

/* NEWS border */
/*
.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap a {
    border: none !important;
}
*/


/*
Service-Flappen
*/
.menu__item--serviceflags {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 335px;
    padding: 0;
}

/*
div.menu__item--serviceflags {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 335px;
    padding: 0;
    position: fixed;
    right: 0;
    top: 137px;
    z-index: 9;
}

li.menu__item--serviceflags {
    display: flex;
}

div.menu__item--serviceflags .serviceflags {
    display: none;
}
*/
div.menu__item--serviceflags {
    display: none;
}

@media (max-width: 992px) {
    .menu__item--serviceflags .serviceflags {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .menu__item--serviceflags {
        position: fixed;
        right: 0;
        top: 137px;
        z-index: 9;
    }

    div.menu__item--serviceflags {
        display: flex;
    }

    body.site-noelga .menu__item--serviceflags {
        top: 215px;
    }

    body.childrens-page .sub-nav-wrapper {
        position:fixed;
        bottom:50px;
        left:0;
        width:100%;
        z-index:1000;
        display:flex;
        justify-content:center
    }
}

.menu__item--serviceflags .desktop {
    display: none;
}

@media (min-width: 992px) {
    .menu__item--serviceflags .desktop {
        display: block;
    }
}

.menu__item--serviceflags .mobile {
    width: 100%;
}

body.childrens-page .childspage-download-book-teaser .section-icon {
    display: block;
    margin-bottom: 24px;
    height: 25px;
}

@media (min-width: 992px) {
    .menu__item--serviceflags .mobile {
        display: none;
    }
    body.childrens-page .childspage-download-book-teaser .section-icon {
        margin: 0 auto;
        margin-bottom: 60px;
        height: 37px;
    }
}

.menu__item--serviceflags .mobile.mobile--default {
    width: 48%;
}

.menu__item--serviceflags .pain__button:not(.pain__button--default) {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    background: #ffd614;
    border-bottom: 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #e2bb00;
    display: block;
    font-size: 1rem;
    line-height: 18px;
    margin: 2.5rem auto 1.25rem;
    padding: 1rem 6rem 1rem 1.3125rem;
    position: relative;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 375px) {
    .menu__item--serviceflags .pain__button:not(.pain__button--default) {
        padding-right: 7.25rem;
    }
}

.menu__item--serviceflags .pain__button:not(.pain__button--default) .icon {
    position: absolute;
    right: 1.3125rem;
    top: 50%;
    transform: translateY(-50%);
    width: 77px;
}

@media (max-width: 992px) {
    .menu__item--serviceflags .mobile--default {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        align-items: center;
        background: #f2f5fa;
        border-radius: 4px;
        box-shadow: 0 2px 0 0 #dce0e6;
        color: #172875;
        display: flex;
        letter-spacing: -0.04rem;
        line-height: 15px;
        text-decoration: none;
    }

    .menu__item--serviceflags .link {
        align-items: center;
        display: inline-flex;
        padding: 0.625rem;
        text-decoration: none;
    }
}

@media (max-width: 992px) and (min-width: 480px) {
    .menu__item--serviceflags .link {
        max-width: 159px;
    }
}

@media (max-width: 992px) {
    .menu__item--serviceflags .link .icon {
        margin-right: 8px;
        width: 26px;
    }
    .menu__toggler:checked + .submenu {
        opacity:1;
        visibility:visible;
        left:0;
    }
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    hyphens: auto;
    word-break: normal;
}

section.box-list-overview .list-filter {
    position: relative;
}

section.box-list-overview .loader-wrapper {
    position: absolute;
    height: 500px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    z-index: 199;
    display: flex;
    justify-content: center;
    align-items: center
}

section.box-list-overview .loader-wrapper.d-none {
    display: none
}

section.box-list-overview .loader {
    color: #41779d;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
    z-index: 200
}

.game-page {
    background-color: transparent !important;
}


@keyframes mulShdSpin {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em
    }
}

/* f_alert small adjustments */
.page__content>.page__block.alert-message {
    max-width: 100% !important;
}

.tmpl-Default .page__block-alert-message {
    max-width: initial !important;
}

.tmpl-Default .page__block-alert-message,
.tmpl-Homepage .alert-message,
.tmpl-MenuContent .page__block-alert-message {
    padding-top: 50px;
}

.tmpl-Homepage.color--holding .page__block-alert-message {
    padding-top: 150px;
}

@media (max-width: 992px) {
    .tmpl-Homepage.color--holding .page__block-alert-message {
        padding-top: 80px;
    }
}

/* f_cookies small adjustments */
.fcc-cookie-modal-buttons_item.hidden {
    display: none;
}
.fcc-cookie-modal_inner_cookie-id-wrapper .personal-id.hidden {
    display: none;
}
.fcc-cookie-modal_inner_cookie-id-wrapper .show-id.hidden {
    display: none;
}
section.videothek .component--iframe--hidden {
    height: 0;
}
section.videothek .consent-box.content-area .button-consent {
    max-width: fit-content;
}
.fcc-cookie-modal-buttons_item_btn-primary:after,
.fcc-cookie-modal-buttons_item_btn-secondary::after {
    content: '' !important;
}

.leaflet-container .leaflet-marker-pane img {
    margin-left: -16px;
    margin-top: -47px;
}

body.tmpl-Homepage .news-image-teaser .page__wrapper,
body.tmpl-Homepage .page__block--text-image-teaser .page__wrapper {
    padding: 0 1.25rem;
}

/* main-menu */
.main-menu {
    z-index: 30;
}










/* Hero Teaser */

.hero-teaser-contact-multicolumn .hero-teaser-contact-item-wrapper {
    padding: 1.25rem 0;
    margin: 0 1.25rem;
    border-top: 1px solid #9FAFC1;
}
@media (min-width: 768px) {
    .hero-teaser-contact-multicolumn .hero-teaser-contact-item-wrapper {
        display: block;
        border-top: none;
        border-left: 1px solid #9FAFC1;
        padding-left: 20px;
    }
}
@media (min-width: 1200px) {
    .hero-teaser-contact-multicolumn .hero-teaser-contact-item-wrapper {
        display: flex;
    }
}

.hero-teaser-contact-multicolumn .hero-teaser-contact-item-wrapper:first-child {
    border-top: none;
}
@media (min-width: 768px) {
    .hero-teaser-contact-multicolumn .hero-teaser-contact-item-wrapper:first-child {
        border-left: none;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .hero-teaser-contact-multicolumn.hero-teaser-contact {
        display: flex;
        justify-content: center;
        gap: 0;
        padding: 1.25rem 5rem;
    }
}

@media (min-width: 1200px) {
    .hero-teaser-contact-multicolumn.hero-teaser-contact {
        padding: 1.25rem 10rem;
    }
}

@media (min-width: 768px) {
    .hero-teaser-contact-multicolumn .hero-teaser-contact-item {
        min-width: 0;
    }
}

.hero-teaser-contact-multicolumn .hero-teaser-contact-item:first-child {
    border-bottom: none;
}
@media (min-width: 768px) {
    .hero-teaser-contact-multicolumn .hero-teaser-contact-item:first-child {
        border-right: none;
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .hero-teaser-contact-multicolumn .hero-teaser-contact-item {
        padding: 1.25rem 0;
        margin: 0 1.25rem;
    }
}

@media (min-width: 992px) {
    .hero-teaser-contact-multicolumn {
        justify-content: space-around;
    }
}



/* Footer LocationDetail Component */
.locationdetail__column--vcard-wrapper {
    width: 75%;
}

@media (min-width: 768px) {
    .locationdetail__column--vcard-wrapper .locationdetail__column--vcard {
        width: 100%;
        padding-bottom: 2.5rem;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .locationdetail__column--vcard-wrapper .locationdetail__column--vcard {
        display: inline-block;
        width: 30%;
    }
}

.locationdetail__column--left.left-content-to-top {
    align-self: start;
}
@media (min-width: 1200px) {
    .locationdetail__column--left.left-content-to-top {
        align-self: initial;
    }
}

.locationdetail__column--right.right-content-indent {
    width: 100%;
}
@media (min-width: 768px) {
    .locationdetail__column--right.right-content-indent {
        width: 75%;
        margin-left: 25%;
        padding-left: 20px;
    }
}

.component--video.component--vimeo {
    background-color: transparent;
}
.video__vimeo {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Add this to your main stylesheet */
.form__field.form_field--honeypot {
    display: none !important;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}