/* Paartal Garten- und Landschaftsbau — Demo-Website GaLaBau 3
   Schiefer #262B27 · Sehr hell #F7F6F3 · Blattgrün #3E7B4F · Text #21261F
   Systemschriften, keine externen Verbindungen.

   Das Mittelding zwischen GaLaBau 1 und 2: heller Grund wie bei 1, aber
   bildschirmfüllende Bühne und weiche Kanten wie bei 2. Runde Ecken und
   flache Schatten statt harter Kanten — das unterscheidet die Seite auf
   den ersten Blick von beiden anderen. */

:root {
  --schiefer: #262B27;
  --schiefer-tief: #1A1E1B;
  --gruen: #3E7B4F;
  --gruen-tief: #2F5E3C;
  --gruen-hell: #7FB98D;
  --hell: #F7F6F3;
  --heller: #FFFFFF;
  --linie: #E3E1DA;
  --text: #21261F;
  --text-leise: #59605A;
  --auf-dunkel: #D4D9D3;

  --breit: 1220px;
  --schmal: 760px;
  --rund: 12px;
  --schatten: 0 2px 4px rgba(33, 38, 31, .04), 0 12px 28px rgba(33, 38, 31, .07);

  --schrift: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
             Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--schrift);
  font-size: 1.0625rem;
  line-height: 1.68;
  color: var(--text);
  background: var(--hell);
  -webkit-text-size-adjust: 100%;
}

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

