@charset "UTF-8";

html {
    scroll-behavior: smooth;           /* optional: weiches Scrollen */
    scroll-padding-top: 140px;          /* Höhe der fixen Navbar */
}

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    background-color: #111111;
    color: #e4e4e4;
}


strong {
    font-weight: 700;
}

section {
    padding: 2em 0;
}


.navabstand {
    margin-top: 3.8em;
}

@media (min-width: 1400px) {
    section {
        padding: 4em 0;
    }
}



h1, h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 1 !important;
}


.text_darkgrey {
    color: #333333;
}
.text_gelb, .active {
    color: #ffff05 !important;
}

.text_black {
    color: #000;
}


.bg_white {
    background-color: #fff;
}
.bg_black {
    background-color: #000;
}
.bg_hellgrau {
    background-color: #f6f6f6;
}
.bg_darkgrey {
    background-color: #333333;
}
.bg_gelb {
    background-color: #ffff05;
}
.bg_transparent {
    background-color: rgba(0,0,0,0.6) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}


.bg_offcanvas {
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-backdrop.show {
    background-color: rgba(255,255,255,0.6) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1 !important;
}

.cover{
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cover_70 {
    min-height: 70vh;
}

.parallax{
    background-attachment: fixed;
}

#video-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    pointer-events: none;
}

#video-overlay a,
#video-overlay button {
    pointer-events: auto;
}


.hf-hero-video {
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: top;
}

.hf-hero-video,
.row.p-0.m-0 { background: #000; }

@media (min-width: 992px) {
    .hf-hero-video {
        min-height: 1400px;
    }
}



.slogan {
    margin-top: 10em;
    margin-bottom: 10em;
    text-shadow: 0px 0px 4px #000000;
}


.slogan2 {
    margin-top: 16em;
    margin-bottom: 8em;
    text-shadow: 0px 0px 4px #000000;
}




.schatten {
    text-shadow: 0px 0px 3px #000;
}

@media (min-width: 992px) {
    .schatten {
        text-shadow: 0px 0px 8px #000;
    }
}

.list-group-item {
    background-color: transparent;
    color: inherit !important;
}

.beteiligungen .list-group-item {
    background-color: transparent;
    color: inherit !important;
}



/* Portrait video ratio 9:16 (wie Reels/Stories) */
.ratio-9x16 {
    position: relative;
    width: 100%;
    padding-top: 177.7778%; /* 16 / 9 * 100 */
    overflow: hidden;
}

.ratio-9x16 > video,
.ratio-9x16 > iframe,
.ratio-9x16 > embed,
.ratio-9x16 > object {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* cover = füllt, contain = zeigt alles mit Balken */
}




.levelup-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: 1rem;
}

.levelup-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Layout-Zuweisung */
.img1 {
    grid-column: span 8;
    grid-row: span 2;
}

.img2 {
    grid-column: span 4;
    grid-row: span 2;
}

.img3,
.img4,
.img5 {
    grid-column: span 4;
}

.img6 {
    grid-column: span 4;
}

.levelup-text {
    grid-column: span 8;
    padding: 2.5rem;
}

/* Mobile */
@media (max-width: 991px) {

    .levelup-grid img {
        grid-column: span 4 !important;
        grid-row: auto !important;
    }

    .levelup-text {
        grid-column: span 12;
    }
}


/* Geschichte / Carousel */
.wl-carousel-img {
    height: 480px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 992px) {
    .wl-carousel-img {
        height: 620px;
    }
}

.wl-carousel-caption {
    font-size: 0.95rem;
    margin-bottom: 0;
}

#geschichteCarousel .carousel-indicators {
    bottom: auto;
    top: 0.75rem;
}

#geschichteCarousel .carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 1.25rem 5%;
    background-color: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

#geschichteCarousel .carousel-caption p { margin-bottom: 0; }


/* Geschichte / Timeline */
.wl-timeline {
    position: relative;
    padding-left: 2rem;
}

.wl-timeline::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0.4rem;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, rgba(255,255,5,0.5) 0%, rgba(255,255,5,0.05) 100%);
}

.wl-timeline-item {
    position: relative;
    padding-left: 1.25rem;
    padding-bottom: 2rem;
}

.wl-timeline-item:last-child {
    padding-bottom: 0;
}

.wl-timeline-item::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0.35rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffff05;
    box-shadow: 0 0 8px rgba(255,255,5,0.45);
}

.wl-timeline-year {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffff05;
    line-height: 1;
    margin-bottom: 0.3rem;
}