@charset "UTF-8";
/* LS430.eu — technisches Dokument.
   Tokens stammen aus dem abgenommenen Entwurf; hier ist ihre einzige Quelle. */
:root {
  --papier: #fcfbf9;
  --tinte: #1c1b19;
  --text: #37352f;
  --sekundaer: #6b6862;
  --leise: #8a8781;
  --linie: #e3e0da;
  --linie-fein: #f0eee9;
  --akzent: #2f5d62;
  --akzent-tief: #1c3d41;
  --offen: #b0700f;
  --arbeit: #2f5d62;
  --erledigt: #4a6b3d;
  --dringend: #9c3b2e;
  --ruht: #8a8781;
  --serifenlos: "IBM Plex Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --spalte: 1240px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: var(--serifenlos);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--akzent);
  text-decoration: none;
}

a:hover {
  color: var(--akzent-tief);
  text-decoration: underline;
}

.rahmen {
  max-width: var(--spalte);
  margin: 0 auto;
  padding: 0 72px;
}

/* ---------- Kopf und Fuß ---------- */
.kopf {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 28px 0 24px;
  border-bottom: 1px solid var(--tinte);
}

.wortmarke {
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--tinte);
}

.navigation {
  display: flex;
  gap: 28px;
  font-size: 14px;
}

.navigation a {
  color: var(--tinte);
}

.navigation a[aria-current=page] {
  border-bottom: 2px solid var(--akzent);
  padding-bottom: 2px;
}

.fuss {
  margin-top: 64px;
  border-top: 1px solid var(--tinte);
  padding: 20px 0 64px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  color: var(--leise);
}

.fuss a {
  color: var(--leise);
}

.fuss nav {
  display: flex;
  gap: 22px;
}

/* ---------- Typografie ---------- */
h1 {
  font-size: 36px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.016em;
  margin: 0 0 24px;
  text-wrap: pretty;
}

h1.gross {
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: -0.018em;
}

h2 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.008em;
  margin: 42px 0 15px;
}

h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 28px 0 10px;
}

p {
  margin: 0 0 17px;
  color: var(--text);
}

.vorlauf {
  font-size: 19px;
  line-height: 1.6;
  color: var(--tinte);
  margin-bottom: 32px;
}

.dachzeile {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--leise);
  margin-bottom: 18px;
}

.mono {
  font-family: var(--mono);
}

/* ---------- Tabellen: erstklassig, nicht Beiwerk ---------- */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0 26px;
}

thead th {
  text-align: left;
  padding: 0 14px 10px 0;
  border-bottom: 1px solid var(--tinte);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--leise);
  font-weight: 400;
}

tbody td {
  padding: 13px 14px 13px 0;
  border-bottom: 1px solid var(--linie-fein);
  font-size: 14.5px;
  vertical-align: top;
}

td.zahl, th.zahl {
  text-align: right;
  font-family: var(--mono);
  font-size: 12.5px;
  white-space: nowrap;
}

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

/* ACHTUNG: In .md-Dateien IMMER als <div class="tabelle-scroll" markdown="1"> schreiben —
   kramdown verarbeitet Markdown innerhalb von Block-HTML sonst nicht und gibt die
   Tabelle als rohen Text aus. */
/* ---------- Status ---------- */
.status {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-offen {
  color: var(--offen);
}

.status-arbeit {
  color: var(--arbeit);
}

.status-erledigt {
  color: var(--erledigt);
}

.status-dringend {
  color: var(--dringend);
}

.status-ruht {
  color: var(--ruht);
}

/* ---------- Kennzahlenleiste ---------- */
.kennzahlen {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--tinte);
  border-bottom: 1px solid var(--linie);
  margin-bottom: 40px;
}

.kennzahlen div {
  flex: 1 1 140px;
  padding: 18px 24px;
  border-right: 1px solid var(--linie);
}

.kennzahlen div:last-child {
  border-right: 0;
  padding-right: 0;
}

.kennzahlen div:first-child {
  padding-left: 0;
}

.kennzahlen .wert {
  font-family: var(--mono);
  font-size: 26px;
  font-weight: 500;
}

.kennzahlen .name {
  font-size: 12.5px;
  color: var(--sekundaer);
  margin-top: 3px;
}

/* ---------- Raster ---------- */
.zweispaltig {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
}

.haupt {
  grid-column: span 8;
}

.rand {
  grid-column: span 4;
}

.rand-block {
  border-top: 1px solid var(--linie);
  padding-top: 14px;
  margin-top: 34px;
}

.rand-block:first-child {
  border-top-color: var(--tinte);
  margin-top: 0;
}

.rand-titel {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--leise);
  margin-bottom: 14px;
}

