:root{
  /* Hellblau + Orange Theme (kräftig) */
  --blue: #bfe6ff;
  --blue2:#3fb6ff;
  --orange:#ff7a00;
  --orange2:#ffb000;

  --bg: var(--blue);
  --bg2: #d9f0ff;

  --card: rgba(255,255,255,.78);
  --card2: rgba(255,255,255,.92);

  --text:#0f172a;
  --muted: rgba(15, 23, 42, .72);
  --muted2: rgba(15, 23, 42, .56);

  --line: rgba(15, 23, 42, .14);

  --accent: var(--blue2);
  --accent2: var(--orange);

  --danger:#e11d48;

  --shadow: 0 18px 60px rgba(2,6,23,.14);

  --radius:18px;
  --radius2:26px;
  --max:1180px;

  /* Alias (für bestehende Klassen) */
  --turq: var(--blue2);
  --turq2: #0aa7ff;
  --border: var(--line);
}



*{ box-sizing:border-box; }
html,body{
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 15% 10%, rgba(10,167,255,.55), transparent 60%),
    radial-gradient(1000px 650px at 85% 25%, rgba(255,122,0,.48), transparent 55%),
    linear-gradient(135deg, var(--blue) 0%, var(--blue2) 60%, #ffd19a 100%);
  overflow-x:hidden;
}


a{ color:inherit; text-decoration:none; }
.container{ width:min(1120px, 92%); margin:0 auto; }

.muted{ color:var(--muted); }
.w100{ width:100%; }

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:40;
  background: rgba(191,230,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0;
  gap:12px;
}
.topbar__left{ display:flex; align-items:center; gap:10px; color:var(--muted); font-size:14px; }
.dot{
  width:10px; height:10px; border-radius:50%;
  background: linear-gradient(135deg, var(--turq), var(--orange));
  box-shadow: 0 0 0 4px rgba(47,180,255,.18);
}
.topbar__right{ display:flex; gap:14px; }
.toplink{
  font-size:14px;
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  background: rgba(15, 23, 42, .04);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.toplink:hover{ transform: translateY(-1px); border-color: rgba(47,180,255,.45); background: rgba(47,180,255,.12); }

/* Header */
.header{
  position:sticky; top:46px; z-index:35;
  background: rgba(191,230,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand__logo{
  width:132px; height:132px;          /* etwas kleiner, damit alles sichtbar ist */
  border-radius: 999px;
  background: transparent;
  border: 0;
  display:grid; place-items:center;
  overflow:hidden;                    /* sauber rund */
}
.brand__logo img{
  width:100%; height:100%;
  object-fit: contain;                /* NICHT abschneiden */
  border-radius: 999px;
  padding:8px;                        /* Abstand, damit Rand/Schrift komplett sichtbar bleibt */
}
.brand__text strong{ display:block; letter-spacing:.2px; }
.brand__text span{ display:block; font-size:13px; color:var(--muted); margin-top:1px; }

.nav{ display:flex; align-items:center; gap:18px; }
.nav a{
  font-weight:800;
  font-size:14px;
  color: var(--text);
  padding:8px 10px;
  border-radius: 999px;
  transition: background .18s ease, transform .18s ease;
}
.nav a:hover{ background: var(--card); transform: translateY(-1px); }

.header__cta{ display:none; }

.burger{
  display:none;
  width:44px; height:44px; border-radius:12px;
  border:1px solid var(--line);
  background: var(--card);
}
.burger span{
  display:block; width:18px; height:2px; margin:5px auto;
  background: rgba(15, 23, 42, .92);
  border-radius:2px;
}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius: 14px;
  font-weight:800;
  border:1px solid rgba(255,255,255,.14);
  background: var(--card);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  cursor:pointer;
}
.btn:hover{ transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.btn--primary{
  border-color: rgba(47,180,255,.55);
  background: linear-gradient(135deg, var(--turq), var(--orange));
  color:#082033;
}
.btn--primary:hover{ border-color: rgba(255,255,255,.25); }
.btn--ghost{
  background: rgba(15, 23, 42, .035);
  border-color: rgba(255,255,255,.14);
}
.btn--ghost:hover{ background: rgba(255,255,255,.88); }

/* Hero */
.hero{ position:relative; padding:56px 0 28px; }
.hero__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:24px;
  align-items:stretch;
}
.badge{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px;
  border-radius: 999px;
  background: rgba(230,243,255,.65);
  border:1px solid rgba(47,180,255,.22);
  color: var(--text);
  margin-bottom:14px;
}
.badge__icon{
  width:28px; height:28px; border-radius:999px;
  display:grid; place-items:center;
  background: rgba(255,138,0,.18);
  border: 1px solid rgba(255,138,0,.22);
}
.hero h1{
  font-size: clamp(34px, 4.2vw, 56px);
  line-height:1.02;
  margin: 0 0 14px;
  letter-spacing:-.6px;
}
.accent{
  background: linear-gradient(135deg, var(--turq), var(--orange));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  font-size: 17px;
  color: var(--muted);
  max-width: 55ch;
  margin: 0 0 18px;
}
.hero__actions{ display:flex; gap:12px; flex-wrap:wrap; margin-bottom:18px; }

.stats{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
}
.stat{
  padding:12px 12px;
  border-radius: 16px;
  background: rgba(15, 23, 42, .04);
  border:1px solid var(--line);
}
.stat strong{ display:block; }
.stat span{ display:block; font-size:13px; color:var(--muted); margin-top:3px; }

/* Glass card */
.hero__card{ position:relative; }
.glass{
  padding:18px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(191,230,255,.88), rgba(255,224,190,.78));
  border:1px solid rgba(15,23,42,.12);
  box-shadow: var(--shadow);
}
.glass--tight{ padding:18px; }

.glass h3{ margin:0 0 6px; }
.miniForm{ margin-top:12px; display:grid; gap:10px; }
label{ font-weight:800; font-size:13px; color: var(--text); display:grid; gap:6px; }
input, textarea{
  width:100%;
  border-radius: 14px;
  padding:12px 12px;
  border:1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.92);
  color: var(--text);
  outline:none;
}
input:focus, textarea:focus{ border-color: rgba(47,180,255,.65); box-shadow: 0 0 0 4px rgba(47,180,255,.18); }
.miniHint{ margin:6px 0 0; font-size:13px; color:var(--muted); }
.miniHint a{ text-decoration:underline; text-decoration-color: rgba(47,180,255,.55); }

