/* ================================================================
   Xtra Elektro – Stylesheet (v3, Physio-inspiriert)
   Google Fonts: Oswald + Lato
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lato:wght@300;400;700;900&display=swap');

/* ── Tokens ──────────────────────────────────────────────────── */
:root {
  --c:      #00B49A;
  --c2:     #009080;
  --c-pale: #e0f7f3;
  --c-glow: rgba(0,180,154,.25);
  --ink:    #1a1a1a;
  --ink2:   #222;
  --ink3:   #2e2e2e;
  --mid:    #555;
  --ash:    #888;
  --stone:  #f4f2ef;
  --stone2: #e6e3de;
  --white:  #ffffff;
  --nav-h:  68px;
  --t:      .24s ease;
  --sh:     0 6px 28px rgba(0,0,0,.10);
  --sh-lg:  0 16px 52px rgba(0,0,0,.18);
}

/* ── Reset ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; font-size: 18px; }
body  { font-family: 'Lato', sans-serif; color: var(--ink); background: var(--white); line-height: 1.68; overflow-x: hidden; }
img   { display: block; max-width: 100%; }
a     { color: inherit; text-decoration: none; }
ul    { list-style: none; }

/* ── Layout ──────────────────────────────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.section   { padding: 88px 0; }
.s-stone   { background: var(--stone); }
.s-dark    { background: var(--ink2); }

/* ── Typography helpers ──────────────────────────────────────── */
.ow { font-family: 'Oswald', sans-serif; }

.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: .68rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase;
  color: var(--c); margin-bottom: 14px;
}
.kicker svg { flex-shrink: 0; }
.kicker-w   { color: rgba(255,255,255,.8); }

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-block; padding: 13px 32px;
  font-family: 'Oswald', sans-serif;
  font-size: .88rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  border: 2px solid transparent; cursor: pointer;
  transition: all var(--t); line-height: 1;
}
.btn:hover           { transform: translateY(-2px); }
.btn-c               { background: var(--c);   color: var(--white); border-color: var(--c); }
.btn-c:hover         { background: var(--c2);  border-color: var(--c2); box-shadow: 0 8px 24px var(--c-glow); }
.btn-outline-w       { background: transparent; color: var(--white); border-color: rgba(255,255,255,.4); }
.btn-outline-w:hover { background: rgba(255,255,255,.08); }

/* ── Fade animations ─────────────────────────────────────────── */
.fade   { opacity: 0; transform: translateY(24px);  transition: opacity .6s ease, transform .6s ease; }
.fade-l { opacity: 0; transform: translateX(-28px); transition: opacity .6s ease, transform .6s ease; }
.fade-r { opacity: 0; transform: translateX(28px);  transition: opacity .6s ease, transform .6s ease; }
.fade.up, .fade-l.up, .fade-r.up { opacity: 1; transform: none; }

/* ================================================================
   TOPBAR
   ================================================================ */
.topbar        { background: var(--ink); padding: 8px 0; font-size: .72rem; color: rgba(255,255,255,.55); letter-spacing: .02em; }
.topbar-inner  { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar a      { color: var(--c); transition: color var(--t); }
.topbar a:hover { color: var(--white); }
.topbar-right  { display: flex; gap: 18px; }
.topbar-right span { color: rgba(255,255,255,.35); }

/* ================================================================
   NAVIGATION
   ================================================================ */
nav            { position: sticky; top: 0; z-index: 300; height: var(--nav-h); background: var(--white); border-bottom: 1px solid var(--stone2); transition: box-shadow var(--t); }
nav.scrolled   { box-shadow: var(--sh-lg); }
.nav-inner     { display: flex; align-items: center; justify-content: space-between; height: 100%; }

.nav-logo      { display: flex; align-items: center; gap: 10px; }
.nav-logo-bolt { width: 38px; height: 38px; background: var(--c); display: flex; align-items: center; justify-content: center; }
.nav-logo-bolt svg { width: 20px; height: 20px; }
.nav-logo-wrap { line-height: 1; }
.nav-logo-name { font-family: 'Oswald', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--ink); letter-spacing: .06em; text-transform: uppercase; display: block; }
.nav-logo-name em { font-style: normal; color: var(--c); }
.nav-logo-sub  { font-size: .58rem; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; color: var(--ash); display: block; margin-top: 1px; }

