/* =========================================================================
   pages.css - additive styles for prepared sub-pages (Leistungen + Ratgeber)
   Loads ON TOP of styles.css. Reuses existing :root tokens. Never edit styles.css.
   ========================================================================= */

/* Ohne JavaScript bleiben alle Sektionen sichtbar (sonst waeren sie leer);
   mit JS uebernimmt der IntersectionObserver das Einblenden beim Scrollen. */
html:not(.js) [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

/* ---- Light-background button variant (styles.css .button-secondary is for dark) ---- */
.button-ghost {
  border-color: rgba(20, 20, 20, 0.22);
  background: transparent;
  color: var(--ink);
}
.button-ghost:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper-strong);
}

/* ---- Kompakte Angebots-/Formular-Sektion (Hub + Ratgeber-Artikel) ---- */
.quote-compact {
  padding-top: clamp(48px, 8vh, 76px);
  padding-bottom: clamp(48px, 8vh, 76px);
}
.quote-compact .quote-layout {
  max-width: 1020px;
  margin: 0 auto;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
}
.quote-compact .quote-copy {
  position: static;
  top: auto;
}
.quote-compact .quote-copy h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  margin-bottom: 16px;
}
.quote-compact .quote-form {
  padding: 18px;
  gap: 10px;
}
.quote-compact .quote-form .form-field { gap: 5px; }
.quote-compact .quote-form input,
.quote-compact .quote-form select,
.quote-compact .quote-form textarea {
  min-height: 44px;
  padding: 9px 13px;
}
.quote-compact .quote-form textarea {
  min-height: 70px;
  height: 70px;
}
.quote-compact .quote-form label { font-size: 0.86rem; }
@media (max-width: 760px) {
  .quote-compact .quote-layout { grid-template-columns: 1fr; }
}
/* Helles Farbschema (statt des dunklen Homepage-Looks) */
.quote-section.quote-compact {
  background: var(--paper);
  color: var(--ink);
}
.quote-section.quote-compact h2 { color: var(--ink); }
.quote-section.quote-compact .quote-copy p { color: var(--muted); }
.quote-section.quote-compact label { color: var(--ink); }
.quote-section.quote-compact .quote-checklist span {
  border-color: var(--line-light);
  background: var(--paper-strong);
  color: var(--ink);
}
.quote-section.quote-compact .direct-call:hover { color: var(--ink); }
.quote-section.quote-compact .quote-form {
  background: var(--paper-strong);
  border-color: var(--line-light);
  box-shadow: 0 20px 50px rgba(20, 20, 20, 0.08);
  backdrop-filter: none;
}
.quote-section.quote-compact .quote-form:focus-within {
  border-color: rgba(45, 107, 255, 0.42);
  box-shadow: 0 22px 60px rgba(20, 20, 20, 0.10);
}
.quote-section.quote-compact .quote-form input,
.quote-section.quote-compact .quote-form select,
.quote-section.quote-compact .quote-form textarea {
  background: #ffffff;
  color: var(--ink);
  border-color: var(--line-light);
}
.quote-section.quote-compact ::placeholder { color: rgba(20, 20, 20, 0.42); }

/* ---- Service-page hero (dark, full-bleed image + scrim, like the homepage hero) ---- */
.svc-hero {
  position: relative;
  /* alle Unterseiten-Heros exakt gleich hoch, Inhalt vertikal zentriert */
  display: flex;
  align-items: center;
  min-height: 760px;
  background: var(--black);
  color: var(--paper);
  overflow: hidden;
  border-bottom: 1px solid var(--line-dark);
}
.svc-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}
.svc-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 9, 9, 0.74) 0%, rgba(9, 9, 9, 0.86) 60%, rgba(9, 9, 9, 0.94) 100%);
}
.svc-hero-inner {
  position: relative;
  z-index: 2;
  width: var(--container);
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(104px, 13vh, 132px) 0 clamp(40px, 7vh, 72px);
}
.svc-hero .crumbs {
  margin: 0;
  padding: 0 0 20px;
  color: rgba(255, 255, 255, 0.55);
}
.svc-hero .crumbs a { color: rgba(255, 255, 255, 0.55); }
.svc-hero .crumbs a:hover { color: var(--white); }
.svc-hero .crumbs span[aria-current] { color: var(--white); }
.svc-hero h1 {
  font-family: "Big Shoulders Display", "Space Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 6.4vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin: 12px auto 18px;
  max-width: 20ch;
  text-wrap: balance;
}
.svc-hero h1 .accent { color: var(--red); }
.svc-hero .lead {
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.62;
  color: rgba(246, 240, 229, 0.84);
  max-width: 56ch;
  margin: 0 auto 28px;
}
.svc-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* Hero: zentrierter Inhalt (Kicker, Heading, Lead, Buttons mittig) */
.svc-hero-inner { text-align: center; }
.svc-hero-copy {
  max-width: 860px;
  margin-inline: auto;
}
.svc-hero .crumbs { text-align: center; justify-content: center; }

@media (max-width: 600px) {
  /* keep the keyword title (~2 lines max); hide the decorative tagline so it never wraps to 4 lines */
  .svc-hero h1 { font-size: clamp(2rem, 9vw, 2.6rem); }
  .svc-hero h1 br { display: none; }
  .svc-hero h1 .accent { display: none; }
  .svc-hero .lead { font-size: 1rem; }
}
@media (max-width: 560px) {
  .svc-hero .hero-actions .button { width: 100%; }
}

/* ---- Hero v2: an die Homepage-Hero angeglichen ----
   Grosse Keyword-Zeile + orange Stadt + kleine, fast weisse Tagline (wie .title-accent),
   Lead in Homepage-Typo (Manrope 1.22rem, weiss). Nur auf .svc-hero-v2, damit andere
   Unterseiten unveraendert bleiben, bis wir sie nachziehen. */
.svc-hero.svc-hero-v2 h1 {
  font-size: 72px;
  max-width: 22ch;
}
.svc-hero-v2 .svc-tline { display: block; font-size: 72px; }
.svc-hero-v2 .svc-tline:first-child { font-size: 72px; }
.svc-hero-v2 .svc-tcity { color: var(--yellow); }
.svc-hero-v2 .svc-taccent {
  font-size: 35px;
  line-height: 1.15;
  color: #ffffff;
}
/* Mobile: proportional runter, aber ueberall gleich (Verhaeltnis 72:35) */
@media (max-width: 720px) {
  .svc-hero.svc-hero-v2 h1,
  .svc-hero-v2 .svc-tline,
  .svc-hero-v2 .svc-tline:first-child { font-size: 44px; }
  .svc-hero-v2 .svc-taccent { font-size: 22px; }
}
/* Ratgeber-Artikel: zweite Titelzeile klein (orange Akzent), wie die Tagline bei Services */
.svc-hero-v2 .svc-tsub {
  font-size: 0.5em;
  line-height: 1.12;
  color: var(--yellow);
}