/* Wave */
.hero__wave{
  height:42px;
  margin-top:34px;
  background:
    radial-gradient(140px 42px at 15% 50%, rgba(47,180,255,.35), transparent 72%),
    radial-gradient(160px 42px at 50% 50%, rgba(255,138,0,.28), transparent 72%),
    radial-gradient(140px 42px at 85% 50%, rgba(47,180,255,.32), transparent 72%);
}

/* Sections */
.section{ padding:54px 0; }
.section--alt{
  background: linear-gradient(180deg, rgba(47,180,255,.07), rgba(255,138,0,.06));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.section__head{ margin-bottom:18px; }
.section__head h2{ margin:0 0 6px; font-size: 30px; letter-spacing:-.4px; }

/* Cards grid */
.grid{ display:grid; gap:14px; }
.cards{
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.card{
  padding:18px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(191,230,255,.45));
  border:1px solid var(--line);
  box-shadow: 0 12px 30px rgba(2,6,23,.10);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.card:hover{ transform: translateY(-3px); border-color: rgba(10,167,255,.55); background: linear-gradient(135deg, rgba(191,230,255,.65), rgba(255,224,190,.55)); }
.card__icon{
  width:46px; height:46px; border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(47,180,255,.12);
  border:1px solid rgba(47,180,255,.22);
  margin-bottom:10px;
  font-size:20px;
}

.card__media{
  /* Bildbereich in den Leistungskarten */
  height: 160px;
  border-radius: 16px;
  border:1px solid rgba(15,23,42,.14);
  background:
    radial-gradient(420px 220px at 30% 25%, rgba(47,180,255,.22), transparent 60%),
    radial-gradient(420px 220px at 70% 30%, rgba(255,138,0,.18), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(246,247,251,.90));
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:0;
  line-height:0;
  color: rgba(15,23,42,.60);
  font-weight:800;
  letter-spacing:.2px;
  margin: 0 0 12px;
}

/* Bilder in den Leistungskarten sauber skalieren */
.card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.card__media small{
  font-size:12px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.70);
}
.card h3{ margin:0 0 6px; }
.card p{ margin:0 0 10px; color:var(--muted); }
.ticks{ margin:0; padding-left:18px; color: var(--muted); }
.ticks li{ margin:6px 0; }

.card--highlight{
  background: linear-gradient(135deg, rgba(47,180,255,.18), rgba(255,138,0,.14));
  border-color: rgba(255,255,255,.14);
}
.card--highlight .btn{ margin-top:8px; width:100%; }

/* Two columns */
.twoCol{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:start;
}
.featureList{ margin-top:14px; display:grid; gap:12px; }
.feature{ display:flex; gap:12px; align-items:flex-start; padding:14px; border-radius: 16px; background: rgba(255,255,255,.70); border:1px solid var(--line); }
.feature__dot{
  width:12px; height:12px; border-radius:50%;
  margin-top:6px;
  background: linear-gradient(135deg, var(--turq), var(--orange));
  box-shadow: 0 0 0 5px rgba(47,180,255,.12);
}
.panel{
  padding:18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.74);
  border:1px solid var(--line);
  box-shadow: var(--shadow);
}
.promise{ display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
.pill{
  padding:10px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.20);
  border:1px solid var(--line);
  font-weight:800;
  font-size:13px;
}
.note{
  margin-top:14px;
  padding:12px;
  border-radius: 16px;
  background: rgba(47,180,255,.10);
  border:1px solid rgba(47,180,255,.22);
  display:grid; gap:6px;
}

