/* ============================================================
   AfD-Stadtverband Bergkamen – Stylesheet
   ------------------------------------------------------------
   Aufbau:
     01  Reset & Custom Properties
     02  Basis-Typografie
     03  Page-Load-Transition
     04  Deutschland-Elemente (Flaggenstreifen, Adler-Pattern)
     05  Topbar
     06  Header / Navigation (sticky + shrink)
     07  Buttons
     08  Hero (Startseite) inkl. Parallax & Gradient
     09  Page-Hero (Unterseiten)
     10  Breadcrumb
     11  Stats-Bar (Number-Counter)
     12  Sections & Section-Header
     13  Karten (Thema, Vorstand, News, Termin)
     14  Grids & Layouts
     15  Intro-Strip
     16  CTA-Band
     17  Formulare
     18  Accordion
     19  Rechtstexte
     20  Footer
     21  Scroll-Reveal & Animationen
     22  Responsive Breakpoints
     23  prefers-reduced-motion
   ============================================================ */

/* ============================================================
   01  RESET & CUSTOM PROPERTIES
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* --- Primärpalette (AfD-Corporate-Design) --- */
  --blue:       #009EE0;   /* AfD-Blau, Primärfarbe – Flächen, Kanten, Icons, Verläufe */
  --blue-dark:  #007db8;
  --blue-deep:  #0a4d78;

  /* Kontraststarke Ableitungen des Primärblaus.
     Weiß auf #009EE0 erreicht nur 3,01:1 und AfD-Blau als Fließtext auf Weiß
     ebenfalls nur 3,01:1 – beides verfehlt WCAG AA (4,5:1). Für Textfarben und
     gefüllte Schaltflächen wird deshalb ein abgedunkeltes Blau verwendet.
     Das Marken-Blau bleibt überall dort erhalten, wo kein Text darauf liegt. */
  --blue-text:   #0072a8;  /* Blau als Text auf hellem Grund   – 5,29:1 */
  --blue-fill:   #0072a8;  /* Blaue Füllfläche mit weißer Schrift – 5,29:1 */
  --blue-fill-h: #005e8c;  /* zugehöriger Hover-Zustand */
  --navy:       #0d1b2a;   /* Sekundär: Dunkelblau/Anthrazit */
  --navy-mid:   #1a2e42;
  --navy-soft:  #22384f;

  /* --- Akzent --- */
  --red:        #E2001A;
  --red-dark:   #b50015;
  --gold:       #FFCC00;
  --black-flag: #1C1C1C;

  /* --- Neutrale Skala --- */
  --grey-100:   #f4f6f8;
  --grey-200:   #e8ecf0;
  --grey-300:   #d4dbe2;
  --grey-400:   #646f7d;  /* Sekundärtext – abgedunkelt auf 5,11:1 (vorher 2,50:1) */
  --grey-600:   #4a5568;
  --text:       #1a202c;
  --white:      #ffffff;

  /* --- Schatten --- */
  --shadow-sm:  0 1px 4px rgba(13,27,42,0.08);
  --shadow-md:  0 4px 16px rgba(13,27,42,0.10);
  --shadow-lg:  0 8px 32px rgba(13,27,42,0.12);
  --shadow-xl:  0 18px 52px rgba(13,27,42,0.16);

  /* --- Geometrie --- */
  --radius:     4px;
  --radius-lg:  8px;
  --max-w:      1120px;

  /* --- Timing (cubic-bezier für hochwertige Easings) --- */
  --transition: 0.2s ease;
  --ease-out:   cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft:  cubic-bezier(0.4, 0, 0.2, 1);
  --ease-back:  cubic-bezier(0.34, 1.36, 0.64, 1);

  /* --- Header-Höhen (für sticky/shrink & Scroll-Offset) --- */
  --header-h:        84px;
  --header-h-shrunk: 66px;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  /* Anker-Sprünge nicht unter den Sticky-Header schieben */
  scroll-padding-top: calc(var(--header-h) + 16px);
}

/* ============================================================
   02  BASIS-TYPOGRAFIE
   ============================================================ */
body {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Sans-Serif für alle UI-Elemente – Konvention aus den Bestandsseiten */
nav, button, label, input, textarea, select,
.badge, .meta, .btn, .stat-label, .tag, .eyebrow {
  font-family: 'Inter', Arial, sans-serif;
}

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}
.container-narrow { max-width: 780px; margin: 0 auto; padding: 0 32px; }

img { display: block; max-width: 100%; }

a { color: var(--blue-text); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--blue-dark); }

/* Sichtbare Fokus-States – Barrierefreiheit */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Skip-Link für Tastatur- und Screenreader-Nutzung */
.skip-link {
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  z-index: 999;
  background: var(--navy);
  color: var(--white);
  padding: 12px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0 0 var(--radius) var(--radius);
  transition: top 0.25s var(--ease-out);
}
.skip-link:focus { top: 0; color: var(--white); }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Platzhalter-Markierung: macht [PLATZHALTER: …] im Layout auffindbar */
.ph {
  background: linear-gradient(to right, rgba(255,204,0,0.22), rgba(255,204,0,0.10));
  border-bottom: 1px dashed rgba(181,0,21,0.45);
  padding: 0 3px;
  border-radius: 2px;
}

/* ============================================================
   03  PAGE-LOAD-TRANSITION
   ============================================================ */
body.is-loading { opacity: 0; }
body {
  opacity: 1;
  transition: opacity 0.5s var(--ease-soft);
}

/* Kopfbereich fährt beim Laden sanft ein */
.page-intro > * {
  opacity: 0;
  transform: translateY(22px);
  animation: introUp 0.85s var(--ease-out) forwards;
}
.page-intro > *:nth-child(1) { animation-delay: 0.10s; }
.page-intro > *:nth-child(2) { animation-delay: 0.20s; }
.page-intro > *:nth-child(3) { animation-delay: 0.30s; }
.page-intro > *:nth-child(4) { animation-delay: 0.40s; }
.page-intro > *:nth-child(5) { animation-delay: 0.50s; }

@keyframes introUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   04  DEUTSCHLAND-ELEMENTE
   ============================================================ */
/* Schwarz-Rot-Gold als feiner Streifen über dem Seitenkopf */
.flag-stripe { display: flex; height: 5px; width: 100%; }
.flag-stripe-black { flex: 1; background: var(--black-flag); }
.flag-stripe-red   { flex: 1; background: var(--red); }
.flag-stripe-gold  { flex: 1; background: var(--gold); }

/* Adler-Silhouette als dezentes Hintergrund-Wasserzeichen */
.eagle-watermark {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 460px;
  height: 460px;
  color: var(--white);
  opacity: 0.045;
  pointer-events: none;
  z-index: 1;
}
.eagle-watermark svg,
.eagle-watermark img { width: 100%; height: 100%; }

/* Deutschland-Umriss als Wasserzeichen auf hellen Flächen */
.germany-watermark img { width: 100%; height: auto; }
.germany-watermark {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  color: var(--navy);
  opacity: 0.035;
  pointer-events: none;
  z-index: 0;
}