/* Einsatzgebiet-Seiten (standort): lange Ortsnamen + lange Leads wirken sonst ueberladen.
   Headline kleiner (Ortsname bekommt Seitenrand), mehr Luft zum Lead, Lead etwas ruhiger. */
.standort-page .svc-hero.svc-hero-v2 h1 {
  font-size: clamp(2.2rem, 4.7vw, 4.3rem);
  margin-bottom: 24px;
}
.standort-page .svc-hero-v2 .svc-taccent { margin-top: 0.1em; }
.standort-page .svc-hero.svc-hero-v2 .lead {
  font-size: 1.08rem;
  line-height: 1.64;
  max-width: 640px;
}
@media (max-width: 600px) {
  .standort-page .svc-hero.svc-hero-v2 h1 { font-size: clamp(1.9rem, 8.6vw, 2.7rem); margin-bottom: 16px; }
  .standort-page .svc-hero.svc-hero-v2 .lead { font-size: 0.86rem; line-height: 1.52; }
}
.svc-hero.svc-hero-v2 .lead {
  font-size: 1.22rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.82);
  max-width: 720px;
}
/* Kern-Aussage hervorgehoben (fett + volles Weiss), wie der bold Einstieg der Homepage-Subheadline */
.svc-hero-v2 .lead strong { font-weight: 700; color: #fff; }
/* Hintergrundfoto praesenter (wie Homepage), Scrim nur so dunkel wie noetig fuer den zentrierten weissen Text */
.svc-hero-v2 .svc-hero-bg {
  opacity: 1;
  filter: saturate(0.86) contrast(1.1) brightness(0.82);
}
.svc-hero-v2 .svc-hero-scrim {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0.62) 0%, rgba(9, 9, 9, 0.7) 46%, rgba(9, 9, 9, 0.85) 100%);
}
@media (max-width: 600px) {
  .svc-hero.svc-hero-v2 h1 { font-size: clamp(2.5rem, 11vw, 3.6rem); }
  .svc-hero.svc-hero-v2 .lead { font-size: 0.88rem; line-height: 1.5; }
}
/* Desktop: alle v2-Heros exakt gleich hoch, Inhalt vertikal zentriert
   (Mobile-Gleichhoehe kommt aus dem vw-Block weiter unten). */
@media (min-width: 821px) {
  .svc-hero.svc-hero-v2 .svc-hero-inner {
    min-height: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* Mobile: alle Unterseiten-Heros gleich hoch, Inhalt vertikal zentriert.
   Hoehe an die Viewport-BREITE (vw) gekoppelt statt an die Hoehe, damit der Hero
   beim Scrollen NICHT mitwaechst, wenn die iOS-Adressleiste ein-/ausfaehrt. */
@media (max-width: 820px) {
  .svc-hero-inner {
    min-height: clamp(30rem, 155vw, 44rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 104px;
    padding-bottom: 40px;
  }
  .svc-hero .crumbs { padding-bottom: 16px; }
}

/* ---- Service-page intro prose (H2 + keyword-optimised body paragraphs) ---- */
.svc-intro {
  margin: 0 auto;
  max-width: 74ch;
}
.svc-intro .kicker.dark { margin-bottom: 14px; }
.svc-intro h2 { margin-top: 0; }

/* ---- Fresher editorial split: headline left, body right, left-aligned ---- */
.svc-intro-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4.5vw, 72px);
  align-items: start;
  max-width: 1060px;
}
.svc-intro-head {
  position: relative;
  padding-left: 22px;
}
.svc-intro-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 4px;
  background: var(--red);
}
.svc-intro-head .kicker.dark { margin-bottom: 16px; }
.svc-intro-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.12;
}
.svc-intro-body { max-width: 60ch; }
.svc-intro-body p:first-child { margin-top: 0; }

/* ---- Standort-Seiten: verankerter Local-Intro (helle Band + zentriertes, gestaffeltes Layout) ---- */
.local-band {
  background: var(--paper-strong);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.local-intro {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.local-intro-badge {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(45, 107, 255, 0.10);
  color: var(--red);
  margin-bottom: 22px;
}
.local-intro-badge svg { width: 28px; height: 28px; }
.local-intro .kicker.dark {
  margin-bottom: 18px;
  justify-content: center;
}
.local-intro h2 {
  margin: 0;
  font-size: clamp(1.95rem, 3.6vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.local-intro-rule {
  width: 46px;
  height: 3px;
  border-radius: 3px;
  background: var(--red);
  margin-top: 28px;
}
.local-intro-lead {
  margin: 26px 0 0;
  max-width: 54ch;
  font-size: clamp(1.1rem, 1.55vw, 1.24rem);
  line-height: 1.58;
  color: var(--ink);
}
.local-intro-body {
  margin: 18px 0 0;
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.72;
}
.local-intro a {
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.local-intro a:hover { text-decoration-thickness: 2px; }

/* ---- Standort-Intro als Split: Text links, Bild rechts ---- */
.local-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
}
.local-split-copy { max-width: 60ch; }
.local-split-copy .kicker.dark { margin-bottom: 16px; }
.local-split-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.local-split-copy .local-intro-lead {
  margin: 0 0 16px;
  max-width: none;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.6;
  color: var(--ink);
}
.local-split-copy .local-intro-body {
  margin: 0;
  max-width: none;
  color: var(--muted);
  line-height: 1.72;
}
.local-split-copy a {
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.local-split-copy a:hover { text-decoration-thickness: 2px; }
.local-split-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line-light);
}
@media (max-width: 820px) {
  .local-split { grid-template-columns: 1fr; gap: 26px; }
  .local-split-media img { aspect-ratio: 16 / 10; }
}
@media (max-width: 600px) {
  .local-intro-badge { width: 54px; height: 54px; margin-bottom: 18px; }
}
@media (max-width: 760px) {
  .svc-intro-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* ---- Editorial FAQ: sticky heading + call rail (left), accordion list (right) ---- */
.faq-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: start;
}
.faq-rail {
  position: sticky;
  top: 116px;
  padding-left: 22px;
  border-left: 4px solid var(--red);
}
.faq-rail .kicker.dark { margin-bottom: 16px; }
.faq-rail h2 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.12;
}
.faq-rail-lead {
  margin: 0 0 26px;
  max-width: 34ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}
.faq-rail-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px 14px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper-strong);
  text-decoration: none;
  transition: transform 220ms var(--ease), background-color 220ms ease;
}
.faq-rail-cta:hover {
  transform: translateY(-2px);
  background: var(--red);
}
.faq-rail-cta-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(246, 240, 229, 0.14);
}
.faq-rail-cta-icon svg { width: 20px; height: 20px; }
.faq-rail-cta-copy { display: flex; flex-direction: column; line-height: 1.2; }
.faq-rail-cta-copy small {
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
}
.faq-rail-cta-copy strong {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-list .faq-card summary { font-size: 1.08rem; }
@media (max-width: 720px) {
  .svc-hero { min-height: 700px; }
}

@media (max-width: 880px) {
  .faq-editorial {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-rail { position: static; }
}

/* ---- "Worum es geht": eigenständiges dunkles Panel mit Hintergrundbild ---- */
.worum { background: var(--paper); }
.worum-panel {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: var(--black);
  color: var(--paper);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.worum-panel-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  z-index: -1;
}
.worum-panel-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(9, 9, 9, 0.96) 0%, rgba(9, 9, 9, 0.9) 42%, rgba(9, 9, 9, 0.76) 100%);
}
.worum-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 4.5vw, 72px);
  align-items: center;
  padding: clamp(40px, 6vw, 76px) clamp(28px, 5vw, 68px);
}
.worum-head {
  position: relative;
  padding-left: 22px;
  border-left: 4px solid var(--red);
}
.worum-head .kicker { margin-bottom: 16px; }
.worum-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--paper-strong);
}
.worum-body p {
  margin: 0;
  max-width: 56ch;
  color: rgba(246, 240, 229, 0.85);
  font-size: 1.04rem;
  line-height: 1.72;
}
.worum-body p + p { margin-top: 1.1em; }
@media (max-width: 760px) {
  .worum-panel-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ---- "Warum wir" trust row: 4 numbered cards side by side ---- */
.why { background: var(--paper); }
.why-head { max-width: 720px; margin: 0 auto clamp(28px, 4vw, 44px); text-align: center; }
.why-head .kicker.dark { margin-bottom: 14px; justify-content: center; }
.why-head h2 { margin: 0 0 12px; }
.why-head > p { margin: 0 auto; max-width: 60ch; color: var(--muted); font-size: 1.04rem; line-height: 1.6; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 22px 24px;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: var(--paper-strong);
  overflow: hidden;
  transition: transform 240ms var(--ease), border-color 240ms ease, box-shadow 240ms var(--ease);
}
.why-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms var(--ease);
}
.why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 107, 255, 0.32);
  box-shadow: 0 18px 38px rgba(20, 20, 20, 0.07);
}
.why-card:hover::before { transform: scaleX(1); }
/* Nummer als solider blauer Badge (wie Ablauf auf der Homepage) */
.why-num {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: var(--blue);
  color: #fff;
  font-family: "Big Shoulders Display", "Space Grotesk", sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing: 0;
  box-shadow: 0 10px 26px rgba(45, 107, 255, 0.34);
}
/* Separate Icon-Box raus -> Karten wie die Homepage-Nummern */
.why-icon {
  display: none;
}
.why-icon svg { width: 23px; height: 23px; }
.why-card h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
}
.why-card p { margin: 0; color: var(--muted); font-size: 0.95rem; line-height: 1.55; }
@media (max-width: 920px) {
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .why-grid { grid-template-columns: 1fr; }
}

