/* Schweisstechnik Blitz – main.css
   Palette: gebläuter Stahl, Walzhaut, Anlauffarben (Stroh, Bronze, Blau)
   Type: Archivo (variabel, Breite 62–125 %) – lokal eingebunden, DSGVO-konform */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}

:root {
  --stahl-900: #16222a;   /* gebläuter Stahl */
  --stahl-800: #1f2f39;
  --stahl-600: #3c515e;
  --walzhaut:  #c6cdcf;   /* Linien, Ränder */
  --grund:     #e7eae9;   /* Seitenhintergrund, helles Walzblech */
  --weiss:     #f7f8f7;
  --tinte:     #1b262d;
  --tinte-2:   #4a5a63;
  --stroh:     #e2aa3f;   /* Anlauffarbe Stroh – Handlungsfarbe */
  --stroh-hell:#f3c870;
  --bronze:    #a8642f;
  --anlauf-blau:#3b6893;
  --glut:      #ffe6b0;

  --wrap: 1240px;
  --pad: clamp(1.1rem, 4vw, 2.5rem);
  --r-s: 3px;
  --r-m: 10px;
  --header-h: 72px;

  --f: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --fs-0: 0.875rem;
  --fs-1: 1.0625rem;
  --fs-2: 1.3125rem;
  --fs-3: 1.625rem;
  --fs-4: clamp(1.9rem, 3.4vw, 2.6rem);
  --fs-5: clamp(2.5rem, 6.2vw, 5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; font-family: var(--f); font-size: var(--fs-1); line-height: 1.6;
  color: var(--tinte); background: var(--grund);
  font-stretch: 100%; font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; line-height: 1.05; font-weight: 800; font-stretch: 125%; letter-spacing: -0.015em; }
h2 { font-size: var(--fs-4); }
h3 { font-size: var(--fs-2); font-stretch: 115%; line-height: 1.2; letter-spacing: 0; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 100; background: var(--stroh); color: var(--tinte); padding: .6rem 1rem; border-radius: var(--r-s); font-weight: 700; }
.skip:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--stroh); outline-offset: 3px; border-radius: 2px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem; min-height: 52px;
  padding: .8rem 1.4rem; border-radius: var(--r-s); border: 2px solid transparent;
  font: 700 1rem/1.1 var(--f); font-stretch: 110%; text-decoration: none; cursor: pointer;
  transition: background-color .15s, color .15s, border-color .15s;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--stroh { background: var(--stroh); color: var(--tinte); }
