/* ---------------------------------------------------------------------------
   echt-gmbh.de — Martin Echt GmbH, Dachmarke
   Schwarz und Orange. Dunkle Bildbänder, helle Lesestrecken, ein einziges
   Signal. Handgeschrieben, kein Framework, keine externen Abhängigkeiten.
   --------------------------------------------------------------------------- */

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url('/fonts/instrument-sans-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('/fonts/instrument-serif-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --schwarz: #0a0a0b;
  --schwarz-weich: #141416;
  --kohle: #1e1f22;
  --papier: #ffffff;
  --papier-tief: #f6f5f3;
  --tinte: #101113;
  --tinte-leise: #4a4d52;
  --tinte-still: #82868c;
  --orange: #d4622a;
  --orange-hell: #e8804c;
  --orange-tief: #a8481c;
  --creme: #fbf6f1;
  --creme-tief: #f5ece3;
  --linie: #e5e4e1;
  --linie-dunkel: #2c2d31;

  --satz: 38rem;
  --breit: 74rem;
  --saum: 1.5rem;

  --sans: 'Instrument Sans', system-ui, -apple-system, sans-serif;
  --serif: 'Instrument Serif', Georgia, serif;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 5rem; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.001ms !important; animation: none !important; }
}

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

/* --- Achsen --------------------------------------------------------------- */
.breit { width: min(var(--breit), 100% - 2 * var(--saum)); margin-inline: auto; }
.satz { width: min(var(--breit), 100% - 2 * var(--saum)); margin-inline: auto; }
.satz > * { max-width: var(--satz); }
.satz > .marke, .satz > .raster, .satz > .stimmen { max-width: none; }
.block { padding-block: 3rem; }
.block-eng { padding-block: 2.2rem; }