/* ---- Ratgeber teaser: heading row + 3 image cards ---- */
.ratgeber { background: var(--paper); }
.ratgeber-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(26px, 3.5vw, 40px);
}
.ratgeber-head .kicker.dark { margin-bottom: 12px; }
.ratgeber-head h2 { margin: 0; }
.ratgeber-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: var(--ink);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 0.96rem;
  text-decoration: none;
  white-space: nowrap;
}
.ratgeber-all svg { transition: transform 220ms var(--ease); }
.ratgeber-all:hover { color: var(--red); }
.ratgeber-all:hover svg { transform: translateX(4px); }
.ratgeber-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ratgeber-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: var(--paper-strong);
  overflow: hidden;
  text-decoration: none;
  transition: transform 260ms var(--ease), border-color 240ms ease, box-shadow 260ms var(--ease);
}
.ratgeber-card:hover {
  transform: translateY(-5px);
  border-color: rgba(45, 107, 255, 0.3);
  box-shadow: 0 22px 46px rgba(20, 20, 20, 0.1);
}
.ratgeber-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.ratgeber-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms var(--ease);
}
.ratgeber-card:hover .ratgeber-media img { transform: scale(1.06); }
.ratgeber-body { display: flex; flex-direction: column; padding: 20px 22px 22px; flex: 1; }
.ratgeber-tag {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper-strong);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ratgeber-body h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.22;
  color: var(--ink);
}
.ratgeber-body > p { margin: 0 0 16px; color: var(--muted); font-size: 0.95rem; line-height: 1.55; }
.ratgeber-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--red);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
}
.ratgeber-card:hover .ratgeber-link svg { transform: translateX(3px); }
.ratgeber-link svg { transition: transform 220ms var(--ease); }
@media (max-width: 880px) {
  .ratgeber-grid { grid-template-columns: 1fr; max-width: 460px; }
  .ratgeber-head { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ---- Final CTA: full-bleed dark closer block ---- */
/* Voller Blau-Block statt drittem dunklen Band in Folge (FAQ -> CTA -> Footer) */
.final-cta {
  position: relative;
  overflow: hidden;
  /* ein Blau fuer alle Seitentypen: Hubs, Leistungen, Standorte, Ratgeber */
  background: linear-gradient(158deg, #1E4AD1 0%, #16368E 100%);
  color: #ffffff;
}
.final-cta-inner {
  position: relative;
  width: min(820px, 100% - 48px);
  margin: 0 auto;
  padding: clamp(56px, 9vh, 96px) 0;
  text-align: center;
}
.final-cta .kicker {
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
}
.final-cta .kicker::after { background: rgba(255, 255, 255, 0.55); }
.final-cta h2 {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0 auto 16px;
  max-width: 24ch;
  text-wrap: balance;
}
.final-cta-lead {
  margin: 0 auto 30px;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  line-height: 1.6;
}
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
/* auf Blau invertiert: primaer weiss, sekundaer als Outline */
.final-cta .button-primary {
  background: #ffffff;
  color: #14213A;
  box-shadow: 0 16px 34px -16px rgba(9, 19, 32, 0.6);
}
.final-cta .button-primary:hover {
  background: #EFF3FF;
  color: #14213A;
}
.final-cta .button-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  backdrop-filter: none;
}
.final-cta .button-secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
@media (max-width: 560px) {
  .final-cta-actions .button { width: 100%; }
}

/* ---- Blog index page header (H1 styled like a section heading, no hero) ---- */
.blog-head h1 {
  color: var(--ink);
  font-family: "Space Grotesk", "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 2.74rem);
  font-weight: 700;
  letter-spacing: -0.005em;
  text-transform: none;
  line-height: 1.04;
  max-width: 820px;
  margin: 0 0 14px;
}
.blog-head h1 .accent { color: var(--red); }
.blog-head .post-meta { margin-bottom: 14px; }

/* ---- Standardised blog hero: text left + photo right (desktop), photo below text (mobile) ---- */
.blog-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line-light);
}
.blog-hero .wrap {
  max-width: var(--container);
  margin: 0 auto;
  /* top padding clears the fixed header (~104px) */
  padding: clamp(104px, 13vh, 140px) 0 clamp(40px, 6vh, 64px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.blog-hero-copy { min-width: 0; }
.blog-hero .crumbs { margin: 0 0 16px; padding: 0; }
.blog-hero .post-meta { margin: 0 0 14px; }
.blog-hero h1 {
  color: var(--ink);
  font-family: "Space Grotesk", "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.95rem);
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.01em;
  line-height: 1.06;
  margin: 0 0 16px;
  max-width: 20ch;
}
.blog-hero h1 .accent { color: var(--red); }
.blog-hero .lead {
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.6;
  color: var(--ink);
  max-width: 54ch;
  margin: 0 0 22px;
}
.blog-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.blog-hero-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
}
.blog-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-hero-media .badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: var(--black);
  color: var(--paper-strong);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 8px 13px;
  border-radius: 999px;
}
@media (max-width: 880px) {
  .blog-hero .wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: clamp(92px, 18vw, 112px);
  }
  /* copy stays first in the DOM, so the photo renders BELOW the text on mobile */
  .blog-hero-media { aspect-ratio: 16 / 10; }
}
@media (max-width: 560px) {
  .blog-hero .hero-actions .button { width: 100%; }
}

