/* ==========================================================================
   SITERA-Care Webseite — Globale Stylesheet
   Mobile-First Aufbau. WordPress-tauglich, Page-Builder-freundlich.
   ========================================================================== */

/* ==========================================================================
   LOKAL GEHOSTETE SCHRIFTEN (DSGVO-konform)
   Dateien liegen in /fonts/, siehe fonts/README_FONTS.md
   Solange Dateien fehlen, fällt der Browser auf System-Schrift zurück oder
   nutzt weiterhin die Google-Fonts <link>-Tags in den HTML-Dateien.
   ========================================================================== */

@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/bricolage-grotesque-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/bricolage-grotesque-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/bricolage-grotesque-700.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/dm-sans-400.woff2') format('woff2');
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/dm-sans-500.woff2') format('woff2');
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/dm-sans-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/playfair-display-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/playfair-display-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('fonts/playfair-display-900.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/playfair-display-400italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/caveat-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/caveat-600.woff2') format('woff2');
}

:root {
    --c-blue: #19355C;
    --c-blue-dark: #0E1F38;
    --c-blue-mid: #2E5285;
    --c-blue-light: #A8B5CC;
    --c-blue-tint: #EAEEF3;
    --c-coral: #C44D2E;
    --c-coral-soft: #F5E0D8;
    --c-concrete: #C8C5BE;
    --c-paper: #FFFFFF;
    --c-paper-warm: #F7F4EC;
    --c-ink: #1A1A1A;
    --c-text: #2B2B2B;
    --c-text-muted: #6E6E6E;
    --c-border: #E5E2DC;
    --c-green: #2E7D5C;
    --c-whatsapp: #25D366;
    --font-display: 'Bricolage Grotesque', 'Inter Tight', sans-serif;
    --font-body: 'DM Sans', system-ui, sans-serif;
    --font-name: 'Playfair Display', Georgia, serif;
    --font-script: 'Caveat', cursive;
    --container: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: var(--c-text);
    background: var(--c-paper);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ==========================================================================
   LAYOUT — Mobile-First Container
   ========================================================================== */

.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   BANNER
   ========================================================================== */

.banner {
    background: var(--c-ink);
    color: var(--c-paper);
    padding: 10px 16px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
}
.banner strong { font-weight: 600; }
.banner a {
    color: var(--c-paper);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-left: 6px;
    white-space: nowrap;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--c-border);
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(10px);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}
.logo {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--c-blue);
    letter-spacing: -0.5px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}
.logo .logo-img { max-height: 44px; width: auto; display: block; }
.logo .logo-text { display: none; align-items: center; gap: 8px; }
.logo.fallback .logo-img { display: none; }
.logo.fallback .logo-text { display: inline-flex; }
.logo .dot { width: 6px; height: 6px; background: var(--c-coral); border-radius: 50%; }

/* Mobile-Header: kompakte Icon-Buttons rechts */
.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--c-blue);
    color: var(--c-paper);
    font-size: 18px;
    transition: background 0.15s;
    border: none;
}
.icon-btn:hover { background: var(--c-blue-dark); }
.icon-btn.whatsapp { background: var(--c-whatsapp); }
.icon-btn.whatsapp:hover { background: #1eb653; }
.nav-toggle {
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--c-blue);
    position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: var(--c-blue);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--c-paper);
    padding: 20px;
    flex-direction: column;
    gap: 14px;
    border-bottom: 1px solid var(--c-border);
    box-shadow: 0 16px 24px -16px rgba(0,0,0,0.12);
}
.nav.open { display: flex; }
.nav a {
    font-size: 16px;
    color: var(--c-text);
    font-weight: 500;
    padding: 6px 0;
}
.nav a.active { color: var(--c-blue); font-weight: 600; }

/* Desktop-Nav-Phone-Button (versteckt auf Mobile) */
.nav .phone {
    display: none;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.15s;
    border: none;
    font-family: inherit;
    letter-spacing: -0.1px;
    text-align: center;
}
.btn-blue { background: var(--c-blue); color: var(--c-paper); }
.btn-blue:hover { background: var(--c-blue-dark); }
.btn-coral { background: var(--c-coral); color: var(--c-paper); }
.btn-coral:hover { filter: brightness(0.92); }
.btn-outline {
    background: transparent;
    color: var(--c-blue);
    box-shadow: inset 0 0 0 1.5px var(--c-blue);
}
.btn-outline:hover { background: var(--c-blue); color: var(--c-paper); }
.btn-paper { background: var(--c-paper); color: var(--c-blue); }
.btn-paper:hover { background: var(--c-coral); color: var(--c-paper); }
.btn-whatsapp { background: var(--c-whatsapp); color: var(--c-paper); }
.btn-whatsapp:hover { background: #1eb653; }
.btn-arrow::after { content: '→'; font-size: 17px; transition: transform 0.15s; }
.btn-arrow:hover::after { transform: translateX(3px); }
.btn-block { display: flex; width: 100%; }

/* ==========================================================================
   HERO
   ========================================================================== */

.hero {
    padding: 36px 0 48px;
    background: var(--c-paper);
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--c-blue-tint);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--c-blue);
}
.hero-eyebrow.coral { background: var(--c-coral-soft); color: var(--c-coral); }
.hero-eyebrow .pulse {
    width: 7px; height: 7px;
    background: var(--c-coral);
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(196,77,46,0.4); }
    70% { box-shadow: 0 0 0 8px rgba(196,77,46,0); }
    100% { box-shadow: 0 0 0 0 rgba(196,77,46,0); }
}
.hero h1 {
    font-family: var(--font-display);
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1.6px;
    color: var(--c-blue);
    font-weight: 600;
    margin-bottom: 18px;
}
.hero h1 .accent {
    font-family: var(--font-name);
    font-style: italic;
    font-weight: 400;
    color: var(--c-coral);
}
.hero-lead {
    font-size: 16px;
    color: var(--c-text);
    line-height: 1.55;
    margin-bottom: 22px;
}
.hero-meta {
    font-size: 13px;
    color: var(--c-text-muted);
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hero-meta .marker { width: 4px; height: 4px; background: var(--c-coral); border-radius: 50%; }
.hero-ctas { display: flex; flex-direction: column; gap: 10px; }
.hero-trust {
    background: var(--c-paper-warm);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 12px;
    border-left: 3px solid var(--c-coral);
}
.hero-trust strong { display: block; font-family: var(--font-display); font-weight: 600; color: var(--c-blue); margin-bottom: 4px; font-size: 14px; }
.hero-trust span { font-size: 13px; color: var(--c-text-muted); line-height: 1.5; }

/* ==========================================================================
   FUNNEL
   ========================================================================== */

.funnel {
    background: var(--c-blue);
    color: var(--c-paper);
    padding: 22px 22px 22px;
    border-radius: 12px;
    box-shadow: 0 18px 40px -14px rgba(25,53,92,0.28);
}
.funnel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.funnel-head .label {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--c-coral-soft);
    font-weight: 600;
}
.funnel-head .step {
    font-family: var(--font-display);
    font-size: 12px;
    background: rgba(255,255,255,0.1);
    padding: 4px 10px;
    border-radius: 100px;
    color: var(--c-paper);
}
.funnel h3 {
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.funnel-question {
    font-size: 13.5px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 14px;
}
.funnel-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
}
.funnel-option {
    background: rgba(255,255,255,0.07);
    color: var(--c-paper);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    transition: all 0.15s;
    font-family: inherit;
}
.funnel-option:hover, .funnel-option:active {
    background: var(--c-coral);
    border-color: var(--c-coral);
}
.funnel-progress { display: flex; gap: 4px; margin-top: 14px; }
.funnel-progress span {
    height: 3px;
    background: rgba(255,255,255,0.15);
    border-radius: 100px;
    flex: 1;
    transition: background 0.2s;
}
.funnel-progress span.done { background: var(--c-coral); }
.funnel-back {
    background: none;
    border: none;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    padding: 0;
    margin-top: 12px;
}
.funnel-back:hover { color: var(--c-paper); }
.funnel-fallback {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.12);
    font-size: 12.5px;
    color: rgba(255,255,255,0.7);
}
.funnel-fallback a {
    color: var(--c-coral-soft);
    border-bottom: 1px solid currentColor;
}
.funnel-result h3 { margin-bottom: 8px; }
.funnel-result .result-tag {
    font-family: var(--font-name);
    font-style: italic;
    color: var(--c-coral-soft);
    font-size: 15px;
    margin-bottom: 14px;
    line-height: 1.4;
}
.funnel-result .result-meta {
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 14px;
    font-size: 12.5px;
}
.funnel-result .result-meta .row {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    gap: 8px;
}
.funnel-result .result-meta .row .key { color: rgba(255,255,255,0.6); }
.funnel-result .result-cta { display: flex; flex-direction: column; gap: 8px; }
.funnel-result .result-cta .btn { width: 100%; }

