*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#2c5f2e;--green-dark:#1e4020;--green-light:#4a8c4d;--brown:#7a6045;--tan:#c8a96e;--cream:#f8f5f0;--cream-dark:#ede9e2;--text:#292928;--text-light:#5a5a5a;--white:#fff;--border:#d4cfc8;--max-width:1100px;--radius:4px}body{background:var(--cream);color:var(--text);font-family:Questrial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.65}a{color:var(--green)}a:hover{color:var(--text)}h1,h2,h3,h4{font-family:Questrial,Georgia,Times New Roman,serif;line-height:1.3}h1{color:var(--text);margin-bottom:1rem;font-size:2rem}h2{color:var(--text);margin-bottom:.75rem;font-size:1.45rem}h3{color:var(--text);margin-bottom:.5rem;font-size:1.1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.25rem}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.top-bar{background:var(--green-dark);color:var(--white);padding:.4rem 0;font-size:.85rem}.top-bar .container{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.top-bar a{color:var(--white)}.top-bar a:hover{color:var(--tan)}.status-badge{color:var(--white);text-transform:uppercase;letter-spacing:.06em;background:#b03030;border-radius:3px;padding:.15rem .55rem;font-size:.78rem;font-weight:700}.status-badge.open{background:#27ae60}.header-bar{background:var(--white);z-index:101;justify-content:center;align-items:center;height:50px;display:flex;position:relative}.site-header{background:var(--white);border-bottom:2px solid var(--green);position:relative}.header-edelweiss{z-index:101;-webkit-filter:drop-shadow(0 2px 6px rgba(0,0,0,.18));filter:drop-shadow(0 2px 6px rgba(0,0,0,.18));width:92px;height:92px;position:relative}.site-nav{background:var(--green);z-index:100;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 6px rgba(0,0,0,.2)}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-links{display:flex}.nav-links a{color:rgba(255,255,255,.9);white-space:nowrap;border-bottom:3px solid transparent;padding:.7rem .95rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.nav-links a:hover{background:var(--green-dark);color:var(--white)}.nav-links a.active{background:var(--green-dark);color:var(--tan);border-bottom-color:var(--tan)}.nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:.6rem;display:none}.nav-burger span{background:var(--white);border-radius:2px;width:24px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav-burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-burger--open span:nth-child(2){opacity:0}.nav-burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1280px){.nav-burger{display:flex}.nav-links{background:var(--green);flex-direction:column;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 8px rgba(0,0,0,.2)}.nav-links--open{display:flex}.nav-links a{white-space:normal;border-bottom:1px solid rgba(255,255,255,.1);border-left:none;padding:.85rem 1.5rem}.nav-links a.active{border-bottom-color:rgba(255,255,255,.1);border-left:3px solid var(--tan)}}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.page-content{padding:2.5rem 0 3rem}.page-content .container>h1:first-child{border-bottom:2px solid var(--tan);margin-bottom:1.5rem;padding-bottom:.5rem}.home-hero{width:100%;max-height:500px;overflow:hidden}.home-hero__img{object-fit:cover;object-position:center 60%;width:100%;height:520px;display:block}@media (max-width:768px){.home-hero,.home-hero__img{height:260px}}.content-banner-wrap{background:var(--cream-dark);max-height:300px;overflow:hidden}.content-banner{object-fit:cover;object-position:center 60%;width:100%;max-height:300px}.map-hero{background:var(--cream-dark);width:100%;height:350px}.map-hero iframe{border:none;width:100%;height:100%;display:block}@media (max-width:768px){.map-hero{height:240px}}.seasonal-notice{border-radius:var(--radius);background:#fef9e7;border:1px solid #e8c840;border-left-width:4px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.reservation-cta{background:var(--green);color:var(--white);border-radius:var(--radius);margin-top:.75rem;padding:.7rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.reservation-cta:hover{background:var(--green-dark);color:var(--white)}.feature-cards{flex-direction:column;gap:3rem;margin-top:2rem;display:flex}.feature-card{align-items:center;display:grid}.feature-card--image{grid-template-columns:1fr 2fr;gap:2.5rem}.feature-card--text{grid-template-columns:1fr 4fr;gap:2rem}.feature-card--image-left{grid-template-columns:2fr 1fr}.feature-card--image-left .feature-card__col2{order:-1}.feature-card__text h2{margin-bottom:.75rem;font-size:1.4rem}.feature-card__text ul{margin-top:.75rem;margin-bottom:0}.feature-card__col2 img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);width:100%;display:block}.feature-card__col2 span{color:var(--text-light);background:var(--cream-dark);border-radius:var(--radius);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:.9rem;display:flex}@media (max-width:700px){.feature-card--image,.feature-card--text{grid-template-columns:1fr}}.price-section{margin-bottom:2rem}.pdf-link{background:var(--tan);color:var(--text);border-radius:var(--radius);align-items:center;gap:.4rem;margin-bottom:1.75rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.pdf-link:hover{color:var(--text);background:#b8935a}.price-table{border-collapse:collapse;background:var(--white);border-radius:var(--radius);width:100%;margin-bottom:.5rem;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.07)}.price-table th{background:var(--green);color:var(--white);text-align:left;padding:.6rem 1rem;font-size:.88rem;font-weight:600}.price-table td{border-bottom:1px solid var(--cream-dark);padding:.6rem 1rem;font-size:.95rem}.price-table tr:last-child td{border-bottom:none}.price-table td:last-child{text-align:right;white-space:nowrap;font-weight:600}.price-table th:last-child{text-align:right}.price-notes{background:var(--cream-dark);border-radius:var(--radius);margin-top:1rem;padding:1rem 1.25rem}.price-notes h3{margin-bottom:.5rem;font-size:1rem}.price-notes ul{margin-bottom:0}.route-list{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.route-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:0 1px 5px rgba(0,0,0,.06)}.route-card h3{color:var(--text);margin-bottom:.4rem}.route-meta{color:var(--text-light);flex-wrap:wrap;gap:1.5rem;margin-bottom:.6rem;font-size:.85rem;display:flex}.zu-gast-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1rem;display:grid}.info-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:0 1px 5px rgba(0,0,0,.06)}.info-card h3{border-bottom:2px solid var(--tan);color:var(--text);margin-bottom:.75rem;padding-bottom:.4rem}.info-card.highlight{border-left:4px solid var(--green)}.info-card.warning{border-left:4px solid #c0392b}.stornogebuehren{border-radius:var(--radius);background:#fdf2f2;border:1px solid #e8b4b4;padding:1.25rem 1.5rem}.anreise-sections{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.anreise-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:0 1px 5px rgba(0,0,0,.06)}.map-wrap{border-radius:var(--radius);border:1px solid var(--border);margin-top:1rem;overflow:hidden}.map-wrap iframe{border:none;display:block}.aktuelles-sections{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.aktuelles-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:0 1px 5px rgba(0,0,0,.06)}.link-list{margin:.5rem 0 0;padding:0;list-style:none}.link-list li{margin-bottom:.4rem}.link-list a{font-weight:500}.reservierung-content{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);max-width:600px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.kontakt-info{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);max-width:460px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.kontakt-info dt{color:var(--text);margin-top:1rem;font-weight:600}.kontakt-info dt:first-child{margin-top:0}.kontakt-info dd{margin-left:0}.address-block{background:var(--cream-dark);border-radius:var(--radius);margin-bottom:1.25rem;padding:1rem 1.25rem;font-style:normal;line-height:1.9}.legal-section{margin-bottom:2.5rem}.legal-section h3{margin-top:1.25rem}.legal-placeholder{border-radius:var(--radius);background:#fef9e7;border:1px solid #e8c840;max-width:640px;padding:1.25rem 1.5rem}.site-footer{background:var(--green-dark);color:var(--cream);margin-top:3rem;padding:2rem 0 1.5rem}.footer-nav{flex-wrap:wrap;gap:.3rem 1.25rem;margin-bottom:1.5rem;display:flex}.footer-nav a{color:rgba(255,255,255,.8);font-size:.88rem;text-decoration:none}.footer-nav a:hover{color:var(--tan);text-decoration:underline}.footer-meta{color:rgba(255,255,255,.55);text-align:center;border-top:1px solid rgba(255,255,255,.15);padding-top:1rem;font-size:.8rem}.footer-meta a{color:rgba(255,255,255,.6)}.footer-meta a:hover{color:var(--tan)}.scroll-top{background:var(--green);width:2.5rem;height:2.5rem;color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:background .15s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.3)}.scroll-top:hover{background:var(--green-light)}@media (max-width:768px){h1{font-size:1.6rem}h2{font-size:1.25rem}.anreise-sections,.zu-gast-grid{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 1rem}.top-bar .container{flex-direction:column;align-items:flex-end;gap:.2rem}.logo-img{max-height:140px}}
/*# sourceMappingURL=main-325fea2a9a40d416.css.map*/