/* ---- Breadcrumbs ---- */
.crumbs {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ink); }
.crumbs span[aria-current] { color: var(--ink); font-weight: 700; }
.crumbs .sep { opacity: 0.5; }

/* ---- Sub-page hero (paper, compact) ---- */
.subpage-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line-light);
}
.subpage-hero .wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 34px 0 56px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.subpage-hero h1 {
  font-family: "Big Shoulders Display", "Space Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin: 14px 0 18px;
  text-wrap: balance;
}
.subpage-hero h1 .accent { color: var(--red); }
.subpage-hero .lead {
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.6;
  color: var(--ink);
  max-width: 52ch;
  margin: 0 0 26px;
}
.subpage-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.subpage-hero-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
}
.subpage-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.subpage-hero-media .badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--black);
  color: var(--paper-strong);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 9px 14px;
  border-radius: 999px;
}

/* ---- Prose (article / service detail body) ---- */
.prose { max-width: 72ch; }
.prose > * + * { margin-top: 1.05em; }
.prose h2 {
  font-family: "Space Grotesk", "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin-top: 1.6em;
}
.prose h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  margin-top: 1.4em;
}
.prose p, .prose li { font-size: 1.04rem; line-height: 1.72; color: var(--ink); }
.prose a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li + li { margin-top: 0.5em; }
.prose strong { font-weight: 700; }
.prose blockquote {
  margin: 1.4em 0;
  padding: 18px 22px;
  border-left: 4px solid var(--red);
  background: var(--paper-strong);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.08rem;
}

/* ---- Two-column body+aside layout ---- */
.detail-layout {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}
/* sauberes Top-Sticky: klebt unter der Nav, scrollt mit dem Artikel und stoppt
   am Ende des Grids (kein inneres Scrollen, kein Weiterlaufen in den Footer). */
.detail-aside {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 20px;
}
.aside-card {
  background: var(--graphite);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 24px;
}
.aside-card.light {
  background: var(--paper-strong);
  color: var(--ink);
  border: 1px solid var(--line-light);
}
.aside-card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  margin: 0 0 12px;
  text-wrap: balance;   /* sonst steht "Kostenlose" allein in Zeile 1 */
}
.aside-card p { font-size: 0.95rem; line-height: 1.6; margin: 0 0 16px; opacity: 0.92;
  color: inherit;   /* globales p{color:var(--muted)} schlaegt sonst die helle Schrift auf dunklem Card-BG */ }
.aside-card a:not(.button) { color: inherit; }
.aside-card .button { width: 100%; }
.aside-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.aside-card ul li {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.aside-card ul li::before { content: "✓"; color: var(--red); font-weight: 900; }

/* Autoren-/Inhaber-Karte in der Artikel-Sidebar */
.aside-profile {
  display: grid;
  gap: 14px;
  margin: 0;
}
.aside-profile__head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.aside-profile__avatar {
  width: 58px;
  height: 58px;
  flex: none;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 22%;
}
.aside-profile__name {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}
.aside-profile__role {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}
.aside-profile__quote {
  margin: 0;
  padding-left: 14px;
  border-left: 2px solid var(--blue);
  color: var(--ink);
  font-size: 0.96rem;
  font-style: italic;
  line-height: 1.55;
  text-wrap: pretty;
}

/* ---- Spec / scope checklist ---- */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.spec-item {
  background: var(--paper-strong);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  padding: 20px;
}
.spec-item h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.spec-item h3 .n {
  font-family: "Big Shoulders Display", sans-serif;
  color: var(--red);
  font-size: 1.3rem;
}
.spec-item p { margin: 0; font-size: 0.96rem; line-height: 1.6; color: var(--muted); }

/* ---- Related services / posts grid ---- */
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.related-card {
  /* Flex-Spalte, damit der "… ansehen"-Link unten buendig sitzt,
     auch wenn ein Body 3 statt 4 Zeilen hat */
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--paper-strong);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 200ms var(--spring), box-shadow 200ms ease;
}
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.related-card .body { display: flex; flex-direction: column; flex: 1; }
.related-card .more { margin-top: auto; padding-top: 12px; }
.related-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.related-card .body { padding: 18px 20px 22px; }
.related-card .body h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  margin: 0 0 6px;
}
.related-card .body p { margin: 0; font-size: 0.92rem; color: var(--muted); line-height: 1.55; }
.related-card .more {
  display: inline-block;
  margin-top: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--red);
}

/* ---- Blog list ---- */
.post-meta {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}
.post-meta .tag {
  background: var(--red);
  color: var(--paper-strong);
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 700;
}
.post-featured {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  background: var(--paper-strong);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  overflow: hidden;
}
.post-featured img { width: 100%; height: clamp(260px, 30vw, 400px); object-fit: cover; min-height: 0; }
.post-featured .body { padding: clamp(24px, 4vw, 44px); }
.post-featured h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1.55rem, 2.5vw, 2.05rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
  margin: 14px 0 14px;
  text-wrap: balance;
}

/* ---- Table of contents (article) ---- */
.toc {
  background: var(--paper-strong);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  padding: 20px 24px;
}
.toc strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.toc ol { margin: 10px 0 0; padding-left: 1.1em; }
.toc li { margin-top: 7px; }
.toc a { color: var(--ink); text-decoration: none; }
.toc a:hover { color: var(--red); }

/* ---- Article footer author / share ---- */
.article-author {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
}
.article-author img { width: 52px; height: 52px; border-radius: 999px; object-fit: cover; }
.article-author strong { font-family: "Space Grotesk", sans-serif; }
.article-author small { display: block; color: var(--muted); }

/* ---- Section helper for paper sub-pages ---- */
.section.paper { background: var(--paper); }
.section.tight { padding-top: 0; }
.section.tight-b { padding-bottom: 40px; }
.section.tight-t { padding-top: 40px; }
@media (max-width: 820px) {
  .section.tight-b { padding-bottom: 26px; }
  .section.tight-t { padding-top: 26px; }
}