/* ==========================================================================
   SECTIONS
   ========================================================================== */

section { padding: 56px 0; position: relative; }
.section-tag {
    font-family: var(--font-display);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--c-coral);
    margin-bottom: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-tag::before { content: ''; width: 28px; height: 2px; background: var(--c-coral); }
.section-title {
    font-family: var(--font-display);
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--c-blue);
    font-weight: 600;
    margin-bottom: 16px;
}
.section-title .accent {
    font-family: var(--font-name);
    font-style: italic;
    font-weight: 400;
    color: var(--c-coral);
}
.section-lead {
    font-size: 16px;
    color: var(--c-text);
    line-height: 1.6;
    margin-bottom: 36px;
}

/* ==========================================================================
   COUNTER
   ========================================================================== */

.counter {
    background: var(--c-paper-warm);
    padding: 44px 0;
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
}
.counter-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
.counter-cell {
    padding: 18px 0;
    border-bottom: 1px solid var(--c-border);
}
.counter-cell:last-child { border-bottom: none; }
.counter-cell .num {
    font-family: var(--font-display);
    font-size: 54px;
    line-height: 0.9;
    color: var(--c-blue);
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 4px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.counter-cell .num .plus {
    font-size: 28px;
    color: var(--c-coral);
}
.counter-cell .label {
    font-size: 13.5px;
    color: var(--c-text-muted);
    line-height: 1.5;
}
.counter-note {
    text-align: center;
    margin-top: 24px;
    font-size: 12.5px;
    color: var(--c-text-muted);
}

/* ==========================================================================
   VERSPRECHEN (4 Karten)
   ========================================================================== */

.versprechen { background: var(--c-paper-warm); }
.versprechen-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.versprechen-card {
    background: var(--c-paper);
    border-radius: 12px;
    padding: 26px 24px 24px;
    border: 1px solid var(--c-border);
    transition: all 0.2s;
}
.versprechen-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -16px rgba(25,53,92,0.15); }
.versprechen-num {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    color: var(--c-coral);
    margin-bottom: 24px;
    letter-spacing: 1.5px;
}
.versprechen-card h3 {
    font-family: var(--font-display);
    font-size: 21px;
    color: var(--c-blue);
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 1.2;
}
.versprechen-card p {
    color: var(--c-text);
    line-height: 1.6;
    font-size: 14.5px;
}

/* ==========================================================================
   FACHBEREICHE / BEREICHE
   ========================================================================== */

.fachbereiche-grid, .bereiche-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.fach-card, .bereich {
    background: var(--c-paper);
    border-radius: 12px;
    padding: 28px 26px 26px;
    border: 1px solid var(--c-border);
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
}
.fach-card:hover, .bereich:hover {
    border-color: var(--c-blue);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -16px rgba(25,53,92,0.15);
}
.fach-num, .bereich-num {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--c-coral);
    margin-bottom: 32px;
}
.fach-card h3, .bereich h3 {
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--c-blue);
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 1.15;
}
.fach-card p, .bereich p {
    color: var(--c-text);
    line-height: 1.6;
    flex: 1;
    margin-bottom: 20px;
    font-size: 14.5px;
}
.fach-link, .bereich-link {
    color: var(--c-blue);
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1.5px solid currentColor;
    padding-bottom: 2px;
    align-self: flex-start;
    transition: gap 0.15s;
}
.fach-link:hover, .bereich-link:hover { gap: 12px; }

/* ==========================================================================
   UNTERWEGS
   ========================================================================== */

.unterwegs {
    background: var(--c-blue);
    color: var(--c-paper);
}
.unterwegs .section-tag { color: var(--c-coral-soft); }
.unterwegs .section-tag::before { background: var(--c-coral); }
.unterwegs .section-title { color: var(--c-paper); }
.unterwegs .section-title .accent { color: var(--c-coral); }
.unterwegs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}
.unterwegs-body {
    font-size: 15.5px;
    line-height: 1.65;
    color: rgba(255,255,255,0.82);
    margin-bottom: 22px;
}
.unterwegs-visual {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.12);
}
.unterwegs-visual .ticker {
    font-size: 13.5px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin-bottom: 14px;
}
.unterwegs-visual .ticker strong {
    display: block;
    font-family: var(--font-display);
    color: var(--c-paper);
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;
}
.unterwegs-stops { display: flex; flex-wrap: wrap; gap: 6px; }
.unterwegs-stops span {
    background: rgba(255,255,255,0.08);
    color: var(--c-paper);
    padding: 5px 11px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 500;
}

/* ==========================================================================
   STANDORTE
   ========================================================================== */

