/* ============================================================
   danielhalft.com — Gestaltungsgrundlage
   Vollständig offline: keine externen Schriften, keine CDNs.
   ============================================================ */

:root {
  /* Farben — Blau und Gold aus Daniels Foliensatz.

     Zwei Goldtöne, weil sich Farben auf hellem und dunklem Grund
     unterschiedlich verhalten:
     --gold        gedämpftes Bronzegold für alles auf weißem Grund.
                   Ruhiger Auftritt, ausreichend Kontrast.
     --gold-leucht das hellere Vortragsgold — nur auf dem blauen Grund,
                   wo es Helligkeit braucht, um sich abzusetzen.
     --gold-text   abgedunkelt für kleine Schrift auf Weiß (4,9:1). */
  --gold:        #9c8400;
  --gold-leucht: #d1a008;
  --gold-hell:   #d1a008;
  --gold-dunkel: #7a6800;
  --gold-text:   #8f6c00;
  --blau:        #192b47;
  --anthrazit:   #192b47;
  --grau-900:    #1f1f1f;
  --grau-700:    #4a4a4a;
  --grau-500:    #767676;
  --grau-200:    #e2e2e0;
  --grau-100:    #f2f2ef;
  --weiss:       #ffffff;

  /* Typografie — Systemschriften, damit nichts nachgeladen wird */
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Maße */
  --breite:     1140px;
  --breite-eng: 760px;
  --radius:     3px;
}

/* ---------- Grundlagen ---------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--grau-900);
  background: var(--weiss);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--gold-text); text-underline-offset: 3px; }
a:hover { color: var(--blau); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
  color: var(--anthrazit);
  margin: 0 0 .6em;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.45rem); }

p { margin: 0 0 1.2em; }
p:last-child { margin-bottom: 0; }

/* ---------- Layout ---------- */

.wrap { width: 100%; max-width: var(--breite); margin: 0 auto; padding: 0 24px; }
.wrap--eng { max-width: var(--breite-eng); }

section { padding: clamp(56px, 8vw, 104px) 0; }
section.hell { background: var(--grau-100); }
section.dunkel { background: var(--anthrazit); color: #e8e8e6; }
section.dunkel h2, section.dunkel h3 { color: var(--weiss); }

.mitte { text-align: center; }
.mitte .lead { margin-left: auto; margin-right: auto; }

.lead {
  font-size: 1.2rem;
  color: var(--grau-700);
  max-width: 62ch;
}

.augenbraue {
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin: 0 0 .9em;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 32px;
  border-radius: 999px;
  border: 2px solid var(--blau);
  background: var(--blau);
  color: var(--weiss);
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease,
              box-shadow .18s ease, transform .18s ease;
}
/* Blau auf Weiß erreicht 13,9:1 Kontrast. Das gedämpfte Gold als Fläche
   kam nur auf 2,4:1 gegen Weiß und war damit für Schrift zu schwach,
   egal in welcher Kombination. Gold bleibt Akzentfarbe, nicht Textträger. */
.btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--blau);
  box-shadow: 0 4px 14px rgba(25,43,71,.16);
  transform: translateY(-1px);
}

.btn--linie { background: transparent; color: var(--blau); border-color: var(--blau); }
.btn--linie:hover { background: var(--blau); color: var(--weiss); }

section.dunkel .btn--linie { color: var(--weiss); border-color: var(--gold-hell); }

.btn-notiz {
  display: block;
  font-size: .78rem;
  line-height: 1.5;
  color: var(--grau-500);
  margin-top: .7em;
}

/* Der Behälter schrumpft auf die Breite des Buttons.
   width:0 nimmt den Hinweistext aus der Breitenberechnung heraus,
   min-width:100% zieht ihn danach auf die Behälterbreite —
   dadurch stehen Button und Hinweis exakt bündig. */
.aktion {
  display: inline-block;
  text-align: left;
}
.aktion .btn { display: block; text-align: center; }
.aktion .btn-notiz { width: 0; min-width: 100%; }
.mitte .aktion .btn-notiz { text-align: center; }

/* ---------- Kopfbereich ---------- */

.kopf {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.97);
  transition: box-shadow .2s ease;
}

