:root {
  --g: #3ab82b;
  --gl: #eef9ec;
  --bk: #131313;
  --tx: #2a2a2a;
  --mt: #6b6b6b;
  --bd: #e4e4e4;
  --bg: #ffffff;
  --b2: #f7f7f5;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--tx); font-family: 'DM Sans', sans-serif; overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { transition: color .2s; }

/* NAV */
#sitenav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 70px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; background: rgba(255,255,255,.96); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--bd);
}
.nav-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.nav-logo img { height: 40px; width: auto; }
.nav-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: .1em; color: var(--bk); line-height: 1.1; }
.nav-name span { color: var(--g); }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { text-decoration: none; color: #555; font-size: .83rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.nav-links a:hover { color: var(--bk); }
.nav-wa { background: #25D366 !important; color: #fff !important; padding: 9px 18px; border-radius: 4px; font-weight: 600 !important; display: inline-flex !important; align-items: center; gap: 7px; }
.nav-wa:hover { background: #1db954 !important; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--bk); border-radius: 2px; transition: all .3s; }
.mobile-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--bd); z-index: 199; padding: 22px 5%; }
.mobile-nav.open { display: block; }
.mobile-nav ul { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.mobile-nav a { text-decoration: none; color: var(--tx); font-size: .95rem; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }
.mwa { background: #25D366; color: #fff !important; padding: 12px 24px; border-radius: 4px; display: inline-block; text-align: center; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; padding-top: 70px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('https://elektrotechnik-mindthoff-vntpddvtv7.live-website.com/wp-content/uploads/2026/03/DSC09553-2.jpg') center 20% / cover no-repeat; }
.hero-ov { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,.05) 100%); }
.hero-in { position: relative; z-index: 1; padding: 60px 7% 80px; max-width: 680px; }
.hero-name {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--g);
  margin-bottom: 16px;
}
.hero-in h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 3.5vw, 4rem); line-height: .95; letter-spacing: .02em; color: #fff; margin-bottom: 18px; }
.hero-in h1 .ac { color: var(--g); display: block; }
.hero-p { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.8); max-width: 460px; margin-bottom: 34px; }
.btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-g { background: var(--g); color: #fff; padding: 14px 30px; font-size: .88rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; text-decoration: none; border-radius: 4px; transition: background .2s, transform .15s; }
.btn-g:hover { background: #2fa820; transform: translateY(-2px); color: #fff; }
.btn-wo { border: 1.5px solid rgba(255,255,255,.5); color: #fff; padding: 14px 30px; font-size: .88rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; border-radius: 4px; transition: background .2s; }
.btn-wo:hover { background: rgba(255,255,255,.1); color: #fff; }

/* SECTION BASE */
section { padding: 100px 5%; }
.tag { display: inline-block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--g); margin-bottom: 12px; }
.tag-w { display: inline-block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.75); margin-bottom: 12px; }
h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.1rem, 3.8vw, 3.4rem); letter-spacing: .03em; color: var(--bk); line-height: 1; margin-bottom: 14px; }
.sub { color: var(--mt); font-size: .97rem; line-height: 1.7; max-width: 500px; }
.sh { margin-bottom: 52px; }
.sc { text-align: center; }
.sc .sub { margin: 0 auto; }

