:root{--green: #384634;--green-light: #4a5e44;--green-dark: #2a3428;--gold: #b4a574;--gold-light: #c9bc92;--gold-dark: #9a8c5e;--plum: #49363d;--plum-light: #5e4750;--plum-dark: #362930;--bg: #faf9f6;--bg-alt: #f3f1ec;--bg-dark: #1a1a1a;--text: #2c2c2c;--text-light: #6b6b6b;--text-on-dark: #f0ede6;--text-muted: #999;--white: #ffffff;--border: rgba(180,165,116,.2);--shadow: 0 4px 30px rgba(56,70,52,.08);--shadow-lg: 0 20px 60px rgba(56,70,52,.12);--glass-bg: rgba(255,255,255,.65);--glass-border: rgba(180,165,116,.25);--glass-blur: 20px;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, sans-serif;--section-pad: clamp(4rem, 8vw, 8rem);--container: min(1200px, 90vw);--ease: cubic-bezier(.16, 1, .3, 1);--duration: .5s}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.7;overflow-x:hidden}a{text-decoration:none;color:inherit;cursor:pointer}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;display:block}ul{list-style:none}.container{width:var(--container);margin:0 auto}.section-pad{padding:var(--section-pad) 0}.text-gold{color:var(--gold)}.text-green{color:var(--green)}.bg-green{background:var(--green)}.bg-plum{background:var(--plum)}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.8rem 0;transition:all .4s var(--ease)}.header.scrolled{background:#faf9f6d9;backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--glass-border);box-shadow:0 2px 30px #0000000f}.header-inner{width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:48px;height:48px}.logo-text{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--green);letter-spacing:.04em;line-height:1.2}.logo-text span{display:block;font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold)}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-size:.85rem;font-weight:500;color:var(--text);position:relative;padding:.25rem 0;transition:color .3s}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--gold);transition:width .4s var(--ease)}.nav a:hover{color:var(--green)}.nav a:hover:after{width:100%}.header-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.4rem;background:var(--green);color:var(--white);border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:.02em;transition:all .3s var(--ease)}.header-cta:hover{background:var(--green-light);transform:translateY(-1px);box-shadow:0 4px 20px #3846344d}.lang-switch{display:flex;gap:.5rem;margin-left:.5rem}.lang-switch a{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;border:1px solid var(--border);transition:all .3s}.lang-switch a.active,.lang-switch a:hover{background:var(--green);color:var(--white);border-color:var(--green)}.mobile-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-toggle span{width:24px;height:2px;background:var(--green);transition:all .3s;border-radius:2px}@media(max-width:900px){.mobile-toggle{display:flex}.nav{display:none}.nav.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#faf9f6f7;backdrop-filter:blur(20px);padding:2rem;gap:1.2rem;border-bottom:1px solid var(--border)}.header-cta{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 40%,var(--plum-dark) 100%)}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 900"><defs><radialGradient id="g1" cx="30%" cy="40%"><stop offset="0%" stop-color="%23b4a574" stop-opacity="0.08"/><stop offset="100%" stop-color="transparent"/></radialGradient><radialGradient id="g2" cx="75%" cy="60%"><stop offset="0%" stop-color="%23b4a574" stop-opacity="0.05"/><stop offset="100%" stop-color="transparent"/></radialGradient></defs><rect fill="url(%23g1)" width="1440" height="900"/><rect fill="url(%23g2)" width="1440" height="900"/></svg>');background-size:cover}.hero-content{position:relative;z-index:2;width:var(--container);margin:0 auto;padding-top:6rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{color:var(--text-on-dark)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#b4a57426;border:1px solid rgba(180,165,116,.3);border-radius:50px;font-size:.75rem;font-weight:500;color:var(--gold-light);letter-spacing:.05em;margin-bottom:1.5rem;backdrop-filter:blur(10px)}.hero-badge svg{width:14px;height:14px}.hero h1{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.15;margin-bottom:1.5rem;color:var(--white)}.hero h1 em{font-style:italic;color:var(--gold)}.hero-desc{font-size:1.05rem;line-height:1.8;color:#f0ede6cc;margin-bottom:2.5rem;max-width:520px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.02em;transition:all .4s var(--ease)}.btn svg{width:18px;height:18px}.btn-primary{background:var(--gold);color:var(--green-dark)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px #b4a57466}.btn-outline{border:1.5px solid rgba(255,255,255,.3);color:var(--white);backdrop-filter:blur(10px);background:#ffffff0d}.btn-outline:hover{background:#ffffff1f;border-color:#ffffff80;transform:translateY(-2px)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-glass-card{position:relative;width:100%;max-width:420px;background:#ffffff14;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:2.5rem;color:var(--white)}.hero-glass-card:before{content:"";position:absolute;top:-1px;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,rgba(180,165,116,.5),transparent)}.glass-card-title{font-family:var(--font-display);font-size:1.3rem;margin-bottom:1.5rem;color:var(--gold)}.glass-card-item{display:flex;align-items:center;gap:1rem;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.glass-card-item:last-child{border:none}.glass-card-item .icon{width:40px;height:40px;border-radius:12px;background:#b4a57426;display:flex;align-items:center;justify-content:center;flex-shrink:0}.glass-card-item .icon svg{width:20px;height:20px;color:var(--gold)}.glass-card-item .label{font-size:.85rem;color:#fff9}.glass-card-item .value{font-size:1rem;font-weight:600}.hero-stats{display:flex;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.hero-stat .number{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--gold)}.hero-stat .label{font-size:.75rem;color:#ffffff80;letter-spacing:.05em;text-transform:uppercase}@media(max-width:900px){.hero-content{grid-template-columns:1fr;padding-top:8rem}.hero-visual{display:none}}.section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.section-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-tag:before,.section-tag:after{content:"";width:24px;height:1px;background:var(--gold)}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;line-height:1.2;color:var(--green);margin-bottom:1rem}.section-desc{font-size:1rem;color:var(--text-light);line-height:1.8}.services{background:var(--bg)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.service-card{position:relative;background:var(--white);border-radius:20px;padding:2rem;border:1px solid var(--border);transition:all .5s var(--ease);overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--green));opacity:0;transition:opacity .4s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--gold)}.service-card:hover:before{opacity:1}.service-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#38463414,#b4a5741a);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.service-icon svg{width:28px;height:28px;color:var(--green)}.service-card h3{font-family:var(--font-display);font-size:1.2rem;color:var(--green);margin-bottom:.6rem}.service-card p{font-size:.88rem;color:var(--text-light);line-height:1.7;margin-bottom:1rem}.service-price{font-size:.8rem;font-weight:600;color:var(--gold-dark);letter-spacing:.02em}.service-price span{font-family:var(--font-display);font-size:1.3rem;color:var(--green)}.service-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.8rem;font-size:.82rem;font-weight:600;color:var(--gold-dark);transition:all .3s}.service-link:hover{color:var(--green);gap:.7rem}.service-link svg{width:16px;height:16px}.process{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 50%,var(--plum-dark) 100%);color:var(--white);position:relative;overflow:hidden}.process:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(180,165,116,.06),transparent 70%);border-radius:50%}.process .section-title{color:var(--white)}.process .section-tag{color:var(--gold-light)}.process .section-desc{color:#ffffffb3}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.process-steps:before{content:"";position:absolute;top:45px;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(180,165,116,.3),transparent)}.step{text-align:center;position:relative}.step-number{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:50%;background:#b4a57426;border:2px solid rgba(180,165,116,.3);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--gold);backdrop-filter:blur(10px)}.step h3{font-family:var(--font-display);font-size:1.2rem;margin-bottom:.6rem}.step p{font-size:.88rem;color:#ffffffa6;line-height:1.7}@media(max-width:700px){.process-steps{grid-template-columns:1fr}.process-steps:before{display:none}}.packages{background:var(--bg-alt)}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.package-card{background:var(--white);border-radius:20px;padding:2rem;border:1px solid var(--border);position:relative;transition:all .5s var(--ease);display:flex;flex-direction:column}.package-card.featured{border-color:var(--gold);box-shadow:0 8px 40px #b4a57426}.package-card.featured:before{content:"Empfohlen";position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.3rem 1.2rem;background:var(--gold);color:var(--green-dark);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:50px}.package-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.package-name{font-family:var(--font-display);font-size:1.15rem;color:var(--green);margin-bottom:.5rem}.package-price{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--green);margin-bottom:.3rem}.package-price small{font-size:.8rem;font-weight:400;color:var(--text-light)}.package-note{font-size:.78rem;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.package-features{flex:1;margin-bottom:1.5rem}.package-features li{display:flex;align-items:flex-start;gap:.6rem;padding:.45rem 0;font-size:.85rem;color:var(--text)}.package-features li svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:2px}.package-btn{display:block;text-align:center;padding:.8rem;border-radius:12px;font-size:.85rem;font-weight:600;transition:all .3s var(--ease)}.package-btn-primary{background:var(--green);color:var(--white)}.package-btn-primary:hover{background:var(--green-light);transform:translateY(-1px)}.package-btn-outline{border:1.5px solid var(--green);color:var(--green)}.package-btn-outline:hover{background:var(--green);color:var(--white)}.products{background:var(--bg)}.configurator-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}@media(max-width:900px){.configurator-layout{grid-template-columns:1fr}}.config-steps{display:flex;justify-content:center;gap:.3rem;margin-bottom:2.5rem;flex-wrap:wrap}.config-step-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:50px;font-size:.8rem;font-weight:600;color:var(--text-light);border:1.5px solid var(--border);transition:all .3s var(--ease);background:var(--white)}.config-step-btn .step-num{width:22px;height:22px;border-radius:50%;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;transition:all .3s}.config-step-btn:hover{border-color:var(--gold);color:var(--green)}.config-step-btn.active{background:var(--green);color:var(--white);border-color:var(--green)}.config-step-btn.active .step-num{background:#fff3;color:var(--white)}.config-step-btn.completed{background:#38463414;color:var(--green);border-color:var(--green)}.config-step-btn.completed .step-num{background:var(--green);color:var(--white)}.config-panel{display:none}.config-panel.active{display:block}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.2rem}.product-card{background:var(--white);border-radius:16px;overflow:hidden;border:2px solid var(--border);transition:all .4s var(--ease);cursor:pointer;position:relative}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--gold)}.product-card.selected{border-color:var(--green);box-shadow:0 0 0 3px #38463426,var(--shadow-lg)}.product-card.selected:after{content:"";position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:50%;background:var(--green);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");background-size:18px;background-position:center;background-repeat:no-repeat;z-index:5}.product-img{height:180px;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.product-card:hover .product-img img{transform:scale(1.05)}.product-info{padding:1rem}.product-info h4{font-family:var(--font-display);font-size:.95rem;color:var(--green);margin-bottom:.3rem}.product-info .product-detail{font-size:.75rem;color:var(--text-light)}.config-summary{background:var(--white);border-radius:20px;border:1px solid var(--border);padding:2rem;position:sticky;top:100px}.config-summary h3{font-family:var(--font-display);font-size:1.2rem;color:var(--green);margin-bottom:.3rem}.config-summary .summary-subtitle{font-size:.78rem;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.summary-item{display:flex;align-items:center;gap:.8rem;padding:.7rem 0;border-bottom:1px solid rgba(0,0,0,.04)}.summary-item:last-of-type{border-bottom:1px solid var(--border);margin-bottom:1rem}.summary-item .si-thumb{width:44px;height:44px;border-radius:10px;background:var(--bg-alt);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.summary-item .si-thumb img{width:100%;height:100%;object-fit:cover}.summary-item .si-placeholder{width:20px;height:20px;border:2px dashed var(--border);border-radius:50%}.summary-item .si-cat{font-size:.68rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.summary-item .si-name{font-size:.85rem;font-weight:500;color:var(--green)}.summary-item .si-empty{font-size:.8rem;color:var(--text-muted);font-style:italic}.summary-actions{margin-top:1.5rem}.summary-submit{width:100%;padding:.85rem;background:var(--green);color:var(--white);border:none;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .3s var(--ease);margin-bottom:.6rem}.summary-submit:hover{background:var(--green-light);transform:translateY(-1px);box-shadow:0 4px 20px #3846344d}.summary-reset{width:100%;padding:.65rem;background:none;color:var(--text-muted);border:1px solid var(--border);border-radius:12px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s}.summary-reset:hover{border-color:var(--plum);color:var(--plum)}.summary-count{text-align:center;font-size:.75rem;color:var(--text-muted);margin-top:.8rem}.summary-count strong{color:var(--green)}.about{background:var(--bg-alt);position:relative}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-visual{position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,var(--green),var(--plum));aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.about-visual svg{width:120px;height:120px;color:#b4a5744d}.about h2{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);color:var(--green);line-height:1.3;margin-bottom:1.5rem}.about p{font-size:.95rem;color:var(--text-light);line-height:1.8;margin-bottom:1rem}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.about-feature{display:flex;align-items:flex-start;gap:.8rem}.about-feature .af-icon{width:36px;height:36px;border-radius:10px;background:#38463414;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-feature .af-icon svg{width:18px;height:18px;color:var(--green)}.about-feature h4{font-size:.85rem;font-weight:600;color:var(--green);margin-bottom:.15rem}.about-feature p{font-size:.78rem;margin:0}@media(max-width:800px){.about-grid{grid-template-columns:1fr}.about-visual{max-height:300px}}.traditions{background:var(--bg)}.traditions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem}.tradition-card{text-align:center;padding:2rem 1.5rem;background:var(--white);border-radius:16px;border:1px solid var(--border);transition:all .4s var(--ease)}.tradition-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--gold)}.tradition-icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:50%;background:#b4a5741a;display:flex;align-items:center;justify-content:center}.tradition-icon svg{width:24px;height:24px;color:var(--gold)}.tradition-card h4{font-family:var(--font-display);font-size:.95rem;color:var(--green)}.contact{background:linear-gradient(135deg,var(--green-dark),var(--green),var(--plum-dark));color:var(--white);position:relative;overflow:hidden}.contact:before{content:"";position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(180,165,116,.06),transparent 70%);border-radius:50%}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;position:relative;z-index:2}.contact h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1rem}.contact-desc{color:#ffffffb3;margin-bottom:2rem;line-height:1.8}.contact-info{display:flex;flex-direction:column;gap:1.2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item .ci-icon{width:44px;height:44px;border-radius:12px;background:#b4a57426;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item .ci-icon svg{width:20px;height:20px;color:var(--gold)}.contact-item .ci-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em}.contact-item .ci-value{font-size:1rem;font-weight:500}.contact-item .ci-value a{color:var(--gold-light);transition:color .3s}.contact-item .ci-value a:hover{color:var(--gold)}.contact-form{background:#ffffff0f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.78rem;font-weight:500;color:#fff9;margin-bottom:.4rem;letter-spacing:.03em}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:var(--white);font-family:var(--font-body);font-size:.9rem;transition:all .3s;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold);background:#ffffff1f;box-shadow:0 0 0 3px #b4a57426}.form-group textarea{resize:vertical;min-height:100px}.form-submit{width:100%;padding:.9rem;background:var(--gold);color:var(--green-dark);border:none;border-radius:12px;font-size:.9rem;font-weight:700;letter-spacing:.02em;transition:all .3s var(--ease);cursor:pointer}.form-submit:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 20px #b4a57466}@media(max-width:800px){.contact-grid{grid-template-columns:1fr}}.footer{background:var(--bg-dark);color:#fff9;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo-text{color:var(--white)}.footer-brand .logo-text span{color:var(--gold)}.footer-brand p{margin-top:1rem;font-size:.85rem;line-height:1.7;max-width:300px}.footer h5{font-family:var(--font-display);font-size:1rem;color:var(--white);margin-bottom:1rem}.footer ul li{margin-bottom:.5rem}.footer ul li a{font-size:.85rem;color:#ffffff80;transition:color .3s}.footer ul li a:hover{color:var(--gold)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.78rem}.footer-bottom a{color:#fff6;transition:color .3s}.footer-bottom a:hover{color:var(--gold)}@media(max-width:700px){.footer-grid{grid-template-columns:1fr 1fr}}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;z-index:999;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;transition:all .3s var(--ease)}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36680}.whatsapp-float svg{width:28px;height:28px;color:#fff}.page-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 50%,var(--green-light) 100%);position:relative;overflow:hidden;color:var(--text-on-dark)}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(180,165,116,.15),transparent 50%),radial-gradient(circle at 80% 80%,rgba(180,165,116,.1),transparent 50%);pointer-events:none}.page-hero .container{position:relative;z-index:1}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--gold-light);margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb a{color:var(--gold-light);transition:color .3s}.breadcrumb a:hover{color:var(--gold)}.breadcrumb-sep{opacity:.5}.breadcrumb-current{color:var(--text-on-dark);opacity:.8}.page-title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:600;line-height:1.15;margin-bottom:1rem}.page-title em{color:var(--gold);font-style:italic;font-weight:400}.page-subtitle{font-size:1.15rem;max-width:700px;opacity:.9;line-height:1.7}.page-content{padding:var(--section-pad) 0}.content-grid{display:grid;grid-template-columns:1fr 320px;gap:4rem;align-items:start}@media(max-width:960px){.content-grid{grid-template-columns:1fr;gap:3rem}}.content-main h2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.1rem);color:var(--green);margin:2.5rem 0 1rem;line-height:1.25}.content-main h2:first-child{margin-top:0}.content-main h3{font-family:var(--font-display);font-size:1.35rem;color:var(--green-dark);margin:2rem 0 .75rem}.content-main p{color:var(--text);line-height:1.8;margin-bottom:1.25rem;font-size:1.02rem}.content-main strong{color:var(--green-dark);font-weight:600}.content-main ul{margin:1rem 0 1.5rem;padding-left:0}.content-main ul li{position:relative;padding:.5rem 0 .5rem 1.75rem;line-height:1.7}.content-main ul li:before{content:"";position:absolute;left:0;top:1.1rem;width:8px;height:8px;background:var(--gold);border-radius:50%}.info-box{background:linear-gradient(135deg,var(--bg-alt),var(--white));border-left:3px solid var(--gold);padding:1.75rem;margin:2rem 0;border-radius:8px;box-shadow:var(--shadow)}.info-box h3{margin-top:0;color:var(--green)}.price-highlight{display:inline-flex;align-items:baseline;gap:.75rem;background:var(--green);color:var(--text-on-dark);padding:1rem 1.75rem;border-radius:12px;margin:1.5rem 0;box-shadow:var(--shadow)}.price-highlight .pre{font-size:.9rem;opacity:.85}.price-highlight .amount{font-family:var(--font-display);font-size:1.8rem;font-weight:600;color:var(--gold-light)}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:2rem 0 2.5rem}.option-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s var(--ease);text-align:center;color:var(--text)}.option-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--gold)}.option-card .option-icon{width:48px;height:48px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--bg-alt),var(--white));border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold)}.option-card h4{font-family:var(--font-display);font-size:1.1rem;color:var(--green);margin-bottom:.5rem}.option-card p{font-size:.9rem;color:var(--text-light);line-height:1.5;margin:0}.content-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:960px){.content-sidebar{position:static}}.sidebar-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.75rem;box-shadow:var(--shadow)}.sidebar-card h4{font-family:var(--font-display);font-size:1.15rem;color:var(--green);margin-bottom:1rem}.sidebar-card.cta{background:linear-gradient(135deg,var(--green),var(--green-dark));color:var(--text-on-dark);border:none}.sidebar-card.cta h4{color:var(--gold-light)}.sidebar-card.cta p{opacity:.9;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.sidebar-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.25rem;background:var(--gold);color:var(--green-dark);border-radius:8px;font-weight:600;font-size:.9rem;transition:all .3s var(--ease);width:100%;justify-content:center}.sidebar-btn:hover{background:var(--gold-light);transform:translateY(-2px)}.sidebar-btn.outline{background:var(--bg-alt);color:var(--green)}.sidebar-btn.outline:hover{background:var(--green);color:var(--gold-light)}.sidebar-phone{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:var(--text-on-dark);font-size:1rem;font-weight:500;border-bottom:1px solid rgba(180,165,116,.2);transition:color .3s}.sidebar-phone:last-of-type{border-bottom:none}.sidebar-phone:hover{color:var(--gold-light)}.sidebar-phone svg{color:var(--gold);flex-shrink:0}.sidebar-nav-link{display:block;color:var(--text);padding:.4rem 0;font-size:.95rem;transition:color .3s,padding .3s}.sidebar-nav-link:hover{color:var(--green);padding-left:.25rem}.related-services{background:var(--bg-alt);padding:var(--section-pad) 0}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:2.5rem}.related-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:.85rem;transition:all .3s var(--ease);color:var(--text)}.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--gold);color:var(--green)}.related-card svg{color:var(--gold);flex-shrink:0}.related-card span{font-weight:500;font-size:.95rem}.mega-menu-trigger{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--text);padding:.5rem .75rem;border-radius:6px;transition:all .3s;cursor:pointer;background:none;border:none;font-family:inherit}.mega-menu-trigger:hover{color:var(--green);background:#b4a5741a}.mega-menu-trigger svg{transition:transform .3s}.mega-menu-trigger[aria-expanded=true] svg{transform:rotate(90deg)}.mega-menu-overlay{position:fixed;inset:0;background:#141914f5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:2000;display:none;overflow-y:auto;padding:5rem 2rem 3rem;animation:fadeIn .3s var(--ease)}.mega-menu-overlay.open{display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mega-menu-close{position:absolute;top:2rem;right:2rem;width:48px;height:48px;background:none;border:1px solid var(--gold);border-radius:50%;color:var(--gold-light);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.mega-menu-close:hover{background:var(--gold);color:var(--green-dark);transform:rotate(90deg)}.mega-menu-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(7,1fr);gap:2.5rem;color:var(--text-on-dark)}@media(max-width:1200px){.mega-menu-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media(max-width:768px){.mega-menu-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.mega-menu-grid{grid-template-columns:1fr;gap:1.25rem}}.mega-menu-group h3{font-family:var(--font-display);font-size:1.05rem;font-weight:500;color:var(--gold);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(180,165,116,.25);letter-spacing:.02em}.mega-menu-group ul{display:flex;flex-direction:column;gap:.5rem}.mega-menu-group a{color:#f0ede6d9;font-size:.95rem;font-weight:400;transition:all .3s;display:inline-block}.mega-menu-group a:hover{color:var(--gold-light);padding-left:.25rem}.mega-menu-group a.active{color:var(--gold);font-weight:500}.nav-menu-btn{display:inline-flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;color:var(--text);cursor:pointer;background:none;border:none;font-family:inherit;padding:.4rem .2rem;transition:color .3s}.nav-menu-btn:hover{color:var(--green)}.nav-menu-btn svg{color:var(--gold)}body.menu-open{overflow:hidden}.faq-list{display:flex;flex-direction:column;gap:.75rem;margin:2rem 0}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all .3s var(--ease)}.faq-item[open]{border-color:var(--gold);box-shadow:var(--shadow)}.faq-item summary{padding:1.25rem 1.5rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:background .3s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{background:var(--bg-alt)}.faq-q{font-family:var(--font-display);font-size:1.08rem;color:var(--green-dark);font-weight:500;line-height:1.4}.faq-toggle{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-alt);color:var(--gold);border-radius:50%;font-size:1.3rem;font-weight:300;transition:transform .3s var(--ease)}.faq-item[open] .faq-toggle{transform:rotate(45deg);background:var(--gold);color:var(--white)}.faq-a{padding:1rem 1.5rem 1.5rem;color:var(--text);line-height:1.75;font-size:.98rem;border-top:1px solid var(--border);margin-top:0}.faq-a strong{color:var(--green-dark);font-weight:600}.content-divider{border:none;height:1px;background:linear-gradient(to right,transparent,var(--border),transparent);margin:2.5rem 0}.page-hero{position:relative}.page-hero-image{position:absolute;inset:0;z-index:0;overflow:hidden}.page-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:.2;filter:grayscale(30%)}.page-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2a3428eb,#384634d9,#4a5e44cc)}.sidebar-card.cta h2,.sidebar-card.cta h3,.sidebar-card.cta h4{color:var(--gold-light)!important}.sidebar-card.cta p,.sidebar-card.cta span{color:var(--text-on-dark)!important}.sidebar-card.cta a{color:var(--text-on-dark)}.content-main{color:var(--text)}.content-main h2{color:var(--green)!important}.content-main h3{color:var(--green-dark)!important}.content-main p{color:var(--text)!important}.content-main strong{color:var(--green-dark)!important}.info-box{color:var(--text)}.info-box h3{color:var(--green)!important}.info-box li,.related-card,.related-card span{color:var(--text)!important}.related-card:hover span{color:var(--green)!important}.page-hero,.page-hero h1,.page-hero p{color:var(--text-on-dark)!important}.page-hero a{color:var(--gold-light)!important}.page-content .section-tag{color:var(--gold)!important}.page-content .section-title{color:var(--green)!important}.page-content .section-desc{color:var(--text-light)!important}.related-services .section-tag{color:var(--gold)!important}.related-services .section-title{color:var(--green)!important}.related-services .section-desc{color:var(--text-light)!important}.option-card h4{color:var(--green)!important}.option-card p{color:var(--text-light)!important}.faq-q{color:var(--green-dark)!important}.faq-a{color:var(--text)!important}.faq-a strong{color:var(--green-dark)!important}.sidebar-card:not(.cta) h4{color:var(--green)!important}.sidebar-card:not(.cta) p{color:var(--text-light)!important}.sidebar-nav-link{color:var(--text)!important}.sidebar-nav-link:hover{color:var(--green)!important}.legal-content{color:var(--text)!important}.legal-content h2{color:var(--green)!important}.legal-content h3{color:var(--green-dark)!important}.legal-content p{color:var(--text)!important}.page-hero-image img{opacity:.15}.header:not(.scrolled) .nav a,.header:not(.scrolled) .nav-menu-btn{color:var(--text-on-dark)!important}.header:not(.scrolled) .lang-switch a{color:var(--text-on-dark)!important;border-color:#ffffff4d!important}.header:not(.scrolled) .lang-switch a.active{background:#ffffff26!important;color:var(--text-on-dark)!important}.header:not(.scrolled) .header-cta{background:#ffffff1f!important;color:var(--text-on-dark)!important;border-color:#ffffff40!important}.header:not(.scrolled) .mobile-toggle span{background:var(--text-on-dark)!important}.header:not(.scrolled) .nav-menu-btn svg{color:var(--gold-light)!important}.header.scrolled .nav a,.header.scrolled .nav-menu-btn{color:var(--text)!important}.header.scrolled .header-cta{background:var(--green)!important;color:var(--text-on-dark)!important;border-color:var(--green)!important}.header.scrolled .lang-switch a{color:var(--text)!important;border-color:var(--border)!important}.header.scrolled .lang-switch a.active{background:var(--green)!important;color:var(--text-on-dark)!important}.header.scrolled .nav-menu-btn svg{color:var(--gold)!important}@media(max-width:768px){.header .nav{gap:.5rem}.header .nav a:not(.lang-switch a){font-size:.8rem}.header-cta{font-size:.75rem;padding:.4rem .8rem}.page-title{font-size:2rem!important;line-height:1.2}.page-subtitle{font-size:.95rem}.breadcrumb{font-size:.8rem}.content-grid{grid-template-columns:1fr!important;gap:2rem}.content-main{order:1}.content-sidebar{order:2}.options-grid{grid-template-columns:1fr!important}.info-box{padding:1.25rem}.faq-item summary{padding:1rem}.faq-q{font-size:.95rem}.faq-a{padding:0 1rem 1rem;font-size:.9rem}.related-grid{grid-template-columns:1fr!important}.contact-grid{grid-template-columns:1fr!important;gap:2rem}.mega-menu-grid{grid-template-columns:1fr!important;gap:1.5rem;padding:1rem;max-height:80vh;overflow-y:auto}.mega-menu-group h3{font-size:1rem}.mega-menu-group li a{font-size:.9rem;padding:.4rem 0}.section-pad{padding:3rem 0}.page-hero{padding:5rem 0 2rem}.sidebar-card{margin-bottom:1rem}.container{padding:0 1rem}}@media(max-width:480px){.page-title{font-size:1.6rem!important}.page-subtitle{font-size:.88rem}.header-cta{display:none}}@media(max-height:500px)and (orientation:landscape){.page-hero{padding:4rem 0 1.5rem;min-height:auto}}.kontakt-team-img{max-height:380px;width:auto;max-width:600px;object-fit:cover;object-position:center 35%;border-radius:16px;box-shadow:var(--shadow);margin:0 auto;display:block}@media(max-width:768px){.kontakt-team-img{max-width:100%;max-height:300px}}.kontakt-3col{display:grid;grid-template-columns:280px 1fr 1fr;gap:2.5rem;position:relative;z-index:2;align-items:start}.kontakt-foto{border-radius:16px;overflow:hidden;box-shadow:0 8px 40px #00000040;border:2px solid rgba(255,255,255,.1)}.kontakt-foto img{width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center 20%;display:block}.kontakt-info h2{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.8rem}@media(max-width:1024px){.kontakt-3col{grid-template-columns:1fr 1fr}.kontakt-foto{grid-column:1 / -1;max-height:300px}.kontakt-foto img{min-height:300px;object-position:center 35%}}@media(max-width:768px){.kontakt-3col{grid-template-columns:1fr;gap:2rem}.kontakt-foto{max-height:280px}.kontakt-foto img{min-height:280px}}.about-visual{background:transparent!important}.about-visual img{border-radius:24px}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:420px}.hero-team-photo{position:absolute;right:0;bottom:0;width:100%;height:110%;object-fit:contain;object-position:right bottom;z-index:1;pointer-events:none;filter:drop-shadow(0 8px 30px rgba(0,0,0,.3))}.hero-glass-card{position:relative;z-index:5;margin-right:auto;margin-top:auto}@media(max-width:1100px){.hero-team-photo{width:90%;height:100%;right:-10%}.hero-visual{min-height:360px}}@media(max-width:900px){.hero-team-photo{display:none}.hero-visual{min-height:auto}}.hero{position:relative;overflow:hidden}.hero-team-bg{position:absolute;right:-2%;bottom:0;z-index:2;width:55%;max-width:650px;height:95%;pointer-events:none;display:flex;align-items:flex-end;justify-content:flex-end}.hero-team-bg img{width:100%;height:100%;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 8px 30px rgba(0,0,0,.35))}.hero-content{position:relative;z-index:5}.hero-glass-card{position:relative;z-index:10}@media(max-width:1100px){.hero-team-bg{width:45%;right:-2%;opacity:.8}}@media(max-width:900px){.hero-team-bg{display:none}}.about-grid{direction:ltr}.about-visual{order:1;background:transparent!important}.about-visual img{border-radius:20px;width:100%;height:100%;object-fit:cover}.about-grid>div:not(.about-visual){order:2}.logo-img{height:44px;width:auto;object-fit:contain}.logo-icon,.logo-text{display:none!important}@media(max-width:768px){.logo-img{height:36px}}@media(max-width:480px){.logo-img{height:30px}}.footer{background:linear-gradient(135deg,#2a3428,#384634,#49363d)!important;color:var(--white)!important}.footer h5,.footer .logo-text{color:var(--white)!important}.footer p,.footer ul li a,.footer-brand p{color:#ffffffd9!important}.footer ul li a:hover{color:var(--gold)!important}.footer-bottom{border-top-color:#ffffff26!important;background:var(--green-dark)!important;color:#fff9!important;padding:1.2rem 0!important}.footer-bottom a{color:#ffffff80!important}.footer-bottom a:hover{color:var(--gold)!important}.pricing-price,.package-price{font-size:1.5rem!important}.content-image{margin:1.5rem 0;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.06)}.content-image img{width:100%;max-height:450px;object-fit:cover;object-position:center;display:block}.content-image figcaption{padding:.5rem 1rem;background:#f8f7f3;font-size:.82rem;color:#6b6b6b;font-style:italic;border-top:1px solid rgba(0,0,0,.06)}@media(max-width:768px){.content-image img{max-height:300px}}.content-image img[src*="/images/team/friedhof-bank"],.content-image img[src*="/images/team/grabpflege"],.content-image img[src*="/images/team/buero-arbeit"]{max-height:600px;object-fit:contain;background:#f8f7f3}.content-image img[src*="/images/team/beratung"],.content-image img[src*="/images/team/team-"],.content-image img[src*="/images/team/fahrzeug"]{max-height:450px;object-fit:cover;object-position:center}