.nav-links     { display: flex; gap: 2px; align-items: center; }
.nav-links a   { font-family: 'Oswald', sans-serif; font-size: .76rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--mid); padding: 8px 12px; transition: color var(--t); }
.nav-links a:hover { color: var(--c); }
.nav-links .btn-c { margin-left: 10px; }
.nav-links .btn-c:hover { color: var(--white); }

.hamburger     { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); transition: .3s; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ================================================================
   HERO
   ================================================================ */
.hero          { background: var(--ink); position: relative; overflow: hidden; padding: 80px 0 120px; }
.hero::before  { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.hero-glow     { position: absolute; top: -120px; right: -120px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(0,180,154,.18) 0%, transparent 65%); pointer-events: none; }
.hero-wave     { position: absolute; bottom: -2px; left: 0; right: 0; pointer-events: none; line-height: 0; }
.hero-wave svg { display: block; width: 100%; height: auto; }

.hero-grid     { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }

.hero-left .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,180,154,.15); border: 1px solid rgba(0,180,154,.3);
  color: var(--c); font-family: 'Oswald', sans-serif;
  font-size: .68rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  padding: 7px 16px; margin-bottom: 24px;
}
.hero h1       { font-family: 'Oswald', sans-serif; font-size: clamp(3rem,6.5vw,5.5rem); font-weight: 700; line-height: .95; color: var(--white); margin-bottom: 20px; letter-spacing: .01em; }
.hero h1 span  { color: var(--c); }
.hero-sub      { font-size: 1rem; color: rgba(255,255,255,.65); line-height: 1.78; max-width: 440px; font-weight: 300; margin-bottom: 34px; }
.hero-btns     { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero Bild rechts */
.hero-img-wrap { position: relative; }
.hero-img      { width: 100%; height: 480px; object-fit: cover; object-position: top; filter: brightness(.85) saturate(.8); }
.hero-img-frame { position: absolute; top: -16px; right: -16px; bottom: 16px; left: 16px; border: 2px solid rgba(0,180,154,.3); pointer-events: none; z-index: -1; }
.hero-float    { position: absolute; bottom: -22px; left: -22px; background: var(--c); color: var(--white); padding: 16px 20px; box-shadow: var(--sh-lg); min-width: 150px; }
.hero-float .big { font-family: 'Oswald', sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 1; display: block; }
.hero-float .lbl { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .85; display: block; margin-top: 3px; }

/* Vertrauenspunkte */
.hero-trust    { padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.08); margin-top: 40px; display: flex; gap: 28px; flex-wrap: wrap; }
.ht            { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.6); font-size: .78rem; }
.ht svg        { color: var(--c); flex-shrink: 0; }

/* ================================================================
   LEISTUNGEN – Foto-Kacheln mit Icon-Badge
   ================================================================ */
.leist         { background: var(--white); padding: 88px 0; }
.leist-head    { text-align: center; margin-bottom: 48px; }
.leist-head h2 { font-family: 'Oswald', sans-serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.leist-grid    { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

.leist-card    { border: 1px solid var(--stone2); overflow: hidden; transition: box-shadow var(--t), transform var(--t); }
.leist-card:hover { box-shadow: var(--sh-lg); transform: translateY(-5px); }
.leist-card-img { position: relative; height: 160px; overflow: hidden; }
.leist-card-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) brightness(.9); transition: transform .5s ease, filter .5s ease; }
.leist-card:hover .leist-card-img img { transform: scale(1.07); filter: saturate(1) brightness(1); }
.leist-icon    { position: absolute; bottom: -18px; left: 18px; width: 36px; height: 36px; background: var(--c); display: flex; align-items: center; justify-content: center; z-index: 2; box-shadow: 0 4px 12px var(--c-glow); }
.leist-icon svg { width: 18px; height: 18px; color: var(--white); }
.leist-card-body { padding: 28px 18px 20px; }
.leist-card-body h3 { font-family: 'Oswald', sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; letter-spacing: .04em; }
.leist-card-body p  { font-size: .82rem; color: var(--mid); line-height: 1.65; font-weight: 300; }