/* Steps */
.steps{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:14px;
}
.step{
  padding:16px;
  border-radius: var(--radius);
  background: rgba(15, 23, 42, .04);
  border:1px solid var(--line);
}
.step__nr{
  width:38px; height:38px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(0,230,168,.95), rgba(124,92,255,.90));
  color:#052023;
  font-weight:900;
  margin-bottom:10px;
}

/* Pricing */
.pricing{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.priceCard{
  position:relative;
  padding:18px;
  border-radius: var(--radius);
  background: rgba(15, 23, 42, .04);
  border:1px solid var(--line);
  box-shadow: 0 12px 30px rgba(2,6,23,.10);
}
.priceCard--best{
  border-color: rgba(47,180,255,.45);
  background: linear-gradient(180deg, rgba(0,230,168,.12), rgba(124,92,255,.10));
}
.bestTag{
  position:absolute; top:14px; right:14px;
  padding:8px 10px;
  border-radius: 999px;
  background: rgba(0,230,168,.16);
  border:1px solid rgba(0,230,168,.26);
  font-weight:900; font-size:12px;
}
.price{
  font-size: 38px;
  font-weight: 900;
  letter-spacing:-1px;
  margin:10px 0 12px;
}
.price span{ font-size:16px; opacity:.9; margin-right:4px; }
.price .from{ font-size:14px; opacity:.7; margin-right:8px; font-weight:900; letter-spacing:0; }

.infoBar{
  margin-top:16px;
  padding:14px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(15, 23, 42, .04);
}
.infoBar a{ text-decoration:underline; text-decoration-color: rgba(124,92,255,.45); }

/* Contact */
.contact{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:16px;
  align-items:start;
}
.contactCards{ display:grid; gap:12px; margin-top:14px; }
.contactCard{
  display:flex; gap:12px; align-items:center;
  padding:14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, .04);
  border:1px solid var(--line);
}
.contactCard__icon{
  width:42px; height:42px; border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(124,92,255,.14);
  border:1px solid rgba(124,92,255,.20);
}

.map{ margin-top:14px; }
.map__placeholder{
  padding:18px;
  border-radius: var(--radius);
  border:1px dashed rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
}

/* Success */
.success{
  display:none;
  margin-top:10px;
  padding:12px;
  border-radius: 14px;
  background: rgba(47,180,255,.12);
  border: 1px solid rgba(0,230,168,.22);
  color: rgba(234,247,247,.95);
}

/* Footer */
.footer{
  padding:20px 0 26px;
  border-top: 1px solid var(--line);
  background: rgba(0,0,0,.25);
}
.footer__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px;
}
.footer__left{ display:flex; align-items:center; gap:12px; }
.footer__logo{
  width:76px; height:76px;            /* etwas kleiner */
  border-radius: 999px;
  background: transparent;
  border: 0;
  display:grid; place-items:center;
  overflow:hidden;
}
.footer__logo img{
  width:100%; height:100%;
  object-fit: contain;                /* NICHT abschneiden */
  border-radius: 999px;
  padding:6px;
}
.footer__right{ display:flex; gap:14px; }
.footer__right a{
  font-weight:800; font-size:14px; color: rgba(234,247,247,.84);
  padding:8px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .04);
  border:1px solid var(--line);
}
.footer__right a:hover{ border-color: rgba(0,230,168,.28); }
.footer__bottom{ padding-top:14px; }

/* Floating buttons */
.floatBtn{
  position:fixed;
  right:16px;
  width:54px; height:54px;
  border-radius: 18px;
  display:grid; place-items:center;
  font-size:22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.14);
  z-index:60;
  transition: transform .18s ease;
}
.floatBtn:hover{ transform: translateY(-2px); }
.floatBtn--phone{
  bottom:92px;
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(0,230,168,.85));
  color:#052023;
}
.floatBtn--wa{
  bottom:26px;
  background: linear-gradient(135deg, rgba(0,230,168,.95), rgba(124,92,255,.85));
  color:#052023;
}

