/* Hub-Subnav (Übersicht, Sport, DE/INT, Länder) */

.ff-content-wrap .ff-subnav-wrap {
    margin-top: 0;
}

.ff-subnav-wrap {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.ff-subnav-inner {
    position: relative;
    max-width: min(var(--ff-layout-max), calc(100% - 2 * var(--ff-layout-gutter)));
    width: 100%;
    margin: 0 auto;
    /* Desktop: mehr Luft zur Hauptnav + zum Karussell; ≤1024 siehe Media Query (Mobil klassisch). */
    padding: 22px 0 12px;
    box-sizing: border-box;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

/*
 * Startseite + oberes Eigenwerbe-Promo (body.ff-top-promo-subnav; :has-Fallback ohne Body-Klasse):
 * Abstand fester Hauptnav/stack → erste Subnav-Zeile; kein Doppel‑padding-bottom innen vor dem Promo.
 * main: kein zusätzliches Top-Padding unter dem Promo (Karussell-Abstand steuert Margin am Banner — ff-promo-banner.css).
 */
body.ff-top-promo-subnav .ff-content-wrap .ff-subnav-inner,
.ff-content-wrap:has(> .ff-promo-banner.ff-promo-banner--between-subnav) .ff-subnav-inner {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

body.ff-top-promo-subnav .ff-content-wrap > main.ff-main.ff-home,
.ff-content-wrap:has(> .ff-promo-banner.ff-promo-banner--between-subnav) > main.ff-main.ff-home {
    padding-top: 0 !important;
}

.ff-home-subnav.ff-sn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

.ff-sn .ff-home-subnav-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    min-height: 28px;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
}

.ff-sn .ff-home-subnav-left::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Podcast-Template: keine Fußball-/Eishockey-Unternavigation → Länder-Popup hier ausblenden */
.ff-subnav-inner:has(.ff-sn--podcast) #ff-sn-lands {
    display: none !important;
}

.ff-sn .ff-home-subnav-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: 16px;
}

/* Mein FF aktiv: Hub-Filter ausblenden, stattdessen Folge ich / Merkzettel */
.ff-home-subnav.ff-sn .ff-sn-meinff-strip {
    display: none;
}
body.ff-meinff-on .ff-home-subnav.ff-sn .ff-sn-hub-default {
    display: none !important;
}
body.ff-meinff-on .ff-home-subnav.ff-sn .ff-sn-meinff-strip {
    display: flex !important;
}
/* Gleiche Mindesthöhe für Hub- und Mein-FF-Zeile → weniger vertikaler Sprung beim Toggle */
.ff-home-subnav.ff-sn > .ff-home-subnav-left.ff-sn-hub-default,
.ff-home-subnav.ff-sn > .ff-home-subnav-left.ff-sn-meinff-strip {
    min-height: 36px;
    align-items: center;
    box-sizing: border-box;
}

/*
 * Oberes Start-Promo (body_class ff-top-promo-subnav): keine unterschiedliche Unterfüllung
 * zwischen Hub-Zeile und Mein‑FF‑Tabs → sonst springt Weiß Unterkante ⇄ Promo beim Toggle (.ff-sn
 * gibt sonst 2 px padding-bottom für .ff-home-subnav-left nur bei einem der beiden Zweige nicht weg).
 * Beide linke Streifen gleiche minimale Höhe unter Promo wie zuvor 28 px.
 */
@media (min-width: 1025px) {
    body.ff-top-promo-subnav .ff-home-subnav.ff-sn > .ff-home-subnav-left.ff-sn-hub-default,
    body.ff-top-promo-subnav .ff-home-subnav.ff-sn > .ff-home-subnav-left.ff-sn-meinff-strip {
        min-height: 28px;
    }

    body.ff-top-promo-subnav .ff-sn .ff-home-subnav-left.ff-sn-hub-default,
    body.ff-top-promo-subnav .ff-sn .ff-home-subnav-left.ff-sn-meinff-strip {
        padding-bottom: 0 !important;
    }
}
.ff-sn .ff-sn-meinff-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 25px;
    min-height: 28px;
    min-width: 0;
}