.standorte { background: var(--c-paper-warm); }
.standorte-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.standort {
    background: var(--c-paper);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--c-border);
    transition: all 0.2s;
}
.standort:hover { transform: translateY(-2px); border-color: var(--c-blue); }
.standort-head {
    padding: 22px 24px;
    position: relative;
    aspect-ratio: 5/2.8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--c-blue);
}
.standort-head .bg-img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
}
.standort-head::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(14,31,56,0.78) 100%);
    z-index: 2;
}
.standort-head .city-letter {
    font-family: var(--font-name);
    font-size: 180px;
    line-height: 0.78;
    font-weight: 900;
    color: var(--c-paper);
    letter-spacing: -8px;
    opacity: 0.16;
    position: absolute;
    bottom: -28px;
    right: -6px;
    z-index: 3;
}
.standort-head .name {
    font-family: var(--font-name);
    font-size: 28px;
    color: var(--c-paper);
    font-weight: 700;
    letter-spacing: -0.8px;
    position: relative;
    z-index: 4;
}
.standort-head .subtitle {
    font-family: var(--font-name);
    font-style: italic;
    color: var(--c-coral-soft);
    font-size: 14px;
    margin-top: 2px;
    position: relative;
    z-index: 4;
}
.standort-body { padding: 20px 24px 24px; }
.standort-body .leader {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--c-border);
}
.standort-body .leader-avatar {
    width: 40px; height: 40px;
    border-radius: 8px;
    background: var(--c-blue-tint);
    color: var(--c-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 13px;
}
.standort-body .leader-name { font-weight: 600; font-size: 14px; color: var(--c-text); }
.standort-body .leader-role { font-size: 12px; color: var(--c-text-muted); }
.standort-body .desc {
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.6;
    margin-bottom: 16px;
}
.standort-body .link {
    color: var(--c-blue);
    font-weight: 500;
    font-size: 13.5px;
    border-bottom: 1.5px solid currentColor;
    padding-bottom: 2px;
}

/* ==========================================================================
   TEAM-STECKBRIEFE
   ========================================================================== */

.team {
    background: var(--c-paper);
    padding: 56px 0 40px;
}
.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
}
.steckbrief {
    background: var(--c-paper);
    border: 1px solid var(--c-border);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-shadow: 0 2px 6px rgba(14, 31, 56, 0.04);
}
.steckbrief:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(14, 31, 56, 0.12);
    border-color: var(--c-coral);
}
.sb-image-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    background: var(--c-blue-tint);
    position: relative;
    overflow: hidden;
}
.sb-fullimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sb-initials-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 54px;
    font-weight: 700;
    color: var(--c-blue-light);
    letter-spacing: -2px;
    pointer-events: none;
}
.sb-fullimage + .sb-initials-fallback { display: none; }
.sb-info {
    padding: 14px 16px 16px;
}
.sb-name {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 18px;
    color: var(--c-blue);
    letter-spacing: -0.4px;
    line-height: 1.15;
    margin-bottom: 4px;
}
.sb-funktion {
    font-size: 10.5px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--c-coral);
    font-weight: 700;
    margin-bottom: 8px;
}
.sb-spruch {
    font-family: var(--font-name);
    font-style: italic;
    font-size: 13.5px;
    color: var(--c-text);
    line-height: 1.4;
}
.steckbrief.dark .sb-info {
    background: var(--c-blue);
    color: var(--c-paper);
}
.steckbrief.dark .sb-name { color: var(--c-paper); }
.steckbrief.dark .sb-spruch { color: rgba(255,255,255,0.85); }
.steckbrief.dark .sb-funktion { color: var(--c-coral-soft); }

/* === Lightbox === */
.sb-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(14, 31, 56, 0.88);
    backdrop-filter: blur(8px);
    z-index: 200;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 16px;
    overflow-y: auto;
}
.sb-lightbox.open { display: flex; }
.sb-lightbox-content {
    background: var(--c-paper);
    border-radius: 14px;
    max-width: 480px;
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: sbFadeUp 0.3s ease-out;
    margin: auto;
}
@keyframes sbFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.sb-lightbox-image-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    background: var(--c-blue-tint);
    position: relative;
    overflow: hidden;
}
.sb-lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sb-lightbox-initials {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 88px;
    font-weight: 700;
    color: var(--c-blue-light);
    letter-spacing: -3px;
}
.sb-lightbox-info {
    padding: 26px 30px 30px;
}
.sb-lightbox-info h3 {
    font-family: var(--font-display);
    font-size: 30px;
    color: var(--c-blue);
    letter-spacing: -0.8px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 1;
}
.sb-lightbox-info .role {
    font-family: var(--font-display);
    font-size: 11.5px;
    color: var(--c-coral);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 700;
    margin-bottom: 16px;
}
.sb-lightbox-info .spruch {
    font-family: var(--font-name);
    font-style: italic;
    font-size: 18px;
    color: var(--c-text);
    line-height: 1.5;
}
.sb-lightbox-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(14, 31, 56, 0.75);
    color: var(--c-paper);
    border: none;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}
.sb-lightbox-close:hover { background: var(--c-coral); }

/* ==========================================================================
   TRUST-BLOCK (Logos / Testimonials)
   ========================================================================== */

