/* ============================================================
   IVAN'S Widgets — Modul-Styles
   Portiert aus design/assets/styles.css + start.css.
   Tokens (--gold, --bg-0 …) kommen aus dem Child-Theme (base.css),
   dort gemappt auf die Elementor Global Colors.
   ============================================================ */

.ivans-sec h1,
.ivans-sec h2,
.ivans-sec h3,
.ivans-sec p,
.ivans-sec figure,
.ivans-sec blockquote {
  margin: 0;
}

.ivans-modul { padding: var(--s-8) 0; }

/* ============================================================
   MODUL 01 · Hero
   ============================================================ */
.sec-hero { padding: var(--s-8) 0; border-bottom: 1px solid var(--line-soft); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: var(--s-6); align-items: center; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: var(--s-4); }
.hero-h1 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(44px, 5.6vw, 76px); line-height: 1.08; text-wrap: balance;
  color: var(--text-1);
}
.hero-h1 em { font-style: italic; color: var(--gold); }
.hero-sub { color: var(--text-2); font-size: 17px; max-width: 540px; text-wrap: pretty; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.trust-line {
  display: flex; flex-wrap: wrap; gap: var(--s-2); align-items: center;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-2);
  border-top: 1px solid var(--line-soft); padding-top: var(--s-3); margin-top: var(--s-1);
}
.trust-line .dot { color: var(--gold); }
.hero-media .ph { aspect-ratio: 4 / 5; min-height: 0; }
.hero-media .hero-img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }

/* ============================================================
   MODUL 02 · Eine Marke. Zwei Konzepte.
   ============================================================ */
.konzept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.konzept-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3);
  transition: border-color 0.25s;
}
.konzept-card:hover { border-color: #3F3F46; }
.konzept-logo { height: 110px; display: flex; align-items: center; }
.konzept-logo img { max-height: 110px; width: auto; }
.konzept-typ { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.konzept-card h3 { font-family: var(--font-serif); font-size: 28px; font-weight: 500; line-height: 1.2; color: var(--text-1); }
.konzept-card p { color: var(--text-2); font-size: 15px; flex: 1; text-wrap: pretty; }
.konzept-card .logo-note { font-size: 12px; color: var(--text-2); opacity: 0.65; flex: 0; }

/* ============================================================
   MODUL 03 · Standorte
   ============================================================ */
.map-ph { aspect-ratio: 21 / 7; margin-bottom: var(--s-6); min-height: 220px; }
.map-media { margin-bottom: var(--s-6); }
.map-media .map-img { width: 100%; height: auto; aspect-ratio: 21 / 7; object-fit: cover; border-radius: var(--radius); }
.standort-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); }
.standort-kachel {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s-4); display: flex; flex-direction: column; gap: var(--s-2);
  transition: border-color 0.25s, transform 0.25s;
}
.standort-kachel:hover { border-color: var(--gold-deep); transform: translateY(-3px); }
.kachel-emblem { height: 84px; display: flex; align-items: center; margin-bottom: var(--s-1); }
.kachel-emblem img { max-height: 84px; width: auto; }
.kachel-typ { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.kachel-stadt { font-family: var(--font-serif); font-size: 26px; font-weight: 500; line-height: 1.15; color: var(--text-1); }
.kachel-hinweis { font-size: 14px; color: var(--text-2); flex: 1; }
.kachel-cta { margin-top: var(--s-2); border-top: 1px solid var(--line-soft); padding-top: var(--s-2); }
.flagship-badge {
  display: inline-block; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #000; background: var(--gold); border-radius: var(--radius);
  padding: 3px 10px; font-weight: 600; width: fit-content;
}
.standort-kachel.ist-salon { border-color: #3a3320; }
.standort-kachel.ist-salon:hover { border-color: var(--gold); }

/* ============================================================
   MODUL 04 · Leistungs-Teaser
   ============================================================ */
.teaser-leistung-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-2); }
.teaser-leistung {
  display: flex; align-items: center; gap: var(--s-2);
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s-2) var(--s-3);
  transition: border-color 0.25s;
}
.teaser-leistung:hover { border-color: var(--gold-deep); }
.leistung-icon {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: var(--radius);
  margin: 0; flex: 0 0 auto;
}
.leistung-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.teaser-leistung .tl-text { display: flex; flex-direction: column; gap: 1px; flex: 1; }
.teaser-leistung .tl-titel { font-family: var(--font-serif); font-size: 18px; font-weight: 500; color: var(--text-1); line-height: 1.3; }
.teaser-leistung .tl-ziel { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-2); }
.teaser-leistung .tl-pfeil { color: var(--gold); flex: 0 0 auto; }

