*{box-sizing:border-box}
:root{
  --navy:#003d69;
  --navy-dark:#002f54;
  --blue:#005b87;
  --cyan:#09a9bd;
  --teal:#12a9b7;
  --text:#113b5d;
  --muted:#6b8498;
  --line:#c9d8e1;
  --bg:#f6fafc;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
.wrap{width:min(1120px,calc(100% - 56px));margin:0 auto}
.site-header{
  position:absolute;
  top:0;left:0;right:0;
  z-index:20;
  background:rgba(255,255,255,.94);
  border-bottom:none;
  box-shadow:none;
}
.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between}
.brand{align-self:flex-start;display:block;width:350px;height:190px;position:relative;z-index:30;overflow:visible}
.brand img{
  position:absolute;left:-8px;top:4px;
  width:335px;height:auto;
  object-fit:contain;
}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;color:var(--navy)}
.nav>a:not(.btn){padding:34px 0 16px;border-bottom:2px solid transparent}
.nav>a:not(.btn):hover{border-color:var(--cyan)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:50px;padding:0 25px;border-radius:17px;
  font-size:14px;font-weight:700;
  border:1px solid transparent;transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,#004774,#006391);color:#fff;box-shadow:0 8px 20px rgba(0,61,105,.18)}
.btn-secondary{background:#fff;color:#153b5b;border-color:#b7cbd8}
.btn-small{min-height:46px;padding:0 23px;border-radius:22px}
.icon{font-size:18px}
.wa{color:#06a98e;font-size:22px}

.hero{
  min-height:670px;
  position:relative;
  overflow:hidden;
  padding-top:92px;
  background:
    radial-gradient(circle at 27% 32%,rgba(91,178,202,.24),transparent 29%),
    linear-gradient(120deg,#eef5f7 0%,#f9fcfc 43%,#eef4f4 100%);
}
.hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:#fff;
  z-index:2;
}
.hero-bg-shape{
  display:none;
}
.hero-grid{
  position:relative;z-index:5;
  min-height:592px;
  display:grid;grid-template-columns:47% 53%;align-items:center;
}
.hero-copy{padding:116px 0 70px 0;position:relative;z-index:6}
.eyebrow,.section-kicker{
  display:inline-block;
  color:#07889b;
  background:#d5eff3;
  border-radius:10px;
  padding:5px 10px;
  font-size:12px;font-weight:800;letter-spacing:2px;
}
.hero h1{
  margin:15px 0 10px;
  color:#043f6d;
  font-size:62px;
  line-height:.98;
  letter-spacing:-2.7px;
  max-width:600px;
}
.hero-copy p{
  width:min(470px,100%);
  margin:0 0 28px;color:#668196;font-size:16px;line-height:1.55
}
.hero-actions{display:flex;gap:15px;flex-wrap:wrap;position:relative;z-index:20;margin-bottom:18px}

.hero-bottom-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:170px;
  z-index:8;
  pointer-events:none;
  overflow:hidden;
}
.hero-bottom-wave svg{
  width:100%;
  height:100%;
  display:block;
}
.wave-accent{
  fill:rgba(32,160,190,.38);
}
.wave-main{
  fill:#fff;
}
.hero-visual{
  align-self:stretch;position:relative;min-width:0;
}
.hero-person-wrap{
  position:absolute;
  inset:0;
  overflow:visible;
  z-index:4;
}
.hero-person{
  position:absolute;
  right:-6px;
  bottom:-3px;
  width:675px;
  height:auto;
  max-width:none;
  object-fit:contain;
  object-position:center bottom;
  z-index:5;
  filter:drop-shadow(0 12px 18px rgba(0,55,85,.10));
}
.hero-sparkles{
  position:absolute;
  left:18px;
  top:70px;
  z-index:2;
  color:#057ca0;
  pointer-events:none;
}
.sparkle{position:absolute;display:block;line-height:1}
.sparkle-lg{font-size:62px;left:28px;top:0}
.sparkle-sm{font-size:38px;left:0;top:52px}
.hero-heart-note{
  position:absolute;
  right:-12px;
  top:105px;
  z-index:5;
  color:#096789;
  transform:rotate(-5deg);
  text-align:left;
  font-family:"Segoe Print","Bradley Hand","Comic Sans MS",cursive;
  line-height:1.05;
  pointer-events:none;
}
.hero-heart-note span{
  display:block;
  font-size:31px;
  font-weight:600;
  white-space:nowrap;
}
.hero-heart-note small{
  display:block;
  font-size:19px;
  font-weight:600;
  line-height:1.22;
  margin-top:4px;
  border-bottom:4px solid #1497a6;
  padding:0 4px 8px 0;
  border-radius:0 0 50% 0;
}

.section{padding:50px 0}
.services{padding-top:16px;background:linear-gradient(180deg,#fff 0%,#f9fcfd 72%,#eef7fa 100%)}
.services h2,.contact h2{
  margin:12px 0 8px;color:#073d67;font-size:38px;line-height:1.03;letter-spacing:-1.3px
}
.section-intro{margin:0 0 24px;color:#70899a;max-width:650px;line-height:1.55}
.service-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:26px
}
.service-card{
  background:rgba(255,255,255,.96);
  border:1px solid #d5e1e8;
  border-radius:14px;padding:25px 23px 24px;min-height:196px;
  box-shadow:0 15px 36px rgba(6,82,112,.08);
}
.service-icon{height:60px;display:flex;align-items:flex-start;color:#00628d}
.service-icon svg{width:58px;height:58px;display:block;overflow:visible}
.service-icon .i-stroke{fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.service-icon .i-fill{fill:currentColor;stroke:none}
.service-card h3{margin:9px 0 10px;font-size:17px;color:#003b66}
.service-card p{margin:0;color:#657e91;line-height:1.45;font-size:14px}

.why{padding:8px 0 36px;background:#eef7fa}
.why-panel{
  background:linear-gradient(110deg,#00517e,#006a94 58%,#00466f);
  color:#fff;border-radius:24px;padding:34px 48px;
  display:grid;grid-template-columns:1.08fr 1fr;gap:42px;
  box-shadow:0 15px 38px rgba(0,65,101,.18);
}
.section-kicker.light{background:#dff4f7;color:#055d77}
.why h2{font-size:31px;line-height:1.05;margin:12px 0 14px;letter-spacing:-.8px}
.why-lead{padding-right:38px;border-right:1px solid rgba(255,255,255,.35)}
.why-lead p{margin:0;line-height:1.5;color:#dbeef5}
.why-items{display:grid;grid-template-columns:1fr 1fr;gap:22px 26px;align-content:center}
.why-item{display:flex;gap:14px;align-items:flex-start}
.why-item>span{
  width:40px;height:40px;flex:0 0 40px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#0da3b5;font-size:23px;font-weight:700
}
.why-item strong{display:block;margin-bottom:4px}
.why-item small{display:block;color:#d6e8ee;line-height:1.35}

.contact{padding:36px 0 34px;background:#fff}
.contact-grid{display:grid;grid-template-columns:1.1fr .85fr;gap:62px;align-items:center}
.contact p{max-width:520px;color:#6e8799;line-height:1.55}
.handnote{
  margin:25px 0 0 355px;
  display:inline-block;color:#046888;
  font-family:"Comic Sans MS","Segoe Print",cursive;
  font-size:23px;line-height:1.2;
  transform:rotate(-9deg);
}
.contact-card{
  border:1px solid #cbdbe4;border-radius:24px;padding:28px 34px;
  background:linear-gradient(140deg,#f1f7f9,#fff);
  box-shadow:0 20px 40px rgba(0,76,105,.12)
}
.contact-card h3{margin:0 0 20px;color:#0b4469;font-size:18px}
.contact-card dl{display:grid;grid-template-columns:135px 1fr;gap:8px 12px;margin:0 0 25px;font-size:14px}
.contact-card dt{font-weight:700;color:#335c78}
.contact-card dd{margin:0;color:#668195}
.contact-actions{display:flex;gap:12px;flex-wrap:wrap}

footer{background:#00456f;color:#fff;padding:24px 0;font-size:12px}
.footer-inner{display:flex;justify-content:space-between;align-items:center}
.footer-inner>div:last-child{display:flex;gap:18px}
footer a:hover{text-decoration:underline}

@media (max-width:900px){
  .wrap{width:min(100% - 34px,760px)}
  .site-header{position:relative}
  .header-inner{height:auto;min-height:78px;padding:8px 0}
  .brand{width:205px;height:88px;overflow:hidden}
  .brand img{width:205px;top:-1px}
  .nav>a:not(.btn){display:none}
  .hero{padding-top:0;min-height:0}
  .hero-grid{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding:64px 0 28px}
  .hero h1{font-size:52px}
  .hero-visual{height:520px}
  .hero-person{width:575px;height:auto;right:-42px;bottom:4px}
  .hero-bottom-wave{left:0;height:142px}
  .hero-heart-note{right:-5px;top:85px;transform:rotate(-5deg) scale(.9);transform-origin:top right}
  .hero-sparkles{left:4px;top:48px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .why-panel{grid-template-columns:1fr}
  .why-lead{padding-right:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:28px}
  .contact-grid{grid-template-columns:1fr}
  .handnote{margin-left:52%}
}
@media (max-width:560px){
  .wrap{width:calc(100% - 28px)}
  .header-inner{align-items:center}
  .brand{width:168px;height:76px}
  .brand img{width:175px}
  .nav{gap:0}
  .nav .btn{font-size:0;width:48px;height:48px;padding:0;border-radius:50%}
  .nav .btn .icon{font-size:20px}
  .hero-copy{padding-top:52px}
  .eyebrow{font-size:9px;letter-spacing:1.4px}
  .hero h1{font-size:42px;letter-spacing:-1.8px}
  .hero-copy p{font-size:15px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .hero-actions .btn{width:100%}
  .hero-visual{height:390px}
  .hero-person{width:435px;height:auto;right:-72px;bottom:2px}
  .hero-bottom-wave{left:0;height:102px}
  .hero-heart-note{right:-10px;top:42px;transform:rotate(-5deg) scale(.67);transform-origin:top right}
  .hero-sparkles{left:-4px;top:30px;transform:scale(.75);transform-origin:top left}
  .services h2,.contact h2{font-size:31px}
  .service-grid{grid-template-columns:1fr}
  .why-panel{padding:28px 24px;border-radius:18px}
  .why h2{font-size:27px}
  .why-items{grid-template-columns:1fr}
  .contact-grid{gap:28px}
  .handnote{margin-left:38%;font-size:20px}
  .contact-card{padding:24px 22px}
  .contact-card dl{grid-template-columns:1fr;gap:4px}
  .contact-card dd{margin-bottom:9px}
  .footer-inner{gap:12px;flex-direction:column;text-align:center}
}

/* V9 – Logo ohne graue Bildfläche */
.brand,
.brand img {
  background: transparent !important;
}


/* V12 – Mobile Navigation */
.menu-toggle{
  display:none;
  width:48px;
  height:48px;
  padding:0;
  border:0;
  border-radius:14px;
  background:linear-gradient(135deg,#004774,#006391);
  box-shadow:0 8px 20px rgba(0,61,105,.16);
  cursor:pointer;
  position:relative;
  z-index:60;
}
.menu-toggle span{
  display:block;
  width:22px;
  height:2px;
  margin:5px auto;
  background:#fff;
  border-radius:3px;
  transition:transform .22s ease, opacity .22s ease;
}
.menu-toggle.is-open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.menu-toggle.is-open span:nth-child(2){
  opacity:0;
}
.menu-toggle.is-open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

.mobile-menu{
  display:none;
}

@media (max-width:900px){
  .menu-toggle{
    display:block;
    flex:0 0 auto;
  }

  .nav{
    display:none;
  }

  .site-header{
    z-index:100;
  }

  .header-inner{
    position:relative;
    z-index:102;
  }

  .mobile-menu{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    z-index:101;
    display:flex;
    flex-direction:column;
    gap:4px;
    padding:14px 18px 20px;
    background:rgba(255,255,255,.98);
    border-top:1px solid rgba(0,61,105,.08);
    box-shadow:0 16px 28px rgba(0,50,80,.14);
    transform:translateY(-12px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .mobile-menu.is-open{
    transform:translateY(0);
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .mobile-menu > a:not(.btn){
    display:block;
    padding:14px 12px;
    border-radius:10px;
    font-weight:700;
    color:var(--navy);
    font-size:15px;
  }

  .mobile-menu > a:not(.btn):hover{
    background:#eef7fa;
  }

  .mobile-menu .btn{
    width:100%;
    margin-top:8px;
  }
}

@media (max-width:560px){
  .menu-toggle{
    width:44px;
    height:44px;
    border-radius:13px;
  }

  .mobile-menu{
    padding-left:14px;
    padding-right:14px;
  }
}


/* V23 – Google Bewertung */
.review-section{
  padding:0 0 58px;
  background:#fff;
}
.review-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:26px;
  padding:28px 32px;
  border:1px solid #d4e3ea;
  border-radius:22px;
  background:linear-gradient(135deg,#f4fafc 0%,#ffffff 62%);
  box-shadow:0 14px 34px rgba(0,61,105,.08);
}
.review-stars{
  font-size:26px;
  letter-spacing:2px;
  color:#007e99;
  white-space:nowrap;
}
.review-copy .section-kicker{
  margin-bottom:7px;
}
.review-copy h2{
  margin:0 0 6px;
  font-size:27px;
  line-height:1.15;
  color:var(--navy);
}
.review-copy p{
  margin:0;
  max-width:720px;
  color:#58758a;
  line-height:1.55;
}
.review-btn{
  white-space:nowrap;
}
.review-star{
  font-size:17px;
  line-height:1;
}
@media(max-width:900px){
  .review-card{
    grid-template-columns:1fr;
    gap:15px;
    text-align:center;
  }
  .review-copy p{
    margin-left:auto;
    margin-right:auto;
  }
  .review-btn{
    justify-self:center;
  }
}
@media(max-width:560px){
  .review-section{
    padding-bottom:36px;
  }
  .review-card{
    padding:24px 20px;
    border-radius:18px;
  }
  .review-stars{
    font-size:23px;
  }
  .review-copy h2{
    font-size:24px;
  }
  .review-btn{
    width:100%;
  }
}





/* V27 – Instagram dezent in die Kontaktkarte integriert */
.instagram-contact{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid #dbe7ed;
  color:#4f7187;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  transition:color .2s ease, opacity .2s ease;
}
.instagram-contact:hover{
  color:#006b8c;
}
.instagram-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:21px;
  height:21px;
  border:1.5px solid currentColor;
  border-radius:7px;
  font-size:15px;
  line-height:1;
}

/* V28 – neues sauberes Logo */
.brand{
  width:340px;
  height:188px;
  overflow:visible;
}
.brand img{
  position:absolute;
  left:-10px;
  top:4px;
  width:325px;
  height:auto;
  object-fit:contain;
  background:transparent !important;
  filter:none;
}
@media (max-width:900px){
  .brand{
    width:220px;
    height:96px;
    overflow:visible;
  }
  .brand img{
    width:215px;
    left:-4px;
    top:0;
  }
}
@media (max-width:560px){
  .brand{
    width:178px;
    height:80px;
  }
  .brand img{
    width:178px;
    left:-2px;
    top:0;
  }
}


/* V29 – Logo ausschließlich verkleinert, keine Bildänderung */
.brand{
  width:270px;
  height:150px;
  overflow:visible;
}
.brand img{
  width:255px;
  height:auto;
  left:0;
  top:8px;
}
@media (max-width:900px){
  .brand{
    width:195px;
    height:90px;
  }
  .brand img{
    width:188px;
    left:0;
    top:2px;
  }
}
@media (max-width:560px){
  .brand{
    width:160px;
    height:76px;
  }
  .brand img{
    width:155px;
    left:0;
    top:1px;
  }
}


/* V30 – bestehendes Logo nochmals exakt 4 px kleiner */
.brand img{
  width:251px;
}
@media (max-width:900px){
  .brand img{
    width:184px;
  }
}
@media (max-width:560px){
  .brand img{
    width:151px;
  }
}


/* V31 – geschützte E-Mail-Ausgabe */
.protected-mail{
  color:inherit;
  text-decoration:none;
}
.protected-mail:hover{
  text-decoration:underline;
}
