:root{--bg:#faf9f7;--bg-warm:#f5f0eb;--text:#2d2926;--text-mid:#5c564f;--text-light:#8a847b;--sage:#7e9b87;--sage-dark:#5c7a64;--sage-light:#edf3ee;--sand:#c4aa8a;--sand-light:#f7f0e8;--border:#e8e4de;--white:#fff;--radius:12px;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 20px #0000000f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,sans-serif;font-size:16px;font-weight:300;line-height:1.7}h1,h2,h3{font-family:Playfair Display,serif;font-weight:400}h1{font-size:clamp(2.2rem,4.5vw,3.2rem);line-height:1.2}h2{font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.25}h3{font-size:1.2rem;line-height:1.35}a{color:var(--sage-dark);text-decoration:none;transition:color .2s}a:hover{color:var(--sage)}.container{max-width:1060px;margin:0 auto;padding:0 2rem}nav{z-index:100;-webkit-backdrop-filter:blur(12px);background:#faf9f7f2;border-bottom:1px solid #0000;transition:border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}nav.scrolled{border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}nav .container{justify-content:space-between;align-items:center;height:68px;display:flex}.logo{color:var(--text);font-family:Playfair Display,serif;font-size:1.15rem}.logo span{color:var(--sage)}.nav-links{align-items:center;gap:2.2rem;display:flex}.nav-links a{color:var(--text-mid);letter-spacing:.01em;font-size:.88rem;font-weight:400}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--sage);border-radius:6px;padding:.5rem 1.3rem;font-weight:500;transition:background .2s;color:var(--white)!important;font-size:.85rem!important}.nav-cta:hover{background:var(--sage-dark)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--text);border-radius:1px;width:22px;height:1.5px;transition:all .3s}.hero{align-items:center;min-height:92vh;padding:120px 0 80px;display:flex}.hero-inner{max-width:620px}.hero-label{letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:1.5rem;font-size:.78rem;font-weight:500}.hero h1{margin-bottom:1.5rem}.hero h1 em{color:var(--sage-dark);font-style:italic}.hero p{color:var(--text-mid);max-width:480px;margin-bottom:2.5rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.75rem 1.8rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--sage);color:var(--white)}.btn-primary:hover{background:var(--sage-dark);color:var(--white)}.btn-secondary{color:var(--text);border:1.5px solid var(--border);background:0 0}.btn-secondary:hover{border-color:var(--sage);color:var(--sage-dark)}section{padding:100px 0}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:.8rem;font-size:.75rem;font-weight:600}.section-head{margin-bottom:3rem}.section-head p{color:var(--text-light);max-width:480px;margin-top:.8rem;font-size:.95rem}.leistungen{background:var(--white)}.service-grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.service-item{background:var(--white);padding:2.2rem 2rem}.service-item h3{margin-bottom:.5rem}.service-item p{color:var(--text-light);font-size:.9rem;line-height:1.6}.ablauf-steps{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.step{text-align:center}.step-num{border:1.5px solid var(--sage);width:44px;height:44px;color:var(--sage-dark);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.2rem;font-family:Playfair Display,serif;font-size:1.1rem;display:inline-flex}.step h3{margin-bottom:.4rem;font-size:1.05rem}.step p{color:var(--text-light);font-size:.88rem}.kosten{background:var(--white)}.kosten-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.kosten-single{max-width:640px}.kosten-card{border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;position:relative}.kosten-card:after{content:"";height:2px;position:absolute;top:0;left:2rem;right:2rem}.kosten-card.kasse:after{background:var(--sage)}.kosten-card.privat:after{background:var(--sand)}.kosten-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:4px;margin-bottom:1.2rem;padding:.3rem .8rem;font-size:.72rem;font-weight:600;display:inline-block}.kasse .kosten-badge{background:var(--sage-light);color:var(--sage-dark)}.privat .kosten-badge{background:var(--sand-light);color:#7a6240}.kosten-card h3{margin-bottom:.8rem}.kosten-card p{color:var(--text-light);font-size:.9rem}.kosten-list{margin-top:1rem;list-style:none}.kosten-list li{color:var(--text-mid);padding:.5rem 0 .5rem 1.2rem;font-size:.88rem;position:relative}.kosten-list li+li{border-top:1px solid var(--border)}.kosten-list li:before{content:"—";color:var(--text-light);position:absolute;left:0}.ueber{background:var(--bg-warm)}.ueber-layout{grid-template-columns:1fr 1.4fr;align-items:center;gap:4rem;display:grid}.ueber-photo{background:linear-gradient(145deg, var(--sage-light), var(--sand-light));border-radius:var(--radius);max-width:360px;overflow:hidden}.ueber-photo img{object-fit:cover;width:100%;height:auto;display:block}.ueber-text p{color:var(--text-mid);font-size:.95rem}.ueber-text p+p{margin-top:1rem}.ueber-quote{color:var(--sage-dark);border-left:2px solid var(--sage);margin:1.5rem 0;padding-left:1.2rem;font-family:Playfair Display,serif;font-size:1.1rem;font-style:italic;line-height:1.6;display:block}.kontakt-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.kontakt-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:2rem}.kontakt-item h3{margin-bottom:.3rem;font-size:1.05rem}.kontakt-item p{color:var(--text-mid);font-size:.9rem}.kontakt-item .detail{color:var(--text-light);margin-top:.2rem;font-size:.82rem}footer{background:var(--text);color:#ffffff8c;padding:50px 0 24px}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}.footer-brand{max-width:300px}.footer-brand .logo{color:var(--white);margin-bottom:.6rem;display:inline-block}.footer-brand p{font-size:.85rem;line-height:1.7}.footer-nav{gap:3rem;display:flex}.footer-nav div h4{color:var(--white);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.8rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600}.footer-nav ul{list-style:none}.footer-nav li{margin-bottom:.4rem}.footer-nav a{color:#ffffff80;font-size:.88rem}.footer-nav a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1.2rem;font-size:.82rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#ffffff73}.footer-legal a:hover{color:var(--white)}.legal-overlay{z-index:500;-webkit-backdrop-filter:blur(6px);background:#00000059;justify-content:center;align-items:center;padding:2rem;display:none;position:fixed;inset:0}.legal-overlay.active{display:flex}.legal-modal,.cookie-modal{overscroll-behavior:contain}.legal-modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:760px;max-height:85vh;padding:3rem;position:relative;overflow-y:auto}.legal-modal h2{margin-bottom:1.5rem}.legal-modal h3{margin-top:2rem;margin-bottom:.5rem;font-size:1.05rem}.legal-modal p,.legal-modal li{color:var(--text-mid);font-size:.9rem;line-height:1.8}.legal-modal ul{margin:.6rem 0 .6rem 1.4rem}.legal-modal p+p{margin-top:.6rem}.legal-close{float:right;border:1px solid var(--border);background:var(--white);cursor:pointer;z-index:10;width:36px;height:36px;color:var(--text-mid);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex;position:sticky;top:0}.legal-close:hover{background:var(--bg)}.cookie-overlay{z-index:700;-webkit-backdrop-filter:blur(4px);background:#0000004d;justify-content:center;align-items:center;padding:1.5rem;display:none;position:fixed;inset:0}.cookie-overlay.show{display:flex}.cookie-modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:520px;padding:2.2rem;box-shadow:0 12px 48px #00000026}.cookie-modal h3{margin-bottom:.5rem;font-size:1.15rem}.cookie-modal>p{color:var(--text-mid);margin-bottom:1.5rem;font-size:.88rem;line-height:1.6}.cookie-categories{margin-bottom:1.5rem}.cookie-cat{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.8rem 0;display:flex}.cookie-cat:last-child{border-bottom:1px solid var(--border)}.cookie-cat-info{flex:1}.cookie-cat-info strong{color:var(--text);font-size:.88rem;font-weight:500;display:block}.cookie-cat-info span{color:var(--text-light);font-size:.8rem}.cookie-toggle{flex-shrink:0;width:42px;height:24px;margin-top:2px;position:relative}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle .slider{background:var(--border);cursor:pointer;border-radius:24px;transition:all .3s;position:absolute;inset:0}.cookie-toggle .slider:before{content:"";background:var(--white);border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.cookie-toggle input:checked+.slider{background:var(--sage)}.cookie-toggle input:checked+.slider:before{transform:translate(18px)}.cookie-toggle input:disabled+.slider{opacity:.7;cursor:default}.cookie-actions{flex-wrap:wrap;gap:.6rem;display:flex}.cookie-actions .btn{flex:1;justify-content:center;padding:.65rem 1rem;font-size:.85rem}.btn-reject{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-reject:hover{background:var(--border)}.btn-settings-link{text-align:center;color:var(--text-light);cursor:pointer;background:0 0;border:none;margin-top:.8rem;font-family:inherit;font-size:.8rem;text-decoration:underline;display:block}.btn-settings-link:hover{color:var(--text-mid)}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.service-grid{grid-template-columns:repeat(2,1fr)}.kosten-grid,.ueber-layout{grid-template-columns:1fr}.ablauf-steps{grid-template-columns:1fr;gap:2rem}.ueber-layout{gap:2rem}.footer-top{flex-direction:column}}@media (width<=640px){.nav-links{background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:none;position:fixed;top:68px;left:0;right:0}.nav-links.open,.hamburger{display:flex}section{padding:70px 0}.hero{min-height:auto;padding:120px 0 60px}.service-grid,.kontakt-grid{grid-template-columns:1fr}.footer-nav{flex-direction:column;gap:1.5rem}}
