@charset "UTF-8";
/* Camptech Lüthi – eigener Look aus Perspective v13 (Quelle: der <style>-Block ohne id im Kopf
   der Live-Seite hier.weitere-info.com/camptech, erfasst 22.09.26). Tailwind-Klassen stehen in
   tailwind.css. Abweichungen von v13 sind mit „Baukasten:" markiert – sonst alles unverändert. */

@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(../schriften/roboto-latin-400.woff2) format('woff2')}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(../schriften/roboto-latin-500.woff2) format('woff2')}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(../schriften/roboto-latin-700.woff2) format('woff2')}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-display:swap;src:url(../schriften/roboto-latin-900.woff2) format('woff2')}

:root{ --accent:#DA291C; --accent-dark:#B8231A; --ink:#0B0B0F; --paper:#ffffff;
  /* Baukasten: Kern-Variablen (Einwilligungs-Dialog, Fehlermeldungen) im Camptech-Look */
  --fk-akzent:#DA291C; --fk-auf-akzent:#ffffff; --fk-text:#3a4650; --fk-leise:#556370; --fk-rand:#cdd5db; --fk-fehler:#B8231A; --fk-rundung:12px; }
html{ scroll-behavior:smooth; }
body{ font-family:'Roboto', system-ui, sans-serif; color:#3a4650; background:#ffffff; -webkit-font-smoothing:antialiased; }
h1,h2,h3,h4{ font-family:'Roboto', sans-serif; color:var(--ink); }

/* Baukasten: Einblendungen nur als Bewegung, nie über opacity. v13 startete Hero und Abschnitte
   bei opacity 0 – in Hintergrund-Tabs, in manchen In-App-Browsern und für den Vorschau-Crawler
   von Meta bleibt die Seite dann leer. Die Bewegung ist dieselbe. */
@keyframes fadeUp{ from{transform:translateY(16px);} to{transform:none;} }
.hero-anim{ animation:fadeUp .6s ease-out both; }
.reveal-on [data-reveal]{ transform:translateY(18px); transition:transform .5s ease-out; }
.reveal-on [data-reveal].is-visible{ transform:none; }

/* Mehrfachauswahl „Was fehlt deinem Camper noch?" – Baukasten: ausgewählt über die echte
   Checkbox (input:checked) statt über data-ps-selected */
.ms-opt{ position:relative; display:flex; align-items:center; gap:14px; width:100%; text-align:left; padding:18px; border-radius:16px; border:1px solid rgba(0,0,0,0.06); background:linear-gradient(180deg,#ffffff 0%,#f7f8fa 100%); box-shadow:0 1px 2px rgba(0,0,0,0.04),0 4px 12px rgba(0,0,0,0.06),0 12px 32px rgba(0,0,0,0.06),inset 0 1px 0 rgba(255,255,255,0.9); transition:transform .18s ease-out, box-shadow .18s ease-out, border-color .18s ease-out; }
@media (hover:hover){ .ms-opt:hover{ transform:translateY(-2px); box-shadow:0 1px 2px rgba(0,0,0,0.04),0 16px 40px rgba(0,0,0,0.10),inset 0 1px 0 rgba(255,255,255,0.9); } }
.ms-opt:active{ transform:scale(0.99); }
.fk-option input:checked + .ms-opt{ border:2px solid #DA291C; background:linear-gradient(180deg,#ffffff 0%,#f7f8fa 100%); box-shadow:0 0 0 4px rgba(218,41,28,0.12),0 4px 12px rgba(0,0,0,0.06),0 12px 32px rgba(0,0,0,0.06),inset 0 1px 0 rgba(255,255,255,0.9); }
.ms-opt .tick{ opacity:0; transform:scale(.5); transition:transform .15s ease-out, opacity .15s ease-out; }
.fk-option input:checked + .ms-opt .tickbox{ background:#DA291C; border-color:#DA291C; }
.fk-option input:checked + .ms-opt .tick{ opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce){ .ms-opt, .ms-opt:hover, .ms-opt:active{ transform:none; } }
/* Baukasten: Tastatur-Fokus der versteckten Auswahlfelder sichtbar machen (in v13 lag er am Knopf) */
.fk-option input:focus-visible + .ms-opt, .fk-option input:focus-visible + .ort-opt{ outline:2px solid var(--accent); outline-offset:2px; }

/* Baukasten: Formular und Schritte über die ganze Breite – das Raster kommt aus den Tailwind-Containern */
form[data-funnel]{ max-width:none; gap:0; margin:0; overflow-x:hidden; overflow-x:clip; }   /* Einschiebe-Bewegung (18 px) ragt sonst über den Rand – die Seite würde am Handy kurz seitlich wackeln */
.fk-schritt{ gap:0; }
.fk-status{ margin-top:12px; }

.partner-section{ background:radial-gradient(60% 55% at 12% 8%, rgba(255,255,255,0.9), rgba(255,255,255,0) 70%), radial-gradient(55% 50% at 88% 92%, rgba(218,41,28,0.06), rgba(218,41,28,0) 70%), linear-gradient(180deg,#f7f8fa 0%,#eef0f3 100%); }
.partner-tile{ position:relative; overflow:hidden; border-radius:18px; background:rgba(255,255,255,0.55); -webkit-backdrop-filter:blur(18px) saturate(160%); backdrop-filter:blur(18px) saturate(160%); border:1.5px solid rgba(15,23,42,0.14); box-shadow:inset 0 0 0 1px rgba(255,255,255,0.65),0 1px 2px rgba(0,0,0,0.04),0 8px 24px rgba(0,0,0,0.07),0 24px 48px rgba(0,0,0,0.06),inset 0 1px 0 rgba(255,255,255,0.9),inset 0 -1px 0 rgba(0,0,0,0.03); transition:transform .2s ease-out, box-shadow .2s ease-out, border-color .2s ease-out; }
.partner-tile::before{ content:""; position:absolute; inset:0 0 auto 0; height:45%; background:linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0)); pointer-events:none; }
@media (hover:hover){ .partner-tile:hover{ transform:translateY(-3px); box-shadow:inset 0 0 0 1px rgba(255,255,255,0.65),0 32px 64px rgba(0,0,0,0.10),inset 0 1px 0 rgba(255,255,255,0.9),inset 0 -1px 0 rgba(0,0,0,0.03); border-color:rgba(15,23,42,0.22); } }
@media (prefers-reduced-motion:reduce){ .partner-tile, .partner-tile:hover{ transform:none; } }
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){ .partner-tile{ background:rgba(255,255,255,0.92); border:1.5px solid rgba(15,23,42,0.14); } }

.werk-wrap{ position:relative; margin-inline:auto; max-width:1200px; overflow:hidden; }
.werk-scroll{ display:flex; gap:12px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; overscroll-behavior-x:contain; scrollbar-width:none; -ms-overflow-style:none; padding-block:6px; padding-inline:20px; scroll-padding-inline:20px; }
.werk-scroll::-webkit-scrollbar{ display:none; }
.werk-card{ position:relative; flex:0 0 auto; width:78vw; max-width:340px; height:260px; scroll-snap-align:start; border-radius:18px; overflow:hidden; margin:0; box-shadow:0 10px 30px rgba(0,0,0,0.10); border:1px solid rgba(15,23,42,0.08); background:#eef0f3; }
.werk-card img{ display:block; width:100%; height:100%; object-fit:cover; transition:transform .4s ease-out; }
@media (min-width:768px){ .werk-scroll{ gap:16px; padding-inline:24px; scroll-padding-inline:24px; } .werk-card{ width:auto; max-width:none; height:440px; } .werk-card.q{ aspect-ratio:3/2; } .werk-card.h{ aspect-ratio:3/4; } }
@media (hover:hover){ .werk-card:hover img{ transform:scale(1.03); } }
.werk-fade{ position:absolute; top:0; bottom:0; width:64px; pointer-events:none; z-index:2; opacity:0; transition:opacity .2s ease-out; }
.werk-fade.visible{ opacity:1; }
.werk-fade-l{ left:0; background:linear-gradient(90deg,#ffffff,rgba(255,255,255,0)); }
.werk-fade-r{ right:0; background:linear-gradient(270deg,#ffffff,rgba(255,255,255,0)); }
.werk-nav{ display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:9999px; background:#fff; color:#0B0B0F; border:1px solid rgba(15,23,42,0.12); box-shadow:0 4px 12px rgba(0,0,0,0.08); transition:border-color .15s ease-out, opacity .15s ease-out; }
.werk-nav:hover{ border-color:#DA291C; }
.werk-nav:disabled{ opacity:.35; cursor:default; }
.werk-count{ font-size:14px; color:#6b7280; font-variant-numeric:tabular-nums; min-width:56px; text-align:center; }
.werk-progress{ height:2px; width:100%; max-width:240px; background:#e4e7eb; border-radius:9999px; overflow:hidden; }
.werk-progress-fill{ height:100%; width:0%; background:#DA291C; }
@media (prefers-reduced-motion:reduce){ .werk-scroll{ scroll-behavior:auto; } .werk-card img{ transition:none; } .werk-card:hover img{ transform:none; } }

.reviews-section{ background:radial-gradient(60% 55% at 12% 8%, rgba(255,255,255,0.9), rgba(255,255,255,0) 70%), radial-gradient(55% 50% at 88% 92%, rgba(218,41,28,0.07), rgba(218,41,28,0) 70%), linear-gradient(180deg,#f6f7f9 0%,#eceff3 100%); }
.review-card{ position:relative; overflow:hidden; display:flex; flex-direction:column; height:100%; border-radius:22px; padding:28px; background:rgba(255,255,255,0.6); -webkit-backdrop-filter:blur(18px) saturate(160%); backdrop-filter:blur(18px) saturate(160%); border:1.5px solid rgba(15,23,42,0.14); box-shadow:0 1px 2px rgba(0,0,0,0.04),0 10px 28px rgba(0,0,0,0.08),0 28px 56px rgba(0,0,0,0.07),inset 0 1px 0 rgba(255,255,255,0.9),inset 0 0 0 1px rgba(255,255,255,0.6); transition:transform .2s ease-out, box-shadow .2s ease-out; }
@media (max-width:767px){ .review-card{ padding:22px; } }
.review-card::before{ content:""; position:absolute; inset:0 0 auto 0; height:40%; background:linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0)); pointer-events:none; z-index:0; }
.review-card::after{ content:"„"; position:absolute; top:6px; right:20px; font-family:Georgia, serif; font-size:60px; line-height:1; color:rgba(218,41,28,0.12); pointer-events:none; z-index:0; }
.review-card > *{ position:relative; z-index:1; }
@media (hover:hover){ .review-card:hover{ transform:translateY(-4px); box-shadow:0 1px 2px rgba(0,0,0,0.04),0 18px 40px rgba(0,0,0,0.12),0 40px 72px rgba(0,0,0,0.10),inset 0 1px 0 rgba(255,255,255,0.9),inset 0 0 0 1px rgba(255,255,255,0.6); } }
@media (prefers-reduced-motion:reduce){ .review-card, .review-card:hover{ transform:none; } }
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){ .review-card{ background:rgba(255,255,255,0.94); } }
.review-top{ display:flex; align-items:center; justify-content:space-between; gap:8px; }
.review-stars{ font-size:20px; letter-spacing:2px; line-height:1; color:#F5B301; }
.g-badge{ display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:9999px; background:#fff; border:1px solid rgba(15,23,42,0.12); box-shadow:0 1px 2px rgba(0,0,0,0.06); flex:0 0 auto; }
.review-quote{ margin-top:16px; flex:1 1 auto; font-size:16px; line-height:1.6; color:#1f2937; }
@media (min-width:768px){ .review-quote{ font-size:17px; } }
.review-foot{ margin-top:20px; padding-top:16px; border-top:1px solid rgba(15,23,42,0.08); display:flex; align-items:center; gap:12px; }
.review-initials{ display:flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:9999px; background:linear-gradient(135deg,#DA291C,#B8231A); color:#fff; font-weight:700; font-size:14px; flex:0 0 auto; }
.review-name{ font-weight:700; color:#111827; font-size:15px; }
.review-sub{ display:block; margin-top:1px; font-size:12px; color:#6b7280; }
.faq[open] .faq-plus{ transform:rotate(45deg); }

@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  .hero-anim{ animation:none; }
  .reveal-on [data-reveal]{ transform:none !important; }
}

/* ===================== Themenseiten (SEO, seit 22.09.26) =====================
   Nicht Teil von v13 – eigene Seiten für die Suche. Gleiche Schrift, Farben und Knöpfe wie die
   Landingpage, Text in einer gut lesbaren Spalte. Gebaut von seiten/bauen.py. */
.ts-kopfzeile{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:16px 0; }
.ts-kopf-knopf{ display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:10px 16px; border-radius:8px; background:var(--accent); color:#fff; font-weight:600; font-size:15px; line-height:1.2; text-align:center; transition:background-color .15s ease; }
.ts-kopf-knopf:hover{ background:var(--accent-dark); }
.ts-logo{ height:64px; width:auto; }
@media (min-width:640px){ .ts-logo{ height:80px; } }
.ts-brot{ font-size:14px; color:#8a97a2; border-top:1px solid #eef1f3; padding:12px 0; }
.ts-brot a{ color:#556370; text-decoration:underline; text-underline-offset:2px; }
.ts-brot a:hover{ color:var(--accent); }
.ts-haupt{ max-width:760px; margin:0 auto; padding:24px 20px 72px; }
.ts-oben{ font-size:14px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--accent); margin:0 0 12px; }
.ts-haupt h1{ font-size:clamp(30px,6vw,46px); line-height:1.08; font-weight:900; letter-spacing:-.02em; color:var(--ink); margin:0; text-wrap:balance; }
.ts-lead{ font-size:clamp(17px,2.2vw,19px); line-height:1.6; color:#556370; margin:18px 0 0; }
.ts-fakten{ display:flex; flex-wrap:wrap; gap:8px; margin:22px 0 0; padding:0; list-style:none; }
.ts-fakten li{ border-radius:9999px; background:#F3F3F5; box-shadow:0 0 0 1px #dbe2e8; padding:8px 14px; font-size:14px; font-weight:500; color:var(--ink); }
.ts-bild{ margin:28px 0 0; }
.ts-bild img{ display:block; width:100%; height:auto; border-radius:16px; box-shadow:0 10px 30px rgba(0,0,0,.10); }
.ts-bild figcaption{ font-size:14px; color:#6b7280; margin-top:8px; }
.ts-inhalt{ margin-top:8px; font-size:17px; line-height:1.7; color:#3a4650; }
.ts-inhalt h2{ font-size:clamp(24px,3.6vw,30px); line-height:1.2; font-weight:900; letter-spacing:-.01em; color:var(--ink); margin:48px 0 14px; text-wrap:balance; }
.ts-inhalt h3{ font-size:19px; line-height:1.35; font-weight:700; color:var(--ink); margin:28px 0 8px; }
.ts-inhalt p{ margin:0 0 16px; }
.ts-inhalt ul, .ts-inhalt ol{ margin:0 0 18px; padding-left:22px; }
.ts-inhalt ul{ list-style:disc; }
.ts-inhalt ol{ list-style:decimal; }
.ts-inhalt li{ margin:0 0 8px; padding-left:2px; }
.ts-inhalt li::marker{ color:var(--accent); }
.ts-inhalt a{ color:var(--accent-dark); text-decoration:underline; text-underline-offset:2px; }
.ts-inhalt strong{ color:var(--ink); }
.ts-zitat{ margin:24px 0; padding:18px 22px; border-left:4px solid var(--accent); background:#f5f7f8; border-radius:0 12px 12px 0; }
.ts-zitat p{ margin:0; font-size:17px; color:#1f2937; }
.ts-zitat footer{ margin-top:8px; font-size:14px; color:#6b7280; }
.ts-cta{ margin:56px 0 0; padding:32px 24px; border-radius:20px; background:#0B0B0F; color:#C9C9CE; text-align:center; }
.ts-cta h2{ margin:0; font-size:clamp(24px,3.6vw,32px); line-height:1.2; font-weight:900; color:#fff; text-wrap:balance; }
.ts-cta p{ margin:12px auto 0; max-width:520px; font-size:17px; line-height:1.6; }
.ts-knopf{ display:inline-flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; min-height:48px; margin-top:22px; padding:14px 28px; border-radius:8px; background:var(--accent); color:#fff; font-weight:600; font-size:16px; line-height:1.3; transition:background-color .15s ease; }
.ts-knopf:hover{ background:var(--accent-dark); }
.ts-knopf small{ font-size:12px; font-weight:400; opacity:.85; }
.ts-faq{ margin-top:12px; display:flex; flex-direction:column; gap:10px; }
.ts-faq details{ border:1px solid #e4e9ed; background:#f5f7f8; border-radius:12px; padding:0 18px; }
.ts-faq summary{ cursor:pointer; list-style:none; padding:15px 0; font-weight:600; color:var(--ink); display:flex; justify-content:space-between; gap:12px; }
.ts-faq summary::-webkit-details-marker{ display:none; }
.ts-faq summary::after{ content:"+"; color:var(--accent); font-weight:700; font-size:20px; line-height:1; }
.ts-faq details[open] summary::after{ content:"–"; }
.ts-faq details p{ margin:0 0 15px; }
.ts-verwandt{ display:grid; grid-template-columns:1fr; gap:12px; margin-top:12px; padding:0; list-style:none; }
@media (min-width:640px){ .ts-verwandt{ grid-template-columns:1fr 1fr; } }
.ts-verwandt a{ display:block; height:100%; padding:16px 18px; border-radius:14px; border:1px solid #e4e9ed; background:#fff; color:var(--ink); text-decoration:none; box-shadow:0 1px 2px rgba(0,0,0,.04); transition:border-color .15s ease; }
.ts-verwandt a:hover{ border-color:var(--accent); }
.ts-verwandt strong{ display:block; font-size:17px; }
.ts-verwandt span{ display:block; margin-top:4px; font-size:14px; color:#6b7280; line-height:1.5; }
.ts-fuss-themen{ display:flex; flex-wrap:wrap; gap:6px 18px; margin:0; padding:0; list-style:none; }
.ts-fuss-themen a{ text-decoration:underline; text-underline-offset:2px; }
.ts-fuss-themen a:hover{ color:#fff; }
.ts-hoch{ max-width:420px; margin-left:auto; margin-right:auto; }
.ts-fuss-block{ margin-top:32px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); }
.ts-fuss-titel{ font-weight:600; color:#fff; margin:0 0 8px; }