/* Keine feste Trennlinie: Direkt unter dem Kopfbereich liegt die goldene
   Welle — eine graue Linie davor würde als zweite Kante konkurrieren.
   Die Abgrenzung entsteht erst beim Scrollen, wenn die Welle weggewandert
   ist und der Kopfbereich sonst über dem Text schweben würde. */
.kopf--geschoben {
  box-shadow: 0 2px 12px rgba(25, 43, 71, .10);
}
.kopf__innen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
}
.kopf__logo img { height: 34px; width: auto; }

.nav ul {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  font-size: .95rem;
  font-weight: 500;
  color: var(--grau-700);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a[aria-current="page"] {
  color: var(--anthrazit);
  border-bottom-color: var(--gold);
}
.nav .btn { color: var(--weiss); border-bottom: none; padding: 12px 26px; font-size: .93rem; }
.nav .btn:hover { color: var(--blau); }

.nav-schalter {
  display: none;
  background: none;
  border: 1px solid var(--grau-200);
  border-radius: var(--radius);
  padding: 9px 12px;
  font-size: 1rem;
  cursor: pointer;
}

/* ---------- Bühne ---------- */

.buehne { padding: clamp(48px, 7vw, 88px) 0; }
.buehne__raster {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.buehne h1 { margin-bottom: .35em; }
/* Das Bühnenbild bekommt eine goldene Fläche als Rückhalt, leicht
   versetzt. Das Motiv steht dadurch bewusst gesetzt statt bloß daneben. */
.buehne__bild {
  position: relative;
  isolation: isolate;
}
.buehne__bild::before {
  content: "";
  position: absolute;
  inset: 26px -26px -26px 26px;
  background: var(--gold);
  opacity: .16;
  border-radius: var(--radius);
  z-index: -1;
}
.buehne__bild img {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 18% center;
  box-shadow: 0 18px 44px rgba(25, 43, 71, .18);
}
.buehne__aktion { margin-top: 2em; }

/* Querformat für Bühnenbilder, deren Motiv breit angelegt ist.
   Ein 4:5-Ausschnitt würde bei Querformaten mehr als die Hälfte der
   Bildbreite abschneiden. */
.buehne__bild--quer img { aspect-ratio: 3 / 2; }

/* ---------- Karten ---------- */

.karten {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 3em;
}

.karte {
  display: flex;
  flex-direction: column;
  background: var(--weiss);
  border: 1px solid var(--grau-200);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .18s ease, transform .18s ease;
}
.karte:hover { border-color: var(--gold); transform: translateY(-3px); }
.karte__bild { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.karte__text { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.karte__text h3 { margin-bottom: .5em; }
.karte__text p { color: var(--grau-700); font-size: 1rem; }
.karte__link {
  margin-top: auto;
  padding-top: 1.2em;
  font-weight: 600;
  font-size: .97rem;
  text-decoration: none;
}
.karte__link::after { content: " →"; }

/* ---------- Referenzlogos ---------- */

.logoreihe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 58px);
  margin-top: 2.4em;
}
.logoreihe img {
  height: 64px;
  width: auto;
  opacity: .58;
  filter: grayscale(100%);
  transition: opacity .18s ease;
}
.logoreihe img:hover { opacity: .9; }

.fussnote {
  margin-top: 2em;
  font-size: .8rem;
  color: var(--grau-500);
}

/* ---------- Zitate ---------- */

.zitate {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px;
  margin-top: 3em;
}
.zitat {
  background: var(--weiss);
  border-left: 3px solid var(--gold);
  padding: 26px 28px;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.zitat blockquote {
  margin: 0 0 1.1em;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--grau-900);
}
.zitat__wer { font-weight: 600; font-size: .97rem; }
.zitat__rolle { font-size: .88rem; color: var(--grau-500); line-height: 1.45; }

.zitat__kopf {
  display: flex;
  align-items: center;
  gap: 14px;
}
.zitat__foto {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
  border: 2px solid var(--gold);
}

/* ---------- Perspektiven ---------- */

.perspektiven {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  margin-top: 3em;
}
.perspektive h3 { margin-bottom: .3em; }
.perspektive__rolle {
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-text);
  font-weight: 600;
  margin-bottom: .9em;
}
.perspektive p { color: var(--grau-700); font-size: 1rem; }

section.dunkel .perspektive p { color: #c9c9c6; }
section.dunkel .perspektive__rolle { color: var(--gold-hell); }

/* ---------- Video (klickt erst, dann lädt) ---------- */

.video {
  max-width: 860px;
  margin: 2.6em auto 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
}
.video video { width: 100%; display: block; }
.video__notiz {
  text-align: center;
  font-size: .9rem;
  color: var(--grau-500);
  margin-top: 1em;
}

/* ---------- Abschluss-Aufruf ---------- */

.abschluss { text-align: center; }
.abschluss .lead { margin: 0 auto 2em; }

/* ---------- Fuß ---------- */

.fuss {
  background: var(--anthrazit);
  color: #b4b4b0;
  padding: 56px 0 40px;
  font-size: .95rem;
}
.fuss a { color: #d8d8d4; text-decoration: none; }
.fuss a:hover { color: var(--weiss); text-decoration: underline; }
.fuss__raster {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}
.fuss h4 {
  font-family: var(--sans);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-hell);
  margin: 0 0 1em;
}
.fuss ul { list-style: none; margin: 0; padding: 0; }
.fuss li { margin-bottom: .6em; }
.fuss__unten {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #3d3d3d;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: .88rem;
}

/* ---------- Zugänglichkeit ---------- */

.nur-screenreader {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* ---------- Mobil ---------- */

@media (max-width: 900px) {
  .buehne__raster { grid-template-columns: 1fr; }
  .buehne__bild { order: -1; }
  .buehne__bild img { aspect-ratio: 3 / 2; }
  .fuss__raster { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .nav-schalter { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--weiss);
    border-bottom: 1px solid var(--grau-200);
    padding: 16px 24px 24px;
  }
  .nav.offen { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .nav a { display: block; padding: 11px 0; border-bottom: 1px solid var(--grau-100); }
  .nav .btn { text-align: center; margin-top: 12px; }
}

@media (max-width: 560px) {
  .fuss__raster { grid-template-columns: 1fr; gap: 30px; }
  .logoreihe img { height: 34px; }
}

/* ============================================================
   MARKENELEMENTE
   ============================================================ */

/* ---------- Pfeil-Motiv ----------
   Aus dem Logo abgeleitet (Logo-Daniel-Halft-Pfeile). Der Doppelpfeil
   kehrt als kleinstes Gestaltungselement überall wieder und macht die
   Seite ohne zusätzliche Grafiken wiedererkennbar. */

.pfeil {
  display: inline-block;
  width: 20px;
  height: 10px;
  background: currentColor;
  clip-path: polygon(0 0, 40% 0, 100% 50%, 40% 100%, 0 100%, 60% 50%);
  vertical-align: 1px;
}

.augenbraue::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 9px;
  margin-right: 11px;
  vertical-align: 1px;
  background: currentColor;
  clip-path: polygon(0 0, 40% 0, 100% 50%, 40% 100%, 0 100%, 60% 50%);
}

.karte__link::after { content: none; }
.karte__link .pfeil { margin-left: .5em; transition: transform .18s ease; }
.karte:hover .karte__link .pfeil { transform: translateX(5px); }

/* Aufzählungen mit Pfeil statt Punkt */
.pfeilliste { list-style: none; margin: 0; padding: 0; }
.pfeilliste li { position: relative; padding-left: 30px; margin-bottom: .7em; }
.pfeilliste li::before {
  content: "";
  position: absolute;
  left: 0; top: .55em;
  width: 15px; height: 8px;
  background: var(--gold);
  clip-path: polygon(0 0, 40% 0, 100% 50%, 40% 100%, 0 100%, 60% 50%);
}

/* ---------- Goldene Welle ----------
   Greift das bestehende Element der alten Seite auf, aber schlanker.
   Reines Inline-SVG, lädt nichts nach. */

.welle { display: block; width: 100%; height: 34px; }
.welle path { fill: var(--gold); }
.welle--hell path { fill: var(--grau-100); }
.welle--dunkel path { fill: var(--anthrazit); }

/* ---------- Leitsatz ----------
   Das persönliche Zitat als eigener Auftritt statt als Randnotiz. */

.leitsatz { background: var(--anthrazit); color: #e8e8e6; overflow: hidden; }

.leitsatz__innen {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: clamp(30px, 5vw, 56px);
  align-items: center;
}

.leitsatz__bild {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  border: 3px solid var(--gold);
}

.leitsatz blockquote {
  margin: 0 0 1.3em;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.5vw, 1.85rem);
  line-height: 1.45;
  font-style: italic;
  color: var(--weiss);
  position: relative;
}

.leitsatz__signatur {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gold-hell);
}
.leitsatz__strich {
  width: 46px;
  height: 2px;
  background: var(--gold);
  flex: none;
}
.leitsatz__name {
  font-family: var(--sans);
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* ---------- Perspektiven mit Porträt ---------- */

.perspektive { text-align: center; }

.perspektive__bild {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  margin: 0 0 1.6em;
  filter: grayscale(100%);
  transition: filter .25s ease;
}
.perspektive:hover .perspektive__bild { filter: grayscale(0%); }

.perspektive h3 { margin-bottom: .25em; }

/* ---------- Mobil: Markenelemente ---------- */

@media (max-width: 700px) {
  .leitsatz__innen { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .leitsatz__signatur { justify-content: center; }
  .leitsatz__bild { width: 150px; height: 150px; }
  .welle { height: 22px; }
}

/* ---------- Sprachumschalter ----------
   Bewusst kein Flaggensymbol: Englisch ist nicht an ein Land gebunden,
   und Besucher aus Indien, Singapur oder den USA erkennen sich in einer
   britischen Flagge nicht wieder. Globus plus Sprachkürzel ist eindeutig. */

.sprache {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--grau-700);
  border: 1px solid var(--grau-200);
  border-radius: 999px;
  padding: 6px 13px 6px 10px !important;
  text-decoration: none;
}
.sprache:hover {
  color: var(--anthrazit);
  border-color: var(--gold);
  border-bottom-color: var(--gold) !important;
}
.sprache svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  flex: none;
}

/* ---------- Zitat: erzwungener Zeilenwechsel ---------- */

.leitsatz blockquote .zeile { display: block; }
.leitsatz blockquote .zeile + .zeile { margin-top: .55em; }

/* ---------- Fußbereich: Logo und Auszeichnungen ---------- */

.fuss__logo {
  height: 62px;
  width: auto;
  margin-bottom: 22px;
  opacity: .95;
}

.fuss__auszeichnungen {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #3d3d3d;
}
.fuss__mitglied {
  margin: 0;
  font-size: .84rem;
  line-height: 1.9;
  color: #a9a9a4;
}
.fuss__mitglied strong {
  color: var(--gold-leucht);
  font-weight: 600;
  letter-spacing: .04em;
}

@media (max-width: 560px) {
  .fuss__auszeichnungen { justify-content: center; text-align: center; }
  .fuss__logo { height: 52px; }
}

@media print {
  .kopf, .nav, .btn, .welle { display: none; }
  body { color: #000; }
}


/* ============================================================
   BAUSTEINE DER UNTERSEITEN
   ============================================================ */

/* ---------- Nutzen: drei Spalten ---------- */

.nutzen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 34px;
  margin-top: 3em;
}
.nutzen__block {
  background: var(--weiss);
  border: 1px solid var(--grau-200);
  border-radius: var(--radius);
  padding: 30px 28px;
}
.nutzen__block h3 { margin-bottom: .8em; }
.nutzen__block .pfeilliste li { font-size: .97rem; color: var(--grau-700); }

/* ---------- Ablauf: nummerierte Schritte ---------- */

.ablauf {
  list-style: none;
  margin: 3em 0 0;
  padding: 0;
  display: grid;
  gap: 34px;
  max-width: 820px;
}
.schritt {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 26px;
  align-items: start;
}
.schritt__nr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  color: var(--gold-text);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
}
.schritt h3 { margin-bottom: .5em; }
.schritt .pfeilliste li { font-size: .97rem; color: var(--grau-700); }

/* ---------- Merkmale ---------- */

.merkmale {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 34px;
}
.merkmal {
  border-top: 3px solid var(--gold);
  padding-top: 20px;
}
.merkmal h3 { margin-bottom: .4em; }
.merkmal p { color: var(--grau-700); font-size: 1rem; }

/* ---------- Vorträge ---------- */

.vortraege { display: grid; gap: 26px; margin-top: 3em; }
.vortrag {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 34px;
  background: var(--weiss);
  border: 1px solid var(--grau-200);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 32px 34px;
}
.vortrag__kopf h3 { margin-bottom: .3em; }
.vortrag__ziel {
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-text);
  font-weight: 600;
}
.vortrag__text p { color: var(--grau-700); }
.vortrag__text .pfeilliste { margin-top: 1.2em; }
.vortrag__text .pfeilliste li { font-size: .97rem; color: var(--grau-700); }

