body {
    --langingpage-dark: #788088;
    --landingpage-darker: #525B61;
    color: #000;
}

.main-section p,
.main-section li,
.bp-page-footer p,
.bp-page-footer li {
    font-size: 1rem;
}

.btn {
    --bs-btn-font-size: 1rem;
}

.frame-background-light {
    --frame-background: #e4e6e7;
}

.frame-background-dark {
    --frame-color: #fff;
}

.frame-background-dark .element-header {
    --bs-heading-color: #fff;
}

.frame-space-before-large {
    margin-top: 4rem;
}

.frame-space-after-large {
    margin-bottom: 4rem;
}

.frame {
    scroll-margin-top: 152px;
}

@media (min-width: 1400px) {
    .frame-container-default {
        max-width: 1320px;
    }
}

footer .frame-type-menu_subpages ul {
    padding: 0;
}

footer .frame-type-menu_subpages li {
    display: block;
}

footer a[href^="mailto:"],
footer a[data-mailto-vector],
footer a[href^="tel:"] {
    color: var(--bs-link-color) !important;
}

.element-header {
    margin-top: 0;
}

#page-header.navbar-default {
    --mainnavigation-link-height: 64px;
    background-color: #000 !important;
    padding: 0.75rem 0;
}

.navbar-mainnavigation .navbar-brand-image img {
    max-height: 64px;
    height: 64px;
}

.navbar-nav {
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav {
        gap: 3rem !important;
    }
}

.navbar-nav .nav-link {
    text-transform: none;
}

.navbar-toggler {
    color: #fff;
}

.landingpage-keyvisual {
    background: #000;
    height: 680px;
    max-height: 100vw;
    position: relative;
    overflow: hidden;
}

.landingpage-keyvisual video,
.landingpage-keyvisual iframe,
.landingpage-keyvisual img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.landingpage-keyvisual .content {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.landingpage-keyvisual .content-inner {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    min-width: 360px;
    width: 50%;
    padding: 2rem;
}

.landingpage-keyvisual h2,
.landingpage-keyvisual h3,
.landingpage-keyvisual h4 {
    color: #fff;
}

/* Mobile */
@media (max-width: 767.98px) {
    .landingpage-keyvisual {
        height: auto;
        min-height: 100svh;
        max-height: none;
    }

    .landingpage-keyvisual .content {
        position: relative;
        inset: auto;
        padding: 6rem 0 2rem;
    }

    .landingpage-keyvisual .container,
    .landingpage-keyvisual .d-flex {
        height: auto !important;
    }

    .landingpage-keyvisual .d-flex {
        justify-content: stretch !important;
        align-items: flex-start !important;
    }

    .landingpage-keyvisual .content-inner {
        min-width: 0;
        width: 100%;
        padding: 1.25rem;
    }

    .landingpage-keyvisual h2 {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 1rem;
    }

    .landingpage-keyvisual p,
    .landingpage-keyvisual li {
        font-size: 1rem;
        line-height: 1.4;
    }

    .landingpage-keyvisual ul {
        margin-bottom: 1rem;
        padding-left: 1.25rem;
    }
}

.logo-grid {
    --gallery-gap: 3rem;
    align-items: center;
    margin: var(--gallery-gap) 0;
}

.logo-grid img {
    max-height: 80px;
    max-width: 256px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.numbered-cards {
    counter-reset: numberedCards;
}

.numbered-cards .card-group-element-item {
    counter-increment: numberedCards;
    max-width: none;
    position: relative;
    padding-top: 3.5rem;
}

.numbered-cards .card-group-element-item::before {
    content: counter(numberedCards, decimal-leading-zero);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.5rem;
    padding: 0 1rem;
    background: var(--langingpage-dark);
    color: #fff;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 3.5rem;
    letter-spacing: 0.02em;
}

.numbered-cards .card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.numbered-cards .card-body {
    padding: 0;
    background: transparent;
}

.numbered-cards .card-title {
    color: var(--landingpage-darker);
    min-height: 6.5rem;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0;
    padding: 1.75rem 0;
}

.numbered-cards ul {
    margin: 0;
    padding-left: 1.5rem;
}

.numbered-cards ul li {
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .numbered-cards .card-group-element-item {
        padding-top: 5rem;
    }

    .numbered-cards .card-group-element-item::before {
        right: 0;
        height: 3.5rem;
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .numbered-cards .card-title {
        margin-bottom: 1.5rem;
    }
}


/* ======================================================
   Frame Layout 30: Image Breakout
   ====================================================== */
.frame-layout-30 {
    position: relative;
    overflow: visible;
}

.frame-layout-30 .frame-group-container,
.frame-layout-30 .frame-group-inner,
.frame-layout-30 .frame-container,
.frame-layout-30 .frame-inner,
.frame-layout-30 .textpic {
    overflow: visible;
}

.frame-layout-30 .textpic {
    position: relative;
    z-index: 1;
    align-items: center;
}

.frame-layout-30 .textpic-item {
    position: relative;
}

.frame-layout-30 .frame-backgroundimage-container {
    display: none;
}

.frame-layout-30 .textpic-gallery {
    position: relative;
    z-index: 2;
}

.frame-layout-30 .textpic-gallery .gallery-row,
.frame-layout-30 .textpic-gallery .gallery-item,
.frame-layout-30 .textpic-gallery figure.image {
    margin: 0;
}

.frame-layout-30 .textpic-gallery picture,
.frame-layout-30 .textpic-gallery img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.frame-layout-30 .textpic-gallery img {
    position: relative;
}

.frame-layout-30 .textpic-text {
    position: relative;
    z-index: 3;
}

.frame-layout-30 .textpic-text .frame-header {
    margin-bottom: 1.5rem;
}

/* unter 768: kein Effekt */
@media (max-width: 767.98px) {
    .frame-layout-30 .textpic-gallery {
        opacity: 1;
        transform: none;
        transition: none;
        margin-bottom: 2rem;
    }
}

/* ab 768: Animation aktiv */
@media (min-width: 768px) {
    .frame-layout-30 .textpic-gallery {
        opacity: 0;
        transition:
            transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.75s ease;
        will-change: transform, opacity;
    }

    .frame-layout-30 .textpic-right .textpic-gallery {
        transform: translateX(7rem) scale(0.98);
    }

    .frame-layout-30 .textpic-left .textpic-gallery {
        transform: translateX(-7rem) scale(0.98);
    }

    .frame-layout-30.is-visible .textpic-right .textpic-gallery {
        opacity: 1;
        transform: translateX(5rem) scale(1);
    }

    .frame-layout-30.is-visible .textpic-left .textpic-gallery {
        opacity: 1;
        transform: translateX(-5rem) scale(1);
    }
}

@media (min-width: 1400px) {
    .frame-layout-30 .textpic-right .textpic-gallery {
        transform: translateX(11rem) scale(0.98);
    }

    .frame-layout-30 .textpic-left .textpic-gallery {
        transform: translateX(-11rem) scale(0.98);
    }

    .frame-layout-30.is-visible .textpic-right .textpic-gallery {
        opacity: 1;
        transform: translateX(7rem) scale(1);
    }

    .frame-layout-30.is-visible .textpic-left .textpic-gallery {
        opacity: 1;
        transform: translateX(-7rem) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .frame-layout-30 .textpic-gallery {
        opacity: 1;
        transform: none !important;
        transition: none !important;
    }
}

.js-booking-iframe {
    display: block;
    width: 100%;
    min-height: 1200px;
    border: 0;
}

@media (max-width: 767.98px) {
    .js-booking-iframe {
        min-height: 1350px;
    }
}