/* ================================================================
   ÜBER MICH
   ================================================================ */
.about-wrap    { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 520px; }
.about-img-side { position: relative; overflow: hidden; }
.about-img-side img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); }
.about-img2    { position: absolute; bottom: 28px; right: -28px; width: 48%; box-shadow: var(--sh-lg); border: 4px solid var(--white); }
.about-text-side { background: var(--white); padding: 72px 60px; display: flex; flex-direction: column; justify-content: center; }
.about-text-side h2 { font-family: 'Oswald', sans-serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 700; color: var(--ink); line-height: 1.05; margin-bottom: 6px; letter-spacing: .01em; }
.about-tagline { font-family: 'Oswald', sans-serif; font-size: 1.05rem; font-weight: 500; color: var(--c); margin-bottom: 20px; line-height: 1.35; }
.about-text-side p { font-size: .9rem; color: var(--mid); font-weight: 300; margin-bottom: 12px; line-height: 1.8; }
.about-checks  { margin: 20px 0 28px; display: flex; flex-direction: column; }
.ach           { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--stone); font-size: .87rem; color: var(--mid); }
.ach:first-child { border-top: 1px solid var(--stone); }
.ach svg       { color: var(--c); flex-shrink: 0; width: 16px; height: 16px; }

/* ================================================================
   KONTAKTSEKTION – dunkel
   ================================================================ */
.kontakt-section { background: var(--ink); position: relative; overflow: hidden; }
.kontakt-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px); background-size: 28px 28px; }
.kontakt-glow  { position: absolute; bottom: -80px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0,180,154,.12) 0%, transparent 65%); pointer-events: none; }
.kontakt-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 80px 0; position: relative; z-index: 2; }

.kontakt-form  { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); padding: 40px 36px; }
.kontakt-form h3 { font-family: 'Oswald', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 24px; letter-spacing: .04em; text-transform: uppercase; }
.fg            { margin-bottom: 16px; position: relative; }
.fg input, .fg textarea, .fg select {
  width: 100%; padding: 12px 14px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  font-family: 'Lato', sans-serif; font-size: .88rem; color: var(--white); outline: none;
  transition: border-color var(--t), background var(--t);
}
.fg input::placeholder, .fg textarea::placeholder { color: rgba(255,255,255,.3); }
.fg select option { color: var(--ink); background: var(--white); }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--c); background: rgba(0,180,154,.06); }
.fg textarea   { resize: vertical; min-height: 96px; }
.fg-icon       { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.25); pointer-events: none; }
.fg-icon svg   { width: 15px; height: 15px; }
.form-row      { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note     { font-size: .65rem; color: rgba(255,255,255,.3); margin-top: 8px; }
.form-success  { display: none; padding: 10px 14px; background: rgba(0,180,154,.15); border-left: 2px solid var(--c); color: rgba(255,255,255,.8); font-size: .85rem; margin-top: 12px; }

.k-detail      { margin-bottom: 16px; }
.k-detail strong { font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--c); display: block; margin-bottom: 2px; }
.k-detail span, .k-detail a { font-size: .92rem; color: rgba(255,255,255,.75); font-weight: 300; }
.k-detail a:hover { color: var(--c); }
.k-hours       { font-size: .78rem; color: rgba(255,255,255,.35); padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); margin-top: 18px; }

/* ================================================================
   LAUFBAND
   ================================================================ */
