/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.is-expanded-menu #header.full-header.transparent-header #header-wrap {
    background-color: #F15B00 !important;
}

/* Menü linksbündig im Container, Abstand zum Logo, keine Zentrierung */
.is-expanded-menu #header.full-header.transparent-header .header-row {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.is-expanded-menu #header.full-header.transparent-header #logo {
    margin-right: 48px !important;
}

.is-expanded-menu #header.full-header.transparent-header .menu-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    width: auto !important;
    float: none !important;
    padding-left: 0 !important;
}

.is-expanded-menu #header.full-header.transparent-header .menu-item {
    float: none !important;
}

.is-expanded-menu #header.full-header.transparent-header .me-0,
.is-expanded-menu #header.full-header.transparent-header .ms-auto,
.is-expanded-menu #header.full-header.transparent-header .border-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: none !important;
}

.is-expanded-menu #header.full-header.transparent-header .container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.is-expanded-menu #header.full-header.transparent-header #logo img {
    height: 80px !important;
    width: auto !important;
}

/* Abstand für Header-Überlappung weiter reduzieren (Slider noch weiter nach oben) */
#slider {
    padding-top: 20px !important;
    background: rgba(255,0,0,0.1); /* Testfarbe, damit du siehst, wo der Slider beginnt */
}

    #slider.slider-element,
    #slider .slider-inner,
    #slider .vertical-middle,
    #slider .container {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

/* Alles auf 0 setzen, um jeglichen Abstand zu eliminieren */
#slider,
.slider-element,
.slider-inner,
.vertical-middle,
.content-wrap,
#home,
body {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#slider {
    background: rgba(255,0,0,0.1); /* Testfarbe */
}

@media (max-width: 991.98px) {
    #slider {
        padding-top: 10px !important;
    }
}

/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

/* Menü-Dropdown-Pfeil: Font Awesome Icon ersetzen durch reines CSS-Dreieck */
.sub-menu-indicator {
    display: inline-block !important;
    font-family: inherit !important;
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    background: none !important;
    position: relative;
    vertical-align: middle;
    margin-left: 4px;
}

    /* Alle Font Awesome Inhalte des Pfeils deaktivieren */
    .sub-menu-indicator::before {
        content: "" !important;
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid currentColor;
        vertical-align: middle;
    }

    /* Pfeil dreht sich beim Öffnen */
    .sub-menu-indicator.icon-rotate-90::before {
        border-top: none;
        border-bottom: 6px solid currentColor;
    }

/* Dropdown Sub-Menü: weißer Hintergrund */
.is-expanded-menu #header .sub-menu-container {
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    min-width: 280px !important;
    white-space: nowrap !important;
}

    .is-expanded-menu #header .sub-menu-container .menu-item .menu-link {
        color: #333333 !important;
    }

        .is-expanded-menu #header .sub-menu-container .menu-item:hover .menu-link,
        .is-expanded-menu #header .sub-menu-container .menu-item .menu-link:hover {
            background-color: #F15B00 !important;
            color: #ffffff !important;
        }

/* ----------------------------------------------------------------
    Testimonial / FlexSlider Sektion
-----------------------------------------------------------------*/
.testimonial-section {
    background-color: #ffffff;
    padding: 100px 0;
}

    .testimonial-section .fslider h3,
    .testimonial-section .fslider h5,
    .testimonial-section .fslider small {
        color: #1a1a1a !important;
    }

    /* Zitat-Bilder: fixe Höhe, kein FlexSlider-Override */
    .testimonial-section .fslider .slide img,
    .testimonial-section .flexslider .slider-wrap li img,
    .testimonial-section .flexslider img {
        height: 160px !important;
        width: auto !important;
        max-width: unset !important;
        max-height: unset !important;
        display: block !important;
        margin: 0 auto 20px auto !important;
        object-fit: contain !important;
    }

    /* Navigationspfeile: immer sichtbar, orange, kein grauer Hintergrund */
    .testimonial-section .flex-direction-nav a,
    .testimonial-section .flex-direction-nav a.flex-prev,
    .testimonial-section .flex-direction-nav a.flex-next {
        opacity: 1 !important;
        color: #F15B00 !important;
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        border: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border-radius: 0 !important;
    }

        .testimonial-section .flex-direction-nav a::before {
            color: #F15B00 !important;
            font-size: 32px !important;
            background: transparent !important;
            text-shadow: none !important;
        }

        /* Hover-Effekt für Pfeile */
        .testimonial-section .flex-direction-nav a:hover,
        .testimonial-section .flex-direction-nav a:hover::before {
            opacity: 0.75 !important;
            background: transparent !important;
            background-color: transparent !important;
        }

    /* Punkte-Navigation */
    .testimonial-section .flex-control-paging li a {
        background: #cccccc !important;
        box-shadow: none !important;
    }

        .testimonial-section .flex-control-paging li a.flex-active,
        .testimonial-section .flex-control-paging li a:hover {
            background: #F15B00 !important;
        }

