/* =========================================================
   V5.0: Drei-Birken-Angebotsseite näher an der Hauptseite
   - weißer Hotel-Header, ruhiger Aufbau, roter Buchungsbutton
   - konkretes Angebot sofort sichtbar
   - Schreibschrift nur als Akzent, Angebot/Preis gut lesbar
   ========================================================= */
:root{
  --h3b-green:#31511d;
  --h3b-green-dark:#17351f;
  --h3b-red:#b5002a;
  --h3b-gold:#b99655;
  --h3b-cream:#f6efe3;
  --h3b-paper:#fffdf8;
}

body{background:#fff;color:#233021;font-family:Arial,Helvetica,sans-serif;}
.compact-header.offer-original-header{
  min-height:82px;
  background:#fff!important;
  border-bottom:1px solid rgba(49,81,29,.16);
  box-shadow:0 8px 26px rgba(0,0,0,.05);
  color:var(--h3b-green);
}
.offer-original-header .brand{display:flex;align-items:center;padding:0 18px 0 0;background:transparent!important;}
.offer-original-header .brand img{height:54px;width:auto;display:block;filter:none!important;}
.offer-original-header nav{gap:25px;align-items:center;justify-content:center;}
.offer-original-header nav a{
  color:var(--h3b-green)!important;
  font-size:16px!important;
  font-weight:650;
  text-transform:none!important;
  letter-spacing:0;
  opacity:1;
}
.offer-original-header nav a:hover{color:var(--h3b-red)!important;}
.offer-original-header .nav-booking{
  color:#fff!important;
  background:var(--h3b-red);
  padding:20px 28px;
  border-radius:0;
  margin-left:10px;
  font-weight:850!important;
  box-shadow:none;
}
.offer-original-header .nav-booking:hover{background:#8f0021;color:#fff!important;}
.offer-original-header .langs a{border-color:rgba(49,81,29,.25);color:var(--h3b-green);background:#fff;}
.offer-original-header .langs a.active{background:var(--h3b-green);color:#fff;}
.offer-original-header .menu-toggle{color:var(--h3b-green);border-color:rgba(49,81,29,.24);}

.offer-hero{position:relative;min-height:auto;padding:0;overflow:hidden;background:#f7f3eb;}
.offer-hero .hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;}
.offer-hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,44,23,.74) 0%,rgba(39,56,32,.50) 48%,rgba(255,255,255,.20) 100%)}
.offer-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.58fr);gap:48px;align-items:center;padding:76px 0 62px;}
.offer-hero-copy{max-width:760px;}
.offer-hero .kicker{color:#e8cc92;letter-spacing:.13em;}
.offer-hero h1{font-size:clamp(50px,6.4vw,86px);line-height:.96;margin:0 0 18px;color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.20);}
.offer-hero .hero-sub{font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(26px,2.8vw,38px);line-height:1.16;color:#fff4dd;margin:0 0 15px;max-width:820px;}
.offer-hero .hero-text{font-size:18px;line-height:1.62;color:#fff;max-width:670px;margin-bottom:24px;}
.offer-hero .btn.primary{background:var(--h3b-red);color:#fff;border-color:var(--h3b-red);}
.offer-hero .btn.primary:hover{background:#8f0021;border-color:#8f0021;}
.offer-hero .btn.ghost{background:rgba(255,255,255,.94);color:var(--h3b-green);border-color:#fff;}

.offer-card-hero{
  background:rgba(255,255,255,.98);
  color:#243322;
  border:1px solid rgba(49,81,29,.13);
  border-radius:4px;
  padding:30px 32px;
  box-shadow:0 24px 70px rgba(0,0,0,.20);
}
.offer-card-hero h2{font-family:Georgia,'Times New Roman',serif!important;font-size:30px;line-height:1.12;color:var(--h3b-green);margin:0 0 12px;}
.offer-card-kicker{margin:0 0 10px;color:var(--h3b-gold);font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:850;}
.price-box{display:grid;gap:8px;margin:14px 0 12px;}
.price-box strong{display:block;background:var(--h3b-green);color:#fff;border-radius:2px;padding:11px 13px;font-size:18px;line-height:1.2;font-weight:900;}
.duration{margin:0 0 14px;font-weight:850;color:var(--h3b-red);font-size:15px;line-height:1.45;}
.for-line{margin:0 0 16px;color:#4d5749;font-weight:650;line-height:1.5;}
.offer-card-hero h3{font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;margin:18px 0 8px;color:var(--h3b-green);}
.offer-checklist{margin-top:10px;}
.offer-checklist li{font-weight:750;line-height:1.35;margin-bottom:7px;}

.trust-strip{position:relative;z-index:5;margin-top:-22px;background:#fff;border:1px solid rgba(49,81,29,.13);border-radius:4px;box-shadow:0 16px 48px rgba(34,45,28,.12);display:grid;grid-template-columns:repeat(3,1fr);gap:0;overflow:hidden;}
.trust-strip article{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:4px 14px;padding:22px;border-right:1px solid rgba(49,81,29,.12);}
.trust-strip article:last-child{border-right:0;}
.trust-strip .icon-bubble{grid-row:1/3;margin:0;width:40px;height:40px;background:#f7f0e3;color:var(--h3b-green);}
.trust-strip strong{font-family:Arial,Helvetica,sans-serif;font-weight:900;color:var(--h3b-green);line-height:1.2;}
.trust-strip span{color:#5d6358;font-size:14px;line-height:1.45;}

.compact-section{padding-top:72px;padding-bottom:78px;}
.section-head h2,.text-block h2,.contact-copy h2{font-size:clamp(42px,4.8vw,64px)!important;color:var(--h3b-green);}
.section-head{max-width:850px;}
.section-head .big,.text-block .big{font-size:18px;line-height:1.72;color:#30372d;}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.benefit-card{background:#fff;border:1px solid rgba(49,81,29,.13);border-radius:4px;padding:27px;box-shadow:0 14px 36px rgba(28,46,28,.08);}
.benefit-card h3{font-family:Georgia,'Times New Roman',serif!important;font-size:26px!important;color:var(--h3b-green);margin:0 0 10px;}
.benefit-card p{margin:0;color:#596157;line-height:1.55;}
.benefit-card .icon-bubble{background:#f7f0e3;color:var(--h3b-green);}

.nl-drive{padding:88px 0;background:var(--h3b-cream);}
.nl-drive .media-frame>img{height:420px;}
.city-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}
.city-chips span{display:inline-flex;align-items:center;border:1px solid rgba(49,81,29,.15);background:#fff;border-radius:2px;padding:9px 13px;font-weight:800;color:var(--h3b-green);box-shadow:0 8px 22px rgba(28,46,28,.06);}
.hotel-compact{padding-top:88px;padding-bottom:88px;background:#fff;}
.hotel-compact .media-frame>img{height:440px;}
.media-frame img,.carpesol-media img{border-radius:4px!important;}

.offer-carpesol{padding:88px 0;background:var(--h3b-green-dark);}
.offer-carpesol .carpesol-grid{grid-template-columns:1fr 1fr;}
.offer-carpesol .text-block h2{font-size:clamp(44px,4.6vw,62px)!important;color:#fff;}
.offer-carpesol .text-block .big{color:#f7f0e3;}
.offer-carpesol .btn.primary{background:#fff;color:var(--h3b-green);border-color:#fff;}
.offer-carpesol .btn.primary:hover{background:#efe1c7;}
.partner-logo{max-width:135px;opacity:.98;}

.reviews-section{padding:80px 0 28px;}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.review-card{background:#fff;border:1px solid rgba(49,81,29,.13);border-radius:4px;padding:24px;box-shadow:0 14px 36px rgba(28,46,28,.08);}
.review-card .stars{color:var(--h3b-gold);letter-spacing:.08em;font-size:16px;margin-bottom:12px;}
.review-card p{font-family:Georgia,'Times New Roman',serif;font-size:20px;line-height:1.35;color:var(--h3b-green);margin:0 0 14px;}
.review-card span{color:#6b6256;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em;}

.booking-panel{margin-top:52px;margin-bottom:0;border-radius:4px;background:#fff;}
.booking-panel h2{color:var(--h3b-green);}
.contact{margin-top:72px;margin-bottom:84px;}
.contact-form{border-radius:4px;}
.contact .btn.primary,.contact-form .btn.primary{background:var(--h3b-red);border-color:var(--h3b-red);color:#fff;}
.contact .btn.primary:hover,.contact-form .btn.primary:hover{background:#8f0021;border-color:#8f0021;}
footer{background:var(--h3b-green-dark);}

@media(max-width:1120px){
  .offer-hero-grid{grid-template-columns:1fr;gap:26px;padding:64px 0 54px;}
  .offer-card-hero{max-width:700px;}
  .trust-strip{grid-template-columns:1fr;margin-top:18px;}
  .trust-strip article{border-right:0;border-bottom:1px solid rgba(49,81,29,.12);}
  .trust-strip article:last-child{border-bottom:0;}
  .benefit-grid,.review-grid{grid-template-columns:1fr;}
  .offer-carpesol .carpesol-grid{grid-template-columns:1fr;}
  .compact-header nav{top:82px;background:#fff;border-top:1px solid rgba(49,81,29,.12);}
  .compact-header nav a{color:var(--h3b-green)!important;}
  .compact-header nav .nav-booking{display:inline-flex;width:max-content;margin:10px 0 6px;color:#fff!important;}
}
@media(max-width:720px){
  .compact-header.offer-original-header{min-height:70px;}
  .offer-original-header .brand img{height:42px;}
  .offer-hero-grid{padding:48px 0 42px;}
  .offer-hero h1{font-size:clamp(44px,14vw,66px);line-height:.96;}
  .offer-hero .hero-sub{font-size:clamp(22px,6.6vw,30px);}
  .offer-hero .hero-text{font-size:16px;}
  .offer-card-hero{padding:22px;border-radius:4px;}
  .offer-card-hero h2{font-size:26px;}
  .price-box strong{font-size:16px;}
  .trust-strip article{padding:18px;}
  .compact-section,.hotel-compact{padding-top:60px;padding-bottom:62px;}
  .nl-drive{padding:62px 0;}
  .nl-drive .media-frame>img,.hotel-compact .media-frame>img{height:292px;}
  .benefit-card,.review-card{padding:22px;}
  .benefit-card h3{font-size:24px!important;}
  .city-chips span{font-size:14px;}
  .offer-carpesol{padding:68px 0;}
  .reviews-section{padding:62px 0 20px;}
  .contact{margin-top:58px;}
}

/* V5.1: Arrangement nur per Anfrage, keine DIRS21-Buchungsbox */
.offer-original-header .nav-booking{
  background:var(--h3b-red);
  color:#fff!important;
}
.offer-hero .actions .btn{min-width:190px;justify-content:center;}
.privacy-check{
  display:grid!important;
  grid-template-columns:22px 1fr;
  gap:12px;
  align-items:start;
  margin:18px 0 16px;
  padding:15px 16px;
  background:#fffaf1;
  border:1px solid rgba(49,81,29,.16);
  border-radius:4px;
  color:#394034;
  line-height:1.5;
  font-size:14px;
}
.privacy-check input{width:18px;height:18px;margin-top:2px;accent-color:var(--h3b-red);}
.privacy a{color:var(--h3b-green);font-weight:800;text-decoration:underline;text-underline-offset:3px;}
.contact-form select:required:invalid{color:#777;}
.offer-card-hero .duration{color:var(--h3b-red);}
@media(max-width:720px){
  .offer-hero .actions .btn{width:100%;}
  .privacy-check{font-size:13px;}
}

/* =========================================================
   V5.2: Hero ruhiger, Menü bereinigt, Mobile-Feinschliff
   ========================================================= */
.offer-original-header nav{gap:22px;}
.offer-original-header nav a{font-family:Arial,Helvetica,sans-serif!important;}
.offer-original-header .nav-booking{white-space:nowrap;}
.offer-hero{background:#f6efe3;}
.offer-hero .hero-overlay{
  background:linear-gradient(90deg,rgba(25,48,27,.60) 0%,rgba(42,58,36,.38) 50%,rgba(255,255,255,.12) 100%);
}
.offer-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(330px,500px);
  gap:58px;
  padding:88px 0 72px;
}
.offer-hero-copy{max-width:660px;}
.offer-hero h1{
  font-family:AdleryPro,'Brush Script MT',cursive!important;
  font-size:clamp(48px,5.1vw,78px)!important;
  line-height:1.02!important;
  max-width:620px;
  margin-bottom:18px;
}
.offer-hero .hero-sub{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:clamp(20px,2vw,28px)!important;
  line-height:1.32!important;
  font-weight:700;
  color:#fff6e7;
  max-width:650px;
}
.offer-hero .hero-text{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:17px!important;
  line-height:1.65!important;
  max-width:620px;
}
.offer-card-hero h2,
.section-head h2,
.text-block h2,
.contact-copy h2,
.offer-carpesol .text-block h2{
  font-family:AdleryPro,'Brush Script MT',cursive!important;
}
.offer-card-hero h3,
.benefit-card h3,
.review-card p,
.hero-sub,
.kicker,
.price-box strong,
.duration,
.for-line,
.checklist li,
.contact-form label,
.contact-form input,
.contact-form select,
.contact-form textarea,
.btn,
.city-chips span,
.trust-strip strong,
.trust-strip span{
  font-family:Arial,Helvetica,sans-serif!important;
}
.benefit-card h3{font-size:22px!important;font-weight:800;line-height:1.22;}
.review-card p{font-size:17px;line-height:1.48;font-weight:700;}
.offer-card-hero{padding:30px;}
.offer-card-hero h2{font-size:34px!important;line-height:1.04!important;}
.price-box strong{font-size:16px;}
.trust-strip{margin-top:-18px;}

@media(max-width:1120px){
  .offer-original-header nav{gap:14px;padding:18px;}
  .offer-hero-grid{grid-template-columns:1fr;gap:30px;padding:70px 0 58px;}
  .offer-card-hero{max-width:680px;}
}
@media(max-width:720px){
  .offer-original-header nav a{font-size:15px!important;}
  .offer-original-header .nav-booking{padding:14px 18px;}
  .offer-hero{min-height:auto;}
  .offer-hero-grid{padding:42px 0 38px;gap:22px;}
  .offer-hero h1{font-size:clamp(42px,13vw,58px)!important;max-width:100%;}
  .offer-hero .hero-sub{font-size:18px!important;line-height:1.38!important;}
  .offer-hero .hero-text{font-size:15px!important;line-height:1.55!important;}
  .offer-card-hero{padding:20px 18px;width:100%;}
  .offer-card-hero h2{font-size:30px!important;}
  .offer-card-hero h3{font-size:16px!important;}
  .price-box{gap:7px;}
  .price-box strong{font-size:14px;line-height:1.25;padding:10px;}
  .duration,.for-line{font-size:14px;}
  .offer-checklist li{font-size:14px;line-height:1.38;}
  .trust-strip{margin-top:14px;}
  .section-head h2,.text-block h2,.contact-copy h2,.offer-carpesol .text-block h2{font-size:clamp(38px,12vw,52px)!important;line-height:1.05!important;}
  .section-head .big,.text-block .big{font-size:16px;line-height:1.62;}
  .benefit-grid{gap:14px;}
  .benefit-card{padding:20px;}
  .contact{margin-top:48px;margin-bottom:60px;}
  .contact-form{padding:20px!important;}
}
@media(max-width:420px){
  .offer-hero h1{font-size:43px!important;}
  .offer-card-hero h2{font-size:27px!important;}
  .section-head h2,.text-block h2,.contact-copy h2{font-size:38px!important;}
}

/* =========================================================
   V5.5: Hero ruhiger, ein Preis, bessere Mobile-Abstände
   ========================================================= */
.offer-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(330px,.48fr);
  gap:42px;
  padding:68px 0 58px;
}
.offer-hero-copy{max-width:650px;}
.offer-hero h1{
  font-size:clamp(42px,5vw,66px)!important;
  line-height:1.02!important;
  margin-bottom:16px!important;
}
.offer-hero .hero-sub{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:clamp(21px,2.05vw,30px)!important;
  line-height:1.28!important;
  font-weight:700;
  max-width:700px;
}
.offer-hero .hero-text{
  font-size:17px!important;
  line-height:1.62!important;
  max-width:640px;
}
.offer-card-hero{
  padding:26px 28px!important;
  border-radius:10px!important;
}
.offer-card-hero h2{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:26px!important;
  font-weight:750!important;
  letter-spacing:-.02em;
}
.price-box.single-price{margin:14px 0 8px!important;}
.price-box.single-price strong{
  background:#f6efe3!important;
  color:var(--h3b-green)!important;
  border-left:5px solid var(--h3b-red);
  border-radius:6px!important;
  padding:10px 13px!important;
  font-size:22px!important;
  line-height:1.15!important;
  box-shadow:none!important;
}
.value-note{
  margin:8px 0 14px;
  color:#4f5a48;
  font-size:14px;
  line-height:1.45;
  font-weight:650;
}
.duration{
  color:#4d5749!important;
  font-size:14px!important;
  font-weight:800!important;
  margin-bottom:8px!important;
}
.for-line{font-size:14px!important;}
.offer-checklist li{font-size:14px;font-weight:700!important;}

@media (max-width: 980px){
  .offer-hero-grid{
    grid-template-columns:1fr;
    padding:44px 0 36px;
    gap:24px;
  }
  .offer-hero-copy{max-width:100%;}
  .offer-hero h1{
    font-size:clamp(39px,11vw,56px)!important;
    max-width:94%;
  }
  .offer-hero .hero-sub{
    font-size:20px!important;
    max-width:95%;
  }
  .offer-hero .hero-text{
    font-size:15px!important;
    max-width:96%;
  }
  .offer-card-hero{
    padding:22px 20px!important;
    max-width:100%;
  }
  .offer-card-hero h2{font-size:23px!important;}
  .price-box.single-price strong{font-size:19px!important;}
}

@media (max-width: 560px){
  .offer-hero-grid{padding:34px 0 28px;}
  .offer-hero h1{
    font-size:40px!important;
    line-height:1.05!important;
  }
  .offer-hero .hero-sub{font-size:18px!important;}
  .offer-hero .hero-text{font-size:14px!important;}
  .offer-card-hero{border-radius:12px!important;}
  .offer-card-kicker{font-size:11px!important;}
  .offer-card-hero h2{font-size:21px!important;}
  .price-box.single-price strong{font-size:18px!important;}
  .value-note{font-size:13px;}
}

/* =========================================================
   V5.7: Hero nur anteasern, Arrangement darunter stark zeigen
   Reihenfolge: Angebot, Hotel, Wellness, Kulinarik, carpesol, Arrangement/Kontakt
   Schrift: Schreibschrift nur H1/H2, restlicher Text Arial
   ========================================================= */
body,
p,li,a,button,input,select,textarea,label,strong,span,small,
.kicker,.hero-sub,.hero-text,.price-box strong,.duration,.value-note,.for-line,
.offer-card-kicker,.offer-detail-card h3,.offer-detail-card h4,
.trust-strip strong,.trust-strip span,.city-chips span,.review-card p{
  font-family:Arial,Helvetica,sans-serif!important;
}
h1,h2,.offer-hero h1,.section-head h2,.text-block h2,.contact-copy h2,.offer-carpesol .text-block h2{
  font-family:AdleryPro,'Brush Script MT',cursive!important;
}
.offer-original-header nav{gap:18px;}
.offer-original-header nav a{font-size:15px!important;white-space:nowrap;}
.offer-original-header .brand img{height:48px;}

.hero-teaser-only .offer-hero-grid.teaser-grid{
  grid-template-columns:minmax(0,760px);
  min-height:560px;
  align-items:center;
  padding:72px 0 70px;
}
.hero-teaser-only .hero-overlay{
  background:linear-gradient(90deg,rgba(24,57,31,.70) 0%,rgba(24,57,31,.48) 48%,rgba(255,255,255,.12) 100%);
}
.hero-teaser-only h1{
  font-size:clamp(48px,5vw,74px)!important;
  line-height:1.04!important;
  max-width:680px;
}
.hero-teaser-only .hero-sub{
  font-size:clamp(22px,2.25vw,32px)!important;
  line-height:1.32!important;
  font-weight:700;
  color:#fff7e8;
  max-width:760px;
}
.hero-teaser-only .hero-text{max-width:680px;font-size:17px!important;}
.hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 24px;}
.hero-chips span{background:rgba(255,255,255,.94);color:var(--h3b-green);border:1px solid rgba(255,255,255,.62);border-radius:999px;padding:8px 13px;font-weight:800;font-size:14px;}

.offer-detail-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,470px);
  gap:44px;
  align-items:start;
  padding-top:86px;
  padding-bottom:86px;
}
.offer-detail-copy{max-width:760px;}
.offer-detail-copy h2{font-size:clamp(44px,4.6vw,66px)!important;color:var(--h3b-green);line-height:1.03!important;margin-bottom:18px;}
.offer-detail-copy .big{font-family:Arial,Helvetica,sans-serif!important;font-size:18px;line-height:1.72;color:#30372d;}
.offer-price-line{display:grid;gap:8px;margin:24px 0 16px;}
.offer-price-line strong{display:inline-flex;width:max-content;max-width:100%;background:var(--h3b-green);color:#fff;border-radius:2px;padding:12px 16px;font-size:20px;line-height:1.25;font-weight:900;}
.offer-price-line span{color:#4d5749;font-weight:800;}
.small-note{font-size:15px;line-height:1.65;color:#555f50;max-width:760px;}
.offer-detail-card{background:#fff;border:1px solid rgba(49,81,29,.14);border-radius:10px;padding:28px 30px;box-shadow:0 18px 48px rgba(28,46,28,.10);}
.offer-detail-card h3{font-size:28px!important;line-height:1.12!important;color:var(--h3b-green);margin:0 0 12px;font-weight:800;letter-spacing:-.02em;}
.offer-detail-card h4{font-size:17px!important;color:var(--h3b-green);margin:20px 0 10px;font-weight:900;}
.offer-detail-card .duration{color:var(--h3b-red)!important;font-size:15px!important;}
.offer-detail-card .value-note{background:#f6efe3;border-left:4px solid var(--h3b-red);padding:11px 13px;border-radius:6px;color:#34402e;font-weight:700;}

.wellness-section,.kulinarik-section{padding-top:88px;padding-bottom:88px;}
.wellness-section .media-frame>img,.kulinarik-section .media-frame>img{height:420px;}
.kulinarik-section{background:#fff;}

.contact{margin-top:38px;}

@media(max-width:1120px){
  .offer-original-header nav{gap:10px;}
  .offer-original-header nav a{font-size:14px!important;}
  .offer-detail-section{grid-template-columns:1fr;gap:26px;padding-top:66px;padding-bottom:66px;}
  .offer-detail-card{max-width:720px;}
}
@media(max-width:720px){
  .offer-original-header .brand img{height:38px;}
  .hero-teaser-only .offer-hero-grid.teaser-grid{min-height:auto;padding:44px 0 42px;}
  .hero-teaser-only h1{font-size:clamp(42px,13vw,58px)!important;max-width:95%;}
  .hero-teaser-only .hero-sub{font-size:18px!important;max-width:100%;}
  .hero-teaser-only .hero-text{font-size:15px!important;}
  .hero-chips{gap:8px;margin:18px 0 20px;}
  .hero-chips span{font-size:13px;padding:7px 10px;}
  .offer-detail-section{padding-top:48px;padding-bottom:56px;}
  .offer-detail-copy h2{font-size:clamp(38px,12vw,52px)!important;}
  .offer-detail-copy .big{font-size:16px;line-height:1.62;}
  .offer-price-line strong{font-size:17px;width:100%;justify-content:center;text-align:center;}
  .offer-detail-card{padding:22px 20px;}
  .offer-detail-card h3{font-size:23px!important;}
  .wellness-section,.kulinarik-section{padding-top:62px;padding-bottom:62px;}
  .wellness-section .media-frame>img,.kulinarik-section .media-frame>img{height:292px;}
}

/* =========================================================
   V5.8: ruhiger Hero, Arrangement klar darunter, Preis dezent
   ========================================================= */
.offer-original-header nav{gap:18px;}
.offer-original-header nav a{font-size:14px;}
.offer-hero .hero-overlay{background:linear-gradient(90deg,rgba(27,50,29,.62) 0%,rgba(38,56,35,.38) 54%,rgba(255,255,255,.05) 100%)!important;}
.offer-hero-grid.teaser-grid{display:block!important;min-height:0;padding:88px 0 70px!important;}
.offer-hero-copy{max-width:720px;}
.offer-hero h1{font-size:clamp(46px,5vw,76px)!important;max-width:660px;margin-bottom:16px!important;}
.offer-hero .hero-sub{font-size:clamp(20px,2.1vw,29px)!important;max-width:680px;font-weight:750!important;}
.offer-hero .hero-text{max-width:650px;font-size:16.5px!important;}
.hero-chips span{font-family:Arial,Helvetica,sans-serif!important;background:rgba(255,255,255,.92);color:var(--h3b-green);border-color:rgba(255,255,255,.65);}
.offer-hero .actions{margin-top:20px;}
.offer-hero .actions .btn{min-width:0;width:auto;}
.trust-strip{margin-top:-16px;}

.arrangement-focus{padding-top:84px;padding-bottom:90px;}
.arrangement-intro{max-width:860px;margin:0 auto 34px;text-align:center;}
.arrangement-intro h2{font-size:clamp(44px,5vw,68px)!important;color:var(--h3b-green);margin:0 0 14px;}
.arrangement-intro .big{font-size:18px;line-height:1.72;color:#333c30;margin:0 auto;max-width:760px;}
.arrangement-panel{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px;align-items:stretch;}
.arrangement-main-card,.arrangement-side-card{background:#fff;border:1px solid rgba(49,81,29,.14);border-radius:6px;box-shadow:0 16px 42px rgba(28,46,28,.08);padding:34px;}
.arrangement-main-card h3{font-family:Arial,Helvetica,sans-serif!important;color:var(--h3b-green);font-size:28px;line-height:1.18;margin:0 0 18px;font-weight:900;}
.arrangement-main-card h4{font-family:Arial,Helvetica,sans-serif!important;color:var(--h3b-green);font-size:18px;margin:24px 0 12px;font-weight:900;}
.arrangement-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 18px;}
.arrangement-facts span{font-family:Arial,Helvetica,sans-serif!important;background:#f7f0e3;border:1px solid rgba(49,81,29,.12);border-radius:4px;padding:13px 14px;color:#34442d;font-weight:800;font-size:14px;line-height:1.35;}
.arrangement-side-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#fbf7ef;}
.arrangement-side-card .side-label{font-family:Arial,Helvetica,sans-serif!important;color:var(--h3b-green);font-weight:900;font-size:19px;line-height:1.35;margin:0 0 8px;}
.arrangement-side-card p{font-family:Arial,Helvetica,sans-serif!important;color:#4e5748;line-height:1.55;margin:0 0 12px;font-weight:650;}
.arrangement-side-card .small-note{font-size:14px;font-weight:500;color:#5f675a;margin-bottom:20px;}
.arrangement-side-card .btn{width:100%;justify-content:center;background:var(--h3b-red);border-color:var(--h3b-red);color:#fff;}
.offer-detail-section,.offer-detail-card,.offer-price-line{display:none!important;}
.price-box strong{background:transparent!important;color:var(--h3b-green)!important;padding:0!important;}
.duration{color:#43503e!important;}

@media(max-width:980px){
  .arrangement-panel{grid-template-columns:1fr;}
  .arrangement-facts{grid-template-columns:1fr;}
  .arrangement-side-card{align-items:stretch;}
}
@media(max-width:720px){
  .offer-hero-grid.teaser-grid{padding:56px 0 46px!important;}
  .offer-hero h1{font-size:clamp(42px,13vw,60px)!important;}
  .offer-hero .hero-sub{font-size:20px!important;line-height:1.35!important;}
  .offer-hero .hero-text{font-size:15.5px!important;line-height:1.6!important;}
  .hero-chips{gap:7px;}
  .hero-chips span{font-size:12px;padding:7px 9px;}
  .arrangement-focus{padding-top:58px;padding-bottom:64px;}
  .arrangement-intro{text-align:left;margin-bottom:24px;}
  .arrangement-intro h2{font-size:clamp(40px,12vw,56px)!important;}
  .arrangement-main-card,.arrangement-side-card{padding:23px;border-radius:5px;}
  .arrangement-main-card h3{font-size:23px;}
  .arrangement-facts span{font-size:13px;padding:11px;}
}

/* =========================================================
   V5.9: kompaktes Arrangement, weniger doppelt, Preis dezent
   ========================================================= */
.offer-hero-grid.teaser-grid{
  grid-template-columns:1fr!important;
  max-width:1040px;
  padding:76px 0 62px;
}
.offer-hero-copy{max-width:720px;}
.offer-hero .hero-chips span{font-family:Arial,Helvetica,sans-serif!important;}
.arrangement-focus{padding-top:72px;padding-bottom:84px;}
.arrangement-heading{max-width:860px;margin:0 auto 30px;text-align:left;}
.arrangement-heading h2{font-size:clamp(42px,4.7vw,66px)!important;color:var(--h3b-green);margin:0 0 14px;}
.arrangement-heading .big{max-width:760px;font-family:Arial,Helvetica,sans-serif!important;font-size:18px;line-height:1.75;color:#30372d;}
.arrangement-clean-card{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(340px,.7fr);
  gap:34px;
  align-items:start;
  background:#fff;
  border:1px solid rgba(49,81,29,.13);
  border-radius:8px;
  padding:34px;
  box-shadow:0 18px 52px rgba(28,46,28,.10);
}
.arrangement-clean-card h3,
.arrangement-clean-card h4{
  font-family:Arial,Helvetica,sans-serif!important;
  color:var(--h3b-green);
  line-height:1.25;
}
.arrangement-clean-card h3{font-size:25px!important;margin:0 0 18px;font-weight:900;}
.arrangement-clean-card h4{font-size:18px!important;margin:0 0 14px;font-weight:900;}
.clean-facts{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 18px;}
.clean-facts span{
  display:inline-flex;
  background:#f7f0e3;
  color:var(--h3b-green);
  border:1px solid rgba(49,81,29,.12);
  border-radius:4px;
  padding:9px 11px;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:800;
  font-size:14px;
  line-height:1.25;
}
.price-note-subtle{
  display:block;
  margin:8px 0 10px;
  color:#4a513f;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px;
  line-height:1.55;
  font-weight:800;
}
.arrangement-clean-card .small-note{font-size:14px;line-height:1.6;color:#6a6a5e;margin:0 0 20px;}
.arrangement-clean-card .btn.primary{background:var(--h3b-red);border-color:var(--h3b-red);color:#fff;}
.arrangement-clean-card .offer-checklist li{font-family:Arial,Helvetica,sans-serif!important;font-size:15px;line-height:1.55;font-weight:700;}
.hotel-compact .media-frame>img{object-fit:cover;}
.text-block .big,
.text-block li,
.arrangement-focus p,
.arrangement-focus li,
.form label,
.contact-form label{font-family:Arial,Helvetica,sans-serif!important;}
@media(max-width:900px){
  .arrangement-clean-card{grid-template-columns:1fr;padding:24px;}
  .arrangement-focus{padding-top:54px;padding-bottom:64px;}
}
@media(max-width:720px){
  .offer-hero-grid.teaser-grid{padding:46px 0 38px;}
  .offer-hero h1{font-size:clamp(38px,13vw,58px)!important;}
  .arrangement-heading h2{font-size:clamp(36px,12vw,52px)!important;}
  .clean-facts span{width:100%;}
  .arrangement-clean-card .btn.primary{width:100%;justify-content:center;}
}

/* =========================================================
   V6.0: Mobile-Menü, Sprungmarken und Arrangement-Anfrage
   ========================================================= */
html{scroll-padding-top:92px;}
.offer-original-header{z-index:9999;}
.offer-original-header .menu-toggle{
  display:none;
  border:0;
  background:transparent;
  color:var(--h3b-green);
  font-size:28px;
  line-height:1;
  padding:10px 12px;
  cursor:pointer;
}
.arrangement-clean-card .btn.primary{
  background:var(--h3b-red);
  border-color:var(--h3b-red);
  color:#fff;
}
.arrangement-clean-card .btn.primary:hover{background:#8f0021;border-color:#8f0021;}

@media(max-width:860px){
  html{scroll-padding-top:78px;}
  body.mobile-menu-open{overflow:hidden;}
  .offer-original-header{
    min-height:70px;
    padding:10px 16px!important;
    display:grid!important;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:12px;
  }
  .offer-original-header .brand{grid-column:1;}
  .offer-original-header .brand img{height:40px!important;max-width:130px;}
  .offer-original-header .menu-toggle{display:inline-flex;grid-column:2;justify-self:end;align-items:center;justify-content:center;}
  .offer-original-header .langs{grid-column:3;position:static!important;display:flex;gap:6px;align-items:center;}
  .offer-original-header .langs a{width:30px;height:30px;font-size:11px;}
  .offer-original-header nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:70px!important;
    display:none!important;
    flex-direction:column!important;
    gap:0!important;
    max-height:calc(100vh - 70px);
    overflow-y:auto;
    padding:10px 18px 18px!important;
    background:#fff!important;
    border-top:1px solid rgba(49,81,29,.14);
    box-shadow:0 18px 40px rgba(30,45,24,.16);
  }
  .offer-original-header nav.open{display:flex!important;}
  .offer-original-header nav a{
    display:block!important;
    width:100%!important;
    color:var(--h3b-green)!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:17px!important;
    line-height:1.25!important;
    font-weight:800!important;
    padding:14px 6px!important;
    border-bottom:1px solid rgba(49,81,29,.10);
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .offer-original-header nav a:last-child{border-bottom:0;}
  .offer-original-header .menu-toggle.open{color:var(--h3b-red);}
}

@media(max-width:520px){
  .offer-original-header{padding:9px 12px!important;grid-template-columns:auto 1fr auto;}
  .offer-original-header .brand img{height:34px!important;max-width:104px;}
  .offer-original-header .menu-toggle{font-size:26px;padding:8px;}
  .offer-original-header .langs a{width:28px;height:28px;font-size:10px;}
  .offer-original-header nav{top:62px!important;max-height:calc(100vh - 62px);}
  html{scroll-padding-top:72px;}
}

/* V6.1: Anfrageformular – fester Aufenthalt mit 2 Übernachtungen */
.contact-form .date-single{
  display:block;
}
.contact-form .field-note{
  margin:-8px 0 14px;
  color:#6f6a5d;
  font-size:.92rem;
  line-height:1.45;
}
@media (max-width: 680px){
  .contact-form .field-note{
    margin:-4px 0 12px;
    font-size:.9rem;
  }
}


/* V6.3 Anti-Spam / submit guard */
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;}
.contact-form button[disabled], .contact-form .h3b-submit-locked{opacity:.72;cursor:wait;}
