/* Geteiltes Stylesheet für Impressum & Datenschutz */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size:17px;line-height:1.7;color:#1E3A4A;background:#FAFAF7;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:#2C7A9E;text-decoration:none}
a:hover{color:#1E5873;text-decoration:underline}
h1,h2,h3{font-family:'Cormorant Garamond', Georgia, serif;font-weight:500;color:#1E3A4A;letter-spacing:.01em;margin:0 0 .5em}
h1{font-size:clamp(2rem,4vw,2.8rem);line-height:1.15;margin-bottom:1rem}
h2{font-size:clamp(1.4rem,2.4vw,1.7rem);margin-top:2.5em}
h3{font-size:1.1rem;font-weight:600;font-family:'Inter',sans-serif;letter-spacing:.02em;margin-top:1.8em}
p{margin:0 0 1em;text-wrap:pretty}
.container{max-width:760px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2rem)}

.site-header{
  position:sticky;top:0;z-index:50;background:rgba(250,250,247,.92);
  backdrop-filter:saturate(180%) blur(8px);
  -webkit-backdrop-filter:saturate(180%) blur(8px);
  border-bottom:1px solid rgba(30,58,74,.08);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;max-width:1120px;margin:0 auto;padding-left:clamp(1.25rem,4vw,2.5rem);padding-right:clamp(1.25rem,4vw,2.5rem)}
.brand img{height:54px;width:auto}
.back-link{font-size:.9rem;letter-spacing:.03em;color:#1E3A4A;font-weight:500;display:inline-flex;align-items:center;gap:.4rem}
.back-link:hover{color:#2C7A9E;text-decoration:none}

main{padding:clamp(2.5rem,6vw,5rem) 0 clamp(4rem,8vw,6rem)}
.lead{font-size:1.08rem;color:#445a68;margin-bottom:2rem}

.legal-block{margin-bottom:1.5rem}
.legal-block p{margin:.2em 0}

.site-footer{background:#1E3A4A;color:#c9d4da;padding:3rem 0 2rem}
.site-footer .footer-row{
  max-width:1120px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem);
  display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;align-items:center;
}
.site-footer a{color:#c9d4da}
.site-footer a:hover{color:#fff}
.footer-meta{font-size:.88rem;color:#8ca1ab;margin:0}
.footer-links{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.footer-links a{font-size:.88rem}

@media (max-width:640px){.brand img{height:44px}}
@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