/* ----------------------------------------------------------------
    Vereinsgeschichte – Timeline
-----------------------------------------------------------------*/

.timeline-erc {
    position: relative;
    padding: 20px 0 40px;
    margin: 0 auto;
    max-width: 1000px;
}

    /* Vertikale Mittellinie */
    .timeline-erc::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(to bottom, #F15B00 0%, #d94e00 100%);
        transform: translateX(-50%);
        border-radius: 3px;
    }

/* Einzelner Eintrag */
.tl-item {
    position: relative;
    width: 45%;
    margin-bottom: 40px;
    clear: both;
}

    .tl-item.tl-left {
        float: left;
        text-align: right;
    }

    .tl-item.tl-right {
        float: right;
        text-align: left;
    }

    /* Clearfix nach jedem Item-Paar */
    .tl-item::after {
        content: '';
        display: table;
        clear: both;
    }

/* Clearfix für Container */
.timeline-erc::after {
    content: '';
    display: table;
    clear: both;
}

/* Punkt auf der Mittellinie */
.tl-dot {
    position: absolute;
    top: 12px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #F15B00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #F15B00;
    z-index: 2;
    box-shadow: 0 2px 12px rgba(241,91,0,0.18);
    transition: transform .2s, box-shadow .2s;
}

.tl-item.tl-left .tl-dot {
    right: -56px;
}

.tl-item.tl-right .tl-dot {
    left: -56px;
}

.tl-dot.tl-highlight {
    background: #F15B00;
    color: #fff;
    border-color: #d94e00;
    box-shadow: 0 4px 18px rgba(241,91,0,0.38);
}

.tl-item:hover .tl-dot {
    transform: scale(1.15);
    box-shadow: 0 6px 22px rgba(241,91,0,0.32);
}

/* Inhaltskarte */
.tl-content {
    background: #fff;
    border-radius: 12px;
    padding: 20px 22px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    transition: box-shadow .2s, transform .2s;
    position: relative;
}

.tl-item:hover .tl-content {
    box-shadow: 0 6px 28px rgba(241,91,0,0.14);
    transform: translateY(-3px);
}

