/* daniela-blumenwitz.de — Stylesheet der Replik (September 2026, designernils).
   Werte stammen aus den Computed Styles der Vorlage (Canvas, Bootstrap-5-
   Utilities) bei 1440 px und 390 px; Hinweise zu Abweichungen stehen am Ort.
   Schrift: Open Sans als variable WOFF2 (Latin, 300–800), selbst gehostet.
   Bauweise wie Kundenprojekte/floris/site/floris.css. */

@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 300 800; font-display: swap; src: url(schrift/open-sans-var.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --blau: #00518E;        /* Themenfarbe: Knöpfe, Menü, Reiter, Icons, Zeitstrahl */
  --blau-dunkel: #003f70; /* Zeiger-Zustand der Knöpfe (die Vorlage sprang auf Bootstrap-Blau #0b5ed7, ein Template-Rest) */
  --grau-knopf: #6C757D;
  --text: #212529;
  --gedaempft: rgba(33, 37, 41, .75);
  --unter: #6C757D;       /* Untertitel der Leistungsblöcke */
  --hell: #F8F9FA;        /* grauer Streifen, Erfahrungen */
  --feld: #E9ECEF;        /* Formularfelder, helle Icon-Kacheln */
  --feldrand: #DEE2E6;
  --fuss: #707788;
  --linie: rgba(0, 0, 0, .1);
  --referenz: #F1F9FF;
  --beige: #F9F5F2;
  --linkedin: #0E76A8;
  --xing: #126567;
  --container: 1320px;
  /* „Leicht“: Die Vorlage schreibt 300, hat aber keinen Light-Schnitt; Browser zeigen dort Regular.
     Damit die Seite aussieht wie bisher, bleibt es bei 400. Echtes Light wäre 300 (die Schrift kann es). */
  --leicht: 400;
  /* „Halbfett“ (600) genauso: ohne Semibold-Schnitt zeigte der Browser Bold. Echtes Semibold wäre 600. */
  --halbfett: 700;
  --schatten: 0 8px 16px rgba(0, 0, 0, .15);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; overflow-x: hidden; overflow-x: clip; font: 400 16px/1.5 "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--text); background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blau); text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; }
.knopf:hover, .knopf:focus-visible, .sozial a:hover, .kopf__nav a:hover, .fuss__links a:hover, .partner a:hover, .reiter a:hover, .tafel__knopf:hover { text-decoration: none; }
/* Links mitten im Fließtext bleiben unterstrichen, damit sie ohne Farbe erkennbar sind */
.recht p a, .recht li a, .zustimmung a, .karte__hinweis p a, .danke p a, .angaben a, .fuss__marke p a { text-decoration: underline; }
h1, h2, h3, h4, h5 { margin: 0; color: var(--text); font-weight: 700; }
p { margin: 0 0 30px; }
ul { margin: 0; padding: 0; list-style: none; }
strong { font-weight: 700; }
:focus-visible { outline: 2px solid var(--blau); outline-offset: 3px; }
.band :focus-visible, .fuss :focus-visible, .tafel :focus-visible { outline-color: #fff; }
.gedaempft { color: var(--gedaempft); line-height: 26.4px; }
.label { font-size: 12px; line-height: 18px; font-weight: 400; text-transform: uppercase; letter-spacing: 4px; opacity: .5; margin: 0 0 20px; }

/* Raster wie in der Vorlage (Bootstrap-Container, 24 px Spaltenabstand) */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 12px; }
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.row > * { padding: 0 12px; width: 100%; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Kopfzeile ─────────────────────────────────────────────────────── */
/* Weiß, auf dem Desktop fest und beim Scrollen auf 60 px geschrumpft
   (Canvas „sticky-header-shrink“); auf dem Handy 100 px, nicht fest. */
.kopf { position: relative; z-index: 50; background: #fff; border-bottom: 1px solid #F5F5F5; }
.kopf__zeile { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; min-height: 100px; }
.kopf__logo { display: block; }
.kopf__logo img { width: 253px; height: 100px; object-fit: contain; object-position: left center; transition: width .3s, height .3s; }
.kopf__knopf { background: none; border: 0; color: var(--text); width: 44px; height: 44px; padding: 10px; cursor: pointer; margin-right: -10px; }
.kopf__knopf svg { width: 24px; height: 24px; fill: currentColor; }
.kopf__nav { display: none; width: 100%; padding-bottom: 12px; }
.kopf__nav.offen { display: block; }
.kopf__nav > ul > li { position: relative; }
.kopf__nav a { display: block; padding: 14px 5px; color: var(--text); font-size: 16px; line-height: 22px; font-weight: 500; }
.kopf__nav a[aria-current], .kopf__nav a:hover, .kopf__nav a:focus-visible { color: var(--blau); }
.unter__knopf { position: absolute; right: 0; top: 9px; width: 32px; height: 32px; background: none; border: 0; color: var(--text); cursor: pointer; padding: 8px; }
.unter__knopf svg { width: 12px; height: 12px; fill: currentColor; transition: transform .2s; }
.hat-unter.offen .unter__knopf svg { transform: rotate(180deg); }
.unter { display: none; padding-left: 15px; }
.hat-unter.offen .unter { display: block; }
.unter a { font-size: 14px; font-weight: 400; padding: 10px 15px; }
@media (min-width: 992px) {
  .kopf { position: fixed; inset: 0 0 auto 0; border-bottom: 0; box-shadow: 0 0 0 1px #F5F5F5; }
  .kopf__zeile { min-height: 80px; height: 80px; flex-wrap: nowrap; transition: height .3s; }
  .kopf__logo img { width: 203px; height: 80px; }
  .kopf.fest .kopf__zeile { min-height: 60px; height: 60px; }
  .kopf.fest .kopf__logo img { width: 152px; height: 60px; }
  .kopf__knopf, .unter__knopf { display: none; }
  .kopf__nav { display: block; width: auto; padding: 0; }
  .kopf__nav > ul { display: flex; }
  .kopf__nav a { padding: 29px 15px; }
  .kopf.fest .kopf__nav a { padding-block: 19px; }
  /* Untermenü „Leistungen“: 240 px, weiß, blaue Oberkante, beim Zeigen oder per Tastatur */
  .unter { display: block; position: absolute; left: 0; top: 100%; width: 240px; padding: 0; background: #fff; border-top: 2px solid var(--blau); box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05); opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
  .hat-unter:hover .unter, .hat-unter:focus-within .unter { opacity: 1; visibility: visible; }
  .unter a { color: var(--text); padding: 10px 15px; font-size: 14px; font-weight: 400; }
  .unter a:hover, .unter a:focus-visible { color: var(--blau); background: rgba(0, 0, 0, .024); }
  main { padding-top: 81px; }
}

/* ── Knöpfe ────────────────────────────────────────────────────────── */
.knopf { display: inline-block; background: var(--blau); color: #fff; border: 1px solid var(--blau); border-radius: 6px; padding: 6px 24px; font: inherit; font-size: 16px; line-height: 24px; text-align: center; cursor: pointer; }
.knopf:hover, .knopf:focus-visible { background: var(--blau-dunkel); border-color: var(--blau-dunkel); color: #fff; }
.knopf--grau { background: var(--grau-knopf); border-color: var(--grau-knopf); }
.knopf--grau:hover, .knopf--grau:focus-visible { background: #5c636a; border-color: #5c636a; }

/* ── Startseite: Eröffnung ─────────────────────────────────────────── */
/* Eingangsbild unter zwei Schichten: 50 % Weiß und ein Verlauf nach unten zu 50 % Schwarz. */
.hero { position: relative; display: flex; align-items: center; min-height: 90vh; min-height: 90svh; text-align: center; background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), linear-gradient(transparent, rgba(0,0,0,.5)), #fff url(bilder/eingang-1024.webp) left top / cover no-repeat; }
.hero .container { padding-block: 48px; }
.hero h1 { font-size: 34.13px; line-height: 1.2; margin: 0 0 30px; }
.hero .lead { font-size: 20px; line-height: 30px; font-weight: var(--leicht); margin: 0 0 48px; }
.hero .knopf { margin: 8px 0 0; }
.hero__pfeil { display: none; }
@media (min-width: 768px) { .hero h1 { font-size: 56px; } }
@media (min-width: 992px) {
  .hero { background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), linear-gradient(transparent, rgba(0,0,0,.5)), url(bilder/eingang-1920.webp); }
  .hero .container { padding-block: 0; }
  .hero__pfeil { display: block; position: absolute; left: 50%; bottom: 20px; width: 32px; height: 32px; margin-left: -16px; color: #222; opacity: .55; animation: wippen 2s ease-in-out infinite; }
  .hero__pfeil svg { width: 32px; height: 32px; fill: currentColor; }
}
@keyframes wippen { 0%, 100% { transform: translateY(0); opacity: .55; } 50% { transform: translateY(8px); opacity: .3; } }
@media (prefers-reduced-motion: reduce) { .hero__pfeil { animation: none; } }

/* ── Startseite: Human Flourishing ─────────────────────────────────── */
.florieren .row { align-items: center; min-height: 900px; }
/* Canvas „content-wrap py-lg-0“: 80 px Innenabstand oben und unten, erst ab 992 px nicht mehr */
@media (max-width: 991px) { .florieren, .welt, .vorstellung { padding-block: 80px; } }
.florieren__text { margin-bottom: 24px; }
.florieren h2, .profil h2 { font-size: 24px; line-height: 36px; margin-bottom: 24px; }
.florieren__bild img { width: 100%; }
@media (min-width: 992px) {
  .florieren__text, .florieren__bild { width: 50%; }
  .florieren h2, .profil h2 { font-size: 30px; line-height: 45px; }
}

/* ── Startseite: Leistungsübersicht (Reiter) ───────────────────────── */
.streifen { background: var(--hell); padding: 80px 0; margin: 64px 0; }
.uebersicht__innen { max-width: 1024px; margin: 0 auto; padding: 48px 12px; }
.uebersicht__kopf { max-width: 768px; margin: 0 auto 80px; text-align: center; }
.uebersicht__kopf h2 { font-size: 24px; line-height: 36px; margin-bottom: 24px; }
@media (min-width: 768px) { .uebersicht__kopf h2 { font-size: 30px; line-height: 45px; } }
.uebersicht__kopf p { line-height: 26.4px; }
@media (min-width: 576px) { .uebersicht__kopf p { padding: 0 80px; } }
@media (min-width: 768px) { .uebersicht__kopf p { margin-left: 48px; margin-right: 48px; } }
.reiter { display: flex; flex-wrap: wrap; }
.reiter a { flex: 1 1 auto; /* Bootstrap nav-fill: wächst mit dem Text */ display: block; padding: 20px 16px; text-align: center; font-size: 16px; line-height: 24px; font-weight: 500; color: #222; }
.reiter a[aria-selected="true"] { background: var(--blau); color: #fff; }
.tafel { display: flex; flex-wrap: wrap; background: var(--blau); }
.tafel[hidden] { display: none; }
.tafel__text { width: 100%; padding: 80px; margin: 48px 0; color: var(--feld); }
.tafel__text h3 { font-size: 20px; line-height: 30px; font-weight: 500; color: var(--hell); margin-bottom: 24px; }
.tafel__knopf { display: inline-block; border: 1px solid #fff; border-radius: 800px; color: #fff; font-size: 18px; line-height: 28.8px; font-weight: 500; padding: 8px 26px; transition: background .2s, color .2s; }
.tafel__knopf:hover, .tafel__knopf:focus-visible { background: #fff; color: #333; }
/* Bildhälfte: in der Vorlage auf dem Handy 0 px hoch (Fehler 9); hier 4:3 unter dem Text */
.tafel__bild { width: 100%; aspect-ratio: 4 / 3; background: center / cover no-repeat; }
.tafel--coaching .tafel__bild { background-image: url(bilder/business-coaching.webp); }
.tafel--search .tafel__bild { background-image: url(bilder/executive-search.webp); }
.tafel--hr .tafel__bild { background-image: url(bilder/hr-consulting.webp); }
@media (min-width: 768px) {
  .tafel__text { width: 50%; }
  .tafel__text h3 { font-size: 24px; line-height: 36px; }
  .tafel__bild { width: 50%; aspect-ratio: auto; }
}

/* ── Startseite: Profil ────────────────────────────────────────────── */
.profil { display: flex; flex-wrap: wrap; align-items: center; min-height: 900px; margin: 0 -12px; } /* volle Breite plus Bootstrap-Zeilenrand wie die Vorlage */
.profil__text { width: 100%; padding: 48px; }
.profil__text p { line-height: 24px; }
.profil__text .knopf { margin-top: 24px; }
.profil__bild { width: 100%; min-height: 900px; background: url(bilder/maxvorstadt.webp) center / cover no-repeat; }
@media (min-width: 768px) {
  .profil__text { width: 41.667%; margin-left: 8.333%; }
  .profil__bild { width: 50%; }
}

/* ── Unterseiten: Kopfband ─────────────────────────────────────────── */
.band { position: relative; display: flex; align-items: center; height: 500px; padding: 64px 0; text-align: center; color: var(--feld); background: var(--fuss) center / cover no-repeat; }
.band::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .35); }
.band .container { position: relative; }
.band__text { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; } /* Flex, damit die Abstände von H1 und Absatz nicht zusammenfallen (62 px wie die Vorlage) */
.band h1 { font-size: 28px; line-height: 1.5; font-weight: 500; color: var(--hell); margin-bottom: 30px; }
.band p { display: none; font-size: 24px; line-height: 1.65; font-weight: var(--leicht); color: var(--feld); margin: 32px 0 12px; }
@media (min-width: 576px) { .band p { display: block; } }
@media (min-width: 768px) { .band h1 { font-size: 36px; } }
.band--leistungen { background-image: url(bilder/kopf-leistungen-1024.webp); background-position: 50% 0; }
.band--uebermich { background-image: url(bilder/kopf-uebermich-1024.webp); background-position: 0 100%; }
.band--kontakt { background-image: url(bilder/kopf-kontakt-1024.webp); background-position: 50% 50%; }
@media (min-width: 992px) {
  .band--leistungen { background-image: url(bilder/kopf-leistungen-1920.webp); }
  .band--uebermich { background-image: url(bilder/kopf-uebermich-1920.webp); }
  .band--kontakt { background-image: url(bilder/kopf-kontakt-1920.webp); }
}

/* ── Häkchen-Listen (Leistungen, Über mich) ────────────────────────── */
.haken { margin: 0 -8px; }
.haken li { display: flex; align-items: flex-start; gap: 8px; padding: 0 8px; margin-bottom: 16px; font-weight: 700; line-height: 24px; }
.haken li:last-child { margin-bottom: 0; }
.haken--offen li:last-child { margin-bottom: 16px; } /* Über mich: die Vorlage lässt dort auch beim letzten Punkt 16 px */
.haken svg { flex: none; width: 16px; height: 16px; fill: var(--blau); margin-top: 4px; }

/* ── Leistungen ────────────────────────────────────────────────────── */
.welt .row { padding: 80px 0; }
.welt h2 { font-size: 28px; line-height: 1.5; font-weight: var(--halbfett); margin-bottom: 24px; }
@media (min-width: 768px) { .welt h2 { font-size: 36px; } }
@media (min-width: 992px) { .welt__text { width: 50%; } }
.leistung { padding: 64px 0; }
.leistung .row { align-items: center; margin-bottom: -50px; }
.leistung .row > * { margin-bottom: 50px; }
.leistung--coaching { margin-bottom: 24px; }
.leistung--search { margin-top: 64px; }
.leistung--hr { margin-top: 80px; }
.ueberschrift { padding-top: 40px; margin-bottom: 50px; }
.ueberschrift h3 { font-size: 30px; line-height: 45px; font-weight: var(--halbfett); }
.ueberschrift span { display: block; font-size: 19.4286px; line-height: 29.1429px; font-weight: var(--leicht); color: var(--unter); margin-top: 8px; }
.ueberschrift::after { content: ""; display: block; width: 40px; border-top: 2px solid var(--text); margin-top: 30px; }
.leistung__text p { line-height: 24px; }
.leistung__text .liste-titel { text-transform: uppercase; letter-spacing: 1px; }
.pfeilliste li { position: relative; padding: 4px 0 4px 16px; line-height: 24px; }
.pfeilliste li::before { content: ""; position: absolute; left: 1px; top: 13px; width: 6px; height: 6px; border: solid currentColor; border-width: 2px 2px 0 0; transform: rotate(45deg); }
.leistung__bild { text-align: center; }
/* unter 576 px zeigt die Vorlage das Bild nicht (d-none d-sm-block); die leere Spalte behält ihre 50 px Abstand */
.leistung__bild img { display: none; }
.leistung__bild img { width: 75%; box-shadow: var(--schatten); } /* linksbündig in der Spalte, wie die Vorlage (text-center wirkt dort nicht auf das Block-Bild) */
@media (min-width: 576px) { .leistung__bild img { display: block; } }
@media (min-width: 768px) { .leistung__text, .leistung__bild { width: 50%; } }
.referenzen { background: var(--referenz); padding: 64px 0; margin-top: 80px; }
.referenzen h3 { font-size: 20px; line-height: 30px; font-weight: 500; margin-bottom: 30px; }
@media (min-width: 768px) { .referenzen h3 { font-size: 24px; line-height: 36px; } }
.referenzen p { font-size: 18px; line-height: 27px; margin-bottom: 16px; }

/* ── Über mich ─────────────────────────────────────────────────────── */
.vorstellung .row { align-items: center; min-height: 900px; }
.vorstellung h2 { font-size: 24px; line-height: 36px; margin-bottom: 24px; }
.vorstellung .label { color: var(--gedaempft); }
.vorstellung__bild img { width: 100%; }
@media (min-width: 992px) { .vorstellung__text, .vorstellung__bild { width: 50%; } .vorstellung h2 { font-size: 30px; line-height: 45px; } }
.erfahrungen { background: var(--hell); margin-top: 64px; }
.erfahrungen__spalte { padding: 80px 12px; }
@media (min-width: 992px) { .erfahrungen__spalte { width: 66.667%; } }
.zeitstrahl { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 48px -12px; }
.zeitstrahl > * { width: 100%; padding: 0 12px; }
.zeitstrahl h2 { font-size: 24px; line-height: 36px; font-weight: 500; margin-bottom: 80px; }
@media (min-width: 768px) { .zeitstrahl h2 { font-size: 30px; line-height: 45px; } } /* 30 px eigener Abstand + 50 px Spaltenabstand der Vorlage */
@media (min-width: 992px) { .zeitstrahl h2 { width: 50%; } }
.station { display: flex; padding: 0 12px 50px; position: relative; }
.station > div:last-child { flex: 1; padding: 0 8px; }
@media (min-width: 768px) { .station { width: 66.667%; } }
/* senkrechte Linie (custom.css der Vorlage): 3 px bei 35 px, in Themenfarbe */
.station::before { content: ""; position: absolute; top: 0; left: 35px; width: 3px; height: 100%; background: var(--blau); }
.station__icon { flex: none; width: 48px; padding: 0 8px; }
.station__icon span { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--blau); color: #fff; box-shadow: 0 0 0 6px #fff; }
.station__icon svg { width: 16px; height: 16px; fill: currentColor; }
.station h3 { font-size: 18px; line-height: 27px; font-weight: 500; margin-bottom: 8px; }
.station p { color: var(--unter); line-height: 26.4px; margin: 8px 0 0; }
.zusammen { display: flex; align-items: center; min-height: 450px; padding: 80px 0; }
.zusammen__kopf { max-width: 636px; margin: 0 auto 48px; text-align: center; display: flow-root; }
.zusammen__kopf h3 { font-size: 28px; line-height: 1.5; margin-bottom: 16px; }
@media (min-width: 768px) { .zusammen__kopf h3 { font-size: 36px; } }
.zusammen__kopf p { line-height: 26.4px; }
.partner { margin: -50px -25px -30px; }
.partner > * { padding: 0 25px 30px; margin-top: 50px; width: 100%; }
@media (min-width: 992px) { .partner > * { width: 33.333%; } }
.partner__karte { display: flex; align-items: center; border: 1px solid var(--linie); border-radius: 6px; }
.partner__karte img { width: 100px; height: 100px; border-radius: 6px 0 0 6px; flex: none; margin-right: 16px; }
.partner__karte div { padding-left: 16px; }
.partner__karte h4 { font-size: 16px; line-height: 24px; font-weight: var(--halbfett); }
@media (min-width: 768px) { .partner__karte h4 { font-size: 18px; line-height: 27px; } }
.partner__karte h4 a { color: var(--text); }
.partner__karte h5 { font-size: 14px; line-height: 21px; font-weight: 400; color: var(--gedaempft); }

/* ── Kontakt ───────────────────────────────────────────────────────── */
.kontakt { padding: 80px 0; background: linear-gradient(var(--beige) 640px, #fff 640px); }
.kontakt .container { max-width: 1280px; }
.kontakt .row { justify-content: space-between; margin-bottom: -30px; }
.kontakt .row > * { margin-bottom: 30px; }
@media (min-width: 992px) { .kontakt__text { width: 41.667%; } .kontakt__formular { width: 50%; } }
/* Bootstrap fs-1 / fs-2: wachsen mit der Fensterbreite, ab 1200 px 40 bzw. 32 px */
.kontakt__text h2 { font-size: calc(1.375rem + 1.5vw); line-height: 1.5; font-weight: 500; margin-bottom: 16px; }
.kontakt__text > p { font-size: 19.2px; line-height: 31.68px; }
.kontakt__text h3 { font-size: calc(1.325rem + .9vw); line-height: 1.5; font-weight: 500; margin: 96px 0 16px; }
@media (min-width: 1200px) { .kontakt__text h2 { font-size: 40px; } .kontakt__text h3 { font-size: 32px; } } /* 16 px Listenabstand + 80 px „clear mb-6“ der Vorlage */
.wege { margin: 78px 0 0 -8px; } /* 30 px Absatzabstand + 48 px „clear mb-5“ der Vorlage */
.wege li { display: flex; align-items: flex-start; margin-bottom: 16px; }
.wege li span { flex: none; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--blau); color: #fff; margin: 0 8px; }
.wege svg { width: 16px; height: 16px; fill: currentColor; }
.wege .wege__text { font-size: 16px; line-height: 24px; font-weight: 400; margin: 0 0 8px 8px; }
@media (min-width: 768px) { .wege .wege__text { font-size: 18px; line-height: 27px; margin-top: 2px; } }
.sozial { display: flex; gap: 5px; }
.sozial a { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; color: #fff; }
.sozial a svg { width: 14px; height: 14px; fill: currentColor; }
.sozial .linkedin { background: var(--linkedin); }
.sozial .xing { background: var(--xing); }
/* Kontaktseite: helle Kacheln 40 px, eckig; Markenfarbe erst beim Zeigen.
   Selektoren mit zwei Klassen, damit sie die Markenfarben oben überstimmen. */
.sozial--kachel a, .sozial--kachel .linkedin, .sozial--kachel .xing { width: 40px; height: 40px; border-radius: 6px; background: var(--feld); color: var(--text); }
.sozial--kachel a svg { width: 16px; height: 16px; }
.sozial--kachel .linkedin:hover, .sozial--kachel .linkedin:focus-visible { background: var(--linkedin); color: #fff; }
.sozial--kachel .xing:hover, .sozial--kachel .xing:focus-visible { background: var(--xing); color: #fff; }
.karte-formular { background: #fff; border-radius: 9.6px; box-shadow: var(--schatten); padding: 48px; }
.formular label { display: block; font-size: 16px; line-height: 24px; font-weight: 500; margin-bottom: 8px; }
.formular .pflicht { color: #dc3545; }
.formular .gruppe { margin-bottom: 24px; }
.formular input, .formular textarea, .formular select { display: block; width: 100%; font: inherit; color: #404756; background: var(--feld); border: 1px solid var(--feldrand); border-radius: 6px; padding: 6px 12px; line-height: 24px; }
.formular select { appearance: none; padding-right: 36px; color: var(--text); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px 12px; }
.formular input:focus, .formular textarea:focus, .formular select:focus { outline: 2px solid var(--blau); outline-offset: 0; border-color: var(--blau); }
.formular textarea { height: 110px; min-height: 110px; resize: vertical; }
.formular .hinweis { display: block; font-size: 14px; line-height: 21px; color: var(--gedaempft); margin-top: 4px; }
.formular .zustimmung { display: flex; gap: 8px; align-items: flex-start; font-weight: 500; margin-bottom: 28px; }
.formular .zustimmung input { display: inline-block; width: 16px; height: 16px; margin-top: 4px; padding: 0; border-radius: 4px; background: #fff; }
.formular .fehler { color: #a3202f; font-size: 14px; line-height: 21px; margin-top: 6px; display: none; }
.formular [aria-invalid="true"] { border-color: #a3202f; }
.formular [aria-invalid="true"] + .fehler, .formular .zustimmung[data-fehler] + .fehler { display: block; }
.formular .honig { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formular .knopf--breit { width: 100%; padding: 16px 12px; }
.formular__stand { margin: 16px 0 0; line-height: 1.5; }
.formular__stand:empty { display: none; }
.finden { padding-bottom: 80px; }

/* Karte: Vorschaubild vom eigenen Server; die Live-Karte (Leaflet +
   OpenStreetMap) lädt erst nach dem Klick — dann, und erst dann, gehen
   Daten an OpenStreetMap. Kein Cookie, kein Banner. */
.karte { position: relative; background: #e9e6e0 url(karte/vorschau.webp) center / cover no-repeat; height: 40vh; min-height: 300px; }
@media (min-width: 768px) { .karte { height: 60vh; } }
.karte__hinweis { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 24px; background: rgba(255,255,255,.55); backdrop-filter: blur(1.5px); }
.karte__hinweis p { max-width: 460px; font-size: 14px; line-height: 1.5; margin: 0 0 16px; color: var(--text); }
.karte__hinweis a { font-size: 14px; margin-top: 14px; color: var(--blau); }
.karte__leaflet { position: absolute; inset: 0; }
.karte__quelle { position: absolute; right: 6px; bottom: 4px; font-size: 11px; color: #555; background: rgba(255,255,255,.7); padding: 1px 5px; border-radius: 2px; }
.karte__quelle a { color: inherit; }
.leaflet-container { font: inherit; }
.leaflet-tile-pane { filter: grayscale(.35) saturate(.65) brightness(1.04) contrast(.95); }

/* ── Fußzeile ──────────────────────────────────────────────────────── */
.fuss { background: var(--fuss); color: var(--feld); border-top: 5px solid rgba(0,0,0,.2); }
.fuss__innen { padding-block: 80px; }
/* Canvas col-mb-50: jede Spalte 50 px Abstand, die Zeile nimmt die letzten 50 zurück */
.fuss .row { margin-bottom: -50px; }
.fuss .row > * { margin-bottom: 50px; }
.fuss__marke { order: 2; }
.fuss__marke img { width: 152px; height: 80px; margin: 0 0 20px -10px; opacity: .85; }
.fuss__marke p { line-height: 27.2px; }
.fuss__marke .linie { border-top: 1px solid rgba(255,255,255,.1); margin: 30px 0; }
.fuss__marke .klein { font-size: 13px; font-weight: var(--leicht); line-height: 22.1px; letter-spacing: 1px; opacity: .6; }
.fuss a { color: rgba(255,255,255,.75); }
.fuss a:hover, .fuss a:focus-visible { color: #fff; }
.fuss h2 { font-size: 16px; line-height: 24px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; color: var(--hell); margin-bottom: 30px; }
.fuss h2.knapp { margin-bottom: 16px; }
@media (min-width: 768px) { .fuss h2 { font-size: 18px; line-height: 27px; } }
.fuss__links li { position: relative; padding: 4px 0 4px 16px; line-height: 24px; }
.fuss__links li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border: solid var(--feld); border-width: 2px 2px 0 0; transform: rotate(45deg); }
.fuss__links a { display: inline-block; padding: 0 4px 0 12px; transition: color .2s, padding-left .2s; }
.fuss__links a:hover { padding-left: 16px; }
.zertifikate { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 0 20px; margin-bottom: 40px; }
.zertifikate img { height: 50px; width: auto; }
.fuss .sozial { margin-bottom: 24px; }
@media (min-width: 768px) { .fuss__rest .row > * { width: 50%; } }
@media (min-width: 992px) {
  .fuss__marke { width: 41.667%; order: 0; }
  .fuss__rest { width: 58.333%; }
  .fuss .row, .fuss .row > * { margin-bottom: 0; }
}

/* Nach-oben-Knopf: Vorlage 40 × 40, Radius 2, 30 % Schwarz */
.hoch { position: fixed; right: 30px; bottom: 50px; width: 40px; height: 40px; border-radius: 2px; background: rgba(0,0,0,.3); color: #fff; border: 0; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 40; }
.hoch svg { width: 18px; height: 18px; fill: currentColor; }
.hoch.sichtbar { display: flex; }
.hoch:hover { background: var(--blau); }

/* ── Rechtstexte, Danke ────────────────────────────────────────────── */
.recht { padding: 80px 0; }
.recht__text { max-width: 660px; }
.recht h1 { font-size: 36px; line-height: 54px; font-weight: 500; margin-bottom: 30px; }
.recht h2 { font-size: 30px; line-height: 45px; font-weight: 500; margin: 40px 0 20px; }
.recht h3 { font-size: 24px; line-height: 36px; font-weight: 500; margin: 30px 0 30px; }
.recht h4 { font-size: 18px; line-height: 27px; font-weight: var(--halbfett); margin: 24px 0 30px; }
.recht p, .recht li { line-height: 26.4px; }
.recht ul { list-style: disc; padding-left: 22px; margin-bottom: 30px; }
.recht a { word-break: break-word; }
.danke { max-width: 660px; padding: 80px 0; }
.danke h1 { font-size: 36px; line-height: 54px; font-weight: 500; margin-bottom: 30px; }
.danke p { line-height: 26.4px; }

/* ── Mikro-Animationen (wie bei Floris, Nils' Wunsch 18.09.) ───────────
   Dezent: nur Deckkraft und 14 px Versatz, einmalig, wenn ein Element ins
   Bild kommt. Greift nur mit JavaScript (html.js), sonst ist alles sofort
   da. Die Vorlage nutzte dafür fadeInUp/fadeInLeft/fadeInRight. */
.js [data-auf] { opacity: 0; transform: translateY(14px); transition: opacity .6s cubic-bezier(.22,.61,.36,1), transform .6s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
.js [data-auf].da { opacity: 1; transform: none; will-change: auto; }
.js [data-auf="links"] { transform: translateX(-14px); }
.js [data-auf="rechts"] { transform: translateX(14px); }
.js [data-auf="leise"] { transform: none; }
/* auf dem Handy nur senkrecht versetzen, sonst ragt ein noch verborgenes Element 14 px über den rechten Rand */
@media (max-width: 767px) { .js [data-auf="links"], .js [data-auf="rechts"] { transform: translateY(14px); } }
/* "rutsch": nur Versatz, keine Deckkraft — für den ersten sichtbaren Inhalt, damit der erste Anstrich nicht wartet */
.js [data-auf="rutsch"] { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .js [data-auf] { opacity: 1; transform: none; transition: none; } }
/* Zeiger-Reaktionen */
.knopf { transition: background .2s, transform .2s, box-shadow .2s; }
.knopf:hover, .knopf:focus-visible { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,81,142,.22); }
.knopf:active { transform: none; box-shadow: none; }
.sozial a { transition: transform .2s, background .2s, color .2s; }
.sozial a:hover, .sozial a:focus-visible { transform: scale(1.08); }
.kopf__nav a, .reiter a { transition: color .2s, background .2s; }
.partner__karte { transition: box-shadow .2s; }
.partner__karte:hover { box-shadow: var(--schatten); }
.leistung__bild img { transition: transform .3s; }
.leistung__bild img:hover { transform: translateY(-4px); }
@media (prefers-reduced-motion: reduce) {
  .knopf, .sozial a, .kopf__nav a, .reiter a, .partner__karte, .leistung__bild img, .tafel__knopf, .fuss__links a { transition: none; }
  .knopf:hover, .sozial a:hover, .leistung__bild img:hover { transform: none; }
}