/* Feine Schwarz-Rot-Gold-Trennlinie zwischen Sektionen */
.flag-divider {
  height: 3px;
  width: 100%;
  background: linear-gradient(to right,
    var(--black-flag) 0%, var(--black-flag) 33.33%,
    var(--red) 33.33%, var(--red) 66.66%,
    var(--gold) 66.66%, var(--gold) 100%);
  opacity: 0.85;
}

/* Bergkamener Stadtsilhouette als Fuß einer Sektion */
.skyline {
  width: 100%;
  color: var(--navy);
  opacity: 0.10;
  pointer-events: none;
}
.skyline-band {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  line-height: 0;
  z-index: 1;
  pointer-events: none;
}
.skyline-band .skyline { color: var(--white); opacity: 0.065; }

/* ============================================================
   05  TOPBAR
   ============================================================ */
.topbar {
  background: var(--navy);
  padding: 8px 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar a { color: rgba(255,255,255,0.55); }
.topbar a:hover { color: var(--white); }
.topbar-links { display: flex; gap: 20px; flex-shrink: 0; }

/* ============================================================
   06  HEADER / NAVIGATION  (sticky + shrink beim Scrollen)
   ============================================================ */
header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,0.94);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--grey-200);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.35s var(--ease-soft), background 0.35s var(--ease-soft);
  will-change: box-shadow;
}
header.scrolled {
  background: rgba(255,255,255,0.97);
  box-shadow: var(--shadow-md);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 24px;
  transition: height 0.35s var(--ease-soft);
}
header.scrolled .header-inner { height: var(--header-h-shrunk); }

/* Logo-Block */
.logo-block { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.logo {
  height: 56px;
  width: auto;
  transition: height 0.35s var(--ease-soft);
}
header.scrolled .logo { height: 42px; }

.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--grey-400);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: font-size 0.35s var(--ease-soft);
}
.logo-city {
  font-family: 'Inter', sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.01em;
  transition: font-size 0.35s var(--ease-soft);
}
header.scrolled .logo-sub  { font-size: 0.62rem; }
header.scrolled .logo-city { font-size: 1rem; }

/* Hauptnavigation mit animiertem Underline */
.main-nav ul { list-style: none; display: flex; gap: 0; }
.main-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--header-h);
  padding: 0 17px;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--grey-600);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color var(--transition), height 0.35s var(--ease-soft);
}
header.scrolled .main-nav ul li a { height: var(--header-h-shrunk); }

/* Underline-Animation: wächst aus der Mitte */
.main-nav ul li a::after {
  content: '';
  position: absolute;
  left: 17px; right: 17px;
  bottom: 22px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.32s var(--ease-out);
}
header.scrolled .main-nav ul li a::after { bottom: 14px; }
.main-nav ul li a:hover { color: var(--blue-text); }
.main-nav ul li a:hover::after { transform: scaleX(1); }

.main-nav ul li a.active { color: var(--navy); }
.main-nav ul li a.active::after { background: var(--red); transform: scaleX(1); }

/* Burger-Button */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--navy);
  line-height: 0;
}
.nav-toggle svg { display: block; transition: transform 0.3s var(--ease-back); }
.nav-toggle[aria-expanded="true"] svg { transform: rotate(90deg); }

/* Nav-CTA im Header */
.nav-cta { flex-shrink: 0; }

/* ============================================================
   07  BUTTONS
   ============================================================ */
.btn {
  position: relative;
  display: inline-block;
  padding: 13px 30px;
  border-radius: var(--radius);
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
  overflow: hidden;
  transform: translateZ(0);
  transition: background 0.25s var(--ease-soft),
              border-color 0.25s var(--ease-soft),
              color 0.25s var(--ease-soft),
              transform 0.25s var(--ease-out),
              box-shadow 0.25s var(--ease-out);
}
.btn:hover  { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); box-shadow: var(--shadow-sm); }

.btn-primary { background: var(--blue-fill); color: var(--white); border-color: var(--blue-fill); }
.btn-primary:hover { background: var(--blue-fill-h); border-color: var(--blue-fill-h); color: var(--white); }

.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.42); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.10); color: var(--white); }

.btn-outline { background: transparent; color: var(--blue-text); border-color: var(--blue-text); }
.btn-outline:hover { background: var(--blue-fill); border-color: var(--blue-fill); color: var(--white); }

.btn-red { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); color: var(--white); }

.btn-sm { padding: 9px 20px; font-size: 0.82rem; }
.btn-lg { padding: 16px 38px; font-size: 0.95rem; }
.btn-block { display: block; width: 100%; text-align: center; }

/* ============================================================
   08  HERO (Startseite)
   ============================================================ */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
  isolation: isolate;
}

/* Animierter Farbverlauf – langsam wandernd, rein GPU-basiert */
.hero-gradient {
  position: absolute;
  inset: -25%;
  z-index: 0;
  background:
    radial-gradient(48% 58% at 18% 26%, rgba(0,158,224,0.42) 0%, transparent 62%),
    radial-gradient(42% 52% at 82% 68%, rgba(10,77,120,0.55) 0%, transparent 64%),
    radial-gradient(38% 44% at 62% 12%, rgba(226,0,26,0.14) 0%, transparent 60%),
    linear-gradient(140deg, #0d1b2a 0%, #12293d 48%, #0d1b2a 100%);
  animation: gradientDrift 26s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes gradientDrift {
  0%   { transform: translate3d(0,0,0) scale(1); }
  50%  { transform: translate3d(-2.5%, 1.5%, 0) scale(1.06); }
  100% { transform: translate3d(2%, -2%, 0) scale(1.03); }
}

/* Partikel-Canvas (per JS gezeichnet) */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
}

/* Parallax-Ebene: Adler-Wasserzeichen bewegt sich langsamer als der Scroll */
.hero-parallax {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}

/* Vertikale Blau→Rot-Akzentkante (Konvention aus den Bestandsseiten) */
.hero-accent {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 5px;
  z-index: 3;
  background: linear-gradient(to bottom, var(--blue) 0%, var(--red) 100%);
}

.hero .container { position: relative; z-index: 4; }
.hero-content { padding: 120px 0; max-width: 720px; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 22px;
}
.hero-eyebrow::before {
  content: '';
  width: 30px; height: 2px;
  background: linear-gradient(to right, var(--blue), var(--red));
}

.hero h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 26px;
  letter-spacing: -0.022em;
}
.hero h1 .accent {
  background: linear-gradient(to right, var(--blue) 0%, #4fc3f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p {
  color: rgba(255,255,255,0.74);
  font-size: 1.08rem;
  font-family: 'Inter', sans-serif;
  margin-bottom: 42px;
  max-width: 560px;
  line-height: 1.68;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Scroll-Hinweis am unteren Hero-Rand */
.hero-scroll {
  position: absolute;
  left: 50%; bottom: 30px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}
.hero-scroll:hover { color: rgba(255,255,255,0.8); }
.hero-scroll span.line {
  display: block;
  width: 1px; height: 34px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollPulse 2.1s var(--ease-soft) infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.25; transform: scaleY(0.6); transform-origin: top; }
  50%      { opacity: 1;    transform: scaleY(1);   transform-origin: top; }
}

/* ============================================================
   09  PAGE-HERO (Unterseiten)
   ============================================================ */
.page-hero {
  position: relative;
  background: var(--navy);
  padding: 78px 0 70px;
  overflow: hidden;
  isolation: isolate;
}
.page-hero .hero-gradient { animation-duration: 34s; opacity: 0.9; }
.page-hero::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  z-index: 5;
  background: linear-gradient(to right, var(--blue) 0%, var(--red) 100%);
}
.page-hero .container { position: relative; z-index: 4; }

