/* ============================================================
   Praxis Michael Romberg-Sowa, Hildesheim — Entwurf Batch 3
   Leitmotiv „Zwei Wege in die Tiefe."
   Welt: kühles helles Blaugrau + Stahlblau. Cormorant (Display)
   + Montserrat (Fließtext). Full-Bleed-Dark-Hero, Bildbänder
   zwischen ruhigen Textsektionen. Bilder: freigegebener
   nightrun-Bestand (keine Personen, keine Ortsbehauptung).
   ============================================================ */

:root {
  --paper: #edf1f6;
  --paper-2: #e3eaf1;
  --ink: #1d2937;
  --ink-soft: #4f6070;
  --ink-faint: #74848f;
  --steel: #3c6689;
  --steel-deep: #284861;
  --steel-bright: #7d9eba;
  --night: #121f2c;
  --night-2: #0c1620;
  --mist: #b9cbdb;
  --line: rgba(29, 41, 55, .16);
  --line-strong: rgba(29, 41, 55, .3);
  --line-dark: rgba(231, 238, 244, .16);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font: 400 1.0625rem/1.68 "Montserrat", system-ui, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }

/* ---------- Header: fixiert, transparent über dem Hero ---------- */
header.site {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  color: var(--paper);
  transition: background .3s ease, color .3s ease, box-shadow .3s ease;
}
.header-in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; padding: 1.05rem 0;
}
.brand { text-decoration: none; color: inherit; }
.brand .name {
  font-family: "Cormorant", Georgia, serif;
  font-size: 1.5rem; font-weight: 600; letter-spacing: .015em;
  display: block; line-height: 1.15;
}
.brand .sub {
  display: block; font-size: .62rem; letter-spacing: .22em;
  text-transform: uppercase; opacity: .72; margin-top: .15rem; font-weight: 500;
}
nav.main { display: flex; gap: 1.9rem; }
nav.main a {
  color: inherit; opacity: .78; text-decoration: none;
  font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  padding-bottom: .35rem; border-bottom: 1px solid transparent;
}
nav.main a:hover { opacity: 1; border-bottom-color: var(--steel-bright); }
nav.main a[aria-current="page"] { opacity: 1; border-bottom-color: var(--steel-bright); }

header.site.scrolled {
  background: rgba(237, 241, 246, .93);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
}
header.site.scrolled nav.main a:hover,
header.site.scrolled nav.main a[aria-current="page"] { border-bottom-color: var(--steel); }

