:root{--blue:#064B83;--blue2:#02365F;--yellow:#F5DF00;--ink:#24323A;--soft:#F4F7F9;--white:#fff;--radius:14px;--shadow:0 8px 25px rgba(2,54,95,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);line-height:1.55;background:#fff}a{color:var(--blue);text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:999}.topbar{background:var(--blue2);color:#fff;font-size:.85rem}.topbar-inner{display:flex;justify-content:space-between;padding:7px 0}.site-header{background:var(--blue);color:#fff;position:relative;z-index:10}.nav-row{display:flex;align-items:center;gap:24px;min-height:104px}.brand{display:flex;align-items:center;gap:14px;margin-right:auto}.custom-logo{width:86px;height:86px;object-fit:contain}.brand-text{color:#fff;display:flex;flex-direction:column}.brand-text strong{font-size:1.35rem}.brand-text span{opacity:.8;font-size:.9rem}.primary-nav ul{display:flex;list-style:none;gap:22px;margin:0;padding:0}.primary-nav a{color:#fff;font-weight:600;font-size:.82rem}.menu-toggle{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:8px;font-weight:800;border:2px solid transparent}.btn-yellow{background:var(--yellow);color:var(--blue2)}.btn-blue{background:var(--blue);color:#fff}.btn-outline{border-color:#fff;color:#fff;background:rgba(2,54,95,.25)}.hero{position:relative;min-height:480px;background:linear-gradient(100deg,#012d4c 0%,rgba(1,45,76,.7) 45%,rgba(1,45,76,.2) 100%),url('../images/hero.jpg') center/cover no-repeat;color:#fff;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.18),transparent)}.hero-inner{position:relative;padding:70px 0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800}.hero h1{font-size:clamp(2.2rem,4.2vw,3.8rem);line-height:1;margin:.15em 0}.hero h2{color:var(--yellow);font-size:clamp(1rem,1.55vw,1.4rem);line-height:1.2;margin:.3em 0}.hero-copy{max-width:620px;font-size:1.2rem}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.facts{background:var(--blue);color:#fff;border-top:5px solid var(--yellow)}.facts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:24px 0}.facts-grid div{padding:8px 16px;border-right:1px solid rgba(255,255,255,.18)}.facts-grid div:last-child{border:0}.facts strong,.facts span{display:block}.facts strong{color:var(--yellow)}.facts span{font-size:.9rem;opacity:.9}.section{padding:64px 0}.section-soft{background:var(--soft)}.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-title h2,.page-head h1{color:var(--blue2);font-size:clamp(1.8rem,3vw,2.7rem);margin:0}.section-title p{margin:.3em 0 0;color:#64727b}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.water-card img{aspect-ratio:16/9;object-fit:cover;background:#dbe5eb}.card-body{padding:18px}.card-body h2,.card-body h3{margin:0 0 6px;color:var(--blue2)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{min-height:220px;padding:30px;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:end}.feature span{font-size:1.6rem;font-weight:900;color:var(--blue2)}.feature small{font-size:1rem}.feature-dark{background:linear-gradient(135deg,#064B83,#02365F);color:#fff}.feature-dark span{color:var(--yellow)}.feature-photo{background:linear-gradient(135deg,#eef5f8,#fff)}.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.compact{align-items:center;border-bottom:3px solid var(--yellow);padding-bottom:10px}.compact h2{font-size:1.35rem}.mini-row{display:grid;grid-template-columns:60px 1fr;gap:8px;padding:12px 0;border-bottom:1px solid #e3eaee}.page-head{background:var(--soft);padding:52px 0;border-bottom:4px solid var(--yellow)}.content-narrow{max-width:820px}.entry-content{font-size:1.05rem}.single-image{border-radius:var(--radius);margin-bottom:25px}.event-list,.download-list{display:grid;gap:14px}.event-row,.download-row{display:flex;gap:20px;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e4ebef;border-radius:10px;padding:12px}.event-date{font-weight:900;color:var(--blue);min-width:100px}.event-row h2,.download-row h2{margin:0;font-size:1.15rem}.site-footer{background:var(--blue2);color:#fff;margin-top:40px}.site-footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px;padding:45px 0}.footer-grid ul{list-style:none;padding:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:16px 0;display:flex;justify-content:space-between;font-size:.85rem}.empty-note{grid-column:1/-1;padding:25px;background:var(--soft);border-radius:10px}.header-cta{white-space:nowrap}
@media(max-width:1200px){.primary-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--blue2);padding:20px}.primary-nav.is-open{display:block}.primary-nav ul{flex-direction:column;gap:8px}.menu-toggle{display:block;background:var(--yellow);border:0;border-radius:7px;padding:10px 14px;font-weight:800}.header-cta{display:none}.facts-grid,.card-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.three-cols{grid-template-columns:1fr}.nav-row{min-height:90px}.custom-logo{width:100px;height:100px}}
@media(max-width:640px){.wrap{width:min(100% - 28px,1180px)}.topbar-inner{display:none}.brand-text span{display:none}.brand-text strong{font-size:1rem}.hero{min-height:560px}.facts-grid,.card-grid{grid-template-columns:1fr}.facts-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.section{padding:45px 0}.section-title{align-items:start}.footer-grid{grid-template-columns:1fr}.footer-bottom{gap:12px;flex-direction:column}.event-row,.download-row{align-items:flex-start;flex-direction:column}}

