/* fliegengitter.nrw — fliro.tech B.V.
   Schriften: Systemschriften, keine externen Font-Server (siehe Datenschutzerklärung, Ziffer 14). */

:root {
  --anthrazit: #384047;
  --anthrazit-weich: #5b646b;
  --orange: #f97316;
  --orange-dunkel: #d95d05;
  --tint: #fdf0e6;
  --tint-linie: #f0dac6;
  --papier: #ffffff;
  --grau: #f3f4f5;
  --linie: #e2e6e9;
  --breite: 1600px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  overflow-wrap: break-word;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--anthrazit);
  background: var(--papier);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--orange-dunkel); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
}

.wrap { max-width: var(--breite); margin: 0 auto; padding: 0 24px; }

/* ---------- Kopf ---------- */
.kopf {
  border-bottom: 1px solid var(--linie);
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(6px);
}
.kopf .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 74px;
}
.marke { font-weight: 700; font-size: 19px; letter-spacing: -.01em; text-decoration: none; color: var(--anthrazit); }
.marke span { color: var(--orange); }
.kopf nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.kopf nav a { color: var(--anthrazit); text-decoration: none; font-size: 15.5px; }
.kopf nav a:hover { color: var(--orange-dunkel); }

.knopf {
  display: inline-block; background: var(--orange); color: #fff;
  text-decoration: none; font-weight: 700; font-size: 16px;
  padding: 13px 24px; border: 0; border-radius: 2px; cursor: pointer;
}
.knopf:hover { background: var(--orange-dunkel); }
.knopf.linie {
  background: transparent; color: var(--anthrazit);
  box-shadow: inset 0 0 0 1.5px var(--anthrazit);
}
.knopf.linie:hover { background: var(--anthrazit); color: #fff; }

/* ---------- Gewebe-Motiv ---------- */
.gewebe {
  background-image:
    repeating-linear-gradient(to right, var(--linie) 0 1px, transparent 1px 20px),
    repeating-linear-gradient(to bottom, var(--linie) 0 1px, transparent 1px 20px);
}

/* ---------- Hero ---------- */
.hero { padding: 74px 0 64px; }
.hero .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.hero h1 {
  font-size: clamp(38px, 5.2vw, 60px);
  line-height: 1.06; letter-spacing: -.025em; font-weight: 800;
  margin: 0 0 22px;
}
.hero p.lead { font-size: 20px; line-height: 1.5; color: var(--anthrazit-weich); margin: 0 0 30px; max-width: 34em; }
.hero .aktionen { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero .region { font-size: 15px; color: var(--anthrazit-weich); border-top: 1px solid var(--linie); padding-top: 18px; }

.heroBild { position: relative; }
.heroBild img { width: 100%; height: 500px; object-fit: cover; }
.heroBild .netz {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(to right, rgba(255,255,255,.45) 0 1px, transparent 1px 15px),
    repeating-linear-gradient(to bottom, rgba(255,255,255,.45) 0 1px, transparent 1px 15px);
}
.heroBild .faden { position: absolute; left: 0; right: 0; top: 58%; height: 3px; background: var(--orange); }
.heroBild figcaption { font-size: 13.5px; color: var(--anthrazit-weich); padding-top: 10px; }

/* ---------- Abschnitte ---------- */
section { padding: 72px 0; }
section.grau { background: var(--grau); }
section.tint { background: var(--tint); }

h2 { font-size: clamp(27px, 3.2vw, 36px); line-height: 1.18; letter-spacing: -.02em; font-weight: 800; margin: 0 0 16px; max-width: 22em; }
h3 { font-size: 20px; line-height: 1.3; margin: 0 0 8px; font-weight: 700; }
p { max-width: 68ch; }
.einleitung { font-size: 19px; color: var(--anthrazit-weich); margin: 0 0 40px; max-width: 62ch; }

/* ---------- Klimazahlen ---------- */
.zahlen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 8px; }
.zahl { border-top: 3px solid var(--orange); padding-top: 16px; }
.zahl b { display: block; font-size: 46px; line-height: 1; font-weight: 800; letter-spacing: -.03em; }
.zahl span { display: block; font-size: 15.5px; color: var(--anthrazit-weich); margin-top: 10px; }

.balken { margin: 44px 0 0; display: grid; gap: 16px; max-width: 900px; }
.balken .reihe { display: grid; grid-template-columns: 190px 1fr 86px; align-items: center; gap: 16px; }
.balken .spur { display: block; background: #e7eaec; height: 26px; }
.balken .fuellung { display: block; height: 26px; background: #9fb4c4; }
.balken .reihe.stark .fuellung { background: var(--orange); }
.balken .wert { font-weight: 700; text-align: right; }
.balken .name { font-size: 15.5px; }

/* ---------- Kette ---------- */
.kette { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 34px 0 0; }
.kette .glied { background: #fff; border: 1px solid var(--linie); padding: 18px 16px; }
.kette .glied b { display: block; font-size: 15px; margin-bottom: 6px; }
.kette .glied span { font-size: 14px; color: var(--anthrazit-weich); }
.kette .glied.stopp { border-color: var(--orange); background: var(--tint); }

.hinweisBox {
  margin-top: 34px; background: #fff; border: 1px solid var(--tint-linie);
  padding: 26px 28px; max-width: 760px;
}
.hinweisBox h3 { margin-bottom: 6px; }

/* ---------- Nutzen ---------- */
.nutzen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.nutzen ul { margin: 0; padding-left: 20px; }
.nutzen li { margin-bottom: 9px; }
.nutzen h3 { border-bottom: 1px solid var(--linie); padding-bottom: 10px; margin-bottom: 14px; }

/* ---------- Technik ---------- */
.technik { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.merkmale { display: grid; gap: 22px; }
.merkmal { border-bottom: 1px solid var(--linie); padding-bottom: 20px; }
.merkmal:last-child { border-bottom: 0; }
.merkmal b { display: block; color: var(--orange-dunkel); font-size: 17px; margin-bottom: 4px; }
.merkmal span { color: var(--anthrazit-weich); font-size: 16px; }
.sicherheit { margin-top: 26px; font-size: 15.5px; background: var(--grau); padding: 16px 20px; }

/* ---------- Priorität ---------- */
.prio { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.prioListe { list-style: none; margin: 0; padding: 0; }
.prioListe li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--linie); align-items: baseline; }
.prioListe .rang { font-weight: 800; color: var(--orange); }

/* ---------- Preis ---------- */
.preisBlock { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start; }
.preisKarte { background: #fff; border: 1px solid var(--tint-linie); padding: 30px; }
.preisKarte .betrag { font-size: 62px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.preisKarte .je { color: var(--anthrazit-weich); margin: 8px 0 18px; }
.preisKarte hr { border: 0; border-top: 1px solid var(--tint-linie); margin: 0 0 18px; }
.preisKarte ul { margin: 0; padding-left: 18px; font-size: 16px; }
.preisKarte li { margin-bottom: 6px; }
.rechnung { width: 100%; border-collapse: collapse; }
.rechnung th, .rechnung td { text-align: left; padding: 13px 0; border-bottom: 1px solid var(--linie); }
.rechnung th { font-size: 14.5px; color: var(--anthrazit-weich); font-weight: 600; }
.rechnung td:last-child, .rechnung th:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.rechnung tr.hervor td { font-weight: 700; color: var(--orange-dunkel); }
.fussnote { font-size: 14.5px; color: var(--anthrazit-weich); margin-top: 18px; }

/* ---------- Ablauf ---------- */
.ablauf { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.ablauf li { border-top: 3px solid var(--anthrazit); padding-top: 16px; }
.ablauf li:first-child { border-top-color: var(--orange); }
.ablauf .schritt { font-size: 14px; color: var(--anthrazit-weich); display: block; margin-bottom: 6px; }
.ablauf b { display: block; margin-bottom: 6px; }
.ablauf span.text { font-size: 15px; color: var(--anthrazit-weich); }

/* ---------- Kontakt ---------- */
.kontakt { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
form { display: grid; gap: 16px; }
label { display: block; font-size: 15px; font-weight: 600; margin-bottom: 6px; }
input, select, textarea {
  width: 100%; font: inherit; font-size: 16px; padding: 12px 14px;
  border: 1px solid #c9d0d5; border-radius: 2px; background: #fff; color: var(--anthrazit);
}
textarea { min-height: 130px; resize: vertical; }
.zeile2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pflicht { font-size: 14px; color: var(--anthrazit-weich); }
.direkt { font-size: 17px; }
.direkt dt { font-weight: 700; margin-top: 18px; }
.direkt dd { margin: 4px 0 0; }

/* ---------- Quellen ---------- */
.quellen { font-size: 14px; color: var(--anthrazit-weich); }
.quellen h2 { font-size: 18px; margin-bottom: 12px; }
.quellen ul { padding-left: 18px; margin: 0; }
.quellen li { margin-bottom: 6px; }

/* ---------- Fuß ---------- */
.fuss { background: var(--anthrazit); color: #cfd5d9; padding: 54px 0 34px; font-size: 15.5px; }
.fuss a { color: #fff; text-decoration: none; }
.fuss a:hover { text-decoration: underline; }
.fussGitter { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; }
.fuss h3 { color: #fff; font-size: 15px; margin-bottom: 12px; }
.fuss ul { list-style: none; margin: 0; padding: 0; }
.fuss li { margin-bottom: 8px; }
.fussEnde { border-top: 1px solid #4d565d; margin-top: 40px; padding-top: 20px; font-size: 14px; }

/* ---------- Rechtstexte ---------- */
.rechtstext { padding: 56px 0 80px; }
.rechtstext p, .rechtstext li, .rechtstext address { max-width: 72ch; }
.rechtstext ul, .rechtstext ol { max-width: 74ch; }
.rechtstext h1 { font-size: clamp(30px, 4vw, 42px); letter-spacing: -.02em; margin: 0 0 8px; }
.rechtstext .stand { color: var(--anthrazit-weich); font-size: 15px; margin: 0 0 36px; }
.rechtstext h2 { font-size: 22px; margin: 38px 0 10px; max-width: none; }
.rechtstext h3 { font-size: 18px; margin: 24px 0 8px; }
.rechtstext ul, .rechtstext ol { padding-left: 22px; }
.rechtstext li { margin-bottom: 7px; }
.rechtstext address { font-style: normal; background: var(--grau); padding: 18px 22px; margin: 16px 0; }
.zurueck { display: inline-block; margin-bottom: 26px; font-size: 15px; }

/* ---------- Responsiv ---------- */
@media (max-width: 980px) {
  .hero .wrap, .technik, .prio, .kontakt, .preisBlock { grid-template-columns: 1fr; gap: 36px; }
  .zahlen, .nutzen { grid-template-columns: 1fr; gap: 28px; }
  .kette, .ablauf { grid-template-columns: 1fr 1fr; }
  .fussGitter { grid-template-columns: 1fr 1fr; }
  .heroBild img { height: 300px; }
  section { padding: 54px 0; }
  .balken .reihe { grid-template-columns: 120px 1fr 80px; }
}
@media (max-width: 900px) {
  .kopf nav a:not(.knopf) { display: none; }
  .knopf { padding: 11px 18px; font-size: 15px; }
}
@media (max-width: 620px) {
  .kette, .ablauf, .zeile2, .fussGitter { grid-template-columns: 1fr; }
  .kopf .wrap { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
  .kopf nav { gap: 16px; }
}

@media (max-width: 560px) {
  .balken .reihe { grid-template-columns: 1fr auto; gap: 6px 12px; }
  .balken .name { grid-column: 1 / -1; font-weight: 600; }
  .rechnung th, .rechnung td { padding: 11px 0; font-size: 15px; }
  .preisKarte .betrag { font-size: 50px; }
  .zahl b { font-size: 38px; }
  .hero { padding: 44px 0 40px; }
  .wrap { padding: 0 18px; }
}
