.eh-config{--accent: var(--eh-accent);--accent-rgb: 184, 148, 100;--delivery: #5E7A4A;--delivery-rgb: 94, 122, 74}.eh-container{max-width:1440px;margin:0 auto;padding:clamp(var(--eh-space-24),3vw,var(--eh-space-48)) clamp(var(--eh-space-32),4.5vw,var(--eh-space-64))}.eh-wrap{display:grid;grid-template-columns:1.28fr 1fr;gap:clamp(var(--eh-space-24),2.6vw,var(--eh-space-40));align-items:start}.eh-visual{position:sticky;top:120px}.eh-visual-stage{background:#fff;border:1px solid #e6e6e6;border-radius:var(--eh-radius-card);overflow:hidden;box-shadow:0 10px 30px #0000000f}.eh-visual-cell{width:100%}.eh-visual-img{width:100%;aspect-ratio:10/11;object-fit:cover;display:block}.eh-steps{display:flex;flex-direction:column;gap:calc(clamp(var(--eh-space-24),2.6vw,var(--eh-space-40))/.8)}.eh-step{position:relative;background:#fff;border:1px solid #e6e6e6;border-radius:var(--eh-radius-card);padding:clamp(var(--eh-space-16),1.6vw,var(--eh-space-24));box-shadow:0 10px 30px #0000000f}.eh-step-header{display:flex;align-items:center;justify-content:space-between;gap:var(--eh-space-12);margin-bottom:var(--eh-space-8);padding-right:var(--eh-space-40)}.eh-step-header h3{font-size:clamp(var(--eh-fs-400),1.6vw,var(--eh-fs-500));margin:0}.eh-step-actions{display:flex;align-items:center;gap:var(--eh-space-16)}.eh-sizeguide-under{margin-top:var(--eh-space-12)}.eh-link{background:transparent;border:0;color:var(--accent);font-weight:var(--eh-btn-fw);cursor:pointer;padding:6px 8px;border-radius:var(--eh-radius-btn)}.eh-link:hover{background:rgba(var(--accent-rgb),.08)}.eh-hint{color:#555;margin:6px 0 10px}.eh-info-btn{width:28px;height:28px;border-radius:50%;border:1px solid #d3d3d3;background:#fff;font-weight:var(--eh-btn-fw);line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow var(--eh-dur-fast) ease,border-color var(--eh-dur-fast) ease,transform var(--eh-dur-fast) ease}.eh-info-btn:hover{border-color:#bbb;box-shadow:0 1px #0000000d;transform:translateY(-1px)}.eh-model-grid{display:flex;flex-direction:column;gap:var(--eh-space-16)}.eh-model-card{display:flex;flex-direction:column;align-items:center;gap:var(--eh-space-12);border:1px solid #e6e6e6;border-radius:var(--eh-radius-card);background:#fff;padding:var(--eh-space-12);cursor:pointer;text-align:center;transition:box-shadow var(--eh-dur-fast) ease,border-color var(--eh-dur-fast) ease,transform var(--eh-dur-fast) ease}.eh-model-card:hover{transform:translateY(-2px);border-color:#d5d5d5;box-shadow:0 10px 30px #0000000f}.eh-model-card.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.12)}.eh-model-img img{width:100%;max-width:260px;aspect-ratio:4/3;object-fit:cover;border-radius:var(--eh-radius-img);display:block}.eh-model-title{font-weight:var(--eh-fw-medium);font-size:var(--eh-fs-300)}.eh-model-price{color:#666;font-size:var(--eh-fs-300)}.eh-chips{display:flex;flex-wrap:wrap;gap:var(--eh-space-12)}.eh-chip{background:#f5f5f7;border:1px solid #e6e6e6;border-radius:var(--eh-radius-pill);padding:var(--eh-space-12) var(--eh-space-16);font-size:var(--eh-fs-300);cursor:pointer;transition:box-shadow var(--eh-dur-fast) ease,border-color var(--eh-dur-fast) ease,background var(--eh-dur-fast) ease}.eh-chip:hover{border-color:#d5d5d5}.eh-chip.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.12);background:#fff}.eh-chip.is-disabled{opacity:.5;cursor:not-allowed}.eh-swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:var(--eh-space-16)}.eh-swatch{display:flex;flex-direction:column;gap:var(--eh-space-12);border:1px solid #e6e6e6;border-radius:var(--eh-radius-card);padding:var(--eh-space-12);background:#fff;text-align:center;cursor:pointer;transition:box-shadow var(--eh-dur-fast) ease,border-color var(--eh-dur-fast) ease}.eh-swatch.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.1)}.eh-swatch.is-disabled{opacity:.45;cursor:not-allowed}.eh-swatch-thumb{width:100%;aspect-ratio:4 / 3;border-radius:var(--eh-radius-img);background:#e9e9e9;background-size:cover;background-position:center}.eh-swatch-cap{font-size:var(--eh-fs-300);color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1200px){.eh-model-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.eh-swatches{grid-template-columns:repeat(2,1fr)}}.eh-accordion{width:100%;text-align:left;background:#f6f6f6;border:1px solid #e6e6e6;border-radius:var(--eh-radius-btn);padding:var(--eh-space-12) var(--eh-space-16);margin-top:var(--eh-space-16);font-weight:var(--eh-btn-fw);cursor:pointer;position:relative}.eh-accordion:is(:hover,.is-open){border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.06) inset}.eh-accordion:after{content:"";position:absolute;right:12px;top:50%;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-50%) rotate(-45deg);opacity:.7}.eh-accordion.is-open:after{transform:translateY(-50%) rotate(45deg)}.eh-feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--eh-space-16)}.eh-feature-card{display:grid;grid-template-columns:1fr;gap:var(--eh-space-12);border:1px solid #e6e6e6;border-radius:var(--eh-radius-card);padding:var(--eh-space-12);background:#fff}.eh-feature-card.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.08)}.eh-carousel .flickity-page-dots{position:absolute;bottom:0;margin-bottom:var(--eh-space-8)}.eh-feature-img.eh-carousel{aspect-ratio:4 / 5}.eh-visual-stage .flickity-button,.eh-feature-img.eh-carousel .flickity-button{background:transparent}.eh-feature-img img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--eh-radius-img)}.eh-feature-title{font-weight:var(--eh-fw-medium);font-size:var(--eh-fs-300)}.eh-feature-hint{font-size:var(--eh-fs-300);color:#555}.eh-addon-row{display:flex;align-items:center;justify-content:space-between;gap:var(--eh-space-16)}.eh-check{display:inline-flex;align-items:center;gap:var(--eh-space-8)}.eh-price{font-weight:var(--eh-fw-medium)}.eh-summary-list{margin:0}.eh-row{display:flex;justify-content:space-between;gap:var(--eh-space-12);padding:6px 0;border-bottom:1px dashed #eee}.eh-row:last-child{border-bottom:none}.eh-visual-close{display:none}.eh-visual-stage:focus{outline:none}.eh-mehr{display:inline;background:transparent;border:0;padding:0;margin:0;color:var(--eh-champagne);font-family:inherit;font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);letter-spacing:0;text-transform:none;cursor:pointer;white-space:nowrap}.eh-mehr:hover{text-decoration:underline;text-underline-offset:2px}.eh-mehr--solo{display:inline-block;margin:0 0 6px}.eh-addon-fuss{justify-content:space-between;align-items:center;margin-top:var(--eh-space-12);padding-top:var(--eh-space-12);border-top:1px solid rgba(0,0,0,.07)}.eh-addon-preiszeile{display:flex;align-items:baseline;gap:var(--eh-space-8);min-width:0}.eh-addon-preiszeile .eh-price{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium)}.eh-addon-status{font-size:var(--eh-fs-100);color:#00000073}.eh-check--kreis{cursor:pointer;position:relative;flex:0 0 auto}.eh-check--kreis input{position:absolute;opacity:0;pointer-events:none}.eh-check--kreis span{display:inline-flex;align-items:center;justify-content:center;min-height:var(--eh-btn-h-sm);padding:0 var(--eh-space-16);border-radius:var(--eh-radius-pill);border:1.5px solid var(--eh-champagne);color:var(--eh-champagne);background:transparent;font-size:var(--eh-btn-fs-sm);font-weight:var(--eh-btn-fw);letter-spacing:.02em;line-height:1;transition:background var(--eh-dur-fast),color var(--eh-dur-fast)}.eh-check--kreis span:after{content:"Hinzuf\fcgen"}.eh-check--kreis input:checked+span:after{content:"\2713  Hinzugef\fcgt"}.eh-check--kreis:hover span{background:rgb(var(--eh-champagne-rgb) / .1)}.eh-check--kreis input:checked+span{background:var(--eh-champagne);color:#fff}.eh-check--kreis input:disabled+span{opacity:.35;cursor:not-allowed}.eh-addon-status{display:none}.eh-config .eh-feature-img .flickity-button{background:#ffffffeb!important;width:36px;height:36px;box-shadow:0 2px 10px #0000002e}.eh-config .eh-feature-img .flickity-button:hover{background:#fff!important}.eh-feature-img .flickity-button .flickity-button-icon{fill:var(--eh-ink)}@media(min-width:750px){.eh-feature-img .flickity-page-dots{display:none}}@media(max-width:749px){.eh-feature-img .flickity-button{display:none}}.eh-hint-link{background:none;border:0;padding:0;font:inherit;color:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.eh-hint-link:hover{color:var(--eh-champagne)}.eh-feature-hint{font-size:var(--eh-fs-200);color:#0000008c;line-height:1.55}.eh-feature-card .eh-feature-title{font-size:var(--eh-fs-300)}.eh-feature-card .eh-feature-hint{margin-top:6px}.eh-feature-card .eh-chips{margin-top:var(--eh-space-12)}.eh-addon-fuss{margin-top:var(--eh-space-16)!important;padding-top:var(--eh-space-12)}.eh-feature-card .eh-feature-body{gap:0}.eh-info-btn{width:var(--eh-icon-24);height:var(--eh-icon-24);border:1px solid rgb(var(--eh-champagne-rgb) / .5)!important;background:transparent!important;color:var(--eh-champagne)!important;font-size:var(--eh-fs-100);font-family:Montserrat,sans-serif;font-weight:var(--eh-fw-medium);position:absolute;top:clamp(var(--eh-space-16),1.6vw,var(--eh-space-24));right:clamp(var(--eh-space-16),1.6vw,var(--eh-space-24));margin:0}.eh-info-btn:hover{border-color:var(--eh-champagne)!important;background:rgb(var(--eh-champagne-rgb) / .08)!important}.eh-step,.eh-feature-card,.eh-model-card{background:#fcfcfa;border-color:rgb(var(--eh-ink-rgb) / .1)}.eh-chip{background:#f3f2ef;border-color:rgb(var(--eh-ink-rgb) / .08)}.eh-chip:hover{border-color:rgb(var(--eh-champagne-rgb) / .45)}.eh-cta-offen{font-size:var(--eh-fs-200);color:#0000008c;text-align:center;margin:0 0 var(--eh-space-8)}.eh-cta-offen.is-error{color:#b3261e;font-weight:var(--eh-fw-medium);animation:ehOffenPulse .45s ease-in-out 2}@keyframes ehOffenPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.eh-total-sub{display:block;font-size:var(--eh-fs-100);font-weight:var(--eh-fw-regular);color:#00000080;letter-spacing:.02em}@media(max-width:749px){.eh-info-btn:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px}.eh-chip{min-height:var(--eh-tap-min)}.eh-link{min-height:var(--eh-tap-min);display:inline-flex;align-items:center}.eh-feature-card .eh-feature-img{width:100%;max-width:340px;margin-inline:auto}.eh-ens__fuss{flex-wrap:wrap;row-gap:6px}.eh-ens__name{flex-wrap:wrap}.eh-ens__name .eh-ens__link{flex-basis:100%}.eh-ens__kreis{padding:0 var(--eh-space-12)}}.eh-sum-title{display:block;font-weight:var(--eh-fw-medium);font-size:var(--eh-fs-300)}.eh-sum-sub{display:block;font-size:var(--eh-fs-200);color:#0000008c;margin-top:2px}.eh-row--main{border-bottom:0;padding-bottom:2px}.eh-row--main dd{font-weight:var(--eh-fw-medium)}.eh-row--group{border-bottom:0;padding:var(--eh-space-12) 0 2px}.eh-row--group dt{font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);letter-spacing:.12em;text-transform:uppercase;color:#00000073}.eh-row--item{border-bottom:1px dashed #f0eee9;font-size:var(--eh-fs-200)}.eh-row--item dd{color:#000000bf}.eh-row--feature dd{color:#0009}.eh-total{font-weight:var(--eh-fw-medium);font-size:var(--eh-fs-300);padding-top:var(--eh-space-12);border-top:1px solid rgb(var(--eh-champagne-rgb) / .4);margin-top:var(--eh-space-8)}.eh-delivery{display:flex;align-items:center;gap:var(--eh-space-12);margin:var(--eh-space-12) 0;padding:var(--eh-space-12) var(--eh-space-12);background:rgba(var(--delivery-rgb),.08);border:1px solid rgba(var(--delivery-rgb),.18);border-radius:var(--eh-radius-card)}.eh-delivery-text{font-weight:var(--eh-fw-regular);font-size:var(--eh-fs-200);color:var(--delivery)}.eh-delivery.eh-delivery--cta{justify-content:center;margin:var(--eh-space-16) 0 2px;padding:var(--eh-space-8) var(--eh-space-16);background:rgba(var(--delivery-rgb),.07);border:1px solid rgba(var(--delivery-rgb),.16);border-radius:var(--eh-radius-pill)}.eh-delivery--cta .eh-delivery-text{font-size:var(--eh-fs-200)}.eh-actions{display:flex;flex-direction:column;gap:var(--eh-space-12);margin-top:var(--eh-space-12)}.eh-btn{-webkit-appearance:none;appearance:none;border:none;border-radius:var(--eh-radius-btn);padding:var(--eh-btn-pad-block-cta) var(--eh-btn-pad-inline);font-weight:var(--eh-btn-fw);min-height:var(--eh-btn-h-cta);cursor:pointer}.eh-primary{background:#111;color:#fff}.eh-offer-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:var(--eh-btn-h);margin-top:var(--eh-space-12);padding:var(--eh-btn-pad-block) var(--eh-btn-pad-inline);text-align:center;background:transparent;border:1px solid var(--eh-accent, #B89464);color:inherit;font-weight:var(--eh-btn-fw);text-decoration:none;box-sizing:border-box}.eh-offer-btn:hover{background:rgb(var(--eh-champagne-rgb) / .08)}.eh-ens{margin:var(--eh-space-16) 0 4px;padding:var(--eh-space-16);border:1px solid rgba(0,0,0,.1);border-radius:var(--eh-radius-card);background:#fbfaf8}.eh-ens__head{margin:0;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium)}.eh-ens__sub{margin:2px 0 var(--eh-space-16);font-size:var(--eh-fs-100);color:#0000008c}.eh-ens__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--eh-space-12)}@media(max-width:749px){.eh-ens__grid{grid-template-columns:1fr 1fr}}.eh-ens__card{position:relative;display:flex;flex-direction:column;gap:6px;padding:0 0 var(--eh-space-12);border:1px solid rgba(0,0,0,.1);border-radius:var(--eh-radius-card);background:#fff;cursor:pointer;overflow:hidden;transition:border-color var(--eh-dur-slow),box-shadow var(--eh-dur-slow),background var(--eh-dur-slow)}.eh-ens__card:hover{border-color:rgb(var(--eh-champagne-rgb) / .55)}.eh-ens__card:has(input:checked){border-color:var(--eh-champagne);box-shadow:0 0 0 1px var(--eh-champagne);background:#fbf8f3}.eh-ens__card input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.eh-ens__fuss{display:flex;justify-content:space-between;align-items:center;gap:6px;margin:2px var(--eh-space-12) 0;padding-top:7px;border-top:1px dashed rgba(0,0,0,.08)}.eh-ens__fuss .eh-ens__price{white-space:nowrap;font-size:var(--eh-fs-100)}.eh-ens__kreis{display:inline-flex;align-items:center;justify-content:center;min-height:var(--eh-tap-min);padding:0 var(--eh-space-16);border-radius:var(--eh-radius-pill);border:1.5px solid var(--eh-champagne);color:var(--eh-champagne);font-size:var(--eh-btn-fs-sm);font-weight:var(--eh-btn-fw);line-height:1;flex:0 0 auto;transition:background var(--eh-dur-fast),color var(--eh-dur-fast)}.eh-ens__kreis:after{content:"Hinzuf\fcgen"}.eh-ens__card:hover .eh-ens__kreis{background:rgb(var(--eh-champagne-rgb) / .1)}.eh-ens__card:has(input:checked) .eh-ens__kreis{background:var(--eh-champagne);color:#fff}.eh-ens__card:has(input:checked) .eh-ens__kreis:after{content:"\2713  Hinzugef\fcgt"}.eh-ens__meta select{-webkit-appearance:none;appearance:none;padding-right:16px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'><path d='M1 1l3 3 3-3' fill='none' stroke='%231F2124' stroke-width='1.4' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:right 8px center}.eh-ens__card img{width:100%;aspect-ratio:4 / 5;height:auto;object-fit:cover;display:block;background:#f1efea}.eh-ens__body{display:flex;flex-direction:column;gap:3px;padding:2px var(--eh-space-12) 0;min-width:0}.eh-ens__name{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);line-height:1.3}.eh-ens__meta{font-size:var(--eh-fs-100);color:#0000008c;min-height:24px;display:flex;align-items:center}.eh-ens__meta select{max-width:100%;font-size:var(--eh-fs-100);border:1px solid rgb(var(--eh-ink-rgb) / .22);border-radius:var(--eh-radius-pill);padding:3px 20px 3px 10px;background-color:#fff;color:inherit;cursor:pointer}.eh-ens__meta select:hover{border-color:var(--eh-champagne)}.eh-ens__price{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium)}.eh-ens__link{margin:0;padding:0;flex:0 0 auto;font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);letter-spacing:.08em;text-transform:uppercase;color:var(--eh-champagne);text-decoration:none}.eh-ens__link:hover{text-decoration:underline}.eh-ens__total{margin:var(--eh-space-16) 0 0}.eh-ens-vorteil{display:block;margin-top:5px;font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);color:#cb9a52;text-align:right}.eh-strich{text-decoration:line-through;font-weight:var(--eh-fw-regular);font-size:var(--eh-fs-200);color:rgb(var(--eh-ink-rgb) / .45);margin-right:7px}.ehm-leadline{margin-top:4px}.ehm-textlink{text-decoration:underline;text-underline-offset:2px;color:inherit;opacity:.9}.ehm-textlink:hover,.ehm-textlink:focus{opacity:1;outline:none}.ehm-micro{font-size:var(--eh-fs-200);opacity:.7;margin-top:-4px}.eh-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--eh-space-12);margin-top:6px}.eh-benefit{display:flex;align-items:center;gap:var(--eh-space-12);background:#fff;border:1px solid #e6e6e6;border-radius:var(--eh-radius-card);padding:var(--eh-space-12) var(--eh-space-12)}.eh-benefit-ico{display:inline-flex;width:26px;height:26px;color:var(--accent)}.eh-benefit-text{font-size:var(--eh-fs-300);color:#1d1d1f}.eh-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:999}.eh-modal.open{display:block}.eh-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000052;-webkit-backdrop-filter:saturate(180%) blur(2px);backdrop-filter:saturate(180%) blur(2px)}.eh-modal-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(860px,92vw);max-height:86vh;overflow:auto;background:#fff;border-radius:var(--eh-radius-card);box-shadow:0 20px 50px #00000040;padding:56px 18px 16px}.eh-modal-close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:0;border-radius:50%;background:#f4f4f4;cursor:pointer;font-size:var(--eh-fs-500);line-height:1;z-index:1}.eh-modal-body :where(h1,h2,h3){margin:.25rem 0 .5rem}.eh-modal-body img{max-width:100%;height:auto;display:block}.eh-modal-body :where(ul){padding-left:1.2rem}.eh-modal-body :where(p,li){line-height:1.5;color:#222}@media(max-width:1200px){.eh-wrap{grid-template-columns:1fr}.eh-visual{background:#f2f1eb;z-index:1;top:calc(var(--header-height) + var(--announcement-bar-height))}.eh-visual{transition:var(--eh-dur-slow) ease-in-out}.eh-visual.is-shrunk{transform:scale(.5) translate(-50vw) translateY(100vh);bottom:20px;left:calc(50% - 20px);width:100%;background:transparent;z-index:10}.eh-visual.is-shrunk .eh-visual-img,.eh-visual.is-shrunk .eh-visual-cell,.eh-visual.is-shrunk .eh-visual-cell img,.eh-visual.is-shrunk .flickity-slider img,.eh-visual.is-shrunk .flickity-cell{aspect-ratio:4 / 3!important;object-fit:cover!important}.eh-visual.is-shrunk:has(:focus){transform:scale(1) translate(0) translateY(20vh)}.eh-visual.is-shrunk:has(:focus) .eh-visual-img,.eh-visual.is-shrunk:has(:focus) .eh-visual-cell,.eh-visual.is-shrunk:has(:focus) .eh-visual-cell img,.eh-visual.is-shrunk:has(:focus) .flickity-slider img,.eh-visual.is-shrunk:has(:focus) .flickity-cell{aspect-ratio:1 / 1!important}.eh-wrap:has(.eh-visual.is-shrunk :focus):before{content:"";position:fixed;left:0;top:0;width:100vw;height:100vh;background:#0006;z-index:10}.eh-wrap:has(.eh-visual.is-vanished):before{display:none}.eh-visual.is-vanished{opacity:0;pointer-events:none}.eh-visual-close{display:none;position:absolute;right:12px;top:12px;background:#000;color:#fff;line-height:1;font-weight:var(--eh-fw-light);border-radius:var(--eh-radius-pill);width:36px;height:36px;justify-content:center;align-items:center;font-size:var(--eh-fs-600);border:none;cursor:pointer;z-index:12;padding:0 0 4px;font-family:system-ui,sans-serif}.eh-visual:has(:focus) .eh-visual-close{display:flex}@media(max-width:767px){#trustbadge-container,#trustbadge,#minimized-trustbadge,.trustbadge-button,[id*=trustbadge],[class*=trustbadge]{bottom:calc(90px + env(safe-area-inset-bottom))!important}}.eh-model-grid{grid-template-columns:repeat(2,1fr)}.eh-benefits{grid-template-columns:1fr}}@media(max-width:720px){.eh-container{padding-inline:var(--eh-space-12)}.eh-model-img img{max-width:100%}.eh-swatches{grid-template-columns:repeat(2,1fr)}}.eh-delivery{display:flex;align-items:center;gap:var(--eh-space-12);margin:var(--eh-space-12) 0 6px;padding:0;background:transparent;border:0}.eh-ico{display:inline-flex;align-items:center;justify-content:center;width:var(--eh-icon-24);height:var(--eh-icon-24);color:var(--delivery)}.eh-delivery-text{font-weight:var(--eh-fw-regular);font-size:var(--eh-fs-400);color:var(--delivery)}.eh-usps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--eh-space-12);margin-top:6px}.eh-usp{display:flex;flex-direction:column;align-items:center;gap:var(--eh-space-8);background:#fff;border:1px solid #e6e6e6;border-radius:var(--eh-radius-card);padding:var(--eh-space-12);text-align:center}.eh-usp-ico{display:inline-flex;width:28px;height:28px;color:var(--accent)}.eh-usp-text{font-size:var(--eh-fs-300);color:#1d1d1f}@media(max-width:1200px){.eh-usps{grid-template-columns:1fr}}.eh-feature-img img,.eh-visual-img{contain:layout paint}.eh-feature-card,.eh-swatch,.eh-chip{will-change:transform}.eh-swatch-thumb{background-color:#e9e9e9}.eh-model-cardV{display:grid;grid-template-columns:.4fr .6fr;gap:var(--eh-space-16);border:1px solid #e6e6e6;border-radius:var(--eh-radius-card);background:#fff;padding:var(--eh-space-12);cursor:pointer;text-align:left;transition:box-shadow var(--eh-dur-fast) ease,border-color var(--eh-dur-fast) ease,transform var(--eh-dur-fast) ease}.eh-model-cardV:hover{transform:translateY(-1px);border-color:#d5d5d5;box-shadow:0 10px 30px #0000000f}.eh-model-cardV.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.12)}.eh-modelV-img img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--eh-radius-img);display:block}.eh-modelV-body{display:flex;flex-direction:column;gap:var(--eh-space-12);justify-content:center}.eh-modelV-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--eh-space-12)}.eh-modelV-title{font-weight:var(--eh-fw-medium);font-size:var(--eh-fs-400);color:#111}.eh-modelV-price{color:#666;font-size:var(--eh-fs-300)}.eh-modelV-usps{display:grid;grid-template-columns:1fr;gap:var(--eh-space-8);margin:0;padding:0;list-style:none}.eh-modelV-usp{display:flex;align-items:center;gap:var(--eh-space-8)}.eh-modelV-ico{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--accent)}.eh-modelV-txt{font-size:var(--eh-fs-300);color:#1d1d1f}.eh-model-card[aria-checked=true]{border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.12)}@media(max-width:900px){.eh-model-cardV{grid-template-columns:1fr}.eh-modelV-img img{aspect-ratio:16/9}.eh-modelV-head{flex-direction:column;align-items:flex-start;gap:2px}}.eh-customsize{margin-top:var(--eh-space-12);border:1px dashed #d9d9d9;background:#fafafa;padding:var(--eh-space-12);border-radius:var(--eh-radius-card)}.eh-customsize[hidden]{display:none!important}.eh-customsize-head{display:flex;align-items:baseline;gap:var(--eh-space-12);margin-bottom:var(--eh-space-8)}.eh-customsize-hint{color:#666;font-size:var(--eh-fs-200)}.eh-customsize-row{display:grid;grid-template-columns:160px 1fr 54px;gap:var(--eh-space-12);align-items:center;margin:var(--eh-space-8) 0}.eh-customsize-label{color:#333}.eh-customsize-val{text-align:right;font-variant-numeric:tabular-nums}.eh-customsize-note{color:#666;font-size:var(--eh-fs-200);margin:var(--eh-space-8) 0 0}@media(max-width:720px){.eh-customsize-row{grid-template-columns:1fr}.eh-customsize-val{text-align:left}}.eh-customsize-upcharge{margin:var(--eh-space-12) 0 0;border:1px dashed #d9d9d9;border-radius:var(--eh-radius-card);background:#fffdf7;padding:var(--eh-space-12) var(--eh-space-12)}.eh-upcharge-line,.eh-upcharge-total{display:flex;justify-content:space-between;gap:var(--eh-space-12);padding:4px 0}.eh-upcharge-total{border-top:1px dashed #eee;margin-top:4px;font-weight:var(--eh-fw-medium)}.eh-upcharge-line.is-none{color:#666;font-style:italic}.eh-leasing-subline{margin-top:var(--eh-space-12);padding:var(--eh-space-12) 0 0;font-size:var(--eh-fs-200);color:#1a1a1a;display:flex;justify-content:space-between;align-items:baseline;gap:var(--eh-space-12);border-top:1px solid rgba(0,0,0,.08)}.eh-leasing-subline .eh-leasing-label{color:#555}.eh-leasing-subline .eh-leasing-value{color:#1a1a1a;text-align:right}.eh-leasing-subline .eh-leasing-value strong{font-weight:var(--eh-fw-medium);color:#1a1a1a}.eh-leasing-subline button{background:none;border:none;padding:0;margin-left:6px;color:var(--eh-accent);font-family:inherit;font-size:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:.2em}.eh-leasing-subline button:hover{color:var(--eh-accent-hover)}.eh-sticky-price{position:fixed;z-index:100;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #00000014;transition:transform var(--eh-dur-slow) var(--eh-ease),opacity var(--eh-dur-slow) ease;font-family:Montserrat,sans-serif}.eh-sticky-price[hidden]{display:none}.eh-sticky-price.is-hidden{transform:translateY(120%);opacity:0;pointer-events:none}.eh-sticky-price__inner{display:flex;align-items:center;gap:var(--eh-space-16)}.eh-sticky-price__info{flex:1;min-width:0}.eh-sticky-price__model{font-size:var(--eh-fs-200);color:#1a1a1aa6;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eh-sticky-price__numbers{display:flex;align-items:baseline;gap:var(--eh-space-12);flex-wrap:wrap}.eh-sticky-price__amount{font-size:var(--eh-fs-500);font-weight:var(--eh-fw-medium);color:#1a1a1a;line-height:1}.eh-sticky-price__leasing{font-size:var(--eh-fs-200);color:var(--eh-accent);line-height:1.3}.eh-sticky-price__leasing:empty{display:none}.eh-sticky-price__btn{background:#1a1a1a;color:#fff;border:none;padding:var(--eh-btn-pad-block-cta) var(--eh-btn-pad-inline);border-radius:var(--eh-radius-btn);font-family:inherit;font-size:var(--eh-btn-fs);font-weight:var(--eh-btn-fw);min-height:var(--eh-btn-h);letter-spacing:var(--eh-btn-ls);cursor:pointer;white-space:nowrap;transition:background var(--eh-dur-fast) ease}.eh-sticky-price__btn:hover{background:#2c2c2c}.eh-sticky-price__btn-text-mobile{display:none}.eh-sticky-price{bottom:0;border-radius:0;border-bottom:none}@media(max-width:767px){.eh-sticky-price{left:0!important;right:0!important;width:auto!important;border-left:none;border-right:none}.eh-sticky-price__inner{padding:var(--eh-space-12) var(--eh-space-16)}.eh-sticky-price__amount{font-size:var(--eh-fs-400)}.eh-sticky-price__model,.eh-sticky-price__leasing{font-size:var(--eh-fs-100)}.eh-sticky-price__btn{padding:var(--eh-btn-pad-block) var(--eh-space-16);font-size:var(--eh-btn-fs-sm)}.eh-sticky-price__btn-text-desktop{display:none}.eh-sticky-price__btn-text-mobile{display:inline}}@media(min-width:768px){.eh-sticky-price__inner{padding:var(--eh-space-16) var(--eh-space-24)}.eh-sticky-price{border-bottom:none}}.eh-b .ehb-kopf{max-width:900px;margin:0 auto;padding:clamp(var(--eh-space-32),4.5vw,var(--eh-space-64)) var(--eh-space-24) clamp(6px,1vw,var(--eh-space-16));text-align:center}.eh-b .ehb-eyebrow{margin:0 0 6px;font-family:var(--heading-font-family,"Montserrat",sans-serif);font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);letter-spacing:.18em;text-transform:uppercase;color:var(--eh-champagne);line-height:1.4}.eh-b .ehb-kopf .ehb-eyebrow{margin-bottom:var(--eh-space-12)}.eh-b .ehb-kopf__h1{font-family:var(--heading-font-family,"Montserrat",sans-serif);font-weight:var(--eh-fw-medium);line-height:1.3;letter-spacing:.05em;font-size:clamp(var(--eh-fs-600),2.9vw,var(--eh-fs-700));margin:0;color:var(--eh-ink);text-transform:none}.eh-b .ehb-kopf__sub{margin:var(--eh-space-16) auto 0;max-width:640px;font-size:clamp(var(--eh-fs-200),1.25vw,var(--eh-fs-300));line-height:1.55;color:#5c5749}.eh-b .ehb-kopf__meta{margin:8px 0 0;font-size:var(--eh-fs-200);color:#8a8578;letter-spacing:.01em}.eh-b .ehb-bar{position:fixed;top:0;left:0;right:0;z-index:60;background:rgb(var(--eh-surface-rgb) / .96);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid #e9e2d3;transform:translateY(-102%);transition:transform var(--eh-dur-slow) var(--eh-ease);pointer-events:none}.eh-b .ehb-bar.is-an{transform:translateY(0);pointer-events:auto}.eh-b .ehb-bar__inner{max-width:1440px;margin:0 auto;padding:var(--eh-space-16) clamp(var(--eh-space-16),4.5vw,var(--eh-space-64));display:flex;align-items:center;justify-content:space-between;gap:var(--eh-space-16)}.eh-b .ehb-bar__links{min-width:0}.eh-b .ehb-bar__zeile1{display:flex;align-items:baseline;gap:var(--eh-space-8);flex-wrap:wrap;min-width:0}.eh-b .ehb-bar__links strong{font-size:var(--eh-fs-300);font-weight:var(--eh-fw-medium);color:#141618;white-space:nowrap}.eh-b .ehb-bar__sub{font-size:var(--eh-fs-200);color:#8a8578;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eh-b .ehb-bar__liefer{font-size:var(--eh-fs-100);color:#8a8578;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eh-b .ehb-bar__rechts{text-align:right;line-height:1.3;flex-shrink:0}.eh-b .ehb-bar__preis{display:block;font-size:var(--eh-fs-400);font-weight:var(--eh-fw-medium);color:#141618;white-space:nowrap;letter-spacing:-.01em}.eh-b .ehb-bar__leasing{display:block;font-size:var(--eh-fs-100);color:#8a8578;white-space:nowrap;margin-top:2px}@media(max-width:749px){.eh-b .ehb-bar__inner{padding:var(--eh-space-12) var(--eh-space-16);gap:var(--eh-space-12)}.eh-b .ehb-bar__links strong{font-size:var(--eh-fs-200)}.eh-b .ehb-bar__sub{display:none}.eh-b .ehb-bar__liefer{font-size:var(--eh-fs-100)}.eh-b .ehb-bar__preis{font-size:var(--eh-fs-300)}.eh-b .ehb-bar__leasing{font-size:var(--eh-fs-100)}}body.ehb-bar-an [id*=shopify-section][id*=__header]{transform:translateY(-100%);transition:transform var(--eh-dur-slow) var(--eh-ease)}.eh-b .ehb-step{background:transparent;border:0;border-radius:0;box-shadow:none;padding-inline:0}.eh-b .ehb-step>.eh-hint{display:none}.eh-b .eh-steps{gap:0}.eh-b .ehb-step{padding-block:clamp(var(--eh-space-32),5.5vh,var(--eh-space-80))}.eh-b .ehb-step+.ehb-step{border-top:1px solid rgba(0,0,0,.06)}@media(max-width:749px){.eh-b .ehb-step{padding-block:clamp(var(--eh-space-24),5vh,var(--eh-space-48))}}.eh-b .ehb-head{display:block;margin-bottom:var(--eh-space-16)}.eh-b .ehb-h2{font-family:var(--heading-font-family,"Montserrat",sans-serif);font-size:clamp(var(--eh-fs-400),2vw,var(--eh-fs-500));font-weight:var(--eh-fw-medium);line-height:1.35;margin:0;color:var(--eh-ink);text-transform:none;letter-spacing:.05em}.eh-b .ehb-sub{margin:-6px 0 var(--eh-space-16);font-size:var(--eh-fs-200);color:#8a8578}.eh-b .ehb-bild{position:relative;margin:0 0 var(--eh-space-16);border-radius:var(--eh-radius-card);overflow:hidden;background:#fff;border:1px solid #e6e6e6}.eh-b .ehb-bild__stage{width:100%}.eh-b .ehb-bild__img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:#f2f1eb}.eh-b .ehb-pfeil{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;min-width:0;min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#3c3a34;font-size:var(--eh-fs-600);line-height:1;font-weight:var(--eh-fw-light);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;text-shadow:0 1px 6px rgba(255,255,255,.75);transition:opacity var(--eh-dur-fast);opacity:.75}.eh-b .ehb-pfeil:hover{opacity:1;background:transparent}.eh-b .ehb-pfeil--l{left:4px}.eh-b .ehb-pfeil--r{right:4px}@media(min-width:750px){.eh-b .ehb-bild:not(.ehb-bild--sum){display:none}}.eh-b .eh-steps,.eh-b .eh-step,.eh-b .eh-visual,.eh-b .eh-swatches,.eh-b .eh-swatch,.eh-b .eh-chips{min-width:0}.eh-b .eh-swatch-cap{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:break-word}@media(min-width:750px){.eh-b .eh-wrap{grid-template-columns:minmax(0,1.28fr) minmax(0,1fr)}}@media(max-width:749px){.eh-b .eh-chip{min-height:var(--eh-tap-min);height:auto;font-size:var(--eh-fs-200);line-height:1.25;padding:0 var(--eh-space-16);display:inline-flex;align-items:center}.eh-b .eh-cmp-tab{font-size:var(--eh-fs-200);min-height:var(--eh-tap-min)}.eh-b .ehb-hilfe__btn,.eh-b .ehb-textlink,.eh-b .eh-mehr{font-size:var(--eh-fs-200)}}@media(max-width:749px){.eh-b .eh-visual{display:none}.eh-b .eh-wrap{grid-template-columns:minmax(0,1fr)}}.eh-b .ehb-hilfe{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;background:#fff;border:1px solid #e9e2d3;border-radius:var(--eh-radius-card);padding:var(--eh-space-12) var(--eh-space-16);margin-top:var(--eh-space-16)}.eh-b .ehb-hilfe b{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:#141618}.eh-b .ehb-hilfe__btn,.eh-b .ehb-textlink{background:none;border:0;padding:0;cursor:pointer;font-family:inherit;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:var(--eh-accent,#B89464)}.eh-b .ehb-hilfe__btn:hover,.eh-b .ehb-textlink:hover{text-decoration:underline}.eh-b .ehb-unsicher .ehb-textlink{font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);color:#6f6a5e;text-decoration:underline;text-decoration-color:rgb(var(--eh-ink-rgb) / .25);text-underline-offset:3px}.eh-b .ehb-unsicher .ehb-textlink:hover{color:#141618;text-decoration-color:currentColor}.eh-b .ehb-link-zeile{margin:var(--eh-space-12) 0 0}.eh-b .ehb-accordion{margin-top:var(--eh-space-16)}.eh-b .ehb-accordion{background:none;border:0;padding:0;margin-top:var(--eh-space-12);font-family:inherit;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:var(--eh-accent,#B89464);cursor:pointer;text-align:left;box-shadow:none;border-radius:0;width:auto}.eh-b .ehb-accordion:after,.eh-b .ehb-accordion.is-open:after{content:"";display:none;position:static;top:auto;right:auto;bottom:auto;left:auto;width:auto;height:auto;border:0;transform:none;opacity:1;margin:0}.eh-b .ehb-accordion{text-decoration:underline;text-decoration-color:rgb(var(--eh-champagne-rgb) / .4);text-underline-offset:3px}.eh-b .ehb-accordion:hover{text-decoration-color:currentColor}.eh-b .ehb-hilfe__btn{text-decoration:underline;text-decoration-color:rgb(var(--eh-champagne-rgb) / .4);text-underline-offset:3px}.eh-b .ehb-hilfe__btn:hover{text-decoration-color:currentColor}.eh-b [data-role=finish-list]:empty+.ehb-accordion{display:none}.eh-b .ehb-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--eh-space-12)}.eh-b .ehb-grid-2>.eh-feature-card{display:flex;flex-direction:column;gap:var(--eh-space-12);padding:var(--eh-space-12);min-width:0}.eh-b .ehb-grid-2 .eh-feature-card>*{min-width:0}.eh-b .ehb-grid-2 .eh-feature-img{aspect-ratio:4/5;width:100%;margin:0;flex:0 0 auto;overflow:hidden;border-radius:var(--eh-radius-img);background:#f3f2ef}.eh-b .ehb-grid-2 .eh-feature-img img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;display:block;border-radius:0}.eh-b .ehb-grid-2 .eh-feature-body{display:flex;flex-direction:column;flex:1 1 auto}.eh-b .ehb-grid-2 .eh-feature-title{font-size:var(--eh-fs-200);line-height:1.3;font-weight:var(--eh-fw-medium);margin:0;min-height:2.6em}.eh-b .ehb-grid-2 .eh-feature-hint{display:none}.eh-b .ehb-grid-2 .ehb-karte-hilfe{align-self:flex-start;margin:auto 0 0;padding:8px 0 0;background:none;border:0;cursor:pointer;text-align:left;font-family:inherit;font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);line-height:1.35;color:#6f6a5e;text-decoration:underline;text-decoration-color:rgb(var(--eh-ink-rgb) / .25);text-underline-offset:3px}.eh-b .ehb-grid-2 .ehb-karte-hilfe:hover{color:#141618;text-decoration-color:currentColor}@media(max-width:479px){.eh-b .ehb-grid-2 .ehb-karte-hilfe{font-size:var(--eh-fs-100)}}.eh-b .ehb-grid-2 .eh-feature-choices,.eh-b .ehb-grid-2 .eh-choices{gap:5px}.eh-b .ehb-grid-2 .eh-chip{padding-inline:var(--eh-space-12)}.eh-b .ehb-grid-2 .eh-feature-title,.eh-b .ehb-grid-2 .eh-feature-name{font-size:var(--eh-fs-200)}.eh-b .ehb-grid-2 .eh-feature-hint,.eh-b .ehb-grid-2 .eh-feature-desc{font-size:var(--eh-fs-100);line-height:1.45}@media(max-width:479px){.eh-b .ehb-grid-2{gap:var(--eh-space-8)}}.eh-b .ehb-grid-addon{display:grid;grid-template-columns:1fr;gap:var(--eh-space-12)}.eh-b .ehb-ens__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--eh-space-12)}.eh-b .ehb-ens__card img[data-ens-img]{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:#f2f1eb}@media(max-width:749px){.eh-b .ehb-ens__grid{grid-template-columns:1fr 1fr;gap:var(--eh-space-12)}}.eh-b .ehb-sumwrap{display:grid;grid-template-columns:1fr;gap:var(--eh-space-16)}.eh-b .ehb-bild--sum{margin:0}.eh-b .ehb-bild--sum .ehb-bild__img{aspect-ratio:4/5}@media(min-width:750px){.eh-b .ehb-sumwrap{grid-template-columns:clamp(150px,30%,320px) minmax(0,1fr);column-gap:clamp(var(--eh-space-16),2vw,var(--eh-space-32));row-gap:var(--eh-space-24);align-items:start}.eh-b .ehb-sumbody{display:contents}.eh-b .ehb-bild--sum{grid-column:1;grid-row:1;align-self:stretch}.eh-b .ehb-bild--sum .ehb-bild__stage{height:100%}.eh-b .ehb-bild--sum .ehb-bild__img{aspect-ratio:auto;height:100%;min-height:280px;max-height:none;object-fit:cover}.eh-b .ehb-sumbody>.eh-summary{grid-column:2;grid-row:1}.eh-b .ehb-sumbody>.eh-delivery,.eh-b .ehb-sumbody>.eh-actions{grid-column:1 / -1;max-width:560px}}@media(min-width:1201px){.eh-b .ehb-bild--sum{display:none}.eh-b .ehb-sumwrap{grid-template-columns:minmax(0,1fr)}.eh-b .ehb-sumbody>.eh-summary{grid-column:1}}.eh-b .eh-summary .eh-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;column-gap:var(--eh-space-16);padding:7px 0;border-bottom:1px dashed var(--eh-line)}.eh-b .eh-summary .eh-row>dt{min-width:0;overflow-wrap:anywhere;font-size:var(--eh-fs-200);color:#5c5749}.eh-b .eh-summary .eh-row>dd{margin:0;justify-self:end;text-align:right;min-width:0;overflow-wrap:break-word;word-break:normal;font-size:var(--eh-fs-200);color:#141618}.eh-b .eh-summary .eh-row.eh-total{border-bottom:0;padding-top:var(--eh-space-12)}.eh-b .eh-summary .eh-row.eh-total>dt{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:#141618}.eh-b .eh-summary .eh-row.eh-total>dd{font-size:var(--eh-fs-500);font-weight:var(--eh-fw-medium)}@media(min-width:750px)and (max-width:1200px){.eh-b .eh-usps{grid-template-columns:1fr}}body.ehb-b-seite [data-role=sticky-price]{display:none!important}.eh-b .eh-model-cardV{display:block;padding:var(--eh-space-16) var(--eh-space-16);border-radius:var(--eh-radius-card)}.eh-b .eh-model-cardV .eh-modelV-img,.eh-b .eh-model-cardV .eh-modelV-usps{display:none}.eh-b .eh-modelV-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--eh-space-12)}.eh-b .eh-modelV-title{font-size:var(--eh-fs-300);font-weight:var(--eh-fw-medium)}.eh-b .eh-modelV-price{font-size:var(--eh-fs-200);color:#5c5749;white-space:nowrap}.eh-b .ehb-modell-desc{display:block;margin-top:3px;font-size:var(--eh-fs-100);line-height:1.45;color:#8a8578}.eh-b .eh-model-cardV.is-selected{border-color:#141618;box-shadow:0 0 0 1px #141618}.eh-b .eh-model-cardV:hover{transform:none;box-shadow:none}.eh-b .eh-model-cardV.is-selected:hover{box-shadow:0 0 0 1px #141618}.eh-b .ehb-grid-addon .eh-feature-card{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:var(--eh-space-12);align-items:stretch}.eh-b .ehb-grid-addon .eh-feature-card>.eh-feature-img{grid-column:1;grid-row:1;margin:0}.eh-b .ehb-grid-addon .eh-feature-card>.eh-feature-body{grid-column:2;grid-row:1}.eh-b .ehb-grid-addon .eh-feature-img{aspect-ratio:4/5;overflow:hidden;border-radius:var(--eh-radius-img)}.eh-b .ehb-grid-addon .eh-feature-img .flickity-viewport{height:100%!important;max-height:none}.eh-b .ehb-grid-addon .eh-feature-img .eh-feature-img-cell{height:100%}.eh-b .ehb-grid-addon .eh-feature-img img{width:100%;height:100%;object-fit:cover}.eh-b .ehb-grid-addon .eh-feature-body{display:flex;flex-direction:column;min-width:0}.eh-b .ehb-grid-addon .eh-feature-body>.eh-chips{margin-top:var(--eh-space-8)}.eh-b .ehb-grid-addon .eh-feature-body>.eh-addon-row,.eh-b .ehb-grid-addon .eh-feature-body>.eh-addon-fuss{margin-top:auto!important;padding-top:var(--eh-space-12);border-top:1px dashed var(--eh-line)}.eh-b .ehb-grid-addon .eh-feature-body{height:100%}.eh-b .ehb-grid-addon .eh-feature-img .flickity-button{width:34px;height:34px;background:transparent!important;border:0;box-shadow:none;color:#3c3a34}.eh-b .ehb-grid-addon .eh-feature-img .flickity-button:hover{background:transparent!important}.eh-b .ehb-grid-addon .eh-feature-img .flickity-button .flickity-button-icon{fill:var(--eh-ink)}.eh-b .ehb-grid-addon .eh-feature-img .flickity-button svg{width:17px;height:17px}.eh-b .ehb-grid-addon .eh-feature-img .flickity-prev-next-button.previous{left:0}.eh-b .ehb-grid-addon .eh-feature-img .flickity-prev-next-button.next{right:0}@media(max-width:749px){.eh-b .ehb-grid-addon .eh-feature-img .flickity-button{display:block}}.eh-b .ehb-bild__img{aspect-ratio:10/11;max-height:56vh}.eh-b .ehb-step{position:relative}.eh-b .ehb-unsicher{margin-top:var(--eh-space-12)}.eh-b .eh-chip{background:#fff;border-color:var(--eh-line)}.eh-b .eh-chip.is-selected{background:#141618;border-color:#141618;color:#fff}.eh-b .ehb-step+.ehb-step{border-top-color:rgb(var(--eh-ink-rgb) / .1)}.eh-b .ehb-ens{background:transparent;border:0;border-radius:0;padding:0}.eh-b .eh-usp{background:transparent;border:0;box-shadow:none;padding:var(--eh-space-8) var(--eh-space-4)}.eh-b .eh-customsize-upcharge{background:transparent;border:0;padding:6px 0 0}.eh-b [data-ens-total]{display:none!important}.eh-b .eh-summary .eh-row.ehb-total--zwischen>dt{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:#5c5749}.eh-b .eh-summary .eh-row.ehb-total--zwischen>dd{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium)}.eh-b .eh-summary .eh-row.ehb-total--zwischen{border-bottom:1px dashed var(--eh-line);padding-top:7px}.eh-b .eh-summary .eh-row.ehb-vorteil>dt,.eh-b .eh-summary .eh-row.ehb-vorteil>dd{color:var(--eh-accent,#B89464);font-weight:var(--eh-fw-medium)}.eh-b .eh-summary .eh-row.ehb-vorteil .eh-total-sub{display:block;font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);color:#a39c8c;margin-top:1px}.eh-b .eh-summary .eh-row.ehb-total--end{border-bottom:0;padding-top:var(--eh-space-12)}.eh-b .eh-summary .eh-row.ehb-total--end>dt{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:#141618}.eh-b .eh-summary .eh-row.ehb-total--end>dd{font-size:var(--eh-fs-500);font-weight:var(--eh-fw-medium)}.eh-b .eh-summary .ehb-ens-var{font-weight:var(--eh-fw-regular);color:#a39c8c;font-size:var(--eh-fs-100)}.eh-b .eh-customsize{margin-top:var(--eh-space-16);border:0;border-radius:0;background:transparent;padding:var(--eh-space-16) 0 0;border-top:1px solid rgb(var(--eh-ink-rgb) / .1)}.eh-b .eh-customsize-head{align-items:baseline;gap:var(--eh-space-12);margin-bottom:var(--eh-space-12)}.eh-b .eh-customsize-head strong{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:#141618}.eh-b .eh-customsize-hint{font-size:var(--eh-fs-100);color:#8a8578}.eh-b .eh-customsize-label{font-size:var(--eh-fs-200);color:#5c5749}.eh-b .eh-customsize-val{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:#141618;font-variant-numeric:tabular-nums}.eh-b .eh-customsize-row{margin:var(--eh-space-12) 0;align-items:center}.eh-b .eh-customsize-note{font-size:var(--eh-fs-100);line-height:1.5;color:#8a8578;margin-top:var(--eh-space-12)}.eh-b .eh-customsize input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:22px;background:transparent;cursor:pointer;margin:0}.eh-b .eh-customsize input[type=range]::-webkit-slider-runnable-track{height:3px;border-radius:var(--eh-radius-pill);background:#e3ddcd}.eh-b .eh-customsize input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--eh-accent,#B89464);box-shadow:0 1px 4px #00000024;margin-top:-8.5px;transition:transform var(--eh-dur-fast)}.eh-b .eh-customsize input[type=range]::-webkit-slider-thumb:active{transform:scale(1.12)}.eh-b .eh-customsize input[type=range]::-moz-range-track{height:3px;border-radius:var(--eh-radius-pill);background:#e3ddcd;border:0}.eh-b .eh-customsize input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--eh-accent,#B89464);box-shadow:0 1px 4px #00000024}.eh-b .eh-customsize input[type=range]:focus-visible{outline:2px solid rgb(var(--eh-champagne-rgb) / .5);outline-offset:4px}.eh-b .eh-customsize-upcharge{background:transparent;border:0;padding:var(--eh-space-12) 0 0;margin:var(--eh-space-12) 0 0;font-size:var(--eh-fs-200);color:var(--eh-accent,#B89464);font-weight:var(--eh-fw-medium);border-top:1px dashed rgb(var(--eh-ink-rgb) / .12)}.eh-b .eh-extra-finishes{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:var(--eh-space-16);margin-top:var(--eh-space-12)}.eh-b .eh-extra-finishes .eh-feature-card.eh-extra-card{display:flex;flex-direction:column;gap:var(--eh-space-12);padding:var(--eh-space-12);border:1px solid #e6e6e6;border-radius:var(--eh-radius-card);background:#fff;position:relative;min-width:0}.eh-b .eh-extra-finishes .eh-feature-img{aspect-ratio:5/4;width:100%;margin:0;border-radius:var(--eh-radius-img);overflow:hidden;background:#f3f2ef}.eh-b .eh-extra-finishes .eh-feature-img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;aspect-ratio:auto}.eh-b .eh-extra-finishes .eh-feature-body{display:flex;flex-direction:column;gap:5px;min-width:0}.eh-b .eh-extra-finishes .eh-feature-title{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);line-height:1.25;margin:0;min-height:auto;white-space:normal;color:#222}.eh-b .eh-extra-finishes .eh-addon-row{margin:0!important;padding:0;border:0;display:flex;align-items:center;justify-content:space-between;gap:6px}.eh-b .eh-extra-finishes .eh-price{font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);color:#5c5749;white-space:nowrap}.eh-b .eh-extra-finishes .eh-check span{display:none}.eh-b .eh-extra-finishes .eh-check{display:inline-flex;align-items:center;margin:0;flex-shrink:0}.eh-b .eh-extra-finishes .eh-check input{accent-color:var(--eh-accent,#B89464);width:15px;height:15px;margin:0;cursor:pointer}.eh-b .eh-extra-finishes .eh-feature-title{min-height:2.5em}.eh-b .ehb-finish-mat{display:block;font-size:var(--eh-fs-100);line-height:1.35;color:#8a8578;font-weight:var(--eh-fw-regular);margin-top:3px}.eh-b .eh-swatch .ehb-finish-mat{margin-top:2px}.eh-b .eh-extra-finishes:after{font-size:var(--eh-fs-100);line-height:1.55;color:#5c5749;margin-top:6px}.eh-b .eh-extra-finishes .eh-extra-card:has(input:checked){border-color:#141618;box-shadow:0 0 0 1px #141618}.eh-b .eh-extra-finishes .eh-note{display:none}.eh-b .eh-extra-finishes:after{content:"Die Vorschau links zeigt das Standard-Finish. Sonderfinishes werden individuell gefertigt.";grid-column:1 / -1;font-size:var(--eh-fs-100);line-height:1.5;color:#8a8578;margin-top:2px}@media(max-width:479px){.eh-b .eh-extra-finishes{grid-template-columns:1fr 1fr;gap:var(--eh-space-8)}}.eh-b-ber-modal .eh-modal-body,.eh-modal .ehb-ber{margin:0}.ehb-ber{display:grid;grid-template-columns:1fr;gap:var(--eh-space-16)}@media(min-width:640px){.ehb-ber{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:var(--eh-space-24);align-items:start}}.ehb-ber__bild{border-radius:var(--eh-radius-img);overflow:hidden;background:#f3f2ef;aspect-ratio:4/5}.ehb-ber__bild img{width:100%;height:100%;object-fit:cover;display:block}.ehb-ber__body h4{margin:0 0 6px;font-size:var(--eh-fs-300);font-weight:var(--eh-fw-medium);line-height:1.25}.ehb-ber__intro{margin:0 0 var(--eh-space-16);font-size:var(--eh-fs-200);line-height:1.55;color:#5c5749}.ehb-ber__chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:var(--eh-space-12)}.ehb-ber-chip{border:1px solid var(--eh-line);background:#fff;border-radius:var(--eh-radius-pill);font-family:inherit;font-size:var(--eh-fs-200);padding:7px var(--eh-space-12);cursor:pointer;color:#141618;transition:background var(--eh-dur-fast),border-color var(--eh-dur-fast),color var(--eh-dur-fast)}.ehb-ber-chip:hover{border-color:rgb(var(--eh-ink-rgb) / .3)}.ehb-ber-chip.is-selected{background:#141618;border-color:#141618;color:#fff}.ehb-ber__texte{min-height:4.6em}.ehb-ber-text{display:none;margin:0;font-size:var(--eh-fs-200);line-height:1.6;color:#141618}.ehb-ber-text.is-an{display:block}.ehb-ber__fuss{margin:var(--eh-space-16) 0 0;padding-top:var(--eh-space-12);border-top:1px dashed var(--eh-line);font-size:var(--eh-fs-100);line-height:1.5;color:#8a8578}.ehb-fg{font-family:var(--heading-font-family,"Montserrat",sans-serif)}.ehb-fg__eyebrow{font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);letter-spacing:.16em;text-transform:uppercase;color:#8a8578;margin:0 0 var(--eh-space-8)}.ehb-fg__eyebrow:after{content:"";display:block;width:28px;height:1px;background:var(--eh-champagne);margin-top:var(--eh-space-8)}.ehb-fg__titel{font-size:var(--eh-fs-400);font-weight:var(--eh-fw-medium);letter-spacing:-.01em;color:#141618;margin:0 0 6px;line-height:1.25}.ehb-fg__intro{font-size:var(--eh-fs-200);line-height:1.6;color:rgb(var(--eh-ink-rgb) / .72);margin:0 0 var(--eh-space-16);max-width:56ch}.ehb-fg__seg{display:flex;gap:var(--eh-space-8);margin:0 0 var(--eh-space-16)}.ehb-fg__tab{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:1px;background:#fff;border:1px solid var(--eh-line);border-radius:var(--eh-radius-pill);padding:var(--eh-space-8) var(--eh-space-12);cursor:pointer;color:#141618;line-height:1.25;transition:background var(--eh-dur-fast) cubic-bezier(.25,.46,.45,.94),color var(--eh-dur-fast) cubic-bezier(.25,.46,.45,.94),border-color var(--eh-dur-fast)}.ehb-fg__tab:hover{border-color:rgb(var(--eh-champagne-rgb) / .55)}.ehb-fg__tab-name{font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);white-space:nowrap}.ehb-fg__tab-sub{font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);color:#8a8578;white-space:nowrap}.ehb-fg__tab.is-an{background:#141618;border-color:#141618;color:#fff}.ehb-fg__tab.is-an .ehb-fg__tab-sub{color:#ffffff9e}.ehb-fg__tab:focus-visible{outline:2px solid var(--eh-champagne);outline-offset:2px}.ehb-fg__wall{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:var(--eh-space-12)}.ehb-fg__cell{margin:0;min-width:0}.ehb-fg__media{position:relative;border-radius:var(--eh-radius-img);overflow:hidden;background:#edebe4;aspect-ratio:4/5}.eh-modal-body .ehb-fg__media img{width:100%;height:100%;object-fit:cover;display:block;max-width:none}.ehb-fg__cap{font-size:var(--eh-fs-100);line-height:1.45;color:#8a8578;margin-top:7px}.ehb-fg__fuss{font-size:var(--eh-fs-100);line-height:1.55;color:#8a8578;margin:var(--eh-space-16) 0 0}.ehb-fg__muster-karte{display:flex;justify-content:space-between;align-items:center;gap:var(--eh-space-12);flex-wrap:wrap;margin-top:var(--eh-space-16);padding:var(--eh-space-12) 15px;border:1px solid var(--eh-line);border-radius:var(--eh-radius-card);background:#fff;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:var(--eh-ink)}.ehb-fg__muster-karte span{flex:1 1 260px;font-weight:var(--eh-fw-regular,400);color:var(--eh-ink-muted);line-height:1.5}.ehb-fg__muster-karte b{font-weight:var(--eh-fw-medium);color:var(--eh-ink)}.eh-modal-body .ehb-fg__muster{display:inline-flex;align-items:center;min-height:var(--eh-tap-min);padding:0 var(--eh-space-16);border:1px solid var(--eh-champagne);border-radius:var(--eh-radius-pill);background:#fff;color:var(--eh-champagne);font:inherit;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);text-decoration:none;cursor:pointer;white-space:nowrap}.eh-modal-body .ehb-fg__muster:hover{background:rgb(var(--eh-champagne-rgb) / .1)}.ehb-fg__mehr{margin-top:var(--eh-space-16);border-top:1px solid rgb(var(--eh-ink-rgb) / .1)}.ehb-fg__mehr summary{list-style:none;cursor:pointer;position:relative;padding:var(--eh-space-12) var(--eh-space-24) var(--eh-space-12) 0;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:#141618}.ehb-fg__mehr summary::-webkit-details-marker{display:none}.ehb-fg__mehr summary:after{content:"+";position:absolute;right:2px;top:50%;transform:translateY(-50%);font-size:var(--eh-fs-300);line-height:1;color:var(--eh-champagne)}.ehb-fg__mehr[open] summary:after{content:"\2013"}.ehb-fg__inhalt{font-size:var(--eh-fs-200);line-height:1.65;color:rgb(var(--eh-ink-rgb) / .75);padding-bottom:var(--eh-space-12)}.ehb-fg__inhalt :where(h4){font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);margin:0 0 6px;color:#141618}.ehb-fg__inhalt :where(ul){padding-left:1.1rem;margin:0 0 var(--eh-space-12)}.ehb-fg__inhalt :where(p){margin:0 0 var(--eh-space-8)}@media(max-width:749px){.ehb-fg__wall{display:flex;grid-auto-flow:unset;gap:var(--eh-space-12);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -18px;padding:0 18px 2px}.ehb-fg__wall::-webkit-scrollbar{display:none}.ehb-fg__cell{flex:0 0 78%;scroll-snap-align:center}.ehb-fg__seg{gap:6px}.ehb-fg__tab{padding:9px 6px;min-height:var(--eh-tap-min);justify-content:center}.ehb-fg__tab-name{font-size:var(--eh-fs-100)}.ehb-fg__tab-sub{display:none}.ehb-fg__titel{font-size:var(--eh-fs-300)}}@media(prefers-reduced-motion:reduce){.ehb-fg__tab{transition:none}}\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550\2550  .eh-b .eh-info-btn{opacity:.5;transition:opacity var(--eh-dur-fast)}.eh-b .eh-info-btn:hover{opacity:1}.ehb-raum{margin:var(--eh-space-16) 0 var(--eh-space-16)}.ehb-raum__kopf{display:flex;justify-content:space-between;align-items:baseline;gap:var(--eh-space-12)}.ehb-raum__kopf .ehb-raum__label{flex:1 1 auto;margin-bottom:0}.ehb-raum__label{flex:0 0 100%;margin:0 0 var(--eh-space-8);font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);letter-spacing:var(--eh-ls-eyebrow);text-transform:uppercase;color:var(--eh-ink-muted)}.eh-modal-body .ehb-raum__label{color:var(--eh-ink-muted);line-height:1.4}.ehb-raum__masse{background:none;border:0;padding:0;min-height:var(--eh-tap-min);cursor:pointer;font-family:inherit;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:var(--eh-champagne);text-decoration:underline;text-decoration-color:rgb(var(--eh-champagne-rgb) / .4);text-underline-offset:3px;white-space:nowrap}.ehb-raum__masse:hover{text-decoration-color:currentColor}.ehb-modal__zurueck{display:inline-flex;align-items:center;gap:6px;margin:0 0 var(--eh-space-12);padding:0;min-height:var(--eh-tap-min);background:none;border:0;cursor:pointer;font:inherit;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:var(--eh-ink-muted)}.ehb-modal__zurueck:hover{color:var(--eh-ink)}.ehb-raum__eyebrow{font-size:var(--eh-fs-100);letter-spacing:.12em;text-transform:uppercase;color:#8a8578}.ehb-raum__wert{font-size:var(--eh-fs-300);font-weight:var(--eh-fw-medium);color:#141618;font-variant-numeric:tabular-nums}.ehb-raum__slider{-webkit-appearance:none;appearance:none;width:100%;height:26px;background:transparent;cursor:pointer;display:block;margin:0}.ehb-raum__slider:focus{outline:none}.ehb-raum__slider:focus-visible{outline:2px solid var(--eh-champagne);outline-offset:4px;border-radius:4px}.ehb-raum__slider::-webkit-slider-runnable-track{height:3px;border-radius:2px;background:linear-gradient(90deg,#141618 0,#141618 var(--f,0%),#e3e0d8 var(--f,0%),#e3e0d8 100%)}.ehb-raum__slider::-moz-range-track{height:3px;border-radius:2px;background:linear-gradient(90deg,#141618 0,#141618 var(--f,0%),#e3e0d8 var(--f,0%),#e3e0d8 100%)}.ehb-raum__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;margin-top:-9.5px;border-radius:50%;background:#141618;border:3px solid #fff;box-shadow:0 1px 5px #14161847;transition:transform var(--eh-dur-fast) cubic-bezier(.25,.46,.45,.94)}.ehb-raum__slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#141618;border:3px solid #fff;box-shadow:0 1px 5px #14161847}.ehb-raum__slider:active::-webkit-slider-thumb{transform:scale(1.12)}.ehb-raum__bild{margin:6px 0 2px}.ehb-raum__svg{display:block;width:100%;max-width:460px;height:auto;margin:0 auto;font-family:inherit}.ehb-raum__raster{fill:none;stroke:#141618;stroke-width:.6;opacity:.13}.ehb-raum__box{fill:var(--eh-champagne);fill-opacity:.08;stroke:var(--eh-champagne);stroke-width:1;stroke-dasharray:5 4}.ehb-raum__boxlabel{font-size:10px;fill:#8a8578;letter-spacing:.09em}.ehb-raum__wange{fill:var(--eh-champagne);fill-opacity:.4;stroke:var(--eh-champagne);stroke-width:1}.ehb-raum__wange[hidden]{display:none}.ehb-raum__platte{fill:#f2f1eb;stroke:#141618;stroke-width:1.6;stroke-linejoin:round}.ehb-raum__stuhl rect{fill:#fff;stroke:#141618;stroke-width:1.3}.ehb-raum__stuhl rect[data-r=lehne]{fill:#141618;stroke:none}.ehb-raum__mass line{stroke:#141618;stroke-width:1}.ehb-raum__mass text{font-size:12px;fill:#141618;font-variant-numeric:tabular-nums}.ehb-raum__zahlen{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--eh-space-12);margin-top:var(--eh-space-16);padding-top:var(--eh-space-12);border-top:1px solid rgba(20,22,24,.08)}.ehb-raum__zahlen>div{text-align:center}.ehb-raum__zahlen b{display:block;font-size:var(--eh-fs-300);font-weight:var(--eh-fw-medium);color:#141618;font-variant-numeric:tabular-nums;line-height:1.3}.ehb-raum__zahlen span{display:block;font-size:var(--eh-fs-100);color:#8a8578;margin-top:2px}.ehb-raum__uebernehmen{display:block;margin:var(--eh-space-16) auto 0;padding:var(--eh-space-8) var(--eh-space-24);border:1px solid #141618;border-radius:var(--eh-radius-pill);background:transparent;font:inherit;font-size:var(--eh-btn-fs-sm);font-weight:var(--eh-btn-fw);color:#141618;cursor:pointer;transition:background var(--eh-dur-slow) cubic-bezier(.25,.46,.45,.94),color var(--eh-dur-slow) cubic-bezier(.25,.46,.45,.94)}.ehb-raum__uebernehmen:hover{background:#141618;color:#fff}.ehb-raum__uebernehmen[hidden]{display:none}@media(max-width:600px){.ehb-raum__zahlen{gap:6px}.ehb-raum__zahlen b{font-size:var(--eh-fs-200)}.ehb-raum__zahlen span{font-size:var(--eh-fs-100)}}@media(prefers-reduced-motion:reduce){.ehb-raum__slider::-webkit-slider-thumb{transition:none}.ehb-raum__uebernehmen{transition:none}}body:has(.eh-config.eh-b) x-header.header{background:var(--eh-surface)!important;color:#141618!important;--color-foreground:20 22 24;--color-background:var(--eh-surface-rgb);box-shadow:none!important;border-bottom:1px solid #e9e2d3}body:has(.eh-config.eh-b) x-header.header a,body:has(.eh-config.eh-b) x-header.header button,body:has(.eh-config.eh-b) x-header.header svg{color:#141618!important}body:has(.eh-config.eh-b) x-header.header .mega-menu a,body:has(.eh-config.eh-b) x-header.header .mega-menu button,body:has(.eh-config.eh-b) x-header.header .mega-menu svg,body:has(.eh-config.eh-b) x-header.header .mega-menu span,body:has(.eh-config.eh-b) x-header.header .mega-menu p,body:has(.eh-config.eh-b) x-header.header .mega-menu summary,body:has(.eh-config.eh-b) x-header.header .header__dropdown-menu a,body:has(.eh-config.eh-b) x-header.header .header__dropdown-menu button,body:has(.eh-config.eh-b) x-header.header .header__dropdown-menu svg,body:has(.eh-config.eh-b) x-header.header .header__dropdown-menu span,body:has(.eh-config.eh-b) x-header.header .header__dropdown-menu summary{color:#ffffffe6!important}body:has(.eh-config.eh-b) x-header.header .mega-menu__title,body:has(.eh-config.eh-b) x-header.header .mega-menu__linklist-heading,body:has(.eh-config.eh-b) x-header.header .mega-menu .bold,body:has(.eh-config.eh-b) x-header.header .mega-menu a:hover,body:has(.eh-config.eh-b) x-header.header .header__dropdown-menu a:hover,body:has(.eh-config.eh-b) x-header.header .header__dropdown-menu summary:hover{color:#fff!important}body:has(.eh-config.eh-b) x-header.header .header__logo img{filter:brightness(0)}.eh-b .ehb-kopf__usps{list-style:none;margin:var(--eh-space-16) 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--eh-space-8) var(--eh-space-24)}.eh-b .ehb-kopf__usps li{display:inline-flex;align-items:center;gap:7px;font-size:var(--eh-fs-200);line-height:1.3;color:#5c5749;letter-spacing:.005em;white-space:nowrap}.eh-b .ehb-kopf__usps svg{width:13px;height:13px;flex:0 0 13px;fill:none;stroke:var(--eh-champagne);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:749px){.eh-b .ehb-kopf{padding-bottom:0}.eh-b .ehb-kopf__usps{gap:5px var(--eh-space-16);margin-top:var(--eh-space-12)}.eh-b .ehb-kopf__usps li{font-size:var(--eh-fs-100)}.eh-b .ehb-kopf__usps svg{width:11px;height:11px;flex-basis:11px}.eh-b .eh-step[data-step="1"]{padding-top:var(--eh-space-24)}}.ehb-lea{display:block;text-align:left}.ehb-lea__z{display:block;font-size:var(--eh-fs-200);line-height:1.55;color:#f2f1ebb8}.ehb-lea__titel{font-size:var(--eh-fs-300);font-weight:var(--eh-fw-medium);color:#f2f1eb;margin-bottom:3px}.ehb-lea__kopf{display:block;margin:var(--eh-space-12) 0 4px;padding-top:var(--eh-space-8);border-top:1px solid rgba(242,241,235,.16);font-size:var(--eh-fs-100);letter-spacing:.1em;text-transform:uppercase;color:var(--eh-champagne)}.leasing-modal__example-product.ehb-lea-host{white-space:normal}.ehb-raum__pslider{position:relative;height:46px;margin:var(--eh-space-12) 0 var(--eh-space-32)}.ehb-raum__pslider input[data-ehb-raum-slider]{-webkit-appearance:none;appearance:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;background:transparent;cursor:pointer;z-index:3}.ehb-raum__pslider input[data-ehb-raum-slider]::-webkit-slider-runnable-track{background:transparent;height:100%}.ehb-raum__pslider input[data-ehb-raum-slider]::-moz-range-track{background:transparent;height:100%}.ehb-raum__pslider input[data-ehb-raum-slider]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:96px;height:36px;background:transparent;border:0;margin-top:0;opacity:0;box-shadow:none}.ehb-raum__pslider input[data-ehb-raum-slider]::-moz-range-thumb{width:96px;height:36px;background:transparent;border:0;opacity:0}.ehb-raum__pslider input[data-ehb-raum-slider]:focus{outline:none}.ehb-raum__pslider input[data-ehb-raum-slider]:focus-visible~.ehb-raum__griff,.ehb-raum__pslider input[data-ehb-raum-slider]:focus-visible+.ehb-raum__endlabel{outline:none}.ehb-raum__pslider:has(input:focus-visible) .ehb-raum__griff{box-shadow:0 3px 12px #1416184d,0 0 0 3px rgb(var(--eh-champagne-rgb) / .45)}.ehb-raum__spur{position:absolute;left:0;right:0;top:50%;height:5px;transform:translateY(-50%);background:#e6e2d8;border-radius:3px}.ehb-raum__fuellung{position:absolute;left:0;top:50%;height:5px;transform:translateY(-50%);background:#141618;border-radius:3px;transition:width var(--eh-dur-fast) cubic-bezier(.25,.46,.45,.94)}.ehb-raum__tick{position:absolute;top:50%;width:9px;height:9px;border-radius:50%;background:#fff;border:1.5px solid #cfc9bb;transform:translate(-50%,-50%);z-index:1}.ehb-raum__tick.is-voll{background:#141618;border-color:#141618}.ehb-raum__griff{position:absolute;top:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:2;background:#141618;color:#fff;border-radius:var(--eh-radius-pill);padding:var(--eh-space-8) var(--eh-space-16);font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);white-space:nowrap;box-shadow:0 3px 12px #1416184d;font-variant-numeric:tabular-nums;transition:left var(--eh-dur-fast) cubic-bezier(.25,.46,.45,.94)}.ehb-raum__endlabel{position:absolute;top:100%;font-size:var(--eh-fs-100);color:#8a8578;margin-top:-3px}.ehb-raum__endlabel--r{right:0}.ehb-raum__mass text.ehb-raum__masslabel{font-size:8.5px;font-weight:500;fill:#8a8578;letter-spacing:.09em}.ehb-raum__hilf{stroke:#8a8578;stroke-width:1;stroke-dasharray:3 3;opacity:.45}.ehb-raum__gmass line{stroke:var(--eh-champagne);stroke-width:1}.ehb-raum__gmass text{font-size:11.5px;font-weight:600;fill:var(--eh-champagne);font-variant-numeric:tabular-nums}.ehb-raum__mass text{font-size:12.5px;font-weight:600;fill:#141618;font-variant-numeric:tabular-nums}.ehb-raum-fuss{margin-top:var(--eh-space-16);padding-top:var(--eh-space-16);border-top:1px solid rgba(20,22,24,.08)}.ehb-raum-fuss ul{list-style:none;margin:0;padding:0}.ehb-raum-fuss li{position:relative;padding-left:var(--eh-space-24);font-size:var(--eh-fs-200);line-height:1.55;color:#5c5749;margin:0 0 7px}.ehb-raum-fuss li:last-child{margin-bottom:0}.ehb-raum-fuss li:before{content:"\2713";position:absolute;left:1px;top:0;color:var(--eh-champagne);font-weight:var(--eh-fw-medium);font-size:var(--eh-fs-100)}.ehb-raum-fuss strong{color:#141618;font-weight:var(--eh-fw-medium)}.ehb-raum-fuss p{font-size:var(--eh-fs-200);line-height:1.55;color:#5c5749;margin:0 0 7px}@media(prefers-reduced-motion:reduce){.ehb-raum__griff,.ehb-raum__fuellung{transition:none}}.eh-video{display:block;width:100%;object-fit:cover;background:#f2f1eb;contain:layout paint}.eh-visual-cell .eh-video{aspect-ratio:10/11}@media(max-width:1200px){.eh-visual.is-shrunk .eh-visual-cell .eh-video{aspect-ratio:4/3!important;object-fit:cover!important}.eh-visual.is-shrunk:has(:focus) .eh-visual-cell .eh-video{aspect-ratio:1/1!important}}.eh-feature-img .eh-feature-img-cell .eh-video{aspect-ratio:4/5;border-radius:var(--eh-radius-img)}.eh-b .ehb-grid-addon .eh-feature-img .eh-video{height:100%;aspect-ratio:auto;border-radius:0}.eh-b .ehb-bild__stage .eh-video{aspect-ratio:10/11;max-height:56vh}.eh-b .ehb-bild--sum .ehb-bild__stage .eh-video{aspect-ratio:4/5;max-height:none}@media(min-width:750px){.eh-b .ehb-bild--sum .ehb-bild__stage .eh-video{aspect-ratio:auto;height:100%;min-height:280px}}.ehb-raum__mass tspan.ehb-raum__mlbt{font-size:8.5px;font-weight:500;fill:#8a8578;letter-spacing:.09em}.eh-b .ehb-finish-preis{display:block;margin-top:4px;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);color:var(--eh-accent,#B89464);letter-spacing:.01em}.eh-b .ehb-finish-preis.is-basis{color:#8a8a8a;font-weight:var(--eh-fw-medium)}@media(max-width:749px){.eh-b .ehb-grid-addon .eh-feature-card{grid-template-columns:minmax(0,.5fr) minmax(0,1fr)}.eh-b .ehb-grid-addon .eh-chips{gap:var(--eh-space-8)}.eh-b .ehb-grid-addon .eh-chip{padding-inline:var(--eh-space-12)}}@media(max-width:749px){.eh-b .ehb-kopf__usps{flex-direction:column;align-items:center;gap:5px}}.eh-b .ehb-grid-addon .eh-chips{margin-bottom:var(--eh-space-12)}.eh-b .ehb-grid-addon .eh-feature-img{align-self:start}@media(max-width:749px){.eh-b .ehb-kopf{padding-top:64px}}.ehb-raum__stellung{display:flex;flex-wrap:wrap;gap:var(--eh-space-8) 0;margin:0 0 var(--eh-space-24);padding-top:var(--eh-space-16);border-top:1px solid var(--eh-line)}.ehb-raum__stellung[hidden]{display:none}.ehb-raum__stell{-webkit-appearance:none;appearance:none;min-height:var(--eh-tap-min);padding:0 var(--eh-space-16);border:1px solid var(--eh-line);border-radius:var(--eh-radius-pill);background:#fff;color:var(--eh-ink);font:inherit;font-size:var(--eh-fs-200);font-weight:var(--eh-fw-medium);cursor:pointer;display:inline-flex;align-items:center;transition:border-color var(--eh-dur-fast),background-color var(--eh-dur-fast),color var(--eh-dur-fast)}.ehb-raum__stell[hidden]{display:none}.ehb-raum__stellung .ehb-raum__stell{flex:1 1 0;min-width:0;justify-content:center;text-align:center;border-radius:0;border-color:var(--eh-line);margin-left:-1px;padding:0 var(--eh-space-12);white-space:nowrap}.ehb-raum__stellung .ehb-raum__stell:not([hidden]):first-of-type{border-radius:var(--eh-radius-pill) 0 0 var(--eh-radius-pill);margin-left:0}.ehb-raum__stellung .ehb-raum__stell:not([hidden]):last-of-type{border-radius:0 var(--eh-radius-pill) var(--eh-radius-pill) 0}.ehb-raum__stell:hover{border-color:var(--eh-champagne)}.ehb-raum__stell.is-an{background:var(--eh-ink);border-color:var(--eh-ink);color:#fff}.ehb-raum__stellung .ehb-raum__stell.is-an{position:relative;z-index:1;border-color:var(--eh-ink)}.ehb-raum__stell:focus-visible{outline:2px solid var(--eh-champagne);outline-offset:2px;position:relative;z-index:2}@media(max-width:520px){.ehb-raum__stellung .ehb-raum__stell{flex:1 1 100%;border-radius:0;margin-left:0;margin-top:-1px}.ehb-raum__stellung .ehb-raum__stell:not([hidden]):first-of-type{border-radius:var(--eh-radius-card) var(--eh-radius-card) 0 0;margin-top:0}.ehb-raum__stellung .ehb-raum__stell:not([hidden]):last-of-type{border-radius:0 0 var(--eh-radius-card) var(--eh-radius-card)}}.ehb-raum__wandhinweis{margin:var(--eh-space-12) 0 0;text-align:center;font-size:var(--eh-fs-200);line-height:1.45;color:#8a8578}.ehb-raum__wand{stroke:#141618;stroke-width:1.6}.ehb-raum__wandhatch{stroke:#141618;stroke-width:.8;fill:none;opacity:.5}.ehb-raum__wandtext{fill:#8a8578;font-size:7px;letter-spacing:.12em;text-anchor:middle}.eh-b .eh-chip{min-height:var(--eh-tap-min);height:auto;padding:0 var(--eh-space-16);font-size:var(--eh-fs-200);line-height:1.25;display:inline-flex;align-items:center}.eh-b .ehb-grid-2 .eh-chip,.eh-b .ehb-grid-addon .eh-chip{padding-inline:var(--eh-space-12)}.eh-b .eh-ens__chips{display:none}.eh-b .eh-ens__meta{min-height:0}.eh-b .eh-ens__meta select.eh-ens__quelle{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;max-width:100%;min-height:var(--eh-tap-min);height:auto;padding:0 34px 0 var(--eh-space-16);font:inherit;font-size:var(--eh-fs-200);line-height:1.25;color:var(--eh-ink);background-color:#fff;border:1px solid #e6e6e6;border-radius:var(--eh-radius-pill);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'><path d='M1 1l4 4 4-4' fill='none' stroke='%231F2124' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:border-color var(--eh-dur-fast) ease,box-shadow var(--eh-dur-fast) ease}.eh-b .eh-ens__meta select.eh-ens__quelle:hover{border-color:#d5d5d5}.eh-b .eh-ens__meta select.eh-ens__quelle:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.12)}.eh-b [data-role=size-list].eh-chips{gap:6px}.eh-b [data-role=size-list] .eh-chip{padding:0 var(--eh-space-12);font-weight:var(--eh-fw-medium);white-space:nowrap}.eh-b .eh-swatches{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--eh-space-8)}@media(min-width:750px){.eh-b .eh-swatches{grid-template-columns:repeat(4,minmax(0,1fr))}}.eh-b .eh-swatch{gap:0;padding:6px;border:1px solid var(--eh-line);border-radius:var(--eh-radius-btn, 8px);background:#fff;text-align:left;box-shadow:none}.eh-b .eh-swatch:hover{border-color:rgb(var(--eh-ink-rgb) / .3)}.eh-b .eh-swatch.is-selected{border-color:var(--eh-ink);box-shadow:0 0 0 1px var(--eh-ink)}.eh-b .eh-swatch-thumb{aspect-ratio:4 / 3;border-radius:var(--eh-radius-img);background-color:#f3f2ef}.eh-b .eh-swatch-cap{margin-top:6px;font-size:var(--eh-fs-100);font-weight:var(--eh-fw-medium);line-height:1.25;color:var(--eh-ink)}.eh-b .eh-swatch .ehb-finish-mat{margin-top:2px;font-size:var(--eh-fs-100);line-height:1.35;color:var(--eh-ink-muted);font-weight:var(--eh-fw-regular)}.eh-b .ehb-finish-preis,.eh-b .ehb-finish-preis.is-basis{margin-top:2px;font-size:var(--eh-fs-100);line-height:1.35;font-weight:var(--eh-fw-medium);color:var(--eh-ink-muted);letter-spacing:0}@media(max-width:749px){.ehb-fg__seg{flex-wrap:wrap}.ehb-fg__tab{flex:1 1 calc(50% - 3px);min-width:0;padding:9px var(--eh-space-8)}.ehb-fg__tab-name{white-space:normal;overflow-wrap:break-word;word-break:normal;line-height:1.25;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/88/assets/edelholz-konfigurator-b.css.map */