/* =========================================================
   A.N.G.E.L.N. e.V. – bereinigte Projekterweiterungen
   ========================================================= */

/* Terminübersicht */
.event-row {
    justify-content: flex-start;
    gap: 24px;
    border-left: 5px solid var(--yellow);
    box-shadow: var(--shadow);
}
.event-image { flex: 0 0 220px; }
.event-image img {
    width: 220px;
    height: 125px;
    object-fit: cover;
    border-radius: 8px;
}
.event-date {
    flex: 0 0 110px;
    font-size: 1.05rem;
    color: var(--blue);
}
.event-info { flex: 1; }
.event-info h2 {
    margin: 0 0 5px;
    color: var(--blue2);
}
.event-info h2 a { color: var(--blue2); }
.event-info h2 a:hover { color: var(--blue); }
.event-info p {
    margin: 0;
    color: #64727b;
}

/* Header */
.nav-row { min-height: 140px; }
.custom-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.primary-nav a { white-space: nowrap; }
.brand,
.custom-logo-link { flex-shrink: 0; }

/* Einzelne Seiten */
.page-id-458 .section { padding-bottom: 24px; }
.page-id-458 .site-footer,
.single-post .site-footer,
.single-termin .site-footer { margin-top: 0; }
.single-termin .single-image {
    width: auto;
    max-width: min(100%, 450px);
    height: auto;
}
.download-row .btn {
    padding: 8px 14px;
    font-size: .9rem;
}

/* Hero-Buttons */
.hero-cta-row { align-items: stretch; }
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 16px;
    white-space: nowrap;
}
.hero-btn-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    fill: currentColor;
}
.hero-btn-label { line-height: 1; }
.hero-btn-arrow {
    margin-left: 4px;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 800;
}
.hero .btn-yellow .hero-btn-icon,
.hero .btn-yellow .hero-btn-arrow { color: var(--blue2); }
.hero .btn-outline .hero-btn-icon,
.hero .btn-outline .hero-btn-arrow { color: #fff; }

/* Faktenleiste */
.facts-grid .fact-item {
    display: flex;
    align-items: center;
    gap: 18px;
}
.fact-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    fill: var(--yellow);
}
.fact-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.facts-grid .fact-copy strong,
.facts-grid .fact-copy span { display: block; }

/* Unsere Gewässer */
.waters-mockup {
    padding-top: 28px;
    padding-bottom: 26px;
}
.waters-title {
    margin-bottom: 16px;
    align-items: end;
}
.waters-title h2 {
    position: relative;
    margin-bottom: 0;
}
.waters-title h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin-top: 8px;
    border-radius: 4px;
    background: var(--yellow);
}
.waters-title > a {
    font-weight: 700;
    white-space: nowrap;
}
.waters-grid { gap: 16px; }
.water-mockup-card {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    color: var(--blue2);
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(2,54,95,.10);
    transition: transform .18s ease, box-shadow .18s ease;
}
.water-mockup-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 11px 26px rgba(2,54,95,.14);
}
.water-mockup-image {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.water-mockup-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 84px;
    padding: 12px 14px;
}
.water-mockup-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.water-mockup-copy strong {
    display: block;
    margin-bottom: 2px;
    font-size: 1.03rem;
    line-height: 1.25;
}
.water-mockup-copy small {
    display: block;
    font-size: .88rem;
    line-height: 1.35;
    color: var(--blue);
}
.water-mockup-arrow {
    flex: 0 0 auto;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1;
}