/* Hervorgehobene Karte */
.tl-content.tl-content-highlight {
    border-left: 4px solid #F15B00;
    background: linear-gradient(135deg, #fff9f6 0%, #fff 100%);
}

.tl-item.tl-right .tl-content.tl-content-highlight {
    border-left: 4px solid #F15B00;
    border-right: none;
}

.tl-item.tl-left .tl-content.tl-content-highlight {
    border-right: 4px solid #F15B00;
    border-left: 1px solid #f0f0f0;
}

/* Verbindungsdreieck zur Mittellinie */
.tl-content::before {
    content: '';
    position: absolute;
    top: 20px;
    border: 9px solid transparent;
}

.tl-item.tl-left .tl-content::before {
    right: -18px;
    border-left-color: #f0f0f0;
}

.tl-item.tl-right .tl-content::before {
    left: -18px;
    border-right-color: #f0f0f0;
}

.tl-item.tl-left .tl-content::after {
    content: '';
    position: absolute;
    top: 21px;
    right: -16px;
    border: 8px solid transparent;
    border-left-color: #fff;
}

.tl-item.tl-right .tl-content::after {
    content: '';
    position: absolute;
    top: 21px;
    left: -16px;
    border: 8px solid transparent;
    border-right-color: #fff;
}

.tl-item.tl-left .tl-content.tl-content-highlight::after {
    border-left-color: #fff9f6;
}

.tl-item.tl-right .tl-content.tl-content-highlight::after {
    border-right-color: #fff9f6;
}

/* Datum-Badge */
.tl-date {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #F15B00;
    background: rgba(241,91,0,.08);
    border-radius: 20px;
    padding: 3px 12px;
    margin-bottom: 8px;
}

/* Titel */
.tl-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.tl-content p {
    font-size: .9rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ---- Responsive: ab 768px alles linksbündig ---- */
@media (max-width: 860px) {

    .timeline-erc::before {
        left: 22px;
    }

    .tl-item,
    .tl-item.tl-left,
    .tl-item.tl-right {
        width: 100%;
        float: none;
        text-align: left;
        padding-left: 70px;
        padding-right: 0;
        margin-bottom: 28px;
    }

        .tl-item.tl-left .tl-dot,
        .tl-item.tl-right .tl-dot {
            left: 0;
            right: auto;
        }

        .tl-item.tl-left .tl-content::before,
        .tl-item.tl-right .tl-content::before {
            left: -18px;
            right: auto;
            border-left-color: transparent;
            border-right-color: #f0f0f0;
        }

        .tl-item.tl-left .tl-content::after,
        .tl-item.tl-right .tl-content::after {
            left: -16px;
            right: auto;
            border-left-color: transparent;
            border-right-color: #fff;
        }

        .tl-item.tl-left .tl-content.tl-content-highlight::after,
        .tl-item.tl-right .tl-content.tl-content-highlight::after {
            border-right-color: #fff9f6;
            border-left-color: transparent;
        }

        .tl-item.tl-left .tl-content.tl-content-highlight,
        .tl-item.tl-right .tl-content.tl-content-highlight {
            border-left: 4px solid #F15B00;
            border-right: 1px solid #f0f0f0;
        }
}

/* ----------------------------------------------------------------
    Vereinsgeschichte – Zusammenfassungs-Box
-----------------------------------------------------------------*/

.tl-summary-box {
    background: #fff;
    border-radius: 14px;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    border-left: 5px solid #F15B00;
}

.tl-summary-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 18px;
}

    .tl-summary-title i {
        color: #F15B00;
    }

.tl-summary-box p {
    color: #333;
    font-size: .95rem;
    line-height: 1.8;
    margin-bottom: 14px;
}

    .tl-summary-box p:last-of-type {
        margin-bottom: 28px;
    }

.tl-summary-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    border-top: 1px solid #f0f0f0;
    padding-top: 22px;
    margin-top: 4px;
}

.tl-stat {
    flex: 1 1 130px;
    background: #fff9f6;
    border: 1px solid rgba(241,91,0,.15);
    border-radius: 10px;
    padding: 14px 16px;
    text-align: center;
}

.tl-stat-num {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #F15B00;
    line-height: 1.1;
}

.tl-stat-label {
    display: block;
    font-size: .78rem;
    color: #555;
    margin-top: 4px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .tl-summary-box {
        padding: 24px 20px;
    }

    .tl-stat {
        flex: 1 1 calc(50% - 8px);
    }
}

/* ----------------------------------------------------------------
    Vereinsgeschichte – Dankesworte
-----------------------------------------------------------------*/