/* ============================================================
   MODUL 05 · Über/Philosophie-Anriss
   ============================================================ */
.ueber-anriss { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: var(--s-6); align-items: center; }
.ueber-media .ph { aspect-ratio: 16 / 11; min-height: 0; }
.ueber-media .ueber-img { width: 100%; height: auto; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--radius); }
.ueber-copy { display: flex; flex-direction: column; gap: var(--s-3); align-items: flex-start; }

/* ============================================================
   MODUL 06 · Galerie-Teaser
   ============================================================ */
.galerie-teaser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-2); }
.galerie-teaser-grid .ph { aspect-ratio: 1 / 1; min-height: 0; padding: var(--s-2); }
.galerie-teaser-grid .ph-label { font-size: 12px; }
.galerie-teaser-grid .galerie-img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); }

/* ============================================================
   MODUL 07 · Bewertungen
   ============================================================ */
.sterne { color: var(--gold); letter-spacing: 4px; font-size: 15px; }
.bewertung-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); }
.bewertung-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s-4); display: flex; flex-direction: column; gap: var(--s-2);
}
.bewertung-card blockquote { font-size: 15px; color: var(--text-1); font-style: italic; flex: 1; text-wrap: pretty; border: 0; padding: 0; }
.bewertung-card .autor { font-size: 13px; color: var(--text-2); letter-spacing: 0.06em; }
.bewertung-note { margin-top: var(--s-3); font-size: 12px; color: var(--text-2); opacity: 0.7; }

/* ============================================================
   MODUL 08 · Abschluss-CTA
   ============================================================ */
.sec-cta { text-align: center; }
.cta-inner { display: flex; flex-direction: column; align-items: center; gap: var(--s-4); }
.cta-inner .eyebrow { justify-content: center; }
.cta-inner .sec-title { font-size: clamp(38px, 4.8vw, 60px); max-width: 760px; }
.cta-inner .sec-title em { color: var(--gold); font-style: italic; }
.cta-inner .sec-intro { text-align: center; }

/* ============================================================
   Sektions-Fuß
   ============================================================ */
.teaser-foot { margin-top: var(--s-5); display: flex; justify-content: center; }

/* ============================================================
   Abstands-Modifier (Sektionen nahtlos verbinden)
   ============================================================ */
.ivans-sec.pt-0 { padding-top: 0 !important; }
.ivans-sec.pb-0 { padding-bottom: 0 !important; }

/* ============================================================
   KONZEPTSEITE · Hero-Logo, Säulen, Querverweis, Adresszeile
   ============================================================ */
.konzept-hero-logo { height: 96px; display: flex; align-items: center; }
.konzept-hero-logo img { max-height: 96px; width: auto; }

.saeulen { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); margin-top: var(--s-3); }
.saeule { border-top: 1px solid var(--line); padding-top: var(--s-2); }
.saeule h4 { font-family: var(--font-serif); font-size: 19px; font-weight: 500; margin: 0 0 4px; color: var(--text-1); }
.saeule h4::before { content: "— "; color: var(--gold); }
.saeule p { font-size: 13px; color: var(--text-2); margin: 0; }

