/* Gemeinsame Gestaltung von Impressum und Datenschutzerklaerung. */

*{box-sizing:border-box;margin:0;padding:0;user-select:none}
html{scroll-behavior:smooth}
body{font-family:Arial,sans-serif;background:#fefefd;color:#1f2933;line-height:1.6;cursor:default}
h1,h2,h3,p,li{overflow-wrap:break-word;hyphens:auto}
span,a{overflow-wrap:break-word}
input,textarea,select{user-select:text;cursor:text}
a,button{cursor:pointer}
:target{scroll-margin-top:112px}
.header{position:sticky;top:0;z-index:100; background:rgba(254,254,253,.94); backdrop-filter:blur(12px); border-bottom:1px solid rgba(14,78,45,.12); transition:.25s ease}
.header.scrolled{background:rgba(254,254,253,.84);box-shadow:0 8px 24px rgba(14,78,45,.08)}
.header-inner{max-width:1180px;margin:auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:14px;color:#0e4e2d;font-weight:900;font-size:23px;text-decoration:none;white-space:nowrap}
.brand img{width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 6px 18px rgba(14,78,45,.18)}
.nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.nav a{height:42px;display:inline-flex;align-items:center;justify-content:center; color:#0e4e2d;text-decoration:none;font-weight:800;padding:0 14px; border-radius:999px;background:transparent;border:0;font-size:14px;line-height:1;font-family:inherit;transition:.2s ease}
.nav a:hover{background:#eef4ec}
.home-btn{background:#0e4e2d!important;color:#fefefd!important}
.home-btn:hover{background:#08391f!important}
.wrap{max-width:1120px;margin:auto;padding:34px 24px 0}
.kicker{color:#548031;font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.6px;margin-bottom:10px}
h1,h2,h3{color:#0e4e2d}
h1{font-size:43px;line-height:1.08;margin-bottom:18px}
h2{font-size:27px;margin:36px 0 14px}
h3{font-size:20px;margin:24px 0 10px}
.lead{font-size:18px;color:#56645d;max-width:850px;margin-bottom:18px}
.legal-hero{background: linear-gradient(135deg,rgba(246,243,238,.96),rgba(238,244,236,.96)), linear-gradient(135deg,#f6f3ee 0%,#eef4ec 55%,#dfe9dc 100%); border:1px solid rgba(14,78,45,.14); border-radius:30px; padding:34px; box-shadow:0 12px 34px rgba(14,78,45,.08); margin-bottom:28px}
.legal-card{background:white; border:1px solid rgba(14,78,45,.14); border-radius:24px; padding:26px; box-shadow:0 8px 22px rgba(14,78,45,.06); margin:20px 0}
.legal-card p{color:#3d4a43;margin-bottom:10px}
.legal-card a{color:#0e4e2d;font-weight:900}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:16px}
.info-box{background:#f6f3ee; border:1px solid rgba(14,78,45,.14); border-radius:20px; padding:18px}
.info-box strong{display:block;color:#0e4e2d;margin-bottom:6px}
.info-box span{display:block;color:#3d4a43}
.footer{margin-top:60px;background:#0e4e2d;color:white;border-radius:30px 30px 0 0;padding:30px 30px 18px}
.footer-main{display:grid;grid-template-columns:1.1fr .9fr .9fr .9fr;gap:24px;margin-bottom:24px}
.footer h3{color:white;font-size:17px;margin-bottom:8px}
.footer p,.footer li{color:#e7efe8;font-size:14px}
.footer ul{list-style:none}
.footer a{color:#fefefd;text-decoration:none}
.footer a:hover{text-decoration:underline}
.top-link{display:inline-block;border:1px solid rgba(255,255,255,.35);padding:10px 14px;border-radius:999px;font-weight:900;margin-top:8px;background:transparent;color:#fefefd;font-family:inherit}
.top-link:hover{background:rgba(255,255,255,.12)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding-top:16px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px;color:#e7efe8}
.footer-bottom a{margin-left:14px}
.credit-link{margin-left:0!important;text-decoration:underline}

@media(max-width:900px){
  .header-inner{display:block}
  .nav{margin-top:14px}
  .info-grid,.footer-main{grid-template-columns:1fr}
  h1{font-size:33px}
  h2{font-size:25px}
  .brand img{width:58px;height:58px}
  .legal-hero{padding:26px}
}
.mobile-menu-toggle{display:none; border:1px solid rgba(14,78,45,.18); background:#0e4e2d; color:#fefefd; border-radius:999px; padding:10px 14px; font-family:inherit; font-weight:900; line-height:1}

@media(max-width:900px){
  .header{position:sticky; top:0; background:rgba(254,254,253,.90); backdrop-filter:blur(10px); box-shadow:0 8px 18px rgba(14,78,45,.08)}
  .header-inner{display:flex!important; align-items:center; justify-content:space-between; gap:10px; padding:8px 14px}
  .brand{font-size:17px; gap:9px}
  .brand img{width:44px!important; height:44px!important}
  .mobile-menu-toggle{display:inline-flex; align-items:center; justify-content:center}
  .nav{display:none; width:100%; flex-direction:column; align-items:stretch; gap:6px; margin-top:8px!important; padding:8px; max-height:68vh; overflow:auto; background:rgba(254,254,253,.98); border:1px solid rgba(14,78,45,.13); border-radius:18px; box-shadow:0 12px 28px rgba(14,78,45,.12)}
  .nav.open{display:flex}
  .nav a, .dropbtn{width:100%; height:auto; min-height:40px; justify-content:flex-start; padding:10px 12px; border-radius:14px}
  .dropdown{width:100%}
  .dropdown-content{display:none; position:static; top:auto; left:auto; width:100%; min-width:0; padding:6px; margin-top:4px; border:0; border-radius:14px; box-shadow:none; background:#eef4ec}
  .dropdown:hover .dropdown-content{display:none}
  .dropdown.open .dropdown-content{display:block}
}
.legal-card ul{padding-left:22px;margin:10px 0 14px;color:#3d4a43}
.legal-card li{margin-bottom:8px}
.note{background:#eef4ec;border-left:5px solid #0e4e2d;border-radius:16px;padding:16px;margin:16px 0;color:#3d4a43}
