
:root{
  --green:#004A78; --green2:#285F22; --cream:#FBF8F2; --sand:#F3EEE3;
  --ink:#18322E; --muted:#5F6B66; --white:#fff; --line:#E2DBCF; --blue:#004A78;
  --radius:22px; --shadow:0 12px 34px rgba(23,63,53,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Source Sans 3',Aptos,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.58}
a{color:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--green);color:#fff;font-size:14px;padding:9px 0}.topbar .shell{display:flex;justify-content:space-between;gap:20px}.navwrap{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800}.brandmark{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-size:19px}.brand small{display:block;color:var(--muted);font-weight:600;font-size:12px}.links{display:flex;gap:22px;align-items:center}.links a{text-decoration:none;font-weight:650;font-size:15px}.menu-btn{display:none;border:0;background:none;font-size:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 19px;text-decoration:none;font-weight:750;border:1px solid transparent}.btn.primary{background:var(--green);color:white}.btn.light{background:#fff;color:var(--green)}.btn.outline{border-color:rgba(255,255,255,.5);color:white}.btn.soft{background:var(--cream);color:var(--green)}
.hero{min-height:74vh;display:grid;place-items:center;position:relative;color:white;background:linear-gradient(90deg,rgba(11,36,29,.66),rgba(11,36,29,.10)),url("donau-morgen.jpg") center/cover;padding:90px 0}.eyebrow,.pill{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:850}.hero h1{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(48px,7vw,86px);line-height:.98;max-width:820px;margin:14px 0 22px}.hero p{max-width:670px;font-size:20px;margin:0 0 30px;color:rgba(255,255,255,.92)}.actions{display:flex;gap:12px;flex-wrap:wrap}
.quickfacts{margin-top:-42px;position:relative;z-index:5}.quickgrid{display:grid;grid-template-columns:repeat(5,1fr);background:white;border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.quick{padding:24px 22px;border-right:1px solid var(--line)}.quick:last-child{border-right:0}.quick strong{display:block;font-size:20px;color:var(--green)}.quick span{font-size:13px;color:var(--muted)}
section{padding:78px 0}.cream{background:var(--cream)}.green{background:var(--green);color:white}.section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:34px}.section-head h2{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(36px,5vw,58px);line-height:1.05;margin:8px 0 0}.section-head p{color:var(--muted);font-size:18px;margin:0}.green .section-head p{color:rgba(255,255,255,.75)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff}.card h3{font-size:21px;margin:10px 0 8px}.card p{color:var(--muted);margin:0 0 16px}.icon{font-size:31px}.link{font-weight:780;color:var(--green);text-decoration:none}
.feature{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.feature.reverse .media{order:2}.media img{width:100%;height:430px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.copy h2{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:48px;line-height:1.06;margin:8px 0 18px}.copy p{font-size:18px;color:var(--muted)}.checks{display:grid;grid-template-columns:1fr 1fr;gap:9px 22px;padding:0;list-style:none;margin:22px 0}.checks li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}
.band{background:var(--green);color:white;border-radius:26px;padding:34px;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.band h2{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:38px;margin:0 0 8px}.band p{margin:0;color:rgba(255,255,255,.8)}
.pricegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price{border:1px solid var(--line);border-radius:20px;padding:24px;background:white}.price strong{font-size:30px;color:var(--green)}.price h3{margin:0 0 8px}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.gallery img{width:100%;height:260px;object-fit:cover;border-radius:18px}.gallery img:first-child{height:532px;grid-row:span 2}
.subhero{background:var(--cream);padding:68px 0 48px;border-bottom:1px solid var(--line)}.subhero h1{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(44px,6vw,68px);line-height:1;margin:10px 0 16px}.subhero p{font-size:19px;max-width:760px;color:var(--muted)}
.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.topic{border-radius:22px;padding:30px;background:white;border:1px solid var(--line)}.topic h3{font-size:24px;margin:8px 0}.topic ul{margin:12px 0 0;padding-left:20px}.topic a{color:var(--green);font-weight:700}
.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{padding:13px 14px;border:1px solid #E2DBCF;border-radius:12px;font:inherit}.field textarea{min-height:150px}.note{font-size:13px;color:var(--muted)}
footer{background:#18322E;color:white;padding:50px 0 28px}.footgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footgrid a{display:block;color:rgba(255,255,255,.78);text-decoration:none;margin:7px 0}.copyright{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:13px;color:rgba(255,255,255,.6)}
@media(max-width:900px){.links{display:none}.menu-btn{display:block}.quickgrid{grid-template-columns:repeat(2,1fr)}.quick{border-bottom:1px solid var(--line)}.section-head,.feature,.band{grid-template-columns:1fr}.feature.reverse .media{order:0}.cards,.pricegrid{grid-template-columns:1fr 1fr}.topic-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery img:first-child{grid-column:1/-1;height:350px}.footgrid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.topbar{display:none}.nav{height:68px}.hero{min-height:72vh}.hero .content{padding:70px 0}.hero p{font-size:18px}.quickgrid{grid-template-columns:1fr}.quick{border-right:0}.cards,.pricegrid,.formgrid{grid-template-columns:1fr}.field.full{grid-column:auto}.checks{grid-template-columns:1fr}.media img{height:300px}.copy h2{font-size:39px}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:270px;grid-column:auto}.footgrid{grid-template-columns:1fr}}

.legacy-gallery{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}
.legacy-gallery iframe{width:100%;height:720px;border:0;border-radius:16px;background:#fff}
.legacy-gallery .note{margin:12px 4px 0}
@media(max-width:620px){.legacy-gallery iframe{height:560px}}

.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.stars{letter-spacing:.08em;color:#9b742e;font-size:19px}.review-card blockquote{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:25px;line-height:1.25;margin:14px 0;color:var(--green)}.review-card p{color:var(--muted)}.review-card span,.review-note{font-size:13px;color:var(--muted)}.review-footer{margin-top:24px;padding:22px 24px;border:1px solid var(--line);border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.review-footer strong{font-size:21px;color:var(--green)}.review-note{font-size:12px;margin:10px 4px 0}@media(max-width:900px){.review-grid{grid-template-columns:1fr}.review-footer{flex-direction:column;align-items:flex-start}}
.lang-switch{display:flex;align-items:center;gap:3px;margin-left:auto;margin-right:2px;padding:4px;background:var(--cream);border-radius:999px;border:1px solid var(--line)}
.lang-switch a{min-width:34px;text-align:center;padding:6px 7px;border-radius:999px;font-size:12px;font-weight:800;text-decoration:none;color:var(--muted)}
.lang-switch a:hover,.lang-switch a.active{background:var(--green);color:#fff}
@media(max-width:900px){.lang-switch{margin-left:auto}.nav{gap:10px}.brand small{display:none}}
@media(max-width:520px){.lang-switch a{min-width:30px;padding:5px}.brand{font-size:14px}.brandmark{width:38px;height:38px}}

/* v14: Fotogalerie */
.photo-mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:12px}
.photo-mosaic figure{position:relative;margin:0;overflow:hidden;border-radius:18px;background:#ddd;box-shadow:var(--shadow)}
.photo-mosaic figure.wide{grid-column:span 2}
.photo-mosaic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.photo-mosaic figure:hover img{transform:scale(1.025)}
.photo-mosaic figcaption{position:absolute;left:12px;bottom:12px;padding:6px 10px;border-radius:999px;background:rgba(16,46,39,.82);color:white;font-size:12px;font-weight:800;backdrop-filter:blur(6px)}

/* v14: Sprachwahl mit Flaggen */
.lang-switch{gap:5px}
.lang-switch a{min-width:38px;height:34px;display:grid;place-items:center;padding:0;font-size:20px;line-height:1}
.lang-switch .flag-icon{display:block;transform:translateY(-1px)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:900px){.photo-mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}}
@media(max-width:620px){.photo-mosaic{grid-template-columns:1fr;grid-auto-rows:240px}.photo-mosaic figure.wide{grid-column:auto}.lang-switch a{min-width:32px;height:31px;font-size:18px}}

/* v15: Hero mit Donau-/Radreise-Bild */
.hero .content{text-shadow:0 2px 18px rgba(0,0,0,.28)}
.hero .btn{text-shadow:none}

/* v16: sauberer Hero ohne eingebrannte Texte */
.hero{background-position:center center}
.hero .content{max-width:1180px}
@media(min-width:1000px){.hero{background-position:center 48%}}

/* v17 – Hero und Navigation nach dem freigegebenen Look */
.nav{height:84px}
.brand{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:22px;color:var(--green)}
.brandmark{background:transparent;color:var(--green);width:auto;height:auto;font-size:27px}
.hero{min-height:72vh;background-position:center 47%}
.hero .content{padding:110px 0 125px}
.hero h1{font-size:clamp(52px,6.2vw,84px);max-width:760px}
.hero p{max-width:650px}
.quickfacts{margin-top:-48px}
.quickgrid{max-width:1000px;margin:auto}
.lang-switch{background:var(--cream);border:1px solid #ddd3c2;padding:5px 7px;gap:7px}
.lang-switch a{width:38px;height:34px;min-width:38px;border-radius:50%;padding:5px}
.lang-switch a.active{background:var(--green)}
.flag-img{display:block;width:25px;height:17px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.10)}
.lang-switch a.active .flag-img{box-shadow:0 0 0 2px #fff}
@media(max-width:900px){
  .nav{height:72px}
  .hero .content{padding:85px 0 110px}
  .lang-switch{gap:3px;padding:4px}
  .lang-switch a{width:34px;height:31px;min-width:34px}
  .flag-img{width:22px;height:15px}
}

/* v18 – exact approved hero design as visual start section */
.hero-v18{position:relative;background:#eef1ea;overflow:hidden}
.hero-v18>img{display:block;width:100%;height:auto}
.hero-v18-hotspots{position:absolute;inset:0;pointer-events:none}
.hero-v18-hotspots .hs{position:absolute;display:block;pointer-events:auto;border-radius:999px}
.hero-v18-hotspots .hs:focus{outline:3px solid #fff;outline-offset:3px}
/* Coordinates correspond to the chosen V18 hero design after cropping the header */
.hero-v18-hotspots .hs-inquiry{left:23.2%;top:55.8%;width:10.3%;height:7.4%}
.hero-v18-hotspots .hs-prices{left:33.8%;top:55.8%;width:8.2%;height:7.4%}
.hero-v18-hotspots .hs-eichwald{left:42.4%;top:55.8%;width:9.4%;height:7.4%}
@media(max-width:900px){
  .hero-v18{min-height:420px}
  .hero-v18>img{width:125%;max-width:none;transform:translateX(-10%)}
}
@media(max-width:620px){
  .hero-v18{min-height:390px}
  .hero-v18>img{width:165%;max-width:none;transform:translateX(-20%)}
  .hero-v18-hotspots{display:none}
}

/* v19: FAQ + Besucherzähler */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;padding:0 20px}
.faq-item summary{cursor:pointer;font-weight:780;color:var(--green);padding:18px 0}
.faq-item p{color:var(--muted);margin:0 0 18px}
.visitor-counter{display:flex;align-items:center;gap:8px;width:max-content;margin:28px 0 0;padding:9px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:rgba(255,255,255,.8);font-size:13px}
.visitor-counter strong{color:#fff;font-size:15px}
.visitor-icon{font-size:10px}
@media(max-width:700px){.faq-grid{grid-template-columns:1fr}}


/* =========================================================
   V20 – Logo, Social Media, Besucherzähler & Mobile Optimierung
   ========================================================= */

.brand{display:flex;align-items:center;min-width:250px}
.brand-logo{display:block;width:300px;max-width:100%;height:auto;max-height:66px;object-fit:contain;object-position:left center}
.nav{gap:20px}
.links{gap:19px}
.footer-social{display:flex;gap:9px;margin-top:14px}
.social-icon-link,.social-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.social-icon-link{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.25);color:#fff}
.social-icon-link svg,.social-button svg{width:20px;height:20px}
.social-icon-link:hover{background:rgba(255,255,255,.1)}

.social-hub{background:#FBF8F2}
.social-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.social-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 12px 34px rgba(20,49,41,.07);min-width:0}
.social-card-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}
.social-card-head h3{margin:0 0 6px}
.social-card-head p{margin:0;color:var(--muted)}
.social-actions{display:flex;flex-wrap:wrap;gap:8px}
.social-button{padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:var(--green);font-weight:750;white-space:nowrap}
.social-placeholder,.instagram-loader{min-height:210px;border-radius:16px;background:#f4f5f1;border:1px dashed #cbd3ca;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--muted)}
.instagram-loader .btn{margin-top:10px}
.instagram-media{margin:0 auto!important;min-width:0!important;max-width:100%!important}

.visitor-counter-bottom{margin:26px 0 0 0!important;justify-content:flex-start!important}
footer .visitor-counter-bottom{align-self:flex-start}
footer .copyright{margin-top:24px}

/* Desktop V18 artwork remains untouched, but mobile crop gets far better framing. */
@media (max-width:1100px){
  .brand{min-width:210px}
  .brand-logo{width:245px;max-height:58px}
  .links{gap:12px}
  .links a{font-size:13px}
}

@media (max-width:900px){
  .topbar{display:none}
  .navwrap{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
  .nav{height:74px;gap:10px;position:relative}
  .brand{min-width:0;flex:1}
  .brand-logo{width:220px;max-height:55px}
  .lang-switch{order:2;margin-left:auto}
  .menu-btn{order:3;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:22px}
  .links{position:absolute;left:16px;right:16px;top:68px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:0 16px 42px rgba(0,0,0,.15)}
  .links.open{display:flex}
  .links a{padding:11px 12px;font-size:15px}
  .links .btn{justify-content:center}
  .hero-v18{height:610px;min-height:0;background:#004A78}
  .hero-v18>img{height:100%;width:100%;object-fit:cover;object-position:28% center;transform:none}
  .hero-v18-hotspots{display:none}
  section{padding:62px 0}
  .section-head{display:block}
  .section-head>p{margin-top:12px;max-width:none}
  .feature{grid-template-columns:1fr;gap:28px}
  .media img{max-height:470px}
  .cards{grid-template-columns:1fr}
  .photo-mosaic{grid-template-columns:1fr 1fr}
  .photo-mosaic .wide{grid-column:span 2}
  .review-grid{grid-template-columns:1fr}
  .review-footer{align-items:flex-start;flex-direction:column}
  .social-grid{grid-template-columns:1fr}
  .footgrid{grid-template-columns:1fr 1fr;gap:28px}
}

@media (max-width:620px){
  .shell{width:min(100% - 28px,1200px)}
  .nav{height:68px}
  .brand-logo{width:165px;max-height:46px}
  .lang-switch{gap:1px;padding:3px}
  .lang-switch a{width:29px;height:29px;min-width:29px;padding:4px}
  .flag-img{width:20px;height:14px}
  .menu-btn{width:38px;height:38px;font-size:20px}
  .links{top:62px;left:8px;right:8px}
  .hero-v18{height:540px}
  .hero-v18>img{width:100%;height:100%;object-fit:cover;object-position:24% center}
  section{padding:48px 0}
  h2{font-size:clamp(29px,9vw,40px)}
  .section-head{margin-bottom:26px}
  .cards,.faq-grid,.social-grid{gap:14px}
  .card,.social-card{padding:18px}
  .social-card-head{display:block}
  .social-actions{margin-top:14px}
  .social-placeholder,.instagram-loader{min-height:170px;padding:18px}
  .photo-mosaic{grid-template-columns:1fr}
  .photo-mosaic .wide{grid-column:span 1}
  .photo-mosaic figure{min-height:230px}
  .actions{display:grid;grid-template-columns:1fr;gap:10px}
  .actions .btn{width:100%;justify-content:center}
  .band{display:block}
  .band .actions{margin-top:18px}
  .footgrid{grid-template-columns:1fr}
  footer{padding-bottom:28px}
  footer .copyright{font-size:11px;line-height:1.5}
  .visitor-counter-bottom{margin-top:18px!important}
}

@media (max-width:410px){
  .brand-logo{width:142px}
  .lang-switch a{width:26px;height:26px;min-width:26px}
  .flag-img{width:18px;height:12px}
  .hero-v18{height:500px}
}

/* v21 – Social-Media-Gewichtung */
.social-primary-facebook{
  background:#fff;
  border:2px solid var(--green);
  color:var(--green)!important;
  font-weight:800;
  box-shadow:0 8px 22px rgba(17,62,49,.10);
}
.social-primary-facebook:hover{
  background:var(--green);
  color:#fff!important;
}
.social-secondary-tv{
  opacity:.72;
  font-size:.88em;
  font-weight:600;
  box-shadow:none!important;
  background:transparent!important;
  border-color:rgba(23,63,53,.25)!important;
}
.social-secondary-tv:hover{opacity:1}
@media(max-width:700px){
  .social-primary-facebook{width:100%;justify-content:center;text-align:center}
  .social-secondary-tv{font-size:.82em}
}

/* v21 Hero-Textkorrektur über dem bildbasierten V18-Hero */
.hero-v18 .hero-copy-fix{
  position:absolute;
  left:23.2%;
  top:47.0%;
  width:31%;
  z-index:4;
  padding:5px 7px;
  background:rgba(23,50,39,.72);
  color:#fff;
  font-size:clamp(12px,1.05vw,18px);
  line-height:1.45;
  border-radius:4px;
  text-shadow:0 1px 2px rgba(0,0,0,.35);
}
@media(max-width:900px){
  .hero-v18 .hero-copy-fix{left:18%;top:45%;width:48%;font-size:13px}
}
@media(max-width:620px){
  .hero-v18 .hero-copy-fix{
    left:6%;top:42%;width:88%;
    font-size:13px;line-height:1.35;
    background:rgba(18,45,35,.82);
  }
}

/* v22 – echter HTML-Hero nach freigegebenem Entwurf */
.hero-live-v22{
  position:relative;
  min-height:720px;
  background:#0e2c24;
  color:#fff;
  overflow:hidden;
}
.hero-live-v22-bg{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(9,36,28,.72) 0%,rgba(9,36,28,.48) 38%,rgba(9,36,28,.08) 72%),
    url("hero-v18.png") center/cover no-repeat;
  transform:scale(1.01);
}
.hero-live-v22-inner{
  position:relative;z-index:2;
  padding-top:155px;
  padding-bottom:180px;
}
.hero-eyebrow{
  font-size:14px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:18px;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.hero-live-v22 h1{
  margin:0;
  max-width:780px;
  font-family:'Nunito Sans',Aptos,Arial,sans-serif;
  font-size:clamp(58px,6vw,92px);
  line-height:.96;
  letter-spacing:-.03em;
  text-shadow:0 4px 18px rgba(0,0,0,.35);
}
.hero-live-v22-copy{
  max-width:700px;
  margin:24px 0 0;
  font-size:clamp(18px,1.4vw,24px);
  line-height:1.5;
  text-shadow:0 2px 10px rgba(0,0,0,.4);
}
.hero-live-v22-actions{
  display:flex;flex-wrap:wrap;gap:14px;
  margin-top:30px;
}
.hero-btn-v22{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:54px;padding:0 24px;
  border:1px solid rgba(255,255,255,.58);
  border-radius:999px;
  color:#fff!important;
  font-weight:800;
  background:rgba(5,31,24,.28);
  backdrop-filter:blur(5px);
  text-decoration:none;
}
.hero-btn-v22.primary{
  background:#0c654d;
  border-color:#fff;
}
.hero-btn-v22:hover{transform:translateY(-1px)}
.hero-script-tag{
  position:absolute;
  right:1%;
  bottom:92px;
  font-size:34px;
  font-style:italic;
  font-family:'Nunito Sans',Aptos,Arial,sans-serif;
  transform:rotate(-3deg);
  text-shadow:0 2px 12px rgba(0,0,0,.45);
}
.hero-stats-v22{
  position:absolute;
  z-index:3;
  left:50%;bottom:18px;
  transform:translateX(-50%);
  display:grid;
  grid-template-columns:repeat(5,1fr);
  background:#fff;
  color:#18322E;
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.14);
  overflow:hidden;
  width:min(1180px,calc(100% - 48px));
}
.hero-stat-v22{
  padding:26px 22px;
  border-right:1px solid #E2DBCF;
  display:flex;flex-direction:column;gap:7px;
}
.hero-stat-v22:last-child{border-right:0}
.hero-stat-v22 strong{font-size:28px}
.hero-stat-v22 span{font-size:14px;color:#5F6B66}

@media(max-width:900px){
  .hero-live-v22{min-height:auto}
  .hero-live-v22-bg{
    background:
      linear-gradient(180deg,rgba(9,36,28,.28) 0%,rgba(9,36,28,.82) 66%,rgba(9,36,28,.94) 100%),
      url("hero-v18.png") 42% center/cover no-repeat;
  }
  .hero-live-v22-inner{
    padding-top:260px;
    padding-bottom:34px;
  }
  .hero-live-v22 h1{
    font-size:clamp(44px,12vw,64px);
    line-height:1.02;
  }
  .hero-live-v22-copy{font-size:17px;max-width:100%}
  .hero-live-v22-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-btn-v22{width:100%;min-height:52px}
  .hero-script-tag{display:none}
  .hero-stats-v22{
    position:relative;
    left:auto;bottom:auto;transform:none;
    width:calc(100% - 28px);
    margin:0 auto 26px;
    grid-template-columns:1fr;
    border-radius:18px;
  }
  .hero-stat-v22{
    border-right:0;
    border-bottom:1px solid #E2DBCF;
    padding:17px 20px;
  }
  .hero-stat-v22:last-child{border-bottom:0}
  .hero-stat-v22 strong{font-size:22px}
}
@media(max-width:560px){
  .hero-live-v22-inner{padding-top:220px}
  .hero-eyebrow{font-size:11px;letter-spacing:.12em}
}

/* v23 – clean hero, stronger logo, social previews */
.brand-logo-v23{
  display:block;
  width:auto;
  height:66px;
  max-width:360px;
  object-fit:contain;
}
@media(min-width:1100px){
  .brand-logo-v23{height:74px;max-width:420px}
}
@media(max-width:760px){
  .brand-logo-v23{height:52px;max-width:235px}
}

.hero-live-v23{
  position:relative;
  min-height:690px;
  color:#fff;
  background:#0f3027;
  overflow:hidden;
}
.hero-live-v23-bg{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(9,36,28,.72) 0%,rgba(9,36,28,.45) 40%,rgba(9,36,28,.06) 76%),
    url("donau-morgen.jpg") center/cover no-repeat;
}
.hero-live-v23-inner{
  position:relative;z-index:2;
  padding-top:135px;
  padding-bottom:170px;
}
.hero-live-v23 h1{
  margin:0;
  max-width:760px;
  font-family:'Nunito Sans',Aptos,Arial,sans-serif;
  font-size:clamp(56px,5.8vw,88px);
  line-height:.98;
  letter-spacing:-.03em;
  text-shadow:0 4px 18px rgba(0,0,0,.35);
}
.hero-live-v23-copy{
  max-width:700px;
  margin:22px 0 0;
  font-size:clamp(18px,1.35vw,23px);
  line-height:1.5;
  text-shadow:0 2px 10px rgba(0,0,0,.38);
}
.hero-live-v23-actions{
  display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;
}
.hero-btn-v23{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:54px;padding:0 24px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.65);
  color:#fff!important;text-decoration:none;font-weight:800;
  background:rgba(12,42,33,.30);
  backdrop-filter:blur(5px);
}
.hero-btn-v23.primary{background:#347F27;border-color:#fff}
.hero-script-tag{
  right:2%;bottom:92px;font-size:34px;
}
.hero-stats-v23{
  position:absolute;z-index:3;
  left:50%;bottom:18px;transform:translateX(-50%);
  display:grid;grid-template-columns:repeat(5,1fr);
  width:min(1160px,calc(100% - 48px));
  background:#fff;color:#18322E;border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.14);
  overflow:hidden;
}
.hero-stat-v23{
  padding:25px 22px;border-right:1px solid #F3EEE3;
  display:flex;flex-direction:column;gap:7px;
}
.hero-stat-v23:last-child{border-right:0}
.hero-stat-v23 strong{font-size:28px}
.hero-stat-v23 span{font-size:14px;color:#5F6B66}

.social-v23-wrap{padding-top:62px;padding-bottom:58px}
.social-v23-head{
  display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:end;margin-bottom:22px
}
.social-v23-head h2{
  margin:0;font-family:'Nunito Sans',Aptos,Arial,sans-serif;color:#183f35;
  font-size:clamp(36px,4vw,58px);line-height:1.02
}
.social-v23-head p{margin:0;color:#67736d;font-size:18px;line-height:1.55}
.social-v23-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.social-card-v23{
  background:#fff;border:1px solid #ddd8cd;border-radius:18px;
  padding:18px;box-shadow:0 12px 28px rgba(39,55,48,.06)
}
.social-card-head{
  display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px
}
.social-card-head>div{display:flex;flex-direction:column;gap:4px}
.social-card-head strong{font-size:18px;color:#18322E}
.social-card-head span{font-size:14px;color:#6c756f}
.facebook-cta-v23{
  flex:0 0 auto;padding:11px 16px;border-radius:12px;
  background:#1769d1;color:#fff!important;text-decoration:none;font-weight:800
}
.instagram-cta-v23{
  flex:0 0 auto;padding:9px 13px;border-radius:12px;
  border:1px solid #d8ddd9;color:#43675d!important;text-decoration:none;font-weight:700;font-size:14px
}
.social-thumbs-v23{
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px
}
.social-thumbs-v23 img{
  width:100%;aspect-ratio:1.2/1;object-fit:cover;border-radius:10px
}
.social-preview-static-v23{
  display:block;width:100%;height:auto;border-radius:10px;border:1px solid #ece8e0
}
@media(max-width:900px){
  .hero-live-v23-inner{padding-top:250px;padding-bottom:34px}
  .hero-live-v23-bg{
    background:
      linear-gradient(180deg,rgba(9,36,28,.22),rgba(9,36,28,.86) 68%,rgba(9,36,28,.96)),
      url("donau-morgen.jpg") 40% center/cover no-repeat;
  }
  .hero-live-v23 h1{font-size:clamp(44px,11vw,64px)}
  .hero-live-v23-copy{font-size:17px}
  .hero-live-v23-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-btn-v23{width:100%}
  .hero-script-tag{display:none}
  .hero-stats-v23{
    position:relative;left:auto;bottom:auto;transform:none;
    width:calc(100% - 28px);margin:0 auto 24px;
    grid-template-columns:1fr;border-radius:18px
  }
  .hero-stat-v23{border-right:0;border-bottom:1px solid #F3EEE3;padding:16px 20px}
  .hero-stat-v23:last-child{border-bottom:0}
  .social-v23-head{grid-template-columns:1fr;gap:14px}
  .social-v23-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .social-card-head{align-items:flex-start;flex-direction:column}
  .facebook-cta-v23,.instagram-cta-v23{width:100%;text-align:center}
  .social-thumbs-v23{grid-template-columns:repeat(2,1fr)}
}

/* v24 – authentische Headerfotos aus Dillingen */
.hero-live-v24{
  position:relative;
  min-height:690px;
  color:#fff;
  background:#18322E;
  overflow:hidden;
}
.hero-slider-v24{position:absolute;inset:0;z-index:0}
.hero-slide-v24{
  position:absolute;inset:0;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:0;
  transform:scale(1.015);
  transition:opacity 1.1s ease;
}
.hero-slide-v24.active{opacity:1}
.hero-slide-v24::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(8,31,25,.73) 0%,rgba(8,31,25,.50) 36%,rgba(8,31,25,.10) 74%);
}
.hero-live-v24-inner{
  position:relative;z-index:2;
  padding-top:135px;
  padding-bottom:170px;
}
.hero-live-v24 h1{
  margin:0;max-width:760px;
  font-family:'Nunito Sans',Aptos,Arial,sans-serif;
  font-size:clamp(56px,5.8vw,88px);
  line-height:.98;letter-spacing:-.03em;
  text-shadow:0 4px 18px rgba(0,0,0,.35);
}
.hero-live-v24-copy{
  max-width:710px;margin:22px 0 0;
  font-size:clamp(18px,1.35vw,23px);
  line-height:1.5;text-shadow:0 2px 10px rgba(0,0,0,.45);
}
.hero-live-v24-actions{
  display:flex;gap:14px;flex-wrap:wrap;margin-top:28px
}
.hero-btn-v24{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:54px;padding:0 24px;border-radius:999px;
  border:1px solid rgba(255,255,255,.7);
  color:#fff!important;text-decoration:none;font-weight:800;
  background:rgba(10,40,31,.34);backdrop-filter:blur(5px);
}
.hero-btn-v24.primary{background:#347F27;border-color:#fff}
.hero-stats-v24{
  position:absolute;z-index:3;left:50%;bottom:18px;transform:translateX(-50%);
  display:grid;grid-template-columns:repeat(5,1fr);
  width:min(1160px,calc(100% - 48px));
  background:#fff;color:#18322E;border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.14);overflow:hidden
}
.hero-stat-v24{
  padding:25px 22px;border-right:1px solid #F3EEE3;
  display:flex;flex-direction:column;gap:7px
}
.hero-stat-v24:last-child{border-right:0}
.hero-stat-v24 strong{font-size:28px}
.hero-stat-v24 span{font-size:14px;color:#5F6B66}
.hero-slider-controls-v24{
  position:absolute;z-index:5;right:28px;bottom:126px;
  display:flex;gap:8px
}
.hero-dot-v24{
  width:12px;height:12px;border-radius:50%;
  border:1px solid rgba(255,255,255,.9);
  background:rgba(255,255,255,.25);
  cursor:pointer;padding:0
}
.hero-dot-v24.active{background:#fff}

@media(max-width:900px){
  .hero-live-v24{min-height:auto}
  .hero-slide-v24{background-position:42% center}
  .hero-slide-v24::after{
    background:linear-gradient(180deg,rgba(8,31,25,.10) 0%,rgba(8,31,25,.58) 48%,rgba(8,31,25,.94) 78%)
  }
  .hero-live-v24-inner{padding-top:270px;padding-bottom:34px}
  .hero-live-v24 h1{font-size:clamp(44px,11vw,64px)}
  .hero-live-v24-copy{font-size:17px}
  .hero-live-v24-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-btn-v24{width:100%}
  .hero-stats-v24{
    position:relative;left:auto;bottom:auto;transform:none;
    width:calc(100% - 28px);margin:0 auto 24px;
    grid-template-columns:1fr;border-radius:18px
  }
  .hero-stat-v24{border-right:0;border-bottom:1px solid #F3EEE3;padding:16px 20px}
  .hero-stat-v24:last-child{border-bottom:0}
  .hero-slider-controls-v24{right:22px;bottom:auto;top:235px}
}

/* V25 – korrigierte, tatsächlich enthaltene Hero- und Sprachversionen */
.brand-logo-v25{
  display:block;width:auto;height:76px;max-width:430px;object-fit:contain;
}
.hero-v25{position:relative;min-height:690px;color:#fff;background:#18322E;overflow:hidden}
.hero-slider-v25{position:absolute;inset:0;z-index:0}
.hero-slide-v25{
  position:absolute;inset:0;background:center/cover no-repeat;
  opacity:0;transform:scale(1.01);transition:opacity 1s ease
}
.hero-slide-v25.active{opacity:1}
.hero-slide-v25::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(8,31,25,.76) 0%,rgba(8,31,25,.48) 39%,rgba(8,31,25,.08) 76%)
}
.hero-v25-inner{position:relative;z-index:2;padding-top:132px;padding-bottom:175px}
.hero-v25-eyebrow{font-size:13px;font-weight:800;letter-spacing:.14em;margin-bottom:17px;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.hero-v25 h1{margin:0;max-width:780px;font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(54px,5.7vw,88px);line-height:.98;letter-spacing:-.03em;text-shadow:0 4px 18px rgba(0,0,0,.38)}
.hero-v25-copy{max-width:720px;margin:22px 0 0;font-size:clamp(18px,1.35vw,23px);line-height:1.5;text-shadow:0 2px 9px rgba(0,0,0,.45)}
.hero-v25-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}
.hero-v25-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border:1px solid rgba(255,255,255,.72);border-radius:999px;color:#fff!important;text-decoration:none;font-weight:800;background:rgba(9,37,29,.34);backdrop-filter:blur(5px)}
.hero-v25-btn.primary{background:#347F27;border-color:#fff}
.hero-v25-tag{position:absolute;right:1%;bottom:92px;font:italic 32px Georgia,serif;text-shadow:0 2px 12px rgba(0,0,0,.45)}
.hero-v25-stats{position:absolute;z-index:3;left:50%;bottom:18px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(5,1fr);width:min(1160px,calc(100% - 48px));background:#fff;color:#18322E;border-radius:24px;box-shadow:0 18px 40px rgba(0,0,0,.15);overflow:hidden}
.hero-v25-stat{padding:24px 21px;border-right:1px solid #E2DBCF;display:flex;flex-direction:column;gap:6px}
.hero-v25-stat:last-child{border-right:0}
.hero-v25-stat strong{font-size:26px}
.hero-v25-stat span{font-size:13px;color:#5F6B66}
.hero-v25-dots{position:absolute;z-index:5;right:28px;bottom:126px;display:flex;gap:8px}
.hero-v25-dot{width:12px;height:12px;border-radius:50%;border:1px solid #fff;background:rgba(255,255,255,.25);padding:0;cursor:pointer}
.hero-v25-dot.active{background:#fff}

@media(max-width:900px){
  .brand-logo-v25{height:58px;max-width:290px}
  .hero-v25{min-height:auto}
  .hero-slide-v25{background-position:42% center}
  .hero-slide-v25::after{background:linear-gradient(180deg,rgba(8,31,25,.08),rgba(8,31,25,.58) 48%,rgba(8,31,25,.95) 79%)}
  .hero-v25-inner{padding-top:270px;padding-bottom:32px}
  .hero-v25 h1{font-size:clamp(42px,10.5vw,62px)}
  .hero-v25-copy{font-size:17px}
  .hero-v25-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-v25-btn{width:100%}
  .hero-v25-tag{display:none}
  .hero-v25-stats{position:relative;left:auto;bottom:auto;transform:none;width:calc(100% - 28px);margin:0 auto 24px;grid-template-columns:1fr;border-radius:18px}
  .hero-v25-stat{border-right:0;border-bottom:1px solid #E2DBCF;padding:16px 20px}
  .hero-v25-stat:last-child{border-bottom:0}
  .hero-v25-dots{right:22px;bottom:auto;top:235px}
}
@media(max-width:560px){
  .brand-logo-v25{height:50px;max-width:230px}
  .hero-v25-inner{padding-top:230px}
  .hero-v25-eyebrow{font-size:10px;letter-spacing:.11em}
}

/* V26 – statisches Luftbild + Facebook-Feed */
.hero-v26{
  position:relative;
  min-height:690px;
  color:#fff;
  background:#18322E;
  overflow:hidden;
}
.hero-static-v26{
  position:absolute;inset:0;z-index:0;
  background-position:center 48%;
  background-size:cover;
  background-repeat:no-repeat;
}
.hero-static-v26::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(8,31,25,.76) 0%,rgba(8,31,25,.48) 39%,rgba(8,31,25,.08) 76%);
}
.hero-v26-inner{position:relative;z-index:2;padding-top:132px;padding-bottom:175px}
.hero-v26-eyebrow{font-size:13px;font-weight:800;letter-spacing:.14em;margin-bottom:17px;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.hero-v26 h1{margin:0;max-width:780px;font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(54px,5.7vw,88px);line-height:.98;letter-spacing:-.03em;text-shadow:0 4px 18px rgba(0,0,0,.38)}
.hero-v26-copy{max-width:720px;margin:22px 0 0;font-size:clamp(18px,1.35vw,23px);line-height:1.5;text-shadow:0 2px 9px rgba(0,0,0,.45)}
.hero-v26-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}
.hero-v26-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border:1px solid rgba(255,255,255,.72);border-radius:999px;color:#fff!important;text-decoration:none;font-weight:800;background:rgba(9,37,29,.34);backdrop-filter:blur(5px)}
.hero-v26-btn.primary{background:#347F27;border-color:#fff}
.hero-v26-tag{position:absolute;right:1%;bottom:92px;font:italic 32px Georgia,serif;text-shadow:0 2px 12px rgba(0,0,0,.45)}
.hero-v26-stats{position:absolute;z-index:3;left:50%;bottom:18px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(5,1fr);width:min(1160px,calc(100% - 48px));background:#fff;color:#18322E;border-radius:24px;box-shadow:0 18px 40px rgba(0,0,0,.15);overflow:hidden}
.hero-v26-stat{padding:24px 21px;border-right:1px solid #E2DBCF;display:flex;flex-direction:column;gap:6px}
.hero-v26-stat:last-child{border-right:0}
.hero-v26-stat strong{font-size:26px}
.hero-v26-stat span{font-size:13px;color:#5F6B66}

.facebook-feed-v26{
  margin-top:16px;
  border:1px solid #e5e0d7;
  border-radius:14px;
  overflow:hidden;
  background:#f7f7f4;
}
.facebook-feed-v26 iframe{
  display:block;
  width:100%!important;
  max-width:100%;
  min-height:620px;
  background:#fff;
}
.social-privacy-note-v26{
  margin:0;
  padding:10px 12px;
  color:#6d746f;
  font-size:12px;
  line-height:1.4;
  background:#faf9f6;
  border-top:1px solid #ece8df;
}

@media(max-width:900px){
  .hero-v26{min-height:auto}
  .hero-static-v26{background-position:58% center}
  .hero-static-v26::after{
    background:linear-gradient(180deg,rgba(8,31,25,.10),rgba(8,31,25,.58) 48%,rgba(8,31,25,.95) 79%)
  }
  .hero-v26-inner{padding-top:270px;padding-bottom:32px}
  .hero-v26 h1{font-size:clamp(42px,10.5vw,62px)}
  .hero-v26-copy{font-size:17px}
  .hero-v26-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-v26-btn{width:100%}
  .hero-v26-tag{display:none}
  .hero-v26-stats{position:relative;left:auto;bottom:auto;transform:none;width:calc(100% - 28px);margin:0 auto 24px;grid-template-columns:1fr;border-radius:18px}
  .hero-v26-stat{border-right:0;border-bottom:1px solid #E2DBCF;padding:16px 20px}
  .hero-v26-stat:last-child{border-bottom:0}
}

.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.privacy-consent-v27{display:flex;gap:10px;align-items:flex-start;margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.45}
.privacy-consent-v27 input{margin-top:3px;flex:0 0 auto}
.form-status-v27{padding:14px 16px;border-radius:12px;margin-bottom:22px;font-weight:700}
.form-status-v27.success{background:#eaf7ee;color:#155a3d;border:1px solid #b9dec7}
.form-status-v27.error{background:#fff0ef;color:#8b2f27;border:1px solid #efc2bd}
.social-consent-v27{padding:34px 22px;border:1px dashed #cfcfc8;border-radius:14px;text-align:center;background:#f7f7f3}
.social-consent-v27 p{max-width:540px;margin:0 auto 16px;color:#5F6B66}
.facebook-load-v27{background:#1769d1!important;color:#fff!important;border-color:#1769d1!important}
.room-info-v27{padding:28px;border-radius:16px;background:#f5f3ed;border:1px solid #e4ded3}
.price-source-v27{margin:24px 0 0;color:#5F6B66;font-size:13px;line-height:1.5}
.legal-v27{padding:70px 0;background:#FBF8F2}
.legal-copy-v27{max-width:900px}
.legal-copy-v27 h1{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(42px,6vw,68px);color:var(--green);margin:0 0 30px}
.legal-copy-v27 h2{font-size:24px;color:var(--green);margin:34px 0 10px}
.legal-copy-v27 p{line-height:1.7;color:#495851}
.copyright a{color:inherit;text-decoration:underline;text-underline-offset:3px}

/* V28 – größerer transparenter Markenauftritt */
.brand-logo-v28{
  display:block;
  width:auto;
  height:92px;
  max-width:560px;
  object-fit:contain;
}
.navwrap .nav{
  min-height:108px;
  align-items:center;
}
.navwrap .brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
@media(min-width:1200px){
  .brand-logo-v28{
    height:104px;
    max-width:650px;
  }
  .navwrap .nav{min-height:118px}
}
@media(max-width:1000px){
  .brand-logo-v28{
    height:72px;
    max-width:360px;
  }
  .navwrap .nav{min-height:86px}
}
@media(max-width:700px){
  .brand-logo-v28{
    height:62px;
    max-width:285px;
  }
  .navwrap .nav{min-height:76px}
}

/* V29 – sichtbarer Besucherzähler + Kontakt statt Telefon */
.footer-bottom-v29{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.14);
}
.footer-visitor-v29{
  display:flex;
  align-items:center;
  gap:9px;
  color:rgba(255,255,255,.9);
  font-size:14px;
  line-height:1.2;
}
.footer-visitor-v29 .visitor-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  padding:6px 10px;
  border-radius:8px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:18px;
  letter-spacing:.04em;
}
.footer-eye-v29{
  font-size:16px;
  color:#fff;
}
.footer-contact-v29{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  color:#18322E!important;
  font-weight:800;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}
.footer-contact-v29:hover{
  transform:translateY(-1px);
}
@media(max-width:700px){
  .footer-bottom-v29{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-contact-v29{
    width:100%;
  }
}

/* V30 Veranstaltungskalender */
.events-section-v30{padding:72px 0;background:#F3EEE3}
.events-head-v30{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:end;margin-bottom:26px}
.events-head-v30 h2{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(38px,4vw,58px);line-height:1.02;color:var(--green);margin:8px 0 0}
.events-head-v30 p{color:var(--muted);font-size:17px;line-height:1.6;margin:0}
.events-grid-v30{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.events-grid-full-v30{grid-template-columns:repeat(2,1fr)}
.event-card-v30{display:grid;grid-template-columns:88px 1fr;gap:18px;background:#fff;border:1px solid #E2DBCF;border-radius:18px;padding:18px;box-shadow:0 10px 25px rgba(38,55,48,.05)}
.event-date-v30{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:112px;background:#eef4ef;border-radius:14px;color:var(--green);text-transform:uppercase}
.event-date-v30 span{font-size:12px;font-weight:800;letter-spacing:.09em}
.event-date-v30 strong{font-size:36px;line-height:1;margin:6px 0}
.event-date-v30 em{font-style:normal;font-size:13px;font-weight:800}
.event-body-v30 h3{font-size:21px;color:#18322E;margin:5px 0 8px}
.event-body-v30 p{font-size:14px;line-height:1.5;color:#69746f;margin:0}
.event-meta-v30{font-size:12px;font-weight:800;color:#73817a;text-transform:uppercase;letter-spacing:.04em}
.event-body-v30 a{display:inline-block;margin-top:12px;color:var(--green);font-weight:800}
.events-footer-v30{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px}
.events-demo-note-v30{font-size:12px;color:#7b817d;margin:18px 0 0;max-width:760px}
.events-page-v30{padding:58px 0 80px;background:#F3EEE3}
@media(max-width:950px){.events-head-v30{grid-template-columns:1fr;gap:12px}.events-grid-v30,.events-grid-full-v30{grid-template-columns:1fr}}
@media(max-width:560px){.events-section-v30{padding:48px 0}.event-card-v30{grid-template-columns:72px 1fr;padding:14px;gap:13px}.event-date-v30{min-height:96px}.event-date-v30 strong{font-size:30px}.events-footer-v30{align-items:stretch;flex-direction:column}.events-footer-v30 .btn{width:100%;text-align:center}}

/* V49 – Öffentlicher Google-Veranstaltungskalender */
.events-calendar-teaser-v49{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:26px 28px;border:1px solid #E2DBCF;border-radius:20px;background:#fff;box-shadow:0 10px 25px rgba(38,55,48,.05)}
.events-calendar-teaser-v49 p{margin:7px 0 0;color:#5F6B66;font-size:17px}
.events-calendar-host-v49{display:block}
.events-calendar-shell-v49{overflow:hidden;border:1px solid #E2DBCF;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(24,50,46,.08)}
.events-calendar-intro-v49{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:25px 28px;border-bottom:1px solid #E2DBCF}
.events-calendar-intro-v49 p{max-width:720px;margin:7px 0 0;color:#5F6B66;font-size:17px}
.events-calendar-consent-v49{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:36px;text-align:center;background:linear-gradient(145deg,#FBF8F2,#F3EEE3)}
.events-calendar-consent-v49 p{max-width:650px;margin:0;color:#5F6B66}
.google-calendar-frame-v49{display:block;width:100%;height:720px;border:0;background:#fff}
@media(max-width:700px){.events-calendar-teaser-v49,.events-calendar-intro-v49{align-items:stretch;flex-direction:column}.events-calendar-teaser-v49 .btn,.events-calendar-intro-v49 .btn{width:100%;text-align:center}.events-calendar-consent-v49{min-height:340px;padding:28px 20px}.google-calendar-frame-v49{height:650px}}

/* V50 – automatisch synchronisierte Veranstaltungskacheln */
.events-loading-v50,.events-empty-v50{grid-column:1/-1;margin:0;padding:28px;border:1px solid #E2DBCF;border-radius:18px;background:#fff;color:#5F6B66;text-align:center}

/* V51 – Veranstaltungskalender abonnieren */
.events-subscribe-v51{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:26px;margin-top:4px;padding:24px 26px;border-radius:18px;background:#004A78;color:#fff;box-shadow:0 10px 25px rgba(0,74,120,.14)}
.events-subscribe-v51 strong{font-size:20px;line-height:1.25}
.events-subscribe-v51 p{margin:5px 0 0;color:rgba(255,255,255,.82)}
.events-subscribe-v51 .btn{flex:0 0 auto;border-color:#fff;background:#fff;color:#004A78}
.events-subscribe-v51 .btn:hover{border-color:#F3EEE3;background:#F3EEE3;color:#004A78}
@media(max-width:700px){.events-subscribe-v51{align-items:stretch;flex-direction:column;gap:16px;padding:21px 20px}.events-subscribe-v51 .btn{width:100%;text-align:center}}

/* V35 – Restaurant als Veranstaltungsort */
.restaurant-events-v35{padding:72px 0;background:#F3EEE3}
.restaurant-events-head-v35{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:end;margin-bottom:28px}
.restaurant-events-head-v35 h2{font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(38px,4.4vw,60px);line-height:1.03;color:var(--green);margin:8px 0 0}
.restaurant-events-head-v35>p{margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.restaurant-room-grid-v35{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.restaurant-room-card-v35{background:#fff;border:1px solid #E2DBCF;border-radius:18px;padding:24px;box-shadow:0 10px 26px rgba(38,55,48,.05)}
.restaurant-room-card-v35 h3{margin:0 0 10px;color:var(--green);font-size:21px}
.restaurant-room-card-v35 p{margin:0;color:#5F6B66;line-height:1.6}
.occasion-wrap-v35{margin-top:28px}
.occasion-wrap-v35 h3{color:var(--green);margin:0 0 14px}
.occasion-chips-v35{display:flex;flex-wrap:wrap;gap:10px}
.occasion-chips-v35 span{display:inline-flex;padding:9px 13px;border-radius:999px;background:#e7efe8;color:#285F22;font-weight:700;font-size:14px}
.restaurant-form-v35{margin-top:48px;padding:34px;border-radius:22px;background:#fff;border:1px solid #E2DBCF;box-shadow:0 16px 36px rgba(38,55,48,.07)}
.restaurant-booking-form-v35 textarea{min-height:150px}
@media(max-width:900px){
 .restaurant-events-head-v35{grid-template-columns:1fr;gap:12px}
 .restaurant-room-grid-v35{grid-template-columns:1fr}
}
@media(max-width:600px){
 .restaurant-events-v35{padding:50px 0}
 .restaurant-form-v35{padding:22px 16px;border-radius:16px}
}

/* V36 – echter Gastraum der Eichwaldstuben */
.restaurant-room-photo-v36{
  margin:0 0 28px;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid #E2DBCF;
  box-shadow:0 16px 38px rgba(38,55,48,.08);
}
.restaurant-room-photo-v36 img{
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:cover;
  object-position:center;
  display:block;
}
.restaurant-room-photo-v36 figcaption{
  padding:12px 16px;
  font-size:13px;
  line-height:1.5;
  color:#5F6B66;
  background:#fff;
}
@media(max-width:700px){
  .restaurant-room-photo-v36{border-radius:16px}
  .restaurant-room-photo-v36 img{max-height:none}
}

/* V37 – vorläufige Gästezimmer-Fotogalerie */
.guestroom-gallery-v37{
  padding:64px 0 78px;
  background:#F3EEE3;
}
.guestroom-gallery-head-v37{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:end;
  margin-bottom:26px;
}
.guestroom-gallery-head-v37 h2{
  margin:0;
  font-family:'Nunito Sans',Aptos,Arial,sans-serif;
  font-size:clamp(36px,4.2vw,56px);
  line-height:1.04;
  color:var(--green);
}
.guestroom-gallery-head-v37 p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-size:16px;
}
.guestroom-gallery-grid-v37{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.guestroom-photo-v37{
  margin:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #E2DBCF;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(38,55,48,.06);
}
.guestroom-photo-v37 img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}
.guestroom-photo-v37 figcaption{
  padding:12px 14px;
  color:#66736d;
  font-size:13px;
  line-height:1.45;
}
@media(max-width:850px){
  .guestroom-gallery-head-v37{grid-template-columns:1fr;gap:12px}
  .guestroom-gallery-grid-v37{grid-template-columns:1fr}
}

/* V38 – Gästezimmer: oberer Bereich ohne falsches Bild */
.feature.feature-textonly-v38{
  display:block;
}
.feature.feature-textonly-v38 .copy{
  max-width:980px;
  margin:0 auto;
}
.feature.feature-textonly-v38 .copy h2{
  max-width:900px;
}
.feature.feature-textonly-v38 .copy > p{
  max-width:900px;
}

/* V39 – Speisekarten-Platzhalter + Dillingen-Empfehlungen ganz unten */
.menu-preview-v39{
  padding:64px 0;
  background:#fff;
}
.menu-card-v39{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:22px;
  background:#F3EEE3;
  border:1px solid #E2DBCF;
  box-shadow:0 14px 34px rgba(38,55,48,.06);
}
.menu-copy-v39 h2{
  margin:8px 0 12px;
  font-family:'Nunito Sans',Aptos,Arial,sans-serif;
  font-size:clamp(36px,4vw,54px);
  line-height:1.04;
  color:var(--green);
}
.menu-copy-v39 p{
  margin:0;
  max-width:760px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}
.menu-status-v39{
  padding:24px;
  border-radius:16px;
  background:#fff;
  border:1px solid #e2ddd3;
}
.menu-badge-v39{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:#e7efe8;
  color:#285F22;
  font-weight:800;
}
.menu-status-v39 p{
  margin:12px 0 0;
  color:#5F6B66;
  font-size:14px;
  line-height:1.5;
}
@media(max-width:820px){
  .menu-card-v39{grid-template-columns:1fr;padding:24px}
}

/* V40 Quality Pass */
html,body{max-width:100%;overflow-x:hidden}
img{max-width:100%}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #6f9e8e;outline-offset:3px}
.btn,.footer-contact-v29,.menu-btn{min-height:44px}
.field input,.field select,.field textarea{width:100%;max-width:100%}
@media(max-width:900px){.links.open{max-height:calc(100vh - 88px);overflow-y:auto}}
@media(max-width:420px){.brand-logo-v28{max-width:205px;height:auto}.nav{gap:6px}.hero-v26-inner{padding-top:210px}.hero-v26 h1{font-size:clamp(38px,11vw,52px)}}


/* V42 – mobile Logo-Größe optimiert */
@media(max-width:420px){
  .brand-logo-v28{
    max-width:245px;
    height:auto;
  }
}


/* ============================================================
   V43 – CI Alignment Pass
   Donau Camping & Eichwaldstuben Corporate Identity
   ============================================================ */
:root{
  --ci-blue:#004A78;
  --ci-green:#347F27;
  --ci-darkgreen:#285F22;
  --ci-sand:#F3EEE3;
  --ci-cream:#FBF8F2;
  --ci-brown:#9C6B3F;
  --ci-terra:#B45E3B;
  --ci-deep:#18322E;
}

/* Markenschriften mit freigegebenen System-Ersatzschriften */
body{
  font-family:'Source Sans 3',Aptos,Arial,sans-serif;
  font-size:18px;
  line-height:1.6;
  color:var(--ci-deep);
  background:var(--ci-cream);
}
h1,h2,h3,h4,h5,h6,
.hero-v26 h1,.section-head h2,.subhero h1,
.restaurant-events-head-v35 h2,.menu-copy-v39 h2,
.guestroom-gallery-head-v37 h2,.events-head-v30 h2,
.legal-copy-v27 h1{
  font-family:'Nunito Sans',Aptos,Arial,sans-serif;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--ci-blue);
}
h1,.hero-v26 h1,.subhero h1,.legal-copy-v27 h1{
  font-size:clamp(42px,5vw,56px);
  line-height:1.02;
}
.section-head h2,.restaurant-events-head-v35 h2,.menu-copy-v39 h2,
.guestroom-gallery-head-v37 h2,.events-head-v30 h2{
  font-size:clamp(30px,3.4vw,38px);
  line-height:1.08;
}
.card h3,.restaurant-room-card-v35 h3,.event-body-v30 h3{
  font-size:clamp(20px,2vw,24px);
  line-height:1.2;
}
p,li,label,input,select,textarea,button,a{
  font-family:'Source Sans 3',Aptos,Arial,sans-serif;
}
.pill,.eyebrow,.hero-v26-eyebrow,.event-meta-v30{
  font-family:'Source Sans 3',Aptos,Arial,sans-serif;
  font-weight:600;
  letter-spacing:.08em;
}

/* Corporate palette */
a,.link{color:var(--ci-blue)}
.btn.primary,.hero-v26-btn.primary{
  background:var(--ci-green);
  border-color:var(--ci-green);
  color:#fff!important;
}
.btn.primary:hover,.hero-v26-btn.primary:hover{
  background:var(--ci-darkgreen);
  border-color:var(--ci-darkgreen);
}
.cream,.events-section-v30,.events-page-v30,.restaurant-events-v35{
  background:var(--ci-sand);
}
.menu-preview-v39,.legal-v27{
  background:var(--ci-cream);
}
.card,.price,.restaurant-room-card-v35,.event-card-v30,.menu-card-v39,
.guestroom-photo-v37,.restaurant-form-v35,.restaurant-room-photo-v36{
  border-color:#E2DBCF;
}
.green,footer{
  background:var(--ci-deep);
}
.topbar{
  background:var(--ci-blue);
}
.pill{
  color:var(--ci-blue);
}
.checks li::before{
  color:var(--ci-green);
}

/* Icon system: one rounded line style instead of emoji */
.ci-line-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin-bottom:14px;
  border-radius:16px;
  background:rgba(52,127,39,.10);
  color:var(--ci-green);
}
.ci-line-icon svg,.pill-icon-ci svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pill-icon-ci{
  display:inline-flex;
  vertical-align:middle;
  margin-right:7px;
  color:var(--ci-green);
}
.pill-icon-ci svg{
  width:18px;
  height:18px;
}
.icon.ci-line-icon{font-size:0}

/* Donauwelle sparsam als verbindendes Gestaltungselement */
.ci-wave-divider{
  display:flex;
  justify-content:center;
  align-items:center;
  height:36px;
  margin:-7px 0 18px;
  background:transparent;
}
.ci-wave-divider img{
  width:150px;
  height:auto;
  display:block;
}

/* Logo protection and CI minimum size */
.brand{
  padding:10px 0;
}
.brand-logo-v28{
  width:auto;
  height:auto;
  max-width:430px;
  min-width:320px;
  display:block;
}
@media(max-width:1050px){
  .brand-logo-v28{max-width:350px;min-width:300px}
}
@media(max-width:700px){
  .brand-logo-v28{max-width:285px;min-width:0;width:285px}
}
@media(max-width:420px){
  .brand-logo-v28{max-width:245px;width:245px;min-width:0}
}

/* Warm restaurant accents remain subordinate; blue ties all business areas together */
.restaurant-events-v35 .occasion-chips-v35 span,
.menu-badge-v39{
  background:rgba(156,107,63,.12);
  color:#704B2D;
}
.restaurant-events-v35 .pill,
.menu-preview-v39 .pill{
  color:var(--ci-brown);
}

/* Mobile hierarchy */
@media(max-width:700px){
  body{font-size:17px}
  h1,.hero-v26 h1,.subhero h1,.legal-copy-v27 h1{
    font-size:clamp(38px,10vw,48px);
  }
  .section-head h2,.restaurant-events-head-v35 h2,.menu-copy-v39 h2,
  .guestroom-gallery-head-v37 h2,.events-head-v30 h2{
    font-size:clamp(28px,8vw,34px);
  }
}


/* V44 – Header optimization based on V43 */
.navwrap{background:rgba(255,255,255,.98);}
.navwrap .nav{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  align-items:center;
  column-gap:24px;
  min-height:96px;
}
.brand{
  padding:6px 0;
}
.brand-logo-v28{
  width:auto;
  height:74px;
  max-width:none;
  min-width:0;
}
.links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(12px,1.1vw,22px);
  min-width:0;
}
.links a{
  font-size:14px;
  font-weight:800;
  letter-spacing:-.01em;
  white-space:nowrap;
}
.links .btn.primary{
  margin-left:8px;
  padding:13px 22px;
  border-radius:18px;
}
.lang-switch{
  margin-left:0;
  justify-self:end;
}
@media(min-width:1101px){
  .links a{font-size:13.5px}
  .brand-logo-v28{height:70px}
}
@media(min-width:1280px){
  .links a{font-size:14px}
}
@media(max-width:1100px){
  .navwrap .nav{column-gap:16px;min-height:90px}
  .brand-logo-v28{height:66px}
  .links{gap:12px}
  .links a{font-size:13px}
  .links .btn.primary{padding:12px 18px;margin-left:4px}
}
@media(max-width:900px){
  .navwrap .nav{
    display:flex;
    min-height:84px;
    gap:10px;
  }
  .brand-logo-v28{height:64px}
}
@media(max-width:520px){
  .brand-logo-v28{height:56px}
}


/* V45 – Header fix: topbar text + CTA/flag overlap */
.topbar .shell{justify-content:flex-start}
.navwrap .nav{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  align-items:center;
  column-gap:18px;
  min-height:96px;
}
.brand-logo-v28{height:68px}
.links{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:clamp(10px,1vw,18px);
  min-width:0;
}
.links a{
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
}
.links .nav-cta-mobile{display:none}
.nav-tools{
  display:flex;
  align-items:center;
  justify-self:end;
  gap:12px;
}
.nav-cta .btn.primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 24px;
  border-radius:18px;
  white-space:nowrap;
}
.lang-switch{
  margin-left:0;
  justify-self:auto;
}
@media(min-width:1200px){
  .links a{font-size:15px}
  .brand-logo-v28{height:70px}
}
@media(max-width:1180px){
  .links a{font-size:14px}
  .brand-logo-v28{height:64px}
  .nav-cta .btn.primary{padding:12px 20px}
}
@media(max-width:1040px){
  .navwrap .nav{column-gap:14px;min-height:90px}
  .links{gap:10px}
  .links a{font-size:13px}
  .brand-logo-v28{height:60px}
  .nav-cta .btn.primary{padding:11px 18px}
}
@media(max-width:900px){
  .navwrap .nav{
    display:flex;
    min-height:84px;
    gap:10px;
  }
  .brand-logo-v28{height:60px}
  .nav-tools{order:2;margin-left:auto;gap:8px}
  .nav-cta{display:none}
  .links .nav-cta-mobile{display:inline-flex}
}
@media(max-width:620px){
  .topbar{display:none}
}
@media(max-width:520px){
  .brand-logo-v28{height:54px}
}


/* ============================================================
   V46 – Feinschliff Header
   Ziel: ruhiger, luftiger, harmonischer – ohne Redesign
   ============================================================ */

/* Header darf breiter sein als der Inhaltsbereich der Seite.
   Dadurch bekommen Logo, Navigation, CTA und Sprachen mehr Luft. */
.navwrap > .shell,
.topbar > .shell{
  width:min(1480px,calc(100% - 40px));
}

/* Ruhigere obere Infozeile */
.topbar{
  padding:7px 0;
  font-size:13.5px;
  letter-spacing:.01em;
}

/* Desktop: klare Dreiteilung Logo | Navigation | Aktionen */
.navwrap .nav{
  grid-template-columns:auto minmax(0,1fr) auto auto;
  column-gap:26px;
  min-height:98px;
}

/* Logo etwas präsenter, aber nicht dominant */
.brand{
  padding:8px 0;
}
.brand-logo-v28{
  height:76px;
  width:auto;
  max-width:none;
}

/* Navigation optisch vereinheitlicht */
.links{
  justify-content:center;
  gap:clamp(16px,1.35vw,24px);
}
.links a{
  font-size:15px;
  font-weight:750;
  letter-spacing:-.005em;
  line-height:1.15;
}
.links a:not(.btn){
  position:relative;
  padding:10px 0;
}
.links a:not(.btn)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  height:2px;
  background:var(--ci-green,#347F27);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
  border-radius:2px;
}
.links a:not(.btn):hover::after,
.links a[aria-current="page"]:not(.btn)::after{
  transform:scaleX(1);
}

/* CTA und Sprachwahl als zusammengehöriger Aktionsblock */
.nav-tools{
  gap:14px;
}
.nav-cta .btn.primary{
  min-width:122px;
  min-height:48px;
  padding:12px 24px;
  border-radius:16px;
  box-shadow:0 5px 16px rgba(52,127,39,.14);
}
.lang-switch{
  padding:5px 7px;
  gap:5px;
  border-radius:18px;
  background:var(--ci-cream,#FBF8F2);
}
.lang-switch a{
  width:34px;
  min-width:34px;
  height:32px;
  padding:4px;
}
.flag-img{
  width:24px;
  height:auto;
}

/* Bevor es auf mittleren Breiten eng wird, frühzeitig auf das
   bereits vorhandene mobile Menü wechseln – statt alles zu quetschen. */
@media(max-width:1180px){
  .navwrap .nav{
    display:flex;
    min-height:90px;
    gap:12px;
  }
  .brand-logo-v28{
    height:68px;
  }
  .links{
    position:absolute;
    left:20px;
    right:20px;
    top:84px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:2px;
    padding:14px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    box-shadow:0 18px 44px rgba(0,0,0,.16);
    z-index:80;
  }
  .links.open{display:flex}
  .links a{
    font-size:15px;
    padding:12px 13px;
  }
  .links a:not(.btn)::after{display:none}
  .links .nav-cta-mobile{
    display:inline-flex;
    justify-content:center;
    margin-top:6px;
  }
  .nav-tools{
    order:2;
    margin-left:auto;
    gap:8px;
  }
  .nav-cta{
    display:none;
  }
  .menu-btn{
    order:3;
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    min-height:44px;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fff;
    font-size:22px;
  }
}

/* Smartphone */
@media(max-width:700px){
  .navwrap > .shell{
    width:min(100%,calc(100% - 24px));
  }
  .navwrap .nav{
    min-height:80px;
  }
  .brand-logo-v28{
    height:60px;
  }
  .lang-switch{
    gap:2px;
    padding:4px;
  }
  .lang-switch a{
    width:30px;
    min-width:30px;
    height:29px;
    padding:3px;
  }
  .flag-img{
    width:22px;
  }
  .links{
    left:12px;
    right:12px;
    top:76px;
  }
}

@media(max-width:520px){
  .brand-logo-v28{
    height:54px;
  }
  .lang-switch a{
    width:27px;
    min-width:27px;
    height:27px;
  }
  .flag-img{
    width:20px;
  }
}

/* ============================================================
   V47 – Neue authentische Fotos + Speisekarte
   ============================================================ */
.photo-story-v47,.guestroom-gallery-v47,.restaurant-food-v47{
  padding:64px 0 76px;
}
.photo-story-v47{background:#FBF8F2}
.photo-story-head-v47{margin-bottom:24px}
.camping-photo-grid-v47{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.photo-card-v47{
  margin:0;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  border:1px solid #E2DBCF;
  box-shadow:0 12px 28px rgba(24,50,46,.07);
}
.photo-card-main-v47{grid-column:1/-1}
.photo-card-v47 img{
  display:block;
  width:100%;
  height:360px;
  object-fit:cover;
}
.photo-card-main-v47 img{height:520px}
.photo-card-v47 figcaption,
.wide-photo-v47 figcaption,
.guestroom-current-photo-v47 figcaption,
.food-photo-v47 figcaption,
.event-photo-v47 figcaption{
  padding:12px 15px;
  color:#5F6B66;
  font-size:14px;
  line-height:1.45;
  background:#fff;
}
.cycle-photo-v47{padding:18px 0 62px;background:#FBF8F2}
.wide-photo-v47{
  margin:0;
  overflow:hidden;
  border-radius:20px;
  border:1px solid #E2DBCF;
  background:#fff;
}
.wide-photo-v47 img{display:block;width:100%;height:560px;object-fit:cover}

.guestroom-gallery-v47{background:#F3EEE3}
.guestroom-gallery-head-v47{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:end;
  margin-bottom:26px;
}
.guestroom-gallery-head-v47 h2{margin:8px 0 0}
.guestroom-gallery-head-v47 p{margin:0;color:#5F6B66}
.guestroom-current-grid-v47{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.guestroom-current-photo-v47{
  margin:0;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  border:1px solid #E2DBCF;
}
.guestroom-current-photo-v47 img{
  display:block;
  width:100%;
  height:520px;
  object-fit:cover;
}

.restaurant-food-v47{background:#FBF8F2}
.food-photo-grid-v47{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.food-photo-v47{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  border:1px solid #E2DBCF;
}
.food-photo-v47 img{
  display:block;
  width:100%;
  height:280px;
  object-fit:cover;
}

.menu-live-section-v47{padding:64px 0;background:#F3EEE3}
.menu-live-v47{
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  border:1px solid #E2DBCF;
  box-shadow:0 14px 34px rgba(24,50,46,.08);
}
.menu-live-head-v47{
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:end;
  padding:28px 30px;
}
.menu-live-head-v47 h2{
  margin:8px 0 8px;
  font-family:'Nunito Sans',Aptos,Arial,sans-serif;
  font-size:clamp(30px,3.4vw,38px);
  color:#004A78;
}
.menu-live-head-v47 p{margin:0;color:#5F6B66}
.menu-live-actions-v47{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}
.pdf-viewer-v47{
  height:min(82vh,900px);
  min-height:620px;
  border-top:1px solid #E2DBCF;
  background:#eee;
}
.pdf-viewer-v47 object{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.pdf-fallback-v47{
  padding:30px;
  background:#fff;
}

.event-photo-gallery-v47{
  margin:30px 0;
  padding:24px;
  border-radius:20px;
  background:#FBF8F2;
  border:1px solid #E2DBCF;
}
.event-photo-copy-v47{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  margin-bottom:18px;
}
.event-photo-copy-v47 h3{margin:0;color:#004A78}
.event-photo-copy-v47 p{margin:0;color:#5F6B66;max-width:600px}
.event-photo-grid-v47{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.event-photo-v47{
  margin:0;
  overflow:hidden;
  border-radius:16px;
  background:#fff;
}
.event-photo-v47 img{
  display:block;
  width:100%;
  height:430px;
  object-fit:cover;
}

@media(max-width:900px){
  .photo-card-main-v47 img,.wide-photo-v47 img{height:420px}
  .guestroom-gallery-head-v47{grid-template-columns:1fr;gap:12px}
  .food-photo-grid-v47{grid-template-columns:repeat(2,minmax(0,1fr))}
  .menu-live-head-v47{grid-template-columns:1fr}
  .menu-live-actions-v47{justify-content:flex-start}
  .event-photo-copy-v47{display:block}
  .event-photo-copy-v47 p{margin-top:6px}
}
@media(max-width:620px){
  .photo-story-v47,.guestroom-gallery-v47,.restaurant-food-v47,.menu-live-section-v47{padding:46px 0 54px}
  .camping-photo-grid-v47,.guestroom-current-grid-v47,.food-photo-grid-v47,.event-photo-grid-v47{grid-template-columns:1fr}
  .photo-card-main-v47{grid-column:auto}
  .photo-card-v47 img,.photo-card-main-v47 img,.wide-photo-v47 img{height:300px}
  .guestroom-current-photo-v47 img{height:430px}
  .food-photo-v47 img{height:300px}
  .event-photo-v47 img{height:320px}
  .menu-live-head-v47{padding:22px 18px}
  .menu-live-actions-v47{display:grid;grid-template-columns:1fr}
  .menu-live-actions-v47 .btn{text-align:center}
  .pdf-viewer-v47{height:70vh;min-height:520px}
  .event-photo-gallery-v47{padding:16px}
}

/* V48 – Feste Tagesessen */
.daily-menu-v48{padding:64px 0;background:#fff}
.daily-menu-head-v48{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:28px}
.daily-menu-head-v48 h2{margin:8px 0 0;font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(34px,4.4vw,50px);line-height:1.06;color:#004A78}
.daily-menu-head-v48 p{margin:0;color:#5F6B66;font-size:18px}
.daily-menu-grid-v48{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.daily-menu-card-v48{display:flex;flex-direction:column;min-height:260px;padding:25px;border:1px solid #E2DBCF;border-radius:20px;background:#FBF8F2;box-shadow:0 10px 26px rgba(24,50,46,.06)}
.daily-menu-day-v48{align-self:flex-start;padding:6px 11px;border-radius:999px;background:#285F22;color:#fff;font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.daily-menu-card-v48 h3{margin:18px 0 8px;font-size:23px;line-height:1.22;color:#18322E}
.daily-menu-card-v48 p{margin:0;color:#5F6B66}
.daily-menu-note-v48{margin-top:10px;font-size:14px;font-weight:750;color:#285F22!important}
.daily-menu-price-v48{margin-top:auto;padding-top:20px;font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:29px;font-weight:850;color:#004A78}
.daily-menu-weekend-v48{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-top:18px;padding:20px 24px;border-radius:18px;background:#004A78;color:#fff}
.daily-menu-weekend-v48 strong{font-size:20px}
.daily-menu-weekend-v48 p{margin:2px 0 0;color:rgba(255,255,255,.82)}
.daily-menu-season-v48{margin:20px 0 0;text-align:center;color:#5F6B66;font-weight:650}
@media(max-width:900px){.daily-menu-head-v48{grid-template-columns:1fr;gap:12px}.daily-menu-grid-v48{grid-template-columns:1fr}.daily-menu-card-v48{min-height:0}.daily-menu-price-v48{margin-top:18px}.daily-menu-weekend-v48{align-items:flex-start;flex-direction:column;gap:8px}}
@media(max-width:620px){.daily-menu-v48{padding:46px 0 54px}.daily-menu-card-v48{padding:21px}.daily-menu-weekend-v48{padding:19px 20px}}

/* V52 – Mannschaftsessen nach dem Spieltag */
.team-meals-v52{scroll-margin-top:110px;padding:72px 0;background:#18322E;color:#fff}
.team-meals-head-v52{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:end;margin-bottom:28px}
.team-meals-head-v52 .pill{background:rgba(255,255,255,.12);color:#fff}
.team-meals-head-v52 h2{margin:8px 0 0;font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(36px,4.4vw,54px);line-height:1.05;color:#fff}
.team-meals-head-v52>p{margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.65}
.team-meals-sample-v52{padding:26px;border-radius:22px;background:#FBF8F2;color:#18322E}
.team-meals-sample-head-v52{display:flex;justify-content:space-between;gap:24px;margin-bottom:18px}
.team-meals-sample-head-v52 strong{display:block;font-size:22px;color:#004A78}
.team-meals-sample-head-v52 span{display:block;margin-top:3px;color:#69746F}
.team-meals-cta-v53{display:flex;justify-content:flex-end;margin-top:18px}
.team-meals-grid-v52{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.team-meal-card-v52{display:flex;align-items:center;gap:14px;min-height:98px;padding:16px;border:1px solid #E2DBCF;border-radius:16px;background:#fff}
.team-meal-number-v52{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:50%;background:#347F27;color:#fff;font-size:13px;font-weight:850}
.team-meal-card-v52 h3{margin:0 0 4px;font-size:18px;color:#18322E}
.team-meal-card-v52 p{margin:0;color:#69746F;font-size:14px}
.team-meal-form-section-v54{scroll-margin-top:110px;padding:24px 0 72px;background:#F3EEE3}
.team-meal-form-v52{margin:0;padding:28px;border-radius:22px;background:#fff;color:#18322E}
.team-meal-form-v52 .section-head{margin-bottom:24px}
.team-meal-form-v52 .section-head h2{color:#004A78}
.team-meal-total-v52{display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:14px 18px;border-radius:14px;background:#EEF4EF;color:#285F22;font-weight:800}
.team-meal-total-v52 strong{font-size:30px}
.team-meal-orders-v52{margin:0;padding:0;border:0}
.team-meal-orders-v52 legend{margin-bottom:10px;font-weight:800;color:#18322E}
.team-meal-order-grid-v52{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.team-meal-order-grid-v52>label{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #D8D2C6;border-radius:14px;background:#FBF8F2}
.team-meal-order-grid-v52 strong,.team-meal-order-grid-v52 small{display:block}
.team-meal-order-grid-v52 small{margin-top:3px;color:#69746F;font-size:13px}
.team-meal-quantity-v52{display:flex;align-items:center;gap:8px;color:#5F6B66;font-size:13px;font-weight:700}
.team-meal-quantity-v52 input{width:72px!important;min-width:72px;text-align:center}
@media(max-width:900px){.team-meals-head-v52{grid-template-columns:1fr;gap:12px}.team-meals-grid-v52{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.team-meals-v52{padding:48px 0}.team-meal-form-section-v54{padding:18px 0 48px}.team-meals-sample-v52,.team-meal-form-v52{padding:19px}.team-meals-grid-v52,.team-meal-order-grid-v52{grid-template-columns:1fr}.team-meals-cta-v53{display:block}.team-meals-cta-v53 .btn{width:100%;text-align:center}.team-meal-card-v52{min-height:0}.team-meal-order-grid-v52>label{align-items:flex-end}.team-meal-quantity-v52{align-items:flex-end;flex-direction:column;gap:4px}}

/* V55 – TV Dillingen Vereinsseite */
.tvd-hero-v55{background:linear-gradient(135deg,#173F35 0%,#285F22 100%);color:#fff}
.tvd-hero-v55 h1{max-width:900px;color:#fff}
.tvd-hero-v55 p{max-width:780px;color:rgba(255,255,255,.82)}
.tvd-hero-v55 .pill{background:rgba(255,255,255,.14);color:#fff}
.tvd-intro-v55,.tvd-social-v55{padding:72px 0}
.tvd-intro-v55{background:#FBF8F2}
.tvd-intro-grid-v55{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:start}
.tvd-intro-copy-v55 h2,.tvd-social-v55 h2,.tvd-team-v55 h2{margin:8px 0 14px;font-family:'Nunito Sans',Aptos,Arial,sans-serif;font-size:clamp(34px,4vw,52px);line-height:1.06;color:#004A78}
.tvd-intro-copy-v55 p{color:#5F6B66;font-size:17px;line-height:1.7}
.tvd-intro-copy-v55 .actions{margin-top:24px}
.tvd-facts-v55{display:grid;gap:12px}
.tvd-fact-v55{padding:20px 22px;border:1px solid #E2DBCF;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(24,50,46,.05)}
.tvd-fact-v55 strong{display:block;margin-bottom:5px;color:#285F22;font-size:18px}
.tvd-fact-v55 p{margin:0;color:#69746F}
.tvd-social-v55{background:#fff}
.tvd-social-head-v55{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:end;margin-bottom:26px}
.tvd-social-head-v55 p{margin:0;color:#5F6B66;font-size:17px;line-height:1.65}
.tvd-profile-grid-v55{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.tvd-profile-v55{display:flex;flex-direction:column;min-height:180px;padding:22px;border:1px solid #E2DBCF;border-radius:18px;background:#FBF8F2}
.tvd-profile-v55 span{color:#347F27;font-size:13px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.tvd-profile-v55 h3{margin:12px 0 5px;color:#18322E;font-size:20px}
.tvd-profile-v55 p{margin:0;color:#69746F;font-size:14px}
.tvd-profile-v55 a{margin-top:auto;padding-top:18px;color:#004A78;font-weight:850}
.tvd-team-v55{padding:72px 0;background:#F3EEE3}
.tvd-team-card-v55{display:grid;grid-template-columns:1.15fr auto;gap:34px;align-items:center;padding:32px;border-radius:22px;background:#fff;border:1px solid #E2DBCF;box-shadow:0 12px 30px rgba(24,50,46,.07)}
.tvd-team-v55 h2{margin-bottom:10px}
.tvd-team-v55 p{max-width:760px;margin:0;color:#5F6B66;font-size:17px;line-height:1.65}
.tvd-team-actions-v55{display:flex;flex-direction:column;gap:10px;min-width:230px}
.tvd-team-actions-v55 .btn{text-align:center}
@media(max-width:900px){.tvd-intro-grid-v55,.tvd-social-head-v55,.tvd-team-card-v55{grid-template-columns:1fr}.tvd-profile-grid-v55{grid-template-columns:repeat(2,minmax(0,1fr))}.tvd-team-actions-v55{min-width:0;flex-direction:row;flex-wrap:wrap}}
@media(max-width:620px){.tvd-intro-v55,.tvd-social-v55,.tvd-team-v55{padding:48px 0}.tvd-profile-grid-v55{grid-template-columns:1fr}.tvd-profile-v55{min-height:0}.tvd-team-card-v55{padding:22px}.tvd-team-actions-v55{display:grid;grid-template-columns:1fr}.tvd-team-actions-v55 .btn{width:100%}}

/* V56 – Header, Social Media und Formular-Feinschliff */
@media(min-width:1281px){
  .navwrap .nav{min-height:118px}
  .brand-logo-v28{height:96px}
}
.social-card-head .social-button{
  min-width:174px;
  min-height:46px;
  padding:10px 16px;
  border:2px solid var(--green);
  background:#fff;
  color:var(--green)!important;
  opacity:1;
  font-size:15px;
  text-decoration:none;
  box-shadow:0 8px 22px rgba(17,62,49,.10);
}
.social-card-head .social-button:hover{background:var(--green);color:#fff!important}
@media(min-width:701px){.social-card-head h3{white-space:nowrap}}
@media(max-width:700px){.social-card-head .social-button{width:100%}}
.restaurant-booking-form-v35 .privacy-consent-v27{
  justify-content:center;
  width:min(100%,760px);
  margin:0 auto 16px;
  text-align:left;
}
.restaurant-booking-form-v35 .privacy-consent-v27 input{
  width:18px;
  height:18px;
  max-width:none;
  margin-top:2px;
}

/* V57 – Social-Card ohne Überstand und zentrierte Einwilligung */
.social-card-head{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:start;
}
.social-card-head .social-actions{margin-top:10px}
.social-card-head .social-button{max-width:100%}
.field.full > .privacy-consent-v27{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  width:100%;
  max-width:none;
  margin:0 auto 18px;
  gap:10px;
}
.field.full > .privacy-consent-v27 input{
  width:18px!important;
  min-width:18px!important;
  height:18px;
  max-width:18px!important;
  padding:0!important;
  margin:2px 0 0!important;
  flex:0 0 18px;
}
.field.full > .privacy-consent-v27 span{
  display:block;
  width:auto;
  max-width:720px;
}