.page-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 14px;
}
.page-hero-eyebrow::before {
  content: '';
  width: 26px; height: 2px;
  background: linear-gradient(to right, var(--blue), var(--red));
}
.page-hero h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.16;
  max-width: 700px;
  margin-bottom: 16px;
  letter-spacing: -0.018em;
}
.page-hero p {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  max-width: 600px;
  font-family: 'Inter', sans-serif;
  line-height: 1.65;
}

/* ============================================================
   10  BREADCRUMB
   ============================================================ */
.breadcrumb {
  background: var(--grey-100);
  border-bottom: 1px solid var(--grey-200);
  padding: 12px 0;
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: var(--grey-400);
}
.breadcrumb ol li + li::before { content: '/'; margin-right: 8px; color: var(--grey-300); }
.breadcrumb ol li a { color: var(--blue-text); }
.breadcrumb ol li:last-child { color: var(--grey-600); font-weight: 600; }

/* ============================================================
   11  STATS-BAR (Number-Counter)
   ============================================================ */
.stats-bar {
  background: linear-gradient(115deg, var(--blue-fill) 0%, #00628f 52%, var(--blue-deep) 100%);
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 120% at 78% 0%, rgba(255,255,255,0.16) 0%, transparent 60%);
  pointer-events: none;
}
.stats-bar .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
}
.stat-cell {
  padding: 34px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.20);
}
.stat-cell:last-child { border-right: none; }
.stat-num {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}
.stat-label {
  display: block;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.82);
  margin-top: 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* ============================================================
   12  SECTIONS & SECTION-HEADER
   ============================================================ */
.section { padding: 96px 0; position: relative; }
.section-alt { background: var(--grey-100); }
.section-navy { background: var(--navy); position: relative; overflow: hidden; isolation: isolate; }
.section-tight { padding: 64px 0; }

.section-header { margin-bottom: 58px; position: relative; z-index: 2; }
.section-header.centered { text-align: center; }
.section-header.split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
}

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blue-text);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: block;
  margin-bottom: 10px;
}
.section-header h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.55rem, 2.9vw, 2.15rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.18;
  margin-bottom: 14px;
  letter-spacing: -0.018em;
}
.section-navy .section-header h2 { color: var(--white); }
.section-navy .section-header p  { color: rgba(255,255,255,0.68); }
/* Auf dunklem Grund kehrt das helle Marken-Blau zurück: #0072a8 käme dort nur
   auf 3,29:1, das originale #009EE0 dagegen auf 5,77:1. */
.section-navy .eyebrow,
.cta-band .eyebrow { color: var(--blue); }
.section-header p {
  color: var(--grey-600);
  font-size: 1rem;
  max-width: 600px;
  line-height: 1.68;
  font-family: 'Inter', sans-serif;
}
.section-header.centered p { margin-left: auto; margin-right: auto; }

/* Divider mit Schwarz-Rot-Gold-Anklang */
.divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(to right, var(--blue) 0%, var(--blue) 55%, var(--red) 55%, var(--red) 85%, var(--gold) 85%);
  margin: 20px 0;
  border-radius: 2px;
}
.centered .divider { margin-left: auto; margin-right: auto; }

/* ============================================================
   13  KARTEN
   ============================================================ */
.card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  padding: 36px 32px;
  transition: box-shadow 0.3s var(--ease-out), transform 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: var(--grey-300); }
.card-accent-top { border-top: 3px solid var(--blue); }

/* --- Themen-Kachel --- */
.thema-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  padding: 36px 32px;
  border-left: 4px solid var(--blue);
  overflow: hidden;
  transition: box-shadow 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}
.thema-card:nth-child(even) { border-left-color: var(--red); }
/* Farbfläche wächst beim Hover von links ein */
.thema-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,158,224,0.07) 0%, transparent 65%);
  opacity: 0;
  transition: opacity 0.35s var(--ease-soft);
  pointer-events: none;
}
.thema-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.thema-card:hover::before { opacity: 1; }

.thema-icon {
  width: 46px; height: 46px;
  border-radius: var(--radius);
  background: rgba(0,158,224,0.10);
  color: var(--blue-text);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.35s var(--ease-back), background 0.3s var(--ease-soft);
}
.thema-card:nth-child(even) .thema-icon { background: rgba(226,0,26,0.09); color: var(--red); }
.thema-card:hover .thema-icon { transform: scale(1.1) rotate(-4deg); }
.thema-icon svg { width: 24px; height: 24px; }

.thema-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
  position: relative;
}
.thema-card p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: var(--grey-600);
  line-height: 1.68;
  position: relative;
}

/* --- Vorstandskarte --- */
.member-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}
.member-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }

.member-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--grey-200);
}
.member-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.member-card:hover .member-photo img { transform: scale(1.05); }
/* Blau→Rot-Kante unter dem Foto */
.member-photo::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: linear-gradient(to right, var(--blue), var(--red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease-out);
}
.member-card:hover .member-photo::after { transform: scaleX(1); }

.member-body { padding: 26px 26px 28px; flex: 1; display: flex; flex-direction: column; }

/* In zweispaltigen Rastern wird die Karte am Desktop waagerecht angelegt.
   Sonst wächst das Portrait bei ~560 px Kartenbreite auf 700 px Höhe. */
@media (min-width: 769px) {
  .grid-2 > .member-card { flex-direction: row; }
  .grid-2 > .member-card .member-photo { flex: 0 0 40%; aspect-ratio: auto; min-height: 300px; }
  .grid-2 > .member-card .member-body { padding: 30px 30px 32px; justify-content: center; }
  /* Farbkante sitzt bei waagerechten Karten an der rechten Bildkante */
  .grid-2 > .member-card .member-photo::after {
    left: auto; top: 0; right: 0; bottom: 0;
    width: 4px; height: auto;
    background: linear-gradient(to bottom, var(--blue), var(--red));
    transform: scaleY(0);
    transform-origin: top;
  }
  .grid-2 > .member-card:hover .member-photo::after { transform: scaleY(1); }
}
.member-body h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
}
.member-role {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--blue-text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  display: block;
}
.member-card.is-lead .member-role { color: var(--red); }
.member-body p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: var(--grey-600);
  line-height: 1.62;
  flex: 1;
  margin-bottom: 18px;
}
.member-mail {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--grey-200);
  word-break: break-word;
}
.member-mail svg { width: 15px; height: 15px; flex-shrink: 0; }
.member-mail:hover { color: var(--blue-dark); }

