:root{--brand: #870E12;--brand-dark: #6a0a0d;--dark: #2D3436;--dark-80: rgba(45, 52, 54, .92);--light-bg: #f7f4f0;--white: #ffffff;--text: #1a1a1a;--text-muted: #5a5a5a;--border: #ddd;--gold: #c9962e;--site-max: 1120px;--site-gutter: clamp(20px, 5vw, 56px);--section-y: clamp(64px, 9vw, 110px);font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text);background:var(--white);scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}address{font-style:normal}ul{padding-left:0;list-style:none;margin:0}.container{max-width:var(--site-max);margin-inline:auto;padding-inline:var(--site-gutter)}.section{padding-block:var(--section-y)}.section-light{background:var(--light-bg)}.section-dark{background:var(--dark);color:var(--white)}.section-white{background:var(--white)}h1,h2,h3{margin:0;line-height:1.15}h2{font-size:clamp(28px,4vw,46px);font-weight:700;margin-bottom:1rem;letter-spacing:-.01em}h3{font-size:clamp(18px,2vw,22px);font-weight:700;margin-bottom:.5rem}p{margin:0 0 1rem;line-height:1.65;font-size:1rem}p:last-child{margin-bottom:0}.section-eyebrow{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin:0 0 .6rem}.section-eyebrow--light{color:#e8a0a2}.section-title--light{color:var(--white)}.section-intro{max-width:680px;font-size:1.05rem;color:var(--text-muted);margin-bottom:2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:700;font-size:.95rem;border-radius:4px;padding:13px 26px;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .1s;border:2px solid transparent;text-decoration:none;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:var(--brand);color:var(--white);border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.btn-outline{background:transparent;color:var(--white);border-color:#fff9}.btn-outline:hover{background:#ffffff1a;border-color:var(--white)}.btn-lg{padding:16px 32px;font-size:1rem}.btn-sm{padding:9px 18px;font-size:.875rem}.btn-block{width:100%}.btn:disabled{opacity:.55;cursor:not-allowed}.scarcity-bar{background:var(--brand);color:var(--white);font-size:14px;font-weight:600;padding:10px 0;text-align:center}.scarcity-inner{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.scarcity-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#ffd600;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.scarcity-sep{opacity:.6}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);padding-block:14px}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.header-logo img{height:44px;width:auto}.header-contact{display:flex;align-items:center;gap:18px}.header-phone{display:flex;align-items:center;gap:6px;font-weight:700;font-size:.9rem;color:var(--dark)}.header-phone:hover{color:var(--brand)}@media(max-width:520px){.header-phone{display:none}}.hero-section{position:relative;min-height:520px;display:flex;align-items:flex-end;overflow:hidden}@media(min-width:768px){.hero-section{min-height:640px}}.hero-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center 60%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#140a0ad1,#140a0a8c 45%,#140a0a40)}.hero-content{position:relative;z-index:2;padding-block:clamp(40px,7vw,90px);color:var(--white)}.hero-eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#e8a0a2;margin:0 0 .6rem}.hero-headline{font-size:clamp(32px,6vw,68px);font-weight:800;line-height:1.08;letter-spacing:-.02em;margin:0 0 1rem}.hero-sub{font-size:clamp(15px,2vw,18px);line-height:1.6;opacity:.9;max-width:560px;margin-bottom:2rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:2rem}.hero-trust{display:flex;gap:10px;flex-wrap:wrap}.trust-chip{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:var(--white);font-size:13px;font-weight:600;padding:5px 12px;border-radius:100px}.problem-grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.problem-grid{grid-template-columns:1fr 1fr;gap:4rem}}.problem-text h2{margin-bottom:1.2rem}.problem-text p{color:var(--text-muted)}.problem-text .btn{margin-top:1rem}.problem-img img{width:100%;border-radius:8px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 40px #0000001f}.usp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2.5rem}.usp-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:1.75rem}.usp-icon{font-size:2.2rem;display:block;margin-bottom:.8rem}.usp-card h3{color:var(--white);margin-bottom:.4rem;font-size:1rem}.usp-card p{color:#ffffffb3;font-size:.9rem;margin:0}.project-grid{display:grid;gap:2rem}@media(min-width:768px){.project-grid{grid-template-columns:1fr 1fr}}.project-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--white);box-shadow:0 4px 20px #00000012}.project-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.project-card-body{padding:1.75rem}.project-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--brand);color:var(--white);padding:3px 10px;border-radius:3px;margin-bottom:.8rem}.project-badge--gold{background:var(--gold)}.project-card h3{margin-bottom:1rem}.project-features{margin:0 0 1.4rem;display:grid;gap:.4rem}.project-features li{font-size:.9rem;color:var(--text-muted);padding-left:1.2em;position:relative}.project-features li:before{content:"✓";position:absolute;left:0;color:var(--brand);font-weight:700}.project-price{display:flex;align-items:baseline;gap:6px;margin-bottom:1rem}.price-from{font-size:14px;color:var(--text-muted)}.price-amount{font-size:clamp(22px,3vw,30px);font-weight:800;color:var(--brand)}.foerderung-banner{margin-top:2.5rem;background:#fff8e1;border:1px solid #f7d060;border-radius:8px;padding:1.2rem 1.5rem;display:flex;align-items:flex-start;gap:14px;font-size:.95rem}.foerderung-icon{font-size:1.6rem;flex-shrink:0;line-height:1}.haustyp-block{margin-bottom:3.5rem;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000f}.haustyp-header{display:flex;align-items:center;gap:14px;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:2px solid var(--light-bg)}.haustyp-icon{font-size:2.2rem;flex-shrink:0;line-height:1}.haustyp-title{font-size:clamp(20px,2.5vw,26px);font-weight:800;color:var(--dark);margin:0 0 .2rem}.haustyp-meta{font-size:.9rem;color:var(--text-muted);margin:0}.haustyp-meta strong{color:var(--brand)}.haustyp-img-wrap img{width:100%;border-radius:8px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 6px 24px #0000001a}.haustyp-features-wrap{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.haustyp-features-wrap .project-features{margin:0}.price-table-wrap{margin:2.5rem 0;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000f}.price-table-title{font-size:clamp(18px,2.5vw,22px);font-weight:800;color:var(--dark);margin:0 0 1.5rem}.price-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.price-table{width:100%;border-collapse:collapse;min-width:520px}.price-table thead tr{background:var(--brand);color:var(--white)}.price-table thead th{padding:14px 18px;text-align:left;font-size:.9rem;font-weight:700;letter-spacing:.04em}.price-table thead th:first-child{border-radius:6px 0 0;width:25%}.price-table thead th:last-child{border-radius:0 6px 0 0}.ausbau-icon{margin-right:6px}.price-table tbody tr{border-bottom:1px solid var(--border)}.price-table tbody tr:last-child{border-bottom:none}.price-table tbody tr:hover{background:#fafafa}.price-table td{padding:16px 18px;vertical-align:top}.pt-type{font-weight:700;color:var(--dark);font-size:1rem;white-space:nowrap}.pt-type-icon{margin-right:8px}.pt-price-cell{display:flex;flex-direction:column;gap:4px}.pt-price-cell--highlight{background:#fff8f8}.pt-price{font-size:clamp(18px,2.5vw,22px);font-weight:800;color:var(--brand)}.pt-note{font-size:.85rem;color:var(--text-muted)}.pt-save{font-size:.8rem;font-weight:700;color:#1a7a3c;background:#e8f5e9;border-radius:3px;padding:2px 7px;display:inline-block;margin-top:2px;width:fit-content}.foerderung-box{background:linear-gradient(135deg,#fffbea,#fff8d6);border:2px solid #f0c832;border-radius:12px;padding:2rem 2.25rem;margin-top:2.5rem}.foerderung-box-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:1rem}.foerderung-box-icon{font-size:2rem;flex-shrink:0;line-height:1;margin-top:2px}.foerderung-box-header h3{font-size:clamp(17px,2.2vw,21px);font-weight:800;color:#7a5300;margin:0;line-height:1.25}.foerderung-box-intro{color:#5a4000;font-size:.95rem;line-height:1.65;margin:0 0 1.5rem}.foerderung-checklist{display:grid;gap:.9rem;margin:0 0 1.75rem;padding:0;list-style:none}.foerderung-checklist li{display:flex;align-items:flex-start;gap:12px;font-size:.93rem;color:#4a3500;line-height:1.55}.foerderung-check{flex-shrink:0;width:22px;height:22px;background:var(--brand);color:var(--white);border-radius:50%;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:1px}.foerderung-checklist strong{color:#5a3a00}.foerderung-cta{text-align:center}@media(max-width:600px){.foerderung-cta .btn{width:100%;font-size:.9rem;padding:14px 20px}}.wizard-wrap{margin:2.5rem 0;background:var(--white);border:2px solid var(--brand);border-radius:14px;overflow:hidden;box-shadow:0 8px 32px #870e121a}.wizard-header{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);color:var(--white);padding:2rem 2rem 1.5rem}.wizard-header .section-eyebrow{color:#ffffffb3;margin:0 0 .3rem}.wizard-title{font-size:clamp(18px,2.5vw,24px);font-weight:800;color:var(--white);margin:0 0 .4rem}.wizard-subtitle{font-size:.9rem;color:#fffc;margin:0 0 1.2rem}.wizard-progress-bar{width:100%;height:6px;background:#ffffff40;border-radius:3px;overflow:hidden;margin-bottom:.6rem}.wizard-progress-fill{height:100%;background:var(--white);border-radius:3px;transition:width .35s ease}.wizard-step-count{font-size:12px;color:#ffffffa6;margin:0;font-weight:600;letter-spacing:.04em}.wizard-question,.wizard-lead{padding:2rem}.wizard-q-title{font-size:clamp(16px,2vw,18px);font-weight:700;color:var(--dark);margin:0 0 1.4rem;line-height:1.4}.wizard-options{display:grid;gap:.75rem}@media(min-width:580px){.wizard-options{grid-template-columns:1fr 1fr}}.wizard-option{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:1.1rem 1.3rem;border:2px solid var(--border);border-radius:8px;background:var(--white);cursor:pointer;transition:border-color .18s,background .18s,transform .12s;text-align:left;font-family:inherit}.wizard-option:hover{border-color:var(--brand);background:#fff5f5;transform:translateY(-1px)}.wizard-option--selected{border-color:var(--brand);background:#fff0f0}.wizard-option-label{font-size:1rem;font-weight:700;color:var(--dark)}.wizard-option--selected .wizard-option-label{color:var(--brand)}.wizard-option-sub{font-size:.82rem;color:var(--text-muted);line-height:1.4}.wizard-lead-form{display:flex;flex-direction:column;gap:1rem}.wizard-success{padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.8rem}.wizard-success-icon{font-size:3rem;display:block}.wizard-success h3{color:var(--brand);font-size:1.4rem;margin:0}.wizard-success p{color:var(--text-muted);max-width:400px;margin:0}.galerie-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:2rem;overflow:hidden}@media(max-width:640px){.galerie-grid{grid-template-columns:1fr}}.galerie-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.lage-grid{display:grid;gap:3rem;align-items:start;margin-top:2rem}@media(min-width:768px){.lage-grid{grid-template-columns:1fr 1fr}}.lage-text p{color:var(--text-muted)}.lage-list{display:grid;gap:.5rem;margin:1rem 0 1.5rem}.lage-list li{font-size:.95rem}.lage-address-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:2rem;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;gap:.8rem}.address-pin{font-size:2.5rem}.lage-address-card strong{font-size:1.05rem;color:var(--dark)}.lage-address-card address{color:var(--text-muted);line-height:1.7}.maps-link{display:inline-flex;align-items:center;font-size:.9rem;font-weight:700;color:var(--brand);margin-top:.5rem}.maps-link:hover{text-decoration:underline}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin:2.5rem 0;text-align:center}.trust-stat{display:flex;flex-direction:column;align-items:center;gap:6px}.trust-number{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--brand);line-height:1}.trust-label{font-size:.85rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:.05em}.trust-text{max-width:720px;margin-top:1rem}.trust-text p{color:#fffc}.anfrage-section{border-top:4px solid var(--brand)}.anfrage-grid{display:grid;gap:3rem;align-items:start}@media(min-width:820px){.anfrage-grid{grid-template-columns:1fr 1.1fr}}.anfrage-text h2{margin-bottom:1rem}.anfrage-text>p{color:var(--text-muted)}.anfrage-contact-links{display:flex;flex-direction:column;gap:.8rem;margin-top:1.8rem}.contact-item{display:flex;align-items:center;gap:10px;font-weight:600;font-size:.95rem;color:var(--dark)}.contact-item:hover{color:var(--brand)}.contact-icon{font-size:1.1rem}.anfrage-form-wrap{background:var(--light-bg);border-radius:10px;padding:2rem;border:1px solid var(--border)}.anfrage-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;gap:1rem}.form-row-2{grid-template-columns:1fr 1fr}@media(max-width:520px){.form-row-2{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:13px;font-weight:700;color:var(--dark)}.req{color:var(--brand)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:5px;font:inherit;font-size:.95rem;background:var(--white);color:var(--text);transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #870e121a}.form-group textarea{resize:vertical}.form-check{margin-bottom:8px}.form-check-label{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--dark);line-height:1.5;cursor:pointer}.form-check-label input[type=checkbox]{flex-shrink:0;width:16px;height:16px;margin-top:2px;accent-color:var(--brand);cursor:pointer}.form-privacy{font-size:12px;color:var(--text-muted);line-height:1.5}.form-privacy a{color:var(--brand);text-decoration:underline}.form-error{background:#fff0f0;border:1px solid #f5c6c6;color:#8b1a1a;padding:10px 14px;border-radius:5px;font-size:.9rem}.form-success{text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:.8rem}.success-icon{font-size:2.5rem}.form-success h3{color:var(--brand);font-size:1.3rem}.form-success p{color:var(--text-muted)}.site-footer{background:var(--dark);color:#fffc;padding-top:3rem}.footer-inner{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:flex-start;padding-bottom:2.5rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand img{filter:brightness(0) invert(1);opacity:.85}.footer-address{font-size:.875rem;color:#fff9;line-height:1.7}.footer-address a{color:#ffffffb3}.footer-address a:hover{color:var(--white)}.footer-nav{display:flex;flex-direction:column;gap:.7rem}.footer-nav a{font-size:.875rem;color:#ffffffa6}.footer-nav a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:1rem;text-align:center;font-size:12px;color:#fff6}.legal-page{padding:56px 0 80px}.legal-content{max-width:760px;margin-inline:auto;padding-inline:var(--site-gutter)}.legal-page h1{font-size:clamp(32px,6vw,56px);margin-bottom:2rem}.legal-page h2{font-size:1.2rem;margin:2rem 0 .5rem}.legal-page p{color:var(--text-muted);font-size:.95rem}.legal-page a{color:var(--brand);text-decoration:underline}.back-link{display:inline-flex;align-items:center;font-size:.875rem;font-weight:700;color:var(--brand);margin-bottom:2rem;text-decoration:none}.back-link:hover{text-decoration:underline}.legal-note{font-size:13px;color:var(--text-muted);margin-top:2rem;font-style:italic}.consent-shell{position:fixed;right:20px;bottom:20px;z-index:50;width:min(440px,calc(100vw - 40px))}.consent-panel{display:grid;gap:16px;padding:18px;border:1px solid #d1d5db;border-radius:8px;background:#fff;box-shadow:0 18px 60px #1118272e}.consent-title{margin:0 0 6px;font-size:18px;font-weight:800}.consent-copy{margin:0;font-size:14px;line-height:1.5;color:#374151}.consent-options{display:grid;gap:8px}.consent-option{display:flex;gap:10px;align-items:center;font-size:14px}.consent-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.consent-actions button,.consent-manage{border:1px solid #111827;border-radius:6px;background:#111827;color:#fff;padding:10px 12px;cursor:pointer;font:inherit}.consent-actions button:first-child{background:#fff;color:#111827}.consent-manage{float:right}.consent-placeholder{padding:18px;border:1px dashed #6b7280;border-radius:8px;background:#f9fafb}.consent-placeholder p{margin:6px 0 0;font-size:15px}.consent-placeholder button{margin-top:12px;border:1px solid #111827;border-radius:6px;background:#111827;color:#fff;padding:10px 12px;cursor:pointer;font:inherit}@media(max-width:520px){.consent-shell{right:12px;bottom:12px;width:calc(100vw - 24px)}.consent-actions{justify-content:stretch}.consent-actions button{flex:1 1 100%}}
