@charset "utf-8";

/* ==========================================================================
   Spedition Bähr GmbH — Stylesheet
   Gestaltungsprinzip „Aufmaß / Belegblatt": Die Seite ist als Dokument
   gebaut, nicht als Werbefläche. Jede Angabe trägt ihre Herkunft.
   Kein JavaScript, keine Fremdressourcen, keine gerundeten Ecken.
   ========================================================================== */

/* --- Schriften. Selbst gehostet, damit beim Aufruf keine Besucher-IP an
       einen Dritten geht. Die Seite behauptet im Fuß, nichts von Dritten
       einzubinden — das muss auch stimmen. --------------------------------- */

@font-face {
  font-family: "Archivo";
  src: url("schriften/archivo-var.woff2") format("woff2-variations");
  font-weight: 400 700;
  font-stretch: 100% 112%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("schriften/sourceserif-var.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("schriften/plexmono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("schriften/plexmono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* --- Farben und Maße ----------------------------------------------------- */

:root {
  color-scheme: light dark;

  --blau: #103778;
  --nacht: #071c3d;
  --grund: #eef2f6;
  --grund-2: #dcdfe1;
  --blatt: #f8f9fa;
  --tinte: #1b1f24;
  --tinte-2: #575b5e;
  --linie: #93a0ac;
  --linie-blau: rgba(255, 255, 255, .28);
  --amber: #e4a11b;
  --amber-tief: #7a5307;
  --weiss: #ffffff;
  --blatt-schatten: rgba(27, 31, 36, .14);

  --display: "Archivo", "Helvetica Neue", Arial, "Liberation Sans", sans-serif;
  --text: "Source Serif 4", Georgia, "Liberation Serif", "Times New Roman", serif;
  --mono: "IBM Plex Mono", "DejaVu Sans Mono", Consolas, "Liberation Mono", monospace;

  --breite: 1240px;
  --rand: 24px;
  --randspalte: 168px;
  --rinne: 24px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --grund: #12161b;
    --grund-2: #171c22;
    --blatt: #1d232a;
    --blau: #17458c;
    --nacht: #0a1526;
    --tinte: #e6eaee;
    --tinte-2: #9aa4ae;
    --linie: #313943;
    --amber-tief: #e4a11b;
    --blatt-schatten: rgba(0, 0, 0, .5);
  }
}

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

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

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

body {
  margin: 0;
  background: var(--grund);
  color: var(--tinte);
  font-family: var(--text);
  font-size: 1.09375rem;
  line-height: 1.62;
  font-synthesis-weight: none;
}

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

a { color: inherit; }

a:focus-visible,
:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}

/* Sprungmarke für die Tastaturbedienung */
.zum-inhalt {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--amber);
  color: #1b1f24;
  padding: 12px 20px;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.zum-inhalt:focus { left: 0; }

/* --- Wiederkehrende Bausteine -------------------------------------------- */

.bahn { padding: 72px 0; }
.bahn--hell { background: var(--grund); }
.bahn--hell-2 { background: var(--grund-2); }
.bahn--blau { background: var(--blau); color: var(--weiss); }
.bahn--nacht { background: var(--nacht); color: var(--weiss); }

.innen {
  max-width: var(--breite);
  margin: 0 auto;
  padding: 0 var(--rand);
}

/* Die Schriftfeldzeile: Versal-Mono, das Erkennungszeichen der Seite. */
.feld {
  font-family: var(--mono);
  font-weight: 500;
  font-size: .6875rem;
  line-height: 1.45;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--tinte-2);
  margin: 0;
}
.bahn--blau .feld,
.bahn--nacht .feld { color: rgba(255, 255, 255, .72); }

/* Zahlen, Maße und Normen stehen im Fließtext in Mono. */
.wert {
  font-family: var(--mono);
  font-size: .875em;
  font-weight: 400;
  white-space: nowrap;
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  text-wrap: balance;
  margin: 0;
}

h1 {
  font-weight: 700;
  font-stretch: 110%;
  font-size: clamp(2.125rem, 4.4vw, 3.625rem);
  line-height: 1.04;
  letter-spacing: -.01em;
}

h2 {
  font-stretch: 106%;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.15;
}

h3 { font-size: 1.1875rem; line-height: 1.25; }

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

.satz { max-width: 34rem; }

.vorspann {
  font-size: 1.3125rem;
  line-height: 1.5;
  max-width: 32rem;
  color: var(--tinte);
}
.bahn--blau .vorspann,
.bahn--nacht .vorspann { color: var(--weiss); }