/* Tighter vertical rhythm on sub-pages only (homepage doesn't load pages.css).
   Original .section padding is 96px top+bottom -> ~192px gaps; trim it down. */
.section {
  padding-top: clamp(40px, 6vh, 68px);
  padding-bottom: clamp(40px, 6vh, 68px);
}
@media (max-width: 700px) {
  .section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

/* ---- Responsive ---- */
@media (max-width: 880px) {
  .subpage-hero .wrap { grid-template-columns: 1fr; }
  .subpage-hero-media { order: -1; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .post-featured { grid-template-columns: 1fr; }
  /* stacked: no sibling column to match height to, so crop to a landscape
     ratio instead of letting the portrait source render full-height */
  .post-featured img { aspect-ratio: 16 / 10; height: auto; min-height: 0; }
}


/* "Passt dazu" / Weitere Leistungen: dunkles Band in Brand-Schwarz (alle Service-Seiten) */
.section.ratgeber.weitere-services {
  background: var(--black);
  color: var(--paper);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.weitere-services .kicker.dark { color: var(--red); }
.weitere-services h2 { color: #ffffff; }
.weitere-services .ratgeber-all { color: rgba(255, 255, 255, 0.82); }
.weitere-services .ratgeber-all:hover { color: var(--red); }
.weitere-services .ratgeber-card {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.12);
}
.weitere-services .ratgeber-card:hover {
  border-color: rgba(45, 107, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}
.weitere-services .ratgeber-tag { background: var(--red); color: #ffffff; }
.weitere-services .ratgeber-body h3 { color: #ffffff; }
.weitere-services .ratgeber-body > p { color: var(--muted-dark); }
.weitere-services .ratgeber-link { color: var(--red); }


/* "Weiterlesen" / Mehr aus dem Ratgeber: dunkles Band in Brand-Schwarz (alle Ratgeber-Artikel) */
.section.paper.weiterlesen {
  background: var(--black);
  color: var(--paper);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.weiterlesen .kicker.dark { color: var(--red); }
.weiterlesen h2 { color: #ffffff; }
.weiterlesen .ratgeber-all { color: rgba(255, 255, 255, 0.82); }
.weiterlesen .ratgeber-all:hover { color: var(--red); }
.weiterlesen .ratgeber-card {
  background: var(--graphite);
  border-color: rgba(255, 255, 255, 0.12);
}
.weiterlesen .ratgeber-card:hover { border-color: rgba(45, 107, 255, 0.5); }
.weiterlesen .ratgeber-body h3 { color: #ffffff; }
.weiterlesen .ratgeber-body > p { color: var(--muted-dark); }
.weiterlesen .ratgeber-tag { background: var(--red); color: #ffffff; }
.weiterlesen .ratgeber-link { color: var(--red); }
/* Nur 2 weitere Leistungen -> Kopf + Karten mittig zentriert */
.weitere-services .ratgeber-head {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.weitere-services .ratgeber-head .kicker { justify-content: center; }
.weitere-services .ratgeber-grid {
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 760px) {
  .weitere-services .ratgeber-grid { grid-template-columns: minmax(0, 460px); }
}


/* weiterlesen: dunkle Cards + kompaktere, luftigere Section (Fix: nutzt .related-card) */
.section.paper.weiterlesen {
  padding-top: clamp(52px, 7vh, 76px);
  padding-bottom: clamp(52px, 7vh, 76px);
}
.weiterlesen .section-head { margin-bottom: 30px; }
.weiterlesen .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.weiterlesen .related-card {
  background: var(--graphite);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.weiterlesen .related-card:hover { border-color: rgba(45, 107, 255, 0.5); box-shadow: 0 26px 60px rgba(0,0,0,0.45); }
.weiterlesen .related-card .body { padding: 20px 22px 22px; }
.weiterlesen .related-card .body h3 { color: #ffffff; }
.weiterlesen .related-card .body p { color: var(--muted-dark); }
.weiterlesen .related-card .more { color: var(--red); }
@media (max-width: 860px) { .weiterlesen .related-grid { grid-template-columns: 1fr; max-width: 460px; } }

/* Ratgeber-Hub: 3 Spalten (statt auto-fit-4), damit 6 Artikel als 3+3 stehen */
.ratgeber-hub-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) { .ratgeber-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .ratgeber-hub-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }

/* ---- Angebots-Formular auf Unterseiten: gleiche dunkle Karte wie auf der Startseite ----
   Die hellen .quote-compact-Overrides oben stammen vom alten Formular-Markup und
   wuerden das neue Karten-Layout (.qf-*) unlesbar machen. */
.quote-section.quote-compact .quote-form {
  padding: 0;
  gap: 18px;
  background: linear-gradient(180deg, rgba(27, 48, 73, 0.94), rgba(15, 27, 45, 0.98));
  border-color: rgba(150, 180, 225, 0.22);
  box-shadow: 0 34px 90px rgba(15, 27, 45, 0.28);
  color: var(--white);
}

.quote-section.quote-compact .quote-form label,
.quote-section.quote-compact .quote-form .qf-head-copy h3 {
  color: var(--white);
}

.quote-section.quote-compact .quote-form .qf-group legend {
  color: rgba(255, 255, 255, 0.84);
}

.quote-section.quote-compact .quote-form .qf-field input,
.quote-section.quote-compact .quote-form .qf-field select,
.quote-section.quote-compact .quote-form .qf-field textarea {
  min-height: 62px;
  padding: 26px 16px 10px;
  background: rgba(9, 19, 32, 0.5);
  border-color: rgba(150, 180, 225, 0.2);
  color: var(--white);
}

.quote-section.quote-compact .quote-form .qf-field:has(.qf-icon) input,
.quote-section.quote-compact .quote-form .qf-field:has(.qf-icon) select,
.quote-section.quote-compact .quote-form .qf-field-route input {
  padding-left: 48px;
}

.quote-section.quote-compact .quote-form .qf-field-route input { padding-left: 58px; }

.quote-section.quote-compact .quote-form .qf-field-area textarea {
  min-height: 132px;
  height: auto;
  padding-top: 30px;
}

.quote-section.quote-compact .quote-form .qf-field > label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.98rem;
}

.quote-section.quote-compact .quote-form .qf-field input:focus + label,
.quote-section.quote-compact .quote-form .qf-field input:not(:placeholder-shown) + label,
.quote-section.quote-compact .quote-form .qf-field textarea:focus + label,
.quote-section.quote-compact .quote-form .qf-field textarea:not(:placeholder-shown) + label,
.quote-section.quote-compact .quote-form .qf-field select:focus + label,
.quote-section.quote-compact .quote-form .qf-field select:valid + label,
.quote-section.quote-compact .quote-form .qf-field-date > label,
.quote-section.quote-compact .quote-form .qf-field-select > label {
  color: var(--blue-bright);
}

.quote-section.quote-compact .quote-form ::placeholder { color: rgba(255, 255, 255, 0.46); }
.quote-section.quote-compact .quote-form .qf-consent { color: rgba(255, 255, 255, 0.78); }
.quote-section.quote-compact .quote-form .qf-opt > span { color: rgba(255, 255, 255, 0.82); }

/* ---- Rhythmus auf den Standortseiten: warmer Sandton statt kaltem Blau ----
   Die Seite ist warm (Creme #F3EDE3), Akzent ist Blau. Ein kuehler Block beisst
   sich damit; der dunklere Sandton bleibt in der Palette und laesst die blauen
   Akzente staerker wirken. */
.section-alt {
  background: #EBE1D1;
}

.section-alt .benefit-card,
.section-alt .related-card {
  background: var(--paper-strong);
  border-color: rgba(20, 20, 20, 0.08);
  box-shadow: 0 18px 40px rgba(60, 45, 25, 0.06);
}

/* Mehr Luft zwischen den Sektionen der Standortseiten */
.service-page .section {
  padding-top: clamp(78px, 11vh, 132px);
  padding-bottom: clamp(78px, 11vh, 132px);
}

/* CTA-Band: kompakter Riegel, dafuer kraeftigere Headline.
   Auf den Standortseiten schliesst die Seite im dunklen Markenblau (--black),
   auf Hub, Leistungs- und Ratgeberseiten im hellen Markenblau (--blue). */
.service-page .final-cta {
  padding-top: clamp(46px, 6vh, 68px);
  padding-bottom: clamp(46px, 6vh, 68px);
}

/* Standortseiten: dasselbe Blau wie ueberall */
/* Standortseiten haben KEINE eigene CTA-Farbe mehr: sie nutzen denselben
   blauen Verlauf wie die Leistungsseiten (.service-page .final-cta). */

/* Leistungsseiten-CTA in dunklem Blau (statt des knalligen Hellblau) */
.service-page .final-cta {
  background: linear-gradient(158deg, #1E4AD1 0%, #16368E 100%);
}

.service-page .final-cta h2 {
  /* max-width 20ch zwang lange Titel ("... den Privatumzug in Braunschweig")
     in drei Zeilen. Breiter plus text-wrap: balance ergibt zwei ausgewogene
     Zeilen; die Schrift skaliert leicht mit der Textlaenge. */
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  margin-bottom: 12px;
  max-width: 30ch;
  text-wrap: balance;
}

.service-page .final-cta .kicker { margin-bottom: 10px; }

/* Der eigentliche Hoehentreiber sitzt im Inner-Container, nicht in der Section */
.service-page .final-cta-inner {
  padding: clamp(38px, 5vh, 56px) 0;
}
.service-page .final-cta-lead { margin-bottom: 22px; }

.service-page .local-band + .section-alt { padding-top: clamp(84px, 12vh, 140px); }

/* ---- Umkreis-Karten im Look der Leistungs-Cards ---- */
.related-media {
  position: relative;
  display: block;
}

.related-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.related-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 12px;
  border-radius: 10px;
  background: var(--blue);
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(45, 107, 255, 0.32);
}

/* ---- cc-Formular als eigenstaendige, zentrierte Angebots-Section (Ratgeber) ---- */
.cc-standalone { background: var(--paper); }
.cc-standalone .cc-form { max-width: 680px; margin-inline: auto; }

/* ---- Kompakte Ortskarten im Silo-Rueckfluss-Block der Leistungsseiten ---- */
.related-grid-kompakt {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.related-grid-kompakt .related-card .body {
  padding: 16px 18px;
}

.related-grid-kompakt .related-card h3 {
  margin: 0;
  font-size: 1rem;
}

/* ---- Bewertungen auf den Standortseiten ---- */
.reviews-grid-ort {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}

.reviews-ort-cta {
  margin: 22px 0 0;
  text-align: center;
}

.reviews-ort-cta a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.reviews-ort-cta a:hover { text-decoration: underline; text-underline-offset: 3px; }


/* ---- Helle Variante der Weiterlesen-Section (z.B. Kontaktseite) ---- */
.section.paper.weiterlesen.is-light {
  background: var(--paper-strong);
  color: var(--ink);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.weiterlesen.is-light h2 { color: var(--ink); }
.weiterlesen.is-light .section-head p { color: var(--muted); }
.weiterlesen.is-light .kicker.dark { color: #2559DB; }
.weiterlesen.is-light .related-card {
  background: #ffffff;
  border-color: var(--line-light);
  color: var(--ink);
}
.weiterlesen.is-light .related-card:hover { border-color: rgba(45, 107, 255, 0.45); }
.weiterlesen.is-light .related-card h3 { color: var(--ink); }
.weiterlesen.is-light .related-card p { color: var(--muted); }
.weiterlesen.is-light .related-card .more { color: var(--blue); }

/* ---- Google-Bewertungs-Badge (Standort-Bewertungs-Section) ---- */
.reviews-ort .section-head { text-align: center; }
.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  padding: 10px 20px 10px 15px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.07);
  font-size: 0.95rem;
  color: var(--muted);
}
.google-badge img { display: block; }
.google-badge b { color: var(--ink); font-weight: 800; }
.google-badge .gb-stars { color: #E0A155; letter-spacing: 1.5px; }

/* Ortskarten im Silo-Block: sichtbarer Hinweis, dass die Karte ein Link ist
   (auf dem Handy war das ohne Pfeil nicht erkennbar) */
.silo-orte .related-card .body {
  display: grid;
  gap: 10px;
}

.related-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
}

.related-card:hover .related-more { text-decoration: underline; text-underline-offset: 3px; }


/* ---- Impressum / Datenschutz: kurzer Hero, der Inhalt beginnt frueher ---- */
.legal-page .svc-hero,
body:has(> #main .legal-body) .svc-hero {
  min-height: 0;
}

.legal-page .svc-hero-inner {
  padding: clamp(96px, 12vh, 118px) 0 clamp(26px, 4vh, 40px);
}

@media (max-width: 820px) {
  .legal-page .svc-hero { min-height: 0; }

  /* Die 155vw-Mindesthoehe der Unterseiten-Heros ergibt auf dem Handy fast
     einen ganzen Bildschirm schwarze Flaeche, bevor der Rechtstext beginnt. */
  .legal-page .svc-hero-inner {
    min-height: 0;
    padding: 92px 0 26px;
  }
  .legal-page .svc-hero h1 { font-size: clamp(1.8rem, 8vw, 2.3rem); margin-bottom: 8px; }
  .legal-page .svc-hero .lead { font-size: 0.94rem; margin-bottom: 4px; }
}

/* Standort: Nachbarorte-Section (2. section-alt nach dem FAQ-Wegfall) anders faerben */
.section-alt + .section-alt { background: var(--paper-strong); }

/* ============================================================
   Sektions-Ueberschriften auf allen Unterseiten mittig
   Bisher waren einige Koepfe linksbuendig (Vor-Ort-Block, FAQ-Schiene,
   einzelne Section-Heads), waehrend die Mehrheit zentriert ist.
   Fliesstext in Ratgeber-Artikeln bleibt bewusst linksbuendig.
   ============================================================ */
.service-page .section-head,
.service-page .faq-rail,
.service-page .worum-head,
body .section-head,
body .worum-head,
body .faq-rail,
body .ratgeber-head > div {
  text-align: center;
}

/* Kicker sind inline-flex, brauchen deshalb eigene Zentrierung */
body .faq-rail > .kicker,
body .ratgeber-head > div > .kicker,
.service-page .section-head > .kicker,
.service-page .faq-rail > .kicker,
.service-page .worum-head > .kicker,
body .section-head > .kicker,
body .worum-head > .kicker {
  margin-left: auto;
  margin-right: auto;
}

/* Lauftexte unter den Ueberschriften mittig ausrichten und begrenzen */
.service-page .faq-rail > p,
.service-page .worum-head > p,
body .worum-head > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 62ch;
}

/* Ratgeber-Artikeltext bleibt linksbuendig (Lesefluss) */
.prose,
.prose h2,
.prose h3,
.prose p,
.prose li {
  text-align: left;
}

/* Buttons/CTAs in zentrierten Koepfen mittig */
body .faq-rail .faq-rail-cta,
.service-page .faq-rail .faq-rail-cta,
.service-page .local-split-copy .button {
  margin-left: auto;
  margin-right: auto;
}


/* Artikel-Karten behalten ihre linksbuendige Ueberschrift (Kartentitel,
   kein Sektionskopf) */
.post-featured .body,
.post-featured .body h2 {
  text-align: left;
}


/* Sicherheitshalber: kein Strich-Element vor irgendeinem Kicker */
.kicker::before,
.cc-pill::before,
.section-head .kicker::before,
.final-cta .kicker::before {
  content: none !important;
}


/* Vor-Ort-Block bleibt zentriert (Kundenwunsch, einheitlich mit allen
   anderen Sektionskoepfen). Eine frueher gesetzte Linksbuendig-Regel wurde
   hier entfernt; die Zentrierung steht am Dateiende mit hoher Spezifitaet. */


/* ---- Einheitliche Sektionskoepfe: hat Vorrang vor spaeteren Einzelregeln ---- */
body .service-page .local-split-copy,
.service-page .local-split-copy,
body .local-split-copy {
  text-align: center;
}

body .service-page .local-split-copy > .kicker,
.service-page .local-split-copy > .kicker,
.service-page .local-split-copy > p {
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   STANDORTSEITEN — Ortstext linksbuendig im Blocksatz
   Die zentrierte Variante weiter oben bleibt fuer Leistungs- und
   Ratgeberseiten. Auf den Orts-Seiten laeuft der Fliesstext von
   Kante zu Kante, Silbentrennung verhindert Loecher im Satz.
   ============================================================ */
body.geo-page .local-split-copy,
body.standort-page .local-split-copy {
  text-align: left;
  max-width: none;
}

body.geo-page .local-split-copy > p,
body.standort-page .local-split-copy > p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

body.geo-page .local-split-copy > h2,
body.standort-page .local-split-copy > h2 {
  margin-left: 0;
  margin-right: 0;
}

body.geo-page .local-split-copy > .kicker,
body.standort-page .local-split-copy > .kicker {
  justify-content: flex-start;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  hyphens: manual;
}

/* ── Chef-Feedback Leistungs-Übersichtsseite (leistungen/index.html) ──────────
   Punkt 13: Die CTA-Card "Sie sind unsicher?" wurde aus dem Leistungs-Grid
   entfernt (keine Leistung, der grosse CTA-Block folgt direkt darunter).
   Die drei verbleibenden Leistungs-Cards laufen als feste Dreierreihe;
   unter 860px eine zentrierte Einzelspalte (gleiches Muster wie
   .weiterlesen), damit die Reihe bei jeder Standardbreite aufgeht und
   kein 2+1-Umbruch auf Tablets entsteht. */
.related-grid-leistungen {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 860px) {
  .related-grid-leistungen {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-inline: auto;
  }
}

/* Punkt 14a: Orte-Grid "Umzüge in der Region Braunschweig" (12 Karten).
   Vorher auto-fit mit 5 Spalten auf Desktop, die letzte Reihe hatte nur
   2 Karten (5+5+2, "ausgefranst"). Jetzt gehen die Reihen bei jeder
   Standardbreite auf: 4 Spalten Desktop (3 volle Reihen), 2 Spalten
   Tablet (6 volle Reihen), 1 Spalte mobil.
   Gleiche Kartenhöhe: grid-auto-rows:1fr + align-items:stretch ziehen
   alle Reihen auf dieselbe Höhe; align-content:space-between im Body
   setzt den "Mehr erfahren"-Link in jeder Karte unten bündig, selbst
   wenn ein Titel bei schmalen Breiten doch einmal umbricht. */
.related-grid-orte {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.related-grid-orte .related-card .body {
  align-content: space-between;
}

@media (max-width: 1020px) {
  .related-grid-orte {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .related-grid-orte {
    grid-template-columns: 1fr;
  }
}

/* ── Chef-Feedback Leistungs-UNTERSEITEN (Punkt 14b) ─────────────────────────
   privatumzug / firmenumzug / entruempelung (body.service-page).
   Die Orts-Grids der drei Unterseiten nutzen jetzt dieselbe Klasse
   .related-grid-orte wie die Übersichtsseite (4 Spalten Desktop, 2 Tablet,
   1 mobil; 12 Karten gehen in jeder Stufe glatt auf; gleiche Kartenhöhen
   über grid-auto-rows:1fr, Link unten bündig über align-content).
   Zusätzlich: Auf den Unterseiten tragen die Kartentitel den längeren
   Leistungs-Präfix ("Privatumzug/Firmenumzug/Entrümpelung <Ort>" statt
   "Umzug <Ort>", längster Titel "Entrümpelung Wolfenbüttel" ≈ 216px).
   Damit in der 4-Spalten-Ansicht kein Titel als einziger zweizeilig wird,
   springen die Unterseiten schon unter 1161px auf 2 Spalten (6 volle
   Reihen). Ab 1161px identisch zur Übersicht; unter 641px greift weiter
   die 1-Spalten-Regel darüber. */
@media (min-width: 641px) and (max-width: 1160px) {
  .service-page .related-grid-orte {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Leistungsumfang-Karten (6 Stück, Basis 3 Spalten aus home.css):
   Im schmalen 3-Spalten-Band unter ~1020px brachen lange Kartentitel
   ("Akten & IT nach Absprache", "Fachgerechte Entsorgung") zweizeilig um,
   kurze blieben einzeilig. Im Zwischenband deshalb 2 Spalten (3 volle
   Reihen); unter 861px greift weiterhin die 1-Spalten-Regel aus home.css. */
@media (min-width: 861px) and (max-width: 1020px) {
  .service-page .intro-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* "Warum wir"-Karten (4 Stück, Basis 4 Spalten): zwischen 921 und 970px
   brach nur "Ein Ansprechpartner" um. Der 2-Spalten-Umbruch aus dem
   why-Block oben (ab 920px) beginnt auf den Unterseiten darum etwas
   früher; 4 Karten gehen als 2x2 glatt auf. */
@media (min-width: 921px) and (max-width: 970px) {
  .service-page .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================================
   SEKTIONSKOEPFE — Block mittig, nicht nur der Text
   body .section-head zentriert weiter oben nur den Text; ohne
   margin auto haengt der 820px-Block links (fiel auf /leistungen/
   auf, Seiten ohne service-page-Klasse). Homepage laedt diese
   Datei nicht und bleibt unberuehrt.
   ============================================================ */
body .section-head {
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   WORUM-HELL — die frueher dunkle "Worum es geht"-Flaeche der
   Leistungs-Unterseiten laeuft jetzt als helle Split-Section im
   Muster der Standortseiten: Kopf und Fliesstext links, Motiv
   rechts. Die service-page-Zentrierregeln weiter oben werden hier
   gezielt zurueckgenommen, der Blocksatz haelt die Kante ruhig.
   ============================================================ */
.service-page .worum-hell .local-split-copy {
  text-align: left;
  max-width: none;
}

.service-page .worum-hell .local-split-copy > p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.service-page .worum-hell .local-split-copy > h2 {
  margin-left: 0;
  margin-right: 0;
  text-wrap: balance;
}

.service-page .worum-hell .local-split-copy > .kicker {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  hyphens: manual;
}

/* Bild soll die Textspalte nicht ueberragen */
.service-page .worum-hell .local-split-media img {
  height: 100%;
  aspect-ratio: auto;
  min-height: 320px;
  max-height: 460px;
}

/* ============================================================
   FINAL-CTA — Braunschweig-Motiv statt Blau-Verlauf
   Das CTA-Band aller Unterseiten zeigt die Altstadt
   (img/braunschweig-city.webp) unter einem Navy-Scrim, Vorbild
   ist das Muster der FK-Referenz. Der Scrim bleibt kraeftig,
   damit Headline und Buttons sauber lesbar sind; das Blau der
   Marke haelt der Verlauf im Scrim.
   ============================================================ */
.final-cta,
.service-page .final-cta {
  background:
    linear-gradient(112deg,
      rgba(6, 9, 16, 0.92) 0%,
      rgba(8, 11, 20, 0.86) 42%,
      rgba(10, 14, 24, 0.72) 100%),
    url("img/braunschweig-city.webp") 50% 38% / cover no-repeat;
}

/* Feiner Blau-Schleier unten, damit der Uebergang zur naechsten
   Section nicht hart aus dem Foto kippt. */
.final-cta .final-cta-inner {
  position: relative;
}

/* ============================================================
   LEISTUNGS-HUB MIT FUENF KARTEN — 3+2 statt 3+Rest
   Mit den zwei neuen Leistungen hat das Hub-Grid fuenf Karten;
   im festen 3er-Raster stuende die letzte Reihe mit Luecke da.
   ============================================================ */
@media (min-width: 861px) {
  .related-grid-leistungen {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .related-grid-leistungen .related-card {
    grid-column: span 2;
  }
  .related-grid-leistungen .related-card:nth-child(4),
  .related-grid-leistungen .related-card:nth-child(5) {
    grid-column: span 3;
  }
}

/* ============================================================
   KONTAKT-SPALTE — Chef-Karte + Google-Widget
   Die linke Spalte endete nach drei Karten, waehrend rechts das
   lange Formular steht. Chef-Zitat und Google-Bewertung fuellen
   die Luecke mit Vertrauen statt mit Leerraum.
   ============================================================ */
.kt-chef {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--line-light);
  border-radius: 16px;
}

.kt-chef img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.kt-chef-quote {
  margin: 0 0 10px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink);
  font-style: italic;
}

.kt-chef-name {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kt-chef-name strong {
  font-size: 0.95rem;
  color: var(--ink);
}

.kt-chef-name span {
  font-size: 0.82rem;
  color: var(--muted);
}

.kt-google {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 20px;
  background: #ffffff;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  text-decoration: none;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.kt-google:hover {
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.08);
  transform: translateY(-1px);
}

.kt-google img {
  width: 24px;
  height: 24px;
}

.kt-google-score {
  font-weight: 900;
  font-size: 1.3rem;
  color: var(--ink);
}

.kt-google-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.kt-google-copy strong {
  font-size: 0.9rem;
  color: var(--ink);
}

.kt-google-copy span {
  font-size: 0.8rem;
  color: var(--muted);
}

/* ============================================================
   LEISTUNGSSEITEN — Sektionsköpfe der Ratgeber-/Weitere-Reihen
   Die "Alle ..."-Links sind raus, der Kopf steht mittig statt
   links neben einem nun leeren Platz.
   ============================================================ */
.service-page .ratgeber-head {
  display: block;
}

.service-page .ratgeber-head > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  text-align: center;
}

/* ============================================================
   KONTAKT-WIDGETS — Feinschliff
   Chef-Karte mit Akzentkante, grosser Anfuehrungsmarke und Foto-
   Ring; das Google-Widget laeuft als eckige Karte in voller
   Spaltenbreite statt als frei schwebende Pill.
   ============================================================ */
.kt-chef {
  position: relative;
  border-left: 3px solid var(--blue, #2D6BFF);
  padding: 22px 20px 20px 22px;
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.05);
}

.kt-chef::before {
  content: "\201E";
  position: absolute;
  top: 2px;
  right: 16px;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 800;
  color: rgba(45, 107, 255, 0.16);
  pointer-events: none;
}

.kt-chef img {
  width: 68px;
  height: 68px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(45, 107, 255, 0.35), 0 6px 14px rgba(20, 20, 20, 0.12);
}

.kt-google {
  display: flex;
  width: 100%;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.05);
}

.kt-google img {
  width: 28px;
  height: 28px;
}

.kt-google-score {
  font-size: 1.45rem;
}

/* ============================================================
   BLOCKSATZ NUR AUF BREITEN SPALTEN
   In der schmalen Handy-Spalte reisst justify grosse Luecken
   zwischen die Woerter; mobil laufen die Absaetze im Flattersatz.
   ============================================================ */
@media (max-width: 640px) {
  .service-page .worum-hell .local-split-copy > p,
  body.geo-page .local-split-copy > p,
  body.standort-page .local-split-copy > p {
    text-align: left;
  }
}

/* ============================================================
   UMKREIS-KARTEN AUF STANDORTSEITEN — sauber ausgerichtet
   Unterschiedlich lange Ortstexte liessen die "ansehen"-Links auf
   verschiedenen Hoehen haengen; jetzt sitzen alle Links unten
   buendig, die Karten sind gleich hoch und der Pfeil rutscht nie
   allein in die naechste Zeile.
   ============================================================ */
body.geo-page .related-card {
  display: flex;
  flex-direction: column;
}

body.geo-page .related-card .body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

body.geo-page .related-card .body .more {
  margin-top: auto;
  padding-top: 12px;
}