.tl-closing {
    background: linear-gradient(135deg, #fff9f6 0%, #fff4ee 100%);
    border: 1px solid rgba(241,91,0,.2);
    border-radius: 16px;
    padding: 40px 44px;
    position: relative;
    margin-bottom: 20px;
}

.tl-closing-icon {
    display: block;
    font-size: 2rem;
    color: #F15B00;
    margin-bottom: 16px;
}

.tl-closing-text {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.85;
    margin: 0;
    font-style: italic;
}

    .tl-closing-text strong {
        font-style: normal;
        color: #F15B00;
    }

@media (max-width: 576px) {
    .tl-closing {
        padding: 28px 22px;
    }

    .tl-closing-text {
        font-size: .95rem;
    }
}

/* ----------------------------------------------------------------
    Vorstandschaft – Karten
-----------------------------------------------------------------*/

.vorstand-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
    text-align: center;
}

    .vorstand-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 36px rgba(241,91,0,0.16);
    }

/* Bild-Bereich */
.vorstand-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f0f0f0;
    overflow: hidden;
}

.vorstand-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .35s;
}

.vorstand-card:hover .vorstand-img {
    transform: scale(1.04);
}

/* Platzhalter wenn kein Bild vorhanden */
.vorstand-img-placeholder {
    display: none;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #ebebeb 100%);
    font-size: 6rem;
    color: #ccc;
}

/* Oranger Streifen oben */
.vorstand-card::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #F15B00, #ff8c42);
}

/* Textbereich */
.vorstand-body {
    padding: 22px 20px 28px;
}

.vorstand-role {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #F15B00;
    background: rgba(241,91,0,.08);
    border-radius: 20px;
    padding: 4px 14px;
    margin-bottom: 10px;
}

.vorstand-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

@media (max-width: 576px) {
    .vorstand-img-wrap {
        aspect-ratio: 4 / 3;
    }
}

/* ----------------------------------------------------------------
    Mitglied werden – Vorteile
-----------------------------------------------------------------*/

.mv-benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 16px 18px;
    height: 100%;
    transition: box-shadow .2s, transform .2s;
}

    .mv-benefit:hover {
        box-shadow: 0 4px 18px rgba(241,91,0,.1);
        transform: translateY(-2px);
    }

.mv-benefit-icon {
    font-size: 1.5rem;
    color: #F15B00;
    flex-shrink: 0;
    margin-top: 2px;
}

.mv-benefit strong {
    display: block;
    font-size: .95rem;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.mv-benefit p {
    font-size: .85rem;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* ----------------------------------------------------------------
    Mitglied werden – Beitragskarten
-----------------------------------------------------------------*/

.mv-beitrag-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 28px 16px 22px;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    transition: transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden;
}

    .mv-beitrag-card::before {
        content: '';
        display: block;
        height: 4px;
        background: linear-gradient(90deg, #F15B00, #ff8c42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .mv-beitrag-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(241,91,0,.14);
    }

.mv-beitrag-icon {
    font-size: 2rem;
    color: #F15B00;
    margin-bottom: 10px;
}

.mv-beitrag-label {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 6px;
}

.mv-beitrag-price {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.mv-beitrag-hint {
    font-size: .78rem;
    color: #aaa;
}

/* ----------------------------------------------------------------
    Mitglied werden – Schritte
-----------------------------------------------------------------*/

.mv-step {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px 28px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
}

    .mv-step:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(241,91,0,.12);
    }

.mv-step-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F15B00, #ff8c42);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 4px 14px rgba(241,91,0,.3);
}

.mv-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.mv-step-text {
    font-size: .88rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}



/* ----------------------------------------------------------------
    Mitglied werden – Download-Box
-----------------------------------------------------------------*/

.mv-download-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 16px;
    padding: 44px 40px;
    color: #fff;
    box-shadow: 0 8px 36px rgba(0,0,0,0.18);
}

.mv-download-icon {
    font-size: 3rem;
    color: #F15B00;
    display: block;
    margin-bottom: 14px;
}

.mv-download-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.mv-download-text {
    font-size: .9rem;
    color: #bbb;
    line-height: 1.7;
    margin-bottom: 24px;
}

.mv-download-btn {
    display: inline-block;
    background: #F15B00;
    color: #fff !important;
    font-weight: 700;
    font-size: .95rem;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background .2s, transform .2s, box-shadow .2s;
    box-shadow: 0 4px 18px rgba(241,91,0,.4);
}

    .mv-download-btn:hover {
        background: #d94e00;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(241,91,0,.5);
        color: #fff !important;
    }