.trust {
    background: var(--c-paper);
    padding: 56px 0;
    border-top: 1px solid var(--c-border);
}
.trust-eyebrow {
    text-align: center;
    font-family: var(--font-display);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--c-text-muted);
    margin-bottom: 22px;
}
.trust-row + .trust-row {
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px dashed var(--c-border);
}
.trust-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    align-items: center;
}
.trust-logo {
    height: 60px;
    background: var(--c-paper-warm);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-text-muted);
    font-size: 13px;
    font-style: italic;
    text-align: center;
    padding: 0 12px;
    line-height: 1.2;
    transition: all 0.18s;
    border: 1px solid transparent;
    text-decoration: none;
}
a.trust-logo {
    cursor: pointer;
    color: var(--c-blue);
    font-style: normal;
    font-weight: 700;
    font-family: var(--font-display);
    font-size: 15px;
    letter-spacing: -0.3px;
}
a.trust-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(14, 31, 56, 0.12);
}
/* Markenfarben pro Partner — Platzhalter bis echte Logos kommen */
a.trust-logo.brand-zvoove { background: #ffffff; color: #00204a; border-color: #00204a; }
a.trust-logo.brand-perro { background: #fff8e6; color: #b8740c; border-color: #f0c14b; }
a.trust-logo.brand-payroll-heroes { background: #1f4d2f; color: #ffffff; border-color: #1f4d2f; }
a.trust-logo.brand-staff-heroes { background: #3d4451; color: #e29040; border-color: #e29040; }
a.trust-logo.brand-gvp { background: #ffffff; color: #1a3c5a; border-color: #6ab84d; border-width: 2px; }
a.trust-logo.brand-gvp::before { content: '◆ '; color: #6ab84d; font-size: 11px; }
.trust-logos--kunden .trust-logo {
    background: transparent;
    border: 1px dashed var(--c-border);
    color: var(--c-text-muted);
    font-size: 12.5px;
}

/* ==========================================================================
   GESCHICHTE
   ========================================================================== */

.geschichte { background: var(--c-blue-dark); color: var(--c-paper); }
.geschichte .section-tag { color: var(--c-coral-soft); }
.geschichte .section-tag::before { background: var(--c-coral); }
.geschichte .section-title { color: var(--c-paper); }
.geschichte .section-title .accent { color: var(--c-coral); }
.geschichte-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
}
.timeline-list { list-style: none; }
.timeline-list li {
    padding: 18px 0 18px 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}
.timeline-list li:last-child { border-bottom: none; }
.timeline-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 26px;
    width: 9px; height: 9px;
    background: var(--c-coral);
    border-radius: 50%;
}
.timeline-list .year {
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--c-paper);
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}
.timeline-list .event {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.55;
}
.geschichte-text p {
    font-size: 15.5px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    margin-bottom: 16px;
}
.pullquote {
    font-family: var(--font-name);
    font-style: italic;
    font-size: 22px;
    line-height: 1.35;
    color: var(--c-paper);
    margin: 22px 0;
    padding-left: 18px;
    border-left: 3px solid var(--c-coral);
    font-weight: 400;
}

/* ==========================================================================
   EINRICHTUNGS-ANFRAGE (NEU, Mini-Form auf Startseite)
   ========================================================================== */

.einrichtungs-cta {
    background: var(--c-concrete);
    padding: 56px 0;
}
.einrichtungs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.einrichtungs-text h2 {
    font-family: var(--font-display);
    font-size: 30px;
    line-height: 1.1;
    color: var(--c-blue-dark);
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 14px;
}
.einrichtungs-text h2 .accent {
    font-family: var(--font-name);
    font-style: italic;
    color: var(--c-coral);
    font-weight: 400;
}
.einrichtungs-text p {
    font-size: 15.5px;
    color: var(--c-blue-dark);
    line-height: 1.6;
    margin-bottom: 16px;
}
.einrichtungs-form {
    background: var(--c-paper);
    border-radius: 12px;
    padding: 22px;
    border: 1px solid var(--c-border);
}
.einrichtungs-form h3 {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--c-blue);
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.form-row { margin-bottom: 12px; }
.form-row label { display: block; font-size: 12.5px; font-weight: 600; color: var(--c-blue); margin-bottom: 5px; }
.form-row input, .form-row select, .form-row textarea {
    width: 100%;
    padding: 11px 13px;
    border-radius: 8px;
    border: 1px solid var(--c-border);
    font-family: inherit;
    font-size: 14px;
    background: var(--c-paper-warm);
    color: var(--c-text);
    transition: border-color 0.15s, background 0.15s;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
    outline: none;
    border-color: var(--c-blue);
    background: var(--c-paper);
}
.form-row textarea { resize: vertical; min-height: 80px; }
.form-checkbox { display: flex; gap: 8px; align-items: flex-start; font-size: 12.5px; color: var(--c-text-muted); margin-bottom: 14px; line-height: 1.45; }
.form-checkbox input { margin-top: 2px; }
.form-checkbox a { color: var(--c-blue); border-bottom: 1px solid currentColor; }
.form-actions { display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap; align-items: center; }
.form-note { font-size: 11.5px; color: var(--c-text-muted); }

/* ==========================================================================
   ABSCHLUSS-CTA (Doppel)
   ========================================================================== */

.abschluss { background: var(--c-paper); padding: 56px 0; }
.abschluss-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
.abschluss-card {
    background: var(--c-paper-warm);
    border-radius: 12px;
    padding: 28px 26px;
    border-top: 4px solid var(--c-blue);
}
.abschluss-card.coral { border-top-color: var(--c-coral); }
.abschluss-card h3 {
    font-family: var(--font-display);
    font-size: 22px;
    color: var(--c-blue);
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.abschluss-card p {
    font-size: 14.5px;
    color: var(--c-text);
    line-height: 1.6;
    margin-bottom: 18px;
}

/* ==========================================================================
   STICKY MOBILE CTA-BAR
   ========================================================================== */

.mobile-cta-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--c-paper);
    border-top: 1px solid var(--c-border);
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    display: flex;
    gap: 8px;
    z-index: 40;
    box-shadow: 0 -8px 24px -10px rgba(0,0,0,0.12);
}
.mobile-cta-bar .btn { flex: 1; padding: 14px 8px; font-size: 14px; min-height: 48px; display: flex; align-items: center; justify-content: center; }
.mobile-cta-bar .btn-icon { flex: 0 0 52px; padding: 14px; font-size: 18px; min-height: 48px; min-width: 48px; }
body.has-mobile-cta { padding-bottom: 88px; }

/* ==========================================================================
   COOKIE-BANNER
   ========================================================================== */

.cookie-banner {
    position: fixed;
    bottom: 80px;
    left: 12px;
    right: 12px;
    background: var(--c-paper);
    border: 1px solid var(--c-border);
    border-radius: 12px;
    padding: 18px 20px;
    z-index: 60;
    box-shadow: 0 16px 40px -10px rgba(0,0,0,0.18);
    display: none;
}
.cookie-banner.show { display: block; }
.cookie-banner h4 {
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--c-blue);
    margin-bottom: 6px;
    font-weight: 600;
}
.cookie-banner p {
    font-size: 13px;
    color: var(--c-text);
    line-height: 1.5;
    margin-bottom: 14px;
}
.cookie-banner p a { color: var(--c-blue); border-bottom: 1px solid currentColor; }
.cookie-banner-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.cookie-banner-actions .btn { font-size: 13.5px; padding: 10px 16px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
    background: var(--c-ink);
    color: rgba(255,255,255,0.65);
    padding: 48px 0 22px;
    font-size: 13.5px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 36px;
}
.footer h4 {
    color: var(--c-paper);
    font-family: var(--font-display);
    font-size: 11.5px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.footer .footer-brand-logo {
    font-family: var(--font-display);
    color: var(--c-paper);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
/* Footer: Logo immer als Text-Schriftzug (kein Bild) — weißes Logo auf
   dunklem Footer braucht ein transparentes PNG, das wir noch nicht haben. */
.footer .footer-brand-logo img { display: none; }
.footer .footer-brand-logo .text-fallback { display: inline-flex; align-items: center; gap: 8px; }
.footer .footer-brand-logo .dot { width: 6px; height: 6px; background: var(--c-coral); border-radius: 50%; }
.footer p { line-height: 1.6; max-width: 320px; }
.footer ul { list-style: none; }
.footer li { padding: 4px 0; }
.footer a { transition: color 0.15s; }
.footer a:hover { color: var(--c-paper); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    color: rgba(255,255,255,0.45);
    font-size: 12.5px;
}

/* ==========================================================================
   LEGAL-SEITEN (Impressum, Datenschutz, AGB)
   ========================================================================== */

.legal-page {
    background: var(--c-paper);
    padding: 48px 0 72px;
}
.legal-content {
    max-width: 760px;
    margin: 0 auto;
}
.legal-content .eyebrow {
    font-family: var(--font-display);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--c-coral);
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.legal-content .eyebrow::before {
    content: '';
    width: 28px; height: 2px;
    background: var(--c-coral);
}
.legal-content h1 {
    font-family: var(--font-display);
    font-size: 34px;
    color: var(--c-blue);
    font-weight: 600;
    letter-spacing: -1.2px;
    margin-bottom: 12px;
    line-height: 1.1;
}
.legal-content .stand {
    font-size: 13px;
    color: var(--c-text-muted);
    margin-bottom: 28px;
    font-style: italic;
}
.legal-content h2 {
    font-family: var(--font-display);
    font-size: 22px;
    color: var(--c-blue);
    font-weight: 600;
    margin: 36px 0 12px;
    line-height: 1.25;
    letter-spacing: -0.4px;
}
.legal-content h3 {
    font-family: var(--font-display);
    font-size: 17px;
    color: var(--c-blue);
    font-weight: 600;
    margin: 22px 0 8px;
    letter-spacing: -0.2px;
}
.legal-content p {
    font-size: 15.5px;
    color: var(--c-text);
    line-height: 1.7;
    margin-bottom: 14px;
}
.legal-content ul, .legal-content ol {
    padding-left: 22px;
    margin-bottom: 14px;
}
.legal-content li {
    font-size: 15.5px;
    color: var(--c-text);
    line-height: 1.7;
    padding: 3px 0;
}
.legal-content address {
    font-style: normal;
    background: var(--c-paper-warm);
    border-radius: 8px;
    padding: 18px 22px;
    margin: 14px 0 18px;
    line-height: 1.7;
    border-left: 3px solid var(--c-coral);
}
.legal-content address strong { color: var(--c-blue); font-weight: 600; }
.legal-content a { color: var(--c-blue); border-bottom: 1.5px solid; }
.legal-content .placeholder-warning {
    background: var(--c-coral-soft);
    border-left: 4px solid var(--c-coral);
    padding: 16px 20px;
    border-radius: 6px;
    margin: 22px 0;
    color: var(--c-text);
    font-size: 14px;
    line-height: 1.6;
}
.legal-content .placeholder-warning strong { color: var(--c-coral); display: block; margin-bottom: 4px; }
.toc {
    background: var(--c-paper-warm);
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 32px;
    border: 1px solid var(--c-border);
}
.toc strong {
    display: block;
    font-family: var(--font-display);
    font-size: 13px;
    color: var(--c-blue);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.toc ol { padding-left: 20px; margin: 0; }
.toc ol li { font-size: 14px; padding: 3px 0; }

@media (min-width: 980px) {
    .legal-page { padding: 72px 0 100px; }
    .legal-content h1 { font-size: 48px; letter-spacing: -1.5px; }
    .legal-content h2 { font-size: 26px; }
    .legal-content p { font-size: 16px; }
}

/* ==========================================================================
   STANDORT-SEITEN
   ========================================================================== */

.standort-hero {
    background: var(--c-blue);
    color: var(--c-paper);
    padding: 60px 0 70px;
    position: relative;
    overflow: hidden;
}
.standort-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 1;
}
.standort-hero.hamburg::before { background-image: url('standorte/hamburg.jpg'); }
.standort-hero.berlin::before { background-image: url('standorte/berlin.jpg'); }
.standort-hero.rosenheim::before { background-image: url('standorte/rosenheim.jpg'); }
.standort-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14,31,56,0.65) 0%, rgba(14,31,56,0.92) 100%);
    z-index: 2;
}
.standort-hero .wrap { position: relative; z-index: 3; }
.standort-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
}
.standort-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 500;
    margin-bottom: 18px;
    color: var(--c-coral-soft);
}
.standort-hero .eyebrow .marker { width: 6px; height: 6px; background: var(--c-coral); border-radius: 50%; }
.standort-hero h1 {
    font-family: var(--font-name);
    font-size: 56px;
    line-height: 1;
    letter-spacing: -2px;
    color: var(--c-paper);
    font-weight: 700;
    margin-bottom: 14px;
}
.standort-hero .claim {
    font-family: var(--font-name);
    font-style: italic;
    color: var(--c-coral-soft);
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.standort-hero p {
    font-size: 16px;
    color: rgba(255,255,255,0.88);
    line-height: 1.6;
    margin-bottom: 26px;
}
.standort-card {
    background: var(--c-paper);
    color: var(--c-text);
    border-radius: 12px;
    padding: 22px 24px;
}
.standort-card h3 {
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--c-blue);
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: -0.3px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--c-border);
}
.standort-card .row {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    align-items: flex-start;
}
.standort-card .row .ic {
    width: 28px; height: 28px;
    background: var(--c-blue-tint);
    color: var(--c-blue);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}
