/* ==========================================================================
   STIL — Reifenstein Forst- & Gartengeräte
   Optik orientiert an der bestehenden Website:
   dunkelgrüne Foto-Header, Versalien-Überschriften, helle Inhaltsflächen.
   Farben und Größen kannst du unten unter :root ändern.
   ========================================================================== */

:root {
  --dunkel:      #14351f;   /* Kopf/dunkle Bereiche (Waldgrün, dunkel = gruen-tief) */
  --dunkel-2:    #1d472b;   /* Karten in dunklen Bereichen                 */
  --akzent:      #EE7203;   /* STIHL-Orange (Original)                     */
  --akzent-hell: #C85D00;   /* Orange, dunkler (Hover)                     */
  --gruen:       #2C7A3D;   /* Sekundär-Grün (Überschriften-Akzente)       */
  --gruen-hell:  #E7EFE6;   /* helle grüne Fläche (Bilder, Kästen)         */
  --hell:        #F2F4EF;   /* heller Abschnittshintergrund (Papier)       */
  --weiss:       #ffffff;
  --text:        #191C18;   /* Fließtext, hoher Kontrast (Tinte)           */
  --text-grau:   #5C635A;
  --linie:       #D7DDD2;
  --stahl:       #2A2E29;   /* dunkler Balken (Kartenhinweis)              */

  --font-titel: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-text:  "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;

  --breite: 1180px;
  --schatten: 0 4px 18px rgba(20,53,31,.10);
  --schatten-stark: 0 14px 38px rgba(20,53,31,.20);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
html, body { overflow-x: hidden; }

body {
  font-family: var(--font-text);
  color: var(--text);
  background: var(--weiss);
  line-height: 1.7;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--breite); margin: 0 auto; padding: 0 1.25rem; }

/* --- Überschriften im Stil der Bestandsseite: Versalien, gesperrt --- */
h1, h2, h3, h4 { font-family: var(--font-titel); font-weight: 700; line-height: 1.2; color: var(--dunkel); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); text-transform: uppercase; letter-spacing: .04em; margin-bottom: .75rem; }
h3 { font-size: 1.2rem; text-transform: uppercase; letter-spacing: .04em; margin-bottom: .4rem; }

/* Kleines Label über der Überschrift ("AKTUELLES", "WERKSTATT" …) */
.kicker {
  font-family: var(--font-titel); font-size: .85rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--akzent); margin-bottom: .7rem;
}
.kicker::after { content: ""; display: block; width: 46px; height: 3px; background: var(--akzent); margin-top: .6rem; }

.intro { max-width: 660px; color: var(--text-grau); font-size: 1.08rem; margin-bottom: 1rem; }