.welt-querverweis {
  margin-top: var(--s-5); border-top: 1px solid var(--line-soft);
  padding-top: var(--s-4);
  display: flex; flex-direction: column; align-items: center; gap: var(--s-2);
}
.welt-querverweis p { font-size: 14px; color: var(--text-2); }

.kachel-adresse { font-size: 14px; color: var(--text-2); }
.kachel-stadt small { display: block; font-family: var(--font-sans); font-size: 13px; color: var(--text-2); letter-spacing: 0.04em; margin-top: 2px; }

/* Leistungs-Karten (Konzeptseite / Werte) */
.leistung-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); }
.leistung-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.leistung-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s-4); display: flex; flex-direction: column; gap: var(--s-2);
  transition: border-color 0.25s;
}
.leistung-card:hover { border-color: #3F3F46; }
.leistung-card .leistung-icon { margin-bottom: var(--s-1); }
.leistung-card h3 { font-family: var(--font-serif); font-size: 21px; font-weight: 500; color: var(--text-1); }
.leistung-card p { font-size: 14px; color: var(--text-2); text-wrap: pretty; }
.leistung-note { margin-top: var(--s-4); font-size: 13px; color: var(--text-2); display: flex; align-items: center; gap: 10px; }
.leistung-note::before { content: ""; width: 24px; height: 1px; background: var(--gold); }

/* Segment-Gruppen (Salon-Leistungen) */
.standort-gruppe { margin-top: var(--s-5); }
.standort-gruppe:first-of-type { margin-top: 0; }
.gruppe-label {
  display: flex; align-items: center; gap: var(--s-2);
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-2); margin: 0 0 var(--s-3);
}
.gruppe-label strong { color: var(--text-1); font-weight: 600; }
.gruppe-label::after { content: ""; flex: 1; height: 1px; background: var(--line-soft); }
.gruppe-label .count { color: var(--gold); }

/* ============================================================
   ÜBER UNS · Geschichte, Trust, Werte, Porträt
   ============================================================ */
.geschichte-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: var(--s-6); align-items: start; }
.geschichte-copy { display: flex; flex-direction: column; gap: var(--s-3); }
.geschichte-copy p { color: var(--text-2); text-wrap: pretty; margin: 0; }
.geschichte-copy .lead { font-size: 18px; color: var(--text-1); }
.geschichte-media { display: flex; flex-direction: column; gap: var(--s-2); }
.geschichte-media .ph:first-child, .geschichte-media .geschichte-img-1 { aspect-ratio: 4 / 3; min-height: 0; }
.geschichte-media .ph:last-child, .geschichte-media .geschichte-img-2 { aspect-ratio: 16 / 7; min-height: 0; }
.geschichte-media img { width: 100%; height: auto; object-fit: cover; border-radius: var(--radius); }
.meilensteine { display: flex; flex-direction: column; margin-top: var(--s-2); }
.meilenstein {
  display: flex; gap: var(--s-3); align-items: baseline;
  padding: 14px 0; border-top: 1px solid var(--line-soft);
}
.meilenstein .jahr { font-family: var(--font-serif); font-size: 20px; color: var(--gold); flex: 0 0 72px; }
.meilenstein .text { font-size: 15px; color: var(--text-2); }
.meilenstein .text strong { color: var(--text-1); font-weight: 600; }

.trust-block {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s-5);
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: var(--s-5); align-items: center;
}
.trust-copy { display: flex; flex-direction: column; gap: var(--s-2); }
.trust-copy p { color: var(--text-2); font-size: 15px; text-wrap: pretty; }
.trust-hinweis { font-size: 12px; color: var(--text-2); opacity: 0.65; }
.trust-block .ph { aspect-ratio: 16 / 10; min-height: 0; }
.trust-block .trust-img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); }