/* ---------- Häufige Fragen ---------- */

.faq { margin-top: 2.6em; border-top: 1px solid var(--grau-200); }
.faq details { border-bottom: 1px solid var(--grau-200); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 44px 20px 0;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--blau);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 6px; top: 50%;
  width: 13px; height: 13px;
  margin-top: -9px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -4px; }
.faq summary:hover { color: var(--gold-text); }
.faq__text { padding: 0 44px 22px 0; color: var(--grau-700); }

/* ---------- Referent ---------- */

.referent {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(30px, 5vw, 56px);
  align-items: start;
}
.referent__bild img {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 1;
  object-fit: cover;
}
.referent__name {
  margin-top: 14px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--grau-700);
}
.referent p { color: var(--grau-700); }

/* ---------- Fließtext und Einwurf ---------- */

.fliesstext p { font-size: 1.09rem; color: var(--grau-700); }
.einwurf {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--blau);
  border-left: 3px solid var(--gold);
  padding-left: 24px;
  margin: 1.6em 0;
}

/* ---------- Galerie ---------- */

.galerie {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 22px;
  margin-top: 3em;
}
.galerie figure { margin: 0; }
.galerie img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  filter: grayscale(100%);
  transition: filter .25s ease;
}
.galerie figure:hover img { filter: grayscale(0%); }
.galerie figcaption {
  margin-top: .7em;
  font-size: .85rem;
  color: var(--grau-500);
}