/* ---------- Hero (Start): Full-Bleed, dunkel, volle Höhe ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  color: var(--paper); isolation: isolate; overflow: hidden;
}
.hero .bg { position: absolute; inset: 0; z-index: -1; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; }
.hero .bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(78deg, rgba(12, 22, 32, .72) 0%, rgba(12, 22, 32, .28) 46%, rgba(12, 22, 32, .08) 72%),
    linear-gradient(to top, rgba(12, 22, 32, .9) 0%, rgba(12, 22, 32, .34) 44%, rgba(12, 22, 32, .1) 68%);
}
.hero .wrap { width: 100%; padding-top: 8rem; padding-bottom: clamp(4rem, 10vh, 7rem); }

.kicker {
  display: flex; align-items: center; gap: .9rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .26em;
  text-transform: uppercase; color: var(--steel);
}
.kicker::before { content: ""; width: 2.4rem; height: 1px; background: currentColor; }
.hero .kicker, .night-sec .kicker, .page-hero .kicker { color: var(--mist); }

.hero h1 {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 500;
  font-size: clamp(3.1rem, 7.4vw, 6.2rem);
  line-height: 1.02; letter-spacing: -.012em;
  max-width: 13ch;
  margin: 1.5rem 0 1.6rem;
  text-shadow: 0 2px 30px rgba(12, 22, 32, .5);
}
.hero h1 em { font-style: italic; font-weight: 500; }
.hero .lead {
  font-size: clamp(1.02rem, 1.5vw, 1.2rem); line-height: 1.7;
  color: rgba(237, 241, 246, .85); max-width: 46ch;
  text-shadow: 0 1px 18px rgba(12, 22, 32, .45);
}
.hero .actions { margin-top: 2.7rem; display: flex; gap: 1.2rem; flex-wrap: wrap; align-items: center; }

/* ---------- Buttons & ruhige Links ---------- */
.btn-line {
  display: inline-block; text-decoration: none; color: inherit;
  border: 1px solid currentColor;
  padding: .98rem 2rem;
  font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.btn-line:hover { background: var(--steel); border-color: var(--steel); color: #f4f8fb; }
.btn-fill {
  display: inline-block; text-decoration: none;
  background: var(--steel); color: #f4f8fb; border: 1px solid var(--steel);
  padding: .98rem 2rem;
  font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  transition: background .25s ease, border-color .25s ease;
}
.btn-fill:hover { background: var(--steel-bright); border-color: var(--steel-bright); color: var(--night-2); }
.lnk {
  display: inline-block; text-decoration: none;
  font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--steel); border-bottom: 1px solid var(--steel); padding-bottom: .3rem;
}
.lnk:hover { color: var(--steel-deep); border-bottom-color: var(--steel-deep); }
.hero .lnk, .night-sec .lnk, .band .lnk { color: var(--mist); border-bottom-color: var(--mist); }
.hero .lnk:hover, .night-sec .lnk:hover, .band .lnk:hover { color: #fff; border-bottom-color: #fff; }
.more { margin-top: 2rem; }

/* ---------- Seitenkopf Unterseiten (dunkle Platte) ---------- */
.page-hero {
  position: relative; background: var(--night); color: var(--paper);
  display: flex; align-items: flex-end; isolation: isolate; overflow: hidden;
}
.page-hero .bg { position: absolute; inset: 0; z-index: -1; }
.page-hero .bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12, 22, 32, .92) 0%, rgba(12, 22, 32, .5) 52%, rgba(12, 22, 32, .3) 78%);
}
.page-hero .wrap { width: 100%; padding-top: 9.5rem; padding-bottom: clamp(3rem, 7vh, 5rem); }
.page-hero h1 {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.5rem, 5.6vw, 4.4rem);
  line-height: 1.05; letter-spacing: -.01em;
  max-width: 19ch; margin-top: 1.3rem;
}
.page-hero .lead { margin-top: 1.3rem; max-width: 52ch; color: rgba(237, 241, 246, .82); font-size: 1.08rem; line-height: 1.7; }
.page-hero.has-img h1, .page-hero.has-img .lead { text-shadow: 0 1px 24px rgba(12, 22, 32, .55); }

/* ---------- Faktenleiste ---------- */
.factstrip { border-bottom: 1px solid var(--line); background: var(--paper); }
.factstrip .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.factstrip .fact { padding: 2.1rem 2.2rem 2.3rem; border-left: 1px solid var(--line); }
.factstrip .fact:first-child { border-left: 0; padding-left: 0; }
.factstrip .fact strong {
  display: block; font-family: "Cormorant", Georgia, serif;
  font-weight: 600; font-size: 1.65rem; color: var(--ink);
  letter-spacing: .01em; margin-bottom: .35rem; line-height: 1.15;
}
.factstrip .fact span { font-size: .92rem; color: var(--ink-soft); }

/* ---------- Abschnitte ---------- */
section.block { padding: clamp(4.5rem, 9vw, 8rem) 0; }
section.block + section.block { border-top: 1px solid var(--line); }
section.block.tint { background: var(--paper-2); }
h2 {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 500; font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  line-height: 1.07; letter-spacing: -.01em;
  max-width: 24ch; margin: 1.4rem 0 1.9rem;
}
h3 {
  font-family: "Cormorant", Georgia, serif;
  font-size: 1.5rem; font-weight: 600; margin-bottom: .7rem; line-height: 1.2;
}
.prose { max-width: 62ch; color: var(--ink-soft); }
.prose p { margin-bottom: 1.1rem; }
.prose strong { color: var(--ink); font-weight: 600; }

/* Editorial-Auftakt: großer Satz */
.statement {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 500; font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  line-height: 1.22; letter-spacing: -.005em; color: var(--ink);
  max-width: 30ch;
}
.statement em { font-style: italic; color: var(--steel); }