/* ==========================================================================
   Kopfleiste
   ========================================================================== */

.kopf {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--blau);
  color: var(--weiss);
  border-bottom: 2px solid var(--weiss);
}

.kopf .innen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.marke { text-decoration: none; display: block; }

.marke__name {
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 110%;
  font-size: 1.0625rem;
  line-height: 1.1;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.marke__ort {
  font-family: var(--mono);
  font-weight: 500;
  font-size: .6875rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
  margin-top: 2px;
}

.navi {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: var(--mono);
  font-weight: 500;
  font-size: .75rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.navi a {
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.navi a:hover { border-bottom-color: var(--linie-blau); }
.navi a[aria-current] { border-bottom-color: var(--amber); }

.kopf__ruf {
  font-family: var(--mono);
  font-weight: 500;
  font-size: .8125rem;
  color: var(--amber);
  text-decoration: none;
  white-space: nowrap;
}
.kopf__ruf:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ==========================================================================
   Titelblatt
   ========================================================================== */

.titelblatt {
  padding: 88px 0 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Der Kopf trug vorher eine reine Farbfläche und wirkte dadurch leer. Das Bild
   liegt jetzt darunter; der Schleier ist links deckend, damit der Text steht,
   und wird nach rechts durchlässig, wo ohnehin nur Weißraum war. */
.titelblatt__bild {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Die Vorlage ist ein Hochkant-nahes 4:3, der Hero ein breites Band: Es wird
     also kräftig oben und unten beschnitten. Der Ausschnitt sitzt bewusst tief
     und rechts — dort liegt die geräumte Fahrbahn, und die Spiegelung der
     Windschutzscheibe unten links bleibt außerhalb. */
  object-position: 72% 74%;
  z-index: -2;
}

.titelblatt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg,
      #0d2c60 0%,
      rgba(14, 47, 104, .96) 32%,
      rgba(16, 55, 120, .74) 54%,
      rgba(9, 33, 74, .42) 100%),
    linear-gradient(to bottom,
      rgba(7, 24, 54, .55) 0%,
      rgba(7, 24, 54, 0) 26%,
      rgba(7, 24, 54, 0) 62%,
      rgba(7, 24, 54, .78) 100%);
}

.titelblatt__dach { margin-bottom: 28px; }

.titelblatt h1 { max-width: 16ch; margin-bottom: 24px; }

.titelblatt .vorspann {
  margin-bottom: 40px;
  text-shadow: 0 1px 12px rgba(6, 20, 46, .45);
}

.titelblatt__zeile {
  padding-bottom: 48px;
}

/* Kurzprofil: die harten Zahlen, direkt unter dem Titel */
/* minmax(0, 1fr) statt 1fr: Das Auto-Minimum einer 1fr-Spalte ist die Breite
   ihres Inhalts. Eine nicht umbrechende Kennzahl würde die Spalte und damit
   die ganze Seite über den Bildschirmrand hinaus dehnen. */
.kurzprofil {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--linie-blau);
  margin: 0;
  position: relative;
  background: rgba(7, 26, 60, .55);
  backdrop-filter: blur(2px);
  padding-left: 20px;
}

/* Die Kennzahl darf umbrechen - hier zählt, dass die Reihe steht. */
.kurzprofil .wert { white-space: normal; }

.kurzprofil > div {
  padding: 22px 20px 22px 0;
  border-right: 1px solid var(--linie-blau);
}
.kurzprofil > div:last-child { border-right: 0; }
.kurzprofil > div:not(:first-child) { padding-left: 20px; }

.kurzprofil dt {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.75rem, 2.9vw, 2.5rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

/* Werte ohne Zahl („eigene Werkstatt") sind länger und brauchen weniger
   Kegel, damit die Reihe eine Reihe bleibt. */
.kurzprofil dt.wort {
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .01em;
  padding-top: .2em;
}

.kurzprofil dd {
  margin: 8px 0 0;
  font-family: var(--mono);
  font-weight: 500;
  font-size: .6875rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
  line-height: 1.4;
}



/* ==========================================================================
   Leistungsbänder
   ========================================================================== */

.leistung { padding: 64px 0; }

.leistung__raster {
  display: grid;
  grid-template-columns: var(--randspalte) minmax(0, 1fr) minmax(0, 20rem);
  gap: var(--rinne);
  align-items: start;
}

/* Randspalte: Kürzel und Schriftfeld */
.kuerzel {
  width: 44px;
  height: 44px;
  background: var(--blau);
  color: var(--weiss);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-weight: 500;
  font-size: .75rem;
  letter-spacing: .06em;
  margin-bottom: 16px;
}
.bahn--nacht .kuerzel {
  background: var(--weiss);
  color: var(--nacht);
}

.leistung h2 { margin-bottom: 12px; }

.leistung__unterzeile {
  font-size: 1.3125rem;
  line-height: 1.5;
  max-width: 34rem;
  margin-bottom: 24px;
}

/* Die Blaufläche steht dort, wo es kein eigenes Foto gibt. Sie trägt einen
   Satz, der wörtlich aus dem Abschnitt darüber stammt — keine Werbezeile. */
.blauflaeche {
  background: var(--blau);
  color: var(--weiss);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 16rem;
  gap: 18px;
}
.bahn--nacht .blauflaeche {
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--linie-blau);
}

.blauflaeche__satz {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.1875rem, 1.7vw, 1.4375rem);
  line-height: 1.3;
  text-wrap: balance;
  margin: 0;
}

