*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--orange: #E8930C;--orange-dark: #c67d0a;--orange-light: #fdf3e0;--dark: #1a1a1a;--gray: #555;--gray-light: #888;--light-bg: #f7f7f7;--white: #ffffff;--radius: 8px;--shadow: 0 2px 20px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.12);--transition: .25s ease}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.7;color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--orange);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--orange-dark)}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-block;font-weight:600;font-size:.95rem;letter-spacing:.02em;border-radius:var(--radius);padding:12px 28px;transition:all var(--transition);cursor:pointer;border:2px solid transparent;text-align:center}.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);color:var(--white)}.btn-outline{background:transparent;color:var(--orange);border-color:var(--orange)}.btn-outline:hover{background:var(--orange);color:var(--white)}.btn-white{background:var(--white);color:var(--orange);border-color:var(--white)}.btn-white:hover{background:var(--orange-light);border-color:var(--orange-light)}.btn-lg{padding:16px 36px;font-size:1.05rem;text-transform:uppercase;letter-spacing:.05em}.site-header{position:sticky;top:0;z-index:100;background:var(--white);box-shadow:0 1px 8px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px;gap:32px}.logo-img{height:44px;width:auto}.nav-list{display:flex;gap:8px;align-items:center}.nav-list>li>a{display:flex;align-items:center;gap:5px;padding:8px 16px;font-size:.93rem;font-weight:500;color:var(--dark);border-radius:var(--radius);transition:all var(--transition)}.nav-list>li>a:hover{color:var(--orange);background:var(--orange-light)}.nav-list>li>a svg{transition:transform var(--transition)}.has-dropdown{position:relative}.dropdown{position:absolute;top:100%;left:0;min-width:220px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all var(--transition)}.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.has-dropdown:hover>a svg{transform:rotate(180deg)}.dropdown li a{display:block;padding:10px 20px;font-size:.9rem;color:var(--dark)}.dropdown li a:hover{background:var(--orange-light);color:var(--orange)}.nav-cta{white-space:nowrap}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.mobile-toggle span{display:block;width:24px;height:2px;background:var(--dark);border-radius:2px;transition:all var(--transition)}.hero{padding:60px 0 40px;background:var(--white)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero h1{font-size:3.2rem;font-weight:800;line-height:1.15;color:var(--dark);margin-bottom:20px}.hero-sub{font-size:1.1rem;color:var(--gray);line-height:1.7;margin-bottom:32px}.hero-image img{border-radius:12px;box-shadow:var(--shadow-lg)}.trust-bar{padding:40px 0;background:var(--light-bg);border-top:1px solid #eee;border-bottom:1px solid #eee}.trust-label{text-align:center;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-light);margin-bottom:24px}.trust-logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.trust-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;transition:all var(--transition)}.trust-item img{height:48px;width:auto;filter:grayscale(100%) opacity(.6);transition:all var(--transition)}.trust-item:hover img{filter:grayscale(0%) opacity(1)}.trust-item span{font-size:.75rem;font-weight:500;color:var(--gray-light);transition:color var(--transition)}.trust-item:hover span{color:var(--orange)}@media(max-width:900px){.trust-logos{gap:24px}.trust-item img{height:40px}}@media(max-width:480px){.trust-bar{padding:28px 0}.trust-logos{gap:16px}.trust-item img{height:36px}.trust-item span{font-size:.7rem}}.feature-section{padding:80px 0}.feature-section:nth-child(2n){background:var(--light-bg)}.feature-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-reverse .feature-inner{direction:rtl}.feature-reverse .feature-inner>*{direction:ltr}.feature-accent{width:60px;height:4px;background:var(--orange);border-radius:2px;margin-bottom:20px}.feature-text h2{font-size:1.9rem;font-weight:700;line-height:1.3;margin-bottom:16px;color:var(--dark)}.feature-text p{color:var(--gray);margin-bottom:12px;font-size:1rem}.feature-image img{border-radius:12px;box-shadow:var(--shadow)}.cta-banner{background:var(--orange);padding:80px 0;text-align:center}.cta-inner h2{font-size:2.2rem;font-weight:700;color:var(--white);margin-bottom:16px}.cta-inner p{color:#ffffffe6;font-size:1.1rem;max-width:640px;margin:0 auto 32px;line-height:1.7}.products-section{padding:100px 0;background:var(--light-bg)}.section-title{text-align:center;font-size:2.2rem;font-weight:700;margin-bottom:8px}.section-subtitle{text-align:center;color:var(--gray);font-size:1.05rem;margin-bottom:48px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.product-card{background:var(--white);border-radius:16px;padding:40px;box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-badge{display:inline-block;background:var(--orange-light);color:var(--orange);font-size:.8rem;font-weight:600;padding:6px 14px;border-radius:20px;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}.badge-blue{background:#e0f0ff;color:#2a7de1}.product-card img{width:100%;height:220px;object-fit:contain;border-radius:var(--radius);margin:0 auto 24px}.product-card h3{font-size:1.5rem;font-weight:700;margin-bottom:12px}.product-card p{color:var(--gray);font-size:.95rem;margin-bottom:20px}.product-card-model{font-size:.82rem!important;font-weight:500;color:var(--gray-light)!important;margin-bottom:8px!important;letter-spacing:.02em}.usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.usp-item{text-align:center;padding:28px 16px;background:var(--white);border-radius:12px;box-shadow:var(--shadow)}.usp-value{display:block;font-size:1.6rem;font-weight:800;color:var(--orange);margin-bottom:6px}.usp-label{display:block;font-size:.85rem;color:var(--gray);font-weight:500}.product-features{margin-bottom:28px}.product-features li{position:relative;padding-left:24px;margin-bottom:8px;font-size:.93rem;color:var(--gray)}.product-features li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--orange)}.badge-blue+img~.product-features li:before{background:#2a7de1}.partner-cta{padding:100px 0}.partner-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.partner-text h2{font-size:2rem;font-weight:700;margin-bottom:16px}.partner-text p{color:var(--gray);margin-bottom:24px}.partner-benefits{margin-bottom:32px}.partner-benefits li{position:relative;padding-left:28px;margin-bottom:10px;color:var(--gray)}.partner-benefits li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:700}.partner-image img{border-radius:12px;box-shadow:var(--shadow)}.site-footer{background:var(--dark);color:#ffffffbf;padding-top:64px}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{height:36px;margin-bottom:16px;filter:brightness(0) invert(1)}.footer-brand p{font-size:.9rem;line-height:1.6}.footer-col h4{color:var(--white);font-size:1rem;font-weight:600;margin-bottom:16px}.footer-col p{font-size:.9rem;line-height:1.7}.footer-col ul li{margin-bottom:8px}.footer-col ul li a{color:#ffffffa6;font-size:.9rem}.footer-col ul li a:hover{color:var(--orange)}.footer-col a{color:#ffffffa6}.footer-col a:hover{color:var(--orange)}.footer-bottom{padding:24px 0;text-align:center;font-size:.85rem;color:#ffffff73}.page-hero{padding:60px 0 40px;background:var(--light-bg);border-bottom:3px solid var(--orange)}.page-hero h1{font-size:2.6rem;font-weight:800;margin-bottom:12px}.page-hero-sub{font-size:1.1rem;color:var(--gray);max-width:600px}.page-hero--dark{background:linear-gradient(#0000008c,#000000a6),url(img/r290-hero-closeup.jpg) center/cover no-repeat;border-bottom:3px solid var(--orange);padding:80px 0 60px}.page-hero--dark h1{color:var(--white)}.page-hero--dark .page-hero-sub{color:#ffffffd9}.stats-bar{padding:48px 0;background:var(--white);border-bottom:1px solid #eee}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stat-value{display:block;font-size:2.4rem;font-weight:800;color:var(--orange);line-height:1.2}.stat-label{display:block;font-size:.85rem;color:var(--gray);font-weight:500;margin-top:4px}.content-section{padding:64px 0}.content-narrow{max-width:800px}.lead-text{font-size:1.15rem;line-height:1.8;color:var(--dark);margin-bottom:20px}.content-narrow p{color:var(--gray);margin-bottom:16px}.timeline-section{padding:80px 0;background:var(--light-bg)}.timeline{max-width:800px;margin:48px auto 0;position:relative;padding-left:60px}.timeline:before{content:"";position:absolute;left:24px;top:8px;bottom:40px;width:2px;background:var(--orange);opacity:.3}.timeline-item{position:relative;margin-bottom:40px}.timeline-marker{position:absolute;left:-60px;top:0;width:48px;text-align:right;font-weight:700;font-size:.85rem;color:var(--orange)}.timeline-marker:after{content:"";position:absolute;right:-18px;top:6px;width:10px;height:10px;border-radius:50%;background:var(--orange)}.timeline-content{padding-left:20px}.timeline-content h3{font-size:1.2rem;font-weight:700;margin-bottom:8px}.timeline-content p{color:var(--gray);font-size:.95rem}.timeline-image{margin-top:12px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.timeline-image img{width:100%;height:auto}.timeline-item--highlight .timeline-content{background:var(--orange-light);border-left:3px solid var(--orange);border-radius:var(--radius);padding:20px 24px}.timeline-item--highlight .timeline-content h3{color:var(--orange-dark)}.timeline-item--highlight .timeline-marker{font-size:.95rem;font-weight:800}.specs-table{width:100%;border-collapse:collapse;margin:24px 0}.specs-table th,.specs-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #eee;font-size:.93rem}.specs-table th{background:var(--light-bg);font-weight:600;color:var(--dark);width:40%}.specs-table td{color:var(--gray)}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px}.feature-card{background:var(--white);border-radius:12px;padding:32px;box-shadow:var(--shadow)}.feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:12px;color:var(--dark)}.feature-card p{color:var(--gray);font-size:.93rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.contact-info h3{font-size:1.3rem;font-weight:700;margin-bottom:16px}.contact-info p{color:var(--gray);margin-bottom:12px}.contact-detail{display:flex;align-items:center;gap:12px;margin-bottom:16px}.contact-detail .icon{width:40px;height:40px;background:var(--orange-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact-form label{display:block;font-weight:500;font-size:.9rem;margin-bottom:6px;color:var(--dark)}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:var(--radius);font-family:inherit;font-size:.95rem;margin-bottom:16px;transition:border-color var(--transition)}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--orange)}.contact-form textarea{height:140px;resize:vertical}.map-placeholder{background:var(--light-bg);border-radius:12px;height:400px;display:flex;align-items:center;justify-content:center;color:var(--gray-light);font-size:1rem;border:2px dashed #ddd;margin:32px 0}.nav-list>li>a.active{color:var(--orange)}@media(max-width:900px){.mobile-toggle{display:flex}.main-nav{position:fixed;inset:80px 0 0;background:var(--white);padding:24px;transform:translate(100%);transition:transform var(--transition);overflow-y:auto;z-index:99}.main-nav.open{transform:translate(0)}.nav-list{flex-direction:column;gap:0}.nav-list>li>a{padding:14px 0;font-size:1.05rem}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 0 0 16px;display:none}.has-dropdown.open .dropdown{display:block}.nav-cta{display:none}.hero-inner,.feature-inner,.products-grid,.partner-inner,.footer-inner{grid-template-columns:1fr}.hero{padding:40px 0 20px}.hero h1{font-size:2.4rem}.hero-image{order:-1}.feature-reverse .feature-inner{direction:ltr}.feature-section{padding:48px 0}.feature-inner{gap:32px}.stats-grid{grid-template-columns:repeat(2,1fr)}.usp-grid{grid-template-columns:repeat(2,1fr);gap:16px}.usp-item{padding:20px 12px}.usp-value{font-size:1.3rem}.products-section,.partner-cta{padding:60px 0}.contact-grid,.features-grid{grid-template-columns:1fr}.timeline{padding-left:48px}.timeline-marker{left:-48px;font-size:.8rem;width:36px}.footer-inner{grid-template-columns:1fr 1fr;gap:32px}}.mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}::selection{background:var(--orange);color:var(--white)}.breadcrumb{padding:14px 0;background:var(--light-bg);border-bottom:1px solid #eee;font-size:.85rem;color:var(--gray-light)}.breadcrumb a{color:var(--gray)}.breadcrumb a:hover{color:var(--orange)}.breadcrumb span{margin:0 6px}.breadcrumb .current{color:var(--dark);font-weight:500}.product-hero{padding:48px 0 56px;background:var(--white)}.product-hero-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:start}.product-hero-image{position:relative;background:var(--light-bg);border-radius:16px;padding:32px;text-align:center}.product-hero-image .product-badge{position:absolute;top:16px;left:16px}.product-hero-image>img{max-height:340px;object-fit:contain;margin:0 auto}.product-thumbs{display:flex;gap:8px;justify-content:center;margin-top:16px}.product-thumb{width:64px;height:64px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:var(--white);padding:4px;transition:border-color var(--transition)}.product-thumb.active,.product-thumb:hover{border-color:var(--orange)}.product-thumb img{width:100%;height:100%;object-fit:cover;max-height:none}.product-hero-trust{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #e5e5e5}.product-hero-trust img{height:44px;width:auto;max-height:none;opacity:.8}.product-hero-tags{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:12px}.hero-tag{font-size:.75rem;font-weight:500;color:var(--gray);background:var(--white);border:1px solid #e0e0e0;border-radius:20px;padding:4px 12px}.product-brand-logo{height:36px;width:auto;max-width:160px;margin-bottom:10px}.product-hero-info h1{font-size:2.4rem;font-weight:800;line-height:1.2;margin-bottom:4px}.product-model{font-size:1rem;color:var(--gray-light);font-weight:500;font-family:monospace,monospace;margin-bottom:16px}.product-intro{font-size:1.05rem;color:var(--gray);line-height:1.7;margin-bottom:28px}.key-facts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.key-facts li{background:var(--light-bg);border-radius:var(--radius);padding:16px 20px;border-left:3px solid var(--orange)}.key-facts-value{display:block;font-size:1.4rem;font-weight:700;color:var(--dark);line-height:1.2}.key-facts-label{display:block;font-size:.8rem;color:var(--gray-light);margin-top:2px;text-transform:uppercase;letter-spacing:.04em}.product-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.specs-section{padding:64px 0;background:var(--light-bg)}.specs-section h2{font-size:1.8rem;font-weight:700;margin-bottom:24px}.specs-card{background:var(--white);border-radius:16px;padding:8px 0;box-shadow:var(--shadow);overflow:hidden}.specs-card .specs-table th,.specs-card .specs-table td{padding:14px 28px}.specs-card .specs-table tr:last-child th,.specs-card .specs-table tr:last-child td{border-bottom:none}.product-features-strip{padding:72px 0}.features-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-strip-card{text-align:center;padding:32px 20px;border-radius:12px;border:1px solid #eee;transition:all var(--transition)}.feature-strip-card:hover{border-color:var(--orange);box-shadow:var(--shadow)}.feature-strip-icon{font-size:2rem;margin-bottom:12px}.feature-strip-card h3{font-size:1.05rem;font-weight:700;margin-bottom:8px;color:var(--dark)}.feature-strip-card p{font-size:.88rem;color:var(--gray);line-height:1.6}.hero-badges{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;padding:6px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.hero-badge--energy{background:#e8f5e9;color:#2e7d32}.hero-badge--foerderung{background:#e3f2fd;color:#1565c0}.sizing-section{padding:72px 0}.sizing-section h2{font-size:1.8rem;font-weight:700;margin-bottom:8px}.sizing-subtitle{color:var(--gray);font-size:1.05rem;margin-bottom:36px}.sizing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.sizing-card{text-align:center;padding:28px 20px;border-radius:12px;background:var(--light-bg);border:1px solid #eee}.sizing-icon{font-size:2rem;margin-bottom:12px}.sizing-card h3{font-size:.95rem;font-weight:700;margin-bottom:6px;color:var(--dark)}.sizing-card p{font-size:.88rem;color:var(--gray);line-height:1.5}.usp-detail-section{padding:72px 0;background:var(--light-bg)}.usp-detail-section h2{font-size:1.8rem;font-weight:700;margin-bottom:40px;text-align:center}.usp-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.usp-detail-card{background:var(--white);border-radius:12px;padding:32px;box-shadow:var(--shadow)}.usp-detail-card h3{font-size:1.15rem;font-weight:700;margin-bottom:12px;color:var(--dark);display:flex;align-items:center;gap:10px}.usp-detail-card h3 span{font-size:1.4rem}.usp-detail-card p{color:var(--gray);font-size:.93rem;line-height:1.7;margin-bottom:12px}.usp-detail-card .mini-table{width:100%;border-collapse:collapse;margin-top:12px;font-size:.85rem}.usp-detail-card .mini-table th,.usp-detail-card .mini-table td{padding:8px 12px;border-bottom:1px solid #eee;text-align:left}.usp-detail-card .mini-table th{font-weight:600;color:var(--dark);background:var(--light-bg)}.usp-detail-card .mini-table td{color:var(--gray)}.performance-section{padding:72px 0}.performance-section h2{font-size:1.8rem;font-weight:700;margin-bottom:8px}.performance-subtitle{color:var(--gray);font-size:.95rem;margin-bottom:28px}.performance-tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.performance-tab{padding:8px 20px;border-radius:20px;border:1px solid #ddd;background:var(--white);font-size:.85rem;font-weight:500;cursor:pointer;transition:all var(--transition)}.performance-tab.active,.performance-tab:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.specs-card .specs-table .highlight-row td{font-weight:600;color:var(--dark);background:var(--orange-light)}.specs-card .specs-table .highlight-row th{background:var(--orange-light)}.efficiency-section{padding:72px 0;background:var(--light-bg)}.efficiency-section h2{font-size:1.8rem;font-weight:700;margin-bottom:36px;text-align:center}.efficiency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.efficiency-card{background:var(--white);border-radius:12px;padding:32px;text-align:center;box-shadow:var(--shadow)}.efficiency-value{font-size:2.4rem;font-weight:800;color:var(--orange);line-height:1.2}.efficiency-label{font-size:.85rem;color:var(--gray-light);text-transform:uppercase;letter-spacing:.04em;margin-top:4px;margin-bottom:12px}.efficiency-desc{font-size:.88rem;color:var(--gray);line-height:1.6}.downloads-section{padding:72px 0}.downloads-section h2{font-size:1.8rem;font-weight:700;margin-bottom:28px}.downloads-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.download-item{display:flex;align-items:center;gap:16px;padding:20px 24px;border-radius:12px;border:1px solid #eee;text-decoration:none;transition:all var(--transition)}.download-item:hover{border-color:var(--orange);box-shadow:var(--shadow)}.download-icon{width:44px;height:44px;background:var(--orange-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.download-info h3{font-size:.95rem;font-weight:600;color:var(--dark);margin-bottom:2px}.download-info p{font-size:.8rem;color:var(--gray-light)}@media(max-width:900px){.product-hero-inner{grid-template-columns:1fr;gap:32px}.product-hero-image{order:-1}.product-hero-info h1{font-size:1.9rem}.key-facts,.features-strip-grid,.sizing-grid{grid-template-columns:1fr 1fr}.usp-detail-grid,.efficiency-grid,.downloads-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero h1{font-size:2rem}.cta-inner h2{font-size:1.6rem}.section-title{font-size:1.7rem}.feature-text h2{font-size:1.5rem}.product-card{padding:24px}.footer-inner{grid-template-columns:1fr}.btn-lg{padding:14px 24px;font-size:.95rem}.product-thumb{width:48px;height:48px}.product-hero-trust{flex-wrap:wrap;gap:8px}.hero-trust-text{font-size:.7rem}.stat-value{font-size:1.8rem}.usp-grid{grid-template-columns:1fr 1fr}}