/* --- News-/Aktuelles-Karte --- */
.news-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}
.news-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.news-card-top { height: 4px; background: linear-gradient(to right, var(--blue), var(--red)); }
.news-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.news-meta {
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--grey-400);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.tag {
  background: var(--grey-100);
  color: var(--grey-600);
  padding: 3px 9px;
  border-radius: 2px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tag-blue { background: rgba(0,158,224,0.12); color: var(--blue-dark); }
.tag-red  { background: rgba(226,0,26,0.10); color: var(--red-dark); }
.news-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.38;
  margin-bottom: 12px;
}
.news-card p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: var(--grey-600);
  line-height: 1.62;
  flex: 1;
  margin-bottom: 20px;
}

/* Weiterlesen-Link mit animiertem Pfeil + Underline */
.read-more {
  position: relative;
  align-self: flex-start;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue-text);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.read-more::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s var(--ease-out);
}
.read-more:hover::after { transform: scaleX(1); }
.read-more .arrow { transition: transform 0.32s var(--ease-out); }
.read-more:hover .arrow { transform: translateX(4px); }

/* --- Termin-Zeile --- */
.termin-item {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 28px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  padding: 24px 28px;
  transition: box-shadow 0.3s var(--ease-out), transform 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}
.termin-item:hover { box-shadow: var(--shadow-md); transform: translateX(4px); border-color: var(--grey-300); }
.termin-date {
  text-align: center;
  border-right: 1px solid var(--grey-200);
  padding-right: 20px;
  font-family: 'Inter', sans-serif;
}
.termin-day {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.03em;
}
.termin-month {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blue-text);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.termin-body h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.termin-body p {
  font-family: 'Inter', sans-serif;
  font-size: 0.87rem;
  color: var(--grey-600);
  line-height: 1.6;
}
.termin-meta {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: var(--grey-400);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.termin-meta span { display: inline-flex; align-items: center; gap: 6px; }
.termin-meta svg { width: 14px; height: 14px; color: var(--blue-text); flex-shrink: 0; }

/* ============================================================
   14  GRIDS & LAYOUTS
   ============================================================ */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-2-1 { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.grid-1-2 { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: start; }
.stack { display: flex; flex-direction: column; gap: 16px; }

.layout-sidebar { display: grid; grid-template-columns: 1fr 330px; gap: 52px; align-items: start; }

.sidebar-box {
  background: var(--grey-100);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  padding: 28px;
}
.sidebar-box + .sidebar-box { margin-top: 24px; }
.sidebar-box h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--grey-200);
}
.sidebar-box p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: var(--grey-600);
  line-height: 1.65;
}
.sidebar-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.sidebar-list li {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: var(--grey-600);
  padding-left: 16px;
  position: relative;
  line-height: 1.6;
}
.sidebar-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 7px; height: 2px;
  background: var(--blue);
}

/* ============================================================
   15  INTRO-STRIP
   ============================================================ */
.intro-strip { padding: 68px 0; border-bottom: 1px solid var(--grey-200); position: relative; overflow: hidden; }
.intro-strip .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; z-index: 2; }
.intro-item { padding: 0 40px; border-right: 1px solid var(--grey-200); }
.intro-item:first-child { padding-left: 0; }
.intro-item:last-child { padding-right: 0; border-right: none; }
.intro-num {
  font-family: 'Inter', sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--blue-text);
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.intro-item:nth-child(2) .intro-num { color: var(--red); }
.intro-item:nth-child(3) .intro-num { color: var(--navy); }
.intro-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 9px;
}
.intro-item p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: var(--grey-600);
  line-height: 1.65;
}

/* ============================================================
   16  CTA-BAND
   ============================================================ */
.cta-band {
  position: relative;
  background: var(--navy);
  padding: 76px 0;
  border-top: 4px solid var(--red);
  overflow: hidden;
  isolation: isolate;
}
.cta-band .hero-gradient { animation-duration: 30s; opacity: 0.8; }
.cta-band .container {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.cta-band h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.015em;
}
.cta-band p {
  font-family: 'Inter', sans-serif;
  color: rgba(255,255,255,0.68);
  font-size: 0.95rem;
  margin-top: 10px;
  max-width: 520px;
}
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

/* ============================================================
   17  FORMULARE
   ============================================================ */
.form-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
.contact-form { display: flex; flex-direction: column; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.form-group .req { color: var(--red); }
.form-group input,
.form-group textarea,
.form-group select {
  padding: 13px 15px;
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius);
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: var(--text);
  background: var(--white);
  transition: border-color 0.25s var(--ease-soft), box-shadow 0.25s var(--ease-soft);
  resize: vertical;
  width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--grey-400); }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0,158,224,0.14);
}
.form-group input:invalid:not(:placeholder-shown),
.form-group textarea:invalid:not(:placeholder-shown) { border-color: var(--red); }

.form-check { display: flex; align-items: flex-start; gap: 12px; }
.form-check input[type="checkbox"],
.form-check input[type="radio"] {
  width: 18px; height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--blue);
  cursor: pointer;
}
.form-check label {
  font-family: 'Inter', sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
  color: var(--grey-600);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.6;
  cursor: pointer;
}
.form-note {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: var(--grey-400);
  line-height: 1.6;
}
.form-fieldset { border: none; }
.form-fieldset legend {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 14px;
}

/* Rückmeldung nach dem Absenden (Frontend-Demo) */
.form-status {
  display: none;
  padding: 16px 18px;
  border-radius: var(--radius);
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  line-height: 1.6;
  border-left: 4px solid var(--blue);
  background: rgba(0,158,224,0.08);
  color: var(--navy);
}
.form-status.visible { display: block; animation: introUp 0.45s var(--ease-out) forwards; }

/* Karten-Platzhalter (Kontaktseite) */
.map-placeholder {
  position: relative;
  aspect-ratio: 16 / 10;
  background:
    repeating-linear-gradient(45deg, var(--grey-100) 0 14px, var(--grey-200) 14px 28px);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 32px;
  overflow: hidden;
}
.map-placeholder svg { width: 42px; height: 42px; color: var(--blue); }
.map-placeholder strong {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: var(--navy);
}
.map-placeholder span {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  color: var(--grey-600);
  max-width: 320px;
  line-height: 1.55;
}

/* Kontaktdaten-Liste */
.contact-info-list { list-style: none; display: flex; flex-direction: column; }
.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--grey-200);
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: var(--grey-600);
  line-height: 1.6;
}
.contact-info-list li:last-child { border-bottom: none; }
.contact-label {
  font-weight: 700;
  color: var(--navy);
  min-width: 108px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-top: 3px;
  flex-shrink: 0;
}

/* ============================================================
   18  ACCORDION
   ============================================================ */
