﻿:root{--green:#4e7a27;--green2:#8abb25;--ink:#26312d;--muted:#69736d;--paper:#fbfaf7;--soft:#eef3ea;--line:#dbe3d4;--white:#fff;--accent:#a45d42;--shadow:0 22px 60px rgba(32,52,40,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.62}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1120px,calc(100% - 32px));margin:auto}.top{background:#f4f6f1;color:#465044;font-size:.94rem}.top .wrap{display:flex;gap:18px;justify-content:space-between;flex-wrap:wrap;padding:9px 0}.top span,.top a{display:inline-flex;align-items:center;gap:6px}.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);box-shadow:0 8px 28px rgba(40,60,42,.06);backdrop-filter:blur(12px)}.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:74px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:#31402f}.brand img{width:210px;height:auto}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:6px;padding:10px 12px;font-weight:700}.menu{display:flex;align-items:center;gap:2px;margin:0;padding:0;list-style:none}.menu>li{position:relative}.menu a,.menu button{display:flex;align-items:center;gap:6px;padding:12px 10px;border:0;background:transparent;color:#5b645c;font:inherit;cursor:pointer}.menu a:hover,.menu button:hover,.menu .active{color:var(--green);font-weight:700}.dropdown{position:absolute;top:100%;left:0;min-width:230px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);padding:8px;display:none}.has-drop:hover .dropdown,.has-drop:focus-within .dropdown{display:block}.dropdown a{padding:10px 12px;border-radius:6px}.dropdown a:hover{background:var(--soft)}.pill{background:var(--green)!important;color:#fff!important;border-radius:6px;margin-left:6px}.hero{min-height:620px;display:grid;align-items:center;background:linear-gradient(90deg,rgba(251,250,247,.98),rgba(251,250,247,.84) 48%,rgba(251,250,247,.25)),url('../media/startseite/banner.jpg') center right/cover no-repeat;border-bottom:1px solid var(--line)}.hero .wrap{padding:80px 0 110px}.eyebrow{color:var(--accent);font-size:.84rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px}h1,h2,h3,p{margin-top:0}h1{max-width:760px;font-family:Georgia,serif;font-size:clamp(2.7rem,6vw,5.45rem);line-height:.98;margin-bottom:20px}h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin-bottom:14px}h3{line-height:1.25}.lead{max-width:690px;font-size:clamp(1.1rem,2vw,1.32rem);color:#425043}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:6px;border:1px solid var(--green);background:var(--green);color:#fff;font-weight:800}.btn:hover{background:var(--green2);border-color:var(--green2)}.btn.light{background:#fff;color:var(--green)}.quick{margin-top:-54px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.quick article{background:#fff;padding:24px}.quick strong{display:block;color:var(--green);margin-bottom:6px}.section{padding:80px 0}.soft{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.photo{border-radius:8px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.photo img{width:100%;height:440px;object-fit:cover}.grid{display:grid;gap:16px}.grid.cards{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px}.card p:last-child{margin-bottom:0}.list{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.list li{padding:12px 0;border-bottom:1px solid var(--line)}.hours{display:grid;gap:8px}.hours div{display:grid;grid-template-columns:minmax(140px,1fr) auto;gap:16px;border-bottom:1px solid var(--line);padding:12px 0}.muted{color:var(--muted)}.iframe-box{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.iframe-box iframe{display:block;width:100%;height:760px;border:0}.map iframe{width:100%;height:420px;border:0;border-radius:8px}.form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form textarea,.form select{width:100%;padding:12px;border:1px solid var(--line);border-radius:6px;font:inherit;background:#fff}.form textarea{min-height:150px;resize:vertical}.notice{border-left:4px solid var(--green);background:#fff;padding:18px;border-radius:6px}.footer{border-top:1px solid var(--line);background:#fff;padding:28px 0;color:var(--muted);font-size:.95rem}.footer .wrap{display:flex;gap:16px;justify-content:space-between;flex-wrap:wrap}.modal{position:fixed;inset:0;background:rgba(20,30,24,.48);display:none;align-items:center;justify-content:center;padding:18px;z-index:100}.modal:target,.modal.open{display:flex}.modal-card{width:min(820px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:8px;padding:26px;box-shadow:var(--shadow)}.modal-head{display:flex;justify-content:space-between;gap:18px;align-items:start}.close{font-size:1.5rem;color:var(--muted)}@media(max-width:980px){.menu-toggle{display:block}.nav .wrap{flex-wrap:wrap}.menu{display:none;width:100%;flex-direction:column;align-items:stretch;padding-bottom:16px}.menu.open{display:flex}.menu a,.menu button{justify-content:space-between}.dropdown{position:static;display:block;box-shadow:none;border:0;background:var(--soft);margin:0 0 8px}.brand img{width:185px}.quick,.split,.grid.cards,.grid.four{grid-template-columns:1fr}.hero{min-height:auto;background:linear-gradient(180deg,rgba(251,250,247,.98),rgba(251,250,247,.88) 65%,rgba(251,250,247,.52)),url('../media/startseite/banner.jpg') center/cover no-repeat}.photo img{height:340px}.hours div{grid-template-columns:1fr}.iframe-box iframe{height:680px}}@media(max-width:560px){.top .wrap,.actions,.form-row{display:flex;flex-direction:column}.section{padding:58px 0}.hero .wrap{padding:58px 0 86px}.btn{width:100%}}

.hero .eyebrow{font-size:clamp(1.15rem,2vw,1.55rem);letter-spacing:.04em;color:var(--green);margin-bottom:16px}.hero h1{font-size:clamp(2.15rem,4.6vw,4.25rem);line-height:1.04;max-width:680px}

.service-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.service-button{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 12px 34px rgba(32,52,40,.06)}.service-button summary{list-style:none;cursor:pointer;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;color:var(--green);font-weight:800}.service-button summary::-webkit-details-marker{display:none}.service-button summary:after{content:'+';display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:var(--soft);color:var(--green);font-size:1.2rem}.service-button[open] summary{background:var(--green);color:#fff}.service-button[open] summary:after{content:'-';background:#fff;color:var(--green)}.service-button p{padding:0 20px 20px;margin:0;color:var(--muted)}.service-button .mini-list{padding:0 20px 20px 38px;margin:0;color:var(--muted)}.service-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.service-hero img{height:360px;width:100%;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}@media(max-width:980px){.service-buttons,.service-hero{grid-template-columns:1fr}.service-hero img{height:300px}}@media(max-width:560px){.service-button summary{min-height:64px;padding:16px}.service-button p{padding:0 16px 18px}}

.service-buttons-popup{align-items:stretch}.service-action{min-height:76px;width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--green);padding:18px 20px;text-align:left;font:inherit;font-weight:800;box-shadow:0 12px 34px rgba(32,52,40,.06);cursor:pointer}.service-action:hover,.service-action:focus{background:var(--green);color:#fff;outline:none}.service-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:120;padding:18px}.service-modal.open{display:flex}.service-modal-backdrop{position:absolute;inset:0;background:rgba(20,30,24,.48)}.service-modal-card{position:relative;width:min(820px,100%);max-height:86vh;overflow:auto;background:#fff;border-radius:8px;padding:26px;box-shadow:var(--shadow)}.service-modal-card p{color:var(--muted);font-size:1.04rem}.service-close{border:0;background:var(--soft);color:var(--green);border-radius:50%;width:38px;height:38px;font-size:1.5rem;cursor:pointer;flex:0 0 38px}

.service-overview{display:grid;gap:34px}.service-group{display:block}.service-group h2{font-size:clamp(1.45rem,2.4vw,2.15rem);margin-bottom:14px}.service-group .service-buttons{margin-top:0}.service-group .service-action{background:#fff}.service-group .service-action:hover,.service-group .service-action:focus{background:var(--green);color:#fff}

.video-frame{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.video-frame video{display:block;width:100%;height:auto;max-height:680px;background:#111}.section-title{max-width:760px;margin-bottom:28px}

.service-overview{gap:26px}.service-group{margin:0}.service-group h2{margin:0 0 14px}.service-group .service-buttons{margin:0}

.eyebrow{color:var(--green)}

.hero{background:linear-gradient(90deg,rgba(251,250,247,.98),rgba(251,250,247,.84) 48%,rgba(251,250,247,.25)),url('../media/ueber/intro.jpg') center right/cover no-repeat}.home-door img{object-position:center}

.hero{background:linear-gradient(90deg,rgba(251,250,247,.98),rgba(251,250,247,.84) 48%,rgba(251,250,247,.25)),url('../media/startseite/banner.jpg') center right/cover no-repeat}

.hero{background:linear-gradient(90deg,rgba(251,250,247,.98),rgba(251,250,247,.84) 48%,rgba(251,250,247,.25)),url('../media/startseite/intro.jpg') center right/cover no-repeat}

.hero{background:linear-gradient(90deg,rgba(251,250,247,.98),rgba(251,250,247,.84) 48%,rgba(251,250,247,.25)),url('../media/startseite/banner.jpg') center right/cover no-repeat}

.hero{background:linear-gradient(90deg,rgba(251,250,247,.98),rgba(251,250,247,.84) 48%,rgba(251,250,247,.25)),url('../media/startseite/intro.jpg') center right/cover no-repeat}

.home-hero{background:var(--paper)}.hero-split{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center;padding:72px 0 92px}.hero-photo img{height:520px;width:100%;object-fit:cover;object-position:center}.home-hero .wrap{padding:72px 0 92px}@media(max-width:980px){.hero-split{grid-template-columns:1fr;padding:54px 0 76px}.home-hero .wrap{padding:54px 0 76px}.hero-photo img{height:380px}}

.service-overview{
  display: grid;
  gap: 28px;
}
.service-group{
  margin: 0;
  padding: 0;
}
.service-group h2{
  margin: 0 0 14px;
}
.service-group .service-buttons{
  margin: 0;
}

.service-overview{
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.service-group{
  margin: 0;
  padding: 0;
}
.service-group h2{
  margin: 0 0 20px;
}
.service-group .service-buttons{
  margin: 0;
}
.service-action{
  min-height: 112px;
  display: flex;
  align-items: center;
}

.brand img{width:252px}@media(max-width:980px){.brand img{width:222px}}

.hero-photo img{object-position:50% 50%}

.hero-photo{
  overflow: hidden;
}
.hero-photo img{
  object-position: 38% 50%;
  transform: scale(1.12);
  transform-origin: 38% 50%;
}

.hero-split{
  grid-template-columns: 1.08fr .82fr;
}
.hero-photo{
  width: min(520px, 100%);
  justify-self: center;
  aspect-ratio: 4 / 5;
}
.hero-photo img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 36% 50%;
  transform: none;
}
@media(max-width:980px){
  .hero-photo{
    width: min(440px, 100%);
    aspect-ratio: 4 / 5;
  }
  .hero-photo img{
    height: 100%;
  }
}

.hero-photo{
  width: min(760px, 100%);
  aspect-ratio: auto;
  background: #fff;
}
.hero-photo img{
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: center center;
  transform: none;
}

@media(max-width:980px){
  .menu .has-drop .dropdown{
    display: none;
  }
  .menu .has-drop.open .dropdown{
    display: block;
  }
  .menu .has-drop > button::after{
    content: '+';
    font-weight: 800;
    color: var(--green);
  }
  .menu .has-drop.open > button::after{
    content: '-';
  }
}

.services-menu{
  min-width: 310px;
}
.dropdown-heading{
  display: block;
  padding: 12px 12px 6px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dropdown-main{
  font-weight: 800;
  color: var(--green) !important;
}
@media(max-width:980px){
  .services-menu{
    min-width: 0;
  }
  .dropdown-heading{
    padding: 12px 12px 4px;
  }
}

.service-filter-tabs{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.service-filter-link{
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: #fff;
  color: var(--green);
  font-weight: 800;
}
.service-filter-link:hover{
  background: var(--green);
  color: #fff;
}
.service-panel{
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 28px;
}
.service-panel > h2{
  margin-bottom: -10px;
}
.service-group h3{
  font-family: Georgia, serif;
  font-size: clamp(1.45rem,2.4vw,2.15rem);
  line-height: 1.08;
  margin: 0 0 20px;
}
body.show-kasse .service-panel-privat,
body.show-privat .service-panel-kasse{
  display: none;
}
body.show-kasse .service-filter-link[href$="#leistungen-kasse"],
body.show-privat .service-filter-link[href$="#privatleistungen"],
body:not(.show-kasse):not(.show-privat) .service-filter-link[href="leistungen.html"]{
  background: var(--green);
  color: #fff;
}
@media(max-width:560px){
  .service-filter-link{
    width: 100%;
    justify-content: center;
  }
}

body:not(.show-kasse):not(.show-privat) .service-panel > .eyebrow,
body:not(.show-kasse):not(.show-privat) .service-panel > h2{
  display: none;
}
body:not(.show-kasse):not(.show-privat) .service-panel{
  margin-top: 0;
}
body:not(.show-kasse):not(.show-privat) .service-panel + .service-panel{
  margin-top: 34px;
}

body.show-kasse .service-panel-all,
body.show-privat .service-panel-all{
  display: none;
}
body:not(.show-kasse):not(.show-privat) .service-panel-kasse,
body:not(.show-kasse):not(.show-privat) .service-panel-privat{
  display: none;
}

.visit-section{
  padding-top: 70px;
  padding-bottom: 70px;
}
.visit-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.visit-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(32,52,40,.06);
}
.visit-card h3{
  color: var(--green);
  margin-bottom: 12px;
}
.visit-card ul{
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}
.visit-card li + li{
  margin-top: 8px;
}
.visit-card-highlight{
  background: var(--soft);
}
.visit-card-highlight .actions{
  margin-top: 18px;
}
.visit-card-highlight .btn{
  width: 100%;
}
@media(max-width:980px){
  .visit-grid{
    grid-template-columns: 1fr;
  }
}

.trust-line{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: -4px 0 18px;
  color: var(--green);
  font-weight: 800;
  font-size: clamp(.98rem,1.4vw,1.12rem);
}

.contact-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.contact-actions .btn{
  width: 100%;
  min-height: 46px;
}
@media(max-width:560px){
  .contact-actions{
    grid-template-columns: 1fr;
  }
}

.therapy-facts{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 24px;
}
.therapy-facts span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--green);
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(32,52,40,.05);
}
@media(max-width:560px){
  .therapy-facts{
    display: grid;
  }
}

.footer-grid{
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.footer-grid strong{
  display: block;
  color: var(--ink);
  margin-bottom: 8px;
}
.footer-grid p{
  margin: 0 0 10px;
}
.footer-grid a{
  color: var(--green);
  font-weight: 700;
}
.footer-copy{
  color: var(--muted);
  font-size: .9rem;
}
@media(max-width:980px){
  .footer-grid{
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width:560px){
  .footer-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.home-alert{
  margin-top: -22px;
  margin-bottom: 42px;
  position: relative;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: 8px;
  padding: 14px 18px;
  box-shadow: 0 12px 34px rgba(32,52,40,.06);
  color: var(--ink);
}
.home-alert strong,
.home-alert a{
  color: var(--green);
  font-weight: 800;
}
@media(max-width:560px){
  .home-alert{
    margin-top: -34px;
  }
}



.menu-toggle{min-height:44px}


/* Ruhigere Seitenüberschriften */
h1{
  font-size: clamp(2.15rem, 4.2vw, 4.15rem);
  line-height: 1.04;
  max-width: 720px;
}
.hero h1{
  font-size: clamp(2rem, 3.8vw, 3.7rem);
  line-height: 1.05;
}
@media(max-width:560px){
  h1{
    font-size: clamp(2rem, 11vw, 3rem);
  }
}

/* Kleinere Texte in Leistungs-Popups */
.service-modal-card{
  padding: 24px;
}
.service-modal-card h2{
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.08;
  margin-bottom: 10px;
}
.service-modal-card p,
.service-modal-card li{
  font-size: .92rem;
  line-height: 1.55;
}
@media(max-width:560px){
  .service-modal-card{
    padding: 20px;
  }
  .service-modal-card h2{
    font-size: clamp(1.35rem, 6.6vw, 1.85rem);
  }
}





/* Startseite: Foto als Hintergrund im ersten Block */
.home-hero{
  min-height: 650px;
  background:
    linear-gradient(90deg,
      rgba(251,250,247,.99) 0%,
      rgba(251,250,247,.97) 38%,
      rgba(251,250,247,.70) 57%,
      rgba(251,250,247,.18) 74%,
      rgba(251,250,247,0) 100%),
    url('../media/startseite/intro.jpg') 88% 52% / auto 86% no-repeat;
}
.home-hero .hero-split{
  grid-template-columns: minmax(0, 650px);
  justify-content: start;
  gap: 0;
}
.home-hero .hero-split > div:first-child{
  max-width: 650px;
  padding: 24px 0;
}
.home-hero .hero-photo{
  display: none;
}
@media(max-width:980px){
  .home-hero{
    background:
      linear-gradient(180deg,
        rgba(251,250,247,.98) 0%,
        rgba(251,250,247,.94) 48%,
        rgba(251,250,247,.70) 100%),
      url('../media/startseite/intro.jpg') 78% 38% / auto 72% no-repeat;
  }
  .home-hero .hero-split{
    grid-template-columns: 1fr;
  }
}


@media(max-width:560px){
  .home-hero{
    min-height: 720px;
    background:
      linear-gradient(180deg,
        rgba(251,250,247,.96) 0%,
        rgba(251,250,247,.84) 42%,
        rgba(251,250,247,.42) 100%),
      url('../media/startseite/intro.jpg') 70% 22% / auto 78% no-repeat;
  }
  .home-hero .hero-split > div:first-child{
    padding-top: 18px;
  }
}


/* Mobile Startseite: sichtbare Fotoebene */
.home-hero{
  position: relative;
  overflow: hidden;
}
.home-hero .hero-split{
  position: relative;
  z-index: 1;
}
.home-hero::after{
  content: none;
}
@media(max-width:980px){
  .home-hero{
    min-height: 760px;
    background: linear-gradient(180deg, rgba(251,250,247,.98) 0%, rgba(251,250,247,.88) 42%, rgba(251,250,247,.66) 100%) !important;
  }
  .home-hero::after{
    content: "";
    position: absolute;
    left: 18%;
    right: -18%;
    top: 240px;
    bottom: 0;
    background: url('../media/startseite/intro.jpg') center bottom / contain no-repeat;
    opacity: .95;
    z-index: 0;
    pointer-events: none;
  }
}
@media(max-width:560px){
  .home-hero{
    min-height: 790px;
  }
  .home-hero::after{
    left: 4%;
    right: -36%;
    top: 315px;
    bottom: 0;
    background-position: right bottom;
    background-size: auto 62%;
  }
}

/* Handy/Safari: Startfoto als echtes Bild statt Hintergrundebene */
.mobile-hero-photo{
  display: none;
}
@media(max-width:560px){
  .home-hero{
    position: relative !important;
    min-height: 760px !important;
    background: linear-gradient(180deg, rgba(251,250,247,.96) 0%, rgba(251,250,247,.90) 48%, rgba(251,250,247,.82) 100%) !important;
    overflow: hidden;
  }
  .home-hero::after{
    content: none !important;
  }
  .mobile-hero-photo{
    display: block;
    position: absolute;
    top: 70px;
    right: -132px;
    width: 420px;
    max-width: none;
    height: auto;
    opacity: .54;
    z-index: 0;
    pointer-events: none;
  }
  .home-hero .hero-split{
    position: relative !important;
    z-index: 1 !important;
  }
}

/* Handy: Foto als normales Bild nach dem Einleitungstext */
.mobile-hero-inline{
  display: none;
}
@media(max-width:560px){
  .home-hero{
    min-height: auto !important;
    background: var(--paper) !important;
  }
  .home-hero::after,
  .mobile-hero-photo{
    display: none !important;
    content: none !important;
  }
  .mobile-hero-inline{
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    object-position: center;
    margin: 18px 0 20px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    background: #fff;
  }
}

/* Handy und Tablet: kein Overlay, Foto immer als normales Bild */
@media(max-width:980px){
  .home-hero{
    min-height: auto !important;
    background: var(--paper) !important;
    overflow: visible !important;
  }
  .home-hero::after,
  .mobile-hero-photo{
    display: none !important;
    content: none !important;
    background: none !important;
  }
  .mobile-hero-inline{
    display: block !important;
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 18px auto 22px !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow) !important;
    background: #fff !important;
    opacity: 1 !important;
    position: static !important;
  }
}

/* iPhone-Fallback: Bild standardmäßig sichtbar, nur Desktop blendet aus */
.mobile-hero-inline{
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  margin: 18px auto 22px !important;
  border-radius: 8px !important;
  box-shadow: var(--shadow) !important;
  background: #fff !important;
  opacity: 1 !important;
  position: static !important;
}
@media(min-width:981px){
  .mobile-hero-inline{
    display: none !important;
  }
}
@media(max-width:980px){
  .home-hero{
    background: var(--paper) !important;
  }
}
