/* ===================================================================
   Thaulle Home — scoped styles (auto-generiert, tha- Namespacing).
   Light-DOM, SEO-sicher. Lädt NUR auf der Seite startseite-entwurf.
   =================================================================== */
.thaulle-page{
  --ink:#241c17; --ink-soft:#5e544c; --ink-mute:#8a7f73;
  --red:#7d1418; --red-2:#9c1b1f; --red-bright:#b22a22;
  --gold:#c2a04e; --gold-deep:#a07c2f; --gold-soft:#e0ca90;
  --cream:#faf5ea; --cream-2:#f4ecda; --sand:#ece0c8; --line:#e6d8bf;
  --white:#fff;
  --serif:'Philosopher',Georgia,'Times New Roman',serif;
  --sans:'Raleway',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --maxw:1240px; --shadow:0 24px 60px -28px rgba(60,30,12,.45);
}
.thaulle-page *{box-sizing:border-box;margin:0;padding:0}
.thaulle-page{font-family:var(--sans);color:var(--ink);background:var(--cream);line-height:1.75;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.thaulle-page img{max-width:100%;display:block}
.thaulle-page a{color:inherit;text-decoration:none}
.thaulle-page h1, .thaulle-page h2, .thaulle-page h3, .thaulle-page h4{font-family:var(--serif);font-weight:700;line-height:1.12;color:var(--ink);letter-spacing:.005em}
.thaulle-page .tha-container{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.thaulle-page .tha-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:var(--gold-deep);display:inline-flex;align-items:center;gap:.7em;margin-bottom:1.1rem}
.thaulle-page .tha-eyebrow::before{content:"";width:34px;height:1px;background:var(--gold)}
.thaulle-page .tha-eyebrow.tha-center{justify-content:center}
.thaulle-page .tha-eyebrow.tha-center::after{content:"";width:34px;height:1px;background:var(--gold)}
.thaulle-page .tha-lead{font-size:1.18rem;color:var(--ink-soft);font-weight:400}
.thaulle-page .tha-section{padding:7rem 0}
.thaulle-page .tha-section.tha-tight{padding:5rem 0}
.thaulle-page .tha-btn{display:inline-flex;align-items:center;gap:.6em;font-family:var(--sans);font-weight:600;font-size:.92rem;letter-spacing:.04em;padding:1rem 2rem;border-radius:2px;cursor:pointer;border:1px solid transparent;transition:.3s;text-transform:uppercase}
.thaulle-page .tha-btn-primary{background:var(--red);color:#fff}
.thaulle-page .tha-btn-primary:hover{background:var(--red-2);transform:translateY(-2px);box-shadow:0 14px 30px -12px rgba(125,20,24,.6)}
.thaulle-page .tha-btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-deep));color:#fff}
.thaulle-page .tha-btn-gold:hover{transform:translateY(-2px);box-shadow:0 14px 30px -12px rgba(160,124,47,.6)}
.thaulle-page .tha-btn-outline{background:transparent;border-color:rgba(255,255,255,.7);color:#fff}
.thaulle-page .tha-btn-outline:hover{background:#fff;color:var(--red);border-color:#fff}
.thaulle-page .tha-btn-outline-dark{background:transparent;border-color:var(--gold);color:var(--red)}
.thaulle-page .tha-btn-outline-dark:hover{background:var(--red);color:#fff;border-color:var(--red)}
.thaulle-page .tha-reveal{transition:opacity .9s ease,transform .9s ease}
.thaulle-page .js .tha-reveal{opacity:0;transform:translateY(30px)}
.thaulle-page .js .tha-reveal.tha-in{opacity:1;transform:none}
.thaulle-page .topbar{background:var(--red);color:#f6e3c6;font-size:.74rem;letter-spacing:.04em}
.thaulle-page .topbar .tha-container{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:1rem}
.thaulle-page .topbar .ticker{display:flex;gap:1.4rem;flex-wrap:wrap;align-items:center;font-weight:500}
.thaulle-page .topbar .ticker span{display:inline-flex;align-items:center;gap:.4em;white-space:nowrap}
.thaulle-page .topbar .star{color:var(--gold-soft)}
.thaulle-page .lang{display:flex;gap:.2rem;align-items:center;font-weight:600}
.thaulle-page .lang a{padding:.2em .5em;border-radius:2px;opacity:.7;transition:.2s}
.thaulle-page .lang a.active, .thaulle-page .lang a:hover{opacity:1;color:#fff}
.thaulle-page .lang .sep{opacity:.4}
@media(max-width:900px){
.thaulle-page .topbar .ticker span:nth-child(n+4){display:none}

}
.thaulle-page .header{position:sticky;top:0;z-index:50;transition:.35s;border-bottom:1px solid transparent}
.thaulle-page .header .bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:84px}
.thaulle-page .header.scrolled{background:rgba(250,245,234,.96);backdrop-filter:blur(10px);box-shadow:0 8px 30px -20px rgba(60,30,12,.5);border-bottom-color:var(--line)}
.thaulle-page .logo{display:flex;align-items:center;gap:.8rem;z-index:2}
.thaulle-page .logo img{height:60px;transition:.35s}
.thaulle-page .header.scrolled .logo img{height:50px}
.thaulle-page .logo .wm{font-family:var(--serif);line-height:1}
.thaulle-page .logo .wm b{display:block;font-size:1.02rem;letter-spacing:.11em;color:var(--red);font-weight:700;white-space:nowrap}
.thaulle-page .logo .wm small{display:block;font-size:.62rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold-deep);font-family:var(--sans);font-weight:600;margin-top:3px}
.thaulle-page .nav{display:flex;align-items:center;gap:.3rem}
.thaulle-page .nav>ul{display:flex;list-style:none;gap:.2rem;align-items:center}
.thaulle-page .nav>ul>li{position:relative}
.thaulle-page .nav>ul>li>a{display:flex;align-items:center;gap:.35em;padding:.7em .9em;font-size:.86rem;font-weight:600;letter-spacing:.03em;color:#fff;transition:.2s;text-transform:uppercase}
.thaulle-page .header.scrolled .nav>ul>li>a{color:var(--ink)}
.thaulle-page .nav>ul>li>a:hover{color:var(--gold-soft)}
.thaulle-page .header.scrolled .nav>ul>li>a:hover{color:var(--red)}
.thaulle-page .nav .caret{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.7}
.thaulle-page .submenu{position:absolute;top:100%;left:0;min-width:248px;background:#fff;box-shadow:var(--shadow);border-top:2px solid var(--gold);padding:.6rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s;list-style:none}
.thaulle-page .nav>ul>li:hover .submenu{opacity:1;visibility:visible;transform:none}
.thaulle-page .submenu li a{display:block;padding:.6em 1.4em;font-size:.84rem;color:var(--ink-soft);transition:.18s}
.thaulle-page .submenu li a:hover{background:var(--cream-2);color:var(--red);padding-left:1.7em}
.thaulle-page .header-cta{display:flex;align-items:center;gap:1rem}
.thaulle-page .header-cta .tha-btn{padding:.75rem 1.4rem;font-size:.78rem}
.thaulle-page .burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:60}
.thaulle-page .burger span{width:26px;height:2px;background:#fff;transition:.3s}
.thaulle-page .header.scrolled .burger span{background:var(--ink)}
.thaulle-page .mobile-nav{display:none}
@media(max-width:1080px){
.thaulle-page .nav, .thaulle-page .header-cta .tha-btn{display:none}
.thaulle-page .burger{display:flex}
.thaulle-page .mobile-nav{display:block;position:fixed;inset:0 0 0 auto;width:min(86vw,380px);background:var(--cream);box-shadow:var(--shadow);transform:translateX(100%);transition:.35s;z-index:55;overflow-y:auto;padding:6rem 1.8rem 3rem}
.thaulle-page .mobile-nav.tha-open{transform:none}
.thaulle-page .mobile-nav a{display:block;padding:.85em 0;border-bottom:1px solid var(--line);font-weight:600;letter-spacing:.04em;color:var(--ink)}
.thaulle-page .mobile-nav .tha-sub a{padding-left:1.2em;font-weight:400;font-size:.9rem;color:var(--ink-soft);text-transform:none}
.thaulle-page .mobile-nav .mhead{margin-top:1.2rem;color:var(--gold-deep);font-size:.72rem;text-transform:uppercase;letter-spacing:.2em;border:none}
.thaulle-page .scrim{position:fixed;inset:0;background:rgba(30,15,8,.5);opacity:0;visibility:hidden;transition:.3s;z-index:54}
.thaulle-page .scrim.tha-open{opacity:1;visibility:visible}

}
.thaulle-page .tha-hero{position:relative;min-height:100svh;display:flex;align-items:center;margin-top:-122px;padding-top:122px;color:#fff;overflow:hidden}
.thaulle-page .tha-hero-bg{position:absolute;inset:0;background:url('https://thaulle.com/wp-content/uploads/2026/06/homepage-hero.jpg') center/cover no-repeat;transform:scale(1.04)}
.thaulle-page .tha-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,15,8,.6) 0%,rgba(30,15,8,.32) 35%,rgba(40,18,10,.58) 75%,rgba(60,24,12,.82) 100%)}
.thaulle-page .tha-hero .tha-container{position:relative;z-index:2;padding-top:3rem;padding-bottom:4rem;max-width:1180px}
.thaulle-page .tha-hero .tha-eyebrow{color:var(--gold-soft)}
.thaulle-page .tha-hero .tha-eyebrow::before{background:var(--gold-soft)}
.thaulle-page .tha-hero h1{font-size:clamp(2.3rem,4.8vw,3.9rem);color:#fff;max-width:20ch;text-shadow:0 2px 30px rgba(0,0,0,.3)}
.thaulle-page .tha-hero p.tha-sub{font-size:clamp(1.05rem,1.8vw,1.3rem);max-width:50ch;margin:1.6rem 0 2.4rem;color:rgba(255,255,255,.92);font-weight:400}
.thaulle-page .tha-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}
.thaulle-page .tha-hero-rating{display:flex;align-items:center;gap:1.6rem;margin-top:2.8rem;flex-wrap:wrap;font-size:.86rem;letter-spacing:.03em}
.thaulle-page .tha-hero-rating .tha-grp{display:flex;align-items:center;gap:.5em}
.thaulle-page .tha-hero-rating .tha-stars{color:var(--gold-soft);letter-spacing:2px}
.thaulle-page .tha-hero-rating b{font-weight:700}
.thaulle-page .tha-hero-rating .tha-div{width:1px;height:26px;background:rgba(255,255,255,.3)}
.thaulle-page .scrolldown{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:2;color:rgba(255,255,255,.8);font-size:.66rem;letter-spacing:.3em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:.6rem}
.thaulle-page .scrolldown .mouse{width:24px;height:38px;border:1.5px solid rgba(255,255,255,.6);border-radius:14px;position:relative}
.thaulle-page .scrolldown .mouse::after{content:"";position:absolute;top:7px;left:50%;width:3px;height:7px;background:#fff;border-radius:2px;transform:translateX(-50%);animation:scroll 1.7s infinite}
@keyframes scroll{0%{opacity:0;transform:translate(-50%,0)}40%{opacity:1}80%{opacity:0;transform:translate(-50%,12px)}}
.thaulle-page .tha-trust{background:var(--white);border-bottom:1px solid var(--line)}
.thaulle-page .tha-trust .tha-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.9rem 1rem;justify-items:center;padding-top:2.4rem;padding-bottom:2.4rem}
.thaulle-page .tha-trust .tha-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.2rem;flex:1;min-width:140px}
.thaulle-page .tha-trust .tha-item .tha-big{font-family:var(--serif);font-size:1.5rem;color:var(--red);font-weight:700}
.thaulle-page .tha-trust .tha-item .tha-lbl{font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-mute)}
.thaulle-page .tha-trust .tha-item .tha-stars{color:var(--gold);font-size:.85rem;letter-spacing:1px}
.thaulle-page .tha-trust .tha-vline{display:none}
@media(max-width:760px){
.thaulle-page .tha-trust .tha-container{grid-template-columns:repeat(2,1fr)}

}
.thaulle-page .tha-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,5.5rem);align-items:center}
.thaulle-page .tha-split.tha-rev .tha-txt{order:2}
.thaulle-page .tha-split .tha-imgwrap{position:relative}
.thaulle-page .tha-split .tha-imgwrap img{border-radius:3px;box-shadow:var(--shadow);width:100%;height:100%;object-fit:cover;aspect-ratio:4/3.1}
.thaulle-page .tha-split .tha-imgwrap .tha-tag{position:absolute;bottom:-22px;background:var(--red);color:#fff;padding:1rem 1.5rem;border-radius:2px;max-width:74%}
.thaulle-page .tha-split .tha-imgwrap .tha-tag b{font-family:var(--serif);font-size:1.3rem;display:block}
.thaulle-page .tha-split .tha-imgwrap .tha-tag small{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;opacity:.85}
.thaulle-page .tha-split.tha-rev .tha-imgwrap .tha-tag{right:auto;left:0}
.thaulle-page .tha-split h2{font-size:clamp(2rem,3.6vw,2.9rem);margin-bottom:1.3rem}
.thaulle-page .tha-split p+p{margin-top:1.1rem}
.thaulle-page .tha-split .tha-btn{margin-top:2rem}
@media(max-width:860px){
.thaulle-page .tha-split{grid-template-columns:1fr}
.thaulle-page .tha-split.tha-rev .tha-txt{order:0}
.thaulle-page .tha-split .tha-imgwrap .tha-tag{position:static;margin-top:1rem;max-width:100%}

}
.thaulle-page .tha-philo{background:var(--red);color:#fbeed8;position:relative;overflow:hidden}
.thaulle-page .tha-philo .tha-ele{position:absolute;right:-60px;bottom:-40px;width:520px;opacity:.10;pointer-events:none}
.thaulle-page .tha-philo h2{color:#fff}
.thaulle-page .tha-philo .tha-lead{color:rgba(255,255,255,.85)}
.thaulle-page .tha-philo .quote{font-family:var(--serif);font-style:italic;font-size:clamp(1.5rem,2.6vw,2.1rem);line-height:1.4;color:#fff;max-width:30ch}
.thaulle-page .tha-philo .quote .gold{color:var(--gold-soft)}
.thaulle-page .tha-usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:3.5rem}
.thaulle-page .tha-usp{background:#fff;border:1px solid var(--line);border-radius:4px;padding:2.2rem 2rem;transition:.3s;position:relative}
.thaulle-page .tha-usp:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--gold-soft)}
.thaulle-page .tha-usp .tha-ico{width:46px;height:46px;color:var(--red);margin-bottom:1.2rem}
.thaulle-page .tha-usp h3{font-size:1.22rem;margin-bottom:.6rem;color:var(--red)}
.thaulle-page .tha-usp p{font-size:.94rem;color:var(--ink-soft)}
@media(max-width:920px){
.thaulle-page .tha-usp-grid{grid-template-columns:repeat(2,1fr)}

}
@media(max-width:560px){
.thaulle-page .tha-usp-grid{grid-template-columns:1fr}

}
.thaulle-page .tha-doctor{background:var(--cream-2)}
.thaulle-page .tha-doc-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(2.5rem,5vw,5rem);align-items:center}
.thaulle-page .tha-doc-imgs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.thaulle-page .tha-doc-imgs img{border-radius:3px;box-shadow:var(--shadow);width:100%;height:100%;object-fit:cover}
.thaulle-page .tha-doc-imgs img:first-child{grid-row:span 2;aspect-ratio:3/4.4}
.thaulle-page .tha-doc-imgs img:last-child{aspect-ratio:4/3}
.thaulle-page .tha-doc-stats{display:flex;gap:2rem;margin:2rem 0;flex-wrap:wrap}
.thaulle-page .tha-doc-stats .tha-s b{font-family:var(--serif);font-size:2.2rem;color:var(--red);display:block;line-height:1}
.thaulle-page .tha-doc-stats .tha-s small{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mute)}
.thaulle-page .tha-doc-quote{border-left:3px solid var(--gold);padding-left:1.4rem;font-family:var(--serif);font-style:italic;font-size:1.25rem;color:var(--ink);margin-top:1.5rem}
.thaulle-page .tha-doc-sign{margin-top:1rem;font-weight:600;color:var(--red)}
.thaulle-page .tha-doc-sign small{display:block;font-weight:400;color:var(--ink-mute);font-size:.82rem;letter-spacing:.04em}
@media(max-width:860px){
.thaulle-page .tha-doc-grid{grid-template-columns:1fr}

}
.thaulle-page .treat-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem}
.thaulle-page .treat-gallery figure{position:relative;overflow:hidden;border-radius:3px;aspect-ratio:3/4}
.thaulle-page .treat-gallery img{width:100%;height:100%;object-fit:cover;transition:.6s}
.thaulle-page .treat-gallery figure:hover img{transform:scale(1.08)}
.thaulle-page .treat-gallery figcaption{position:absolute;inset:auto 0 0 0;padding:1.4rem 1rem .9rem;background:linear-gradient(transparent,rgba(40,18,10,.85));color:#fff;font-size:.82rem;font-weight:500}
.thaulle-page .tha-ablauf{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:3.2rem;counter-reset:step}
.thaulle-page .tha-ablauf .tha-step{padding:1.6rem 1.2rem;background:#fff;border:1px solid var(--line);border-radius:4px;position:relative}
.thaulle-page .tha-ablauf .tha-step::before{counter-increment:step;content:"0" counter(step);font-family:var(--serif);font-size:1.7rem;color:var(--gold);display:block;margin-bottom:.6rem}
.thaulle-page .tha-ablauf .tha-step p{font-size:.9rem;color:var(--ink-soft);font-weight:500}
@media(max-width:920px){
.thaulle-page .treat-gallery{grid-template-columns:repeat(2,1fr)}
.thaulle-page .tha-ablauf{grid-template-columns:1fr 1fr}

}
@media(max-width:560px){
.thaulle-page .tha-ablauf{grid-template-columns:1fr}

}
.thaulle-page .tha-personas{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:3.2rem}
.thaulle-page .tha-persona{background:#fff;border:1px solid var(--line);border-top:3px solid var(--gold);border-radius:4px;padding:2.2rem 2rem;transition:.3s}
.thaulle-page .tha-persona:hover{box-shadow:var(--shadow);transform:translateY(-5px)}
.thaulle-page .tha-persona h3{font-size:1.25rem;color:var(--red);margin-bottom:.7rem}
.thaulle-page .tha-persona p{font-size:.94rem;color:var(--ink-soft)}
@media(max-width:860px){
.thaulle-page .tha-personas{grid-template-columns:1fr}

}
.thaulle-page .tha-rooms{background:var(--ink);color:#f3e7d4;position:relative}
.thaulle-page .tha-rooms h2{color:#fff}
.thaulle-page .tha-rooms .tha-lead{color:rgba(255,255,255,.75)}
.thaulle-page .tha-rooms-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;margin-bottom:3rem}
.thaulle-page .tha-room-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.2rem}
.thaulle-page .tha-room-card{position:relative;overflow:hidden;border-radius:4px;min-height:360px;display:flex;align-items:flex-end;grid-column:span 2}
.thaulle-page .tha-room-card:nth-child(1){grid-column:span 3}
.thaulle-page .tha-room-card:nth-child(2){grid-column:span 3}
.thaulle-page .tha-room-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.7s}
.thaulle-page .tha-room-card:hover img{transform:scale(1.07)}
.thaulle-page .tha-room-card::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(20,12,8,.88))}
.thaulle-page .tha-room-card .tha-info{position:relative;z-index:2;padding:1.8rem;color:#fff;width:100%}
.thaulle-page .tha-room-card .tha-sz{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-soft);font-weight:600}
.thaulle-page .tha-room-card h3{color:#fff;font-size:1.5rem;margin:.3rem 0 .4rem}
.thaulle-page .tha-room-card p{font-size:.88rem;color:rgba(255,255,255,.8);max-width:38ch}
.thaulle-page .tha-room-card .tha-more{margin-top:.8rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-soft);font-weight:600;display:inline-flex;gap:.4em;opacity:0;transform:translateY(8px);transition:.3s}
.thaulle-page .tha-room-card:hover .tha-more{opacity:1;transform:none}
@media(max-width:980px){
.thaulle-page .tha-room-grid{grid-template-columns:1fr 1fr}
.thaulle-page .tha-room-card, .thaulle-page .tha-room-card:nth-child(1), .thaulle-page .tha-room-card:nth-child(2){grid-column:span 1}

}
@media(max-width:600px){
.thaulle-page .tha-room-grid{grid-template-columns:1fr}

}
.thaulle-page .tha-pricing{background:var(--cream)}
.thaulle-page .tha-offer-ribbon{background:linear-gradient(135deg,var(--red),var(--red-2));color:#fff;border-radius:6px;padding:2.4rem;display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;margin-bottom:2.4rem;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.thaulle-page .tha-offer-ribbon .tha-ele{position:absolute;right:-30px;top:-30px;width:240px;opacity:.12}
.thaulle-page .tha-offer-ribbon .tha-o-eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-soft);font-weight:700;margin-bottom:.6rem}
.thaulle-page .tha-offer-ribbon h3{color:#fff;font-size:1.9rem;margin-bottom:.4rem}
.thaulle-page .tha-offer-ribbon p{color:rgba(255,255,255,.85);font-size:.95rem}
.thaulle-page .tha-offer-pills{display:flex;gap:.7rem;flex-wrap:wrap;position:relative;z-index:2}
.thaulle-page .tha-offer-pills .tha-pill{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:40px;padding:.7rem 1.1rem;text-align:center}
.thaulle-page .tha-offer-pills .tha-pill b{display:block;font-family:var(--serif);font-size:1.3rem;color:var(--gold-soft)}
.thaulle-page .tha-offer-pills .tha-pill small{font-size:.7rem;letter-spacing:.05em;opacity:.85}
.thaulle-page .tha-plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}
.thaulle-page .tha-plan{background:#fff;border:1px solid var(--line);border-radius:6px;padding:2.6rem;position:relative;transition:.3s}
.thaulle-page .tha-plan:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
.thaulle-page .tha-plan.tha-feat{border:1.5px solid var(--gold)}
.thaulle-page .tha-plan .tha-badge{position:absolute;top:-13px;left:2.6rem;background:var(--gold);color:#fff;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;padding:.4em .9em;border-radius:30px}
.thaulle-page .tha-plan .tha-p-name{font-family:var(--serif);font-size:1.7rem;color:var(--red);margin-bottom:.3rem}
.thaulle-page .tha-plan .tha-p-for{font-size:.85rem;color:var(--ink-mute);margin-bottom:1.4rem;min-height:2.6em}
.thaulle-page .tha-plan .tha-price{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.3rem}
.thaulle-page .tha-plan .tha-price .tha-ab{font-size:.8rem;color:var(--ink-mute);text-transform:uppercase;letter-spacing:.1em}
.thaulle-page .tha-plan .tha-price .tha-num{font-family:var(--serif);font-size:3rem;color:var(--ink);line-height:1;font-weight:700}
.thaulle-page .tha-plan .tha-price .tha-per{color:var(--ink-mute);font-size:.95rem}
.thaulle-page .tha-plan .tha-minstay{font-size:.82rem;color:var(--gold-deep);font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.5rem}
.thaulle-page .tha-plan ul{list-style:none;margin-bottom:1.8rem}
.thaulle-page .tha-plan ul li{display:flex;gap:.7em;padding:.5rem 0;font-size:.92rem;color:var(--ink-soft);border-bottom:1px solid var(--cream-2)}
.thaulle-page .tha-plan ul li svg{flex:0 0 18px;color:var(--gold-deep);margin-top:3px}
.thaulle-page .tha-plan .tha-btn{width:100%;justify-content:center}
.thaulle-page .tha-price-note{text-align:center;font-size:.84rem;color:var(--ink-mute);margin-top:2rem;max-width:64ch;margin-left:auto;margin-right:auto}
.thaulle-page .tha-incl-box{background:#fff;border:1px solid var(--line);border-radius:6px;padding:2.4rem;margin-top:2rem}
.thaulle-page .tha-incl-box h4{font-size:1.2rem;color:var(--red);margin-bottom:1.2rem}
.thaulle-page .tha-incl-list{columns:2;column-gap:2.5rem}
.thaulle-page .tha-incl-list li{list-style:none;display:flex;gap:.6em;padding:.4rem 0;font-size:.9rem;color:var(--ink-soft);break-inside:avoid}
.thaulle-page .tha-incl-list li svg{flex:0 0 16px;color:var(--gold-deep);margin-top:4px}
@media(max-width:820px){
.thaulle-page .tha-offer-ribbon, .thaulle-page .tha-plan-grid{grid-template-columns:1fr}
.thaulle-page .tha-incl-list{columns:1}

}
.thaulle-page .tha-certs{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:3.2rem}
.thaulle-page .tha-cert{background:#fff;border:1px solid var(--line);border-radius:4px;padding:2rem;text-align:center}
.thaulle-page .tha-cert .tha-seal{width:54px;height:54px;margin:0 auto 1rem;color:var(--gold-deep)}
.thaulle-page .tha-cert h3{font-size:1.15rem;color:var(--red);margin-bottom:.6rem}
.thaulle-page .tha-cert p{font-size:.86rem;color:var(--ink-soft)}
@media(max-width:760px){
.thaulle-page .tha-certs{grid-template-columns:1fr}

}
.thaulle-page .tha-loc-chips{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.8rem}
.thaulle-page .tha-loc-chips .tha-chip{background:#fff;border:1px solid var(--line);border-radius:40px;padding:.6rem 1.2rem;font-size:.84rem;font-weight:500;color:var(--ink-soft);display:inline-flex;gap:.5em;align-items:center}
.thaulle-page .tha-loc-chips .tha-chip::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold)}
.thaulle-page .tha-reviews{background:var(--cream-2);text-align:center}
.thaulle-page .tha-rev-logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;align-items:start;gap:1.6rem 1.2rem;margin-top:2.5rem}
.thaulle-page .tha-rev-logos .tha-rl{display:flex;flex-direction:column;align-items:center;gap:.3rem}
.thaulle-page .tha-rev-logos .tha-rl .tha-score{font-family:var(--serif);font-size:2.6rem;color:var(--red);line-height:1}
.thaulle-page .tha-rev-logos .tha-rl .tha-stars{color:var(--gold);letter-spacing:2px}
.thaulle-page .tha-rev-logos .tha-rl .tha-src{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}
.thaulle-page .tha-faq{max-width:880px;margin:3rem auto 0}
.thaulle-page .tha-faq details{background:#fff;border:1px solid var(--line);border-radius:4px;margin-bottom:.9rem;overflow:hidden}
.thaulle-page .tha-faq summary{list-style:none;cursor:pointer;padding:1.3rem 1.6rem;font-family:var(--serif);font-size:1.12rem;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:.2s}
.thaulle-page .tha-faq summary::-webkit-details-marker{display:none}
.thaulle-page .tha-faq summary:hover{color:var(--red)}
.thaulle-page .tha-faq summary .tha-plus{flex:0 0 auto;width:20px;height:20px;position:relative}
.thaulle-page .tha-faq summary .tha-plus::before, .thaulle-page .tha-faq summary .tha-plus::after{content:"";position:absolute;background:var(--gold-deep);transition:.25s}
.thaulle-page .tha-faq summary .tha-plus::before{top:9px;left:0;width:20px;height:2px}
.thaulle-page .tha-faq summary .tha-plus::after{top:0;left:9px;width:2px;height:20px}
.thaulle-page .tha-faq details[open] summary .tha-plus::after{transform:rotate(90deg);opacity:0}
.thaulle-page .tha-faq details[open] summary{color:var(--red)}
.thaulle-page .tha-faq .tha-a{padding:0 1.6rem 1.4rem;color:var(--ink-soft);font-size:.96rem}
.thaulle-page .tha-finalcta{background:linear-gradient(135deg,var(--red),#5e0f12);color:#fff;text-align:center;position:relative;overflow:hidden}
.thaulle-page .tha-finalcta .tha-ele{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:680px;opacity:.07;pointer-events:none}
.thaulle-page .tha-finalcta h2{color:#fff;font-size:clamp(2.1rem,4vw,3.2rem);position:relative}
.thaulle-page .tha-finalcta p{color:rgba(255,255,255,.85);max-width:54ch;margin:1.2rem auto 2.4rem;position:relative}
.thaulle-page .tha-finalcta .tha-btn{position:relative}
.thaulle-page .footer{background:#1c1410;color:#cbbba6;font-size:.9rem;padding:5rem 0 0}
.thaulle-page .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem}
.thaulle-page .footer .flogo{height:96px;margin-bottom:1.3rem}
.thaulle-page .footer h4{color:#fff;font-family:var(--sans);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.2rem;font-weight:700}
.thaulle-page .footer address{font-style:normal;line-height:1.9;color:#bcab94}
.thaulle-page .footer a{color:#bcab94;transition:.2s}
.thaulle-page .footer a:hover{color:var(--gold-soft)}
.thaulle-page .footer ul{list-style:none}
.thaulle-page .footer ul li{margin-bottom:.55rem}
.thaulle-page .foot-soc{display:flex;gap:.8rem;margin-top:1.4rem}
.thaulle-page .foot-soc a{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.25s}
.thaulle-page .foot-soc a:hover{background:var(--gold);border-color:var(--gold);color:#1c1410}
.thaulle-page .foot-soc svg{width:17px;height:17px}
.thaulle-page .foot-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3.5rem;padding:1.6rem 0;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.8rem;color:#8d7f6e}
@media(max-width:860px){
.thaulle-page .foot-grid{grid-template-columns:1fr 1fr}

}
@media(max-width:540px){
.thaulle-page .foot-grid{grid-template-columns:1fr}

}
.thaulle-page .proto-flag{background:#2a211c;color:#e9dcc4;font-size:.78rem;text-align:center;padding:.6rem 1rem;letter-spacing:.04em}
.thaulle-page .proto-flag b{color:var(--gold-soft)}
.thaulle-page .tha-sec-head{text-align:center;max-width:62ch;margin:0 auto}
.thaulle-page .tha-gallery{display:grid;gap:.9rem;margin-top:1.8rem;grid-template-columns:repeat(3,1fr)}
.thaulle-page .tha-gallery .tha-tile{position:relative;overflow:hidden;border-radius:4px;aspect-ratio:4/3;cursor:pointer;background:var(--sand);margin:0}
.thaulle-page .tha-gallery .tha-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:.6s}
.thaulle-page .tha-gallery .tha-tile::after{content:"";position:absolute;inset:0;background:rgba(40,18,10,0);transition:.3s}
.thaulle-page .tha-gallery .tha-tile:hover img{transform:scale(1.05)}
.thaulle-page .tha-gallery .tha-tile:hover::after{background:rgba(40,18,10,.14)}
.thaulle-page .tha-gallery .tha-tile .tha-zoom{position:absolute;top:.7rem;right:.7rem;width:34px;height:34px;border-radius:50%;background:rgba(20,12,8,.42);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:.3s;z-index:3}
.thaulle-page .tha-gallery .tha-tile:hover .tha-zoom{opacity:1;transform:none}
.thaulle-page .tha-gallery .tha-tile .tha-zoom svg{width:16px;height:16px;color:#fff}
.thaulle-page .tha-gallery .tha-tile .tha-cap{position:absolute;left:0;right:0;bottom:0;padding:1.4rem .9rem .7rem;background:linear-gradient(transparent,rgba(40,18,10,.82));color:#fff;font-size:.8rem;font-weight:500;opacity:0;transform:translateY(8px);transition:.3s;z-index:2}
.thaulle-page .tha-gallery .tha-tile:hover .tha-cap{opacity:1;transform:none}
.thaulle-page .tha-gallery.tha-feature .tha-tile:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
.thaulle-page .tha-gallery-note{text-align:center;font-size:.82rem;color:var(--ink-mute);margin-top:1.2rem;letter-spacing:.04em}
@media(max-width:920px){
.thaulle-page .tha-gallery{grid-template-columns:repeat(2,1fr)}
.thaulle-page .tha-gallery.tha-feature .tha-tile:first-child{grid-column:auto;grid-row:auto;aspect-ratio:4/3}

}
@media(max-width:520px){
.thaulle-page .tha-gallery{grid-template-columns:1fr 1fr;gap:.6rem}

}
.thaulle-page .tha-strip-wrap{position:relative;margin-top:1.8rem}
.thaulle-page .tha-gallery.tha-strip{display:flex;grid-template-columns:none;gap:.9rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.2rem .1rem 1.1rem;scroll-behavior:smooth;margin-top:0}
.thaulle-page .tha-gallery.tha-strip .tha-tile{flex:0 0 clamp(240px,30%,340px);aspect-ratio:4/3;scroll-snap-align:start}
.thaulle-page .tha-gallery.tha-strip::-webkit-scrollbar{height:8px}
.thaulle-page .tha-gallery.tha-strip::-webkit-scrollbar-thumb{background:var(--sand);border-radius:8px}
.thaulle-page .tha-gallery.tha-strip::-webkit-scrollbar-track{background:transparent}
.thaulle-page .tha-strip-nav{position:absolute;top:calc(50% - .55rem);transform:translateY(-50%);width:46px;height:46px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);color:var(--red);font-size:1.6rem;line-height:1;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center}
.thaulle-page .tha-strip-nav:hover{background:var(--red);color:#fff;border-color:var(--red)}
.thaulle-page .tha-strip-nav.tha-prev{left:-14px}
.thaulle-page .tha-strip-nav.tha-next{right:-14px}
@media(max-width:600px){
.thaulle-page .tha-strip-nav{display:none}
.thaulle-page .tha-gallery.tha-strip .tha-tile{flex-basis:78%}

}
.thaulle-page .tha-doc-imgs{display:block}
.thaulle-page .tha-doc-imgs img{width:100%;height:auto;aspect-ratio:auto !important;grid-row:auto !important;border-radius:3px;box-shadow:var(--shadow)}
.thaulle-page .tha-plan{display:flex;flex-direction:column}
.thaulle-page .tha-plan .tha-btn{margin-top:auto}
.thaulle-page .tha-plan .tha-p-for{min-height:2.6em}
.thaulle-page .tha-week{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem;margin-top:3rem}
.thaulle-page .tha-week .tha-day{background:#fff;border:1px solid var(--line);border-top:3px solid var(--gold);border-radius:5px;padding:1.5rem 1rem;text-align:center;transition:.3s}
.thaulle-page .tha-week .tha-day:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
.thaulle-page .tha-week .tha-day .tha-dn{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;margin-bottom:.7rem}
.thaulle-page .tha-week .tha-day .tha-dt{font-family:var(--serif);font-size:1.02rem;color:var(--ink);line-height:1.3}
@media(max-width:1000px){
.thaulle-page .tha-week{grid-template-columns:repeat(3,1fr)}

}
@media(max-width:560px){
.thaulle-page .tha-week{grid-template-columns:1fr 1fr}

}
.thaulle-page a.tha-shuttle{margin-top:2.2rem;background:var(--red);color:#fbeed8;border-radius:6px;padding:1.6rem 2rem;display:flex;gap:1.2rem;align-items:center;flex-wrap:wrap;text-decoration:none;transition:.3s}
.thaulle-page a.tha-shuttle:hover{background:var(--red-2)}
.thaulle-page .tha-shuttle svg{width:34px;height:34px;color:var(--gold-soft);flex:0 0 auto}
.thaulle-page .tha-shuttle b{color:#fff;font-family:var(--serif);font-size:1.12rem}
.thaulle-page .tha-shuttle .tha-lnk{color:var(--gold-soft);text-decoration:underline;text-underline-offset:3px;font-weight:600}
.thaulle-page .room-cat{margin-top:3.2rem}
.thaulle-page .room-cat:first-of-type{margin-top:2.4rem}
.thaulle-page .room-cat-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:1rem}
.thaulle-page .room-cat-head .tha-sz{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-soft);font-weight:600}
.thaulle-page .room-cat-head h3{color:#fff;font-size:1.55rem;margin-top:.25rem}
.thaulle-page .room-cat-head .tha-more{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-soft);font-weight:600;white-space:nowrap}
.thaulle-page .tha-video-wrap{position:relative;max-width:960px;margin:2.2rem auto 0;aspect-ratio:16/9;border-radius:6px;overflow:hidden;box-shadow:var(--shadow);background:#000}
.thaulle-page .tha-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
/* VIDEO FACADE (Click-to-Play): Poster + Play-Button, kein Layout-Shift (Wrap erzwingt 16:9) */
.thaulle-page .tha-video-facade{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;display:block;cursor:pointer;background:#000;overflow:hidden}
.thaulle-page .tha-video-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.thaulle-page .tha-video-facade::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(0,0,0,.28));pointer-events:none}
.thaulle-page .tha-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:50px;pointer-events:none;transition:transform .2s ease}
.thaulle-page .tha-video-play svg{width:100%;height:100%;display:block;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}
.thaulle-page .tha-video-play .tha-yt-bg{fill:#212121;fill-opacity:.86}
.thaulle-page .tha-video-play .tha-yt-arrow{fill:#fff}
@media (hover:hover) and (pointer:fine){
  .thaulle-page .tha-video-facade:hover .tha-yt-bg{fill:#f00;fill-opacity:1}
  .thaulle-page .tha-video-facade:hover .tha-video-play{transform:translate(-50%,-50%) scale(1.06)}
}
.thaulle-page .tha-map-wrap{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(2rem,4vw,3.6rem);align-items:stretch;margin-top:3rem}
.thaulle-page .tha-map-frame{position:relative;border-radius:6px;overflow:hidden;box-shadow:var(--shadow);min-height:430px;border:1px solid var(--line)}
.thaulle-page .tha-map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.92)}
.thaulle-page .tha-map-open{position:absolute;bottom:14px;right:14px;background:var(--red);color:#fff;font-size:.74rem;letter-spacing:.05em;padding:.6em 1em;border-radius:3px;font-weight:600}
.thaulle-page .tha-map-info{display:flex;flex-direction:column;justify-content:center}
.thaulle-page .tha-map-info h2{font-size:clamp(1.8rem,3vw,2.5rem);margin:.4rem 0 1rem}
.thaulle-page .tha-map-dist{list-style:none;margin-top:1.3rem;display:flex;flex-direction:column;gap:.2rem}
.thaulle-page .tha-map-dist li{display:flex;gap:.9em;align-items:baseline;font-size:.95rem;color:var(--ink-soft);border-bottom:1px solid var(--line);padding:.6rem 0}
.thaulle-page .tha-map-dist li:last-child{border-bottom:0}
.thaulle-page .tha-map-dist li b{font-family:var(--serif);color:var(--red);font-size:1.02rem;min-width:5.2em;flex:0 0 auto}
.thaulle-page .tha-why-seclusion{margin-top:3.4rem;background:var(--cream-2);border:1px solid var(--line);border-radius:6px;padding:clamp(2rem,4vw,3rem)}
.thaulle-page .tha-why-seclusion h3{font-size:clamp(1.4rem,2.6vw,1.9rem);color:var(--red);margin:.2rem auto 2rem;text-align:center;max-width:34ch}
.thaulle-page .tha-seclusion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem}
.thaulle-page .tha-seclusion-grid .tha-sec b{font-family:var(--serif);font-size:1.12rem;color:var(--ink);display:block;margin-bottom:.45rem}
.thaulle-page .tha-seclusion-grid .tha-sec b::before{content:"";display:block;width:30px;height:2px;background:var(--gold);margin-bottom:.8rem}
.thaulle-page .tha-seclusion-grid .tha-sec p{font-size:.9rem;color:var(--ink-soft)}
@media(max-width:900px){
.thaulle-page .tha-map-wrap{grid-template-columns:1fr}
.thaulle-page .tha-map-frame{min-height:340px}
.thaulle-page .tha-seclusion-grid{grid-template-columns:1fr 1fr}

}
@media(max-width:560px){
.thaulle-page .tha-seclusion-grid{grid-template-columns:1fr}

}
.thaulle-page .tha-funfacts{background:var(--cream-2)}
.thaulle-page .tha-ff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-top:3rem}
.thaulle-page .tha-ff{background:#fff;border:1px solid var(--line);border-top:3px solid var(--gold);border-radius:5px;padding:1.8rem 1.5rem;transition:.3s}
.thaulle-page .tha-ff:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
.thaulle-page .tha-ff b{display:block;font-family:var(--serif);font-size:1.8rem;color:var(--red);line-height:1;margin-bottom:.6rem}
.thaulle-page .tha-ff span{font-size:.9rem;color:var(--ink-soft)}
@media(max-width:900px){
.thaulle-page .tha-ff-grid{grid-template-columns:1fr 1fr}

}
@media(max-width:520px){
.thaulle-page .tha-ff-grid{grid-template-columns:1fr}

}
.thaulle-page .tha-infobox{max-width:80ch;margin:2.6rem auto 0;background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden}
.thaulle-page .tha-infobox summary{list-style:none;cursor:pointer;padding:1.2rem 1.6rem;font-family:var(--serif);font-size:1.1rem;color:var(--red);display:flex;justify-content:space-between;align-items:center}
.thaulle-page .tha-infobox summary::-webkit-details-marker{display:none}
.thaulle-page .tha-infobox summary::after{content:"+";font-size:1.5rem;color:var(--gold-deep)}
.thaulle-page .tha-infobox[open] summary::after{content:"–"}
.thaulle-page .tha-infobox .tha-ibody{padding:0 1.6rem 1.4rem;color:var(--ink-soft);font-size:.96rem}
.thaulle-page .lb{position:fixed;inset:0;background:rgba(15,8,4,.93);z-index:120;display:none;align-items:center;justify-content:center}
.thaulle-page .lb.tha-open{display:flex}
.thaulle-page .lb img{max-width:90%;max-height:90%;object-fit:contain;border-radius:4px;box-shadow:0 30px 80px -20px #000}
.thaulle-page .lb .lb-cap{position:absolute;bottom:58px;left:0;right:0;text-align:center;color:#f3e7d4;font-size:.92rem;padding:0 1rem}
.thaulle-page .lb .lb-count{position:absolute;bottom:30px;left:0;right:0;text-align:center;color:#9c8d79;font-size:.78rem;letter-spacing:.12em}
.thaulle-page .lb .lb-x{position:absolute;top:20px;right:26px;color:#fff;font-size:2.2rem;line-height:1;background:none;border:none;cursor:pointer;width:44px;height:44px;border-radius:50%}
.thaulle-page .lb .lb-x:hover{background:rgba(255,255,255,.12)}
.thaulle-page .lb .lb-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);color:#fff;width:52px;height:52px;border-radius:50%;font-size:1.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center}
.thaulle-page .lb .lb-prev{left:18px}
.thaulle-page .lb .lb-next{right:18px}
.thaulle-page .tha-gallery .tha-tile:focus-visible, .thaulle-page a:focus-visible, .thaulle-page .tha-btn:focus-visible{outline:2px solid var(--gold-soft);outline-offset:3px}
@media(max-width:560px){
.thaulle-page .lb .lb-nav{width:42px;height:42px}
.thaulle-page .lb .lb-prev{left:8px}
.thaulle-page .lb .lb-next{right:8px}

}
.thaulle-page .tha-rev-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.6rem;text-align:left}
.thaulle-page .tha-rev-quote{background:#fff;border:1px solid var(--line);border-radius:6px;padding:1.8rem}
.thaulle-page .tha-rev-quote p{font-family:var(--serif);font-style:italic;font-size:1.05rem;color:var(--ink);line-height:1.5}
.thaulle-page .tha-rev-quote .tha-who{margin-top:1rem;font-size:.82rem;color:var(--ink-mute);letter-spacing:.04em}
.thaulle-page .tha-rev-quote .tha-who a{color:var(--gold-deep);font-weight:600}
@media(max-width:860px){
.thaulle-page .tha-rev-quotes{grid-template-columns:1fr}

}
.thaulle-page .tha-cert-src{display:inline-block;margin-top:1rem;font-size:.78rem;letter-spacing:.06em;color:var(--gold-deep);font-weight:600}
.thaulle-page .tha-cert-src:hover{color:var(--red)}
.thaulle-page .tha-trust a.tha-item{cursor:pointer}
.thaulle-page .tha-trust a.tha-item:hover .tha-big{color:var(--red-2)}
.thaulle-page .tha-rev-logos a.tha-rl:hover .tha-score{color:var(--red-2)}
.thaulle-page .tha-split .tha-imgwrap img{aspect-ratio:1/1}
.thaulle-page .tha-doc-grid{grid-template-columns:1.2fr 1fr}
.thaulle-page .tha-map-frame{min-height:520px}
.thaulle-page .to-top{position:fixed;right:20px;bottom:20px;width:48px;height:48px;border-radius:50%;background:var(--red);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s;z-index:90;box-shadow:0 10px 24px -10px rgba(60,30,12,.7)}
.thaulle-page .to-top.show{opacity:1;visibility:visible;transform:none}
.thaulle-page .to-top:hover{background:var(--red-2)}
.thaulle-page .to-top svg{width:22px;height:22px}

/* ===================================================================
   FIXES (Playbook) — Isolation, Buttons, Hero, Full-Width, Reveal,
   Trust/Cards mobil, Sticky-Hover-Guard. Lädt NACH dem generierten CSS.
   =================================================================== */
/* Theme-Bleed-Isolation: all:revert auf HTML-Content-Elemente (NICHT svg/path). */
.thaulle-page,
.thaulle-page div, .thaulle-page section, .thaulle-page article, .thaulle-page header, .thaulle-page footer, .thaulle-page nav, .thaulle-page main, .thaulle-page aside,
.thaulle-page h1, .thaulle-page h2, .thaulle-page h3, .thaulle-page h4, .thaulle-page h5, .thaulle-page h6,
.thaulle-page p, .thaulle-page span, .thaulle-page a, .thaulle-page strong, .thaulle-page em, .thaulle-page b, .thaulle-page i, .thaulle-page small, .thaulle-page sup, .thaulle-page sub, .thaulle-page mark,
.thaulle-page ul, .thaulle-page ol, .thaulle-page li, .thaulle-page dl, .thaulle-page dt, .thaulle-page dd,
.thaulle-page blockquote, .thaulle-page cite, .thaulle-page address, .thaulle-page figure, .thaulle-page figcaption, .thaulle-page hr,
.thaulle-page img, .thaulle-page picture, .thaulle-page button, .thaulle-page label, .thaulle-page summary, .thaulle-page details,
.thaulle-page iframe,
.thaulle-page *::before, .thaulle-page *::after{ all: revert; }
.thaulle-page *{ box-sizing: border-box; margin: 0; padding: 0; }
/* ROOTFIX box-sizing: all:revert (0,1,1) schlägt sonst .thaulle-page *{box-sizing} (0,1,0)
   → Container fielen auf content-box zurück → width:100%+padding zu breit. Gleiche Spezifität,
   lädt danach → border-box gewinnt. */
.thaulle-page, .thaulle-page div, .thaulle-page section, .thaulle-page article, .thaulle-page header, .thaulle-page footer, .thaulle-page nav, .thaulle-page main, .thaulle-page aside, .thaulle-page h1,.thaulle-page h2,.thaulle-page h3,.thaulle-page h4,.thaulle-page h5,.thaulle-page h6, .thaulle-page p,.thaulle-page span,.thaulle-page a,.thaulle-page ul,.thaulle-page ol,.thaulle-page li,.thaulle-page blockquote,.thaulle-page figure,.thaulle-page figcaption,.thaulle-page img,.thaulle-page button,.thaulle-page label,.thaulle-page summary,.thaulle-page details{ box-sizing: border-box; }
html{ font-size: 100% !important; }

/* rem-Basis + Wrapper */
.thaulle-page{ font-family: var(--sans); color: var(--ink); background: var(--cream); font-size: 1rem; line-height: 1.75; font-weight: 400; -webkit-font-smoothing: antialiased; overflow-x: clip; }
.thaulle-page img{ max-width: 100%; height: auto; display: block; }
.thaulle-page a{ color: inherit; text-decoration: none; line-height: inherit; font-family: inherit; font-weight: inherit; }
.thaulle-page h1, .thaulle-page h2, .thaulle-page h3, .thaulle-page h4, .thaulle-page h5, .thaulle-page h6{ font-family: var(--serif); line-height: 1.12; }
.thaulle-page p{ margin: 0; }

/* SVG-Icons schützen (all:revert lässt svg aus) */
.thaulle-page svg{ fill: none; stroke: currentColor; }
.thaulle-page svg path, .thaulle-page svg circle, .thaulle-page svg rect, .thaulle-page svg line, .thaulle-page svg polyline, .thaulle-page svg polygon{ fill: none; stroke: currentColor; }
.thaulle-page svg[fill] , .thaulle-page svg [fill="currentColor"]{ }
.thaulle-page .tha-foot-soc svg [fill="currentColor"], .thaulle-page svg [fill="currentColor"]{ fill: currentColor; }

/* Hero: kein Mockup-Header -> startet unter Theme-Header, kein 100svh */
.thaulle-page .tha-hero{ margin-top: 0 !important; padding-top: 0 !important; min-height: 78vh; }
.thaulle-page .tha-hero .tha-container{ width: 100%; }

/* Full-Width: Container zentriert, Sektionen full-bleed ohne 100vw */
.thaulle-page .tha-container{ width: 100%; max-width: var(--maxw); margin-inline: auto; }

/* Elementor/Theme global-kit a{} Bleed-Abwehr (gleiche Spezifität, lädt später) */
.thaulle-page a{ color: inherit; }

/* === Eigenständiger Button tha-btn (löst Theme-.btn ab) === */
.thaulle-page .tha-btn{
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--sans); font-weight: 600; font-size: .92rem; letter-spacing: .04em;
  line-height: 1.3; text-align: center; white-space: normal;
  padding: 1rem 1.8rem; height: auto; min-height: 0; width: auto;
  border: 1px solid transparent; border-radius: 2px; cursor: pointer;
  text-transform: uppercase; text-decoration: none; transition: .3s;
  -webkit-appearance: none; appearance: none; box-shadow: none;
}
.thaulle-page .tha-btn::before, .thaulle-page .tha-btn::after{ content: none; }
.thaulle-page .tha-btn-primary{ background: var(--red); color: #fff; border-color: var(--red); }
.thaulle-page .tha-btn-gold{ background: linear-gradient(135deg,var(--gold),var(--gold-deep)); color: #fff; border-color: transparent; }
.thaulle-page .tha-btn-outline{ background: transparent; border-color: rgba(255,255,255,.7); color: #fff; }
.thaulle-page .tha-btn-outline-dark{ background: transparent; border-color: var(--gold); color: var(--red); }
.thaulle-page .tha-btn:focus-visible{ outline: 2px solid var(--gold-soft); outline-offset: 3px; }
@media (hover:hover) and (pointer:fine){
  .thaulle-page .tha-btn-primary:hover{ background: var(--red-2); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(125,20,24,.6); }
  .thaulle-page .tha-btn-gold:hover{ color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(160,124,47,.6); filter: brightness(1.05); }
  .thaulle-page .tha-btn-outline:hover{ background: #fff; color: var(--red); border-color: #fff; }
  .thaulle-page .tha-btn-outline-dark:hover{ background: var(--red); color: #fff; border-color: var(--red); }
}

/* Reveal-on-Scroll (flash-frei via html.thaulle-js) */
.thaulle-page .tha-reveal{ transition: opacity .9s ease, transform .9s ease; }
html.thaulle-js .thaulle-page .tha-reveal{ opacity: 0; transform: translateY(30px); }
html.thaulle-js .thaulle-page .tha-reveal.tha-in{ opacity: 1; transform: none; }

/* === Trust-Strip: Desktop-Reihe / Mobile 2-Spalten zentriert === */
.thaulle-page .tha-trust .tha-container{ display: grid; grid-template-columns: repeat(4,1fr); gap: 1.9rem 1rem; justify-items: center; }
.thaulle-page .tha-trust .tha-vline{ display: none; }
@media (max-width: 760px){
  .thaulle-page .tha-trust .tha-container{ grid-template-columns: 1fr 1fr; gap: 1.4rem; text-align: center; }
  .thaulle-page .tha-trust .tha-item{ width: auto; min-width: 0; align-items: center; }
}

/* === Cards/USP/Cert: zentriert absichern, mobil kompakter === */
.thaulle-page .tha-cert{ text-align: center; }
.thaulle-page .tha-cert h3, .thaulle-page .tha-cert p{ text-align: center; }
@media (max-width: 760px){
  .thaulle-page .tha-section.tha-tight{ padding-top: 2.5rem; }
  .thaulle-page .tha-certs{ gap: 1rem; }
  .thaulle-page .tha-cert{ padding: 1.5rem 1.2rem; }
  .thaulle-page .tha-cert .tha-seal{ width: 42px; height: 42px; margin: 0 auto .6rem; }
  .thaulle-page .tha-usp{ text-align: center; }
}

/* === primäre CTAs full-width auf Mobile === */
@media (max-width: 560px){
  .thaulle-page .tha-hero-cta .tha-btn,
  .thaulle-page .tha-finalcta .tha-btn,
  .thaulle-page .tha-pricing .tha-btn-primary{ width: 100%; }
}

/* === Sticky-Hover-Guard: reine Hover-Effekte nur auf echten Zeigern === */
@media (hover: none), (pointer: coarse){
  .thaulle-page .tha-gallery .tha-tile:hover img{ transform: none; }
  .thaulle-page .tha-gallery .tha-tile .tha-cap{ opacity: 1; transform: none; }
  .thaulle-page .tha-gallery .tha-tile .tha-zoom{ opacity: 1; transform: none; }
  .thaulle-page .tha-usp:hover, .thaulle-page .tha-plan:hover, .thaulle-page .tha-persona:hover,
  .thaulle-page .tha-week .tha-day:hover, .thaulle-page .tha-ff:hover, .thaulle-page .tha-cat-hero:hover img,
  .thaulle-page .tha-room-card:hover img, .thaulle-page .tha-treat-gallery figure:hover img{ transform: none; box-shadow: none; }
  .thaulle-page .tha-room-card .tha-more{ opacity: 1; transform: none; }
}

/* Galerie-Overflow / Deko-Bilder in clip */
.thaulle-page .tha-philo, .thaulle-page .tha-finalcta, .thaulle-page .tha-offer-ribbon{ overflow: clip; }
.thaulle-page .tha-strip-wrap{ overflow: visible; }

/* ===================================================================
   FIX-RUNDE (2026-06-24) — B1,B3,B4,B5,B6. Lädt zuletzt → gewinnt.
   =================================================================== */

/* B1 — Trust: line-height normal (kein Overlap durch geerbte 1.75/Theme-Bleed);
   a.tha-item garantiert Flex-Column mit gap. */
.thaulle-page .tha-trust .tha-item,
.thaulle-page .tha-trust .tha-item *{ line-height: normal; }
.thaulle-page .tha-trust a.tha-item{ display: flex; flex-direction: column; align-items: center; gap: .2rem; text-decoration: none; }
.thaulle-page .tha-trust .tha-item .tha-big{ line-height: 1.12; }
.thaulle-page .tha-trust .tha-item .tha-lbl{ line-height: 1.25; }

/* B1 — USP-Grid: Hover-Lift auf -4px reduziert + row-gap >= Lift → kein Überlappen der Nachbarkarten. */
.thaulle-page .tha-usp-grid{ row-gap: 2rem; }
.thaulle-page .tha-usp:hover{ transform: translateY(-4px); }

/* B3 — Rooms-Teaser-Cards (dunkel): Info-Stapel im Fluss, kein Overlap (Ruhe + Hover). */
.thaulle-page .tha-room-card .tha-info,
.thaulle-page .tha-room-card .tha-info *{ line-height: 1.3; }
.thaulle-page .tha-room-card .tha-info{ display: flex; flex-direction: column; }
.thaulle-page .tha-room-card .tha-info h3{ margin: .25rem 0 .35rem; }
.thaulle-page .tha-room-card .tha-info p{ margin: 0; }
.thaulle-page .tha-room-card .tha-info .tha-more{ margin-top: .7rem; }

/* B4 — Buttons: Maße Ruhe == Hover. Nur translateY(-2px)+Shadow (Gold zusätzl. brightness).
   Geerbtes transform:scale / Padding-/Width-Change auf a:hover/button:hover neutralisieren. */
.thaulle-page a.tha-btn, .thaulle-page button.tha-btn{
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease, border-color .3s ease, filter .3s ease;
}
.thaulle-page a.tha-btn:hover, .thaulle-page a.tha-btn:focus, .thaulle-page a.tha-btn:active,
.thaulle-page button.tha-btn:hover, .thaulle-page button.tha-btn:focus, .thaulle-page button.tha-btn:active{
  width: auto; min-width: 0; padding: 1rem 1.8rem; font-size: .92rem; letter-spacing: .04em; line-height: 1.3;
  transform: translateY(-2px);
}
.thaulle-page .tha-btn-primary:hover{ box-shadow: 0 14px 30px -12px rgba(125,20,24,.6); }
.thaulle-page .tha-btn-gold:hover{ box-shadow: 0 14px 30px -12px rgba(160,124,47,.6); filter: brightness(1.06); }
.thaulle-page .tha-btn-outline:hover, .thaulle-page .tha-btn-outline-dark:hover{ box-shadow: none; transform: translateY(-2px); }

/* B5 — Preise-CTAs kompakter, linksbündig, Auto-Breite (Maße auch im Hover stabil). */
.thaulle-page .tha-pricing .tha-plan .tha-btn,
.thaulle-page .tha-pricing .tha-plan .tha-btn:hover,
.thaulle-page .tha-pricing .tha-plan .tha-btn:focus{
  width: auto; align-self: flex-start; padding: .8rem 1.6rem; font-size: .82rem; justify-content: center;
}
@media (max-width: 560px){
  .thaulle-page .tha-pricing .tha-plan .tha-btn{ width: 100%; align-self: stretch; }
}

/* B6 — Fun-Facts: Zahlen serif, Text sans (kein Theme-Override). */
.thaulle-page .tha-ff b{ font-family: var(--serif); }
.thaulle-page .tha-ff, .thaulle-page .tha-ff span{ font-family: var(--sans); }

/* ROOTFIX week-grid: Grid-Items min-width:auto → 7 Spalten sprengen Container bei ~1024px. min-width:0 lässt Spalten schrumpfen (Text bricht um). */
.thaulle-page .tha-week{ grid-template-columns: repeat(7, minmax(0,1fr)); }
.thaulle-page .tha-week .tha-day{ min-width: 0; }

/* FIX 1 (25.06.2026): Elementor `a{line-height:1.3px}` staucht gestapelte <a> (Reviews-Badges 4.6/Travellers' Choice, Trust-Items). line-height MUSS mit !important gewinnen. */
.thaulle-page a{ line-height: inherit !important; font-family: inherit; font-weight: inherit; color: inherit; text-decoration: none; }

/* FIX 2: Zertifikat-Lightbox-Trigger + optionaler PDF-Download-Link */
.thaulle-page .tha-cert-trigger{ cursor: pointer; }
.thaulle-page .tha-cert-pdf{ display: inline-block; margin-top: .5rem; margin-left: .8rem; font-size: .72rem; letter-spacing: .06em; font-weight: 600; color: var(--ink-mute); text-decoration: underline; }
.thaulle-page .tha-cert-pdf:hover{ color: var(--red); }