/*
 * Podcast-Seite mit Mein FF: Nur ein Eintrag („Meine Präferenzen“), kein Merkzettel-Tab —
 * gleiche Typo/Unterstrich wie aktiver FF-Hub-Tab, ohne Tablist-Semantik.
 */
.ff-sn .ff-sn-meinff-tabs--podcast-single {
    gap: 0;
}
.ff-sn .ff-sn-meinff-tab-podcast-single {
    cursor: default;
    user-select: none;
}

/* Basis-Item (Links / Buttons) */
.ff-sn .ff-sn-item,
.ff-sn a.ff-sn-item,
.ff-sn button.ff-sn-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    flex: 0 1 auto;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    /* Kein min-height: sonst zentriert der Text in der Box und der rote Strich wirkt weit unter der Zeile (Figma: Balken dicht unter dem Text). */
    min-height: 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
    /* Subnav — Figma 15px: Regular inaktiv, Bold aktiv (.is-active) */
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    padding-bottom: 0;
}

.ff-sn a.ff-sn-item:hover,
.ff-sn button.ff-sn-item:hover {
    color: #000;
}

.ff-sn .ff-sn-item.is-active {
    color: #000 !important;
    font-weight: 700 !important;
    border-bottom-color: #b43526 !important;
}

/* Sport / International: Unterstrich nur unter dem Wort, nicht unter dem Chevron */
.ff-sn button.ff-sn-sport-btn.ff-sn-item,
.ff-sn button.ff-sn-int-btn.ff-sn-item {
    border-bottom: none !important;
}

.ff-sn button.ff-sn-sport-btn.ff-sn-item .ff-sn-label,
.ff-sn button.ff-sn-int-btn.ff-sn-item .ff-sn-label {
    display: inline-block;
    border-bottom: 2px solid transparent;
    max-width: 100%;
}

.ff-sn button.ff-sn-sport-btn.ff-sn-item.is-active .ff-sn-label,
.ff-sn button.ff-sn-int-btn.ff-sn-item.is-active .ff-sn-label {
    border-bottom-color: #b43526 !important;
}

/*
 * Figma Subnav: Zeile gap 25px (.ff-sn-children); innerhalb „Frame 999“ gap 10px
 * zwischen Kategorie-Blöcken; innerhalb Kategorie (Label + Pfeil) gap 5px (.ff-sn-item).
 */
.ff-sn .ff-sn-path-segment {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    min-height: 0;
}

/* Statisches Pfad-Chevron (keine .is-expanded-Rotation) */
.ff-sn .ff-sn-bc-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
    color: #000;
    transition: none;
}

.ff-sn .ff-sn-bc-chevron svg {
    display: block;
    width: 7px;
    height: 12px;
}

/* Einzelbeitrag: keine Hub-Subnav — Brotkrumen-Zeile (ohne .ff-home-subnav → kein ff-subnav.js) */
.ff-single-subnav.ff-sn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

/* Nur eine horizontale Zeile: kein Umbruch, kein Scroll-Streifen — Ellipse am Titel */
.ff-single-subnav.ff-sn .ff-home-subnav-left {
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: hidden;
    overflow-y: visible;
}

/* Pfad: gap 15px; Subnav-Text 15px */
.ff-single-bc-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 0;
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-height: 24px;
    box-sizing: border-box;
}

.ff-single-bc-row .ff-sn-bc-chevron {
    flex-shrink: 0;
}

