*{margin:0;padding:0;box-sizing:border-box}:root{--white:#FFFFFF;--anthracite:#1B1B1B;--off-white:#F8F8F6;--stone-leather:#A49A8E;--champagne:#FFFFFF;--carbon-grey:#3B3B3B;--light-stone:#D4CEC4;--gold:#C9A050;--success:#4CAF50}html{scroll-behavior:smooth}body{font-family:'Sui Generis',sans-serif;background-color:var(--off-white);color:var(--carbon-grey);line-height:1.8;font-weight:300;padding-top:233px}h1,h2,h3,h4,h5,h6{font-family:'Sui Generis',sans-serif;font-weight:400;line-height:1.2;color:var(--anthracite)}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--anthracite);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease,visibility .5s ease}.loader.hidden{opacity:0;visibility:hidden}.loader-logo{animation:logoFade 2s ease-in-out infinite}.loader-logo img{width:200px;height:auto;filter:drop-shadow(0 0 30px rgba(255, 255, 255, .8))}@keyframes logoFade{0%,100%{opacity:.4;transform:scale(.95)}50%{opacity:1;transform:scale(1)}}.dropdown{position:relative}.dropdown-content{display:none;position:absolute;top:100%;left:0;background:var(--carbon-grey);min-width:220px;margin-top:1.5rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 40px rgba(0,0,0,.3)}.dropdown:hover .dropdown-content{display:block}.dropdown-content a{display:block;padding:1.2rem 2rem;color:var(--stone-leather);font-size:.8rem;border-bottom:1px solid rgba(255,255,255,.1)}.dropdown-content a:hover{background:rgba(255,255,255,.1);color:var(--white)}.cta-btn{padding:1rem 2.5rem;background:var(--white);border:1px solid var(--white);color:var(--anthracite);font-family:'Sui Generis',sans-serif;font-size:.8rem;font-weight:400;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .4s ease;text-decoration:none;display:inline-block}.cta-btn:hover{background:0 0;color:var(--white);box-shadow:0 0 25px rgba(255,255,255,.5)}.lang-toggle{padding:.8rem 1.5rem;background:0 0;border:1px solid var(--white);color:var(--white);font-family:'Sui Generis',sans-serif;font-size:.75rem;font-weight:400;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease}.lang-toggle:hover{background:var(--white);color:var(--anthracite)}.hero{position:relative;height:50vh;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:100px}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(27,27,27,.9),rgba(59,59,59,.85)),url('../../bilder/shop-hero.jpg');background-size:cover;background-position:center}.hero-content{position:relative;z-index:2;text-align:center;max-width:1000px;padding:0 6%}.intro-eyebrow{font-size:.9rem;letter-spacing:4px;text-transform:uppercase;color:var(--stone-leather);margin-bottom:1.5rem;font-weight:300}.intro-headline{font-size:5.5rem;line-height:1.1;margin-bottom:2rem;color:var(--white);font-weight:300;letter-spacing:2px}.intro-subline{font-size:1.3rem;line-height:1.8;color:var(--light-stone);max-width:700px;margin:0 auto;font-weight:300}.shop-nav{background:var(--white);border-bottom:1px solid var(--light-stone);border-top:1px solid var(--light-stone);width:100%;padding:2rem 0;margin-bottom:3rem}.shop-nav-container{max-width:1400px;margin:0 auto;padding:0 6%;display:flex;justify-content:center;gap:0}.shop-nav-tab{padding:1.5rem 3rem;font-size:.85rem;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:var(--carbon-grey);background:0 0;border:none;cursor:pointer;transition:all .3s ease;position:relative}.shop-nav-tab::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:var(--anthracite);transition:width .3s ease}.shop-nav-tab:hover{color:var(--anthracite)}.shop-nav-tab.active{color:var(--anthracite);font-weight:500}.shop-nav-tab.active::after{width:100%}.shop-section{display:none;padding:4rem 6%;background:var(--off-white)}.shop-section.active{display:block}.shop-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-eyebrow{font-size:.8rem;letter-spacing:3px;text-transform:uppercase;color:var(--stone-leather);margin-bottom:1rem}.section-title{font-size:3.5rem;color:var(--anthracite);margin-bottom:1.5rem}.section-subtitle{font-size:1.15rem;color:var(--carbon-grey);max-width:700px;margin:0 auto;line-height:1.8}.products-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.filter-btn{padding:.8rem 1.8rem;font-size:.8rem;font-weight:400;letter-spacing:1.5px;text-transform:uppercase;color:var(--carbon-grey);background:var(--white);border:1px solid var(--light-stone);cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:var(--anthracite);color:var(--anthracite)}.filter-btn.active{background:var(--anthracite);color:var(--white);border-color:var(--anthracite)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:var(--white);border:1px solid rgba(27,27,27,.1);transition:all .4s ease;position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12);border-color:var(--anthracite)}.product-card.hidden{display:none}.product-badge{position:absolute;top:15px;left:15px;padding:.4rem 1rem;font-size:.7rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;z-index:2}.product-badge.neu{background:var(--success);color:var(--white)}.product-badge.sale{background:#e53935;color:var(--white)}.product-badge.bestseller{background:var(--gold);color:var(--anthracite)}.product-image{position:relative;width:100%;height:280px;overflow:hidden;background:var(--off-white)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-image img{transform:scale(1.08)}.product-quick-actions{position:absolute;bottom:15px;left:15px;right:15px;display:flex;gap:.5rem;opacity:0;transform:translateY(10px);transition:all .3s ease}.product-card:hover .product-quick-actions{opacity:1;transform:translateY(0)}.quick-action-btn{flex:1;padding:.8rem;font-size:.75rem;font-weight:400;letter-spacing:1px;text-transform:uppercase;border:none;cursor:pointer;transition:all .3s ease}.quick-action-btn.primary{background:var(--anthracite);color:var(--white)}.quick-action-btn.primary:hover{background:var(--carbon-grey)}.product-info{padding:1.2rem;flex-grow:1;display:flex;flex-direction:column}.product-category{font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:var(--stone-leather);margin-bottom:.5rem}.product-title{font-size:1.3rem;color:var(--anthracite);margin-bottom:.8rem;font-weight:400;line-height:1.3}.product-description{font-size:.9rem;color:var(--carbon-grey);line-height:1.6;margin-bottom:1rem;flex-grow:1}.product-price-row{display:flex;align-items:baseline;gap:.8rem;margin-top:auto}.product-price{font-family:'Sui Generis',sans-serif;font-size:1.6rem;color:var(--anthracite);font-weight:500}.product-price-old{font-size:1rem;color:var(--stone-leather);text-decoration:line-through}.product-price-info{font-size:.75rem;color:var(--stone-leather)}.dachhimmel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.dachhimmel-card{background:var(--white);border:1px solid rgba(27,27,27,.1);transition:all .4s ease;position:relative}.dachhimmel-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px rgba(0,0,0,.15);border-color:var(--anthracite)}.dachhimmel-badge{position:absolute;top:20px;right:20px;padding:.5rem 1.2rem;font-size:.7rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;z-index:10}.dachhimmel-badge.kleinwagen{background:var(--stone-leather);color:var(--white)}.dachhimmel-badge.beliebt{background:var(--anthracite);color:var(--white)}.dachhimmel-badge.premium{background:var(--gold);color:var(--anthracite)}.dachhimmel-gallery{position:relative}.gallery-main{width:100%;height:280px;overflow:hidden;background:var(--off-white)}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}.gallery-thumbs{display:flex;gap:.5rem;padding:.5rem;background:var(--off-white)}.gallery-thumb{flex:1;height:60px;overflow:hidden;cursor:pointer;opacity:.6;transition:all .3s ease;border:2px solid transparent}.gallery-thumb.active,.gallery-thumb:hover{opacity:1;border-color:var(--anthracite)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.dachhimmel-info{padding:1.5rem}.dachhimmel-category{font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:var(--stone-leather);margin-bottom:.8rem}.dachhimmel-title{font-size:2rem;color:var(--anthracite);margin-bottom:1rem}.dachhimmel-description{font-size:1rem;color:var(--carbon-grey);line-height:1.7;margin-bottom:1.5rem}.dachhimmel-features{list-style:none;margin-bottom:2rem}.dachhimmel-features li{padding:.5rem 0;font-size:.9rem;color:var(--carbon-grey);border-bottom:1px solid var(--light-stone);display:flex;align-items:center;gap:.8rem}.dachhimmel-features li::before{content:'✓';color:var(--stone-leather);font-weight:600}.dachhimmel-price-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.dachhimmel-price{font-family:'Sui Generis',sans-serif;font-size:2.5rem;color:var(--anthracite);font-weight:500}.dachhimmel-price span{font-size:1rem;font-family:'Sui Generis',sans-serif;font-weight:300}.dachhimmel-btn{width:100%;padding:1.2rem 2rem;background:var(--anthracite);border:1px solid var(--anthracite);color:var(--white);font-family:'Sui Generis',sans-serif;font-size:.85rem;font-weight:400;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .4s ease}.dachhimmel-btn:hover{background:0 0;color:var(--anthracite)}.konfigurator-container{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.konfigurator-preview{position:sticky;top:200px;background:var(--white);padding:1.5rem;border:1px solid rgba(27,27,27,.1)}.preview-image{width:100%;height:280px;background:var(--off-white);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;overflow:hidden}.preview-image img{max-width:100%;max-height:100%;object-fit:contain}.preview-summary{border-top:1px solid var(--light-stone);padding-top:1.5rem}.preview-summary h4{font-size:1.2rem;margin-bottom:1rem;color:var(--anthracite)}.summary-list{list-style:none;margin-bottom:2rem}.summary-list li{display:flex;justify-content:space-between;padding:.6rem 0;font-size:.9rem;border-bottom:1px solid var(--light-stone)}.summary-list li span:first-child{color:var(--carbon-grey)}.summary-list li span:last-child{color:var(--anthracite);font-weight:500}.preview-total{display:flex;justify-content:space-between;align-items:baseline;padding:1.5rem 0;border-top:2px solid var(--anthracite)}.preview-total-label{font-size:1rem;color:var(--carbon-grey);text-transform:uppercase;letter-spacing:1px}.preview-total-price{font-family:'Sui Generis',sans-serif;font-size:2.5rem;color:var(--anthracite);font-weight:500}.konfigurator-options{display:flex;flex-direction:column;gap:2.5rem}.option-group{background:var(--white);padding:1.5rem;border:1px solid rgba(27,27,27,.1)}.option-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.option-number{font-family:'Sui Generis',sans-serif;font-size:1.5rem;color:var(--stone-leather)}.option-title{font-size:1.4rem;color:var(--anthracite)}.option-subtitle{font-size:.85rem;color:var(--stone-leather);margin-bottom:1.5rem}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.option-btn{padding:1rem 1.5rem;background:var(--off-white);border:2px solid transparent;color:var(--carbon-grey);font-family:'Sui Generis',sans-serif;font-size:.85rem;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;justify-content:space-between;align-items:center}.option-btn:hover{border-color:var(--stone-leather)}.option-btn.selected{border-color:var(--anthracite);background:var(--white);color:var(--anthracite);font-weight:500}.option-btn .price{color:var(--stone-leather);font-size:.8rem}.option-btn.selected .price{color:var(--anthracite)}.color-grid{display:flex;flex-wrap:wrap;gap:.8rem}.color-option{width:45px;height:45px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;position:relative}.color-option:hover{transform:scale(1.1)}.color-option.selected{border-color:var(--anthracite);box-shadow:0 0 0 2px var(--white),0 0 0 4px var(--anthracite)}.color-option.schwarz{background:#1b1b1b}.color-option.braun{background:#5d4037}.color-option.anthrazit{background:#3b3b3b}.color-option.bordeaux{background:#722f37}.color-option.beige{background:#d4c4a8}.color-option.weiss{background:#fff;border-color:var(--light-stone)}.color-option.rot{background:#c62828}.color-option.gelb{background:#f9a825}.color-option.orange{background:#ef6c00}.color-option.blau{background:#1565c0}.color-option.gruen{background:#2e7d32}.color-option.wunschfarbe{background:linear-gradient(135deg,#ff6b6b,#4ecdc4,#45b7d1,#96e6a1);background-size:200% 200%}.checkbox-group{display:flex;flex-direction:column;gap:1rem}.checkbox-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--off-white);border:2px solid transparent;cursor:pointer;transition:all .3s ease}.checkbox-option:hover{border-color:var(--stone-leather)}.checkbox-option.checked{border-color:var(--anthracite);background:var(--white)}.checkbox-box{width:22px;height:22px;border:2px solid var(--stone-leather);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.checkbox-option.checked .checkbox-box{background:var(--anthracite);border-color:var(--anthracite)}.checkbox-box::after{content:'✓';color:var(--white);font-size:.8rem;opacity:0;transition:opacity .3s ease}.checkbox-option.checked .checkbox-box::after{opacity:1}.checkbox-label{flex-grow:1;font-size:.9rem;color:var(--carbon-grey)}.checkbox-option.checked .checkbox-label{color:var(--anthracite);font-weight:500}.checkbox-price{font-size:.85rem;color:var(--stone-leather)}.konfigurator-submit{width:100%;padding:1.5rem 3rem;background:var(--anthracite);border:1px solid var(--anthracite);color:var(--white);font-family:'Sui Generis',sans-serif;font-size:.9rem;font-weight:400;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .4s ease}.konfigurator-submit:hover{background:0 0;color:var(--anthracite)}.empty-products-message{grid-column:1/-1;text-align:center;padding:6rem 2rem;background:var(--white);border:1px solid rgba(27,27,27,.1)}.empty-icon{font-size:4rem;margin-bottom:2rem;opacity:.3}.empty-products-message h3{font-size:2rem;color:var(--anthracite);margin-bottom:1rem}.empty-products-message p{font-size:1.1rem;color:var(--carbon-grey);max-width:600px;margin:0 auto 2rem;line-height:1.8}.empty-cta-btn{display:inline-block;padding:1rem 2.5rem;background:var(--anthracite);border:1px solid var(--anthracite);color:var(--white);font-family:'Sui Generis',sans-serif;font-size:.85rem;font-weight:400;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .4s ease;text-decoration:none}.empty-cta-btn:hover{background:0 0;color:var(--anthracite)}.cart-notification{position:fixed;bottom:30px;right:30px;background:var(--anthracite);color:var(--white);padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 10px 40px rgba(0,0,0,.3);z-index:1000;transform:translateX(150%);transition:transform .4s ease}.cart-notification.show{transform:translateX(0)}.cart-notification-icon{width:40px;height:40px;background:var(--success);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.cart-notification-text{font-size:.9rem}.cart-notification-text strong{display:block;font-weight:500;margin-bottom:.3rem}.quote{padding:6rem 6%;background:var(--white);text-align:center}.quote-content{max-width:900px;margin:0 auto}.quote-text{font-size:2.2rem;line-height:1.6;color:var(--anthracite);font-family:'Sui Generis',sans-serif;font-weight:300;margin-bottom:2rem}.quote-author{font-size:.9rem;letter-spacing:2px;text-transform:uppercase;color:var(--stone-leather)}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}.dachhimmel-grid{grid-template-columns:repeat(2,1fr)}.konfigurator-container{grid-template-columns:1fr}.konfigurator-preview{position:static}}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:768px){.intro-headline{font-size:3.5rem}.shop-nav-container{flex-direction:column;gap:0}.shop-nav-tab{width:100%;text-align:center;border-bottom:1px solid var(--light-stone)}.products-grid{grid-template-columns:1fr}.dachhimmel-grid{grid-template-columns:1fr}.option-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}}#cookie-consent-banner{position:fixed;bottom:2rem;left:2rem;max-width:450px;background:#fff;border:2px solid #1b1b1b;box-shadow:0 10px 40px rgba(0,0,0,.3);z-index:99999;font-family:'Sui Generis',sans-serif;display:none}#cookie-consent-banner.show{display:block;animation:slideInLeft .4s ease}@keyframes slideInLeft{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookie-header{background:linear-gradient(135deg,#1b1b1b 0,#3b3b3b 100%);padding:1.5rem;border-bottom:2px solid #a49a8e}.cookie-header h3{margin:0;color:#fff;font-size:1.5rem;font-weight:400;font-family:'Sui Generis',sans-serif}.cookie-body{padding:1.5rem}.cookie-body p{margin:0 0 1.5rem 0;color:#3b3b3b;line-height:1.7;font-size:1rem}.cookie-categories{margin-bottom:1.5rem}.cookie-category{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #d4cec4}.cookie-category:last-child{border-bottom:none}.cookie-category-info{flex:1}.cookie-category-info strong{display:block;color:#1b1b1b;margin-bottom:.25rem;font-size:1rem}.cookie-category-info small{color:#a49a8e;font-size:.85rem}.cookie-toggle{position:relative;width:50px;height:26px}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d4cec4;transition:.3s;border-radius:26px}.cookie-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:#1b1b1b}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translateX(24px)}.cookie-toggle input:disabled+.cookie-toggle-slider{cursor:not-allowed;opacity:.6}.cookie-buttons{display:flex;gap:.75rem;margin-top:1.5rem}.cookie-btn{flex:1;padding:.875rem 1.5rem;border:none;font-family:'Sui Generis',sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.cookie-btn-primary{background:#1b1b1b;color:#fff;border:2px solid #1b1b1b}.cookie-btn-primary:hover{background:#3b3b3b;border-color:#3b3b3b}.cookie-btn-secondary{background:0 0;color:#1b1b1b;border:2px solid #1b1b1b}.cookie-btn-secondary:hover{background:#f8f8f6}.cookie-btn-text{background:0 0;color:#a49a8e;border:none;text-decoration:underline;padding:.5rem;font-size:.9rem;cursor:pointer}.cookie-btn-text:hover{color:#1b1b1b}#cookie-settings-icon{position:fixed;bottom:2rem;left:2rem;width:50px;height:50px;background:#1b1b1b;border:2px solid #a49a8e;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:99998;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.3)}#cookie-settings-icon.show{display:flex}#cookie-settings-icon:hover{background:#3b3b3b;transform:scale(1.1) rotate(90deg)}#cookie-settings-icon svg{width:24px;height:24px;fill:#FFFFFF}@media(max-width:600px){#cookie-consent-banner{left:1rem;right:1rem;bottom:1rem;max-width:none}#cookie-settings-icon{bottom:1rem;left:1rem;width:45px;height:45px}.cookie-buttons{flex-direction:column}}