/* ---------- Verfahrensvergleich: zwei Spalten mit Härchen ---------- */
.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); }
.cols2 > * + * { border-left: 1px solid var(--line); padding-left: clamp(2.5rem, 5vw, 5rem); }
.cols2 .num {
  display: block; font-family: "Cormorant", Georgia, serif;
  font-weight: 600; font-size: 1.05rem; color: var(--steel);
  letter-spacing: .12em; margin-bottom: .9rem;
}
.cols2 p { color: var(--ink-soft); margin-bottom: 1rem; }
.cols2 p:last-child { margin-bottom: 0; }

/* ---------- Bildband mit Tafel ---------- */
.band {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: clamp(380px, 60vh, 580px);
  display: flex; align-items: flex-end; justify-content: flex-end;
}
.band .bg { position: absolute; inset: 0; z-index: -1; }
.band .bg img { width: 100%; height: 100%; object-fit: cover; }
.band .bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12, 22, 32, .62) 0%, rgba(12, 22, 32, .18) 45%, rgba(12, 22, 32, .05) 70%);
}
.band .chip {
  position: relative;
  background: rgba(12, 22, 32, .84);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border-top: 2px solid var(--steel-bright);
  padding: 1.7rem 2.1rem 1.9rem;
  margin: 0 clamp(1.25rem, 4vw, 3rem) clamp(1.75rem, 5vh, 3.25rem);
  max-width: 31rem; color: #e9eff5;
}
.band .chip small {
  display: block; font-size: .68rem; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--mist); margin-bottom: .8rem;
}
.band .chip p {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 500; font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.28;
}

/* ---------- Schritte ---------- */
.steps { list-style: none; }
.steps li {
  display: grid; grid-template-columns: 5.5rem 1fr; gap: 1.5rem;
  padding: 2.3rem 0; border-top: 1px solid var(--line);
}
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps .no {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 500; font-size: 2.4rem; color: var(--steel); line-height: 1.05;
}
.steps .t {
  display: block; font-family: "Cormorant", Georgia, serif;
  font-size: 1.55rem; font-weight: 600; color: var(--ink);
  margin-bottom: .35rem; line-height: 1.2;
}
.steps .d { color: var(--ink-soft); max-width: 58ch; }

/* ---------- Datenzeilen (Kontakt) ---------- */
.dlrows { border-top: 1px solid var(--line); }
.dlrows .row {
  display: grid; grid-template-columns: minmax(10rem, 13rem) 1fr;
  gap: 1.5rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line);
}
.dlrows dt {
  font-size: .72rem; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: var(--steel); padding-top: .3rem;
}
.dlrows dd { color: var(--ink-soft); }
.dlrows dd strong { color: var(--ink); font-weight: 600; }
.dlrows dd a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.dlrows dd a:hover { border-bottom-color: var(--steel); color: var(--steel-deep); }

/* ---------- Fußnote (Verifikationshinweis) ---------- */
.note { font-size: .85rem; color: var(--ink-faint); margin-top: 2.5rem; max-width: 62ch; }
.night-sec .note { color: rgba(230, 237, 244, .5); }

/* ---------- Hinweispanel (Verifikation) ---------- */
.panel-note {
  background: var(--paper-2);
  border-left: 2px solid var(--steel);
  padding: 1.6rem 1.9rem;
  max-width: 46rem;
}
.panel-note p { color: var(--ink-soft); font-size: .95rem; margin-bottom: .8rem; }
.panel-note p:last-child { margin-bottom: 0; }
.panel-note strong { color: var(--ink); font-weight: 600; }