.portraet-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: var(--s-6); align-items: center; }
.portraet-grid .ph { aspect-ratio: 4 / 5; min-height: 0; max-width: 420px; }
.portraet-grid .portraet-img { width: 100%; max-width: 420px; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.portraet-copy { display: flex; flex-direction: column; gap: var(--s-2); }
.portraet-copy .name { font-family: var(--font-serif); font-size: 30px; font-weight: 500; color: var(--text-1); }
.portraet-copy .rolle { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.portraet-copy p { color: var(--text-2); text-wrap: pretty; }

/* ============================================================
   GALERIE · Schlanker Hero, Filter, Raster, Lightbox, Feed
   ============================================================ */
.galerie-hero { padding: var(--s-7) 0 var(--s-5) !important; }
.galerie-hero .hero-copy { max-width: 720px; gap: var(--s-3); }

.filter-leiste { display: flex; flex-wrap: wrap; gap: var(--s-2); align-items: center; }
.filter-pill {
  font-family: var(--font-sans); font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 10px 22px; border-radius: var(--radius);
  background: transparent; border: 1px solid var(--line); color: var(--text-2);
  cursor: pointer; transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.filter-pill:hover { border-color: var(--gold); color: var(--text-1); background: transparent; }
.filter-pill.aktiv { background: var(--gold); border-color: var(--gold); color: #000; font-weight: 600; }
.filter-pill.aktiv:hover { background: var(--gold); color: #000; }

.galerie-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-2); margin-top: var(--s-5); }
.bild-item { cursor: pointer; border: 0; padding: 0; background: none; text-align: inherit; font: inherit; color: inherit; display: block; width: 100%; }
.bild-item:hover, .bild-item:focus { background: none; }
.bild-item figure { margin: 0; }
.bild-item .ph { aspect-ratio: 4 / 5; min-height: 0; padding: var(--s-2); transition: border-color 0.2s; width: 100%; }
.bild-item:hover .ph { border-color: var(--gold-deep); }
.bild-item .raster-img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); border: 1px solid transparent; transition: border-color 0.2s; }
.bild-item:hover .raster-img { border-color: var(--gold-deep); }
.bild-item .kategorie {
  display: inline-block; margin-top: 10px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
}
.bild-item figcaption { font-size: 13px; color: var(--text-2); margin-top: 2px; }
.bild-item.verborgen { display: none; }

.lightbox {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(0,0,0,0.92); backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center; padding: var(--s-4);
}
.lightbox.offen { display: flex; }
.lightbox-inhalt { display: flex; flex-direction: column; gap: var(--s-2); width: min(820px, 92vw); }
.lightbox-inhalt .ph { aspect-ratio: 4 / 5; max-height: 72vh; min-height: 0; }
.lightbox-img { max-height: 72vh; width: auto; max-width: 100%; margin: 0 auto; border-radius: var(--radius); }
.lightbox-meta { display: flex; justify-content: space-between; align-items: baseline; gap: var(--s-3); }
.lightbox-meta .titel { font-family: var(--font-serif); font-size: 19px; color: var(--text-1); }
.lightbox-meta .kategorie { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.lightbox-schliessen {
  align-self: flex-end;
  background: none; border: 1px solid var(--line); border-radius: var(--radius);
  color: var(--text-1); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 10px 18px; cursor: pointer; transition: border-color 0.2s, color 0.2s;
}
.lightbox-schliessen:hover { border-color: var(--gold); color: var(--gold); background: none; }

.feed-raster { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--s-1); }
.feed-raster .ph { aspect-ratio: 1 / 1; min-height: 0; padding: var(--s-1); }
.feed-raster .ph-label { font-size: 11px; }
.feed-raster .ph-tag { font-size: 10px; padding: 3px 8px; }
.social-cta-zeile { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-4); align-items: center; }
.feed-hinweis { font-size: 13px; color: var(--text-2); margin-top: var(--s-3); display: flex; align-items: center; gap: 10px; }
.feed-hinweis::before { content: ""; width: 24px; height: 1px; background: var(--gold); flex: 0 0 auto; }

/* ============================================================
   KONTAKT · Wegweiser, Formular, Info-Karten
   ============================================================ */