@media (max-width: 576px) {
    .mv-download-box {
        padding: 30px 20px;
    }
}

/* ----------------------------------------------------------------
    Probetraining – Formular-Box
-----------------------------------------------------------------*/

.pt-form-box {
    background: #fff;
    border-radius: 16px;
    padding: 36px 38px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border-top: 4px solid #F15B00;
}

.pt-form-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

    .pt-form-title i {
        color: #F15B00;
    }

.pt-label {
    display: block;
    font-size: .82rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 6px;
    letter-spacing: .3px;
}

.pt-input {
    display: block;
    width: 100%;
    padding: 11px 14px;
    font-size: .9rem;
    color: #1a1a1a;
    background: #fafafa;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

    .pt-input:focus {
        border-color: #F15B00;
        box-shadow: 0 0 0 3px rgba(241,91,0,.12);
        background: #fff;
    }

.pt-textarea {
    min-height: 100px;
    resize: vertical;
}

.pt-validation {
    display: block;
    font-size: .78rem;
    color: #e03c3c;
    margin-top: 4px;
}

.pt-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px;
    background: #F15B00;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(241,91,0,.35);
    transition: background .2s, transform .2s, box-shadow .2s;
}

    .pt-submit-btn:hover:not(:disabled) {
        background: #d94e00;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(241,91,0,.45);
    }

    .pt-submit-btn:disabled {
        opacity: .7;
        cursor: not-allowed;
    }

/* Erfolgs-Box */
.pt-success {
    text-align: center;
    padding: 32px 16px;
}

.pt-success-icon {
    font-size: 3rem;
    color: #28a745;
    display: block;
    margin-bottom: 14px;
}

.pt-success h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.pt-success p {
    color: #555;
    font-size: .95rem;
}

/* ----------------------------------------------------------------
    Probetraining – Checkliste
-----------------------------------------------------------------*/

.pt-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-checklist li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 8px 0;
        font-size: .92rem;
        color: #333;
        border-bottom: 1px solid #f5f5f5;
    }

        .pt-checklist li:last-child {
            border-bottom: none;
        }

    .pt-checklist .bi-check-circle-fill,
    .pt-checklist .bi-check2-circle {
        color: #F15B00;
        font-size: 1.05rem;
        flex-shrink: 0;
        margin-top: 2px;
    }

.pt-hint {
    font-size: .8rem;
    color: #888;
    font-style: italic;
}

/* ----------------------------------------------------------------
    Probetraining – Ablauf-Steps (kompakt)
-----------------------------------------------------------------*/

.pt-steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pt-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.pt-step-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F15B00, #ff8c42);
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(241,91,0,.28);
}

.pt-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.pt-step-text {
    font-size: .88rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ----------------------------------------------------------------
    Team – Abschnitts-Label
-----------------------------------------------------------------*/

.tm-section-label {
    display: inline-flex;
    align-items: center;
    background: #1a1a1a;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 8px 22px;
    border-radius: 50px;
    margin-bottom: 6px;
}

    .tm-section-label .bi {
        color: #F15B00;
    }

/* ----------------------------------------------------------------
    Team – Karten (Standard für Vorstand & Coach)
-----------------------------------------------------------------*/

.tm-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
    border: 1px solid #f0f0f0;
    transition: transform .22s, box-shadow .22s;
    position: relative;
    text-align: center;
}

    .tm-card::before {
        content: '';
        display: block;
        height: 3px;
        background: linear-gradient(90deg, #F15B00, #ff8c42);
    }

    .tm-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 28px rgba(241,91,0,.14);
    }

.tm-card-coach::before {
    background: linear-gradient(90deg, #1a1a1a, #444);
}

.tm-card-coach:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,.15);
}

.tm-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f0f0f0;
    overflow: hidden;
}

.tm-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .3s;
}

.tm-card:hover .tm-img {
    transform: scale(1.04);
}

