:root {
    /* Höhe deines Headers, damit 100vh korrekt berechnet wird */
    --blx-site-header-height: 0px;
    --jumbotron-header-height: var(--blx-site-header-height);
}

/* Falls du eine sticky Header-Klasse hast: */
.header-sticky {
    --jumbotron-header-height: var(--blx-site-header-height);
}

.jumbotron-ce {
    position: relative;
    padding: 8rem 2rem;
    color: #fff;
    background-size: cover;
    background-position: center;
    /* border-radius: .5rem; */
    overflow: hidden;
    text-align: center;
}

.jumbotron-ce--lottie {
    background: none;
}

.jumbotron-ce--video {
    background: none;
}

.jumbotron-ce--media-none {
    color: inherit;
    background: none;
}

.jumbotron-ce--placeholder {
    background-image: url('../Images/jumbotron-placeholder.svg');
    background-size: cover;
    background-position: center;
}

.frame-has-backgroundimage.frame-type-jumbotron .frame-backgroundimage-container {
    display: none !important;
}

.frame-has-backgroundimage.frame-type-jumbotron .frame-container,
.frame-has-backgroundimage.frame-type-jumbotron .frame-inner {
    background: none !important;
}

.jumbotron-ce .jumbotron-ce-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    pointer-events: none;
}