.wegweiser-banner {
  border: 1px solid var(--gold-deep); border-radius: var(--radius);
  background: var(--bg-2);
  padding: var(--s-5);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--s-3); margin-bottom: var(--s-5);
}
.wegweiser-copy { display: flex; flex-direction: column; gap: 6px; max-width: 560px; }
.wegweiser-copy h3 { font-family: var(--font-serif); font-size: clamp(24px, 2.6vw, 32px); font-weight: 500; line-height: 1.15; color: var(--text-1); }
.wegweiser-copy p { color: var(--text-2); font-size: 15px; text-wrap: pretty; }

.kontakt-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: var(--s-5); align-items: start; }
.kontakt-formular {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3);
}
.formular-hinweis { font-size: 13px; color: var(--text-2); display: flex; align-items: center; gap: 10px; margin: 0; }
.formular-hinweis::before { content: ""; width: 24px; height: 1px; background: var(--gold); flex: 0 0 auto; }
.formular-hinweis.fuss::before { display: none; }
.feld { display: flex; flex-direction: column; gap: 8px; }
.feld label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-2); }
.kontakt-formular .feld input, .kontakt-formular .feld select, .kontakt-formular .feld textarea {
  font-family: var(--font-sans); font-size: 15px; color: var(--text-1);
  background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 16px; outline: none; transition: border-color 0.2s;
  width: 100%;
}
.kontakt-formular .feld input:focus, .kontakt-formular .feld select:focus, .kontakt-formular .feld textarea:focus { border-color: var(--gold); }
.kontakt-formular .feld textarea { min-height: 140px; resize: vertical; }
.kontakt-formular .feld select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--text-2) 50%), linear-gradient(135deg, var(--text-2) 50%, transparent 50%); background-position: calc(100% - 21px) 50%, calc(100% - 16px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.feld-zeile { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.checkbox-zeile { display: flex; gap: 12px; align-items: flex-start; }
.checkbox-zeile input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); flex: 0 0 auto; }
.checkbox-zeile label { font-size: 13px; color: var(--text-2); text-wrap: pretty; }
.checkbox-zeile a { color: var(--gold); }
.formular-fuss { display: flex; align-items: center; gap: var(--s-3); flex-wrap: wrap; }

.kontakt-infos { display: flex; flex-direction: column; gap: var(--s-3); }
.info-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s-4); display: flex; flex-direction: column; gap: var(--s-2);
}
.info-card h4 { font-family: var(--font-serif); font-size: 20px; font-weight: 500; margin: 0; color: var(--text-1); }
.info-card p { font-size: 14px; color: var(--text-2); text-wrap: pretty; margin: 0; }
.info-card .wert { font-size: 16px; color: var(--text-1); }
.info-card .wert small { color: var(--text-2); }
.info-card .wert a { color: var(--gold); }
.info-card .wert a:hover { color: var(--gold-deep); }
.info-card .social-row { display: flex; gap: var(--s-2); margin-top: var(--s-1); }
.info-card .social-row a {
  width: 40px; height: 40px; border: 1px solid var(--line); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; transition: border-color 0.2s;
}
.info-card .social-row a:hover { border-color: var(--gold); }
.info-card .social-row svg { width: 17px; height: 17px; fill: var(--text-2); transition: fill 0.2s; }
.info-card .social-row a:hover svg { fill: var(--gold); }

/* ============================================================
   RECHTSTEXTE · Seitenkopf + Rich-Text-Spalte
   ============================================================ */
.recht-sec { padding: 0; }
.recht-kopf { padding: var(--s-6) 0 var(--s-5); border-bottom: 1px solid var(--line-soft); }
.recht-kopf .recht-titel { font-size: clamp(30px, 3.6vw, 44px); margin-top: 16px; }
.recht-inhalt { padding: var(--s-6) 0 var(--s-7); }
.recht-spalte { max-width: 72ch; margin: 0 auto; }