/* Brotkrumen: Zwischenstufen Regular (400); Titel = Bold (700) */
.ff-single-bc-row .ff-single-bc-link,
.ff-single-bc-row .ff-single-bc-sport {
    flex-shrink: 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.ff-single-bc-row a.ff-single-bc-link {
    text-decoration: none;
    cursor: pointer;
}

.ff-single-bc-row a.ff-single-bc-link:hover {
    color: #000;
    text-decoration: none;
}

.ff-single-bc-row .ff-single-bc-title {
    flex: 1 1 0%;
    min-width: 0;
    max-width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    overflow-wrap: normal;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    cursor: default;
}

/* Vereins-Detail (?verein=…): eine Zeile, kein Umbruch des Namens; zu lang → … */
.ff-sn-verein-bc .ff-single-bc-row {
    flex-wrap: nowrap;
    align-items: center;
}
.ff-sn-verein-bc .ff-single-bc-title {
    flex: 1 1 0%;
    min-width: 0;
    max-width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    overflow-wrap: normal;
    line-height: 24px;
}

/* Subnav (.ff-sn-chevron) — nicht .ff-main-nav / .ff-nav-dropdown-chevron */
/* SVG zeigt nach unten; zu = rechts; aufgeklappt = unten */
.ff-sn-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
    align-self: center;
    transform: rotate(-90deg);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.ff-sn-chevron svg {
    display: block;
    width: 10.5px;
    height: 5px;
}

.ff-sn-group.is-expanded > .ff-sn-sport-btn .ff-sn-chevron {
    transform: rotate(0deg);
}

.ff-sn-sport-btn {
    -webkit-appearance: none;
    appearance: none;
}

.ff-sn-sport-btn:focus,
.ff-sn-int-btn:focus {
    outline: none;
}

.ff-sn-sport-btn:focus-visible,
.ff-sn-int-btn:focus-visible {
    outline: 2px solid #B43526;
    outline-offset: 2px;
    border-radius: 3px;
}

/* Gruppe: Sport + inline Kinder */
.ff-sn-group {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    flex-shrink: 0;
}

.ff-sn-children {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.ff-sn-group.is-expanded .ff-sn-children {
    display: inline-flex;
}

.ff-sn-int {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ff-sn-int.is-open > .ff-sn-int-btn .ff-sn-chevron {
    transform: rotate(0deg);
}

/* Mein FF */
.ff-sn .ff-home-subnav-meinff-label {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.ff-sn .ff-home-subnav-toggle-wrap {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.ff-sn .ff-home-subnav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ff-sn .ff-home-subnav-toggle-slider {
    display: block;
    width: 38px;
    height: 18px;
    background: #e0e0e3;
    border-radius: 9px;
    position: relative;
    transition: background 0.2s ease;
}

.ff-sn .ff-home-subnav-toggle-slider::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: #2b2b2b;
    border-radius: 50%;
    transition: transform 0.2s ease, background 0.2s ease;
}

.ff-sn .ff-home-subnav-toggle:checked + .ff-home-subnav-toggle-slider {
    background: #ebd4d4;
}

.ff-sn .ff-home-subnav-toggle:checked + .ff-home-subnav-toggle-slider::after {
    background: #b43526;
    transform: translateX(-20px);
}

/*
 * Sofort gleicher Look wie :checked, sobald body.ff-meinff-on gesetzt ist (Inline-Script oben im Stack),
 * bevor ggf. noch Layout nachzieht — vermeidet sichtbaren „Einschalt“-Flip beim Seitenwechsel.
 */
body.ff-meinff-on .ff-sn .ff-home-subnav-toggle + .ff-home-subnav-toggle-slider {
    background: #ebd4d4;
}
body.ff-meinff-on .ff-sn .ff-home-subnav-toggle + .ff-home-subnav-toggle-slider::after {
    background: #b43526;
    transform: translateX(-20px);
}
body.ff-meinff-no-transition .ff-sn .ff-home-subnav-toggle-slider,
body.ff-meinff-no-transition .ff-sn .ff-home-subnav-toggle-slider::after {
    transition: none !important;
}

/* Länder-Panel (Figma: weiß, Schatten, schmale Scrollspalte) */
.ff-sn-lands-panel {
    position: absolute;
    z-index: 300;
    display: none;
    flex-direction: row;
    align-items: stretch;
    gap: 13px;
    min-width: 160px;
    max-width: 220px;
    padding: 4px 10px 8px 10px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    box-sizing: border-box;
}

.ff-sn-lands-panel.is-open {
    display: flex;
}

.ff-sn-lands-scroll {
    flex: 1;
    min-width: 0;
    max-height: 220px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 4px 0 0;
    scrollbar-width: thin;
    scrollbar-color: #000 #d9d9d9;
}

.ff-sn-lands-scroll::-webkit-scrollbar {
    width: 7px;
}

.ff-sn-lands-scroll::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 3.5px;
}

.ff-sn-lands-scroll::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 3.5px;
}

.ff-sn-land-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #313131;
    margin: 0;
    padding: 0;
    user-select: none;
}

.ff-sn-land-row input {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    accent-color: #b43526;
    cursor: pointer;
}

.ff-sn-land-all {
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
}

.ff-sn-lands-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 6px;
    margin-top: 4px;
    border-top: 1px solid #eee;
}