.accordion-item {
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 10px;
  background: var(--white);
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 20px 24px;
  background: var(--white);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.97rem;
  color: var(--navy);
  text-align: left;
  border: none;
  transition: background 0.25s var(--ease-soft), color 0.25s var(--ease-soft);
}
.accordion-header:hover { background: var(--grey-100); }
.accordion-header[aria-expanded="true"] { background: var(--navy); color: var(--white); }
.accordion-icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  position: relative;
  color: var(--blue-text);
  transition: color 0.25s var(--ease-soft), transform 0.35s var(--ease-back);
}
.accordion-icon::before,
.accordion-icon::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  background: currentColor;
  transition: transform 0.35s var(--ease-back);
}
.accordion-icon::before { width: 14px; height: 2px; transform: translate(-50%, -50%); }
.accordion-icon::after  { width: 2px; height: 14px; transform: translate(-50%, -50%); }
.accordion-header[aria-expanded="true"] .accordion-icon { color: var(--white); }
.accordion-header[aria-expanded="true"] .accordion-icon::after { transform: translate(-50%, -50%) scaleY(0); }

/* Höhenanimation über grid-template-rows – ohne Layout-Thrashing */
.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s var(--ease-out);
  background: var(--grey-100);
}
.accordion-body > div { overflow: hidden; }
.accordion-item.open .accordion-body { grid-template-rows: 1fr; }
.accordion-body .accordion-inner {
  padding: 24px;
  border-top: 1px solid var(--grey-200);
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: var(--grey-600);
  line-height: 1.75;
}
.accordion-body .accordion-inner ul { margin: 12px 0 0 20px; }
.accordion-body .accordion-inner li { margin-bottom: 7px; }

/* ============================================================
   19  RECHTSTEXTE
   ============================================================ */
.legal-content { font-family: 'Inter', sans-serif; }
.legal-content h2 {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--navy);
  margin: 40px 0 12px;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--grey-200);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--navy);
  margin: 26px 0 9px;
}
.legal-content p,
.legal-content address,
.legal-content li {
  font-size: 0.92rem;
  color: var(--grey-600);
  line-height: 1.78;
  margin-bottom: 13px;
  font-style: normal;
}
.legal-content ul { margin: 0 0 16px 22px; }
.legal-content address {
  background: var(--grey-100);
  border-left: 3px solid var(--blue);
  padding: 18px 22px;
  border-radius: var(--radius);
}
.legal-toc {
  background: var(--grey-100);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 40px;
}
.legal-toc h4 {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 14px;
}
.legal-toc ol { margin-left: 20px; }
.legal-toc li { font-size: 0.88rem; margin-bottom: 7px; color: var(--grey-600); }

/* ============================================================
   20  FOOTER
   ============================================================ */
.footer-main { background: var(--navy); padding: 72px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.2fr;
  gap: 44px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  margin-bottom: 30px;
}
.footer-brand .logo-small {
  height: 42px;
  /* width:auto ist zwingend: die width/height-Attribute im HTML (gegen
     Layout-Sprünge beim Laden) wirken sonst als Presentational Hint und
     zerren das Logo auf 1684px Breite. */
  width: auto;
  margin-bottom: 18px;
}
.footer-brand p {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.52);
  line-height: 1.7;
  max-width: 290px;
}
.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255,255,255,0.42);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col ul li a {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.62);
  transition: color 0.25s var(--ease-soft), padding-left 0.25s var(--ease-out);
}
.footer-col ul li a:hover { color: var(--white); padding-left: 7px; }
.footer-col address {
  font-family: 'Inter', sans-serif;
  font-size: 0.86rem;
  font-style: normal;
  color: rgba(255,255,255,0.58);
  line-height: 1.75;
}
.footer-col address a { color: rgba(255,255,255,0.75); }
.footer-col address a:hover { color: var(--white); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}
.footer-flag { display: flex; height: 6px; }
.footer-flag span { flex: 1; }
.footer-flag .ff-black { background: var(--black-flag); }
.footer-flag .ff-red   { background: var(--red); }
.footer-flag .ff-gold  { background: var(--gold); }

/* ============================================================
   21  SCROLL-REVEAL & ANIMATIONEN
   ============================================================ */
/* Grundzustand: nur transform + opacity → GPU-beschleunigt.
   WICHTIG: Der unsichtbare Ausgangszustand gilt nur, wenn JavaScript
   aktiv ist (html.js). Ohne JS bleiben alle Inhalte sofort sichtbar –
   die Seite darf niemals leer erscheinen, wenn ein Skript ausfällt. */
html.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 65ms);
  will-change: opacity, transform;
}
html.js [data-reveal="left"]  { transform: translateX(-32px); }
html.js [data-reveal="right"] { transform: translateX(32px); }
html.js [data-reveal="scale"] { transform: scale(0.955); }
html.js [data-reveal="fade"]  { transform: none; }

html.js [data-reveal].revealed {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  will-change: auto;
}

/* Zahl-Counter blendet erst nach Start ein */
.stat-num[data-count] { opacity: 0; transition: opacity 0.4s var(--ease-soft); }
.stat-num[data-count].counting,
.stat-num[data-count].done { opacity: 1; }

/* Nach-oben-Button */
.to-top {
  position: fixed;
  right: 26px; bottom: 26px;
  z-index: 150;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--navy);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.9);
  transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-back),
              visibility 0.35s, background 0.25s var(--ease-soft);
}
.to-top.visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.to-top:hover { background: var(--blue); }
.to-top svg { width: 20px; height: 20px; }

/* Scroll-Fortschrittsbalken unter dem Header */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 100%;
  z-index: 300;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(to right, var(--blue), var(--red), var(--gold));
  will-change: transform;
}

/* ============================================================
   22  RESPONSIVE BREAKPOINTS  (Mobile-First-Overrides)
   ============================================================ */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1.2fr; }
  .footer-col.footer-nav-2 { display: none; }
  .eagle-watermark { width: 360px; height: 360px; right: -110px; }
}

@media (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .layout-sidebar { grid-template-columns: 1fr; }
  .grid-2-1, .grid-1-2 { grid-template-columns: 1fr; gap: 40px; }
  .intro-strip .container { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .intro-item { padding: 0 30px; }
  .intro-item:nth-child(2) { border-right: none; padding-right: 0; }
  .intro-item:nth-child(3) {
    grid-column: span 2;
    border-right: none;
    padding: 32px 0 0;
    border-top: 1px solid var(--grey-200);
  }
  .stats-bar .container { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(2) { border-right: none; }
  .stat-cell:nth-child(1), .stat-cell:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.2); }
  .hero { min-height: 560px; }
  .hero-content { padding: 96px 0; }
  .germany-watermark { display: none; }
}

@media (max-width: 900px) {
  /* WICHTIG: backdrop-filter erzeugt einen neuen Containing Block. Bliebe er
     aktiv, würde das per position:fixed aufgespannte Menü-Overlay gegen den
     Header statt gegen den Viewport ausgerichtet – es schrumpfte auf
     Headerhöhe zusammen. Auf Mobilgeräten daher abschalten. */
  header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--white);
  }
  header.scrolled { background: var(--white); }

  /* Navigation wird zum Overlay – Burger-Menü ab hier */
  .main-nav ul {
    display: none;
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0; bottom: 0;
    background: var(--white);
    flex-direction: column;
    padding: 24px 20px 40px;
    gap: 2px;
    overflow-y: auto;
    border-top: 2px solid var(--blue);
    z-index: 199;
  }
  header.scrolled .main-nav ul { top: var(--header-h-shrunk); }
  .main-nav ul.open { display: flex; animation: navIn 0.32s var(--ease-out) forwards; }
  @keyframes navIn {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .main-nav ul li a {
    height: auto;
    padding: 16px 16px;
    border-radius: var(--radius);
    font-size: 1rem;
    border-bottom: 1px solid var(--grey-200);
  }
  header.scrolled .main-nav ul li a { height: auto; }
  .main-nav ul li:last-child a { border-bottom: none; }
  .main-nav ul li a::after { display: none; }
  .main-nav ul li a.active { color: var(--blue-text); background: var(--grey-100); }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  body.nav-open { overflow: hidden; }
}