/* Bildkacheln */
.feature-showcase {
    padding-top: 16px;
    padding-bottom: 22px;
}
.feature-image-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}
.feature-image {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    color: #fff;
    box-shadow: 0 8px 22px rgba(2,54,95,.13);
    isolation: isolate;
}
.feature-image .feature-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -2;
}
.feature-member {
    background-position: center center;
}
.feature-exam {
    background-position: center 55%;
}
.feature-youth {
    background-position: center center;
}
.feature-image .feature-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg,rgba(0,39,67,.88) 0%,rgba(0,39,67,.60) 48%,rgba(0,39,67,.14) 100%);
}
.feature-image .feature-content {
    display: flex;
    min-height: 220px;
    padding: 20px 20px 18px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.feature-image .feature-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
    fill: #fff;
}
.feature-image .feature-content strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.22rem;
    line-height: 1.15;
    font-weight: 800;
}
.feature-image .feature-content small {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: .82rem;
    line-height: 1.38;
    font-weight: 600;
}
.feature-button {
    display: inline-flex;
    min-height: 34px;
    padding: 7px 12px;
    align-items: center;
    gap: 14px;
    border-radius: 6px;
    background: var(--yellow);
    color: var(--blue2);
    font-size: .82rem;
    font-weight: 800;
    line-height: 1;
}
.feature-button b {
    font-size: 1rem;
    line-height: 1;
}
.feature-image:hover { color: #fff; }
.feature-member .feature-button {
    white-space: nowrap;
    font-size: .76rem;
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
}

/* Startseiten-Übersicht */
.home-overview-section {
    padding-top: 38px;
    padding-bottom: 42px;
    background: #fff;
}
.home-overview {
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.overview-column { min-width: 0; }
.overview-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 3px solid var(--yellow);
}
.overview-title h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--blue2);
    font-size: 1.2rem;
    line-height: 1.2;
}
.overview-title h2 svg {
    width: 22px;
    height: 22px;
    fill: var(--blue2);
    flex: 0 0 auto;
}
.overview-title > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--blue2);
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
}
.overview-title > a span { font-size: 1rem; }
.overview-row {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 9px 0;
    border-bottom: 1px solid #dce5eb;
}
.overview-row > b {
    min-width: 45px;
    color: var(--blue2);
    font-size: .86rem;
}
.overview-row > a {
    overflow: hidden;
    color: var(--blue2);
    font-size: .87rem;
    line-height: 1.3;
    text-overflow: ellipsis;
}
.row-arrow,
.download-mark {
    color: var(--blue2);
    font-size: .95rem;
    font-weight: 700;
}
.news-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--yellow);
}
.file-icon {
    width: 17px;
    height: 17px;
    fill: var(--blue2);
}
.overview-empty {
    padding: 13px 0;
    margin: 0;
    color: #667783;
    font-size: .87rem;
}