.tm-placeholder {
    display: none;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f0f0, #e4e4e4);
    font-size: 4rem;
    color: #ccc;
}

.tm-body {
    padding: 12px 10px 14px;
}

.tm-role {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #F15B00;
    background: rgba(241,91,0,.08);
    border-radius: 20px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.tm-card-coach .tm-role {
    color: #1a1a1a;
    background: rgba(0,0,0,.06);
}

.tm-name {
    font-size: .95rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

/* ----------------------------------------------------------------
    Team – Kleine Spieler-Karten
-----------------------------------------------------------------*/

.tm-card-sm {
    border-radius: 10px;
}

    .tm-card-sm::before {
        height: 2px;
    }

.tm-number {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #F15B00;
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
    border-radius: 6px;
    padding: 1px 7px;
    line-height: 1.6;
    box-shadow: 0 1px 6px rgba(241,91,0,.4);
}

.tm-name-sm {
    font-size: .82rem;
}

.tm-pos {
    font-size: .7rem;
    color: #888;
    margin-top: 2px;
}

/* ----------------------------------------------------------------
    Probetraining – FAQ Accordion
-----------------------------------------------------------------*/

.pt-faq {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pt-faq-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    overflow: hidden;
    transition: box-shadow .2s;
}

.pt-faq-item:hover {
    box-shadow: 0 4px 18px rgba(241,91,0,.1);
}

.pt-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 22px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: .95rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: left;
    gap: 12px;
    transition: color .2s;
}

.pt-faq-q:hover {
    color: #F15B00;
}

.pt-faq-q i {
    font-size: .85rem;
    color: #F15B00;
    flex-shrink: 0;
    transition: transform .25s;
}

.pt-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    padding: 0 22px;
}

.pt-faq-a p {
    font-size: .9rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.pt-faq-open .pt-faq-q {
    color: #F15B00;
}

.pt-faq-open .pt-faq-a {
    max-height: 500px;
    padding: 0 22px 18px;
}

/* ----------------------------------------------------------------
    Fix: Flexslider-Icon Font (verhindert 404 für flexslider-icon.woff/.ttf)
    Ersetzt durch CSS-Pfeile via Bootstrap Icons
-----------------------------------------------------------------*/
@font-face {
    font-family: 'flexslider-icon';
    src: local('');  /* Verhindert Download-Versuch der fehlenden Dateien */
}

.flex-direction-nav a::before {
    font-family: "bootstrap-icons" !important;
    content: "\f12f" !important; /* bi-chevron-left */
    font-size: 28px !important;
    background: none !important;
}

.flex-direction-nav a.flex-next::before {
    content: "\f138" !important; /* bi-chevron-right */
}

/* ----------------------------------------------------------------
    Fix: Sub-Menü Toggle Button (Mobile) – fa-solid fa-chevron-right
    Nutzt Bootstrap Icons statt Font Awesome
-----------------------------------------------------------------*/
.sub-menu-trigger {
    font-family: "bootstrap-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    border: none !important;
    background: transparent !important;
    color: inherit !important;
    cursor: pointer !important;
    padding: 0 4px !important;
}

.sub-menu-trigger::before {
    font-family: "bootstrap-icons" !important;
    content: "\f138" !important; /* bi-chevron-right */
    font-size: 14px !important;
    display: inline-block !important;
    background: none !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Gedreht wenn Sub-Menü offen */
.sub-menu-trigger.sub-menu-open::before {
    content: "\f12f" !important; /* bi-chevron-left */
}

/* Alle FA-Klassen auf dem Button zurücksetzen */
.sub-menu-trigger.fa-solid,
.sub-menu-trigger.fa-chevron-right {
    font-family: "bootstrap-icons" !important;
}

/* ----------------------------------------------------------------
    Fix: Sub-Menü-Indicator (fa-caret-down) komplett ausblenden
-----------------------------------------------------------------*/
.sub-menu-indicator,
.sub-menu-indicator::before,
.sub-menu-indicator::after,
i.sub-menu-indicator,
span.sub-menu-indicator {
    display: none !important;
}