.standort-card .row .body { flex: 1; }
.standort-card .row .key {
    font-size: 11.5px;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.standort-card .row .val {
    font-size: 14px;
    color: var(--c-text);
    font-weight: 500;
    line-height: 1.45;
}

/* Niederlassungsleitung */
.leader-section { background: var(--c-paper); }
.leader-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
}
.leader-photo {
    background: var(--c-concrete);
    border-radius: 12px;
    aspect-ratio: 4/5;
    overflow: hidden;
    position: relative;
}
.leader-photo img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.leader-photo .placeholder {
    position: absolute; inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,0.4);
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
}
.leader-content h2,
.leader-content h3 {
    font-family: var(--font-name);
    font-size: 40px;
    line-height: 1;
    color: var(--c-blue);
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
}
.leader-content .role {
    color: var(--c-coral);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.leader-content .quote {
    font-family: var(--font-name);
    font-style: italic;
    font-size: 22px;
    line-height: 1.35;
    color: var(--c-blue);
    margin: 22px 0;
    padding-left: 20px;
    border-left: 3px solid var(--c-coral);
}
.leader-content p {
    font-size: 15.5px;
    color: var(--c-text);
    line-height: 1.7;
    margin-bottom: 16px;
}

/* Schwerpunkte */
.fokus { background: var(--c-paper-warm); }
.fokus-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
}
.fokus-list li {
    background: var(--c-paper);
    border-radius: 10px;
    padding: 16px 20px;
    list-style: none;
    border-left: 3px solid var(--c-blue);
    font-size: 15px;
    color: var(--c-text);
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 12px;
}
.fokus-list li::before {
    content: '✓';
    color: var(--c-coral);
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

/* Adresse / Anfahrt */
.adresse-block { background: var(--c-paper); }
.adresse-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.adresse-text h3 {
    font-family: var(--font-display);
    font-size: 22px;
    color: var(--c-blue);
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.adresse-text address {
    font-style: normal;
    font-size: 15.5px;
    color: var(--c-text);
    line-height: 1.7;
    margin-bottom: 20px;
}
.adresse-text address strong { font-weight: 600; color: var(--c-blue); }
.adresse-meta {
    background: var(--c-paper-warm);
    border-radius: 10px;
    padding: 16px 20px;
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.6;
}
.adresse-meta strong { display: block; color: var(--c-blue); font-weight: 600; margin-bottom: 4px; }
.map-placeholder {
    background: var(--c-concrete);
    border-radius: 12px;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    text-align: center;
    padding: 24px;
}

@media (min-width: 640px) {
    .standort-hero { padding: 80px 0 90px; }
    .standort-hero h1 { font-size: 72px; }
    .standort-hero-grid { grid-template-columns: 1.4fr 1fr; gap: 50px; }
    .adresse-grid { grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: start; }
    .fokus-list { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 980px) {
    .standort-hero { padding: 110px 0 120px; }
    .standort-hero h1 { font-size: 96px; letter-spacing: -3px; }
    .standort-hero .claim { font-size: 26px; }
    .standort-hero p { font-size: 17px; }
    .leader-grid { grid-template-columns: 1fr 1.4fr; gap: 50px; }
    .leader-content h2, .leader-content h3 { font-size: 56px; }
    .fokus-list { grid-template-columns: 1fr 1fr; gap: 14px; }
}

/* ==========================================================================
   EINRICHTUNGS-SEITE — Spezifische Styles
   ========================================================================== */

.prozess-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.prozess-card {
    background: var(--c-paper);
    border-radius: 12px;
    padding: 26px 26px 24px;
    border: 1px solid var(--c-border);
    transition: all 0.2s;
    position: relative;
}
.prozess-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -16px rgba(25,53,92,0.15); }
.prozess-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--c-coral);
    color: var(--c-paper);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 18px;
}
.prozess-card h3 {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--c-blue);
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 1.2;
}
.prozess-card p { color: var(--c-text); line-height: 1.6; font-size: 14.5px; }