/* Modal */
.modal{
  position:fixed; inset:0;
  display:none;
  z-index:80;
}
.modal.show{ display:block; }
.modal__backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(8px);
}
.modal__box{
  position:relative;
  width:min(780px, 92%);
  margin: 7vh auto;
  border-radius: 18px;
  background: rgba(10,18,20,.92);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal__head{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  background: linear-gradient(135deg, rgba(0,230,168,.10), rgba(124,92,255,.08));
}
.modal__content{
  padding:16px;
  color: rgba(234,247,247,.88);
  line-height:1.6;
  font-size:14px;
}
.modal__close{
  width:42px; height:42px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: var(--card);
  color:var(--text);
  cursor:pointer;
}

/* Responsive */
@media (min-width: 980px){
  .header__cta{ display:inline-flex; }
}

@media (max-width: 980px){
  .hero__grid, .twoCol, .contact{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pricing{ grid-template-columns: 1fr; }
  .stats{ grid-template-columns: 1fr; }
    .nav{
    position:fixed;
    left:16px; right:16px;
    top:96px;
    display:none;
    flex-direction:column;
    gap:8px;
    padding:12px;
    border-radius: 18px;

    /* helles Menü (White-UI) */
    background: rgba(255,255,255,.96);
    border:1px solid var(--line);
    backdrop-filter: blur(14px);

    box-shadow: var(--shadow);
    z-index:70;

    /* damit es nie aus dem Screen läuft */
    max-height: calc(100vh - 120px);
    overflow:auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav.show{ display:flex; }
  .nav a{ width:100%; text-align:center; color: var(--text); }
  .nav a:hover{ background: var(--card); }

  .burger{ display:block; }
}

@media (max-width: 560px){
  .cards{ grid-template-columns: 1fr; }
  .card__media{ height: 140px; }
}

/* Topbar Logo – Ergänzung */
.topbar__left{
  display:flex;
  align-items:center;
}

.logo{
  height:40px;
  width:auto;
  margin-right:12px;
}

.heroCard{
  background: var(--card);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding: 18px;
  box-shadow: var(--shadow);
}
.heroActions{ display:flex; gap:10px; flex-wrap:wrap; margin-top:12px; }
.contactFormWrap{
  background: var(--card);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding: 18px;
  box-shadow: var(--shadow);
}
.contactFormWrap .miniForm{ margin-top: 10px; }



/* Cookie Banner */
.cookiebar{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(2,6,23,.22);
  padding: 14px 14px;
}
.cookiebar__row{
  display:flex;
  gap:12px;
  align-items:flex-start;
  justify-content:space-between;
}
.cookiebar__text{
  flex:1;
  min-width: 0;
}
.cookiebar__text strong{display:block; margin-bottom:4px}
.cookiebar__text p{margin:0; color: var(--muted); font-size: 14px; line-height: 1.35}
.cookiebar__actions{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap: wrap;
}
.cookiebar__actions .btn{white-space: nowrap}
.cookiebar.is-hidden{display:none}
@media (max-width: 520px){
  .cookiebar__row{flex-direction: column}
  .cookiebar__actions{width:100%}
  .cookiebar__actions .btn{flex:1}
}

/* Mobile Fix: Hero-Buttons nicht über den Rand */
@media (max-width: 520px){
  .hero__actions{
    flex-direction: column;
    align-items: stretch;
  }
  .hero__actions .btn{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
}
.map__embed{
  width:100%;
  height:340px;
  border:0;
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(2,6,23,.14);
}
.map__gate{
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(15,23,42,.12);
  padding: 18px;
  box-shadow: 0 18px 46px rgba(2,6,23,.10);
}
.map__gate h4{margin:0 0 6px}
.map__gate p{margin:0 0 12px; color: var(--muted)}

@media (max-width: 720px){
  .brand__logo{width:120px;height:120px;}
}

#mapFrame{display:none}


/* WhatsApp Button (Hover) */
.contactCard--action .contactCard__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:6px;
  padding:10px 14px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.18);
  background: linear-gradient(90deg, var(--blue2), var(--orange2));
  color: #0f172a;
  font-weight: 800;
  text-decoration:none;
  box-shadow: 0 16px 34px rgba(2,6,23,.18);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.contactCard--action .contactCard__btn:hover{
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.05);
  box-shadow: 0 22px 46px rgba(2,6,23,.26);
}