.btn--stroh:hover { background: var(--stroh-hell); }
.btn--linie { border-color: currentColor; color: inherit; background: transparent; }
.btn--linie:hover { background: rgba(255,255,255,.08); }
.btn--tinte { background: var(--tinte); color: var(--weiss); }
.btn--tinte:hover { background: var(--stahl-600); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: var(--stahl-900); color: var(--weiss);
  border-bottom: 1px solid transparent; transition: border-color .2s;
}
.site-header.is-scrolled { border-bottom-color: rgba(255,255,255,.1); }
.site-header__bar { display: flex; align-items: center; gap: 1.5rem; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.brand__mark { width: 38px; height: 38px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__small { font-size: .72rem; font-stretch: 125%; font-weight: 500; letter-spacing: .04em; opacity: .75; }
.brand__big { font-size: 1.35rem; font-weight: 900; font-stretch: 125%; letter-spacing: -.01em; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.6rem; }
.nav a { text-decoration: none; font-size: .95rem; font-weight: 500; opacity: .85; padding: .4rem 0; }
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; box-shadow: inset 0 -2px 0 var(--stroh); }
.header-call { min-height: 44px; padding: .55rem 1rem; font-size: .95rem; }
.nav-toggle { display: none; background: none; border: 0; color: inherit; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav-toggle { display: block; order: 3; }
  .header-call { order: 2; }
  .header-call .btn__label { display: none; }
  .nav { position: fixed; inset: var(--header-h) 0 auto 0; background: var(--stahl-900); padding: 1rem var(--pad) 2rem; display: none; border-top: 1px solid rgba(255,255,255,.1); }
  .nav.is-open { display: block; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav a { display: block; padding: .9rem 0; font-size: 1.15rem; border-bottom: 1px solid rgba(255,255,255,.08); }
}

/* ---------- Hero ---------- */
.hero { background: var(--stahl-900); color: var(--weiss); position: relative; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: stretch; min-height: min(760px, calc(100svh - var(--header-h))); }
.hero__text { min-width: 0; padding: clamp(3rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem); align-self: center; }
.hero__ort { font-size: var(--fs-0); font-weight: 500; color: var(--stroh-hell); margin-bottom: 1.4rem; display: flex; align-items: center; gap: .5rem; }
.hero__ort::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.hero h1 { font-size: clamp(1.95rem, 4.3vw, 4.25rem); font-weight: 900; font-stretch: 108%; letter-spacing: -.02em; line-height: 1; overflow-wrap: break-word; hyphens: manual; }
.hero__lead { font-size: var(--fs-2); line-height: 1.5; max-width: 34em; margin: 1.6rem 0 2.2rem; color: #d3dadd; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__fakten { list-style: none; padding: 0; margin: 3rem 0 0; display: flex; flex-wrap: wrap; gap: .6rem 2rem; font-size: .95rem; color: #b9c4c9; }
.hero__fakten li { display: flex; gap: .55rem; align-items: baseline; }
.hero__fakten strong { color: var(--weiss); font-weight: 700; }

.seam { position: relative; min-height: 420px; }
.seam__plates { position: absolute; inset: 0; }
.seam svg.seam__svg, .seam canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.seam__label { position: absolute; left: calc(50% + 34px); font-size: .8rem; color: #9fb0b8; line-height: 1.35; max-width: 11em; }
.seam__label--top { top: 12%; }
.seam__label--bot { bottom: 9%; }
.seam__label b { display: block; color: var(--weiss); font-weight: 700; font-stretch: 115%; }

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero__text { padding-bottom: 1rem; }
  .seam { min-height: 300px; margin: 0 calc(var(--pad) * -1); }
  .seam__label--top { top: 8%; }
}

/* ---------- Sections ---------- */
.section { padding: clamp(4rem, 9vw, 7.5rem) 0; }
.section--hell { background: var(--weiss); }
.section--dunkel { background: var(--stahl-900); color: var(--weiss); }
.section__kopf { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1rem 4rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section__kopf p { color: var(--tinte-2); font-size: var(--fs-2); line-height: 1.5; margin: 0; max-width: 32em; }
.section--dunkel .section__kopf p { color: #c3cdd2; }
@media (max-width: 860px) { .section__kopf { grid-template-columns: 1fr; } }

/* ---------- Leistungen ---------- */
.leistungen { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(2rem, 5vw, 5rem); border-top: 3px solid var(--tinte); }
.leistung { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 1.2rem; padding: 2rem 0 2.2rem; border-bottom: 1px solid var(--walzhaut); }
.leistung__icon { width: 64px; height: 64px; color: var(--tinte); }
.leistung h3, .leistung .h3 { margin: 0 0 .55rem; font-size: var(--fs-2); font-stretch: 115%; line-height: 1.2; letter-spacing: 0; }
.leistung .h3 a { text-decoration: none; }
.leistung .h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.leistung p { color: var(--tinte-2); margin-bottom: .9rem; }
.tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem .9rem; font-size: .86rem; font-weight: 600; color: var(--bronze); }
@media (max-width: 760px) { .leistungen { grid-template-columns: 1fr; } .leistung { grid-template-columns: 48px minmax(0, 1fr); } .leistung__icon { width: 48px; height: 48px; } }

.grundsatz { margin-top: clamp(2.5rem, 5vw, 4rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem 3rem; }
.grundsatz div { border-left: 3px solid var(--stroh); padding-left: 1.1rem; }
.grundsatz strong { display: block; font-stretch: 115%; font-size: 1.1rem; margin-bottom: .2rem; }
.grundsatz span { color: var(--tinte-2); font-size: .98rem; }
@media (max-width: 760px) { .grundsatz { grid-template-columns: 1fr; } }

/* ---------- Steignaht / Positionen ---------- */
.positionen { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.positionen__text p { color: #c3cdd2; max-width: 36em; }
.positionen__text h2 { margin-bottom: 1.4rem; }
.pos-tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin: 2rem 0 1.2rem; }
.pos-tab {
  font: 700 .95rem/1 var(--f); font-stretch: 110%; color: var(--weiss); background: transparent;
  border: 1.5px solid rgba(255,255,255,.28); border-radius: var(--r-s); padding: .7rem .9rem; cursor: pointer; min-height: 44px;
}
.pos-tab small { font-weight: 500; opacity: .75; margin-left: .35rem; }
.pos-tab:hover { border-color: rgba(255,255,255,.6); }
.pos-tab[aria-selected="true"] { background: var(--stroh); color: var(--tinte); border-color: var(--stroh); }
.pos-info { min-height: 5.2em; }
.pos-info h3 { color: var(--stroh-hell); margin-bottom: .35rem; }
.pos-info p { margin: 0; }
.pos-bild { background: var(--stahl-800); border-radius: var(--r-m); aspect-ratio: 1 / 1; max-width: 520px; width: 100%; justify-self: end; }
.pos-bild svg { width: 100%; height: 100%; }
.pos-bild .pos-g { transition: transform .5s cubic-bezier(.5,0,.2,1); transform-origin: 200px 200px; }
@media (prefers-reduced-motion: reduce) { .pos-bild .pos-g { transition: none; } }
@media (max-width: 860px) { .positionen { grid-template-columns: 1fr; } .pos-bild { justify-self: stretch; max-width: none; } }

/* ---------- Über / Stempel ---------- */
.ueber { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.stempel { aspect-ratio: 5 / 4; border-radius: var(--r-m); overflow: hidden; background: var(--stahl-800); }
.stempel img { width: 100%; height: 100%; object-fit: cover; }
.ueber h2 { margin-bottom: 1.3rem; }
.ueber p { font-size: 1.1rem; color: var(--tinte-2); max-width: 36em; }
.ueber__name { font-weight: 700; color: var(--tinte); }
@media (max-width: 860px) { .ueber { grid-template-columns: 1fr; } }

/* ---------- Ablauf ---------- */
.ablauf { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; counter-reset: schritt; }
.ablauf li { counter-increment: schritt; padding: 0 1.6rem 0 0; position: relative; }
.ablauf li::before {
  content: counter(schritt); display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: var(--tinte); color: var(--weiss); font-weight: 800; font-stretch: 115%; margin-bottom: 1.2rem; position: relative; z-index: 1;
}
.ablauf li::after { content: ""; position: absolute; top: 22px; left: 46px; right: 0; height: 2px; background: var(--walzhaut); }
.ablauf li:last-child::after { display: none; }
.ablauf h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.ablauf p { color: var(--tinte-2); font-size: .98rem; margin: 0; }
@media (max-width: 860px) {
  .ablauf { grid-template-columns: 1fr; gap: 1.8rem; }
  .ablauf li { padding: 0 0 0 64px; }
  .ablauf li::before { position: absolute; left: 0; top: -4px; margin: 0; }
  .ablauf li::after { top: 46px; bottom: -1.8rem; left: 22px; right: auto; width: 2px; height: auto; }
}

/* ---------- Einsatzgebiet ---------- */
.gebiet { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.karte { background: var(--stahl-900); border-radius: var(--r-m); aspect-ratio: 1 / 1; position: relative; overflow: hidden; }
.karte svg { width: 100%; height: 100%; }
.karte text { font-family: var(--f); }
.orte { list-style: none; margin: 1.5rem 0 0; padding: 0; columns: 2; column-gap: 2rem; }
.orte li { break-inside: avoid; border-bottom: 1px solid var(--walzhaut); }
.orte a, .orte span.ort { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; text-decoration: none; font-weight: 600; }
.orte a:hover .ort__name { text-decoration: underline; text-underline-offset: 3px; }
.orte .km { color: var(--tinte-2); font-weight: 400; font-size: .92rem; white-space: nowrap; }
@media (max-width: 860px) { .gebiet { grid-template-columns: 1fr; } }
@media (max-width: 440px) { .orte { columns: 1; } }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; }
.faq details { border-bottom: 1px solid var(--walzhaut); }
.faq details:first-child { border-top: 3px solid var(--tinte); }
.faq summary { list-style: none; cursor: pointer; padding: 1.3rem 3rem 1.3rem 0; font-weight: 700; font-stretch: 110%; font-size: 1.15rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 14px; height: 14px; border-right: 2.5px solid var(--tinte); border-bottom: 2.5px solid var(--tinte); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-20%) rotate(-135deg); }
.faq details p { color: var(--tinte-2); padding-bottom: 1.3rem; margin: 0; max-width: 42em; }

/* ---------- Kontakt / Formular ---------- */
.kontakt { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 6rem); }
.kontakt__info h2 { margin-bottom: 1.3rem; }
.kontakt__info > p { color: #c3cdd2; font-size: 1.1rem; }
.kontakt__tel { display: block; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; font-stretch: 115%; text-decoration: none; color: var(--stroh-hell); margin: 1.8rem 0 .4rem; letter-spacing: -.01em; }
.kontakt__tel:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.kontakt__wege { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .8rem; }
.kontakt__wege a { color: var(--weiss); }
.kontakt__wege li { display: flex; gap: .8rem; align-items: flex-start; color: #c3cdd2; }
.kontakt__wege svg { width: 22px; height: 22px; flex: none; margin-top: 2px; color: var(--stroh); }

.anfrage { background: var(--weiss); color: var(--tinte); border-radius: var(--r-m); padding: clamp(1.4rem, 3.5vw, 2.6rem); }
.anfrage__fortschritt { display: flex; gap: .4rem; margin-bottom: 1.6rem; list-style: none; padding: 0; }
.anfrage__fortschritt li { flex: 1; font-size: .82rem; font-weight: 600; color: var(--tinte-2); padding-top: .6rem; border-top: 4px solid var(--walzhaut); }
.anfrage__fortschritt li.is-aktiv, .anfrage__fortschritt li.is-fertig { border-top-color: var(--stroh); color: var(--tinte); }
.schritt { border: 0; margin: 0; padding: 0; min-width: 0; }
.schritt[hidden] { display: none; }
.schritt legend { font-size: var(--fs-3); font-weight: 800; font-stretch: 115%; margin-bottom: 1.2rem; padding: 0; line-height: 1.15; }
.wahl { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.wahl label { position: relative; }
.wahl input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.wahl span { display: inline-block; padding: .65rem 1rem; border: 1.5px solid var(--walzhaut); border-radius: var(--r-s); font-weight: 600; font-size: .95rem; cursor: pointer; background: var(--weiss); transition: border-color .12s, background-color .12s; }
.wahl input:hover + span { border-color: var(--tinte-2); }
.wahl input:checked + span { background: var(--tinte); color: var(--weiss); border-color: var(--tinte); }
.wahl input:focus-visible + span { outline: 3px solid var(--stroh); outline-offset: 2px; }
.feld-titel { font-weight: 700; font-size: .95rem; margin: 0 0 .55rem; display: block; }
.felder { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.feld--breit { grid-column: 1 / -1; }
.feld label { display: block; font-weight: 700; font-size: .95rem; margin-bottom: .35rem; }
.feld input, .feld textarea, .feld select {
  width: 100%; font: 400 1rem/1.4 var(--f); color: var(--tinte); background: #fff;
  border: 1.5px solid var(--walzhaut); border-radius: var(--r-s); padding: .75rem .85rem; min-height: 48px;
}
.feld textarea { min-height: 120px; resize: vertical; }
.feld input:focus, .feld textarea:focus, .feld select:focus { outline: none; border-color: var(--tinte); box-shadow: 0 0 0 3px rgba(226,170,63,.45); }
.feld [aria-invalid="true"] { border-color: #b3261e; }
.fehler { color: #b3261e; font-size: .88rem; font-weight: 600; margin: .35rem 0 0; }
.check { display: flex; gap: .7rem; align-items: flex-start; font-size: .92rem; color: var(--tinte-2); margin-top: 1.2rem; }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--tinte); flex: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.anfrage__nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.8rem; flex-wrap: wrap; }
.anfrage__nav .btn--zurueck { background: none; border: 0; padding-left: 0; color: var(--tinte-2); font-weight: 600; }
.anfrage__nav .btn--zurueck:hover { color: var(--tinte); }
.anfrage__nav .btn--weiter { margin-left: auto; }
.anfrage__status { margin-top: 1rem; font-weight: 600; }
.anfrage__danke { text-align: left; }
.anfrage__danke h3 { font-size: var(--fs-3); margin-bottom: .6rem; }
@media (max-width: 860px) { .kontakt { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .felder { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: #111a20; color: #aebbc1; padding: 3.5rem 0 calc(2rem + env(safe-area-inset-bottom, 0px)); font-size: .95rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem 3rem; }
.site-footer h2 { font-size: 1rem; font-stretch: 115%; color: var(--weiss); margin-bottom: .9rem; letter-spacing: 0; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.site-footer a { color: #d6dee1; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer address { font-style: normal; line-height: 1.7; }
.site-footer__unten { margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; font-size: .86rem; }
@media (max-width: 760px) { .site-footer__grid { grid-template-columns: 1fr; } }

/* ---------- Mobile Anrufleiste ---------- */
.anrufleiste { display: none; }
@media (max-width: 760px) {
  .anrufleiste {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: rgba(255,255,255,.15); padding-bottom: env(safe-area-inset-bottom, 0px); transform: translateY(110%); transition: transform .25s;
  }
  .anrufleiste.is-sichtbar { transform: none; }
  .anrufleiste a { display: flex; justify-content: center; align-items: center; gap: .5rem; min-height: 56px; font-weight: 700; text-decoration: none; }
  .anrufleiste a:first-child { background: var(--stroh); color: var(--tinte); }
  .anrufleiste a:last-child { background: var(--stahl-900); color: var(--weiss); }
  .anrufleiste svg { width: 20px; height: 20px; }
  body { padding-bottom: 0; }
  .site-footer { padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)); }
}

/* ---------- Unterseiten ---------- */
.seitenkopf { background: var(--stahl-900); color: var(--weiss); padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem); }
.seitenkopf h1 { font-size: clamp(2.1rem, 5vw, 3.8rem); max-width: 18ch; }
.seitenkopf p { color: #c3cdd2; font-size: var(--fs-2); max-width: 36em; margin: 1.2rem 0 0; }
.brotkrumen { font-size: .86rem; color: #9fb0b8; margin-bottom: 1.4rem; }
.brotkrumen a { color: #d6dee1; }
.inhalt { max-width: 760px; }
.inhalt h2 { font-size: var(--fs-3); margin: 2.4rem 0 .9rem; }
.inhalt h3 { margin: 1.8rem 0 .6rem; }
.inhalt ul { padding-left: 1.2rem; }
.inhalt li { margin-bottom: .35rem; }
.inhalt a { text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.projekte { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }
.projekt { margin: 0; }
.projekt img { border-radius: var(--r-m); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; background: var(--walzhaut); }
.projekt figcaption { margin-top: .7rem; font-weight: 700; }
.projekt figcaption span { display: block; font-weight: 400; color: var(--tinte-2); font-size: .92rem; }