.warum-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.warum-card {
    background: var(--c-paper);
    border-left: 3px solid var(--c-coral);
    border-radius: 8px;
    padding: 22px 24px;
}
.warum-card h4 {
    font-family: var(--font-display);
    font-size: 17px;
    color: var(--c-blue);
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: -0.3px;
}
.warum-card p { font-size: 14px; color: var(--c-text); line-height: 1.6; }

.kontakt-balken {
    background: var(--c-blue);
    color: var(--c-paper);
    padding: 28px 0;
}
.kontakt-balken-lead {
    color: var(--c-paper);
    text-align: center;
    font-size: 15.5px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.kontakt-balken-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.kontakt-balken-item {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.15s;
    color: var(--c-paper);
}
.kontakt-balken-item:hover { background: rgba(196,77,46,0.18); border-color: var(--c-coral); }
.kontakt-balken-item .icon {
    width: 40px; height: 40px;
    background: var(--c-coral);
    color: var(--c-paper);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.kontakt-balken-item .text { line-height: 1.4; }
.kontakt-balken-item .key {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--c-paper);
}
.kontakt-balken-item .meta { font-size: 12.5px; color: var(--c-coral-soft); }

.bli-wege {
    background: var(--c-paper-warm);
    border-radius: 12px;
    padding: 22px;
}
.bli-weg {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--c-border);
}
.bli-weg:last-child { border-bottom: none; }
.bli-weg .icon {
    width: 36px; height: 36px;
    background: var(--c-blue);
    color: var(--c-paper);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}
.bli-weg .text strong {
    display: block;
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--c-blue);
    font-size: 15px;
    margin-bottom: 2px;
}
.bli-weg .text p { font-size: 13.5px; color: var(--c-text); line-height: 1.55; }

@media (min-width: 640px) {
    .prozess-grid { grid-template-columns: 1fr 1fr; }
    .warum-grid { grid-template-columns: 1fr 1fr; }
    .kontakt-balken-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 980px) {
    .warum-grid { grid-template-columns: repeat(3, 1fr); }
    .warum-card { padding: 26px 28px; }
    .prozess-card { padding: 30px 30px 28px; }
}

/* ==========================================================================
   KARRIERE-SPEZIFISCHE STYLES
   ========================================================================== */

.bereich.hover-coral:hover { background: var(--c-blue); color: var(--c-paper); }
.bereich.hover-coral:hover h3, .bereich.hover-coral:hover .bereich-num, .bereich.hover-coral:hover .bereich-link { color: var(--c-coral-soft); }
.bereich.hover-coral:hover p { color: rgba(255,255,255,0.85); }

.alltag-list { display: grid; grid-template-columns: 1fr; gap: 16px; }
.alltag-item {
    padding: 22px 24px;
    background: var(--c-paper-warm);
    border-radius: 10px;
    border-left: 3px solid var(--c-coral);
}
.alltag-item h4 {
    font-family: var(--font-display);
    font-size: 17px;
    color: var(--c-blue);
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: -0.3px;
}
.alltag-item p { font-size: 14px; color: var(--c-text); line-height: 1.6; }

.benefits { background: var(--c-blue-dark); color: var(--c-paper); }
.benefits .section-tag { color: var(--c-coral-soft); }
.benefits .section-tag::before { background: var(--c-coral); }
.benefits .section-title { color: var(--c-paper); }
.benefits .section-title .accent { color: var(--c-coral); }
.benefits .section-lead { color: rgba(255,255,255,0.8); }
.benefits-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.benefits-cluster {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 20px 20px 18px;
}
.benefits-cluster h4 {
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--c-coral);
    margin-bottom: 12px;
    font-weight: 600;
}
.benefits-cluster ul { list-style: none; }
.benefits-cluster li {
    padding: 5px 0 5px 16px;
    color: rgba(255,255,255,0.82);
    font-size: 13.5px;
    line-height: 1.5;
    position: relative;
}
.benefits-cluster li::before {
    content: '+';
    color: var(--c-coral);
    position: absolute;
    left: 0;
    font-weight: 700;
}

.willkommen { background: var(--c-concrete); }
.willkommen .section-tag { color: var(--c-blue); }
.willkommen .section-tag::before { background: var(--c-blue); }
.willkommen .section-title { color: var(--c-blue-dark); }
.willkommen-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.persona {
    background: var(--c-paper);
    border-radius: 12px;
    padding: 26px 24px 22px;
}
.persona-num {
    font-family: var(--font-name);
    font-style: italic;
    font-size: 32px;
    color: var(--c-coral);
    margin-bottom: 12px;
    line-height: 1;
    font-weight: 700;
}
.persona h4 {
    font-family: var(--font-display);
    font-size: 19px;
    color: var(--c-blue);
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 1.2;
}
.persona p { font-size: 15.5px; line-height: 1.65; color: var(--c-text); }
@media (min-width: 980px) { .persona p { font-size: 16px; line-height: 1.7; } }

.faq { background: var(--c-paper); }
.faq-list { max-width: 880px; }
.faq-item { border-bottom: 1px solid var(--c-border); }
.faq-q {
    padding: 18px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: var(--c-blue);
    transition: color 0.15s;
    line-height: 1.3;
}
.faq-q:hover { color: var(--c-coral); }
.faq-q .icon {
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--c-blue-tint);
    color: var(--c-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    transition: all 0.2s;
}
.faq-item.open .faq-q .icon { background: var(--c-coral); color: var(--c-paper); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s, padding 0.3s; }
.faq-item.open .faq-a { max-height: 700px; padding: 0 0 18px; }
.faq-a p { color: var(--c-text); line-height: 1.7; font-size: 14.5px; margin-bottom: 10px; }
.faq-a p:last-child { margin-bottom: 0; }