.ff-sn-lands-apply {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 10px;
    background: #b43526;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.ff-sn-lands-apply:hover {
    background: #8f2a1f;
}

@media (max-width: 560px) {
    .ff-sn .ff-home-subnav-left,
    .ff-sn-group,
    .ff-sn-meinff-tabs {
        gap: 16px;
    }

    .ff-sn-group.is-expanded .ff-sn-children {
        gap: 12px;
    }
}

/* Mobil (≤1024): nur Übersicht · Deutschland · International + Mein FF (Fußball/Eishockey-Zweige ausblenden) */
.ff-sn-mobile-hub {
    display: none;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    min-width: 0;
}

@media (max-width: 1024px) {
    /*
     * Links + „Mein FF“ oben ausrichten: bei align-items:center wirkt die rechte Spalte
     * tiefer, sobald die linke Spalte (Scroll-Hub + padding) höher ist als die rechte.
     */
    .ff-home-subnav.ff-sn,
    .ff-single-subnav.ff-sn {
        align-items: flex-start !important;
    }
    .ff-home .ff-home-subnav.ff-sn {
        align-items: flex-start !important;
    }

    /* Mobil wieder klassisch: symmetrisch 6px oben/unten zum Karussell (wie main padding-top). */
    .ff-subnav-inner {
        width: 100%;
        max-width: 100%;
        padding: 6px var(--ff-layout-gutter) 0;
        box-sizing: border-box;
    }

    /*
     * Subnav → main: nicht .ff-subnav-wrap + main (dazwischen liegen im Header <style>/<script>).
     * Hub: main.ff-home direkt unter .ff-content-wrap; Fotos-DE/Foto-Updates mit Sticky-Wrap.
     */
    .ff-content-wrap > main.ff-main.ff-home,
    .ff-content-wrap > .ff-fd-sticky-wrap > main.ff-main,
    .ff-content-wrap > .ff-updates-sticky-wrap > main.ff-main {
        padding-top: 6px !important;
    }

    /* Doppeltes padding-bottom vermeiden — Hub-Links haben bereits padding unten */
    .ff-sn .ff-home-subnav-left {
        padding-bottom: 0 !important;
    }

    .ff-sn-desktop-only {
        display: none !important;
    }

    .ff-sn-mobile-hub {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        max-width: 100%;
        gap: 10px 12px;
    }
    .ff-sn-mobile-hub::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    @media (max-width: 400px) {
        .ff-sn-mobile-hub .ff-sn-item,
        .ff-sn-mobile-hub .ff-sn-int-btn {
            font-size: 15px !important;
        }
    }

    .ff-sn-mobile-hub .ff-sn-item {
        white-space: nowrap;
        line-height: 1.2 !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 0 2px !important;
        margin: 0 !important;
        border-bottom: 2px solid transparent !important;
        box-sizing: border-box !important;
        min-height: 28px;
    }
    .ff-sn-mobile-hub .ff-sn-item.is-active {
        font-weight: 700 !important;
        border-bottom-color: #b43526 !important;
    }

    /* Podcast: flache Tabs in einer scrollbar-fähigen Zeile (gleiche Maße wie .ff-sn-mobile-hub) */
    .ff-sn.ff-sn--podcast .ff-sn-podcast-strip {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 10px 12px;
        max-width: 100%;
    }
    .ff-sn.ff-sn--podcast .ff-sn-podcast-strip::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
    .ff-sn.ff-sn--podcast .ff-sn-podcast-strip .ff-sn-item {
        white-space: nowrap;
        line-height: 1.2 !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 0 2px !important;
        margin: 0 !important;
        border-bottom: 2px solid transparent !important;
        box-sizing: border-box !important;
        min-height: 28px;
        flex-shrink: 0;
    }
    .ff-sn.ff-sn--podcast .ff-sn-podcast-strip .ff-sn-item.is-active {
        font-weight: 700 !important;
        border-bottom-color: #b43526 !important;
    }

    /* Mein-FF-Tabs: dieselben Maße wie Mobile-Hub-Links (sonst andere Zeilenhöhe → Layout springt) */
    .ff-sn-meinff-tabs .ff-sn-meinff-tab.ff-sn-item {
        line-height: 1.2 !important;
        min-height: 28px !important;
        padding: 0 0 2px !important;
        margin: 0 !important;
        border-bottom: 2px solid transparent !important;
        box-sizing: border-box !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
    }
    .ff-sn-meinff-tabs .ff-sn-meinff-tab.ff-sn-item.is-active {
        font-weight: 700 !important;
        border-bottom-color: #b43526 !important;
    }

    /* International: gleiche optische Zeile wie „Deutschland“ (kein display:block — sonst zu tief) */
    .ff-sn-mobile-hub .ff-sn-mobile-int {
        display: inline-flex !important;
        flex-direction: row !important;
        align-items: center !important;
        align-self: center !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        gap: 0 !important;
        min-height: 0 !important;
        flex-shrink: 0 !important;
    }

    .ff-sn-mobile-hub .ff-sn-mobile-int .ff-sn-children {
        display: inline-flex !important;
        flex-direction: row !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        gap: 0 !important;
    }

    .ff-sn-mobile-hub .ff-sn-mobile-int .ff-sn-path-segment {
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ff-sn-mobile-hub .ff-sn-mobile-int .ff-sn-int {
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Button „International“ = gleiche Maße wie Link .ff-sn-item in der Hub-Zeile */
    .ff-sn-mobile-hub .ff-sn-int-btn {
        white-space: nowrap;
        line-height: 1.2 !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        padding: 0 0 2px !important;
        margin: 0 !important;
        border: none !important;
        border-bottom: none !important;
        box-sizing: border-box !important;
        min-height: 28px;
        background: transparent !important;
        font-family: 'Barlow Semi Condensed', sans-serif !important;
        color: #000 !important;
        cursor: pointer;
        overflow: visible !important;
        flex-shrink: 0 !important;
    }
    .ff-sn-mobile-hub .ff-sn-int-btn .ff-sn-label {
        border-bottom: 2px solid transparent !important;
    }
    .ff-sn-mobile-hub .ff-sn-int-btn.is-active {
        font-weight: 700 !important;
    }
    .ff-sn-mobile-hub .ff-sn-int-btn.is-active .ff-sn-label {
        border-bottom-color: #b43526 !important;
    }

    /* Chevron bei „International“ immer sichtbar (nicht wegflexen/clip) */
    .ff-sn-mobile-hub .ff-sn-int-btn .ff-sn-chevron {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
        line-height: 0 !important;
        color: #000 !important;
    }
    .ff-sn-mobile-hub .ff-sn-int-btn .ff-sn-chevron svg {
        display: block !important;
        width: 10.5px !important;
        height: 5px !important;
        flex-shrink: 0 !important;
    }

    /* Mein FF: gleiche optische Zeile wie Hub (Übersicht / Deutschland / …) */
    .ff-sn .ff-home-subnav-right {
        gap: 6px !important;
        margin-left: 10px !important;
        align-items: center !important;
        align-self: center !important;
        padding: 0 0 2px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        min-height: 28px !important;
        box-sizing: border-box !important;
    }
    .ff-sn .ff-home-subnav-meinff-label {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
    }
    .ff-sn .ff-home-subnav-toggle-wrap {
        align-items: center !important;
        align-self: center !important;
        line-height: 0 !important;
    }
    .ff-sn .ff-home-subnav-toggle-slider {
        width: 32px !important;
        height: 16px !important;
        border-radius: 8px !important;
    }
    .ff-sn .ff-home-subnav-toggle-slider::after {
        width: 14px !important;
        height: 14px !important;
        top: 1px !important;
        right: 0 !important;
        transition: transform 0.2s ease, background 0.2s ease !important;
    }
    .ff-sn .ff-home-subnav-toggle:checked + .ff-home-subnav-toggle-slider {
        background: #ebd4d4 !important;
    }
    .ff-sn .ff-home-subnav-toggle:checked + .ff-home-subnav-toggle-slider::after {
        background: #b43526 !important;
        transform: translateX(-18px) !important;
    }

    /* Startseite: ff-home.css (16px/19px) überschreiben — gleiche Zeile wie Hub */
    .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-right {
        gap: 6px !important;
        margin-left: 10px !important;
        align-items: center !important;
        align-self: center !important;
        padding: 0 0 2px !important;
        min-height: 28px !important;
        box-sizing: border-box !important;
    }
    .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-meinff-label {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-toggle-wrap {
        align-items: center !important;
        align-self: center !important;
        line-height: 0 !important;
    }
    .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-toggle-slider {
        width: 32px !important;
        height: 16px !important;
        border-radius: 8px !important;
    }
    .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-toggle-slider::after {
        width: 14px !important;
        height: 14px !important;
        top: 1px !important;
        right: 0 !important;
        transition: transform 0.2s ease, background 0.2s ease !important;
    }
    .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-toggle:checked + .ff-home-subnav-toggle-slider {
        background: #ebd4d4 !important;
    }
    .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-toggle:checked + .ff-home-subnav-toggle-slider::after {
        background: #b43526 !important;
        transform: translateX(-18px) !important;
    }

    body.ff-meinff-on .ff-sn .ff-home-subnav-toggle + .ff-home-subnav-toggle-slider {
        background: #ebd4d4 !important;
    }
    body.ff-meinff-on .ff-sn .ff-home-subnav-toggle + .ff-home-subnav-toggle-slider::after {
        background: #b43526 !important;
        transform: translateX(-18px) !important;
    }
    body.ff-meinff-no-transition .ff-sn .ff-home-subnav-toggle-slider,
    body.ff-meinff-no-transition .ff-sn .ff-home-subnav-toggle-slider::after {
        transition: none !important;
    }
    body.ff-meinff-on .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-toggle + .ff-home-subnav-toggle-slider {
        background: #ebd4d4 !important;
    }
    body.ff-meinff-on .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-toggle + .ff-home-subnav-toggle-slider::after {
        background: #b43526 !important;
        transform: translateX(-18px) !important;
    }
    body.ff-meinff-no-transition .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-toggle-slider,
    body.ff-meinff-no-transition .ff-home .ff-home-subnav.ff-sn .ff-home-subnav-toggle-slider::after {
        transition: none !important;
    }
}

/* Desktop nur: parity zu main.ff-main.ff-home (10px unter Subnav — ohne .ff-home-Klasse) */
@media (min-width: 1025px) {
    .ff-content-wrap > .ff-fd-sticky-wrap > main.ff-main,
    .ff-content-wrap > .ff-updates-sticky-wrap > main.ff-main {
        padding-top: 10px !important;
    }
}