.jumbotron-ce .jumbotron-ce-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.jumbotron-ce .jumbotron-ce-lottie {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.jumbotron-ce .jumbotron-ce-lottie lottie-player {
    width: 100%;
    height: 100%;
}

.jumbotron-ce .jumbotron-ce-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.jumbotron-ce .jumbotron-ce-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.jumbotron-ce--fullheight {
    min-height: calc(var(--blx-site-viewport-height, 100vh) - var(--jumbotron-header-height, 0px));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
}

.jumbotron-ce .jumbotron-title {
    color: inherit;
    margin-bottom: 1rem;
}

.jumbotron-ce .jumbotron-eyebrow {
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.jumbotron-ce .jumbotron-subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.jumbotron-ce .jumbotron-text {
    margin-bottom: 1.5rem;
}

.jumbotron-ce .blx-jumbotron__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.jumbotron-ce .blx-jumbotron__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.875rem 1.75rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.jumbotron-ce .blx-jumbotron__button:hover,
.jumbotron-ce .blx-jumbotron__button:focus {
    text-decoration: none;
}

.jumbotron-ce .blx-jumbotron__button--primary {
    color: var(--blx-jumbotron-button-primary-color, #fff);
    background: var(--blx-jumbotron-button-primary-bg, #0d6efd);
    border-color: var(--blx-jumbotron-button-primary-border, #0d6efd);
}

.jumbotron-ce .blx-jumbotron__button--primary:hover,
.jumbotron-ce .blx-jumbotron__button--primary:focus {
    color: var(--blx-jumbotron-button-primary-color, #fff);
    background: var(--blx-jumbotron-button-primary-hover-bg, #0b5ed7);
    border-color: var(--blx-jumbotron-button-primary-hover-border, #0a58ca);
}

.jumbotron-ce .blx-jumbotron__button--secondary {
    color: var(--blx-jumbotron-button-secondary-color, #fff);
    background: var(--blx-jumbotron-button-secondary-bg, #6c757d);
    border-color: var(--blx-jumbotron-button-secondary-border, #6c757d);
}

.jumbotron-ce .blx-jumbotron__button--secondary:hover,
.jumbotron-ce .blx-jumbotron__button--secondary:focus {
    color: var(--blx-jumbotron-button-secondary-color, #fff);
    background: var(--blx-jumbotron-button-secondary-hover-bg, #5c636a);
    border-color: var(--blx-jumbotron-button-secondary-hover-border, #565e64);
}

.jumbotron-ce .blx-jumbotron__button--light {
    color: var(--blx-jumbotron-button-light-color, #212529);
    background: var(--blx-jumbotron-button-light-bg, #f8f9fa);
    border-color: var(--blx-jumbotron-button-light-border, #f8f9fa);
}

.jumbotron-ce .blx-jumbotron__button--light:hover,
.jumbotron-ce .blx-jumbotron__button--light:focus {
    color: var(--blx-jumbotron-button-light-color, #212529);
    background: var(--blx-jumbotron-button-light-hover-bg, #d3d4d5);
    border-color: var(--blx-jumbotron-button-light-hover-border, #c6c7c8);
}

.jumbotron-ce .blx-jumbotron__button--dark {
    color: var(--blx-jumbotron-button-dark-color, #fff);
    background: var(--blx-jumbotron-button-dark-bg, #212529);
    border-color: var(--blx-jumbotron-button-dark-border, #212529);
}

.jumbotron-ce .blx-jumbotron__button--dark:hover,
.jumbotron-ce .blx-jumbotron__button--dark:focus {
    color: var(--blx-jumbotron-button-dark-color, #fff);
    background: var(--blx-jumbotron-button-dark-hover-bg, #1c1f23);
    border-color: var(--blx-jumbotron-button-dark-hover-border, #1a1e21);
}

.jumbotron-ce .blx-jumbotron__button--link {
    min-height: 0;
    padding-inline: 0;
    color: var(--blx-jumbotron-button-link-color, currentColor);
    background: transparent;
    border-color: transparent;
}

.jumbotron-ce .blx-jumbotron__button--link:hover,
.jumbotron-ce .blx-jumbotron__button--link:focus {
    color: var(--blx-jumbotron-button-link-hover-color, currentColor);
    background: transparent;
    border-color: transparent;
    opacity: 0.82;
}

.frame-type-jumbotron.frame {
    padding-top: 0;
    padding-bottom: 0;
}

.frame-type-jumbotron .frame-container {
    max-width: none;
    padding: 0;
}

.jumbotron-ce-chevron {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: 0;
    background: none;
    color: #3b9c94;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    animation: jumbotron-chevron-bounce 1.4s ease-in-out infinite;
}

.jumbotron-ce-chevron-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.jumbotron-ce-chevron-container .jumbotron-ce-chevron {
    pointer-events: auto;
}

.jumbotron-ce-chevron:hover {
    transform: translateX(-50%) translateY(-4px);
    opacity: 0.9;
}

.jumbotron-ce-chevron span {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.jumbotron-ce-chevron::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-left: 6px solid currentColor;
    border-bottom: 6px solid currentColor;
    transform: rotate(-45deg) translateY(-2px);
    transform-origin: center;
}

@keyframes jumbotron-chevron-bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-6px);
    }
}

#page-header {
    background-color: #FFFFFFEE !important;
}

.page-progress {
    top: 110px !important;
}


.navbar-mainnavigation .nav-link.nav-link-main:before {
    background: #000;
}

.frame-type-modal {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #45ABA5;
    --bs-btn-border-color: #45ABA5;
    --bs-btn-hover-color: #E6A101;
    --bs-btn-hover-bg: #804A84;
    --bs-btn-hover-border-color: #804A84;
    --bs-btn-focus-shadow-rgb: 217, 205, 177;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #804A84;
    --bs-btn-active-border-color: #804A84;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #FFF1D0;
    --bs-btn-disabled-border-color: #FFF1D0;
}

#c100 .gallery-item figure {
    margin: 0 6rem;
}

.tab-content .card-group-element-columns-5,
.tab-content .card-group-element-columns-6,
.tab-content .card-group-element-columns-7,
.tab-content .card-group-element-columns-8,
.tab-content .card-group-element-columns-9 {
    --cardgroup-columns: 3 !important;
}

.tab-content .frame-type-card_group {
    background-color: inherit;
}

.tab-content .frame-type-blx_lottie {
    padding: 0 !important;
}

.tab-content .frame-type-blx_lottie .frame-inner {
    margin: 0;
    background-color: white;
}