/* LEISTUNGEN */
.leistungen { background: var(--b2); border-top: 1px solid var(--bd); }
.sgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.svc { background: #fff; padding: 36px 30px; position: relative; overflow: hidden; transition: box-shadow .3s; }
.svc::after { content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 3px; background: var(--g); transform: scaleX(0); transform-origin: left; transition: transform .35s cubic-bezier(.77,0,.175,1); }
.svc:hover { box-shadow: 0 12px 40px rgba(0,0,0,.07); z-index: 1; }
.svc:hover::after { transform: scaleX(1); }
.svc-ico { width: 46px; height: 46px; background: var(--gl); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.svc-ico svg { width: 22px; height: 22px; stroke: var(--g); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svc-t { font-size: .97rem; font-weight: 600; color: var(--bk); margin-bottom: 9px; }
.svc-p { color: var(--mt); font-size: .87rem; line-height: 1.65; }

/* EIGENLEISTUNG */
.eigen { background: var(--g); padding: 80px 5%; }
.eigen-top { text-align: center; margin-bottom: 48px; }
.eigen-h { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem, 4vw, 3.4rem); letter-spacing: .03em; color: #fff; line-height: 1; margin-bottom: 14px; }
.eigen-p { color: rgba(255,255,255,.82); font-size: 1rem; line-height: 1.7; max-width: 580px; margin: 0 auto 0; }
.eigen-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 44px; }
.ep { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 10px; padding: 28px 22px; text-align: center; transition: background .2s; }
.ep:hover { background: rgba(255,255,255,.18); }
.ep-ico { width: 48px; height: 48px; background: rgba(255,255,255,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ep-ico svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ep strong { display: block; color: #fff; font-size: .95rem; font-weight: 700; margin-bottom: 8px; }
.ep p { color: rgba(255,255,255,.72); font-size: .84rem; line-height: 1.6; margin: 0; }
.eigen-cta { text-align: center; }
.btn-ws { background: #fff; color: var(--g); padding: 15px 40px; font-size: .9rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; text-decoration: none; border-radius: 4px; display: inline-block; transition: background .2s, transform .15s; }
.btn-ws:hover { background: #f0f0f0; transform: translateY(-2px); color: var(--g); }
@media (max-width: 760px) { .eigen-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .eigen-grid { grid-template-columns: 1fr; } }

/* ÜBER MICH */
#about { padding: 100px 5%; }
.about-in { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img { position: relative; }
.about-img::before { content: ''; position: absolute; top: -16px; left: -16px; right: 24px; bottom: 24px; background: var(--gl); border-radius: 6px; z-index: 0; }
.about-img img { width: 100%; border-radius: 6px; box-shadow: 0 20px 60px rgba(0,0,0,.1); position: relative; z-index: 1; }
.about-txt p { color: var(--mt); line-height: 1.8; margin-bottom: 16px; font-size: .96rem; }
.hl-list { display: flex; flex-direction: column; gap: 10px; margin-top: 26px; }
.hl { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--b2); border-radius: 6px; border: 1px solid var(--bd); }
.hl svg { width: 17px; height: 17px; stroke: var(--g); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.hl span { font-size: .89rem; font-weight: 500; color: var(--bk); }

/* SLIDER */
.slider-wrap { position: relative; }
.slider {
  display: flex; gap: 16px;
  overflow-x: auto; scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.slider::-webkit-scrollbar { display: none; }
.slide {
  flex: 0 0 420px; height: 280px;
  border-radius: 8px; overflow: hidden;
  position: relative; scroll-snap-align: start;
  background: #ddd;
}
.slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.slide:hover img { transform: scale(1.04); }
.slide-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 50%); opacity: 0; transition: opacity .3s; display: flex; align-items: flex-end; padding: 16px; }
.slide:hover .slide-ov { opacity: 1; }
.slide-ov span { font-size: .78rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: #fff; }
.sl-btn {
  position: absolute; top: 50%; transform: translateY(-60%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--bk); color: #fff; border: none; cursor: pointer;
  font-size: 1.1rem; display: flex; align-items: center; justify-content: center;
  z-index: 10; transition: background .2s, transform .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.sl-btn:hover { background: var(--g); transform: translateY(-60%) scale(1.08); }
.sl-prev { left: -18px; }
.sl-next { right: -18px; }
@media (max-width: 600px) {
  .slide { flex: 0 0 85vw; height: 220px; }
  .sl-btn { display: none; }
}

/* ABLAUF */
#ablauf { padding: 100px 5%; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.steps::before { content: ''; position: absolute; top: 27px; left: 12.5%; right: 12.5%; height: 1px; background: var(--bd); }
.step { padding-right: 28px; }
.step-dot { width: 54px; height: 54px; background: var(--bg); border: 2px solid var(--bd); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; position: relative; z-index: 1; transition: border-color .3s, background .3s; }
.step:hover .step-dot { border-color: var(--g); background: var(--gl); }
.step-dot svg { width: 20px; height: 20px; stroke: var(--mt); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke .3s; }
.step:hover .step-dot svg { stroke: var(--g); }
.step-n { font-family: 'Bebas Neue', sans-serif; font-size: .8rem; letter-spacing: .15em; color: var(--g); margin-bottom: 6px; }
.step-t { font-size: .95rem; font-weight: 600; color: var(--bk); margin-bottom: 8px; }
.step-p { color: var(--mt); font-size: .86rem; line-height: 1.65; }

/* KONTAKT */
.kontakt { background: var(--bk); padding: 100px 5%; }
.kontakt .tag { color: var(--g); }
.kontakt h2 { color: #fff; }
.k-in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
.k-left p { color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 36px; }
.clist { display: flex; flex-direction: column; gap: 18px; }
.crow { display: flex; align-items: center; gap: 14px; }
.cico { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.cico svg { width: 16px; height: 16px; stroke: var(--g); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.clbl { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; color: var(--g); font-weight: 600; margin-bottom: 2px; }
.cval { font-size: .93rem; color: #fff; font-weight: 500; }
.cval a { color: #fff; text-decoration: none; }
.cval a:hover { color: var(--g); }
.fcard { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 40px 36px; }
.ftitle { font-size: .96rem; font-weight: 600; color: #fff; margin-bottom: 24px; }
.fsuccess { background: rgba(58,184,43,.15); border: 1px solid rgba(58,184,43,.4); border-radius: 6px; padding: 20px; color: #a0e89a; font-weight: 500; text-align: center; }
.fg { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.fg label { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.38); font-weight: 600; }
.fg input, .fg textarea { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 4px; padding: 11px 14px; color: #fff; font-family: 'DM Sans', sans-serif; font-size: .92rem; outline: none; transition: border-color .2s; width: 100%; }
.fg input::placeholder, .fg textarea::placeholder { color: rgba(255,255,255,.22); }
.fg input:focus, .fg textarea:focus { border-color: var(--g); }
.fg textarea { resize: vertical; min-height: 110px; }
.btn-submit { width: 100%; background: var(--g); color: #fff; border: none; cursor: pointer; padding: 14px; font-family: 'DM Sans', sans-serif; font-size: .87rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-radius: 4px; margin-top: 6px; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background .2s, transform .15s; }
.btn-submit svg { width: 15px; height: 15px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn-submit:hover { background: #2fa820; transform: translateY(-1px); }

/* FOOTER */
#sitefooter { background: #0c0c0c; border-top: 1px solid rgba(255,255,255,.06); padding: 48px 5% 24px; }
.ft { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; margin-bottom: 36px; }
.fb img { height: 46px; margin-bottom: 14px; }
.fb p { color: rgba(255,255,255,.35); font-size: .86rem; line-height: 1.7; max-width: 260px; }
.fct { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.fl { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.fl a { color: rgba(255,255,255,.3); text-decoration: none; font-size: .86rem; }
.fl a:hover { color: var(--g); }
.fbot { border-top: 1px solid rgba(255,255,255,.06); padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.fbot p, .fbot a { color: rgba(255,255,255,.22); font-size: .77rem; text-decoration: none; }
.fbot a:hover { color: var(--g); }

/* PAGE */
.page-wrap { padding-top: 70px; min-height: 60vh; }
.page-wrap .inner { max-width: 760px; margin: 0 auto; padding: 80px 5%; }
.page-wrap h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem,4vw,3rem); letter-spacing: .03em; color: var(--bk); margin-bottom: 36px; padding-bottom: 16px; border-bottom: 2px solid var(--g); }
.page-wrap .content { color: var(--mt); font-size: .96rem; line-height: 1.8; }
.page-wrap .content h2 { font-size: 1.25rem; font-family: 'DM Sans', sans-serif; font-weight: 600; letter-spacing: 0; margin: 32px 0 10px; color: var(--bk); }
.page-wrap .content p { margin-bottom: 14px; }
.page-wrap .content a { color: var(--g); }

/* ANIMATIONS */
@keyframes fu { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
.hero-logo { animation: fu .5s .1s both; }
.hero-in h1 { animation: fu .5s .2s both; }
.hero-p { animation: fu .5s .32s both; }
.btns { animation: fu .5s .44s both; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .sgrid { grid-template-columns: 1fr 1fr; }
  .eigen-in { grid-template-columns: 1fr; gap: 40px; }
  .eigen-img { display: none; }
  .about-in { grid-template-columns: 1fr; gap: 40px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 36px; }
  .steps::before { display: none; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .k-in { grid-template-columns: 1fr; gap: 44px; }
  .ft { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .burger { display: flex; }
}
@media (max-width: 580px) {
  .sgrid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-advance: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .ft { grid-template-columns: 1fr; }
  .fcard { padding: 24px 18px; }
  section { padding: 70px 5%; }

  /* Hero mobile – kleiner Text, du bist sichtbar */
  .hero { align-items: flex-end; }
  .hero-ov { background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.35) 50%, rgba(0,0,0,.05) 100%); }
  .hero-in { padding: 0 5% 52px; max-width: 100%; width: 100%; }
  .hero-name { font-size: .72rem; letter-spacing: .15em; margin-bottom: 10px; }
  .hero-in h1 { font-size: 1.4rem; line-height: 1.05; margin-bottom: 10px; }
  .hero-p { font-size: .85rem; line-height: 1.6; margin-bottom: 22px; }
  .btns { flex-direction: column; gap: 9px; width: 100%; }
  .btn-g, .btn-wo { width: 100%; text-align: center; justify-content: center; padding: 13px; font-size: .82rem; }
}
@media (max-width: 400px) {
  .sgrid { grid-template-columns: 1fr; }
}

/* LOGO TRENNER */
.logo-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 5%;
  background: var(--bg2);
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
}
.logo-divider img {
  height: 90px;
  width: auto;
  opacity: .9;
}

/* PAGE TEMPLATES */
.page-wrap { padding-top: 70px; min-height: 60vh; }
.page-inner { max-width: 780px; margin: 0 auto; padding: 80px 5%; }
.page-header { margin-bottom: 52px; padding-bottom: 24px; border-bottom: 3px solid var(--g); }
.page-tag { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--g); display: block; margin-bottom: 10px; }
.page-header h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.4rem, 5vw, 3.8rem); letter-spacing: .03em; color: var(--bk); line-height: 1; }
.content h2 { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: .05em; color: var(--bk); margin: 40px 0 12px; }
.content h3 { font-size: 1rem; font-weight: 600; color: var(--bk); margin: 24px 0 8px; }
.content p { color: var(--mt); font-size: .96rem; line-height: 1.8; margin-bottom: 14px; }
.content a { color: var(--g); text-decoration: none; }
.content a:hover { text-decoration: underline; }
.content ul { color: var(--mt); font-size: .96rem; line-height: 1.8; margin-bottom: 14px; padding-left: 20px; }
.content li { margin-bottom: 5px; }

/* IMAGE PROTECTION */
img { -webkit-user-select: none; user-select: none; pointer-events: none; }
.slide, .gitem, .about-img, .eigen-img, .hero-bg { pointer-events: auto; }
.slide img, .gitem img { pointer-events: none; }

/* SLIDE ZOOM ICON */
.slide { cursor: pointer; }
.slide-zoom {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px;
  background: rgba(0,0,0,.5); color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: .9rem; opacity: 0; transition: opacity .3s;
}
.slide:hover .slide-zoom { opacity: 1; }

/* LIGHTBOX */
.lb {
  display: none; position: fixed; inset: 0; z-index: 1000;
  align-items: center; justify-content: center;
}
.lb.open { display: flex; }
.lb-bg {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(8px);
}
.lb-wrap {
  position: relative; z-index: 1;
  max-width: 90vw; max-height: 90vh;
  display: flex; flex-direction: column; align-items: center;
}
.lb-wrap img {
  max-width: 90vw; max-height: 82vh;
  object-fit: contain; border-radius: 4px;
  pointer-events: none !important;
  -webkit-user-drag: none;
  user-select: none;
}
.lb-cap {
  color: rgba(255,255,255,.6);
  font-size: .8rem; letter-spacing: .1em; text-transform: uppercase;
  margin-top: 14px; font-weight: 500;
}
.lb-close {
  position: absolute; top: 20px; right: 20px; z-index: 2;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.15); color: #fff; border: none; cursor: pointer;
  font-size: 1rem; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.lb-close:hover { background: rgba(255,255,255,.25); }
.lb-prev, .lb-next {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 50px; height: 50px; border-radius: 50%;
  background: rgba(255,255,255,.15); color: #fff; border: none; cursor: pointer;
  font-size: 1.2rem; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.lb-prev:hover, .lb-next:hover { background: var(--g); }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
@media (max-width: 600px) {
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .lb-prev, .lb-next { width: 40px; height: 40px; font-size: 1rem; }
}

/* EINSATZGEBIET */
.einsatz { background: var(--bg); border-top: 1px solid var(--bd); }
.einsatz-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.einsatz-map { background: var(--b2); border-radius: 12px; padding: 20px; border: 1px solid var(--bd); }
.einsatz-map svg { width: 100%; height: auto; }
.einsatz-info h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: .05em; color: var(--bk); margin-bottom: 12px; }
.einsatz-info > p { color: var(--mt); font-size: .96rem; line-height: 1.7; margin-bottom: 28px; }
.orte-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.ort { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: var(--b2); border-radius: 8px; border: 1px solid var(--bd); }
.ort-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--g); flex-shrink: 0; box-shadow: 0 0 0 3px rgba(58,184,43,.2); }
.ort strong { display: block; font-size: .95rem; font-weight: 600; color: var(--bk); }
.ort span { font-size: .82rem; color: var(--mt); }
.einsatz-note { font-size: .88rem; color: var(--mt); line-height: 1.7; font-style: italic; border-left: 3px solid var(--g); padding-left: 14px; }
@media (max-width: 960px) { .einsatz-inner { grid-template-columns: 1fr; gap: 36px; } }

/* FOOTER GEBIET */
.fb-gebiet {
  margin-top: 10px;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
  display: flex; align-items: center; gap: 6px;
}

/* FAQ */
.faq { background: var(--b2); border-top: 1px solid var(--bd); }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 40px; }
.faq-cat-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: .12em; color: var(--g); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--g); display: inline-block; }
.faq-item { background: #fff; border: 1px solid var(--bd); border-radius: 8px; overflow: hidden; transition: box-shadow .2s; }
.faq-item:hover { box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer; text-align: left; }
.faq-q span { font-size: .97rem; font-weight: 600; color: var(--bk); line-height: 1.4; }
.faq-icon { width: 24px; height: 24px; flex-shrink: 0; position: relative; }
.faq-icon span { display: block; position: absolute; background: var(--g); border-radius: 2px; transition: transform .3s, opacity .3s; }
.faq-icon span:first-child { width: 14px; height: 2px; top: 11px; left: 5px; }
.faq-icon span:last-child { width: 2px; height: 14px; top: 5px; left: 11px; }
.faq-q[aria-expanded="true"] .faq-icon span:last-child { transform: rotate(90deg); opacity: 0; }
.faq-q[aria-expanded="true"] { color: var(--g); }
.faq-q[aria-expanded="true"] span { color: var(--g); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; padding: 0 24px; }
.faq-a.open { max-height: 300px; padding: 0 24px 20px; }
.faq-a p { color: var(--mt); font-size: .93rem; line-height: 1.75; border-top: 1px solid var(--bd); padding-top: 16px; }

/* Tablet hero fix */
@media (max-width: 960px) and (min-width: 581px) {
  .hero-in h1 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
  .hero-name { font-size: .9rem; }
  .hero-p { font-size: .9rem; }
  .hero-in { padding: 60px 5%; }
}

/* FILE UPLOAD */
.file-upload { display: flex; align-items: center; gap: 14px; margin-top: 4px; }
.file-btn { background: rgba(255,255,255,.08); border: 1px dashed rgba(255,255,255,.25); color: #fff; padding: 11px 20px; border-radius: 6px; cursor: pointer; font-family: 'DM Sans', sans-serif; font-size: .85rem; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; transition: background .2s, border-color .2s; }
.file-btn svg { width: 15px; height: 15px; stroke: var(--g); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.file-btn:hover { background: rgba(255,255,255,.13); border-color: var(--g); }
.file-hint { font-size: .75rem; color: rgba(255,255,255,.3); }
.file-preview { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.file-preview-item { position: relative; width: 72px; height: 72px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); }
.file-preview-item img { width: 100%; height: 100%; object-fit: cover; }
.file-preview-item button { position: absolute; top: 2px; right: 2px; width: 18px; height: 18px; background: rgba(0,0,0,.7); border: none; border-radius: 50%; color: #fff; font-size: .65rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* SOURCE BUTTONS */
.source-btns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.src-btn { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.65); padding: 8px 14px; border-radius: 20px; font-family: 'DM Sans', sans-serif; font-size: .82rem; font-weight: 500; cursor: pointer; transition: all .2s; }
.src-btn:hover { border-color: var(--g); color: #fff; background: rgba(58,184,43,.1); }
.src-btn.active { background: var(--g); border-color: var(--g); color: #fff; }

/* WHATSAPP HINT */
.wa-hint { margin-top: 14px; font-size: .82rem; color: rgba(255,255,255,.4); text-align: center; }
.wa-hint a { color: #25D366; text-decoration: none; font-weight: 600; }
.wa-hint a:hover { text-decoration: underline; }

/* VIDEO SLIDE */
.slide-video video { width: 100%; height: 100%; object-fit: cover; display: block; }
.slide-play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(58,184,43,.9); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; cursor: pointer; z-index: 2;
  transition: background .2s, transform .2s;
  padding-left: 4px;
}
.slide-play-btn:hover { background: var(--g); transform: translate(-50%, -50%) scale(1.1); }
.slide-video.playing .slide-play-btn { opacity: 0; }
.slide-video:hover.playing .slide-play-btn { opacity: 1; }

/* VIDEO SECTION */
.video-section { background: var(--b2); padding: 80px 5%; border-top: 1px solid var(--bd); }
.video-section .tag { color: var(--g); }
.video-section h2 { color: var(--bk); margin-bottom: 36px; }
.video-wrap {
  max-width: 560px; margin: 0 auto;
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
  position: relative;
}
.video-wrap video { max-height: 280px; 
  width: 100%; display: block;
  cursor: pointer;
}
.video-mute-btn {
  position: absolute; bottom: 14px; right: 14px;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(0,0,0,.55); color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; z-index: 2; transition: background .2s;
  backdrop-filter: blur(4px);
}
.video-mute-btn:hover { background: var(--g); }

/* VIDEO PAUSE BUTTON */
.video-wrap { position: relative; cursor: pointer; }
.vid-overlay { position: absolute; inset: 0; z-index: 1; }
.vid-pause-btn {
  position: absolute; bottom: 16px; right: 16px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(0,0,0,.55); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; cursor: pointer;
  opacity: 0; transition: opacity .3s;
  pointer-events: none;
}
.video-wrap:hover .vid-pause-btn { opacity: 1; }
.video-wrap.paused .vid-pause-btn { opacity: 1; }

/* VIDEO IN SLIDER */
.slide-video { cursor: pointer; }
.slide-video video { width: 100%; height: 100%; object-fit: cover; display: block; }
.slide-vid-overlay { position: absolute; inset: 0; z-index: 1; }
.slide-vid-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(58,184,43,.9); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; padding-left: 4px;
  z-index: 2; transition: opacity .3s, transform .2s;
  pointer-events: none;
}
.slide-video.playing .slide-vid-btn { opacity: 0; font-size: 1rem; padding-left: 0; }
.slide-video:hover .slide-vid-btn { opacity: 1 !important; }

/* VIDEO SLIDE - Hochformat schmaler */
.slide-video {
  flex: 0 0 200px !important;
  width: 200px !important;
}
.slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PORTRAIT SLIDES */
.slide-portrait {
  flex: 0 0 200px !important;
  width: 200px !important;
}
.slide-portrait img {
  object-fit: cover;
  object-position: center center;
}