/* Dunkle Bänder */
.dunkel {
  background: var(--schwarz);
  color: #efeeec;
}
.dunkel h1, .dunkel h2, .dunkel h3 { color: #fff; }
.dunkel .marke { color: var(--orange); }
.dunkel .marke::after { background: var(--linie-dunkel); }
.dunkel p { color: #c9c7c4; }
.dunkel .vorspann { color: #e8e6e3; }
.dunkel a { color: var(--orange-hell); text-decoration-color: rgba(255, 131, 64, 0.45); }
.dunkel a:hover { color: #ffa06b; text-decoration-color: currentColor; }

/* --- Typografie ----------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--sans);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 6.4vw, 4.1rem); letter-spacing: -0.045em; margin-bottom: 1.1rem; }
h2 { font-size: clamp(1.55rem, 3.8vw, 2.2rem); margin-top: 0; letter-spacing: -0.036em; }
h3 { font-size: 1.15rem; letter-spacing: -0.024em; }
h1 + p, h2 + p, h3 + p { margin-top: 0; }

p { margin: 0 0 1.05rem; }

.vorspann { font-size: clamp(1.12rem, 2.2vw, 1.3rem); line-height: 1.5; color: #23262a; margin-bottom: 1.5rem; }
.klein { font-size: 0.89rem; color: var(--tinte-leise); line-height: 1.6; }

.marke {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--orange-tief);
  margin: 0 0 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.marke::after { content: ''; flex: 1; height: 1px; background: var(--linie); }

a { color: var(--orange-tief); text-decoration-thickness: 1.5px; text-underline-offset: 0.19em; }
a:hover { color: var(--orange); }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 2px; }

strong { font-weight: 600; color: var(--tinte); }
.dunkel strong { color: #fff; }

.pfeil { font-weight: 600; font-size: 0.98rem; text-decoration: none; border-bottom: 2px solid rgba(242, 101, 34, 0.4); }
.pfeil::after { content: ' →'; }
.pfeil:hover { border-bottom-color: var(--orange); }

.satz ul, .satz ol { padding-left: 1.2rem; margin: 0 0 1.05rem; }
.satz li { margin-bottom: 0.45rem; }
.satz ul li::marker { color: var(--orange); }

.skip { position: absolute; left: -9999px; background: var(--orange); color: #fff; padding: 0.6rem 1rem; font-weight: 600; }
.skip:focus { left: 1rem; top: 1rem; z-index: 99; }

/* --- Kopf: hell, das Logo trägt den Namen --------------------------------- */
.kopf {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--linie);
  position: sticky;
  top: 0;
  z-index: 30;
}
.kopf-in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1rem; flex-wrap: wrap; }
.kopf-name { display: flex; align-items: center; text-decoration: none; color: var(--tinte); }
.kopf-name img { width: 10.5rem; max-width: 42vw; height: auto; display: block; }
.kopf-nav { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.kopf-nav a { font-size: 0.95rem; color: var(--tinte-leise); text-decoration: none; padding-bottom: 0.22rem; border-bottom: 2px solid transparent; }
.kopf-nav a:hover { color: var(--tinte); }
.kopf-nav a[aria-current='page'] { color: var(--tinte); font-weight: 600; border-bottom-color: var(--orange); }
.kopf-cta { background: var(--orange); color: #fff !important; padding: 0.55rem 1.1rem; border-radius: 2px; font-weight: 600; border-bottom: 0 !important; }
.kopf-cta:hover { background: var(--orange-tief); }

@media (max-width: 52rem) {
  .kopf { position: static; }
  .kopf-in { justify-content: center; text-align: center; }
  .kopf-nav { justify-content: center; gap: 1rem; }
}

/* --- Hero: helles Bewegtbild, dunkler Text -------------------------------- */
.hero { position: relative; background: var(--creme); overflow: hidden; }
.hero-bild { position: absolute; inset: 0; }
.hero-bild img, .hero-bild video { width: 100%; height: 100%; object-fit: cover; }
.hero-bild::after {
  content: '';
  position: absolute;
  inset: 0;
  /* Die Motive sind hell und kontrastarm, deshalb reicht ein leichter Schleier,
     damit die dunkle Schrift trägt — das Bild bleibt dabei erkennbar. */
  background: linear-gradient(96deg,
    rgba(255,255,255,0.90) 0%,
    rgba(255,255,255,0.83) 28%,
    rgba(255,255,255,0.52) 48%,
    rgba(255,255,255,0.14) 70%,
    rgba(255,255,255,0) 100%);
}
@media (max-width: 52rem) {
  .hero-bild::after { background: linear-gradient(0deg, rgba(255,255,255,0.98) 34%, rgba(255,255,255,0.82) 58%, rgba(255,255,255,0.35) 100%); }
}
.hero-in { position: relative; padding-block: clamp(3.5rem, 10vw, 7rem) clamp(2.6rem, 6vw, 4.5rem); }
@media (max-width: 52rem) { .hero-in { padding-top: clamp(11rem, 42vw, 17rem); } }
.hero-marke { color: var(--orange-tief); }
.hero-marke::after { background: rgba(212, 98, 42, 0.3); max-width: 8rem; }
.hero h1 { color: var(--tinte); max-width: 19ch; }
.hero h1 em { font-family: var(--serif); font-style: normal; font-weight: 400; color: var(--orange); }
.hero-unter { font-size: clamp(1.15rem, 2.4vw, 1.42rem); line-height: 1.45; color: #2c2f33; max-width: 34rem; margin-bottom: 1.6rem; }
.hero-text { color: var(--tinte-leise); max-width: 36rem; }
.hero .knopfzeile { margin-top: 1.9rem; }

/* Kennzahlenleiste unter dem Hero */
.eckdaten { background: var(--creme); border-block: 1px solid var(--creme-tief); }
.eckdaten-in { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); }
.eckdaten-in > div { padding: 1.6rem 1.5rem 1.7rem; border-left: 1px solid var(--creme-tief); }
.eckdaten-in > div:first-child { border-left: 0; padding-left: 0; }
.eckdaten dt { font-family: var(--serif); font-size: clamp(1.55rem, 3.1vw, 2.15rem); line-height: 1.08; color: var(--orange-tief); letter-spacing: -0.02em; }
.eckdaten dd { margin: 0.35rem 0 0; font-size: 0.88rem; line-height: 1.45; color: var(--tinte-leise); }
@media (max-width: 44rem) {
  .eckdaten-in > div { border-left: 0; border-top: 1px solid var(--creme-tief); padding-inline: 0; }
  .eckdaten-in > div:first-child { border-top: 0; }
}

/* --- Zitatband: helles Cremeband, von Wellen begrenzt --------------------- */
.zitatband { background: var(--creme); position: relative; }
.zitatband .breit { padding-block: clamp(2.2rem, 4.6vw, 3.2rem); }
.zitatband p {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3.8vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tinte);
  margin: 0;
  max-width: 26ch;
  position: relative;
  padding-left: 1.5rem;
}
.zitatband p::before {
  content: '';
  position: absolute;
  left: 0; top: 0.18em; bottom: 0.18em;
  width: 3px;
  background: var(--orange);
}
.zitatband .quelle { font-family: var(--sans); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tinte-still); margin: 1.1rem 0 0 1.5rem; }

/* --- Wellentrenner -------------------------------------------------------- */
.welle { display: block; width: 100%; height: clamp(2rem, 4vw, 3.4rem); }
.welle svg { display: block; width: 100%; height: 100%; }

/* --- Leistungen ----------------------------------------------------------- */
.leistung {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  padding-block: 2.6rem;
  border-top: 1px solid var(--linie);
  scroll-margin-top: 5.5rem;
}
@media (min-width: 58rem) {
  .leistung { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 3rem; align-items: start; }
  /* Jede zweite Leistung dreht die Seiten, damit die Spalte nicht monoton wird.
     Die Reihenfolge im Quelltext bleibt unangetastet: Bild zuerst, Text danach. */
  .leistung-gedreht { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
  .leistung-gedreht .leistung-bild { grid-column: 2; grid-row: 1; }
  .leistung-gedreht .leistung-text { grid-column: 1; grid-row: 1; }
}
.leistung-bild img { display: block; width: 100%; height: auto; border: 1px solid var(--linie); }
.leistung-nr { font-family: var(--serif); font-size: 1.1rem; color: var(--orange); letter-spacing: 0.14em; margin: 0 0 0.5rem; }
.leistung h2 { margin-bottom: 0.5rem; }
.leistung .kurz { font-size: 1.14rem; line-height: 1.45; color: var(--tinte); font-weight: 500; margin-bottom: 1rem; }
.leistung p { color: var(--tinte-leise); }

.verweis {
  border-left: 3px solid var(--orange);
  background: var(--papier-tief);
  padding: 1.1rem 1.3rem 1.2rem;
  margin-top: 1.4rem;
}
.verweis p { margin: 0 0 0.7rem; font-size: 0.96rem; color: var(--tinte-leise); }
.verweis .pfeil { font-size: 0.95rem; }

/* --- Raster / Karten ------------------------------------------------------ */
.raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: 1.1rem; margin-top: 1.4rem; }
.karte { background: var(--papier); border: 1px solid var(--linie); padding: 1.5rem 1.5rem 1.6rem; }
.karte h3 { margin: 0 0 0.5rem; }
.karte p { margin: 0; font-size: 0.96rem; color: var(--tinte-leise); }
.dunkel .karte { background: var(--kohle); border-color: var(--linie-dunkel); }
.dunkel .karte p { color: #aeacaa; }

.karte-nr { font-family: var(--serif); font-size: 1.5rem; color: var(--orange); line-height: 1; display: block; margin-bottom: 0.6rem; }

/* --- Kundenstimmen -------------------------------------------------------- */
.stimmen { display: grid; grid-template-columns: 1fr; gap: 1.1rem; margin-top: 1.4rem; }
@media (min-width: 46rem) { .stimmen { grid-template-columns: repeat(2, 1fr); } }
.stimme { background: var(--kohle); border: 1px solid var(--linie-dunkel); padding: 1.5rem 1.5rem 1.6rem; display: flex; flex-direction: column; }
.stimme-text { font-family: var(--serif); font-size: 1.16rem; line-height: 1.42; color: #e9e7e5; margin: 0 0 1.1rem; flex: 1; }
.stimme-text::before { content: '„'; color: var(--orange); }
.stimme-text::after { content: '“'; color: var(--orange); }
.stimme-wer { font-size: 0.92rem; font-weight: 600; color: #fff; margin: 0; }
.stimme-projekt { font-size: 0.83rem; color: var(--orange); margin: 0.15rem 0 0; }

/* --- Fachportale ---------------------------------------------------------- */
.portale { display: grid; grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); gap: 1.1rem; margin-top: 1.4rem; }
.portal { position: relative; display: block; background: var(--papier); border: 1px solid var(--linie); padding: 1.4rem 1.5rem 1.5rem; text-decoration: none; color: inherit; transition: border-color 0.15s, background 0.15s; }
.portal:hover { border-color: var(--orange); background: var(--papier-tief); }
.portal-fuer { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; color: var(--orange-tief); margin-bottom: 0.5rem; }
.portal-titel { display: block; font-size: 1.1rem; font-weight: 600; letter-spacing: -0.028em; margin-bottom: 0.45rem; color: var(--tinte); }
.portal-text { display: block; font-size: 0.94rem; color: var(--tinte-leise); margin-bottom: 0.7rem; }
.portal-domain { display: block; font-size: 0.8rem; color: var(--tinte-still); }
.portal-domain::after { content: ' →'; color: var(--orange); }

/* --- Partner -------------------------------------------------------------- */
.partner { border: 1px solid var(--linie); border-left: 3px solid var(--orange); background: var(--papier-tief); padding: 1.4rem 1.6rem 1.5rem; margin-top: 1.4rem; }
.partner h3 { margin-top: 0; }
.partner p:last-child { margin-bottom: 0; }

/* --- Bildbänder ----------------------------------------------------------- */
.band { background: var(--papier); padding-block: 1.4rem 2.2rem; }
.band figure { margin: 0; width: min(var(--breit), 100% - 2 * var(--saum)); margin-inline: auto; }
.band img { display: block; width: 100%; height: clamp(14rem, 30vw, 23rem); object-fit: cover; border: 1px solid var(--linie); }
.band figcaption {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  line-height: 1.3;
  color: var(--tinte);
  margin-top: 1rem;
  max-width: 34ch;
  border-left: 3px solid var(--orange);
  padding-left: 1.1rem;
}

.fig { margin: 0; }
.fig img { display: block; width: 100%; height: auto; }
.fig figcaption { font-size: 0.86rem; color: var(--tinte-still); margin-top: 0.6rem; line-height: 1.55; max-width: 34rem; }

/* --- Knöpfe --------------------------------------------------------------- */
.knopf {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1rem;
  background: var(--orange);
  color: #fff;
  padding: 0.82rem 1.7rem;
  text-decoration: none;
  border: 2px solid var(--orange);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.knopf:hover { background: var(--orange-hell); border-color: var(--orange-hell); color: #fff; }
.knopf-hell { background: transparent; color: var(--tinte); border-color: var(--linie-stark, #cfcdc9); }
.knopf-hell:hover { background: rgba(0,0,0,0.04); border-color: var(--tinte); color: var(--tinte); }
.knopf-dunkel { background: transparent; color: var(--tinte); border-color: var(--linie); }
.knopf-dunkel:hover { background: var(--papier-tief); border-color: var(--tinte); color: var(--tinte); }
.knopfzeile { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.5rem; }

.kontaktzeile { font-size: 1.05rem; line-height: 1.95; }

/* --- Abschluss-Aufforderung ----------------------------------------------- */
.abschluss { position: relative; background: var(--creme); overflow: hidden; min-height: 25rem; display: grid; align-content: center; }
.abschluss-bild { position: absolute; inset: 0; }
.abschluss-bild img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; }
.abschluss-bild::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(251,246,241,0.97) 0%, rgba(251,246,241,0.94) 32%, rgba(251,246,241,0.62) 54%, rgba(251,246,241,0.12) 78%, rgba(251,246,241,0) 100%);
}
@media (max-width: 52rem) {
  .abschluss { min-height: 0; display: block; }
  .abschluss-bild::after { background: linear-gradient(0deg, rgba(251,246,241,0.97) 46%, rgba(251,246,241,0.7) 74%, rgba(251,246,241,0.25) 100%); }
}
.abschluss-in { position: relative; padding-block: clamp(3.4rem, 8vw, 5.4rem); }
.abschluss h2 { color: var(--tinte); max-width: 22ch; }
.abschluss p { color: var(--tinte-leise); max-width: 38rem; }

/* --- Formular ------------------------------------------------------------- */
.formular { display: grid; gap: 1rem; margin-top: 1.4rem; max-width: 36rem; }
.formular label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 0.3rem; }
.formular input, .formular textarea, .formular select {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--tinte);
  background: #fff; border: 1px solid var(--linie); border-radius: 2px; padding: 0.65rem 0.8rem;
}
.formular input:focus, .formular textarea:focus, .formular select:focus { border-color: var(--orange); outline: none; }
.formular textarea { min-height: 9rem; resize: vertical; }
.honig { position: absolute; left: -9999px; }
.pflicht { color: var(--orange-tief); }

.zwei { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 56rem) { .zwei { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 3rem; align-items: start; } }

.notiz { border: 1px solid var(--linie); background: var(--papier-tief); padding: 1.3rem 1.5rem 1.4rem; }
.notiz h3 { margin-top: 0; }
.notiz p:last-child { margin-bottom: 0; }

/* --- Recht ---------------------------------------------------------------- */
.recht h2 { font-size: 1.14rem; margin-top: 1.9rem; }
.recht p { font-size: 0.96rem; }

/* --- Fuß ------------------------------------------------------------------ */
.fuss { background: var(--schwarz); color: #a4a2a0; padding-top: 3rem; }
.fuss-in { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: 2rem; padding-bottom: 2.2rem; }
.fuss-name { font-weight: 600; color: #fff; letter-spacing: -0.025em; margin: 0 0 0.6rem; }
.fuss-logo { width: 5.5rem; height: auto; filter: invert(1); margin-bottom: 1rem; display: block; }
.fuss-titel { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange); margin: 0 0 0.8rem; }
.fuss ul { list-style: none; margin: 0 0 0.9rem; padding: 0; }
.fuss li { margin-bottom: 0.35rem; }
.fuss a { color: #a4a2a0; text-decoration: none; font-size: 0.91rem; }
.fuss a:hover { color: var(--orange-hell); }
.fuss-klein { font-size: 0.84rem; color: #7c7a78; line-height: 1.65; margin: 0; }
.fuss-unten {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid var(--linie-dunkel); padding-block: 1.1rem 1.8rem;
  font-size: 0.78rem; letter-spacing: 0.04em; color: #6f6d6b;
}

@media print {
  .kopf, .fuss, .skip, .hero-bild, .abschluss-bild { display: none !important; }
  body { font-size: 10.5pt; background: #fff; color: #111; }
  .dunkel, .hero, .abschluss, .zitatband { background: #fff !important; color: #111 !important; }
  .dunkel h1, .dunkel h2, .hero h1, .abschluss h2, .zitatband p { color: #111 !important; }
  a { color: #111; }
}

/* --- Haarlinie ------------------------------------------------------------ */
.linie { width: min(var(--breit), 100% - 2 * var(--saum)); margin: 1rem auto; height: 1px; background: var(--linie); }

/* --- Übergabe auf ein Themenangebot --------------------------------------- */
.uebergabe {
  border: 1px solid var(--linie);
  border-top: 3px solid var(--orange);
  background: var(--creme);
  padding: 1.8rem 1.9rem 1.9rem;
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 2rem 2.6rem;
}
@media (max-width: 52rem) { .uebergabe { grid-template-columns: 1fr; gap: 1.4rem; } }
.uebergabe-wohin { border-left: 1px solid var(--creme-tief); padding-left: 2rem; }
@media (max-width: 52rem) { .uebergabe-wohin { border-left: 0; border-top: 1px solid var(--creme-tief); padding-left: 0; padding-top: 1.3rem; } }
.uebergabe-vor { font-size: 0.96rem; color: var(--tinte-leise); margin: 0 0 0.8rem; }
.uebergabe .ziel-domain { font-family: var(--serif); font-size: 1.25rem; color: var(--orange-tief); margin: 0 0 0.7rem; }
.uebergabe .ziel { margin: 1.1rem 0 0; }
.uebergabe-kopf { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--orange-tief); margin: 0 0 0.7rem; }
.uebergabe h3 { margin: 0 0 0.5rem; font-size: 1.2rem; }
.uebergabe ul { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.uebergabe li { position: relative; padding-left: 1.3rem; margin-bottom: 0.4rem; font-size: 0.96rem; color: var(--tinte-leise); }
.uebergabe li::before { content: ''; position: absolute; left: 0.1rem; top: 0.62em; width: 6px; height: 6px; background: var(--orange); }
.uebergabe .ziel { display: flex; align-items: baseline; gap: 0.6rem; flex-wrap: wrap; }
.uebergabe .ziel-domain { font-size: 0.85rem; color: var(--tinte-still); }
.uebergabe .hinweis { font-size: 0.85rem; color: var(--tinte-still); margin: 0.9rem 0 0; }

/* --- Unternehmen in Kürze ------------------------------------------------- */
.kurzprofil { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.1rem; margin-top: 1.4rem; }
.kurzprofil div { border: 1px solid var(--linie); padding: 1.3rem 1.4rem 1.4rem; }
.kurzprofil dt { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--orange-tief); margin-bottom: 0.5rem; }
.kurzprofil dd { margin: 0; font-size: 0.98rem; color: var(--tinte-leise); }

/* --- Schalter für das Bewegtbild im Kopfbereich ---------------------------- */
/* Ohne JavaScript bleibt der Schalter verborgen (Attribut hidden), weil er dann
   nichts bewirken könnte. Das Video läuft einmal durch und bleibt danach stehen. */
.hero-schalter {
  position: absolute;
  right: max(var(--saum), calc((100% - var(--breit)) / 2));
  bottom: 1.1rem;
  z-index: 2;
  font-family: var(--sans);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--tinte-leise);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--linie);
  padding: 0.42rem 0.8rem;
  cursor: pointer;
}
.hero-schalter:hover { background: #fff; color: var(--tinte); border-color: var(--tinte); }
.hero-schalter:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.hero-schalter .hero-schalter-aus { display: none; }
.hero-schalter.steht .hero-schalter-an { display: none; }
.hero-schalter.steht .hero-schalter-aus { display: inline; }
@media (max-width: 52rem) { .hero-schalter { bottom: auto; top: 0.9rem; right: 0.9rem; } }
@media print { .hero-schalter { display: none; } }


/* --- Untermenü der Themen -------------------------------------------------- */
/* Reines CSS, damit die Navigation auch ohne JavaScript vollständig ist.
   Aufgeklappt wird bei Hover und bei Tastaturfokus innerhalb des Zweigs. */
.kopf-zweig { position: relative; display: inline-flex; align-items: center; }
.kopf-nav a.im-zweig { color: var(--tinte); font-weight: 600; border-bottom-color: var(--orange); }
.kopf-unter {
  position: absolute;
  top: 100%;
  left: -0.9rem;
  z-index: 40;
  min-width: 17rem;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--linie);
  border-top: 2px solid var(--orange);
  box-shadow: 0 12px 28px rgba(16, 17, 19, 0.09);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.13s ease, transform 0.13s ease, visibility 0.13s;
}
.kopf-zweig:hover .kopf-unter,
.kopf-zweig:focus-within .kopf-unter { opacity: 1; visibility: visible; transform: translateY(0); }
.kopf-unter li { margin: 0; }
.kopf-unter a {
  display: block;
  padding: 0.5rem 1.1rem;
  font-size: 0.93rem;
  border-bottom: 0 !important;
  white-space: nowrap;
}
.kopf-unter a:hover { background: var(--creme); color: var(--tinte); }
.kopf-unter a[aria-current='page'] { color: var(--orange-tief); font-weight: 600; }
.kopf-unter li:first-child a { border-bottom: 1px solid var(--linie) !important; margin-bottom: 0.35rem; padding-bottom: 0.7rem; }

/* Auf schmalen Geräten gibt es kein Aufklappen: die Themen stehen einfach da. */
@media (max-width: 52rem) {
  .kopf-zweig { display: block; width: 100%; }
  .kopf-unter {
    position: static; opacity: 1; visibility: visible; transform: none;
    border: 0; box-shadow: none; background: transparent;
    min-width: 0; padding: 0.3rem 0 0.2rem; text-align: center;
  }
  .kopf-unter a { padding: 0.3rem 0; font-size: 0.87rem; color: var(--tinte-still); }
  .kopf-unter li:first-child a { border-bottom: 0 !important; margin-bottom: 0; padding-bottom: 0.3rem; }
}
