/* DAS MENÜ DER REIHE „AERONA FARBEN"

   Aus `farbrad-seite.css` herausgelöst, damit keine Datei über
   300 Zeilen wächst. Inhalt unverändert. */

.fb-reihe-menue {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.fb-reihe-menue li {
    flex: 1 1 220px;
}

:root[data-thema] .fb-reihe-teil {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    height: 100%;
    padding: 0.85rem 1rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-gross);
    background: var(--k-vertieft);
    color: var(--k-text);
    text-decoration: none;
    overflow: hidden;
}

:root[data-thema] .fb-reihe-nummer {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--k-text-still);
}

:root[data-thema] .fb-reihe-name {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

:root[data-thema] .fb-reihe-teil[aria-current="page"] .fb-reihe-name {
    background-image: linear-gradient(var(--k-winkel),
            var(--k-verlauf-a) 0%, var(--k-verlauf-b) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

:root[data-thema] .fb-reihe-hier {
    font-size: 0.7rem;
    color: var(--k-text-still);
}

:root[data-thema] .fb-aeri {
    display: block;
    width: 64px;
    margin: 0.2rem 0 1rem;
}
