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

html {
    scroll-padding-top: calc(var(--blx-site-header-height, 0px) + 1rem);
}

/* 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: var(--blx-color-surface);
    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: rgb(var(--blx-color-black-rgb));
    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: 600;
}

.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: 600;
    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, var(--blx-color-action-primary-fg));
    background: var(--blx-jumbotron-button-primary-bg, var(--blx-color-action-primary-bg));
    border-color: var(--blx-jumbotron-button-primary-border, var(--blx-color-action-primary-bg));
}

.jumbotron-ce .blx-jumbotron__button--primary:hover,
.jumbotron-ce .blx-jumbotron__button--primary:focus {
    color: var(--blx-jumbotron-button-primary-color, var(--blx-color-action-primary-fg));
    background: var(--blx-jumbotron-button-primary-hover-bg, var(--blx-color-action-primary-hover-bg));
    border-color: var(--blx-jumbotron-button-primary-hover-border, var(--blx-color-action-primary-hover-bg));
}

.jumbotron-ce .blx-jumbotron__button--secondary {
    color: var(--blx-jumbotron-button-secondary-color, var(--blx-color-action-secondary-fg));
    background: var(--blx-jumbotron-button-secondary-bg, var(--blx-color-action-secondary-bg));
    border-color: var(--blx-jumbotron-button-secondary-border, var(--blx-color-action-secondary-border));
}

.jumbotron-ce .blx-jumbotron__button--secondary:hover,
.jumbotron-ce .blx-jumbotron__button--secondary:focus {
    color: var(--blx-jumbotron-button-secondary-color, var(--blx-color-action-secondary-fg));
    background: var(--blx-jumbotron-button-secondary-hover-bg, var(--blx-color-action-secondary-hover-bg));
    border-color: var(--blx-jumbotron-button-secondary-hover-border, var(--blx-color-action-secondary-hover-border));
}

.jumbotron-ce .blx-jumbotron__button--light {
    color: var(--blx-jumbotron-button-light-color, var(--blx-color-text));
    background: var(--blx-jumbotron-button-light-bg, var(--blx-color-surface-soft));
    border-color: var(--blx-jumbotron-button-light-border, var(--blx-color-surface-soft));
}

.jumbotron-ce .blx-jumbotron__button--light:hover,
.jumbotron-ce .blx-jumbotron__button--light:focus {
    color: var(--blx-jumbotron-button-light-color, var(--blx-color-text));
    background: var(--blx-jumbotron-button-light-hover-bg, var(--blx-color-surface-accent-soft));
    border-color: var(--blx-jumbotron-button-light-hover-border, var(--blx-color-border));
}

.jumbotron-ce .blx-jumbotron__button--dark {
    color: var(--blx-jumbotron-button-dark-color, var(--blx-color-surface));
    background: var(--blx-jumbotron-button-dark-bg, var(--blx-color-ui-primary));
    border-color: var(--blx-jumbotron-button-dark-border, var(--blx-color-ui-primary));
}

.jumbotron-ce .blx-jumbotron__button--dark:hover,
.jumbotron-ce .blx-jumbotron__button--dark:focus {
    color: var(--blx-jumbotron-button-dark-color, var(--blx-color-surface));
    background: var(--blx-jumbotron-button-dark-hover-bg, var(--blx-color-ui-primary-hover));
    border-color: var(--blx-jumbotron-button-dark-hover-border, var(--blx-color-ui-primary-hover));
}

.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: var(--blx-color-ui-primary);
    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: rgb(var(--blx-color-surface-rgb) / 93%) !important;
}

.page-progress {
    top: var(--blx-site-header-height, 0px) !important;
}


.navbar-mainnavigation .nav-link.nav-link-main:before {
    background: var(--blx-color-ui-primary);
}

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

#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: var(--blx-color-surface);
}
