:root{--clr-primary: #1a5276;--clr-primary-light: #2980b9;--clr-primary-dark: #0d3446;--clr-accent: #e67e22;--clr-accent-light: #f0b27a;--clr-gray: #5d6d7e;--clr-gray-light: #eaecee;--clr-gray-lighter: #f5f6f7;--clr-warm: #fafaf9;--clr-beige: #fdf2e9;--clr-danger: #c0392b;--clr-success: #27ae60;--radius: 8px;--shadow: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.7;color:#222;background:var(--clr-warm)}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.page-content{padding:2rem 0}.prose h1{font-size:2.1rem;font-weight:700;color:var(--clr-primary-dark);margin-bottom:1rem;line-height:1.25}.prose h2{font-size:1.5rem;font-weight:700;color:var(--clr-primary);margin:2rem 0 .75rem}.prose h3{font-size:1.2rem;font-weight:600;color:var(--clr-primary);margin:1.5rem 0 .5rem}.prose p{margin-bottom:1rem}.prose ul,.prose ol{margin:0 0 1.25rem 1.5rem}.prose li{margin-bottom:.35rem}.prose a{color:var(--clr-primary-light);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--clr-primary)}.prose address{font-style:normal;margin:1rem 0;line-height:1.6}.prose details{margin-bottom:.75rem}.prose summary{cursor:pointer;font-weight:600;color:var(--clr-primary);padding:.3rem 0}.site-header{background:#fff;border-bottom:1px solid var(--clr-gray-light);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1rem}.header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:.95rem;color:var(--clr-primary-dark);flex-shrink:0}.header-logo svg{flex-shrink:0}.desktop-nav{display:flex;gap:.2rem;flex-wrap:wrap;justify-content:center}.desktop-nav a{padding:.4rem .6rem;text-decoration:none;color:var(--clr-gray);font-size:.9rem;font-weight:500;border-radius:var(--radius);white-space:nowrap}.desktop-nav a:hover{background:var(--clr-gray-lighter);color:var(--clr-primary)}.header-contact{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-phone{font-weight:600;color:var(--clr-primary);text-decoration:none;font-size:.9rem}.header-phone:hover{color:var(--clr-primary-light)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:2.5px;background:var(--clr-primary-dark);border-radius:2px}.mobile-nav-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:200}.mobile-nav-panel{position:fixed;right:0;top:0;bottom:0;width:280px;background:#fff;padding:1.5rem;overflow-y:auto;box-shadow:-4px 0 16px #0000001a}.mobile-nav-panel a{display:block;padding:.6rem 0;text-decoration:none;color:var(--clr-primary-dark);font-size:1.05rem;font-weight:500;border-bottom:1px solid var(--clr-gray-light)}.mobile-nav-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;font-size:1.8rem;cursor:pointer;color:var(--clr-gray);line-height:1}@media(max-width:860px){.desktop-nav{display:none}.hamburger{display:flex}}.site-footer{background:var(--clr-primary-dark);color:#ffffffd9;padding:3rem 0 1.5rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-col h4{color:#fff;font-size:1rem;margin-bottom:.75rem;font-weight:600}.footer-col a{display:block;color:#ffffffb3;text-decoration:none;padding:.2rem 0;font-size:.9rem}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;font-size:.82rem;color:#ffffff8c}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin:1.25rem 0}.card{background:#fff;border:1px solid var(--clr-gray-light);border-radius:var(--radius);padding:1.25rem;text-decoration:none;color:var(--clr-primary-dark);font-weight:500;box-shadow:var(--shadow);transition:box-shadow .15s}.card:hover{box-shadow:var(--shadow-md);border-color:var(--clr-primary-light)}.card h3{font-size:1.05rem;margin-bottom:.35rem;color:var(--clr-primary)}.card p{font-size:.9rem;color:var(--clr-gray);margin:0}.compare-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:1.25rem 0}.compare-card{background:#fff;border:1px solid var(--clr-gray-light);border-radius:var(--radius);padding:1.25rem}.compare-card h3{color:var(--clr-primary);margin-bottom:.5rem}.info-box{background:#eaf2f8;border-left:4px solid var(--clr-primary-light);padding:.9rem 1.1rem;margin:1rem 0;border-radius:0 var(--radius) var(--radius) 0;font-size:.95rem}.warn-box{background:#fef9e7;border-left:4px solid var(--clr-accent);padding:.9rem 1.1rem;margin:1rem 0;border-radius:0 var(--radius) var(--radius) 0;font-size:.95rem}.disclaimer-block{background:var(--clr-gray-lighter);border:1px solid var(--clr-gray-light);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:var(--radius);font-size:.9rem;color:var(--clr-gray)}.hero{padding:2.5rem 0;text-align:center}.hero-eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--clr-accent);font-weight:600;margin-bottom:.5rem}.hero h1{font-size:2.4rem;font-weight:800;line-height:1.2;margin-bottom:.75rem}.hero-subtitle{font-size:1.1rem;color:var(--clr-gray);max-width:700px;margin:0 auto 1.5rem}.hero-cta-group{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.hero-cta-primary{display:inline-block;background:var(--clr-primary);color:#fff;padding:.75rem 1.75rem;border-radius:var(--radius);text-decoration:none;font-weight:600;font-size:1rem;border:none;cursor:pointer}.hero-cta-primary:hover{background:var(--clr-primary-light)}.hero-cta-secondary{display:inline-block;background:#fff;color:var(--clr-primary);padding:.75rem 1.75rem;border-radius:var(--radius);text-decoration:none;font-weight:600;font-size:1rem;border:1px solid var(--clr-primary)}.hero-cta-secondary:hover{background:var(--clr-gray-lighter)}.hero-micro{font-size:.82rem;color:var(--clr-gray);max-width:650px;margin:0 auto .75rem}.hero-steps{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin:1.25rem 0}.hero-step{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}.hero-step-num{background:var(--clr-accent);color:#fff;width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.hero-discreet{font-size:.78rem;color:var(--clr-gray);margin-top:1rem}.section{padding:2rem 0;border-top:1px solid var(--clr-gray-light)}.section h2{font-size:1.6rem;font-weight:700;color:var(--clr-primary);margin-bottom:1rem}.checklist{list-style:none;margin-left:0!important;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.5rem 1.5rem}.checklist li{padding-left:1.5rem;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--clr-success);font-weight:700}.process-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.process-step{background:#fff;padding:1.25rem;border-radius:var(--radius);border:1px solid var(--clr-gray-light)}.process-step-num{background:var(--clr-primary);color:#fff;width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;margin-bottom:.5rem}.process-step h3{font-size:1rem;margin:.25rem 0 .35rem;color:var(--clr-primary)}.process-step p{font-size:.9rem;color:var(--clr-gray);margin:0}.faq-list details{border-bottom:1px solid var(--clr-gray-light);padding:.75rem 0}.faq-list summary{font-weight:600;font-size:1.02rem}.faq-list p{padding:.5rem 0 .5rem 1rem;font-size:.95rem;color:var(--clr-gray)}.cta-section{text-align:center;padding:2.5rem 0;background:linear-gradient(135deg,var(--clr-primary-dark),var(--clr-primary));color:#fff;border-radius:var(--radius);margin:2rem 0}.cta-section h2,.cta-section p{color:#fff}.cta-section .hero-cta-primary{background:var(--clr-accent);margin-top:.75rem}.cta-section .hero-cta-primary:hover{background:var(--clr-accent-light)}.contact-form{max-width:680px}.form-group{margin-bottom:1.25rem}.form-group label,.form-group legend{display:block;font-weight:600;font-size:.95rem;margin-bottom:.3rem}.form-group input:not([type=checkbox]):not([type=radio]),.form-group select,.form-group textarea{width:100%;padding:.65rem .8rem;border:1px solid #ccc;border-radius:var(--radius);font-size:.95rem;font-family:inherit}.form-group textarea{resize:vertical}.form-group .field-hint{font-size:.82rem;color:var(--clr-gray);margin-top:.25rem}.required{color:var(--clr-danger)}.optional{color:var(--clr-gray);font-weight:400;font-size:.85rem}.checkbox-group label{display:flex;align-items:flex-start;gap:.5rem;font-weight:400!important;font-size:.93rem}.checkbox-group input[type=checkbox]{margin-top:.25rem;flex-shrink:0;width:16px;height:16px}.radio-group{display:flex;flex-direction:column;gap:.35rem}.radio-label{display:flex;align-items:center;gap:.4rem;font-weight:400!important}.form-submit-group{margin-top:1.5rem}.form-submit-btn{width:100%;padding:.85rem!important;font-size:1.05rem!important}.form-submit-note{font-size:.82rem;color:var(--clr-gray);margin-top:.5rem;text-align:center}.form-success{background:#e8f8f0;border:1px solid var(--clr-success);padding:1rem;border-radius:var(--radius);color:var(--clr-success);font-weight:500;margin-bottom:1rem}.form-error{background:#fdedec;border:1px solid var(--clr-danger);padding:1rem;border-radius:var(--radius);color:var(--clr-danger);font-weight:500;margin-bottom:1rem}.field-error,.field-invalid{border-color:var(--clr-danger)!important}.field-error::placeholder{color:var(--clr-danger)}.impressum-address{line-height:1.7}.agb-date,.datenschutz-date{font-size:.85rem;color:var(--clr-gray);font-style:italic}hr{border:none;border-top:1px solid var(--clr-gray-light);margin:2rem 0}@media(max-width:600px){.hero h1{font-size:1.7rem}.hero-subtitle{font-size:1rem}.card-grid,.compare-grid,.checklist,.process-grid{grid-template-columns:1fr}.header-logo{font-size:.82rem}.header-logo svg{width:28px;height:28px}}