@media (max-width: 768px) {
  .container, .container-narrow { padding: 0 20px; }
  .section { padding: 64px 0; }
  .section-tight { padding: 48px 0; }
  .section-header { margin-bottom: 40px; }
  .section-header.split { align-items: flex-start; gap: 20px; }

  .hero { min-height: auto; }
  .hero-content { padding: 76px 0 92px; }
  .hero p { font-size: 1rem; margin-bottom: 32px; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .hero-scroll { display: none; }
  .eagle-watermark { width: 300px; height: 300px; right: -120px; opacity: 0.05; }

  .page-hero { padding: 52px 0 48px; }

  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .intro-strip { padding: 48px 0; }
  .intro-strip .container { grid-template-columns: 1fr; }
  .intro-item {
    padding: 24px 0;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .intro-item:first-child { padding-top: 0; }
  .intro-item:last-child { border-bottom: none; padding-bottom: 0; }
  .intro-item:nth-child(3) { grid-column: auto; border-top: none; padding-top: 24px; }

  .form-row, .form-row-3 { grid-template-columns: 1fr; }
  .form-card { padding: 28px 22px; }

  .cta-band { padding: 56px 0; }
  .cta-band .container { flex-direction: column; text-align: center; align-items: center; }
  .cta-band p { margin-left: auto; margin-right: auto; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .btn { width: 100%; text-align: center; }

  /* Termine stapeln sich mobil */
  .termin-item { grid-template-columns: 1fr; gap: 16px; padding: 22px; }
  .termin-item:hover { transform: none; }
  .termin-date {
    display: flex;
    align-items: baseline;
    gap: 10px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
    padding: 0 0 12px;
  }
  .termin-day { font-size: 1.6rem; }
  .termin-month { margin-top: 0; }
  .termin-item .btn { width: 100%; text-align: center; }

  .contact-info-list li { flex-direction: column; gap: 5px; }
  .contact-label { min-width: 0; }

  .footer-main { padding-top: 56px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-col.footer-nav-2 { display: block; }
  .footer-brand p { max-width: none; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .topbar { font-size: 0.72rem; }
  .topbar .container { flex-direction: column; gap: 6px; text-align: center; }

  .to-top { right: 16px; bottom: 16px; width: 42px; height: 42px; }
  .legal-content h2 { margin-top: 32px; }
}

@media (max-width: 520px) {
  :root { --header-h: 72px; --header-h-shrunk: 62px; }
  .logo { height: 44px; }
  header.scrolled .logo { height: 38px; }
  .logo-city { font-size: 1rem; }
  .logo-sub  { font-size: 0.6rem; }
  .stats-bar .container { grid-template-columns: 1fr; }
  .stat-cell { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 26px 20px; }
  .stat-cell:last-child { border-bottom: none; }
  .stat-cell:nth-child(1), .stat-cell:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.2); }
  .member-photo { aspect-ratio: 1 / 1; }
  .form-card { padding: 24px 18px; }
}

/* ============================================================
   23  PREFERS-REDUCED-MOTION
   ------------------------------------------------------------
   Alle Bewegungen werden abgeschaltet, Inhalte bleiben sichtbar.
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

  /* Reveal-Elemente sofort sichtbar, ohne Versatz */
  html.js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .page-intro > * { opacity: 1 !important; transform: none !important; animation: none !important; }
  .stat-num[data-count] { opacity: 1 !important; }

  /* Dekorative Dauer-Animationen deaktivieren */
  .hero-gradient { animation: none !important; transform: none !important; }
  .hero-particles { display: none !important; }
  .hero-parallax  { transform: none !important; }
  .hero-scroll span.line { animation: none !important; opacity: 0.6; }

  /* Hover-Verschiebungen zurücknehmen */
  .btn:hover, .card:hover, .thema-card:hover,
  .member-card:hover, .news-card:hover, .termin-item:hover { transform: none; }
  .member-card:hover .member-photo img { transform: none; }
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
  .topbar, header, .nav-toggle, .hero-particles, .hero-gradient,
  .to-top, .scroll-progress, .cta-band, .footer-flag, .hero-scroll { display: none !important; }
  body { color: #000; background: #fff; }
  html.js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .section { padding: 24px 0; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #555; }
}

/* ============================================================
   THEMEN-LISTE (Startseite → verlinkt in den 10-Punkte-Plan)
   ============================================================ */
.topic-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.topic-link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.32s var(--ease-out), transform 0.32s var(--ease-out), border-color 0.32s var(--ease-out);
}
.topic-link::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--blue), var(--red));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.34s var(--ease-out);
}
.topic-link:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--grey-300); }
.topic-link:hover::before { transform: scaleY(1); }
.topic-num {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--blue-text);
  letter-spacing: 0.02em;
  flex-shrink: 0;
  width: 30px;
}
.topic-link:nth-child(even) .topic-num { color: var(--red); }
.topic-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
  flex: 1;
}
.topic-arrow {
  width: 16px;
  height: 16px;
  color: var(--grey-400);
  flex-shrink: 0;
  transition: transform 0.32s var(--ease-out), color 0.32s var(--ease-out);
}
.topic-link:hover .topic-arrow { transform: translateX(4px); color: var(--blue-text); }

/* ============================================================
   TRANSPARENZ-SCHRITTE (Startseite)
   ============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.step-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  position: relative;
  transition: background 0.32s var(--ease-out), border-color 0.32s var(--ease-out), transform 0.32s var(--ease-out);
}
.step-item:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.22); transform: translateY(-4px); }
.step-num {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.step-item:nth-child(even) .step-num { color: var(--red); }
.step-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
}

/* ============================================================
   AKTUELLES + TERMINE (Startseite)
   ============================================================ */
.aktuell-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}
.news-date {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-text);
}
.mini-termin-list { list-style: none; display: flex; flex-direction: column; }
.mini-termin {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 2px;
  border-bottom: 1px solid var(--grey-200);
}
.mini-termin:last-child { border-bottom: none; }
.mini-termin-date {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--navy);
  background: var(--grey-100);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius);
  padding: 7px 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.mini-termin-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

/* ============================================================
   10-PUNKTE-PLAN (Detailseite)
   ============================================================ */