/* Belegblatt: das Kernbauteil. Die Merkmale mit ihren Normen und Maßen. */
.belegblatt {
  grid-column: 2 / -1;
  margin-top: 40px;
  background: var(--blatt);
  color: var(--tinte);
  border: 1px solid var(--linie);
  box-shadow: 1px 1px 0 var(--blatt-schatten);
}

.belegblatt__kopf {
  background: var(--blau);
  color: var(--weiss);
  padding: 10px 18px;
  font-family: var(--mono);
  font-weight: 500;
  font-size: .6875rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.belegblatt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.belegblatt li {
  padding: 14px 18px;
  border-top: 1px solid var(--linie);
  font-size: .9375rem;
  line-height: 1.55;
}
.belegblatt li:first-child { border-top: 0; }

/* ==========================================================================
   Tafeln — die einheitliche Form für jedes Bild
   ========================================================================== */

.tafel {
  margin: 0;
  background: var(--blatt);
  border: 1px solid var(--linie);
  box-shadow: 1px 1px 0 var(--blatt-schatten);
  padding: 12px;
  max-width: 100%;
}

.tafel img {
  width: 100%;
  height: auto;
}

.tafel figcaption { padding-top: 12px; }

.tafel__feld {
  border-top: 1px solid var(--linie);
  padding-top: 10px;
  margin-bottom: 8px;
}

.tafel__text {
  font-size: .9375rem;
  line-height: 1.5;
  color: var(--tinte-2);
  margin: 0;
}

/* Auf dunklem Grund bleibt die Tafel ein helles Blatt — ein Beleg sieht in
   jedem Licht gleich aus. Nur das Passepartout folgt dem Farbschema. */
.bahn--nacht .tafel { color: var(--tinte); }

/* ==========================================================================
   Flächenbilder — Atmosphäre, ausdrücklich kein Beleg
   ========================================================================== */

.flaechenbild {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.flaechenbild > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.flaechenbild::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* Der Schleier muss den Text tragen und die Struktur darunter noch
   erkennen lassen. Bei stärkerer Deckung verschwindet das Bild ganz und man
   fragt sich, wozu es geladen wurde. */
.bahn--nacht.flaechenbild::before { background: rgba(7, 28, 61, .86); }
.bahn--blau.flaechenbild::before { background: rgba(16, 55, 120, .82); }

/* ==========================================================================
   Fuhrpark: eine echte Tabelle, weil es eine ist
   ========================================================================== */

.tabelle-huelle { overflow-x: auto; }

table.fuhrpark {
  width: 100%;
  border-collapse: collapse;
  background: var(--blatt);
  border: 1px solid var(--linie);
  font-size: .9375rem;
  min-width: 34rem;
}

table.fuhrpark caption {
  text-align: left;
  padding-bottom: 12px;
}

table.fuhrpark th {
  background: var(--blau);
  color: var(--weiss);
  text-align: left;
  padding: 11px 16px;
  font-family: var(--mono);
  font-weight: 500;
  font-size: .6875rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

table.fuhrpark td {
  padding: 13px 16px;
  border-top: 1px solid var(--linie);
  vertical-align: top;
}

table.fuhrpark tbody th {
  background: transparent;
  color: var(--tinte);
  font-family: var(--text);
  font-weight: 600;
  font-size: .9375rem;
  letter-spacing: 0;
  text-transform: none;
  border-top: 1px solid var(--linie);
  padding: 13px 16px;
  white-space: nowrap;
}

/* ==========================================================================
   Datenlisten in Mono
   ========================================================================== */

.datenliste {
  margin: 0;
  border-top: 1px solid var(--linie);
}

.datenliste > div {
  display: grid;
  grid-template-columns: minmax(11rem, 18rem) minmax(0, 1fr);
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--linie);
}

.datenliste dt,
.datenliste dd {
  font-family: var(--mono);
  font-size: .8125rem;
  line-height: 1.55;
  margin: 0;
}

.datenliste dt {
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--tinte-2);
}

.bahn--nacht .datenliste,
.bahn--nacht .datenliste > div { border-color: var(--linie-blau); }
.bahn--nacht .datenliste dt { color: rgba(255, 255, 255, .72); }

/* Einfache Mono-Aufzählung ohne Punkte, nur durch Haarlinien getrennt */
.monoliste {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--linie);
}