.rechtstext { color: #D4D4D8; font-size: 16px; line-height: 1.8; }
.rechtstext h2 {
  font-family: var(--font-serif); font-weight: 500; color: var(--text-1);
  font-size: 26px; line-height: 1.25;
  margin: var(--s-5) 0 var(--s-2);
  padding-top: var(--s-3); border-top: 1px solid var(--line-soft);
}
.rechtstext h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.rechtstext h3 {
  font-family: var(--font-sans); font-weight: 600; color: var(--text-1);
  font-size: 17px; margin: var(--s-3) 0 var(--s-1);
}
.rechtstext p { margin: 0 0 var(--s-2); text-wrap: pretty; }
.rechtstext ul { list-style: none; margin: 0 0 var(--s-2); padding: 0; display: flex; flex-direction: column; gap: 8px; }
.rechtstext ul li { padding-left: 20px; position: relative; }
.rechtstext ul li::before { content: "—"; color: var(--gold); position: absolute; left: 0; }
.rechtstext a { color: var(--gold); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
.rechtstext a:hover { border-bottom-color: var(--gold); }
.rechtstext table { width: 100%; border-collapse: collapse; margin: 0 0 var(--s-2); font-size: 15px; border: 0; }
/* Hello-Reset (table tbody>tr:nth-child(odd)>td …) gezielt neutralisieren */
.rechtstext table td, .rechtstext table th,
.rechtstext table tbody > tr:nth-child(odd) > td,
.rechtstext table tbody > tr:nth-child(odd) > th,
.rechtstext table tbody tr:hover > td,
.rechtstext table tbody tr:hover > th {
  background-color: transparent;
  text-align: left; padding: 10px 14px 10px 0;
  border: 0; border-block-start: 0; border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
.rechtstext th { color: var(--text-2); font-weight: 500; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.recht-platzhalter { color: var(--text-2); font-style: italic; }

.rechtstext .recht-toc, .rechtstext ol.recht-toc-liste {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--s-3) var(--s-4); margin-bottom: var(--s-5);
}
.rechtstext ol { padding-left: 20px; display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.rechtstext ol li::marker { color: var(--gold); }
.rechtstext ol a { color: #D4D4D8; border-bottom: 0; transition: color 0.2s; }
.rechtstext ol a:hover { color: var(--gold); }

.recht-stand {
  margin-top: var(--s-5); padding-top: var(--s-3); border-top: 1px solid var(--line-soft);
  font-size: 13px; color: var(--text-2);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1020px) {
  .standort-grid, .bewertung-grid { grid-template-columns: repeat(2, 1fr); }
  .teaser-leistung-grid { grid-template-columns: repeat(2, 1fr); }
  .leistung-grid, .leistung-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .werte-grid { grid-template-columns: repeat(2, 1fr); }
  .feed-raster { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .ivans-modul { padding: var(--s-7) 0; }
  .hero-grid, .konzept-grid, .ueber-anriss { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .hero-media .ph, .hero-media .hero-img { aspect-ratio: 16 / 10; }
  .galerie-teaser-grid { grid-template-columns: repeat(2, 1fr); }
  .geschichte-grid, .trust-block, .portraet-grid { grid-template-columns: 1fr; }
  .galerie-raster { grid-template-columns: repeat(2, 1fr); }
  .kontakt-grid { grid-template-columns: 1fr; }
  .feld-zeile { grid-template-columns: 1fr; }
  .wegweiser-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .standort-grid, .bewertung-grid, .teaser-leistung-grid { grid-template-columns: 1fr; }
  .leistung-grid, .leistung-grid.cols-4 { grid-template-columns: 1fr; }
  .map-ph, .map-media .map-img { aspect-ratio: 4 / 3; }
  .galerie-raster { grid-template-columns: 1fr; }
  .feed-raster { grid-template-columns: repeat(2, 1fr); }
  .rechtstext { font-size: 15px; }
  .rechtstext th, .rechtstext td { display: block; padding: 4px 0; border-bottom: 0; }
  .rechtstext tr { display: block; padding: 10px 0; border-bottom: 1px solid var(--line-soft); }
}