.plan-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.plan-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--grey-600);
  background: var(--white);
  border: 1px solid var(--grey-300);
  border-radius: 100px;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.24s var(--ease-out);
}
.plan-nav a:hover { border-color: var(--blue-text); color: var(--blue-text); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.plan-nav a strong { color: var(--blue-text); margin-right: 6px; font-weight: 800; }
.plan-nav a:nth-child(even) strong { color: var(--red); }

.plan-punkt {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 44px;
  padding: 64px 0;
  border-bottom: 1px solid var(--grey-200);
}
.plan-punkt:last-of-type { border-bottom: none; }
.plan-punkt-num {
  font-family: 'Inter', sans-serif;
  font-size: clamp(3.4rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 2px var(--blue);
  position: sticky;
  top: calc(var(--header-h) + 24px);
}
.plan-punkt:nth-child(even) .plan-punkt-num { -webkit-text-stroke-color: var(--red); }
.plan-punkt h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-bottom: 10px;
}
.plan-punkt .plan-lead {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue-text);
  margin-bottom: 22px;
}
.plan-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.plan-list li {
  font-family: 'Inter', sans-serif;
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--grey-600);
  padding-left: 34px;
  position: relative;
}
.plan-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0,158,224,0.12);
}
.plan-list li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--blue-text);
  border-bottom: 2px solid var(--blue-text);
  transform: rotate(-45deg);
}

/* ============================================================
   GRUPPENFOTO / ÜBER UNS
   ============================================================ */
.gruppenfoto {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  position: relative;
}
.gruppenfoto img { display: block; width: 100%; height: auto; }
.gruppenfoto figcaption {
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  color: var(--grey-400);
  padding: 14px 18px;
  background: var(--white);
  border-top: 3px solid;
  border-image: linear-gradient(to right, var(--blue), var(--red)) 1;
  line-height: 1.6;
}
.ziele-quote {
  border-left: 4px solid var(--red);
  background: var(--grey-100);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 26px 30px;
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.6;
}