.rand-liste {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

/* ---------- Merkkästen ---------- */
.merk {
  border-left: 2px solid var(--tinte);
  padding: 2px 0 2px 20px;
  margin: 26px 0 30px;
}

.merk p:last-child {
  margin-bottom: 0;
}

.merk-ergebnis {
  border-left-color: var(--erledigt);
}

.merk-warnung {
  border-left-color: var(--dringend);
}

.merk-titel {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.merk-ergebnis .merk-titel {
  color: var(--erledigt);
}

.merk-warnung .merk-titel {
  color: var(--dringend);
}

/* ---------- Bilder ---------- */
figure {
  margin: 30px 0;
}

figure img {
  width: 100%;
  height: auto;
  display: block;
  background: var(--linie-fein);
}

figcaption {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--sekundaer);
  margin-top: 9px;
}

figcaption .datum {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--leise);
}

.galerie {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.galerie figure {
  margin: 0;
}

.galerie figcaption {
  font-size: 12.5px;
}

/* ---------- Beitragsliste ---------- */
.beitrag {
  display: flex;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--linie-fein);
}

.beitrag .wann {
  flex: 0 0 92px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--leise);
  padding-top: 3px;
}

.beitrag h3 {
  margin: 0 0 7px;
  font-size: 19px;
  line-height: 1.34;
}

.beitrag h3 a {
  color: var(--tinte);
}

.beitrag p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.56;
  color: var(--sekundaer);
}

.rubrik {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
}

.abschnitt-kopf {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid var(--tinte);
  padding-bottom: 10px;
  margin-bottom: 4px;
}

.abschnitt-kopf h2 {
  margin: 0;
  font-size: 15px;
}

/* ---------- Schmal ---------- */
@media (max-width: 900px) {
  .rahmen {
    padding: 0 24px;
  }
  .zweispaltig {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .haupt, .rand {
    grid-column: 1/-1;
  }
  h1 {
    font-size: 28px;
  }
  h1.gross {
    font-size: 32px;
  }
  .kopf {
    flex-direction: column;
    gap: 14px;
  }
  .navigation {
    gap: 18px;
    flex-wrap: wrap;
  }
  .fuss {
    flex-direction: column;
    gap: 12px;
  }
  .beitrag {
    flex-direction: column;
    gap: 8px;
  }
  .kennzahlen div {
    padding: 14px 16px;
  }
}
/* ---------- Galerie: einheitliches Format, damit das Raster ruhig bleibt ---------- */
.galerie figure a {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--linie-fein);
}

.galerie figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Board auf schmalen Schirmen: die Nebenspalten treten ab ---------- */
@media (max-width: 700px) {
  .board-tabelle .nebensache {
    display: none;
  }
  .board-tabelle td, .board-tabelle th {
    padding-right: 10px;
  }
  .kennzahlen div {
    flex-basis: 50%;
    border-right: 0;
    padding-left: 0;
  }
}
/* ---------- Lightbox ---------- */
.lb {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(18, 17, 14, 0.985);
  backdrop-filter: blur(3px);
  padding: 32px 72px;
}

.lb.lb-offen {
  display: flex;
}

.lb-buehne {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
}

.lb-buehne img {
  max-width: 100%;
  max-height: calc(100vh - 150px);
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.lb-buehne figcaption {
  margin-top: 14px;
  display: flex;
  gap: 18px;
  align-items: baseline;
  color: #d9d5cc;
  font-size: 13.5px;
  line-height: 1.5;
  text-align: center;
  max-width: 70ch;
}

.lb-zaehler {
  font-family: var(--mono);
  font-size: 12px;
  color: #8a8781;
  white-space: nowrap;
}

.lb button {
  position: absolute;
  background: none;
  border: 0;
  cursor: pointer;
  color: #d9d5cc;
  font-family: var(--serifenlos);
  line-height: 1;
  padding: 12px 18px;
  border-radius: 2px;
}

.lb button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.lb-zu {
  top: 18px;
  right: 22px;
  font-size: 30px;
}

.lb-vor {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
}

.lb-zurueck {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
}

.galerie figure a, figure.titelbild a {
  cursor: zoom-in;
}

@media (max-width: 700px) {
  .lb {
    padding: 16px 8px;
  }
  .lb-buehne img {
    max-height: calc(100vh - 180px);
  }
  .lb-vor, .lb-zurueck {
    font-size: 34px;
    padding: 10px 12px;
  }
}
/* ---------- Blogkopf über die volle Breite ---------- */
.beitrag-kopf {
  padding-top: 56px;
  margin-bottom: 8px;
}

.beitrag-kopf h1 {
  max-width: 26ch;
  font-size: 44px;
  line-height: 1.14;
  letter-spacing: -0.018em;
}

.beitrag-kopf .vorlauf {
  max-width: 62ch;
  margin-bottom: 0;
}

figure.titelbild {
  margin: 34px 0 40px;
}

figure.titelbild a {
  display: block;
  aspect-ratio: 2/1;
  overflow: hidden;
  background: var(--linie-fein);
}

figure.titelbild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .beitrag-kopf h1 {
    font-size: 30px;
    max-width: none;
  }
  figure.titelbild a {
    aspect-ratio: 3/2;
  }
}

/*# sourceMappingURL=style.css.map */