a { color: var(--gruen-tief); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
label:focus-visible { outline: 3px solid var(--gruen); outline-offset: 3px; }

h1, h2, h3 { line-height: 1.2; margin: 0 0 .6em; letter-spacing: -.015em; }
h1 { font-size: clamp(2rem, 4.6vw, 3.3rem); }
h2 { font-size: clamp(1.55rem, 2.8vw, 2.25rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.springen { position: absolute; left: -9999px; background: var(--gruen); color: #fff; padding: .8rem 1.2rem; z-index: 300; border-radius: 0 0 var(--rund) 0; }
.springen:focus { left: 0; top: 0; }

/* ---------------------------------------------------------------- Raster */

.innen { width: min(100% - 2.5rem, var(--breit)); margin-inline: auto; }
.innen.schmal { width: min(100% - 2.5rem, var(--schmal)); }

.band { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.band-weiss { background: var(--heller); }
.band-dunkel { background: var(--schiefer); color: var(--auf-dunkel); }
.band-dunkel h2, .band-dunkel h3 { color: #fff; }
.band-gruen { background: var(--gruen-tief); color: #E2EDE5; }
.band-gruen h2, .band-gruen h3 { color: #fff; }

.gross { font-size: 1.2rem; }
.klein { font-size: .9rem; color: var(--text-leise); }
.band-dunkel .klein, .band-gruen .klein { color: var(--auf-dunkel); }

.augenbraue {
  text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 700;
  color: var(--gruen); margin-bottom: .8rem;
}
.band-dunkel .augenbraue, .band-gruen .augenbraue, .buehne .augenbraue { color: var(--gruen-hell); }

/* ------------------------------------------------------------ Demo-Hinweis */

.hinweis-schalter { position: absolute; opacity: 0; pointer-events: none; }

.demo-schicht {
  position: fixed; inset: 0; z-index: 250;
  background: rgba(26, 30, 27, .93);
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem; overflow-y: auto;
}
.hinweis-schalter:checked ~ .demo-schicht { display: none; }

.demo-kasten {
  background: #fff; max-width: 640px; width: 100%;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border-radius: var(--rund); box-shadow: var(--schatten);
}
.demo-marke { text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 700; color: var(--gruen); margin-bottom: .6rem; }
.demo-kasten p { font-size: 1rem; }
.demo-knoepfe { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }

.demo-band {
  background: var(--schiefer-tief); color: var(--auf-dunkel);
  font-size: .87rem; text-align: center; padding: .55rem 1rem;
  position: relative; z-index: 120;
}
.demo-band p { margin: 0; }
.demo-band a { color: var(--gruen-hell); }

/* -------------------------------------------------------------- Kopfzeile */

.kopf { background: var(--heller); border-bottom: 1px solid var(--linie); position: relative; z-index: 110; }
.kopf-innen {
  width: min(100% - 2.5rem, var(--breit)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1rem 0; flex-wrap: wrap;
}
.kopf.ueber-bild { background: transparent; border-bottom: none; margin-bottom: -5.6rem; }
.kopf.ueber-bild .logo-wort, .kopf.ueber-bild .logo-zusatz { color: #fff; }
.kopf.ueber-bild nav a { color: #fff; }
.kopf.ueber-bild .menue-knopf { border-color: #fff; color: #fff; }
.kopf.ueber-bild .menue-knopf span, .kopf.ueber-bild .menue-knopf span::before,
.kopf.ueber-bild .menue-knopf span::after { background: #fff; }
@media (max-width: 949px) {
  .kopf.ueber-bild { background: var(--schiefer); margin-bottom: 0; }
}

.logo { text-decoration: none; display: block; }
.logo-wort { display: block; font-size: 1.5rem; font-weight: 800; letter-spacing: -.01em; line-height: 1.05; color: var(--schiefer); }
.logo-punkt { color: var(--gruen); }
.logo-zusatz { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-leise); margin-top: .25rem; }

.kopf nav ul { list-style: none; display: flex; gap: 1.5rem; margin: 0; padding: 0; flex-wrap: wrap; }
.kopf nav a {
  text-decoration: none; color: var(--text); font-size: .92rem; font-weight: 600;
  padding: .45rem .1rem; display: block; border-bottom: 2px solid transparent;
}
.kopf nav a:hover { color: var(--gruen); }
.kopf nav a[aria-current="page"] { border-bottom-color: var(--gruen); }
.kopf.ueber-bild nav a[aria-current="page"] { border-bottom-color: var(--gruen-hell); }

.menue-schalter { position: absolute; opacity: 0; pointer-events: none; }
.menue-knopf { display: none; }

@media (max-width: 949px) {
  .menue-knopf {
    display: inline-flex; align-items: center; gap: .55rem;
    font-size: .88rem; font-weight: 600;
    border: 1px solid var(--linie); color: var(--text);
    padding: .55rem .95rem; cursor: pointer; border-radius: 999px;
  }
  .menue-knopf span { width: 18px; height: 2px; background: var(--text); position: relative; display: block; }
  .menue-knopf span::before, .menue-knopf span::after {
    content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--text);
  }
  .menue-knopf span::before { top: -6px; }
  .menue-knopf span::after { top: 6px; }

  .kopf nav { display: none; width: 100%; }
  .menue-schalter:checked ~ nav { display: block; }
  .kopf nav ul { flex-direction: column; gap: 0; padding-top: .5rem; }
  .kopf nav li { border-top: 1px solid var(--linie); }
  .kopf.ueber-bild nav li { border-top-color: rgba(255,255,255,.18); }
  .kopf nav a { padding: .85rem 0; border-bottom: none; }
}

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

.buehne { position: relative; background: var(--schiefer); }
.buehne-bild img { width: 100%; }
@media (min-width: 950px) {
  .buehne-bild img { height: 82vh; min-height: 540px; object-fit: cover; object-position: center 50%; }
  .buehne-bild::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(26,30,27,.62) 0%, rgba(26,30,27,.1) 30%, rgba(26,30,27,.75) 100%);
  }
  .buehne-text { position: absolute; left: 0; right: 0; bottom: 0; padding-bottom: clamp(2.5rem, 6vw, 4.5rem); background: transparent; padding-inline: 0; }
}
.buehne-text { padding: clamp(1.75rem, 5vw, 2.5rem) 1.25rem; color: #fff; }
.buehne-innen { width: min(100% - 2.5rem, var(--breit)); margin-inline: auto; }
.buehne h1 { color: #fff; margin-bottom: .35em; }
.buehne-text p { font-size: 1.18rem; color: #E4E8E3; max-width: 33em; }

.knopfreihe { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }

.knopf {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  padding: .85rem 1.6rem; border: 2px solid transparent; border-radius: 999px;
}
.knopf-gruen { background: var(--gruen); color: #fff; }
.knopf-gruen:hover { background: var(--gruen-tief); }
.knopf-weiss { background: #fff; color: var(--schiefer); }
.knopf-weiss:hover { background: var(--hell); }
.knopf-linie { border-color: var(--gruen); color: var(--gruen-tief); background: transparent; }
.knopf-linie:hover { background: var(--gruen); color: #fff; }
.buehne-text .knopf-linie, .band-dunkel .knopf-linie, .band-gruen .knopf-linie,
.abschluss .knopf-linie { border-color: rgba(255,255,255,.6); color: #fff; }
.buehne-text .knopf-linie:hover, .band-dunkel .knopf-linie:hover,
.band-gruen .knopf-linie:hover, .abschluss .knopf-linie:hover { background: #fff; color: var(--schiefer); }

/* ------------------------------------------------------------- Seitenkopf */

.seitenkopf { position: relative; background: var(--schiefer); }
.seitenkopf-bild img { width: 100%; }
@media (min-width: 950px) {
  .seitenkopf-bild img { height: 44vh; min-height: 320px; object-fit: cover; object-position: center 55%; }
  .seitenkopf-bild::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(26,30,27,.55) 0%, rgba(26,30,27,.18) 42%, rgba(26,30,27,.8) 100%);
  }
  .seitenkopf-text { position: absolute; left: 0; right: 0; bottom: 0; padding-bottom: clamp(1.75rem, 4vw, 3rem); padding-inline: 0; }
}
.seitenkopf-text { padding: clamp(1.5rem, 4vw, 2.25rem) 1.25rem; color: #fff; }
.seitenkopf-innen { width: min(100% - 2.5rem, var(--breit)); margin-inline: auto; }
.seitenkopf h1 { color: #fff; }
.seitenkopf-text p { color: #E4E8E3; font-size: 1.12rem; max-width: 34em; }
.seitenkopf.schlicht { padding: clamp(2.25rem, 5vw, 3.5rem) 0; }

/* ------------------------------------------------------------- Zahlenband */

.zahlen { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, 1fr); margin-top: 0; }
@media (min-width: 800px) { .zahlen { grid-template-columns: repeat(4, 1fr); } }
.zahl { text-align: center; }
.zahl b { display: block; font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 800; color: var(--gruen-hell); line-height: 1.05; }
.zahl span { display: block; font-size: .92rem; color: var(--auf-dunkel); margin-top: .3rem; }

/* ---------------------------------------------------------------- Kacheln */

.kacheln { display: grid; gap: 1.5rem; grid-template-columns: 1fr; margin-top: 2.25rem; }
@media (min-width: 700px) { .kacheln { grid-template-columns: repeat(2, 1fr); } }

.kachel {
  background: var(--heller); border-radius: var(--rund); overflow: hidden;
  box-shadow: var(--schatten); display: flex; flex-direction: column;
}
.kachel img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.kachel-text { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.kachel-text h3 { color: var(--schiefer); }
.kachel-text p { flex: 1; font-size: .99rem; }
.kachel-text a { font-weight: 700; font-size: .92rem; color: var(--gruen-tief); text-decoration: none; margin-top: 1rem; }
.kachel-text a:hover { text-decoration: underline; }

/* --------------------------------------------------------------- Schritte */

.schritte { list-style: none; padding: 0; margin: 2.25rem 0 0; display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 800px) { .schritte { grid-template-columns: repeat(3, 1fr); } }
.schritte li { background: var(--heller); border-radius: var(--rund); padding: 1.6rem; box-shadow: var(--schatten); }
.band-weiss .schritte li { background: var(--hell); box-shadow: none; border: 1px solid var(--linie); }
.schritt-zahl {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.4rem; height: 2.4rem; border-radius: 999px;
  background: var(--gruen); color: #fff; font-weight: 800; font-size: 1.05rem;
  margin-bottom: .9rem;
}

/* ----------------------------------------------------------------- Gründe */

.gruende { display: grid; gap: 1.75rem; grid-template-columns: 1fr; margin-top: 2.25rem; }
@media (min-width: 800px) { .gruende { grid-template-columns: repeat(3, 1fr); } }
.gruende h3 { color: #fff; }
.gruende p { color: var(--auf-dunkel); }

/* --------------------------------------------------------------- Streifen */

.streifen { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 700px) { .streifen { grid-template-columns: repeat(3, 1fr); } }
.streifen img { width: 100%; }
@media (min-width: 700px) { .streifen img { aspect-ratio: 3 / 2; object-fit: cover; } }

/* ------------------------------------------------------------- Zweispalter */

.zweispalt { display: grid; gap: clamp(1.75rem, 4vw, 3.25rem); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 950px) {
  .zweispalt { grid-template-columns: 1fr 1fr; }
  .zweispalt.gedreht .spalt-bild { order: 2; }
  .zweispalt.gedreht .spalt-text { order: 1; }
}
.zweispalt + .zweispalt { margin-top: clamp(2.5rem, 6vw, 4rem); }
.spalt-bild img { width: 100%; border-radius: var(--rund); }

.haken, .kreuze, .nummern { padding-left: 0; list-style: none; margin: 0 0 1.2em; }
.haken li, .kreuze li { padding-left: 1.75rem; position: relative; margin-bottom: .5rem; }
.haken li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: .7rem; height: .7rem; border-radius: 999px; background: var(--gruen);
}
.kreuze li::before { content: "×"; position: absolute; left: 0; top: 0; color: var(--gruen); font-weight: 700; font-size: 1.2rem; line-height: 1.5; }
@media (min-width: 700px) { .haken.zweizeilig { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 1.75rem; } }

.nummern { list-style: decimal; padding-left: 1.35rem; }
.nummern li { margin-bottom: .65rem; }

.weiter { font-weight: 700; font-size: .93rem; color: var(--gruen-tief); text-decoration: none; }
.weiter:hover { text-decoration: underline; }

.merksatz { background: var(--heller); border-radius: var(--rund); padding: 1.2rem 1.4rem; box-shadow: var(--schatten); }
.band-weiss .merksatz { background: var(--hell); box-shadow: none; border: 1px solid var(--linie); }
.band-dunkel .merksatz, .band-gruen .merksatz { background: rgba(255,255,255,.08); box-shadow: none; }

/* ------------------------------------------------------- Vorher / Nachher */

.vn + .vn { margin-top: clamp(2.5rem, 6vw, 4rem); }
.vn-paar { display: grid; gap: 1rem; grid-template-columns: 1fr; margin-top: 1.25rem; }
@media (min-width: 700px) { .vn-paar { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }
.vn-bild { margin: 0; background: var(--heller); border-radius: var(--rund); overflow: hidden; box-shadow: var(--schatten); }
.vn-bild img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.vn-marke { margin: 0; padding: .7rem 1rem; font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-leise); }
.vn-bild.nachher .vn-marke { background: var(--gruen); color: #fff; }
.vn-kopf { display: flex; flex-wrap: wrap; gap: .3rem 1rem; align-items: baseline; }
.vn-kopf h3 { margin: 0; font-size: 1.3rem; }
.vn-kopf .eckdaten { color: var(--text-leise); font-size: .92rem; }

/* --------------------------------------------------------------- Projekte */

.projekte { display: grid; gap: 1.75rem; grid-template-columns: 1fr; margin-top: 2.25rem; }
@media (min-width: 750px) { .projekte { grid-template-columns: repeat(2, 1fr); } }
.projekt { background: var(--heller); border-radius: var(--rund); overflow: hidden; box-shadow: var(--schatten); }
.band-weiss .projekt { background: var(--hell); box-shadow: none; border: 1px solid var(--linie); }
.projekt img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.projekt-text { padding: 1.5rem 1.6rem 1.7rem; }
.projekt-text h3 { margin-bottom: .3em; }
.projekt-text .eckdaten { color: var(--gruen-tief); font-size: .84rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: .9em; }

/* --------------------------------------------------------------- Tabellen */

.tabellenrahmen { overflow-x: auto; margin: 1.6rem 0 .5rem; border-radius: var(--rund); }
table.preise { border-collapse: collapse; width: 100%; min-width: 420px; background: var(--heller); }
table.preise th, table.preise td { text-align: left; padding: .85rem 1.1rem; border-bottom: 1px solid var(--linie); }
table.preise thead th { background: var(--schiefer); color: #fff; font-size: .84rem; letter-spacing: .05em; }
table.preise tbody tr:last-child td { border-bottom: none; }
table.preise td:last-child { font-weight: 700; white-space: nowrap; }

table.zeiten { border-collapse: collapse; margin-bottom: 1.1em; }
table.zeiten td { padding: .35rem 1.5rem .35rem 0; vertical-align: top; }

/* ---------------------------------------------------------------- Fragen */

.fragen { display: grid; gap: 1.25rem; grid-template-columns: 1fr; margin-top: 1.75rem; }
@media (min-width: 850px) { .fragen { grid-template-columns: repeat(2, 1fr); } }
.frage { background: var(--heller); border-radius: var(--rund); padding: 1.4rem 1.5rem; box-shadow: var(--schatten); }
.band-weiss .frage { background: var(--hell); box-shadow: none; border: 1px solid var(--linie); }
.frage h3 { font-size: 1.05rem; }
.frage p { font-size: .98rem; margin: 0; }

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

.abschluss { background: var(--gruen-tief); color: #fff; padding: clamp(2.75rem, 6vw, 4.5rem) 0; }
.abschluss h2 { color: #fff; }
.abschluss p { color: #DCEBE1; }

.tel-gross { font-size: clamp(1.7rem, 3.6vw, 2.4rem); font-weight: 800; margin-bottom: .3em; }
.tel-gross a { color: var(--schiefer); text-decoration: none; }

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

.formular { margin-top: 1.75rem; }
.feld { margin-bottom: 1.1rem; }
.feld label { display: block; font-weight: 700; font-size: .93rem; margin-bottom: .4rem; }
.freiwillig { font-weight: 400; color: var(--text-leise); }
.feld input, .feld textarea {
  width: 100%; font: inherit; color: inherit;
  padding: .8rem .9rem; border: 1px solid var(--linie); background: var(--heller);
  border-radius: 8px;
}
.feld input:focus, .feld textarea:focus { border-color: var(--gruen); }
.honigtopf { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formular button { border: none; }
.formular .klein { margin-top: 1rem; }

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

.fuss { background: var(--schiefer); color: var(--auf-dunkel); padding-top: clamp(2.25rem, 5vw, 3.5rem); }
.fuss a { color: #fff; }
.fuss-innen {
  width: min(100% - 2.5rem, var(--breit)); margin-inline: auto;
  display: grid; gap: 2rem; grid-template-columns: 1fr; padding-bottom: 2.25rem;
}
@media (min-width: 750px) { .fuss-innen { grid-template-columns: repeat(3, 1fr); } }
.fuss-logo { font-size: 1.35rem; font-weight: 800; color: #fff; margin-bottom: .5rem; }
.fuss-logo span { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 400; color: var(--auf-dunkel); margin-top: .25rem; }
.fuss-titel { font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gruen-hell); margin-bottom: .6rem; }
.fuss-liste { list-style: none; padding: 0; margin: 0; }
.fuss-liste li { margin-bottom: .35rem; }

.fuss-hinweis { background: var(--schiefer-tief); padding: 1.6rem 1.25rem; }
.fuss-hinweis p { width: min(100%, var(--breit)); margin-inline: auto; font-size: .87rem; }
.fuss-hinweis strong { color: #fff; }
.fuss-links { margin-top: .9rem !important; }
.fuss-sichtvoll { margin-top: .5rem !important; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* --------------------------------------------------- Rechtstextseiten */

/* Der Generatortext bleibt am Stück und ohne style-Angaben. */
.rechtstext h1 { font-size: clamp(1.8rem, 3.6vw, 2.4rem); }
.rechtstext h2 { margin-top: 2.6rem; font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.rechtstext h3 { margin-top: 2.2rem; }
.rechtstext h4 { margin-top: 1.6rem; font-size: 1.02rem; }
.rechtstext h2:first-child, .rechtstext h3:first-child { margin-top: 0; }
.rechtstext p { margin-bottom: 1.1em; }
.rechtstext ul, .rechtstext ol { margin: 0 0 1.1em; padding-left: 1.4rem; }
.rechtstext li { margin-bottom: .4rem; }
.rechtstext a { word-break: break-word; }
.rechtstext .quellenhinweis { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--linie); font-size: .9rem; color: var(--text-leise); }

.demo-kasten-text {
  background: var(--heller); border-radius: var(--rund); box-shadow: var(--schatten);
  padding: 1.3rem 1.5rem; margin-bottom: 2.5rem;
  border-left: 5px solid var(--gruen);
}
.demo-kasten-text p { font-size: .97rem; }