.monoliste li {
  font-family: var(--mono);
  font-size: .8125rem;
  line-height: 1.55;
  padding: 10px 0;
  border-bottom: 1px solid var(--linie);
}

/* ==========================================================================
   Chronik als Register
   ========================================================================== */

.register { border-top: 1px solid var(--linie); }

.register > div {
  display: grid;
  grid-template-columns: var(--randspalte) minmax(0, 1fr);
  gap: var(--rinne);
  padding: 26px 0;
  border-bottom: 1px solid var(--linie);
  align-items: start;
}

.register__jahr {
  font-family: var(--display);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-align: right;
  color: var(--tinte);
}

.register h3 { margin-bottom: 8px; }

.register p { max-width: 38rem; }

/* ==========================================================================
   Kontakt
   ========================================================================== */

.kontaktraster {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--rinne);
  border-top: 1px solid var(--linie-blau);
  padding-top: 28px;
}

.kontaktraster > div {
  font-family: var(--mono);
  font-size: .9375rem;
  line-height: 1.8;
}

.kontaktraster a { text-decoration: none; }
.kontaktraster a:hover { text-decoration: underline; text-underline-offset: 3px; }

.kontaktraster .ruf {
  color: var(--amber);
  border-bottom: 2px solid var(--amber);
  text-decoration: none;
  padding-bottom: 1px;
}

/* ==========================================================================
   Fuß
   ========================================================================== */

.fuss { background: var(--nacht); color: var(--weiss); padding: 56px 0 40px; }

.fussraster {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--linie-blau);
  border-left: 1px solid var(--linie-blau);
}

.fussraster > div {
  padding: 16px 18px;
  border-right: 1px solid var(--linie-blau);
  border-bottom: 1px solid var(--linie-blau);
}

.fussraster dt {
  font-family: var(--mono);
  font-weight: 500;
  font-size: .6875rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62);
  margin-bottom: 6px;
}

.fussraster dd {
  margin: 0;
  font-family: var(--mono);
  font-size: .75rem;
  line-height: 1.7;
}

.fuss__schluss {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 28px;
}