/* ---------- Dunkle Sektion ---------- */
.night-sec { background: var(--night); color: #e6edf4; }
.night-sec h2 { color: #f0f4f9; }
.night-sec h3 { color: #eef2f7; }
.night-sec .prose { color: rgba(230, 237, 244, .75); }
.night-sec .prose strong { color: #f0f4f9; }
.night-sec .cols2 > * + * { border-left-color: var(--line-dark); }

/* Krisen-Panel auf dunkler Fläche */
.crisis {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--line-dark);
  padding-top: clamp(2rem, 4vw, 3rem);
}
.crisis-list { list-style: none; margin-top: 1.6rem; }
.crisis-list li {
  display: grid; grid-template-columns: minmax(11rem, 15rem) 1fr;
  gap: 1.5rem; padding: 1.15rem 0; border-top: 1px solid var(--line-dark);
  align-items: baseline;
}
.crisis-list .n {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 600; font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: #f0f4f9; text-decoration: none; line-height: 1.1;
}
a.crisis-n { border-bottom: 1px solid var(--steel-bright); }
a.crisis-n:hover { color: var(--mist); }
.crisis-list .w { color: rgba(230, 237, 244, .72); font-size: .95rem; }

/* Telefon groß */
.phone-big {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 500; font-size: clamp(2.3rem, 4.8vw, 3.6rem);
  display: inline-block; margin: .5rem 0 1.5rem;
  text-decoration: none; line-height: 1.05; color: inherit;
  border-bottom: 1px solid var(--steel-bright);
}
.phone-big:hover { color: var(--mist); }
address.block-addr { font-style: normal; line-height: 1.9; color: rgba(230, 237, 244, .75); }
address.block-addr strong { color: #f0f4f9; font-weight: 600; }
address.block-addr a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--line-dark); }
address.block-addr a:hover { border-bottom-color: var(--mist); }

/* ---------- Kontaktseite: helles Datenraster ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: start; }

/* ---------- Rechtsseiten ---------- */
.legal h2 { font-size: 1.75rem; margin: 2.6rem 0 1rem; }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal address { color: var(--ink-soft); max-width: 64ch; margin-bottom: 1rem; font-style: normal; }
.legal ul { color: var(--ink-soft); max-width: 62ch; margin: 0 0 1rem 1.2rem; }
.legal li { margin-bottom: .4rem; }

/* ---------- Fußzeile ---------- */
footer.site { background: var(--night-2); color: rgba(231, 238, 244, .68); }
.foot-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(3rem, 6vw, 4.5rem) 0 2.5rem;
}
.foot-brand .name {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 600; font-size: 1.7rem; color: #edf1f6; line-height: 1.15;
}
.foot-brand .tag { margin-top: .7rem; font-size: .85rem; color: rgba(231, 238, 244, .55); max-width: 30ch; }
.foot-col h4 {
  font-size: .68rem; font-weight: 600; letter-spacing: .24em;
  text-transform: uppercase; color: var(--mist); margin-bottom: 1rem;
}
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: .55rem; }
.foot-col a {
  color: rgba(231, 238, 244, .72); text-decoration: none; font-size: .92rem;
  border-bottom: 1px solid transparent;
}
.foot-col a:hover { color: #fff; border-bottom-color: var(--steel-bright); }
.foot-bottom {
  border-top: 1px solid var(--line-dark);
  padding: 1.6rem 0 2rem;
  display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  font-size: .82rem;
}
.foot-note {
  font-size: .76rem; color: rgba(231, 238, 244, .42);
  max-width: 76ch; padding-bottom: 2.2rem; line-height: 1.6;
}

/* ---------- Erscheinen beim Scrollen (nur mit JS aktiv) ---------- */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
html:not(.js) .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .contact-grid { grid-template-columns: 1fr; }
  .cols2 { grid-template-columns: 1fr; gap: 2.5rem; }
  .cols2 > * + * { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 2.5rem; }
  .night-sec .cols2 > * + * { border-top: 1px solid var(--line-dark); border-left: 0; }
  .factstrip .wrap { grid-template-columns: 1fr; }
  .factstrip .fact { border-left: 0; padding: 1.5rem 0; border-top: 1px solid var(--line); }
  .factstrip .fact:first-child { border-top: 0; }
  .foot-top { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 900px) {
  .header-in { flex-wrap: wrap; gap: .3rem 1.5rem; padding: .85rem 0 .7rem; }
  nav.main {
    order: 2; width: 100%;
    gap: 1.4rem; overflow-x: auto; white-space: nowrap;
    padding-bottom: .25rem; -webkit-overflow-scrolling: touch;
  }
  nav.main a { font-size: .7rem; }
  .brand .sub { display: none; }
  .hero .wrap { padding-top: 9rem; }
  .page-hero .wrap { padding-top: 9.5rem; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: clamp(2.6rem, 12vw, 3.4rem); }
  .hero .actions { flex-direction: column; align-items: stretch; }
  .hero .actions .btn-fill, .hero .actions .btn-line { text-align: center; }
  .steps li { grid-template-columns: 3.4rem 1fr; gap: 1rem; }
  .steps .no { font-size: 1.8rem; }
  .dlrows .row { grid-template-columns: 1fr; gap: .3rem; }
  .crisis-list li { grid-template-columns: 1fr; gap: .25rem; }
  .band .chip { margin: 0 1.25rem 1.5rem; padding: 1.4rem 1.5rem 1.6rem; }
}


/* ============================================================
   CRAFT-LAYER (design-craft.md, auto-rollup)
   ============================================================ */

::selection { background: #e3eaf1; color: #edf1f6; }

body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 200;
  opacity: 0.5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='khn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23khn)'/%3E%3C/svg%3E");
}

/* Craft: Sektionsluft */
section, .section, .content-section, .kapitel, .abschnitt, .sektion {
  padding-top: clamp(4rem, 9vw, 8rem) !important;
  padding-bottom: clamp(4rem, 9vw, 8rem) !important;
}

/* Craft: Ticker */
.ticker {
  background: #e3eaf1; color: #edf1f6;
  overflow: hidden; white-space: nowrap; padding: 0.8rem 0;
}
.ticker-inhalt {
  display: inline-block; animation: lauf 30s linear infinite;
  font-family: Cormorant; font-size: 0.95rem; letter-spacing: 0.06em;
}
.ticker-inhalt span { margin: 0 1.6rem; }
.ticker-inhalt .stern { opacity: 0.55; }
@keyframes lauf { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-inhalt { animation: none; } }

/* Craft: Badge */
.badge {
  position: absolute; z-index: 5;
  right: clamp(0.5rem, 4vw, 3rem); bottom: 1.2rem;
  width: clamp(118px, 12.5vw, 152px); height: clamp(118px, 12.5vw, 152px);
  animation: drehen 26s linear infinite;
}
.badge text {
  font-family: Cormorant; font-size: 8.4px;
  letter-spacing: 0.3em; text-transform: uppercase; fill: #edf1f6;
}
.badge circle { fill: #e3eaf1; }
@keyframes drehen { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .badge { animation: none; } }

/* Craft: Riesiges CTA */
.cta-riesig {
  background: #e3eaf1; color: #edf1f6;
  padding: clamp(3.2rem, 7.5vw, 6rem) clamp(1.1rem, 4vw, 3rem);
}
.cta-riesig .wrap, .cta-riesig .blatt, .cta-riesig .flaeche, .cta-riesig .inhalt,
.cta-riesig .buch, .cta-riesig .register, .cta-riesig .magazin {
  max-width: 1080px; margin: 0 auto; padding: 0;
}
.cta-riesig h2 {
  font-family: Cormorant; font-weight: 600;
  font-size: clamp(2.6rem, 7.5vw, 5.8rem); line-height: 1.02;
  letter-spacing: -0.015em; max-width: 15ch; margin-bottom: 1.6rem;
  color: #edf1f6;
}
.cta-riesig h2 em { font-style: italic; font-weight: 400; opacity: 0.75; }
.cta-telefon {
  font-family: Cormorant; font-weight: 600;
  font-size: clamp(1.5rem, 4.2vw, 3rem);
  display: inline-block; border-bottom: 3px solid #edf1f6;
  padding-bottom: 0.25rem; color: #edf1f6;
}
.cta-telefon:hover { opacity: 0.8; }
.cta-zeilen {
  max-width: 720px; margin: 2.4rem 0 0;
  border-top: 1px solid rgba(128,128,128,0.3); padding-top: 1.3rem;
  font-size: 0.87rem; display: grid; gap: 0.4rem;
}
