:root{
  --green:#4b9b36;
  --orange:#f39300;
  --blue:#064f8f;
  --text:#2b2b2b;
  --line:#d8d0c6;
  --paper:#fffdf8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Trebuchet MS",Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fff 0%,#fffaf1 70%,#fff 100%);font-size:18px;line-height:1.45}
a{color:#075699}
.site-header{position:relative;background:#fff;overflow:hidden}
.logo-bogen{position:absolute;z-index:2;top:0;left:0;width:300px;height:300px;background:rgba(255,255,255,0.86);backdrop-filter: blur(1px);border-bottom-right-radius:95% 55%;clip-path:ellipse(92% 72% at 0% 0%);box-shadow:0 3px 14px rgba(0,0,0,.08);display:flex;align-items:flex-start;justify-content:flex-start;padding-top:10px;padding-left:22px}
.logo-bogen img{width:122px;height:auto;display:block;mix-blend-mode:multiply}
.hero{height:445px;background-image:linear-gradient(rgba(0,0,0,.06),rgba(0,0,0,.08)),url("assets/hintergrund-schule.jpg");background-size:cover;background-position:center 48%;clip-path:ellipse(105% 100% at 54% 0%)}
main{max-width:1500px;margin:0 auto;padding:0 42px 34px}
.welcome{text-align:center;max-width:1180px;margin:24px auto 28px}
h1{font-size:clamp(2.4rem,5vw,4.5rem);color:var(--green);margin:0 0 18px;font-weight:700;letter-spacing:.5px}
.welcome p{margin:0 auto 18px;max-width:1160px}
.info-grid{display:grid;grid-template-columns:1.25fr 1fr 1.35fr 1fr;gap:0;border-bottom:1px dotted var(--line);padding:10px 0 28px;margin-bottom:26px}
.info-card{display:flex;align-items:center;gap:22px;padding:0 32px;border-right:1px dotted #bbb;min-height:72px}
.info-card:first-child{padding-left:0}.info-card:last-child{border-right:0;padding-right:0}
.icon{font-size:2.05rem;color:var(--green);line-height:1;min-width:42px;text-align:center}.orange{color:var(--orange)}
.service-row{display:grid;grid-template-columns:1.35fr 1fr;gap:50px;align-items:center;padding:0 55px 18px}
.office-hours{display:flex;gap:24px;align-items:flex-start;border-right:1px dotted #bbb;padding-right:42px}
.office-hours h2{font-size:1.35rem;color:var(--orange);margin:0 0 18px}.hours{display:flex;gap:52px}.hours p{margin:0}
.iserv-box{display:flex;align-items:center;gap:34px;padding:18px 8px}
.iserv-logo-link img{width:210px;max-width:100%;height:auto;display:block;transition:transform .18s ease}.iserv-logo-link:hover img{transform:scale(1.03)}
.iserv-box strong{color:var(--blue);font-size:1.12rem}.iserv-text-link{display:inline-block;margin-top:10px;font-weight:700}
footer{border-top:3px solid var(--green);background:#fff;padding:20px;text-align:center}footer nav{display:flex;justify-content:center;gap:28px;color:var(--green)}footer a{color:#3b8c2d;text-decoration:none;font-weight:600}footer a:hover{text-decoration:underline}
.legal-section{max-width:1050px;margin:42px auto;padding:34px 42px;background:var(--paper);border:1px solid #eadfce;border-radius:18px;box-shadow:0 8px 28px rgba(0,0,0,.06)}
.legal-section h2{margin-top:0;color:var(--green);font-size:2rem}.legal-section h3{color:#3b3b3b;margin-top:28px}.legal-section ul{padding-left:24px}
@media (max-width:1000px){.hero{height:360px}.info-grid,.service-row{grid-template-columns:1fr}.info-card,.office-hours{border-right:0;border-bottom:1px dotted #bbb;padding:18px 0}.service-row{padding:0}.hours{gap:24px;flex-wrap:wrap}.iserv-box{justify-content:center;text-align:center;flex-wrap:wrap}}
@media (max-width:640px){body{font-size:16px}.logo-bogen{width:155px;height:126px}.logo-bogen img{width:82px}.hero{height:280px;background-position:center}.welcome{text-align:left}main{padding:0 20px 24px}.info-card{align-items:flex-start}.office-hours{flex-direction:column}.iserv-box{padding:8px 0}.legal-section{margin:28px 16px;padding:24px 20px}footer nav{gap:16px;flex-wrap:wrap}}