.band          { background: var(--c); padding: 17px 0; overflow: hidden; }
.band-track    { display: flex; animation: scroll 24s linear infinite; white-space: nowrap; }
.band-item     { display: inline-flex; align-items: center; gap: 14px; padding: 0 36px; font-family: 'Oswald', sans-serif; font-size: .88rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.9); flex-shrink: 0; }
.band-dot      { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.5); }
@keyframes scroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ================================================================
   ABLAUF
   ================================================================ */
.ablauf        { background: var(--stone); padding: 88px 0; }
.ablauf-head   { text-align: center; margin-bottom: 60px; }
.ablauf-head h2 { font-family: 'Oswald', sans-serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.ablauf-head p { color: var(--mid); max-width: 460px; margin: 12px auto 0; font-weight: 300; font-size: .9rem; }
.ablauf-grid   { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.ablauf-grid::before { content: ''; position: absolute; top: 32px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, var(--c), rgba(0,180,154,.15)); z-index: 0; }
.a-step        { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.a-n           { width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--c); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-family: 'Oswald', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--c); background: var(--stone); transition: background var(--t), color var(--t); }
.a-step:hover .a-n { background: var(--c); color: var(--white); }
.a-step h4     { font-family: 'Oswald', sans-serif; font-size: .92rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: .06em; text-transform: uppercase; }
.a-step p      { font-size: .8rem; color: var(--mid); font-weight: 300; line-height: 1.65; }

/* ================================================================
   GALERIE – 2×3 Raster
   ================================================================ */
