
:root{
  --blue:#0b4c97;
  --blue-2:#2f77bf;
  --blue-3:#77aedd;
  --ink:#17385f;
  --muted:#60758c;
  --line:#d8e8f6;
  --paper:#ffffff;
  --wash:#eef7ff;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink); background:#fff;
}
a{color:inherit}
.container{width:min(1210px,calc(100% - 40px));margin:0 auto}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.95);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(12px);
}
.header-inner{
  min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px
}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand img{
  width:62px;height:62px;object-fit:contain;border-radius:4px;
  filter:drop-shadow(0 3px 6px rgba(23,56,95,.13));
}
.brand-text strong{display:block;font-size:22px;line-height:1;color:var(--blue)}
.brand-text span{display:block;margin-top:5px;color:#73869a;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
nav{display:flex;align-items:center;gap:24px}
nav a{
  position:relative;text-decoration:none;font-weight:700;color:#214f7f;
  padding:31px 0 27px;
}
nav a::after{
  content:"";position:absolute;left:0;right:0;bottom:19px;height:2px;
  background:var(--blue);transform:scaleX(0);transition:.18s ease;
}
nav a:hover::after,nav a.active::after{transform:scaleX(1)}

/* Hero */
.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 74% 12%,rgba(93,166,230,.25),transparent 28%),
    radial-gradient(circle at 88% 35%,rgba(173,215,249,.28),transparent 32%),
    linear-gradient(90deg,#fff 0%,#fff 43%,#f2f9ff 100%);
}
.hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;
  background:
    radial-gradient(circle at 7% 16%,#84b9e6 0 2px,transparent 3px) 0 0/90px 85px,
    radial-gradient(circle at 72% 8%,#91c1ea 0 3px,transparent 4px) 0 0/120px 100px;
}
.hero-inner{
  position:relative;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  min-height:455px;
  padding:42px 0 10px;
}
.hero-copy{position:relative;z-index:2;padding-right:30px}
.hero-title{
  font-size:clamp(58px,7vw,88px);line-height:.92;letter-spacing:-.06em;
  color:var(--blue);font-weight:900
}
.hero-title em{
  font-family:"Segoe Script","Brush Script MT",cursive;font-style:normal;font-weight:500;color:#3b7fc3
}
.hero-subtitle{font-size:26px;line-height:1.25;margin:18px 0 20px;color:#123d70}
.hero-copy p{font-size:18px;line-height:1.65;color:var(--muted);max-width:580px}
.handwritten{
  margin-top:25px;display:inline-block;font-family:"Segoe Script","Brush Script MT",cursive;
  font-size:25px;color:#2b73bd;transform:rotate(-2deg)
}
.hero-visual{
  position:relative;
  height:430px;
  overflow:visible;
  margin-left:-20px;
  margin-right:-65px;
}
.hero-visual img{
  position:absolute;
  left:54%;
  top:50%;
  width:125%;
  height:125%;
  max-width:none;
  object-fit:contain;
  object-position:center;
  transform:translate(-50%,-50%) scale(1.12);
  filter:none;
}
.hero-visual::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:-8px;
  pointer-events:none;
  background:
    linear-gradient(90deg,
      #fff 0%,
      rgba(255,255,255,.82) 5%,
      rgba(255,255,255,.22) 14%,
      transparent 24%,
      transparent 82%,
      rgba(255,255,255,.16) 92%,
      #fff 100%
    ),
    linear-gradient(180deg,
      #fff 0%,
      rgba(255,255,255,.18) 8%,
      transparent 18%,
      transparent 78%,
      rgba(255,255,255,.30) 90%,
      #fff 100%
    );
}
.hero-visual::after{
  content:"";
  position:absolute;
  z-index:2;
  left:-5%;
  right:-5%;
  bottom:-2px;
  height:65px;
  pointer-events:none;
  background:linear-gradient(to bottom,transparent,#fff 88%);
}
.hero-note{
  position:absolute;z-index:3;right:7%;top:12%;font-family:"Segoe Script","Brush Script MT",cursive;
  color:#2a72bb;font-size:27px;line-height:1.35;transform:rotate(-4deg);text-align:center;
  text-shadow:0 1px 0 rgba(255,255,255,.8)
}

/* Aktionen */
.actions{padding:38px 0 50px}
.section-title{display:flex;align-items:center;gap:18px;margin-bottom:28px}
.section-title h2{font-size:38px;letter-spacing:-.03em;color:var(--blue);white-space:nowrap}
.section-title::after{content:"";height:2px;flex:1;background:#5d98d1}
.cards{display:grid;grid-template-columns:1.18fr .91fr .91fr;gap:20px}
.card{
  overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;
  box-shadow:0 10px 28px rgba(25,76,125,.09);display:flex;flex-direction:column;
}
.card-media{
  height:165px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 30% 25%,rgba(80,148,211,.14),transparent 24%),
    linear-gradient(145deg,#eaf5ff,#fbfdff);
}
.card-media::after{
  content:"";position:absolute;inset:0;background:
    radial-gradient(circle at 15% 15%,rgba(105,170,228,.12),transparent 17%),
    radial-gradient(circle at 80% 70%,rgba(116,183,237,.15),transparent 22%);
}
.halloween .card-media{
  background:
    radial-gradient(circle at 72% 52%,#f07b19 0 6%,#5d2a14 22%,#18191f 64%);
}
.halloween .card-media::after{background:linear-gradient(0deg,rgba(0,0,0,.25),transparent)}
.pumpkin{position:relative;z-index:2;font-size:84px;filter:drop-shadow(0 0 17px #ff8a23)}
.symbol{position:relative;z-index:2;font-size:68px;color:var(--blue)}
.card-body{padding:24px;display:flex;flex-direction:column;min-height:205px}
.card h3{font-size:22px;color:var(--blue);margin-bottom:10px}
.card p{line-height:1.55;color:var(--muted)}
.button{
  margin-top:auto;align-self:flex-start;padding:12px 19px;border-radius:9px;
  background:var(--blue);color:#fff;text-decoration:none;font-weight:800
}
.button.outline{background:#fff;color:var(--blue);border:1px solid var(--blue)}

/* Footer-Panorama */
.city-footer-art{
  position:relative;height:250px;overflow:hidden;background:linear-gradient(#fff 4%,#f3f9ff 100%);
}
.city-footer-art img{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:none;
  opacity:1;
  mix-blend-mode:normal;
}
.city-footer-art::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:linear-gradient(to bottom,#fff 0%,rgba(255,255,255,.28) 16%,transparent 48%);
}
.city-footer-art .footer-script{
  position:absolute;z-index:3;left:5%;bottom:58px;
  font-family:"Segoe Script","Brush Script MT",cursive;color:#2a70ba;font-size:28px;transform:rotate(-4deg)
}
.footer-line{position:absolute;z-index:3;bottom:17px;left:0;right:0;height:2px;background:#91bce0;opacity:.7}
.site-footer{border-top:1px solid var(--line);background:#f7fbff}
.footer-inner{
  min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#657b91;font-size:14px
}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.footer-links a{text-decoration:none}
.footer-links a:hover{color:var(--blue)}

/* Legal */
.legal{padding:55px 0 80px;max-width:920px}
.legal h1{font-size:48px;color:var(--blue);margin-bottom:18px}
.legal h2{font-size:22px;color:var(--blue);margin:30px 0 10px}
.legal p{line-height:1.7;color:#425b75;margin:8px 0}

/* Responsive */
@media(max-width:980px){
  nav{gap:14px;font-size:14px}
  .hero-inner{grid-template-columns:1fr;padding-bottom:0}
  .hero-copy{padding-right:0;padding-bottom:18px}
  .hero-visual{height:320px}
  .cards{grid-template-columns:1fr}
}
@media(max-width:760px){
  nav{display:none}.header-inner{min-height:74px}
  .brand img{width:54px;height:54px}.brand-text strong{font-size:20px}
  .hero-inner{padding-top:42px}.hero-subtitle{font-size:22px}.hero-copy p{font-size:17px}
  .hero-visual{height:280px;margin:0 -20px;border-radius:0}
  .hero-note{font-size:21px}
  .section-title h2{font-size:31px}.section-title::after{display:none}
  .city-footer-art{height:190px}.city-footer-art .footer-script{font-size:23px;bottom:45px}
  .footer-inner{padding:22px 0;min-height:auto;flex-direction:column;align-items:flex-start}
}

/* Aquarellgrafik enthält den Slogan bereits */
.city-footer-art .footer-script{display:none}

@media(max-width:980px){
  .hero-visual{
    margin-left:0;
    margin-right:0;
    height:360px;
    overflow:hidden;
  }
  .hero-visual img{
    width:112%;
    height:112%;
    transform:translate(-50%,-50%) scale(1.02);
  }
}
@media(max-width:760px){
  .hero-visual{
    height:285px;
    margin-left:-20px;
    margin-right:-20px;
  }
  .hero-visual img{
    width:120%;
    height:120%;
  }
}

/* Feinschliff Hero */
@media(max-width:980px){
  .hero-inner{
    min-height:auto;
    padding:38px 0 0;
  }
  .hero-visual{
    height:350px;
    margin-left:0;
    margin-right:0;
    overflow:hidden;
  }
  .hero-visual img{
    left:50%;
    width:114%;
    height:114%;
    transform:translate(-50%,-50%) scale(1.03);
  }
  .actions{
    padding-top:32px;
  }
}
@media(max-width:760px){
  .hero-visual{
    height:280px;
    margin-left:-20px;
    margin-right:-20px;
  }
  .hero-visual img{
    width:122%;
    height:122%;
  }
}