.abschnitt { padding: 5rem 0; }
.abschnitt--hell   { background: var(--hell); }
.abschnitt--weiss  { background: var(--weiss); }
.abschnitt--dunkel { background: var(--dunkel); color: #dbe6de; }
.abschnitt--dunkel h2, .abschnitt--dunkel h3 { color: #fff; }
.abschnitt--dunkel .intro { color: #bcccc1; }
.abschnitt--dunkel .kicker { color: #ffb056; }
.abschnitt--dunkel .kicker::after { background: #ffb056; }

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.7rem; font-family: var(--font-titel); font-weight: 700;
  font-size: .95rem; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
  min-height: 50px; transition: background .18s ease, color .18s ease, transform .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn--rot    { background: var(--akzent); color: #fff; }
.btn--rot:hover { background: var(--akzent-hell); }
.btn--weiss  { background: #fff; color: var(--dunkel); }
.btn--weiss:hover { background: #e9ece9; }
.btn--umriss { background: transparent; color: var(--dunkel); border-color: var(--dunkel); }
.btn--umriss:hover { background: var(--dunkel); color: #fff; }
.abschnitt--dunkel .btn--umriss { color: #fff; border-color: rgba(255,255,255,.6); }
.abschnitt--dunkel .btn--umriss:hover { background: #fff; color: var(--dunkel); }

/* ==========================================================================
   KOPF / NAVIGATION
   ========================================================================== */
.kopf {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--linie);
}
.kopf__inner { display: flex; align-items: center; gap: 1.5rem; padding: .5rem 1.25rem; max-width: var(--breite); margin: 0 auto; min-height: 82px; }
.kopf__logo img { height: 52px; width: auto; }
.nav { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.nav a {
  color: var(--dunkel); text-decoration: none; font-family: var(--font-titel);
  font-size: 1.05rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  padding: .55rem .8rem; white-space: nowrap; border-bottom: 3px solid transparent;
}
.nav a:hover, .nav a:focus-visible { color: var(--akzent); }
.kopf__tel {
  display: inline-flex; align-items: center; gap: .45rem; background: var(--akzent); color: #fff;
  text-decoration: none; font-family: var(--font-titel); font-weight: 600; font-size: 1.05rem;
  letter-spacing: .07em; text-transform: uppercase; padding: .6rem 1.1rem; white-space: nowrap; min-height: 44px;
  border-radius: 3px; flex-shrink: 0;
}
.kopf__tel:hover { background: var(--akzent-hell); }
.kopf__tel svg { width: 16px; height: 16px; }
.burger { display: none; background: var(--dunkel); border: 0; border-radius: 3px; width: 46px; height: 42px; cursor: pointer; margin-left: auto; }
.burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 4px auto; }

/* ==========================================================================
   HERO — großes Foto mit dunklem Overlay (wie auf der Bestandsseite)
   ========================================================================== */
.hero { position: relative; min-height: 78vh; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(15,34,21,.90) 0%, rgba(15,34,21,.72) 45%, rgba(15,34,21,.42) 100%);
}
.hero__inner { position: relative; z-index: 2; padding: 5rem 1.25rem; max-width: var(--breite); margin: 0 auto; width: 100%; }
.hero .kicker { color: #ffb056; }
.hero .kicker::after { background: #ffb056; }
.hero h1 {
  color: #fff; font-size: clamp(2.6rem, 7vw, 5rem); text-transform: uppercase;
  letter-spacing: .005em; line-height: 1.03; max-width: 16ch; margin-bottom: 1rem;
}
.hero h1 span { color: var(--akzent); display: block; }
.hero p { color: #DDE7DA; font-size: 1.2rem; max-width: 34rem; margin-bottom: 1.9rem; }
.hero__btns { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ==========================================================================
   ÖFFNUNGSZEITEN
   ========================================================================== */
.zeiten { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.zeiten__liste { list-style: none; margin-top: .5rem; }
.zeiten__liste li { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--linie); }
.zeiten__liste li:last-child { border-bottom: none; }
.zeiten__liste .tage { font-weight: 700; font-family: var(--font-titel); font-size: 1.05rem; text-transform: uppercase; letter-spacing: .03em; }
.zeiten__box { background: var(--weiss); padding: 2.2rem; box-shadow: var(--schatten); border-top: 4px solid var(--akzent); }
.zeiten__tel { display: inline-flex; align-items: center; gap: .55rem; margin: 1.2rem 0 .4rem; font-family: var(--font-titel); font-size: 1.5rem; font-weight: 700; color: var(--akzent); text-decoration: none; }
.zeiten__tel svg { width: 22px; height: 22px; }
.zeiten__hinweis { color: var(--text-grau); font-size: .95rem; }

/* ==========================================================================
   ZIELGRUPPEN
   ========================================================================== */
.zielgruppen { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.zielgruppe {
  background: var(--dunkel); color: #fff;
  padding: 2.2rem 2rem; border-radius: 3px;
  border-left: 5px solid var(--akzent);
}
.zielgruppe__icon { margin-bottom: 1.1rem; }
.zielgruppe__icon img { width: 46px; height: auto; object-fit: contain; }
.zielgruppe h3 { color: #fff; }
.zielgruppe p { color: #C9D8C6; margin: 0; }

/* ==========================================================================
   AKTIONSBAND (oranger Streifen) – dicke Überschrift + Fließtext + Button
   ========================================================================== */
.aktionsband { background: var(--akzent); color: #fff; }
.aktionsband .container {
  display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; padding-block: 1.9rem;
}
.aktionsband h2 { margin: 0; color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.aktionsband__text { flex: 1; min-width: 240px; }
.aktionsband__text p { margin: .3rem 0 0; color: #FFE7D2; font-size: 1.05rem; }
.aktionsband .btn { margin-left: auto; }
.btn--hell { border-color: rgba(255,255,255,.65); color: #fff; background: transparent; }
.btn--hell:hover { background: #fff; color: var(--akzent); border-color: #fff; }
@media (max-width: 860px) { .aktionsband .btn { margin-left: 0; } }

/* ==========================================================================
   ANGEBOTE (Bild-Kacheln, quadratisch, weiß hinterlegt wie Original)
   ========================================================================== */
.angebote { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
@media (max-width: 780px) { .angebote { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .angebote { grid-template-columns: 1fr; } }
.angebot { background: #fff; border: 1px solid var(--linie); border-radius: 3px; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.angebot:hover { box-shadow: var(--schatten); transform: translateY(-3px); }
.angebot img { aspect-ratio: 1 / 1; object-fit: contain; width: 100%; padding: 1rem; transition: transform .4s ease; }
.angebot:hover img { transform: scale(1.04); }
.rechtshinweis { font-size: .92rem; color: var(--text-grau); margin-top: 1.8rem; max-width: 780px; line-height: 1.6; }

/* ==========================================================================
   AUSSTELLUNG (Bild-Mosaik + 360°-Tour)
   ========================================================================== */
.galerie { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-top: 2rem; }
.galerie img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; border-radius: 3px; transition: transform .5s ease; }
.galerie a { display: block; overflow: hidden; border-radius: 3px; }
.galerie a:first-child { grid-column: span 2; grid-row: span 2; }
.galerie a:first-child img { aspect-ratio: auto; height: 100%; }
.galerie a:hover img { transform: scale(1.05); }

.tour-band {
  display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap;
  margin-top: 1.6rem; padding: 1.6rem 1.8rem;
  background: var(--gruen-hell); border-left: 5px solid var(--gruen); border-radius: 3px;
}
.tour-band h3 { margin: 0; color: var(--dunkel); }
.tour-band p { margin: .2rem 0 0; color: var(--text-grau); }
.tour-band .btn { margin-left: auto; }
.btn--gruen { background: var(--dunkel); color: #fff; }
.btn--gruen:hover { background: var(--gruen); }
@media (max-width: 860px) {
  .galerie { grid-template-columns: repeat(2, 1fr); }
  .galerie a:first-child { grid-column: span 2; grid-row: auto; }
  .galerie a:first-child img { aspect-ratio: 16/10; }
  .tour-band .btn { margin-left: 0; }
}

.tour-einbettung {
  position: relative; aspect-ratio: 16 / 9; border-radius: 3px; overflow: hidden;
  border: 1px solid var(--linie); background: var(--stahl); margin-top: 1.6rem;
}
.tour-einbettung iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ==========================================================================
   SERVICE & WERKSTATT
   ========================================================================== */
.versprechen { list-style: none; display: flex; flex-wrap: wrap; gap: .7rem 1.6rem; margin: 1.6rem 0 2.6rem; }
.versprechen li { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-titel); font-weight: 600; font-size: 1.02rem; text-transform: uppercase; letter-spacing: .03em; }
.versprechen svg { width: 20px; height: 20px; color: var(--gruen); flex-shrink: 0; }

.leistungen { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.6rem; margin-top: 1rem; }
.leistung { background: var(--weiss); box-shadow: var(--schatten); display: flex; flex-direction: column; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.leistung:hover { box-shadow: var(--schatten-stark); transform: translateY(-4px); }
.leistung__bild { aspect-ratio: 4/3; background: #e4e9e5; overflow: hidden; }
.leistung__bild img { width: 100%; height: 100%; object-fit: cover; }
.leistung__body { padding: 1.4rem; }
.leistung__body h3 { color: var(--text); }
.leistung__body p { color: var(--text-grau); font-size: .96rem; }

/* ==========================================================================
   GERÄTE-SERVICE (Prüfpunkte je Gerät)
   ========================================================================== */
.karten-service { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.6rem; margin-top: 2.5rem; }
.karte-service { background: var(--weiss); box-shadow: var(--schatten); display: flex; flex-direction: column; overflow: hidden; }
.karte-service__bild { aspect-ratio: 16/10; background: #e4e9e5; overflow: hidden; }
.karte-service__bild img { width: 100%; height: 100%; object-fit: cover; }
.karte-service__body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.karte-service__body h3 { color: var(--dunkel); }
.karte-service__unter { color: var(--text-grau); font-size: .88rem; margin-bottom: .8rem; }
.karte-service__punkte { list-style: none; margin-top: .6rem; display: flex; flex-direction: column; gap: .35rem; }
.karte-service__punkte li { position: relative; padding-left: 1.4rem; font-size: .94rem; }
.karte-service__punkte li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; background: var(--akzent); }
.karte-service__hinweis { margin-top: 1rem; padding-top: .9rem; border-top: 1px solid var(--linie); color: var(--gruen); font-size: .9rem; font-weight: 600; }

/* ==========================================================================
   NAVIMOW (hell, wie Original: weiße Vorteilskarten, nur Service-Kasten grün)
   ========================================================================== */
.navimow-split { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; margin-top: 2rem; }
.navimow-split > img { width: 100%; aspect-ratio: 4/3; border-radius: 3px; border: 1px solid var(--linie); background: var(--gruen-hell); object-fit: cover; }
.navimow-service {
  margin-top: 2.6rem; background: var(--dunkel); color: #fff;
  padding: 2.2rem 2rem; border-radius: 3px; border-left: 6px solid var(--akzent);
}
.navimow-service h3 { color: #fff; }
.navimow-service > p { color: #C6D5C3; margin-bottom: 1.2rem; }
.navimow-service .liste li { border-color: rgba(255,255,255,.14); color: #DCE7DA; }

/* Karten (Navimow-Vorteile): 4 nebeneinander, weiß auf hell, grüne Oberkante */
#nv-vorteile { grid-template-columns: repeat(4, 1fr); margin-top: 2rem; }
/* Bild rechts oben bündig mit dem Titelbeginn abschließen lassen.
   Versatz = Höhe von Kicker + Titel + Zwischenabstand oberhalb des Split. */
@media (min-width: 901px) {
  .navimow-split > img { margin-top: -80px; }
}
.karten { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; margin-top: 1.8rem; }
.karte { background: var(--weiss); border: 1px solid var(--linie); border-top: 4px solid var(--gruen); border-radius: 3px; padding: 1.6rem 1.5rem; box-shadow: none; }
.karte h3 { font-size: 1.25rem; color: var(--dunkel); margin-bottom: .4rem; }
.karte p { color: var(--text-grau); margin: 0; font-size: .98rem; }

/* Allgemeine Listen mit Punkten */
.liste { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: .5rem 2rem; margin-top: 1.5rem; }
.liste li { display: flex; align-items: flex-start; gap: .7rem; padding: .55rem 0; border-bottom: 1px solid var(--linie); }
.abschnitt--dunkel .liste li { border-color: rgba(255,255,255,.12); }
.liste li::before { content: ""; width: 8px; height: 8px; background: var(--akzent); flex-shrink: 0; margin-top: .6rem; }

/* ==========================================================================
   ÜBER UNS / ZITAT / HISTORIE / TEAM
   ========================================================================== */
.zitat { margin: 1.5rem 0 .5rem; }
.zitat blockquote { font-family: var(--font-titel); font-size: 1.5rem; font-weight: 600; color: var(--gruen); line-height: 1.35; border-left: 4px solid var(--akzent); padding-left: 1.2rem; }
.zitat cite { display: block; font-family: var(--font-text); font-style: normal; font-size: .95rem; font-weight: 500; color: var(--text-grau); margin-top: .5rem; }

.ueberuns-split { display: grid; grid-template-columns: 1fr minmax(300px, 420px); gap: clamp(1.6rem, 4vw, 3rem); align-items: center; margin-top: 2.5rem; }
.ueberuns-galerie { display: flex; flex-direction: column; gap: 1.5rem; align-self: center; }
.ueberuns-split > .historie { align-self: start; }

.slideshow { display: flex; flex-direction: column; gap: .7rem; }
.slide-buehne { position: relative; width: 100%; overflow: hidden; border-radius: 3px; border: 1px solid var(--linie); background: var(--gruen-hell); aspect-ratio: 3 / 4; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .4s ease; }
.slide.aktiv { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-platzhalter {
  width: 100%; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  color: #7d9285; font-size: .95rem; font-weight: 600;
  border: 2px dashed #b3c5b8; background: #eaefe9;
}
.slide-platzhalter small { font-weight: 400; font-size: .8rem; }
.slide-pfeil {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border: none; border-radius: 50%;
  background: rgba(20,53,31,.55); color: #fff; font-size: 1.4rem; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .2s ease, background .18s ease;
}
.slide-buehne:hover .slide-pfeil { opacity: 1; }
.slide-pfeil:hover { background: var(--akzent); }
.slide-pfeil--vor { right: .6rem; }
.slide-pfeil--zur { left: .6rem; }
@media (hover: none) {
  .slide-pfeil { opacity: .85; }
}
.slide-punkte { display: flex; gap: .4rem; justify-content: center; }
.slide-punkt { width: 10px; height: 10px; border-radius: 50%; border: none; background: #c0ccc3; cursor: pointer; padding: 0; }
.slide-punkt.aktiv { background: var(--akzent); }

.historie { display: flex; flex-direction: column; gap: 0; margin-top: 0; }
.historie > div {
  display: grid; grid-template-columns: 22px 1fr; column-gap: 1.4rem; row-gap: 0;
  padding-bottom: 2rem; position: relative;
}
.historie > div:last-child { padding-bottom: 0; }
.historie > div::before { content: ""; position: absolute; left: 10px; top: 1.6rem; bottom: -0.2rem; width: 2px; background: var(--linie); }
.historie > div:last-child::before { display: none; }
.historie > div::after { content: ""; position: absolute; left: 3px; top: .35rem; width: 16px; height: 16px; border-radius: 50%; background: var(--weiss); border: 3px solid var(--gruen); box-sizing: border-box; }
.historie h3 { grid-column: 2; color: var(--dunkel); margin-bottom: 0; }
.historie h3 .jahr { display: block; color: var(--akzent); font-size: 1.35rem; line-height: 1; margin-bottom: .2rem; }
.historie p { grid-column: 2; margin: 0; color: var(--text-grau); }

.team { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 2rem; margin-top: 2.5rem; }
.person { text-align: center; }
.person__bild { width: 100%; aspect-ratio: 3/4; overflow: hidden; margin-bottom: .9rem; background: #e4e9e5; }
.person__bild img { width: 100%; height: 100%; object-fit: cover; }
.person__name { font-family: var(--font-titel); font-weight: 700; font-size: 1.1rem; }
.person__funktion { color: var(--text-grau); font-size: .9rem; }

/* Sortiment & Marken */
.sortiment-block { margin-top: 3.5rem; }
.sortiment { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.sortiment li { background: var(--hell); border: 1px solid var(--linie); padding: .4rem .9rem; font-size: .92rem; }
.marken { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.marke { background: var(--gruen); color: #fff; font-family: var(--font-titel); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: .9rem; padding: .5rem 1rem; }

/* ==========================================================================
   KONTAKT
   ========================================================================== */
.kontakt { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: stretch; }
/* Karte oben bündig mit der Überschrift "Kontakt & Anfahrt": die rechte
   Spalte wird um die Höhe von Kicker + Überschrift + Intro nach oben gezogen. */
.kontakt > .karte-link { margin-top: var(--karte-hoch, -135px); }
.kontakt__daten p { margin-bottom: .7rem; }
.kontakt__daten a { color: var(--akzent); font-weight: 600; text-decoration: none; }
.kontakt__buttons { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.kontakt__buttons .btn { flex: 1; min-width: 160px; justify-content: center; }
.btn--whatsapp { background: #25d366; color: #fff; }
.btn--whatsapp:hover { background: #1ebe5a; }
.karte-link { display: flex; flex-direction: column; position: relative; box-shadow: var(--schatten); text-decoration: none; height: 100%; min-height: 360px; }
.karte-link iframe { width: 100%; flex: 1; min-height: 300px; border: 0; display: block; pointer-events: none; filter: grayscale(.25); }
.karte-link__leiste {
  background: var(--dunkel); color: #fff; text-align: center; padding: .8rem;
  font-family: var(--font-titel); font-size: .9rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.karte-link:hover .karte-link__leiste { background: var(--akzent); }
.social { display: flex; gap: .7rem; margin-top: 1.4rem; }
.social a { width: 48px; height: 48px; background: var(--dunkel); color: #fff; display: flex; align-items: center; justify-content: center; }
.social a:hover { background: var(--akzent); }
.social svg { width: 22px; height: 22px; }

/* ==========================================================================
   FUSS
   ========================================================================== */
.fuss { background: #0e2417; color: #9db0a4; padding: 3.5rem 0 2rem; font-size: .93rem; }
.fuss__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.fuss h4 { color: #fff; font-size: .95rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.fuss a { color: #9db0a4; text-decoration: none; display: block; padding: .25rem 0; }
.fuss a:hover { color: #fff; }
.fuss__tel { white-space: nowrap; }
.fuss__tel a { display: inline; }
.fuss__logo { height: 46px; width: auto; margin-bottom: 1rem; }

/* Öffnungszeiten im Fuß – einheitlich formatiert (fester Aufbau) */
.fuss__zeiten { list-style: none; margin: 0; }
.fuss__zeiten li { display: flex; justify-content: space-between; gap: 1rem; padding: .3rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.fuss__zeiten li:last-child { border-bottom: none; }
.fuss__zeiten-tage { font-weight: 600; }
.fuss__zeiten-zeit { color: #c3d2c8; white-space: nowrap; }

.fuss__unten { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.6rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .82rem; }
.fuss__unten a { display: inline; color: #9db0a4; }
.fuss__unten a:hover { color: #fff; }

/* ==========================================================================
   MOBILE AKTIONSLEISTE
   ========================================================================== */
.mobilleiste { display: none; }

/* ==========================================================================
   RESPONSIV
   ========================================================================== */
@media (max-width: 1080px) {
  .nav a { font-size: .85rem; padding: .5rem .5rem; }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .burger { display: block; }
  .kopf__tel { display: none; }
  .kopf { position: relative; }
  .nav.offen {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 100%; left: 0; right: 0; background: var(--dunkel);
    padding: .6rem; margin: 0; box-shadow: 0 10px 22px rgba(0,0,0,.3); z-index: 120;
  }
  .nav.offen a { color: #fff; padding: .9rem 1rem; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,.08); }

  .zeiten, .kontakt { grid-template-columns: 1fr; gap: 2rem; }
  .kontakt > .karte-link { margin-top: 0; }
  .kontakt .karte-link { min-height: 0; }
  .kontakt .karte-link iframe { flex: none; min-height: 0; height: 320px; }
  .ueberuns-split { grid-template-columns: 1fr; gap: 1.8rem; }
  .navimow-split { grid-template-columns: 1fr; gap: 1.8rem; }
  .navimow-split > img { order: -1; margin-top: 0; }
  #nv-vorteile { grid-template-columns: repeat(2, 1fr); }
  .fuss__grid { grid-template-columns: 1fr 1fr; gap: 1.8rem; }
  .abschnitt { padding: 3.5rem 0; }
  body { padding-bottom: 68px; }

  .ueberuns-galerie { flex-direction: column; align-items: stretch; }
  .ueberuns-galerie .slideshow { flex: none; width: 100%; }

  .mobilleiste {
    display: grid; grid-template-columns: 1fr 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 200; background: var(--dunkel); box-shadow: 0 -2px 12px rgba(0,0,0,.3);
  }
  .mobilleiste a {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
    color: #fff; text-decoration: none; padding: .55rem; font-family: var(--font-titel);
    font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; min-height: 64px;
  }
  .mobilleiste a:not(:last-child) { border-right: 1px solid rgba(255,255,255,.12); }
  .mobilleiste svg { width: 20px; height: 20px; }
  .mobilleiste a.hervor { background: var(--akzent); }
}

/* --- Kleine Handys --- */
@media (max-width: 560px) {
  body { font-size: 1rem; }
  h1, h2, h3, h4 { overflow-wrap: anywhere; }
  h2 { font-size: 1.6rem; letter-spacing: .03em; }
  h3 { font-size: 1.1rem; }
  .abschnitt { padding: 2.8rem 0; }
  .container { padding: 0 1rem; }

  .hero { min-height: 70vh; }
  .hero__inner { padding: 3.5rem 1rem; }
  .hero h1 { font-size: 2rem; }
  .hero p { font-size: 1.05rem; }
  .hero__btns { flex-direction: column; align-items: stretch; }
  .hero__btns .btn { width: 100%; }

  .zeiten__box { padding: 1.5rem; }
  .karten, .liste { gap: 1rem; }
  #nv-vorteile { grid-template-columns: 1fr; }
  .karte, .zielgruppe, .navimow-service { padding: 1.3rem; }

  .team { grid-template-columns: 1fr 1fr; gap: 1.2rem; }

  .kontakt__buttons { flex-direction: column; }
  .kontakt__buttons .btn { width: 100%; }

  .karte-link { min-height: 0; }
  .karte-link iframe { flex: none; min-height: 0; height: 260px; }

  .fuss__grid { grid-template-columns: 1fr; }
  .fuss__tel { white-space: normal; }
}

/* --- Barrierefreiheit --- */
a:focus-visible, button:focus-visible { outline: 3px solid var(--gruen); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* ==========================================================================
   RECHTSTEXTE (Impressum / Datenschutz)
   ========================================================================== */
.container--schmal { max-width: 820px; }
.nav--recht { margin-left: auto; }
.nav--recht a {
  color: var(--dunkel); text-decoration: none; font-family: var(--font-titel);
  font-size: 1.05rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  padding: .55rem .8rem; white-space: nowrap;
}
.nav--recht a:hover { color: var(--akzent); }
.rechtstext { line-height: 1.75; }
.rechtstext h2 { font-size: 1.2rem; text-transform: none; letter-spacing: 0; margin: 2rem 0 .6rem; color: var(--dunkel); }
.rechtstext p { margin-bottom: 1rem; color: var(--text); }
.rechtstext a { color: var(--akzent); word-break: break-word; }
.recht-stand { margin-top: 2rem; color: var(--text-grau); font-size: .92rem; font-style: italic; }