/* ---------- Werkliste ---------- */

.werkliste { list-style: none; margin: 2em 0 0; padding: 0; }
.werkliste li {
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid var(--grau-200);
  position: relative;
}
.werkliste li::before {
  content: "";
  position: absolute;
  left: 0; top: 30px;
  width: 15px; height: 8px;
  background: var(--gold);
  clip-path: polygon(0 0, 40% 0, 100% 50%, 40% 100%, 0 100%, 60% 50%);
}
.werk__titel { display: block; font-weight: 600; color: var(--blau); }
.werk__quelle { display: block; font-size: .93rem; color: var(--grau-500); margin-top: .3em; }

/* ---------- Formular ---------- */

.formular { margin-top: 3em; }
.feld { margin-bottom: 22px; }
.feld label, .feld legend {
  display: block;
  font-size: .93rem;
  font-weight: 600;
  color: var(--blau);
  margin-bottom: 7px;
  padding: 0;
}
.feld input[type="text"],
.feld input[type="email"],
.feld input[type="tel"],
.feld textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--grau-900);
  padding: 13px 15px;
  border: 1px solid var(--grau-200);
  border-radius: var(--radius);
  background: var(--weiss);
}
.feld input:focus, .feld textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(156,132,0,.15);
}
.feld textarea { resize: vertical; min-height: 130px; }
.feld__paar { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feld fieldset, fieldset.feld { border: 0; margin: 0 0 22px; padding: 0; }

.auswahl { display: grid; gap: 9px; }
/* Wichtig: Der Text steht in einem eigenen <span>. Ohne diese Klammer
   macht Flexbox aus jedem Textstück und jedem Link ein eigenes Element,
   wodurch der Satz auseinanderfällt. */
.auswahl label,
.feld--zustimmung label {
  font-weight: 400;
  font-size: .97rem;
  line-height: 1.55;
  color: var(--grau-700);
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  cursor: pointer;
}
.auswahl input, .feld--zustimmung input {
  margin: 5px 0 0;
  flex: none;
  width: 17px;
  height: 17px;
  accent-color: var(--blau);
}
.feld--zustimmung { margin: 28px 0 22px; }
.feld--zustimmung + .feld--zustimmung { margin-top: -8px; }

.formular__hinweis {
  margin-top: 2em;
  font-size: .82rem;
  color: var(--grau-500);
}

/* Spamschutz: für Menschen unsichtbar, aber nicht display:none,
   damit einfache Automaten das Feld dennoch ausfüllen. */
.honigtopf {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

button.btn { cursor: pointer; font-family: var(--sans); }

/* ---------- Rechtstexte ---------- */

.rechtstext h1 { margin-bottom: .8em; }
.rechtstext h2 {
  font-size: 1.25rem;
  margin-top: 2em;
  padding-top: 1.2em;
  border-top: 1px solid var(--grau-200);
}
.rechtstext h2:first-of-type { border-top: 0; padding-top: 0; }
.rechtstext p, .rechtstext li { color: var(--grau-700); font-size: 1rem; }
.rechtstext .offen {
  background: #fdf6dd;
  border-left: 3px solid var(--gold);
  padding: 16px 20px;
  color: var(--grau-900);
}
.rechtstext .stand {
  margin-top: 3em;
  font-size: .85rem;
  color: var(--grau-500);
}

/* ---------- Mobil ---------- */

@media (max-width: 820px) {
  .vortrag { grid-template-columns: 1fr; gap: 20px; padding: 26px 24px; }
  .referent { grid-template-columns: 1fr; }
  .referent__bild img { max-width: 220px; }
  .feld__paar { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 560px) {
  .schritt { grid-template-columns: 48px 1fr; gap: 18px; }
  .schritt__nr { width: 48px; height: 48px; font-size: 1.2rem; }
}

/* ============================================================
   GOLD AUF DUNKLEM GRUND
   Auf dem blauen Untergrund wird das hellere Vortragsgold benutzt —
   das gedämpfte Bronzegold würde dort absacken.
   ============================================================ */

.leitsatz__strich { background: var(--gold-leucht); }
.leitsatz__name { color: var(--gold-leucht); }
.leitsatz__bild { border-color: var(--gold-leucht); }
.leitsatz__signatur { color: var(--gold-leucht); }

.fuss h4 { color: var(--gold-leucht); }
.fuss a:hover { color: var(--gold-leucht); }

section.dunkel .augenbraue,
section.dunkel .perspektive__rolle { color: var(--gold-leucht); }

/* Die Welle trennt Hell von Dunkel — sie bleibt im gedämpften Ton,
   damit der Übergang nicht als Leuchtstreifen wirkt. */
.welle path { fill: var(--gold); }

/* ---------- Fehlerhinweis im Formular ---------- */

.formular__fehler {
  margin-top: 2em;
  padding: 18px 22px;
  border-left: 3px solid #b3261e;
  background: #fdeceb;
  color: #5f1512;
  font-size: .97rem;
}
.formular__fehler a { color: #5f1512; }

/* ---------- Hinweis auf übersetzte Zitate ---------- */

.zitat__uebersetzt {
  margin: -.4em 0 1.1em;
  font-size: .78rem;
  font-style: italic;
  color: var(--grau-500);
}

/* ---------- Video: Klick zum Laden ---------- */

.video {
  position: relative;
  max-width: 860px;
  margin: 2.6em auto 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--blau);
  aspect-ratio: 16 / 9;
  box-shadow: 0 18px 44px rgba(25, 43, 71, .18);
}
.video iframe { width: 100%; height: 100%; border: 0; display: block; }

.video__start {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.video__start img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease, filter .3s ease;
}
.video__start:hover img { transform: scale(1.02); filter: brightness(.92); }

.video__knopf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  pointer-events: none;
}
.video__knopf svg { width: 100%; height: auto; display: block; }
.video__knopf-flaeche { fill: var(--blau); opacity: .85; transition: opacity .2s ease, fill .2s ease; }
.video__knopf-pfeil { fill: none; stroke: var(--weiss); stroke-width: 0; }
.video__knopf svg path.video__knopf-pfeil { fill: var(--weiss); }
.video__start:hover .video__knopf-flaeche { fill: var(--gold); opacity: 1; }

.video__notiz {
  max-width: 860px;
  margin: 1em auto 0;
  text-align: center;
  font-size: .82rem;
  line-height: 1.6;
  color: var(--grau-500);
}

/* ---------- Nebenweg: zweite, leisere Möglichkeit ---------- */

.nebenweg {
  margin: 1.4em 0 0;
  font-size: .93rem;
  color: var(--grau-700);
}
.nebenweg a { font-weight: 600; }
.nebenweg__art {
  font-size: .78rem;
  color: var(--grau-500);
  white-space: nowrap;
}