.bewerbung { background: var(--c-paper-warm); }
.bewerbung-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.bewerbung-meta h3 { font-family: var(--font-display); font-size: 19px; color: var(--c-blue); margin-bottom: 14px; font-weight: 600; letter-spacing: -0.3px; }
.bewerbung-meta p { font-size: 14px; color: var(--c-text); line-height: 1.6; margin-bottom: 12px; }
.bewerbung-meta .label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--c-coral); font-weight: 700; margin-top: 18px; margin-bottom: 6px; display: block; }
.bewerbung-meta .promise {
    background: var(--c-paper);
    border-radius: 10px;
    padding: 16px;
    border-left: 3px solid var(--c-coral);
    margin-top: 18px;
    font-size: 13.5px;
    color: var(--c-text);
    line-height: 1.55;
}
.bewerbungs-form {
    background: var(--c-paper);
    border-radius: 12px;
    padding: 22px;
    border: 1px solid var(--c-border);
}

.persoenlich { background: var(--c-paper); padding: 56px 0; }
.persoenlich-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.persoenlich h2 {
    font-family: var(--font-display);
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1.2px;
    color: var(--c-blue);
    font-weight: 600;
    margin-bottom: 16px;
}
.persoenlich h2 .accent { font-family: var(--font-name); font-style: italic; color: var(--c-coral); font-weight: 400; }
.persoenlich p { font-size: 15.5px; color: var(--c-text); line-height: 1.6; margin-bottom: 22px; }
.kontaktwege {
    background: var(--c-paper-warm);
    border-radius: 12px;
    padding: 20px;
}
.kontaktwege-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--c-border);
}
.kontaktwege-item:last-child { border-bottom: none; }
.kontaktwege-item .icon {
    width: 38px; height: 38px;
    background: var(--c-blue);
    color: var(--c-paper);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}