.galerie       { background: var(--white); padding: 88px 0; }
.gal-head      { text-align: center; margin-bottom: 40px; }
.gal-head .kicker { justify-content: center; }
.gal-head h2   { font-family: 'Oswald', sans-serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.gal-grid      { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: 220px 200px; gap: 6px; }
.gi            { position: relative; overflow: hidden; cursor: zoom-in; background: var(--stone2); }
.gi img        { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .45s ease, filter .45s ease; display: block; }
.gi:hover img  { transform: scale(1.07); filter: saturate(1); }
.gi-ov         { position: absolute; inset: 0; background: rgba(0,180,154,0); display: flex; align-items: center; justify-content: center; transition: background .3s; }
.gi:hover .gi-ov { background: rgba(0,180,154,.28); }
.gi-lbl        { position: absolute; bottom: 10px; left: 10px; background: rgba(26,26,26,.8); color: rgba(255,255,255,.9); font-family: 'Oswald', sans-serif; font-size: .62rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; padding: 4px 10px; opacity: 0; transform: translateY(4px); transition: opacity .3s, transform .3s; }
.gi:hover .gi-lbl { opacity: 1; transform: none; }
.gi-zoom       { color: var(--white); font-size: 1.5rem; opacity: 0; transform: scale(.5); transition: opacity .3s, transform .3s; }
.gi:hover .gi-zoom { opacity: 1; transform: scale(1); }

/* ================================================================
   LIGHTBOX
   ================================================================ */
#lb            { display: none; position: fixed; inset: 0; z-index: 9999; align-items: center; justify-content: center; }
#lb.open       { display: flex; }
#lb-bg         { position: absolute; inset: 0; background: rgba(0,0,0,.95); cursor: zoom-out; animation: lbin .2s; }
@keyframes lbin { from{opacity:0} to{opacity:1} }
#lb-box        { position: relative; z-index: 1; max-width: 90vw; animation: lbpop .22s; }
@keyframes lbpop { from{opacity:0;transform:scale(.93)} to{opacity:1;transform:scale(1)} }
#lb-box img    { max-width: 90vw; max-height: 82vh; object-fit: contain; display: block; }
#lb-cap        { text-align: center; color: rgba(255,255,255,.4); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; margin-top: 12px; }
#lb-cnt        { text-align: center; color: rgba(255,255,255,.25); font-size: .66rem; margin-top: 4px; }
#lb-x          { position: fixed; top: 18px; right: 22px; background: none; border: 1px solid rgba(255,255,255,.2); color: var(--white); width: 40px; height: 40px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--t), border-color var(--t); }
#lb-x:hover    { background: var(--c); border-color: var(--c); }
#lb-p, #lb-n   { position: fixed; top: 50%; transform: translateY(-50%); background: none; border: 1px solid rgba(255,255,255,.18); color: var(--white); width: 48px; height: 48px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--t); }
#lb-p          { left: 16px; }
#lb-n          { right: 16px; }
#lb-p:hover, #lb-n:hover { background: var(--c); border-color: var(--c); }

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.testi         { background: var(--stone); padding: 88px 0; }
.testi-head    { text-align: center; margin-bottom: 48px; }
.testi-head h2 { font-family: 'Oswald', sans-serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.testi-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.testi-card    { background: var(--white); padding: 36px 32px; border-top: 3px solid transparent; box-shadow: var(--sh); transition: box-shadow var(--t), border-top-color var(--t), transform var(--t); }
.testi-card:hover { box-shadow: var(--sh-lg); border-top-color: var(--c); transform: translateY(-4px); }
.testi-stars   { color: var(--c); letter-spacing: 3px; font-size: .85rem; margin-bottom: 16px; }
.testi-q       { font-size: .95rem; font-weight: 300; color: var(--mid); line-height: 1.75; margin-bottom: 22px; font-style: italic; position: relative; padding-left: 18px; }
.testi-q::before { content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px; background: var(--c); opacity: .4; }
.testi-author  { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--stone); }
.testi-av      { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; filter: saturate(.7); }
.testi-name    { font-family: 'Oswald', sans-serif; font-size: .9rem; font-weight: 600; color: var(--ink); letter-spacing: .04em; }
.testi-loc     { font-size: .72rem; color: var(--ash); margin-top: 1px; }

/* ================================================================
   FOOTER
   ================================================================ */
footer         { background: var(--ink); padding: 56px 0 22px; }
.footer-grid   { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.f-logo-row    { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.f-brand       { font-size: .84rem; font-weight: 300; color: rgba(255,255,255,.4); line-height: 1.75; max-width: 280px; }
footer h5      { font-size: .6rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px; }
.f-links li    { margin-bottom: 7px; }
.f-links a     { font-size: .84rem; font-weight: 300; color: rgba(255,255,255,.45); transition: color var(--t); }
.f-links a:hover { color: var(--c); }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.f-social-link { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.35); transition: all var(--t); }
.f-social-link:hover { background: var(--c); border-color: var(--c); color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 16px; display: flex; justify-content: space-between; font-size: .7rem; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: rgba(255,255,255,.3); margin-left: 12px; }
.footer-bottom a:hover { color: var(--c); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .hero-grid, .about-wrap, .kontakt-grid { grid-template-columns: 1fr; }
  .hero          { padding: 60px 0 100px; }
  .hero-img      { height: 340px; }
  .about-img-side { height: 380px; }
  .about-img2    { display: none; }
  .about-text-side { padding: 48px 36px; }
  .leist-grid    { grid-template-columns: 1fr 1fr; }
  .testi-grid    { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
  .gal-grid      { grid-template-rows: 180px 160px; }
  .kontakt-grid  { padding: 60px 0; }
}

@media (max-width: 640px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: var(--nav-h); left: 0; right: 0; background: var(--white); border-top: 1px solid var(--stone); padding: 14px 28px 22px; gap: 4px; box-shadow: var(--sh-lg); }
  .nav-links.open { display: flex; }
  .hamburger     { display: flex; }
  .hero h1       { font-size: 2.8rem; }
  .hero-btns     { flex-direction: column; }
  .hero-trust    { gap: 16px; }
  .leist-grid    { grid-template-columns: 1fr; }
  .ablauf-grid   { grid-template-columns: 1fr 1fr; gap: 24px; }
  .ablauf-grid::before { display: none; }
  .testi-grid    { grid-template-columns: 1fr; }
  .gal-grid      { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gi            { height: 160px; }
  .footer-grid   { grid-template-columns: 1fr; }
  .form-row      { grid-template-columns: 1fr; }
  .section       { padding: 60px 0; }
  #lb-p          { left: 8px; }
  #lb-n          { right: 8px; }
}