.fuss__links {
  display: flex;
  gap: 24px;
  font-family: var(--mono);
  font-weight: 500;
  font-size: .75rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.fuss__links a { text-decoration: none; border-bottom: 1px solid var(--linie-blau); padding-bottom: 2px; }
.fuss__links a:hover { border-bottom-color: var(--amber); }

/* ==========================================================================
   Textseiten (Impressum, Datenschutz, Chronik)
   ========================================================================== */

.textseite { padding: 64px 0 80px; }
.textseite h1 { margin-bottom: 16px; }
.textseite h2 { margin: 48px 0 14px; }
.textseite h3 { margin: 28px 0 8px; }
.textseite p, .textseite li { max-width: 38rem; }

.hinweisblock {
  background: var(--blatt);
  border: 1px solid var(--linie);
  box-shadow: 1px 1px 0 var(--blatt-schatten);
  padding: 22px 24px;
  margin: 32px 0;
  max-width: 40rem;
}

.hinweisblock p { font-size: .9375rem; }

/* ==========================================================================
   Umbrüche
   ========================================================================== */

@media (max-width: 860px) {
  :root { --rand: 18px; }

  .bahn { padding: 52px 0; }
  .leistung { padding: 44px 0; }
  .titelblatt { padding: 56px 0 0; }

  .kopf .innen {
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .kopf { position: static; }
  .navi { order: 3; width: 100%; flex-wrap: wrap; gap: 8px 18px; }

  /* Die Randspalte wandert über den Inhalt und wird zur Kopfzeile. */
  .leistung__raster,
  .register > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .leistung__rand {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .kuerzel { margin-bottom: 0; }

  .belegblatt { grid-column: auto; margin-top: 28px; }

  .register__jahr { text-align: left; font-size: 1.75rem; }

  .kontaktraster,
  .fussraster { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .datenliste > div { grid-template-columns: minmax(0, 1fr); gap: 2px; }

  /* Die Fuhrparktabelle wird zu beschrifteten Blöcken. */
  table.fuhrpark { min-width: 0; border: 0; background: transparent; }
  table.fuhrpark thead { position: absolute; left: -9999px; }
  table.fuhrpark tr {
    display: block;
    background: var(--blatt);
    border: 1px solid var(--linie);
    box-shadow: 1px 1px 0 var(--blatt-schatten);
    margin-bottom: 14px;
  }
  table.fuhrpark td,
  table.fuhrpark tbody th {
    display: block;
    border-top: 1px solid var(--linie);
    white-space: normal;
  }
  table.fuhrpark tbody th { border-top: 0; background: var(--grund-2); }
  table.fuhrpark td::before {
    content: attr(data-label);
    display: block;
    font-family: var(--mono);
    font-weight: 500;
    font-size: .6875rem;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--tinte-2);
    margin-bottom: 4px;
  }
}

@media (max-width: 520px) {
  .kurzprofil { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kurzprofil > div {
    border-bottom: 1px solid var(--linie-blau);
    padding-left: 0;
  }
  .kurzprofil > div:nth-child(2n) { border-right: 0; padding-left: 20px; }
  .kurzprofil > div:nth-child(2n+1) { padding-left: 0; }

  .kontaktraster,
  .fussraster { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .kopf, .navi, .zum-inhalt { display: none; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .bahn--blau, .bahn--nacht, .fuss { background: #fff !important; color: #000 !important; }
  .flaechenbild > img { display: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}

/* ==========================================================================
   Der Harz als Einsatzgebiet — das Band, das die Seite verortet
   ========================================================================== */

.harzband { padding: 88px 0; }

/* Anders als bei den Belegtafeln trägt hier die Landschaft die Aussage. Das
   Bild läuft deshalb über die volle Breite und nicht in einem Rahmen. */
.harzband > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  z-index: -2;
}

/* Rechts steht die Datenliste in Mono über der hellen Wiese des Bildes — dort
   muss der Schleier dichter sein, sonst leidet die Lesbarkeit der Zahlen. */
.harzband.flaechenbild::before {
  background:
    linear-gradient(105deg,
      rgba(7, 28, 61, .96) 0%,
      rgba(7, 28, 61, .93) 40%,
      rgba(7, 28, 61, .84) 66%,
      rgba(7, 28, 61, .8) 100%);
}

.harzband .innen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 21rem);
  gap: 48px;
  align-items: start;
}

.harzband__text .satz { max-width: 33rem; }

.harzband__daten { margin: 0; }
.harzband__daten > div { grid-template-columns: minmax(0, 1fr); gap: 2px; }

@media (max-width: 860px) {
  .harzband { padding: 56px 0; }
  .harzband .innen { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}

/* --- Fuß: Anschrift statt Registerblock ---------------------------------- */

.fuss__anschrift {
  font-family: var(--mono);
  font-size: .8125rem;
  line-height: 1.85;
  margin: 0;
}
.fuss__anschrift strong {
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 106%;
  font-size: 1.0625rem;
  letter-spacing: .01em;
}
.fuss__anschrift a { text-decoration: none; border-bottom: 1px solid var(--linie-blau); }
.fuss__anschrift a:hover { border-bottom-color: var(--amber); }

/* Die Rufnummer als eigentliche Handlungsaufforderung der Startseite. */
.grossruf {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 108%;
  font-size: clamp(1.875rem, 4.2vw, 3rem);
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.grossruf a {
  color: var(--amber);
  text-decoration: none;
  border-bottom: 3px solid rgba(228, 161, 27, .4);
  padding-bottom: 4px;
}
.grossruf a:hover { border-bottom-color: var(--amber); }

.bahn--blau .feld a { color: inherit; }