/* --- Responsive Ergänzungen für neue Komponenten --- */
@media (max-width: 1024px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .aktuell-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .topic-list { grid-template-columns: 1fr; }
  .plan-punkt { grid-template-columns: 1fr; gap: 18px; padding: 48px 0; }
  .plan-punkt-num { position: static; font-size: 2.8rem; }
}
@media (max-width: 520px) {
  .steps-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FEEDBACK-ANPASSUNGEN (Stand 09/2026)
   ============================================================ */

/* 1) Dekorative Trennstriche entfernt (Feedback: „Striche wegmachen") */
.divider { display: none; }
.hero-eyebrow::before,
.page-hero-eyebrow::before { display: none; }
.ziele-quote { border-left: none; border-radius: var(--radius-lg); }

/* 2) Dunkle Flächen aufgehellt – Hero, Unterseiten-Hero und
      Transparenz-Sektion nutzen denselben helleren Blauverlauf */
.hero, .page-hero, .section-navy {
  background: linear-gradient(140deg, #0e5a8a 0%, #0072a8 52%, #0a4d78 100%);
}
.hero-gradient {
  background:
    radial-gradient(48% 58% at 18% 26%, rgba(140,215,255,0.32) 0%, transparent 62%),
    radial-gradient(42% 52% at 82% 68%, rgba(0,158,224,0.28) 0%, transparent 64%),
    linear-gradient(140deg, #12639b 0%, #0f79b3 48%, #0e5a8a 100%);
}
.hero h1 .accent {
  background: linear-gradient(to right, #cdeeff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p { color: rgba(255,255,255,0.85); }
.section-navy .eyebrow { color: #d9f1fc; }
.section-navy .section-header p { color: rgba(255,255,255,0.85); }

/* 3) CTA-Band („Ihr Anliegen" u. a.) hell-grau mit sichtbarer Abgrenzung */
.cta-band {
  background: var(--grey-100);
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
}
.cta-band .hero-gradient { display: none; }
.cta-band h2 { color: var(--navy); }
.cta-band p { color: var(--grey-600); }
.cta-band .eyebrow { color: var(--blue-text); }
.cta-band .btn-ghost { color: var(--blue-text); border-color: var(--blue-text); }
.cta-band .btn-ghost:hover { background: var(--blue-fill); border-color: var(--blue-fill); color: var(--white); }

/* 4) Themen-Nummern einheitlich: blau (Startseite „Im Mittelpunkt"),
      rot in der Variante für den 10-Punkte-Plan */
.topic-link:nth-child(even) .topic-num { color: var(--blue-text); }
.topic-list--rot .topic-num,
.topic-list--rot .topic-link:nth-child(even) .topic-num { color: var(--red); }

/* 5) Vorstand: kompakte Karten, alle nebeneinander */
.grid-vorstand { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.member-card--kompakt .member-photo { height: 165px; }
.member-card--kompakt .member-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.member-card--kompakt .member-body { padding: 14px 14px 16px; }
.member-card--kompakt .member-body h3 { font-size: 0.92rem; margin-bottom: 4px; }
.member-card--kompakt .member-role { font-size: 0.67rem; margin-bottom: 10px; }
.member-card--kompakt .member-mail { font-size: 0.78rem; margin-top: auto; word-break: break-all; }
@media (max-width: 1080px) { .grid-vorstand { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px)  { .grid-vorstand { grid-template-columns: repeat(2, 1fr); } }

/* 6) Termine: Uhrzeit größer und fett */
.termin-zeit { font-size: 1.04rem; font-weight: 800; color: var(--navy); }
.termin-meta .termin-zeit svg { width: 16px; height: 16px; }

/* 7) Meldungs-Karten: Balken blau (Nachricht) bzw. rot (Stellungnahme) */
.news-card-top--blau { background: var(--blue); }
.news-card-top--rot  { background: var(--red); }

/* 8) 10-Punkte-Plan: Bild unter jeder Nummer, Seitenspalte klebt beim Scrollen */
.plan-punkt-side {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.plan-punkt-num { position: static; }
.plan-punkt-media {
  width: 100%;
  max-width: 150px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.plan-punkt-media img { display: block; width: 100%; height: auto; }
@media (max-width: 768px) {
  .plan-punkt-side { position: static; flex-direction: row; align-items: center; }
  .plan-punkt-media { max-width: 120px; }
}

/* Kontrast-Feinschliff auf dem helleren Blau */
.hero-eyebrow { color: #d9f1fc; }
.step-num,
.step-item:nth-child(even) .step-num { color: #d9f1fc; }

/* ============================================================
   FEEDBACK-ANPASSUNGEN II (Stand 09/2026)
   ============================================================ */

/* 1) Kompaktere Seite: kleineres Section-Padding, flacherer Hero */
.section       { padding: 40px 0; }
.section-tight { padding: 32px 0; }
.hero          { min-height: 500px; }
.hero-content  { padding: 72px 0; }
.page-hero     { padding: 48px 0 44px; }
.cta-band      { padding: 40px 0; }
.section-header { margin-bottom: 34px; }
.intro-strip   { padding: 40px 0; }
.footer-main   { padding: 48px 0 0; }

/* 2) Hintergründe im Wechsel: Hero blau, dann grau/weiß im Wechsel,
      Footer wieder blau. Transparenz- und CTA-Flächen liegen dadurch
      auf Grau und heben sich sichtbar vom Footer ab. */
.section-navy {
  background: var(--grey-100);
}
.section-navy .hero-gradient { display: none; }
.section-navy .section-header h2 { color: var(--navy); }
.section-navy .section-header p  { color: var(--grey-600); }
.section-navy .eyebrow { color: var(--blue-text); }
.section-navy .eagle-watermark { display: none; }

/* Schritt-Kacheln auf hellem Grund */
.step-item {
  background: var(--white);
  border: 1px solid var(--grey-200);
}
.step-item:hover {
  background: var(--white);
  border-color: var(--grey-300);
  box-shadow: var(--shadow-md);
}
.step-item h3 { color: var(--navy); }
.step-num,
.step-item:nth-child(even) .step-num { color: var(--blue-text); }

/* 3) Footer: blau statt fast schwarz */
.footer-main { background: #123a5c; }
.footer-bottom { border-top-color: rgba(255,255,255,0.14); }

/* Footer-Spaltenüberschriften in Rot */
.footer-col h4 { color: #ff5a6a; }

/* 4) 10-Punkte-Plan: Schnellnavigation gleich breite Felder (4–4–2) */
.plan-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  justify-content: stretch;
}
.plan-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  border-radius: var(--radius-lg);
  padding: 12px 16px;
  line-height: 1.35;
}
/* Punkt 09 und 10 mittig unter den beiden Viererreihen */
.plan-nav a:nth-child(9)  { grid-column: 2 / 3; }
.plan-nav a:nth-child(10) { grid-column: 3 / 4; }
@media (max-width: 900px) {
  .plan-nav { grid-template-columns: repeat(2, 1fr); }
  .plan-nav a:nth-child(9),
  .plan-nav a:nth-child(10) { grid-column: auto; }
}
/* Handy: jeder Punkt eine eigene Zeile */
@media (max-width: 620px) {
  .plan-nav { grid-template-columns: 1fr; }
}

/* 5) Outline-Ziffern: ohne negatives Kerning, sonst überlagern sich
      die Konturen (sichtbar bei „04") */
.plan-punkt-num { letter-spacing: 0.02em; }

/* 6) Bergkamen-Umriss als Wasserzeichen (Querformat) */
.germany-watermark { width: 420px; opacity: 0.05; }

/* 7) Eingebettete Seite der Ratsfraktion */
.embed-frame {
  position: relative;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-md);
}
.embed-frame iframe {
  display: block;
  width: 100%;
  height: 560px;
  border: 0;
}
.embed-note {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  color: var(--grey-400);
  margin-top: 10px;
}

/* 8) Aktuelles: zweispaltig – links Meldungen, rechts Termine */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 1024px) {
  .split-layout { grid-template-columns: 1fr; }
}

/* Topbar: Verbandslinks auf kleinen Displays kompakter */
@media (max-width: 620px) {
  .topbar { font-size: 0.7rem; }
  .topbar .container { gap: 6px; flex-direction: column; align-items: center; }
  .topbar-links { gap: 14px; flex-wrap: wrap; justify-content: center; }
}

/* ============================================================
   FEEDBACK-ANPASSUNGEN III
   ============================================================ */

/* 1) Adler-Wasserzeichen: sichtbar, aber ruhig im Hintergrund */
.eagle-watermark {
  width: 520px;
  height: 520px;
  right: -40px;
  opacity: 0.13;
}
.hero .eagle-watermark { opacity: 0.15; }

/* 2) Footer: heller, mit Verlauf, Wasserzeichen und klarer Gliederung */
.footer-main {
  background: linear-gradient(165deg, #17578a 0%, #134c79 55%, #103f64 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 52px 0 0;
}
.footer-main::before {            /* Adler als dezentes Wasserzeichen */
  content: '';
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: 420px;
  background: url('../assets/img/adler-umriss.svg') center/contain no-repeat;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}
.footer-main .container { position: relative; z-index: 2; }

.footer-grid { gap: 44px; padding-bottom: 40px; }

/* Markenblock */
.footer-brand .logo-small { width: 132px; height: auto; margin-bottom: 18px; }
.footer-brand p {
  color: rgba(255,255,255,0.82);
  font-size: 0.89rem;
  line-height: 1.72;
}

/* Spaltenüberschriften in Rot, mit feiner Unterkante */
.footer-col h4 {
  color: #ff5f6d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}
.footer-col ul li a,
.footer-col address,
.footer-col address a {
  color: rgba(255,255,255,0.84);
  font-size: 0.88rem;
}
.footer-col ul li a { position: relative; transition: color 0.24s var(--ease-out), padding-left 0.24s var(--ease-out); }
.footer-col ul li a:hover { color: #fff; padding-left: 7px; }
.footer-col address { line-height: 1.75; font-style: normal; }
.footer-col address a { text-decoration: underline; text-underline-offset: 2px; }
.footer-col address a:hover { color: #fff; }

/* Fußzeile */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.18);
  padding: 20px 0;
  color: rgba(255,255,255,0.72);
  font-size: 0.82rem;
}

/* Adler vollständig im Bild statt am Rand angeschnitten */
.eagle-watermark {
  right: 6%;
  width: 430px;
  height: 430px;
}
@media (max-width: 900px) {
  .eagle-watermark { right: -60px; width: 340px; height: 340px; opacity: 0.10; }
}

/* Adler als Silhouette: etwas zurückgenommen, damit Text klar bleibt */
.eagle-watermark { opacity: 0.10; }
.hero .eagle-watermark { opacity: 0.11; }

/* ============================================================
   MELDUNGEN DER RATSFRAKTION (lokal übernommen)
   ============================================================ */
.fraktion-card { overflow: hidden; }
.fraktion-bild {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--grey-100);
}
.fraktion-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease-out);
}
.fraktion-card:hover .fraktion-bild img { transform: scale(1.05); }
.fraktion-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: var(--blue-fill);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 100px;
}
.fraktion-card:nth-child(even) .fraktion-badge { background: var(--red); }
.fraktion-card .news-card-body { padding: 20px 22px 24px; }
.fraktion-card h3 { font-size: 1.02rem; line-height: 1.35; }

/* Lange Platzhalterketten und URLs dürfen die Seite nicht breiter machen */
.ph { overflow-wrap: anywhere; word-break: break-word; }

/* ============================================================
   WASSERZEICHEN „UNSERE ZIELE": STADTUMRISS MIT SCHRIFTZUG
   ============================================================ */
.germany-watermark {
  /* Deckkraft wird auf die einzelnen Ebenen gelegt, damit der
     Schriftzug etwas kräftiger stehen kann als der Umriss */
  opacity: 1;
  width: 430px;
  right: 1%;
}
.germany-watermark img { opacity: 0.06; }
.watermark-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.10;
  white-space: nowrap;
}

/* Outline-Ziffern im 10-Punkte-Plan:
   Die Ziffer „4" besteht in Inter aus überlappenden Teilpfaden – bei
   -webkit-text-stroke wird jeder Teilpfad einzeln umrandet, wodurch
   innere Kanten sichtbar werden („04" wirkte gebrochen). Systemschriften
   haben vereinigte Konturen und rendern sauber. */
.plan-punkt-num {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
}