/* Footer */
.site-footer-modern {
    background: #063f68;
    color: #fff;
}
.footer-grid-modern {
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 70px;
    padding-top: 42px;
    padding-bottom: 34px;
}
.footer-grid-modern strong {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: .95rem;
}
.footer-brand-head {
    display: flex;
    align-items: center;
    gap: 14px;
}
.footer-brand-head img {
    width: 58px;
    height: auto;
    object-fit: contain;
}
.footer-brand-head strong {
    margin: 0 0 4px;
    font-size: 1rem;
}
.footer-brand-head p {
    margin: 0;
    color: #fff;
    font-size: .86rem;
}
.footer-brand-text {
    max-width: 330px;
    margin: 17px 0 0;
    color: rgba(255,255,255,.78);
    font-size: .82rem;
    line-height: 1.55;
}
.footer-contact p { margin: 0; }
.footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 8px;
    color: #fff;
    font-size: .84rem;
    line-height: 1.4;
}
.footer-contact-row svg {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    flex: 0 0 16px;
    fill: var(--yellow);
}
.footer-contact-row a { color: #fff; }
.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li { margin: 0 0 7px; }
.footer-links a {
    position: relative;
    padding-left: 14px;
    color: #fff;
    font-size: .84rem;
}
.footer-links a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: var(--yellow);
    font-weight: 800;
}
.footer-bottom-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 18px;
    border-top: 1px solid rgba(255,255,255,.20);
    color: rgba(255,255,255,.82);
    font-size: .76rem;
}
.footer-bottom-modern a { color: #fff; }
.footer-bottom-modern i {
    margin: 0 7px;
    color: var(--yellow);
    font-style: normal;
}

/* Footer – linker Mockup-Bereich, finaler Stand */
.footer-brand-mockup {
    position: relative;
    min-height: 155px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-fish-watermark {
    position: absolute;
    left: -70px;
    top: 50%;
    width: 330px;
    height: auto;
    transform: translateY(-50%);
    fill: none;
    stroke: #2e729c;
    stroke-width: 3;
    opacity: .30;
    pointer-events: none;
}
.footer-fish-watermark.footer-fish-image {
    left: -55px;
    width: 300px;
    object-fit: contain;
    opacity: 1;
    filter: none;
}
.footer-brand-center {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 80px;
    text-align: center;
}
.footer-brand-center img {
    display: block;
    width: 92px;
    height: auto;
    margin: 0 auto 8px;
}
.footer-brand-center strong {
    margin: 0 0 4px;
    color: #fff;
    font-size: 1.28rem;
    line-height: 1.15;
}
.footer-brand-center p {
    margin: 0;
    color: #fff;
    font-size: .95rem;
    line-height: 1.25;
}

/* Responsive */
@media (max-width: 1100px) {
    .footer-fish-watermark.footer-fish-image {
        left: -45px;
        width: 275px;
    }
    .footer-brand-center { padding-left: 65px; }
}

@media (max-width: 1000px) {
    .water-mockup-image { height: 150px; }
    .feature-image-grid,
    .home-overview { grid-template-columns: 1fr; }
    .feature-image,
    .feature-image .feature-content { min-height: 240px; }
}

@media (max-width: 900px) {
    .footer-grid-modern {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-brand-mockup { justify-content: flex-start; }
    .footer-brand-center {
        max-width: 420px;
        padding-left: 65px;
    }
}

@media (max-width: 640px) {
    .event-image {
        flex: none;
        width: 100%;
    }
    .event-image img {
        width: 100%;
        height: auto;
    }
    .event-date { flex: none; }

    .hero-cta-row { align-items: stretch; }
    .hero-btn {
        width: 100%;
        justify-content: flex-start;
    }
    .hero-btn-arrow { margin-left: auto; }

    .facts-grid .fact-item { gap: 14px; }
    .fact-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .waters-title { align-items: flex-start; }
    .waters-title > a { margin-top: 8px; }
    .water-mockup-image { height: 180px; }

    .feature-image,
    .feature-image .feature-content { min-height: 225px; }
    .feature-image .feature-content { padding: 20px; }

    .footer-bottom-modern {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .footer-brand-mockup { min-height: 150px; }
    .footer-fish-watermark.footer-fish-image {
        left: -90px;
        width: 260px;
        opacity: 1;
    }
    .footer-brand-center { padding-left: 40px; }
}

html {
    background-color: #012d4c;
    background-image: url('../images/body-background.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 5120px 1440px;
    background-attachment: fixed;
}

body {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1101px) {

    .site-header .nav-row {
        display: grid;
        grid-template-columns: 330px 1fr 150px;
        align-items: center;
        column-gap: 12px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .site-header .brand {
        min-width: 0;
    }

    .site-header .primary-nav {
        min-width: 0;
        margin: 0;
    }

    .site-header .primary-nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    .site-header .header-cta {
        width: 150px;
        padding: 12px 10px;
        box-sizing: border-box;
        text-align: center;
        white-space: nowrap;
        justify-self: end;
    }
}
.site-header .brand strong {
    font-size: 18px;
    white-space: nowrap;
}
.single-gewaesser .content-narrow {
    max-width: 920px;
}

.single-gewaesser .single-image {
    display: block;
    width: 100%;
    max-width: 920px;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto 24px;
}

.single-gewaesser .water-single-subtitle {
    margin: 0 0 24px;
    padding: 0 4px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #31475a;
}

.single-gewaesser .water-single-detail {
    margin: 0;
    padding: 13px 18px;
    border-bottom: 1px solid #e3e9ed;
    background: #f5f8fa;
    line-height: 1.5;
}

.single-gewaesser .water-single-detail:first-of-type {
    border-radius: 8px 8px 0 0;
    border-top: 4px solid #f2d400;
}

.single-gewaesser .water-single-detail strong {
    color: #073f69;
}

.single-gewaesser .entry-content > h2 {
    margin-top: 36px;
    color: #073f69;
}

.single-gewaesser .entry-content > p {
    line-height: 1.65;
}


/* =========================================================
   Footer – kompakte Präsentationsfassung
   ========================================================= */
.footer-grid-modern {
    grid-template-columns: 1.25fr .9fr 1.35fr;
    gap: 52px;
    padding-top: 30px;
    padding-bottom: 24px;
    align-items: center;
}

.footer-brand-mockup {
    min-height: 155px;
}

/* Schnellzugriff links, Social/Slogan rechts im selben Bereich */
.footer-links {
    display: grid;
    grid-template-columns: minmax(120px, .8fr) minmax(220px, 1.2fr);
    column-gap: 34px;
    align-items: start;
}

.footer-links > strong,
.footer-links > ul {
    grid-column: 1;
}

.footer-links > strong {
    grid-row: 1;
}

.footer-links > ul {
    grid-row: 2;
}

.footer-social {
    grid-column: 2;
    grid-row: 1 / 3;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 24px;
    row-gap: 8px;
    align-items: center;
    margin: 0;
}

.footer-social > strong {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    color: #fff;
}

.footer-social-icons {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.footer-social-icons span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.footer-slogan {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.12;
    white-space: nowrap;
    transform: rotate(-4deg);
}

.footer-bottom-modern {
    padding-top: 12px;
    padding-bottom: 13px;
    flex-wrap: nowrap;
}

.footer-bottom-modern > span {
    white-space: nowrap;
}

.footer-bottom-modern > span:last-child {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-bottom-modern > span:last-child i {
    margin: 0 2px;
}

@media (max-width: 1100px) {
    .footer-grid-modern {
        gap: 34px;
    }
    .footer-links {
        grid-template-columns: 1fr;
    }
    .footer-social {
        grid-column: 1;
        grid-row: 3;
        margin-top: 18px;
    }
}

@media (max-width: 900px) {
    .footer-grid-modern {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-top: 30px;
        padding-bottom: 26px;
        align-items: start;
    }
    .footer-links {
        display: block;
    }
    .footer-social {
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .footer-bottom-modern {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .footer-bottom-modern > span:last-child {
        flex-wrap: wrap;
    }
}

/* =========================================================
   Seite: Unser Verein
   ========================================================= */

.club-page .section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.club-page .section-title {
    margin-bottom: 32px;
}

.club-page .section-title h1 {
    margin: 8px 0 18px;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    color: #064b83;
}

.club-page .section-title h2 {
    margin-top: 8px;
}

.club-page .section-title p {
    max-width: 850px;
    line-height: 1.7;
}

.club-page .eyebrow {
    color: #064b83;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}


/* Vereinsdaten */

.club-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 48px;
    padding-top: 4px;
}

.club-fact {
    min-height: 125px;
    padding: 24px 20px;
    border-radius: 12px;
    background: linear-gradient(145deg, #064b83, #08769a);
    box-shadow: 0 8px 22px rgba(0, 45, 76, .12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.club-fact::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 5px;
    left: 20px;
    top: 0;
    background: #ffd900;
    border-radius: 0 0 4px 4px;
}

.club-fact strong {
    color: #ffd900;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 7px;
}

.club-fact span {
    color: #fff;
    font-size: .95rem;
}


/* Textbereiche */

.club-text {
    max-width: 1050px;
}

.club-text p {
    line-height: 1.75;
    margin: 0 0 18px;
}

.club-text .btn {
    margin-top: 8px;
}


/* Dezenter gelber Akzent an den Zwischenbereichen */

.club-page .section-soft .section-title {
    position: relative;
    padding-left: 22px;
}

.club-page .section-soft .section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 100%;
    max-height: 72px;
    border-radius: 4px;
    background: #ffd900;
}


/* Tablet */

@media (max-width: 900px) {

    .club-facts {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* Smartphone */

@media (max-width: 600px) {

    .club-page .section {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .club-facts {
        grid-template-columns: 1fr;
    }

    .club-fact {
        min-height: 105px;
    }

}
@media (max-width: 640px) {
    .nav-row {
        gap: 8px;
    }

    .brand {
        min-width: 0;
        flex: 1 1 auto;
    }

    .custom-logo {
        width: 72px;
        height: 72px;
        flex-shrink: 0;
    }

    .brand-text {
        min-width: 0;
    }

    .site-header .brand-text strong {
        font-size: 0.9rem;
        white-space: normal;
        line-height: 1.15;
    }

    .menu-toggle {
        flex: 0 0 auto;
        padding: 9px 11px;
    }
}
/* Sichtbarer Tastatur-Fokus für bessere Bedienbarkeit */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #F5DF00;
    outline-offset: 4px;
}

/* Adresse im Header als Link – Optik wie normaler Headertext */
.topbar-info a,
.topbar-info a:visited {
    color: inherit;
    text-decoration: none;
}

.topbar-info a:hover,
.topbar-info a:focus {
    color: inherit;
    text-decoration: underline;
}