
:root{--bg:#f7f1e8;--paper:#fffdf8;--dark:#17231d;--green:#293b32;--gold:#b8925a;--muted:#6f675d;--line:#e6dccd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--dark);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}.top{background:var(--dark);color:white;font-size:.95rem;padding:.55rem 1rem;text-align:center}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:1rem}.brand{display:flex;gap:.75rem;align-items:center;text-decoration:none;color:var(--dark);font-family:Georgia,serif;font-size:1.45rem;font-weight:bold}.brand span{display:block;font-size:.9rem;color:var(--muted);font-family:system-ui;font-weight:500;margin-top:-.25rem}.seal{border:1px solid var(--gold);color:var(--gold);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif}.menu{display:flex;gap:1.15rem;align-items:center}.menu a{color:var(--dark);text-decoration:none;font-weight:600}.menu a:hover{color:var(--gold)}.call{background:var(--gold);color:white!important;padding:.65rem 1rem;border-radius:999px}.hero{position:relative;min-height:72vh;display:grid;align-items:center;overflow:hidden;background:var(--dark)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,35,29,.92),rgba(23,35,29,.55),rgba(23,35,29,.25)),url('photos/27@2x.jpg') center/cover no-repeat;filter:saturate(.9)}.hero-inner{position:relative;max-width:1180px;margin:auto;padding:6rem 1rem;color:white;width:100%}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:800;font-size:.8rem}.hero h1{font-family:Georgia,serif;font-size:clamp(2.5rem,6vw,5.4rem);line-height:1.03;margin:.8rem 0 1.2rem;max-width:850px}.hero p{max-width:660px;font-size:1.22rem}.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.btn{border:0;border-radius:999px;padding:.9rem 1.25rem;background:var(--gold);color:white;text-decoration:none;font-weight:800;cursor:pointer}.btn.secondary{background:white;color:var(--dark)}section{padding:5rem 1rem}.wrap{max-width:1180px;margin:auto}.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1.1;margin:.6rem 0 1rem}.lead{font-size:1.16rem;color:var(--muted)}.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.photo-grid img,.wide-img{width:100%;height:100%;object-fit:cover;border-radius:28px;box-shadow:0 18px 45px rgba(0,0,0,.12)}.photo-grid img:first-child{grid-row:span 2}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card{background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:1.4rem;box-shadow:0 14px 36px rgba(0,0,0,.05)}.card img{width:100%;height:185px;object-fit:cover;border-radius:18px;margin-bottom:1rem}.card h3{font-family:Georgia,serif;font-size:1.5rem;margin:.2rem 0}.band{background:var(--green);color:white}.band .lead{color:#e7ded0}.contact-box{background:var(--paper);border-radius:30px;padding:2rem;border:1px solid var(--line)}.map-wrap{min-height:380px;background:#e4dccf;border-radius:28px;display:grid;place-items:center;overflow:hidden;text-align:center;padding:2rem}.map-wrap iframe{width:100%;height:420px;border:0}.footer{background:var(--dark);color:white;padding:2.5rem 1rem}.footer a{color:white}.legal{max-width:920px;background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:2rem;white-space:pre-wrap}.cookie{position:fixed;inset:auto 1rem 1rem 1rem;z-index:50;background:var(--paper);border:1px solid var(--line);box-shadow:0 20px 60px rgba(0,0,0,.25);border-radius:22px;max-width:880px;margin:auto;padding:1.2rem;display:none}.cookie.show{display:block}.cookie-row{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center;justify-content:space-between}.small{font-size:.92rem;color:var(--muted)}@media(max-width:820px){.menu{display:none}.split,.cards{grid-template-columns:1fr}.hero{min-height:auto}.hero-inner{padding:4rem 1rem}.photo-grid{grid-template-columns:1fr}.photo-grid img:first-child{grid-row:auto}.top{font-size:.85rem}.cookie-row{display:block}.cookie .btn{margin:.35rem .2rem .2rem 0}.nav{align-items:flex-start}.brand{font-size:1.15rem}}


/* FINAL FIX: Header und Smartphone-Dropdown */
.top-header{
  position:sticky;
  top:0;
  z-index:999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:14px 24px;
  background:#fffdf8;
  border-bottom:1px solid #e6ded2;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
}

.brand{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:#1f2b24;
  line-height:1.05;
  min-width:max-content;
}

.brand-main{
  font-family: Georgia, "Times New Roman", serif;
  font-size:1.55rem;
  font-weight:700;
}

.brand-sub{
  font-size:.92rem;
  letter-spacing:.04em;
  color:#73685d;
}

.main-navigation{
  display:flex;
  align-items:center;
  gap:1.1rem;
}

.main-navigation a{
  color:#1f2b24;
  text-decoration:none;
  font-weight:600;
  white-space:nowrap;
}

.main-navigation a:hover{
  text-decoration:underline;
}

.mobile-menu-button{
  display:none;
  border:1px solid #cdbb9d;
  background:#ffffff;
  color:#1f2b24;
  border-radius:999px;
  padding:.72rem 1rem;
  font-weight:800;
  cursor:pointer;
}

.about-photo{
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.about-grid{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:2rem;
  align-items:center;
}

@media (max-width: 820px){
  .top-header{
    padding:12px 16px;
    flex-wrap:wrap;
  }

  .mobile-menu-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:auto;
  }

  .main-navigation{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:#fffdf8;
    border:1px solid #e6ded2;
    border-radius:16px;
    padding:.5rem;
    box-shadow:0 16px 36px rgba(0,0,0,.16);
  }

  .main-navigation.open{
    display:flex;
  }

  .main-navigation a{
    display:block;
    padding:1rem;
    border-radius:12px;
    border-bottom:1px solid #f0e8dd;
  }

  .main-navigation a:last-child{
    border-bottom:0;
  }

  .main-navigation a:hover{
    background:#f3eadc;
    text-decoration:none;
  }

  .about-grid{
    grid-template-columns:1fr;
  }

  .about-photo{
    max-height:none;
  }
}


/* Datenschutz/Impressum und Google-Maps-Kontakt */
.legal-page,
.page{
  max-width:1100px;
  margin:0 auto;
  padding:48px 22px;
}

.legal-content{
  background:#fffdf8;
  border:1px solid #e6ded2;
  border-radius:22px;
  padding:32px;
  box-shadow:0 14px 38px rgba(0,0,0,.08);
}

.legal-content h1,
.legal-content h2{
  color:#1f2b24;
}

.legal-content p,
.legal-content li{
  line-height:1.65;
}

.contact-map{
  margin-top:28px;
}

.map-consent-box{
  background:#fffdf8;
  border:1px solid #e6ded2;
  border-radius:22px;
  padding:26px;
  box-shadow:0 14px 34px rgba(0,0,0,.10);
}

.map-load-button{
  border:0;
  border-radius:999px;
  background:#b58b4a;
  color:white;
  padding:.85rem 1.2rem;
  font-weight:800;
  cursor:pointer;
}

.map-frame-wrap{
  overflow:hidden;
  border-radius:22px;
  border:1px solid #e6ded2;
  box-shadow:0 14px 34px rgba(0,0,0,.12);
}

.map-frame-wrap iframe{
  display:block;
  width:100%;
  min-height:360px;
}

.map-link a{
  color:#1f2b24;
  font-weight:700;
}

/* CLEAN LEGAL PAGES */
.legal-page{padding:48px 0}
.legal-content{background:#fffdf8;border:1px solid #e6ded2;border-radius:22px;padding:clamp(22px,4vw,42px);box-shadow:0 14px 38px rgba(0,0,0,.08)}
.legal-content h1{margin-top:0}
.legal-content h2{margin-top:2rem;border-top:1px solid #eadfce;padding-top:1.2rem}
.legal-content h3{margin-top:1.4rem}
.legal-content p{line-height:1.7;margin:.75rem 0}


/* VERSION 1.0: Einheitliche Rechtsseiten-Typografie */
.legal-page{
  padding:56px 0;
}

.legal-page .wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 22px;
}

.legal-content{
  font-family: Georgia, "Times New Roman", serif;
  font-size:18px;
  line-height:1.72;
  color:#1f2b24;
  background:#fffdf8;
  border:1px solid #e6ded2;
  border-radius:22px;
  padding:clamp(24px,4vw,46px);
  box-shadow:0 14px 38px rgba(0,0,0,.08);
}

.legal-content h1{
  font-size:clamp(34px,4vw,44px);
  line-height:1.15;
  margin:0 0 1.4rem;
  color:#1f2b24;
}

.legal-content h2{
  font-size:clamp(24px,2.8vw,30px);
  line-height:1.25;
  margin:2.2rem 0 1rem;
  padding-top:1.2rem;
  border-top:1px solid #eadfce;
  color:#1f2b24;
}

.legal-content h3{
  font-size:21px;
  line-height:1.35;
  margin:1.5rem 0 .65rem;
  color:#2b382f;
}

.legal-content p,
.legal-content li,
.legal-content address{
  font-size:18px;
  line-height:1.72;
  margin:.75rem 0;
}

.legal-content a{
  color:#5f421f;
  font-weight:700;
}

@media (max-width: 700px){
  .legal-content{
    font-size:17px;
    line-height:1.68;
    padding:22px;
  }

  .legal-content p,
  .legal-content li,
  .legal-content address{
    font-size:17px;
    line-height:1.68;
  }

  .legal-content h3{
    font-size:20px;
  }
}

/* FINAL TYPO FIX */
.legal-content h3{
font-size:18px!important;
font-weight:400!important;
line-height:1.72!important;
margin:.75rem 0!important;
color:#1f2b24!important;
}
.legal-content strong,.legal-content b{
font-weight:400!important;
}
.legal-content p,.legal-content li,.legal-content h3{
font-family: Georgia,"Times New Roman",serif!important;
}