.kontaktwege-item .key { font-size: 11px; color: var(--c-text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.kontaktwege-item .val { font-size: 14px; color: var(--c-text); font-weight: 500; }

/* ==========================================================================
   TABLET (ab 640px)
   ========================================================================== */

@media (min-width: 640px) {
    .wrap { padding: 0 32px; }
    .hero h1 { font-size: 48px; letter-spacing: -2px; }
    .hero-lead { font-size: 17px; }
    .hero-ctas { flex-direction: row; flex-wrap: wrap; }
    .counter-grid { grid-template-columns: repeat(3, 1fr); gap: 0; }
    .counter-cell { border-right: 1px solid var(--c-border); border-bottom: none; padding: 18px 20px; }
    .counter-cell:last-child { border-right: none; }
    .counter-cell .num { font-size: 64px; }
    .section-title { font-size: 36px; letter-spacing: -1.3px; }
    .versprechen-grid { grid-template-columns: 1fr 1fr; }
    .fachbereiche-grid, .bereiche-grid { grid-template-columns: 1fr 1fr; }
    .standorte-grid { grid-template-columns: 1fr 1fr; }
    .team-grid { grid-template-columns: 1fr 1fr; }
    .willkommen-grid { grid-template-columns: 1fr 1fr; }
    .benefits-grid { grid-template-columns: 1fr 1fr; }
    .trust-logos { grid-template-columns: repeat(3, 1fr); }
    .abschluss-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .alltag-list { grid-template-columns: 1fr 1fr; }
}

/* ==========================================================================
   DESKTOP (ab 980px)
   ========================================================================== */

@media (min-width: 980px) {
    .wrap { max-width: var(--container); padding: 0 32px; }
    section { padding: 90px 0; }
    .banner { padding: 11px 32px; font-size: 14px; }
    .header-inner { padding: 22px 0; }
    .logo { font-size: 22px; }
    .logo .logo-img { max-height: 56px; }
    .icon-btn { display: none; }
    .nav-toggle { display: none; }
    .nav {
        display: flex;
        position: static;
        flex-direction: row;
        gap: 32px;
        padding: 0;
        background: none;
        border: none;
        box-shadow: none;
    }
    .nav a { font-size: 15px; padding: 0; }
    .nav .phone {
        display: inline-flex;
        background: var(--c-blue);
        color: var(--c-paper);
        padding: 10px 18px;
        border-radius: 6px;
        font-weight: 500;
        align-items: center;
        gap: 6px;
    }
    .nav .phone:hover { background: var(--c-blue-dark); }
    .hero { padding: 70px 0 90px; }
    .hero-grid { grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: start; }
    .hero h1 { font-size: 72px; letter-spacing: -2.6px; line-height: 0.98; }
    .hero-lead { font-size: 18px; max-width: 520px; }
    .hero-ctas { flex-direction: row; }
    .funnel { padding: 28px 30px; position: sticky; top: 100px; }
    .funnel h3 { font-size: 23px; }
    .funnel-options { grid-template-columns: 1fr 1fr; }
    .counter-cell .num { font-size: 78px; letter-spacing: -3px; }
    .counter-cell .num .plus { font-size: 36px; }
    .section-title { font-size: 50px; letter-spacing: -1.6px; }
    .section-lead { font-size: 17.5px; max-width: 680px; margin-bottom: 52px; }
    .versprechen-grid { gap: 18px; }
    .versprechen-card { padding: 32px 30px 28px; }
    .versprechen-card h3 { font-size: 25px; }
    .fachbereiche-grid, .bereiche-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .fach-card h3, .bereich h3 { font-size: 28px; }
    .unterwegs-grid { grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
    .unterwegs-visual { padding: 30px; }
    .standorte-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .standort-head { padding: 28px 30px; }
    .standort-head .city-letter { font-size: 220px; }
    .standort-head .name { font-size: 34px; }
    .team-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .steckbrief { padding: 22px 22px 18px; }
    .sb-name { font-size: 52px; letter-spacing: -1.8px; }
    .steckbrief.script .sb-name { font-size: 42px; }
    .sb-trait { font-size: 11px; }
    .trust-logos { grid-template-columns: repeat(5, 1fr); gap: 30px; }
    .geschichte-grid { grid-template-columns: 1fr 1.4fr; gap: 60px; }
    .einrichtungs-grid { grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: center; }
    .einrichtungs-text h2 { font-size: 44px; letter-spacing: -1.5px; }
    .einrichtungs-form { padding: 28px 30px; }
    .abschluss-grid { gap: 24px; }
    .abschluss-card { padding: 32px 30px; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }

    /* Mobile-CTA-Bar nur auf Mobile/Tablet */
    .mobile-cta-bar { display: none; }
    body.has-mobile-cta { padding-bottom: 0; }
    .cookie-banner { bottom: 20px; left: auto; right: 20px; max-width: 380px; }

    /* Karriere */
    .alltag-list { grid-template-columns: 1fr 1fr; }
    .alltag-item { padding: 26px 28px; }
    .benefits-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .willkommen-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .persona { padding: 32px 30px 28px; }
    .faq-q { font-size: 19px; padding: 22px 0; }
    .bewerbung-grid { grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: start; }
    .bewerbungs-form { padding: 28px 30px; }
    .persoenlich-grid { grid-template-columns: 1.3fr 1fr; gap: 50px; }
    .persoenlich h2 { font-size: 50px; letter-spacing: -1.8px; }
}

/* ==========================================================================
   NAV-SPANS (Desktop vs. Mobile)
   ========================================================================== */
.nav-desktop { display: none; }
.nav-mobile { display: inline; }
@media (min-width: 980px) {
    .nav-desktop { display: inline; }
    .nav-mobile { display: none; }
}

/* ==========================================================================
   KOMPONENTEN: CALLOUT-CORAL (ehemals Inline-Style auf Hero-Trust-Boxen)
   ========================================================================== */
.callout-coral {
    background: var(--c-paper-warm);
    border-radius: 12px;
    padding: 28px;
    border-left: 4px solid var(--c-coral);
}
.callout-coral-eyebrow {
    display: block;
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--c-coral);
    margin-bottom: 14px;
}
.callout-coral-headline {
    font-family: var(--font-display);
    font-size: 19px;
    color: var(--c-blue);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 18px;
}
.callout-coral-headline.script {
    font-family: var(--font-name);
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}
.callout-list {
    list-style: none;
    padding: 0;
    font-size: 14.5px;
    color: var(--c-text);
    margin: 0;
}
.callout-list li {
    padding: 8px 0;
    border-top: 1px solid var(--c-border);
    display: flex;
    gap: 10px;
    align-items: center;
}
.callout-list li .check {
    color: var(--c-coral);
    font-weight: 700;
}
.callout-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.callout-chips .chip {
    padding: 5px 11px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 500;
}
.callout-chips .chip-blue { background: var(--c-blue-tint); color: var(--c-blue); }
.callout-chips .chip-coral { background: var(--c-coral-soft); color: var(--c-coral); }

/* ==========================================================================
   STANDORT-HERO: weiße Outline-Buttons (ehemals Inline-Style)
   ========================================================================== */
.standort-hero .btn-outline-paper {
    box-shadow: inset 0 0 0 1.5px var(--c-paper);
    color: var(--c-paper);
}
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; }

/* ==========================================================================
   PULLQUOTE / PERSON-QUOTE (für unterwegs-Sektion „Eine Person, die dich kennt")
   ========================================================================== */
.person-quote {
    font-family: var(--font-name);
    font-style: italic;
    font-size: 18px;
    color: var(--c-blue);
    border-left: 3px solid var(--c-coral);
    padding-left: 18px;
    margin: 20px 0;
    line-height: 1.5;
}
.person-byline {
    font-size: 14px;
    color: var(--c-text-muted);
}

/* ==========================================================================
   COUNTER-CELL Inline-Overrides (Phone-Kontakt-Card)
   ========================================================================== */
.contact-hint {
    font-size: 13.5px;
    color: var(--c-blue-dark);
    opacity: 0.7;
}

/* ==========================================================================
   UNTERWEGS Hero-Lead Script
   ========================================================================== */
.hero-lead-script {
    font-family: var(--font-name);
    font-style: italic;
    color: var(--c-coral);
}

/* ==========================================================================
   COOKIE-BANNER · Erweiterung für Zwei-Button-Layout
   ========================================================================== */
.cookie-banner-actions {
    flex-wrap: wrap;
    gap: 10px;
}
.cookie-banner-actions .btn {
    min-width: 160px;
    flex: 1;
}
@media (max-width: 640px) {
    .cookie-banner-actions .btn {
        width: 100%;
        flex: none;
    }
}

/* ==========================================================================
   ZVOOVE-STELLENBÖRSE · Section + Placeholder
   ========================================================================== */
.zvoove-stellen {
    padding: 64px 0 80px;
    background: #fafafa;
}
.zvoove-stellen .section-title {
    margin-bottom: 28px;
}
#zvoove-container {
    margin-top: 24px;
}
.zvoove-placeholder {
    padding: 40px 32px;
    background: #fff;
    border: 2px dashed #d8d8d8;
    border-radius: 14px;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.zvoove-placeholder p {
    color: var(--c-text-muted);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ==========================================================================
   WHATSAPP-FLOATING-BUTTON · Auf allen Seiten unten rechts
   ========================================================================== */
.wa-floating-btn {
    position: fixed;
    bottom: 86px;
    right: 18px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    z-index: 90;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.wa-floating-btn:hover,
.wa-floating-btn:focus-visible {
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
    outline: none;
}
.wa-floating-btn svg {
    width: 32px;
    height: 32px;
    display: block;
}
.wa-floating-btn .wa-tooltip {
    position: absolute;
    right: 70px;
    background: var(--c-blue);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    font-family: var(--font-base);
}
.wa-floating-btn:hover .wa-tooltip,
.wa-floating-btn:focus-visible .wa-tooltip {
    opacity: 1;
}
@media (min-width: 980px) {
    .wa-floating-btn {
        bottom: 24px;
        right: 24px;
    }
}

/* ==========================================================================
   FOOTER-LINK · Cookie-Einstellungen ändern
   ========================================================================== */
.footer .cookie-settings-link {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
}
.footer .cookie-settings-link:hover {
    color: var(--c-coral);
}

/* ==========================================================================
   MAPS · Link-Block (DSGVO-sauber, statt iframe)
   ========================================================================== */
.map-link-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    background: #fff;
    border: 1.5px solid #e5e5e5;
    border-radius: 14px;
    text-decoration: none;
    color: var(--c-blue);
    transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s;
    min-height: 120px;
}
.map-link-box:hover,
.map-link-box:focus-visible {
    transform: translateY(-2px);
    border-color: var(--c-coral);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    outline: none;
}
.map-link-box .map-icon {
    font-size: 36px;
    line-height: 1;
    flex-shrink: 0;
}
.map-link-box .map-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.map-link-box .map-text strong {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--c-blue);
}
.map-link-box .map-text span {
    font-size: 14.5px;
    color: var(--c-text-muted);
    line-height: 1.45;
}
.map-link-box .map-arrow {
    font-size: 24px;
    color: var(--c-coral);
    flex-shrink: 0;
    transition: transform 0.18s;
}
.map-link-box:hover .map-arrow {
    transform: translateX(4px);
}
@media (max-width: 640px) {
    .map-link-box {
        padding: 18px 18px;
        gap: 14px;
    }
    .map-link-box .map-text strong { font-size: 16.5px; }
    .map-link-box .map-text span   { font-size: 13.5px; }
}
