:root{--bg:var(--bg-surface);--fg:var(--fg-1);--fg-muted:var(--fg-2);--fs-sm:var(--fs-small);--fw-semibold:var(--fw-semi);--motion-fast:var(--t-fast) var(--ease-out);--brand-red:var(--sp-red);--brand-red-hover:var(--sp-red-deep);--page-x:var(--container-px);--section-y:var(--sp-16);--customer-review-index:0;--customer-review-visible:1;--product-zoom-x:50%;--product-zoom-y:50%;--container-narrow:60rem;--prose-max:72rem;--content-max:var(--prose-max);--longform-max:var(--prose-max)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--fg-1);font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-normal);background:var(--bg-page);font-weight:var(--fw-regular);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:30;background:var(--sp-white);border-bottom:1px solid var(--border-hairline);box-shadow:var(--shadow-xs)}.utility{background:var(--sp-red-premium);color:var(--fg-on-red);font-size:var(--fs-micro);font-weight:var(--fw-semi);letter-spacing:0;line-height:1}.utility-inner{display:grid;align-items:center;grid-template-columns:max-content minmax(0,1fr) max-content;gap:clamp(var(--sp-4),2vw,var(--sp-8));max-width:none;width:100%;height:36px;margin:0 auto;padding:0 clamp(40px,3.75vw,72px)}.utility-benefits,.utility-contact,.utility-rating{display:flex;align-items:center;min-width:0;white-space:nowrap}.utility a{color:inherit}.utility-contact a{align-items:center;display:inline-flex;gap:var(--sp-2);height:36px;padding:0}.utility-contact{gap:clamp(var(--sp-4),1.8vw,var(--sp-6))}.utility-pencil{display:inline-flex}.utility-benefit-icon svg,.utility-pencil svg{fill:none;height:14px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;width:14px}.utility-benefits{gap:clamp(var(--sp-5),3vw,var(--sp-10));justify-content:center;list-style:none;margin:0;overflow:hidden;padding:0}.utility-benefits li:nth-child(n+5){display:none}.utility-rating{gap:var(--sp-2);justify-content:flex-end}.utility-benefits a,.utility-benefits li,.utility-benefits span{align-items:center;display:inline-flex;gap:var(--sp-1);min-width:0}.utility-benefit-icon{display:inline-flex;flex:0 0 auto}.utility-flag-de{display:inline-block;flex:0 0 auto;width:14px;height:10px;min-width:14px;box-shadow:0 0 0 1px rgba(255,255,255,.45);border-radius:1px;background:linear-gradient(180deg,#000 0 33.333%,#dd0000 33.333% 66.666%,#ffce00 66.666% 100%)}.utility-rating strong{font-weight:var(--fw-bold)}.utility-stars{letter-spacing:.03em}@media (max-width:900px){.utility-inner{gap:var(--sp-2);grid-template-columns:1fr;height:auto;padding-bottom:var(--sp-2);padding-top:var(--sp-2)}.utility-benefits,.utility-contact,.utility-rating{flex-wrap:wrap;justify-content:center}}.main-nav{display:flex;min-height:82px;width:100%;padding:var(--sp-2) clamp(40px,3.75vw,72px);gap:clamp(var(--sp-8),2.5vw,var(--sp-12))}.brand,.main-nav{align-items:center}.brand{display:inline-flex;flex:0 0 auto;white-space:nowrap}.brand img{display:block;width:clamp(180px,12vw,200px);height:auto}.desktop-navigation{flex:1 1;gap:clamp(var(--sp-3),1.5vw,var(--sp-8))}.desktop-navigation,.nav-links{align-items:center;display:flex;min-width:0}.nav-links{justify-content:flex-start;gap:clamp(var(--sp-6),2.7vw,52px);color:var(--fg-1);font-size:var(--fs-small);font-weight:var(--fw-bold);flex:1 1 auto;white-space:nowrap}.nav-item>a{display:block;padding:var(--sp-3) 0;border-bottom:1px solid transparent}.nav-item:focus-within>a,.nav-item:hover>a{color:var(--brand-red);border-bottom-color:var(--brand-red)}.nav-item{position:static}.desktop-submenu{background:var(--bg-soft);border-top:1px solid var(--border-hairline);box-shadow:var(--shadow-sm);color:var(--fg-1);display:block;font-size:var(--fs-small);font-weight:var(--fw-semi);left:0;min-height:290px;opacity:0;pointer-events:none;position:absolute;right:0;top:100%;visibility:hidden;white-space:normal;z-index:50}.desktop-submenu:before{content:"";height:var(--sp-6);left:0;position:absolute;right:0;top:calc(-1 * var(--sp-6))}.nav-item.is-open .desktop-submenu,.nav-item:focus-within .desktop-submenu,.nav-item:hover .desktop-submenu{opacity:1;pointer-events:auto;visibility:visible}.desktop-submenu-inner{display:grid;gap:var(--sp-8);grid-template-columns:repeat(var(--submenu-column-count,1),minmax(0,1fr));margin:0 auto;max-width:var(--container-max);padding:var(--sp-16) var(--container-px);width:100%}.desktop-submenu-product .desktop-submenu-inner{max-width:var(--container-max);padding-top:var(--sp-10)}.desktop-submenu-quality .desktop-submenu-inner,.desktop-submenu-two-column .desktop-submenu-inner{max-width:var(--container-max)}.desktop-submenu-column{display:flex;flex-direction:column;gap:var(--sp-5);min-width:0}.desktop-submenu-group h2{color:var(--brand-red);font-size:var(--fs-body);line-height:var(--lh-snug);margin:0 0 var(--sp-4);text-transform:uppercase}.desktop-submenu-group ul{display:grid;gap:var(--sp-3);list-style:none;margin:0;padding:0}.desktop-submenu-group a{align-items:center;border:0;display:flex;gap:var(--sp-3);overflow-wrap:anywhere;padding:0}.desktop-submenu-group a:focus-visible,.desktop-submenu-group a:hover{color:var(--brand-red)}.desktop-submenu-group svg{fill:none;flex:0 0 auto;height:23px;stroke:var(--sp-red-premium);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;width:23px}.nav-tools{flex:0 0 auto;margin-left:auto}.nav-actions,.nav-tools{align-items:center;display:flex}.nav-actions{gap:var(--sp-5)}.account-menu{position:relative}.account-dropdown{background:var(--bg-surface);border:1px solid var(--border-hairline);box-shadow:var(--shadow-sm);left:50%;min-width:190px;padding:var(--sp-1) 0;position:absolute;top:calc(100% + var(--sp-3));transform:translateX(-50%);z-index:80}.account-dropdown[hidden]{display:none}.account-dropdown a,.account-dropdown button{background:transparent;border:0;color:var(--fg-1);cursor:pointer;display:block;font:inherit;font-size:var(--fs-small);padding:var(--sp-3) var(--sp-4);text-align:left;text-decoration:none;width:100%}.account-dropdown button{border-top:1px solid var(--border-hairline);margin-top:var(--sp-1);padding-top:var(--sp-4)}.account-dropdown a:focus-visible,.account-dropdown a:hover,.account-dropdown button:focus-visible,.account-dropdown button:hover{background:var(--bg-soft);color:var(--brand-red);outline:0}.account-dropdown button:disabled{cursor:wait;opacity:.65}.header-action,.mobile-cart,.mobile-menu-toggle{align-items:center;background:transparent;border:0;color:var(--fg-1);cursor:pointer;display:inline-flex;font-family:inherit;justify-content:center;padding:0}.header-action{flex-direction:column;font-size:10px;gap:2px;min-width:34px;text-decoration:none}.header-action svg,.mobile-account-actions svg,.mobile-cart svg,.mobile-menu-toggle svg{fill:none;height:22px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;width:22px}@media (min-width:1025px) and (max-width:1600px){.main-nav,.utility-inner{padding-left:var(--sp-6);padding-right:var(--sp-6)}.main-nav{gap:var(--sp-5)}.brand img{width:180px}.desktop-navigation{gap:var(--sp-4)}.nav-links{font-size:var(--fs-micro);gap:clamp(var(--sp-3),1.25vw,var(--sp-5))}.nav-tools{gap:var(--sp-3)}.nav-actions{gap:var(--sp-2)}}@media (min-width:1025px) and (max-width:1199px){.desktop-submenu-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}.header-action:focus-visible,.header-action:hover,.mobile-cart:focus-visible,.mobile-cart:hover,.mobile-menu-toggle:focus-visible,.mobile-menu-toggle:hover{color:var(--brand-red)}.mobile-cart,.mobile-menu-toggle,.mobile-navigation{display:none}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}@media (min-width:1717px){.utility-benefits li:nth-child(n+5){display:list-item}}.breadcrumb{background:var(--bg-surface);color:var(--fg-2);font-size:var(--fs-small)}.breadcrumb-inner{align-items:center;display:flex;gap:var(--sp-3);margin:0 auto;max-width:var(--container-max);padding:var(--sp-5) 0}.breadcrumb-product .breadcrumb-inner{flex-wrap:wrap}.breadcrumb a{color:var(--fg-1)}.breadcrumb a:hover{color:var(--brand-red);text-decoration:underline;text-underline-offset:.16em}.product-review-badge{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);bottom:var(--sp-4);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--fg-1);display:grid;font-size:var(--fs-small);grid-template-columns:auto auto;line-height:var(--lh-snug);min-width:132px;padding:var(--sp-3) var(--sp-4);position:fixed;right:var(--sp-4);text-decoration:none;z-index:90}.product-review-badge-stars{color:var(--brand-red);grid-column:1/-1;letter-spacing:.04em}.product-review-badge strong{color:var(--brand-red);font-size:var(--fs-body-lg);margin-right:var(--sp-2)}.product-review-badge:focus-visible,.product-review-badge:hover{border-color:var(--border-brand)}@media (max-width:900px){.product-review-badge{display:none}}.hero{position:relative;min-height:590px;display:grid;grid-template-columns:minmax(320px,.88fr) minmax(420px,1.12fr);align-items:center;gap:var(--sp-10);max-width:none;margin:0;padding:var(--sp-16) max(var(--container-px),calc((100vw - var(--container-max)) / 2 + var(--container-px)));overflow:hidden;background:var(--sp-warm-white)}.hero-content{position:relative;z-index:1;max-width:520px;text-align:left;padding:var(--sp-8);background:transparent}.hero-content p{color:var(--brand-red);font-weight:var(--fw-semi);margin:0 0 var(--sp-3);font-size:var(--fs-small);letter-spacing:var(--ls-eyebrow);text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:var(--fs-display);line-height:var(--lh-tight);letter-spacing:var(--ls-display);margin-bottom:var(--sp-4)}h1,h2{font-weight:var(--fw-bold)}h2{font-size:var(--fs-h2);letter-spacing:var(--ls-tight)}h2,h3{line-height:var(--lh-snug)}h3{font-size:var(--fs-h3);font-weight:var(--fw-semi)}.hero-content span{display:block;color:var(--brand-red);font-family:var(--font-script);font-size:clamp(2rem,4vw,3.1rem);line-height:1;margin-bottom:var(--sp-3)}.hero-text{color:var(--fg-2);font-size:var(--fs-body-lg);line-height:var(--lh-relaxed);margin-bottom:var(--sp-6)}.hero-media{position:relative;min-height:440px;border-radius:0;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.62)),linear-gradient(90deg,var(--sp-sand),var(--sp-warm-white) 44%,var(--sp-grey-warm));box-shadow:none}.hero-media:not(.has-media):before{content:"";position:absolute;inset:12% 10%;border:1px solid rgba(90,64,50,.18);border-radius:var(--radius-md);background:linear-gradient(90deg,transparent 0 31%,rgba(90,64,50,.18) 31% 32%,transparent 32% 65%,rgba(90,64,50,.18) 65% 66%,transparent 66%),linear-gradient(180deg,transparent 0 35%,rgba(90,64,50,.16) 35% 36%,transparent 36% 70%,rgba(90,64,50,.16) 70% 71%,transparent 71%)}.hero-media:not(.has-media):after{content:"";position:absolute;right:9%;bottom:11%;width:34%;height:18%;border-radius:var(--radius-sm);background:rgba(255,255,255,.5);box-shadow:inset 0 -18px 0 rgba(90,64,50,.1)}.button-row{display:flex;justify-content:flex-start;gap:var(--sp-3);flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:var(--sp-3) var(--sp-5);border:1px solid transparent;border-radius:var(--radius-md);font-weight:var(--fw-bold);font-size:var(--fs-small);letter-spacing:0;transition:background var(--t-fast) var(--ease-out),box-shadow var(--t-fast) var(--ease-out),color var(--t-fast) var(--ease-out),border-color var(--t-fast) var(--ease-out)}.button-primary{background:var(--brand-red);color:var(--fg-on-red);box-shadow:var(--shadow-sm)}.button-primary:hover{background:var(--brand-red-hover)}.button:disabled,.contact-form button:disabled{cursor:wait;opacity:.72}.button-light,.button-secondary{background:var(--bg-surface);color:var(--fg-1);border-color:var(--border-muted)}.button-light:hover,.button-secondary:hover{border-color:var(--brand-red);color:var(--brand-red)}.button-tertiary{min-height:auto;padding:0;background:transparent;color:var(--brand-red);border:0;box-shadow:none}.button-tertiary:hover{color:var(--brand-red-hover)}.section{max-width:var(--container-max);margin:0 auto;padding:var(--sp-16) var(--container-px)}.muted{max-width:none;background:var(--bg-soft)}.muted>*{max-width:var(--container-max);margin-left:auto;margin-right:auto}.section-heading{text-align:center;max-width:var(--content-max);margin:0 auto var(--sp-10)}.section-heading h2{color:var(--fg-1);margin-bottom:var(--sp-3)}.section-heading__subtitle{color:var(--fg-2);font-size:var(--fs-body-lg);line-height:var(--lh-relaxed);margin:0 auto}.planner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--sp-5)}.product-overview{padding-top:var(--sp-16)}.planner-card{display:flex;flex-direction:column;border:1px solid var(--border-hairline);background:var(--bg-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--t-base) var(--ease-out),box-shadow var(--t-base) var(--ease-out),border-color var(--t-base) var(--ease-out)}.planner-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--brand-red) 22%,transparent);box-shadow:var(--shadow-sm)}.planner-image{position:relative;aspect-ratio:4/3;height:auto;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.75)),linear-gradient(90deg,var(--sp-sand),var(--sp-warm-white) 38%,var(--sp-grey-warm))}.planner-image:not(.has-media):before{content:"";position:absolute;inset:18% 16%;border-radius:var(--radius-sm);border:1px solid rgba(90,64,50,.16);background:linear-gradient(90deg,transparent 0 47%,rgba(90,64,50,.16) 47% 49%,transparent 49%),linear-gradient(180deg,transparent 0 48%,rgba(90,64,50,.14) 48% 50%,transparent 50%)}.cta-media.has-media,.planner-image.has-media,.room-sketch.has-media{position:relative;background:var(--bg-muted);border:0;box-shadow:none;overflow:hidden}.hero-media.has-media{position:relative;background:var(--bg-muted);overflow:hidden}.cta-media img,.hero-media img,.planner-image img,.room-sketch img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover}.image-fit-cover img{object-fit:cover}.image-fit-contain img{object-fit:contain;background:var(--bg-soft)}.image-focus-center img{object-position:center}.image-focus-left img{object-position:left center}.image-focus-right img{object-position:right center}.image-focus-top img{object-position:center top}.image-focus-bottom img{object-position:center bottom}.image-1{background-color:var(--sp-soft-bg)}.image-2{background-color:var(--sp-grey-warm)}.image-3{background-color:var(--sp-warm-white)}.image-4{background-color:var(--sp-sand)}.image-5{background-color:var(--bg-soft)}.planner-card-copy{display:flex;flex:1 1;flex-direction:column;align-items:center;padding:var(--sp-5);text-align:center}.planner-card h3{margin-bottom:var(--sp-2);color:var(--fg-1);font-size:var(--fs-h4);font-weight:var(--fw-bold);line-height:var(--lh-snug)}.planner-card p{flex:1 1;color:var(--fg-2);font-size:var(--fs-small);line-height:var(--lh-relaxed)}.planner-card a{margin-top:var(--sp-2)}.planner-card .button-primary,.planner-card .button-secondary{background:var(--bg-surface);border-color:var(--border-muted);box-shadow:none;color:var(--fg-1)}.planner-card .button-primary:hover,.planner-card .button-secondary:hover{border-color:var(--border-brand);color:var(--fg-accent)}.quickstart{display:grid;grid-template-columns:.95fr 1.25fr;gap:var(--sp-8);align-items:center;max-width:var(--container-max);margin:0 auto;padding:var(--sp-16) var(--container-px)}.quickstart-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--sp-4);padding:var(--sp-6);border:1px solid var(--border-hairline);background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.quickstart-panel label{display:grid;gap:var(--sp-2);color:var(--fg-2);font-size:var(--fs-small)}.quickstart-panel input{width:100%;min-height:42px;border:1px solid var(--border-hairline);border-radius:var(--radius-md);padding:var(--sp-3);color:var(--fg-2);background:var(--bg-soft)}.quickstart-panel .button{grid-column:1/-1}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--sp-5);margin:0 auto;max-width:var(--container-max)}.process-section{padding-top:var(--sp-12);padding-bottom:var(--sp-12);background:var(--sp-grey-warm)}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--sp-8);max-width:var(--container-narrow);margin:0 auto}.process-card{display:grid;justify-items:center;text-align:center;gap:var(--sp-2)}.process-number{display:grid;place-items:center;width:88px;height:88px;margin-bottom:var(--sp-2);color:var(--brand-red);font-size:var(--fs-h3);font-weight:var(--fw-bold);border:1px solid color-mix(in srgb,var(--brand-red) 28%,var(--sp-sand));border-radius:var(--radius-disc);background:var(--bg-disc);box-shadow:var(--shadow-sm)}.process-card h3{font-family:var(--font-script);font-size:clamp(1.45rem,2.2vw,1.95rem);font-weight:var(--fw-medium);line-height:1;margin-bottom:var(--sp-1);color:var(--brand-red)}.process-card p{max-width:240px;margin-bottom:0;color:var(--fg-2);font-size:var(--fs-small)}.trust-card{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);padding:var(--sp-6);box-shadow:var(--shadow-xs);text-align:center}.advantages-section{background:var(--bg-soft)}.trust-card h3{color:var(--fg-1)}.trust-card p{color:var(--fg-2);font-size:var(--fs-small);margin-bottom:var(--sp-2)}.award-section{max-width:none;margin:0;padding:var(--sp-16) var(--container-px);text-align:center;background:var(--bg-surface);border-block:1px solid var(--border-hairline)}.award-section>*{max-width:var(--container-max);margin-left:auto;margin-right:auto}.award-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,240px));justify-content:center;gap:var(--sp-6);margin-bottom:var(--sp-8)}.award-grid article{display:grid;place-items:center;min-height:180px;padding:var(--sp-6);border:8px solid var(--sp-sand);border-radius:var(--radius-disc);background:var(--bg-surface);box-shadow:var(--shadow-md)}.award-grid strong{color:var(--brand-red);font-size:var(--fs-h3);line-height:var(--lh-tight)}.award-grid span{max-width:150px;color:var(--fg-2);font-size:var(--fs-small)}.award-media{display:grid;place-items:center;max-width:520px;margin:0 auto var(--sp-8)}.award-media img{display:block;width:100%;height:auto}.cta{background:var(--bg-soft);border-block:1px solid var(--border-hairline);margin:0 auto;max-width:var(--container-max);padding:var(--sp-16) var(--container-px);position:relative;text-align:center}.cta-white{background:var(--bg-surface)}.cta-premium{background:var(--sp-anthracite)}.cta-premium,.cta-premium h2,.cta-premium p{color:var(--fg-on-red)}.cta-with-image{display:grid;grid-template-columns:1fr minmax(240px,.55fr);align-items:center;gap:var(--sp-8);text-align:left}.cta-media{min-height:260px;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.8)),linear-gradient(120deg,var(--sp-sand),var(--sp-warm-white) 45%,var(--sp-grey-warm));box-shadow:var(--shadow-md)}.cta p{color:var(--fg-2);max-width:680px;margin:0 auto var(--sp-6)}.cta-with-image p{margin-left:0}.material-cta{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);align-items:center;gap:var(--sp-8);overflow:hidden;text-align:left}.material-strip{display:grid;grid-template-columns:repeat(8,1fr);align-self:stretch;min-height:260px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md)}.material-strip span:first-child{background:var(--sp-warm-white)}.material-strip span:nth-child(2){background:var(--sp-sand)}.material-strip span:nth-child(3){background:var(--sp-grey-warm)}.material-strip span:nth-child(4){background:var(--sp-wood-dark)}.material-strip span:nth-child(5){background:var(--sp-anthracite)}.material-strip span:nth-child(6){background:var(--sp-white)}.material-strip span:nth-child(7){background:var(--brand-red)}.material-strip span:nth-child(8){background:var(--sp-grey-mid)}.reviews{display:grid;grid-template-columns:.85fr 1fr 1fr;gap:var(--sp-6);align-items:stretch}.reviews-carousel-layout{align-items:center;grid-template-columns:minmax(0,.85fr) minmax(0,2fr)}.reviews-carousel-layout .wohnwelt-testimonials-carousel{max-width:none}.wohnwelt-config-image,.wohnwelt-feature-image,.wohnwelt-trust-image{background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.72)),linear-gradient(120deg,var(--sp-sand),var(--sp-warm-white) 48%,var(--sp-grey-warm));overflow:hidden;position:relative}.wohnwelt-config-image img,.wohnwelt-feature-image img,.wohnwelt-trust-image img{display:block;height:100%;inset:0;position:absolute;width:100%}.wohnwelt-config-examples{margin:0 auto;max-width:var(--container-max);padding:var(--sp-16) var(--container-px)}.wohnwelt-config-grid{display:grid;gap:var(--sp-5);grid-template-columns:repeat(3,minmax(0,1fr))}.wohnwelt-config-card{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-width:0;overflow:hidden}.wohnwelt-config-image{aspect-ratio:4/3}.wohnwelt-config-card-copy{display:flex;flex:1 1;flex-direction:column;padding:var(--sp-5)}.wohnwelt-config-card-copy h3{margin-bottom:var(--sp-3)}.wohnwelt-config-card-copy>p{color:var(--fg-2);line-height:var(--lh-relaxed)}.wohnwelt-config-meta{border-top:1px solid var(--border-hairline);display:grid;gap:var(--sp-1);margin-top:auto;padding-top:var(--sp-4)}.wohnwelt-config-meta strong{color:var(--fg-1);font-size:var(--fs-h4)}.wohnwelt-config-meta span{color:var(--fg-2);font-size:var(--fs-small)}.wohnwelt-card-actions{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sp-4);margin-top:var(--sp-5)}.wohnwelt-product-slider{margin:0 auto;max-width:var(--container-max);padding:var(--sp-16) var(--container-px)}.wohnwelt-product-slider-heading h2{margin-bottom:var(--sp-3)}.wohnwelt-product-slider-heading p{color:var(--fg-2);line-height:var(--lh-relaxed)}.wohnwelt-product-slider-label{color:var(--fg-accent);font-size:var(--fs-small);font-weight:var(--fw-semi)}.wohnwelt-product-mobile-note{color:var(--fg-accent);display:none;font-size:var(--fs-micro);margin:var(--sp-5) auto 0;max-width:60ch;text-align:center}.wohnwelt-product-slider-track{display:grid;gap:var(--sp-5);grid-auto-columns:calc((100% - (3 * var(--sp-5))) / 4);grid-auto-flow:column;overflow-x:auto;padding:var(--sp-1) var(--sp-1) var(--sp-5);scroll-snap-type:x mandatory;scrollbar-width:thin}.wohnwelt-product-card{display:flex;flex-direction:column;min-width:0;scroll-snap-align:start}.wohnwelt-product-card-image{background:var(--bg-soft);overflow:hidden}.wohnwelt-product-card-image img{display:block;transition:transform .24s ease}@media (hover:hover) and (pointer:fine){.wohnwelt-product-card:focus-within .wohnwelt-product-card-image img,.wohnwelt-product-card:hover .wohnwelt-product-card-image img{transform:scale(1.06)}}.wohnwelt-product-card-copy{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.wohnwelt-product-card-copy h3{color:var(--fg-1)}.wohnwelt-product-card-copy>p{color:var(--fg-2);font-size:var(--fs-small)}.wohnwelt-product-card-meta{display:grid;gap:var(--sp-1);margin-top:auto}.wohnwelt-product-card-meta strong{color:var(--fg-accent)}.wohnwelt-product-card-meta span{color:var(--fg-2);font-size:var(--fs-small);display:none}.wohnwelt-product-card-meta small{color:var(--fg-2);font-size:var(--fs-micro)}.wohnwelt-product-card-actions{align-items:center;display:flex;flex-direction:column}@media (max-width:900px){.wohnwelt-product-slider-track{grid-auto-columns:minmax(250px,72vw)}}@media (max-width:560px){.wohnwelt-product-slider{padding-bottom:var(--sp-12);padding-top:var(--sp-12)}.wohnwelt-product-slider-track{grid-auto-columns:86%}}.wohnwelt-configurator-entries{margin:0 auto;padding:var(--sp-8) var(--container-px) var(--sp-16)}.wohnwelt-configurator-note{color:var(--fg-accent);font-size:var(--fs-small);margin:0 auto var(--sp-5);text-align:center}.wohnwelt-configurator-entry{box-shadow:var(--shadow-sm)}.wohnwelt-configurator-entry h2{font-size:var(--fs-h4)}.wohnwelt-award-trust{margin:0 auto;max-width:var(--container-max);padding:var(--sp-12) var(--container-px) var(--sp-16)}.wohnwelt-award-trust-copy{max-width:60ch}.wohnwelt-award-trust-copy p{color:var(--fg-2)}.wohnwelt-benefits-heading{margin:0 auto var(--sp-10);max-width:80ch;text-align:center}.wohnwelt-benefits-heading p{color:var(--fg-2);line-height:var(--lh-relaxed)}.wohnwelt-benefit{height:100%;padding:0 var(--sp-2)}.wohnwelt-benefit-icon{height:48px;margin:0 auto var(--sp-4);min-height:0;width:48px}.wohnwelt-benefit-icon img{height:100%;object-fit:contain;width:100%}.wohnwelt-benefit h3{font-size:var(--fs-h4)}.wohnwelt-benefit ul{color:var(--fg-2);font-size:var(--fs-small);list-style:none}.wohnwelt-benefit li{padding-left:var(--sp-5);position:relative}.wohnwelt-benefit li:before{color:var(--fg-accent);content:"✓";font-weight:var(--fw-bold);left:0;position:absolute}@media (max-width:900px){.wohnwelt-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.wohnwelt-benefits-grid,.wohnwelt-configurator-entry-grid{grid-template-columns:1fr}.wohnwelt-benefits-inner,.wohnwelt-configurator-entry{padding:var(--sp-6)}}.wohnwelt-award-trust-copy h2,.wohnwelt-configurator-entry h2,.wohnwelt-product-slider-heading h2{color:var(--fg-1)}.wohnwelt-product-card-actions .button{min-width:0}.wohnwelt-live-heading{margin:0 auto var(--sp-8);max-width:80ch;text-align:center}.wohnwelt-live-heading h2{margin:0 0 var(--sp-3)}.wohnwelt-live-heading p{color:var(--fg-2);line-height:var(--lh-relaxed);margin:0}.wohnwelt-testimonials{margin:0 auto;max-width:var(--container-max);padding:var(--sp-16) var(--container-px)}.wohnwelt-heading-icon{display:block;font-family:var(--font-sans);font-size:var(--fs-h2);font-weight:var(--fw-bold);line-height:var(--lh-tight)}.wohnwelt-testimonials-track{display:grid;gap:var(--sp-5);grid-auto-columns:minmax(280px,70%);grid-auto-flow:column;max-width:var(--container-narrow);overflow-x:auto;padding:var(--sp-1) var(--sp-1) var(--sp-6);scroll-snap-type:x mandatory;width:100%}.wohnwelt-testimonial{scroll-snap-align:center}.wohnwelt-testimonial>div{align-self:center}.wohnwelt-testimonial blockquote{color:var(--fg-1);white-space:pre-line}.wohnwelt-testimonial blockquote.is-clamped{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:6}.wohnwelt-testimonial h3{color:var(--fg-1);font-size:var(--fs-h3)}.wohnwelt-testimonial-read-more{background:transparent;border:0;color:var(--fg-1);cursor:pointer;display:inline-block;font-family:inherit;font-size:var(--fs-small);font-weight:var(--fw-bold);margin-top:var(--sp-4);padding:0;text-align:left}.wohnwelt-testimonial-rating{display:flex;gap:var(--sp-1);margin:0 0 var(--sp-3)}.wohnwelt-testimonial .wohnwelt-testimonial-rating-star{color:var(--border-muted);display:inline-block;font-size:var(--fs-body);line-height:1;margin:0;position:relative}.wohnwelt-testimonial .wohnwelt-testimonial-rating-star-empty,.wohnwelt-testimonial .wohnwelt-testimonial-rating-star-fill{display:block;font-size:inherit;line-height:inherit;margin:0}.wohnwelt-testimonial .wohnwelt-testimonial-rating-star-fill{color:var(--brand-red);inset:0 auto 0 0;overflow:hidden;position:absolute;white-space:nowrap}.wohnwelt-testimonial span,.wohnwelt-testimonial strong{display:block;font-size:var(--fs-small)}.wohnwelt-testimonial span{color:var(--fg-2);margin-top:var(--sp-1)}.wohnwelt-room-fit{padding:var(--sp-16) var(--container-px) var(--sp-8)}.wohnwelt-room-fit-image{display:block;margin:0 auto;max-width:var(--container-max)}.wohnwelt-service-actions{background:var(--bg-soft);padding:var(--sp-8) var(--container-px) var(--sp-16)}.wohnwelt-service-actions-grid{display:grid;gap:var(--sp-5);grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;max-width:var(--container-max)}.wohnwelt-service-action{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);display:flex;flex-direction:column;padding:var(--sp-6);text-align:center}.wohnwelt-risk-icon,.wohnwelt-small-icon{height:var(--sp-12);margin:0 auto var(--sp-4);min-height:0;width:var(--sp-12)}.wohnwelt-principle-icon img,.wohnwelt-risk-icon img,.wohnwelt-small-icon img{height:100%;object-fit:contain;width:100%}.wohnwelt-service-action h3{font-size:var(--fs-h4);margin:0 0 var(--sp-3)}.wohnwelt-service-action p{color:var(--fg-2);font-size:var(--fs-small);line-height:var(--lh-normal);margin:0 0 var(--sp-5)}.wohnwelt-service-action .button{margin-top:auto}.wohnwelt-risk-item{border-top:1px solid var(--border-hairline)}.wohnwelt-risk-item a{color:var(--brand-red);text-decoration:none}.wohnwelt-risk-item a:hover{color:var(--brand-red-hover)}.wohnwelt-risk-trust-image{margin:0}.wohnwelt-benefit ul,.wohnwelt-risk-item ul{list-style:none}.wohnwelt-risk-item ul{color:var(--fg-2);font-size:var(--fs-small)}.wohnwelt-risk-item li:before{color:var(--fg-accent);content:"✓";font-weight:var(--fw-bold)}@media (max-width:600px){.wohnwelt-risk-item{min-height:0}}.wohnwelt-ar,.wohnwelt-sample-cta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:var(--sp-12) auto;overflow:hidden}.wohnwelt-ar{background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);max-width:1120px}.wohnwelt-sample-image{aspect-ratio:3/1;min-height:0;overflow:hidden;position:relative}@media (min-width:901px){.wohnwelt-sample-image{align-self:stretch;aspect-ratio:auto;height:100%}}.wohnwelt-ar-image{aspect-ratio:4/3;background:linear-gradient(var(--border-muted),var(--border-muted)) 50% /64% 1px no-repeat,linear-gradient(90deg,var(--border-muted),var(--border-muted)) 50% /1px 64% no-repeat,var(--bg-muted);min-height:0;overflow:hidden;position:relative}.wohnwelt-ar-copy,.wohnwelt-sample-cta>div{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:var(--sp-10)}.wohnwelt-ar-copy h2,.wohnwelt-sample-cta h2{margin:0 0 var(--sp-4)}.wohnwelt-ar-copy p,.wohnwelt-sample-cta p{line-height:var(--lh-relaxed);margin:0 0 var(--sp-6)}.wohnwelt-principle{--principle-disc-size:110px;--principle-icon-size:52px;--principle-number-size:26px}.wohnwelt-principle>h2{font-family:var(--font-sans);font-weight:var(--fw-bold);margin:0 0 var(--sp-8)}.wohnwelt-principle-grid{display:grid;margin:0 auto}.wohnwelt-principle-step{align-items:center;display:flex;flex-direction:column;min-width:0}.wohnwelt-principle-disc{align-items:center;display:flex;height:var(--principle-disc-size);width:var(--principle-disc-size);justify-content:center;margin:0 auto var(--sp-4);min-height:0;position:relative}.wohnwelt-principle-number{align-items:center;border:0;border-radius:var(--radius-disc);display:inline-flex;font-size:var(--fs-micro);font-weight:var(--fw-bold);height:var(--principle-number-size);width:var(--principle-number-size);justify-content:center;top:calc(-1 * var(--sp-2));left:var(--sp-0);line-height:1;position:absolute}.wohnwelt-principle-icon{height:var(--principle-icon-size);width:var(--principle-icon-size);margin:0;min-height:0}.wohnwelt-principle h3{font-family:var(--font-script);font-size:clamp(1.55rem,2.4vw,2.1rem);font-weight:var(--fw-medium)}.wohnwelt-principle-step p{color:var(--fg-2);font-size:var(--fs-small);max-width:24ch}.wohnwelt-quality-features{margin:0 auto;max-width:var(--container-max);padding:var(--sp-12) var(--container-px)}.wohnwelt-quality-grid{display:grid}.wohnwelt-quality-card{border:1px solid var(--border-hairline);border-radius:var(--radius-lg);display:flex;flex-direction:column;height:100%}.wohnwelt-quality-card>div{flex:1 1;min-height:190px;padding:var(--sp-5);text-align:center}.wohnwelt-quality-card h3{font-size:var(--fs-h4)}.wohnwelt-quality-card p{color:var(--fg-2);font-size:var(--fs-small)}.wohnwelt-sample-cta{border:1px solid var(--border-hairline);border-radius:var(--radius-lg);color:var(--fg-1);min-height:260px}.wohnwelt-model-placeholder{margin:0 auto}.wohnwelt-model-toolbar{align-items:center;border-bottom:1px solid var(--border-hairline);border-top:1px solid var(--border-hairline);color:var(--fg-2);display:flex;gap:var(--sp-8);justify-content:space-between;padding:var(--sp-4) 0;flex-wrap:wrap}.wohnwelt-model-toolbar-controls,.wohnwelt-model-toolbar-display{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sp-4)}.wohnwelt-model-toolbar-controls{flex:1 1 auto}.wohnwelt-model-toolbar-display{flex:0 1 auto;margin-left:auto}.wohnwelt-model-toolbar button,.wohnwelt-model-toolbar select{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-sm);color:var(--fg-2);font:inherit;min-height:var(--sp-10);padding:0 var(--sp-3);cursor:pointer}.wohnwelt-model-filter-trigger[aria-expanded=true]{border-color:var(--fg-accent);color:var(--fg-accent)}.wohnwelt-model-toolbar label{align-items:center;display:flex;gap:var(--sp-3)}.wohnwelt-model-result-count{color:var(--fg-1);font-weight:var(--fw-semibold)}.wohnwelt-model-selected-filters{align-items:center;border-bottom:1px solid var(--border-hairline);display:flex;flex-wrap:wrap;gap:var(--sp-3);padding:var(--sp-3) 0}.wohnwelt-model-selected-filters>span{color:var(--fg-2);font-size:var(--fs-small)}.wohnwelt-model-selected-filters>div{display:flex;flex-wrap:wrap;gap:var(--sp-2)}.wohnwelt-model-selected-filters>div button{align-items:center;background:var(--bg-soft);border:1px solid var(--border-brand);border-radius:var(--radius-pill);display:inline-flex;gap:var(--sp-2);min-height:var(--sp-8);padding:0 var(--sp-3)}.wohnwelt-model-reset-link,.wohnwelt-model-selected-filters>div button{color:var(--fg-accent);cursor:pointer;font:inherit;font-size:var(--fs-small)}.wohnwelt-model-reset-link{background:transparent;border:0;margin-left:auto;text-decoration:underline;text-underline-offset:var(--sp-1)}.wohnwelt-model-filter-backdrop{background:color-mix(in srgb,var(--fg-1) 45%,transparent);border:0;cursor:pointer;inset:0;padding:0;position:fixed;z-index:50}.wohnwelt-model-filter-drawer{background:var(--bg-surface);box-shadow:var(--shadow-lg);display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100dvh;inset:0 0 0 auto;max-width:100%;position:fixed;width:calc(var(--sp-24) * 5);z-index:51}.wohnwelt-model-filter-drawer>header{align-items:center;border-bottom:1px solid var(--border-hairline);display:flex;justify-content:space-between;padding:var(--sp-5) var(--sp-6)}.wohnwelt-model-filter-drawer>header h3{color:var(--fg-accent);font-size:var(--fs-h3);margin:0}.wohnwelt-model-filter-drawer>header div>span{color:var(--fg-2);font-size:var(--fs-small)}.wohnwelt-model-filter-drawer>header>button{align-items:center;background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-disc);color:var(--fg-1);cursor:pointer;display:inline-flex;font:inherit;font-size:var(--fs-h3);height:var(--sp-10);justify-content:center;padding:0;width:var(--sp-10)}.wohnwelt-model-filter-body{overflow-y:auto;padding:0 var(--sp-6)}.wohnwelt-model-filter-group{border-bottom:1px solid var(--border-hairline);padding:var(--sp-5) 0}.wohnwelt-model-filter-group summary{color:var(--fg-accent);cursor:pointer;font-size:var(--fs-body-lg);font-weight:var(--fw-semibold)}.wohnwelt-model-filter-options{display:grid;gap:var(--sp-2);padding-top:var(--sp-4)}.wohnwelt-model-filter-options label{align-items:center;color:var(--fg-1);cursor:pointer;display:grid;gap:var(--sp-3);grid-template-columns:auto 1fr auto;min-height:var(--sp-8)}.wohnwelt-model-filter-options input{accent-color:var(--fg-accent);height:var(--sp-4);margin:0;width:var(--sp-4)}.wohnwelt-model-filter-options small{color:var(--fg-2)}.wohnwelt-model-filter-group.is-unavailable>div{align-items:center;display:flex;justify-content:space-between}.wohnwelt-model-filter-group.is-unavailable h4{color:var(--fg-2);font-size:var(--fs-body);margin:0}.wohnwelt-model-filter-group.is-unavailable span{color:var(--fg-2);font-size:var(--fs-micro)}.wohnwelt-model-filter-group.is-unavailable p{color:var(--fg-2);font-size:var(--fs-small);margin:var(--sp-2) 0 0}.wohnwelt-model-filter-drawer>footer{background:var(--bg-soft);border-top:1px solid var(--border-hairline);display:grid;gap:var(--sp-3);grid-template-columns:auto 1fr;padding:var(--sp-4) var(--sp-6)}.wohnwelt-model-filter-drawer>footer .button{min-width:0}.wohnwelt-model-filter-drawer>footer .button:disabled{cursor:not-allowed;opacity:.5}.wohnwelt-model-empty{color:var(--fg-2);padding:var(--sp-8) 0;text-align:center}.wohnwelt-model-skeleton{align-items:stretch;display:grid;padding-top:var(--sp-6)}.wohnwelt-model-skeleton>.wohnwelt-model-card-placeholder>.wohnwelt-model-card-image{aspect-ratio:4/3;background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.wohnwelt-seo-text>h2{color:var(--fg-1);margin:0 0 var(--sp-6)}.wohnwelt-seo-text>div,.wohnwelt-seo-text>h2{max-width:var(--content-max)}.wohnwelt-seo-text h3{color:var(--fg-1);font-size:var(--fs-h4)}.wohnwelt-seo-text p{color:var(--fg-2);margin:0}.wohnwelt-seo-text p+p{margin-top:var(--sp-4)}@media (max-width:900px){.wohnwelt-quality-grid,.wohnwelt-service-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.wohnwelt-ar,.wohnwelt-sample-cta,.wohnwelt-testimonial{grid-template-columns:1fr}.wohnwelt-testimonials-track{grid-auto-columns:88%}.wohnwelt-model-skeleton,.wohnwelt-principle-grid,.wohnwelt-quality-grid,.wohnwelt-service-actions-grid{grid-template-columns:1fr}.wohnwelt-ar,.wohnwelt-sample-cta{margin-left:var(--container-px);margin-right:var(--container-px)}}.wohnwelt-line-icon{color:var(--fg-accent);display:block;height:var(--sp-12);margin:0 auto var(--sp-4);width:var(--sp-12)}.wohnwelt-mobile-track{display:flex;height:100%;transition:transform var(--t-slow) var(--ease-in-out);width:100%}.wohnwelt-carousel-dots{align-items:center;display:flex;gap:var(--sp-2);justify-content:center;margin-top:var(--sp-5)}.wohnwelt-carousel-dots button{background:var(--bg-muted);border:1px solid var(--border-hairline);border-radius:var(--radius-disc);cursor:pointer;height:var(--sp-3);padding:0;width:var(--sp-3)}.wohnwelt-carousel-dots button[aria-current=true]{background:var(--fg-accent);border-color:var(--fg-accent)}.wohnwelt-product-carousel,.wohnwelt-product-desktop{position:relative}.wohnwelt-product-page{align-items:stretch;display:grid}.wohnwelt-product-card{height:100%}.wohnwelt-product-card-image{aspect-ratio:1/1;flex:0 0 auto;min-height:0;position:relative}.wohnwelt-product-card-image img{height:100%;inset:0;object-fit:contain;position:absolute;width:100%}.wohnwelt-carousel-arrow{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-disc);box-shadow:var(--shadow-sm);color:var(--fg-accent);cursor:pointer;display:flex;font:inherit;font-size:var(--fs-h2);height:var(--sp-10);justify-content:center;padding:0;position:absolute;top:42%;transform:translateY(-50%);width:var(--sp-10);z-index:2}.wohnwelt-carousel-arrow-left{left:calc(var(--sp-5) * -1)}.wohnwelt-carousel-arrow-right{right:calc(var(--sp-5) * -1)}.wohnwelt-product-mobile{display:none}.wohnwelt-testimonials-carousel .wohnwelt-testimonial{flex:0 0 100%;height:100%}.wohnwelt-testimonial-image{overflow:hidden;position:relative}.wohnwelt-room-row-carousel{aspect-ratio:7/1;margin:0 auto var(--sp-8);max-width:var(--container-max);overflow:hidden;width:100%}.wohnwelt-room-row-carousel .wohnwelt-room-fit-image{flex:0 0 100%;height:100%}.wohnwelt-room-fit-image img{height:100%}.wohnwelt-room-actions{align-items:stretch;display:grid;gap:var(--sp-5);grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;max-width:var(--container-max)}.wohnwelt-room-actions[data-action-count="1"]{grid-template-columns:minmax(0,360px);justify-content:center}.wohnwelt-room-actions[data-action-count="2"]{grid-template-columns:repeat(2,minmax(0,360px));justify-content:center}.wohnwelt-room-actions[data-action-count="3"]{grid-template-columns:repeat(3,minmax(0,320px));justify-content:center}.wohnwelt-room-actions[data-action-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch}.wohnwelt-room-action{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);display:flex;flex-direction:column;height:100%;text-align:center}.wohnwelt-room-action h3{font-size:var(--fs-h4);margin:0 0 var(--sp-3)}.wohnwelt-room-action p{color:var(--fg-2);font-size:var(--fs-small);line-height:var(--lh-normal);margin:0 0 var(--sp-5)}.wohnwelt-room-action .button{margin-top:auto}.wohnwelt-service-actions-grid{align-items:stretch}.wohnwelt-benefit-services>article,.wohnwelt-service-action{height:100%}.wohnwelt-benefit-services h3{font-size:var(--fs-h4)}.wohnwelt-benefit-services p{color:var(--fg-2);font-size:var(--fs-small)}.wohnwelt-quality-image{overflow:hidden;position:relative}.wohnwelt-ar-image img,.wohnwelt-quality-image img,.wohnwelt-sample-image img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.wohnwelt-model-card-placeholder{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:var(--sp-3);overflow:hidden;padding:0 0 var(--sp-4)}.wohnwelt-model-card{display:flex;flex-direction:column;height:100%;min-width:0}.wohnwelt-model-card-media{aspect-ratio:4/3;overflow:hidden;position:relative}.wohnwelt-model-card-media img{height:100%;inset:0;position:absolute;transition:transform .24s ease;width:100%}@media (hover:hover) and (pointer:fine){.wohnwelt-model-card:focus-within .wohnwelt-model-card-media img,.wohnwelt-model-card:hover .wohnwelt-model-card-media img{transform:scale(1.06)}}.wohnwelt-model-card-copy{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.wohnwelt-model-card-copy h3{color:var(--fg-1);font-size:var(--fs-small);font-weight:var(--fw-bold)}.wohnwelt-model-card-copy>p{color:var(--fg-2);font-size:var(--fs-micro);white-space:pre-line;-webkit-box-orient:vertical}.wohnwelt-model-card-meta{display:block;margin-top:auto}.wohnwelt-model-card-meta strong{color:var(--brand-red);display:block;font-size:var(--fs-small);line-height:var(--lh-snug)}.wohnwelt-model-card-link-action{color:var(--fg-accent);display:inline-flex;font-size:var(--fs-micro);font-weight:var(--fw-bold);margin-top:var(--sp-2);text-decoration:underline;text-underline-offset:var(--sp-1)}.wohnwelt-model-card-placeholder>span{background:var(--bg-muted);border-radius:var(--radius-xs);display:block;margin-left:var(--sp-4);margin-right:var(--sp-4)}.wohnwelt-model-card-placeholder .wohnwelt-model-card-image{aspect-ratio:1/1;background:var(--bg-soft);border-radius:0;margin:0 0 var(--sp-2);width:100%}.wohnwelt-model-card-title{height:var(--sp-4);width:68%}.wohnwelt-model-card-text{height:var(--sp-2);width:78%}.wohnwelt-model-card-text-short{width:56%}.wohnwelt-model-card-placeholder .wohnwelt-model-card-price{background:var(--fg-accent);height:var(--sp-4);margin-top:auto;width:38%}.wohnwelt-model-card-placeholder .wohnwelt-model-card-button{background:var(--fg-accent);border-radius:var(--radius-md);height:var(--sp-8);width:54%}.wohnwelt-model-card-link{height:var(--sp-2);width:40%}.wohnwelt-model-pagination{display:flex;gap:var(--sp-2);justify-content:center;margin-top:var(--sp-8)}.wohnwelt-model-pagination button{background:transparent;border:1px solid var(--border-hairline);border-radius:var(--radius-sm);color:var(--fg-2);cursor:pointer;min-height:var(--sp-8);min-width:var(--sp-8)}.wohnwelt-model-pagination button[aria-current=page]{background:var(--fg-accent);color:var(--fg-on-red)}.sample-decor-order{background:var(--bg-page);padding:var(--sp-16) var(--container-px) 190px}.sample-decor-order-inner{margin:0 auto;max-width:var(--container-max)}.sample-decor-order-heading{margin:0 auto var(--sp-10);max-width:var(--content-max);text-align:center}.sample-decor-order-heading h1{color:var(--fg-1);font-size:var(--fs-h1);line-height:var(--lh-tight);margin:0 0 var(--sp-3)}.sample-decor-order-heading h2{color:var(--fg-accent);font-family:var(--font-script);font-size:clamp(1.7rem,3vw,2.5rem);font-weight:var(--fw-medium);line-height:1;margin:0 0 var(--sp-5)}.sample-decor-order-heading p:last-child{color:var(--fg-2);font-size:var(--fs-body-lg);line-height:var(--lh-relaxed);margin:0}.sample-decor-order-layout{display:grid;gap:var(--sp-8);grid-template-columns:minmax(0,1fr)}.sample-decor-info,.sample-decor-picker{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--sp-6)}.sample-decor-count{color:var(--fg-accent);font-weight:var(--fw-bold);margin-bottom:var(--sp-4)}.sample-decor-filters,.sample-decor-secondary-filters>div{display:flex;flex-wrap:wrap;gap:var(--sp-2)}.sample-decor-filters{border-bottom:1px solid var(--border-hairline);margin-bottom:var(--sp-6);padding-bottom:var(--sp-4)}.sample-decor-filters button,.sample-decor-secondary-filters button{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-md);color:var(--fg-1);cursor:pointer;min-height:36px;padding:var(--sp-2) var(--sp-3)}.sample-decor-filters button:hover,.sample-decor-secondary-filters button:hover{border-color:var(--border-brand);color:var(--fg-accent)}.sample-decor-filters button[aria-pressed=true],.sample-decor-secondary-filters button[aria-pressed=true]{background:var(--fg-accent);border-color:var(--fg-accent);color:var(--fg-on-red)}.sample-decor-groups{display:grid;gap:0}.sample-decor-group+.sample-decor-group{border-top:1px solid var(--border-hairline);margin-top:var(--sp-8);padding-top:var(--sp-8)}.sample-decor-group h3{color:var(--fg-1);font-size:var(--fs-h4);line-height:var(--lh-tight);margin:0 0 var(--sp-4)}.sample-decor-secondary-filters{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sp-3);justify-content:space-between;margin-bottom:var(--sp-4)}.sample-decor-color-filter{align-items:center;display:flex;gap:var(--sp-2)}.sample-decor-color-filter span{color:var(--fg-2);font-size:var(--fs-small);font-weight:var(--fw-bold)}.sample-decor-color-filter select{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-md);color:var(--fg-1);min-height:36px;padding:0 var(--sp-8) 0 var(--sp-3)}.sample-decor-grid{display:grid;gap:var(--sp-3);grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.sample-decor-card{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-md);color:var(--fg-1);cursor:pointer;display:grid;gap:var(--sp-1) var(--sp-3);grid-template-columns:var(--sp-10) 1fr;min-height:72px;padding:var(--sp-3);position:relative;text-align:left}.sample-decor-card:focus-visible,.sample-decor-card:hover{border-color:var(--border-brand);z-index:5}.sample-decor-card[aria-pressed=true]{border-color:var(--border-brand);box-shadow:inset 0 0 0 1px var(--border-brand)}.sample-decor-card[aria-disabled=true]{cursor:not-allowed}.sample-decor-card[aria-disabled=true] small{color:var(--fg-accent);font-weight:var(--fw-bold)}.sample-decor-swatch{border:1px solid var(--border-hairline);border-radius:var(--radius-sm);display:block;grid-row:span 2;height:var(--sp-10);overflow:hidden;width:var(--sp-10)}.sample-decor-swatch img{display:block;height:100%;object-fit:cover;width:100%}.sample-decor-card>span:not(.sample-decor-swatch,.sample-decor-preview){font-weight:var(--fw-bold)}.sample-decor-card small{color:var(--fg-2);font-size:var(--fs-micro)}.sample-decor-preview{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-md);bottom:calc(100% + 12px);box-shadow:var(--shadow-lg);display:block;left:50%;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s;visibility:hidden;width:min(320px,82vw);z-index:20}.sample-decor-card:focus-visible .sample-decor-preview,.sample-decor-card:hover .sample-decor-preview{opacity:1;transform:translate(-50%);transition-delay:0s;visibility:visible}.sample-decor-preview-image{display:block;height:250px;width:100%}.sample-decor-preview-image img{display:block;height:100%;object-fit:cover;width:100%}.sample-decor-preview-notice{background:var(--fg-1);color:#fff;display:grid;gap:var(--sp-1);padding:var(--sp-3);text-align:center}.sample-decor-preview-notice strong{font-size:var(--fs-small)}.sample-decor-preview-notice span{font-size:var(--fs-micro);line-height:var(--lh-relaxed)}.sample-decor-preview-name{color:var(--fg-1);display:block;padding:var(--sp-3)}.sample-decor-show-more{background:var(--bg-surface);border:1px solid var(--border-brand);border-radius:var(--radius-md);color:var(--fg-accent);cursor:pointer;display:block;font-weight:var(--fw-bold);margin:var(--sp-5) auto 0;min-height:40px;padding:var(--sp-2) var(--sp-5)}.sample-decor-show-more:hover{background:var(--fg-accent);color:var(--fg-on-red)}.sample-decor-empty,.sample-decor-error,.sample-decor-loading{margin:var(--sp-5) 0}.sample-decor-empty,.sample-decor-loading{color:var(--fg-2)}.sample-decor-error{color:var(--fg-accent)}.sample-decor-info h3,.sample-decor-info h4{color:var(--fg-1);font-size:var(--fs-h4);margin:0 0 var(--sp-3)}.sample-decor-info li,.sample-decor-info p{color:var(--fg-2);line-height:var(--lh-relaxed)}.sample-decor-info p{margin:0 0 var(--sp-4)}.sample-decor-info ul{margin:0;padding-left:var(--sp-5)}.sample-decor-selection-tray{background:var(--bg-surface);border-top:1px solid var(--border-hairline);bottom:0;box-shadow:0 -6px 20px rgb(24 28 34/10%);left:0;padding:var(--sp-3) var(--container-px);position:fixed;right:0;z-index:90}.sample-decor-selection-tray-inner{margin:0 auto;max-width:var(--container-max)}.sample-decor-selection-heading{align-items:baseline;display:flex;gap:var(--sp-3);margin-bottom:var(--sp-2)}.sample-decor-selection-heading strong{color:var(--fg-1);font-size:var(--fs-h4)}.sample-decor-selection-heading span{color:var(--fg-2);font-size:var(--fs-small)}.sample-decor-selection-row{align-items:center;display:flex;gap:var(--sp-2);min-width:0}.sample-decor-selection-track{align-items:stretch;display:flex;flex:1 1 auto;gap:var(--sp-2);min-width:0;overflow-x:auto;scrollbar-width:thin}.sample-decor-selection-track>p{color:var(--fg-2);margin:auto 0}.sample-decor-selection-item{align-items:center;border-right:1px solid var(--border-hairline);display:grid;flex:0 0 220px;gap:var(--sp-2);grid-template-columns:42px minmax(0,1fr) 32px;min-height:52px;padding-right:var(--sp-2)}.sample-decor-selection-thumb{border:1px solid var(--border-hairline);display:block;height:42px;overflow:hidden;width:42px}.sample-decor-selection-thumb img{height:100%;object-fit:cover;width:100%}.sample-decor-selection-item>span:nth-child(2){color:var(--fg-1);font-size:var(--fs-micro);line-height:var(--lh-tight)}.sample-decor-selection-item button,.sample-decor-selection-scroll{align-items:center;background:transparent;border:0;color:var(--fg-2);cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;width:32px}.sample-decor-selection-item button:hover,.sample-decor-selection-scroll:hover{color:var(--fg-accent)}.sample-decor-selection-scroll:disabled{cursor:default;opacity:.35}.sample-decor-order-button{flex:0 0 auto;min-width:190px}.sample-order-modal-backdrop{align-items:center;animation:sample-decor-backdrop-in .18s ease both;background:rgb(24 28 34/58%);display:flex;inset:0;justify-content:center;padding:var(--sp-4);position:fixed;z-index:500}.sample-order-modal{animation:sample-decor-modal-in .22s ease both;background:var(--bg-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);max-height:calc(100dvh - var(--sp-8));overflow-x:hidden;overflow-y:auto;padding:var(--sp-8);position:relative;width:min(100%,900px)}.sample-order-modal-close{align-items:center;background:transparent;border:0;color:var(--fg-2);cursor:pointer;display:inline-flex;height:40px;justify-content:center;padding:0;position:absolute;right:var(--sp-3);top:var(--sp-3);width:40px}.sample-order-modal-close:hover{color:var(--fg-accent)}.sample-order-form>h3,.sample-order-modal>h2{color:var(--fg-1);font-weight:var(--fw-regular);letter-spacing:0;text-align:center}.sample-order-modal>h2{font-size:var(--fs-h2);margin:0 48px var(--sp-5)}.sample-order-modal-selection{display:grid;gap:0 var(--sp-6);grid-template-columns:repeat(2,minmax(0,1fr));max-height:250px;overflow-y:auto;padding:0 var(--sp-1)}.sample-order-form{border-top:1px solid var(--border-hairline);margin-top:var(--sp-6);padding-top:var(--sp-6)}.sample-order-modal-selection-item{align-items:center;border-bottom:1px solid var(--border-hairline);display:grid;gap:var(--sp-3);grid-template-columns:38px minmax(0,1fr) 36px;min-height:64px;padding:var(--sp-2) 0}.sample-order-modal-selection-item>span:nth-child(2){color:var(--fg-1);min-width:0}.sample-order-modal-thumb{border:1px solid var(--border-hairline);display:block;height:38px;overflow:hidden;width:38px}.sample-order-modal-thumb img{display:block;height:100%;object-fit:cover;width:100%}.sample-order-modal-selection-item button{align-items:center;background:transparent;border:0;color:var(--fg-3);cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:0;width:36px}.sample-order-modal-selection-item button:hover{color:var(--fg-accent)}.sample-order-deposit-notice{align-items:center;background:var(--bg-subtle);color:var(--fg-2);display:grid;gap:var(--sp-5);grid-template-columns:110px minmax(0,1fr);margin:var(--sp-6) 0;padding:var(--sp-5)}.sample-order-deposit-notice>svg{color:var(--fg-accent);justify-self:center}.sample-order-deposit-notice h3{color:var(--fg-2);font-size:var(--fs-body);font-weight:var(--fw-regular);margin:0 0 var(--sp-2)}.sample-order-deposit-notice p{line-height:var(--lh-relaxed);margin:0}.sample-order-form>h3{font-size:var(--fs-h3);margin:0 0 var(--sp-6)}.sample-order-consultation,.sample-order-salutation{border:0;margin:0;padding:0}.sample-order-salutation{display:flex;gap:var(--sp-6);margin-bottom:var(--sp-5)}.sample-order-consultation label,.sample-order-newsletter,.sample-order-salutation label{align-items:flex-start;cursor:pointer;display:flex;gap:var(--sp-2)}.sample-order-consultation input,.sample-order-newsletter input,.sample-order-salutation input{accent-color:var(--fg-accent);appearance:auto;background:transparent;border:0;flex:0 0 auto;height:18px;min-height:0;padding:0;width:18px;margin-top:3px}.sample-order-form-grid{display:grid;gap:var(--sp-5);grid-template-columns:repeat(2,minmax(0,1fr))}.sample-order-address-fields,.sample-order-city-row,.sample-order-contact-fields,.sample-order-name-row,.sample-order-street-row{display:grid;gap:var(--sp-3)}.sample-order-city-row,.sample-order-name-row{grid-template-columns:repeat(2,minmax(0,1fr))}.sample-order-street-row{grid-template-columns:minmax(0,1fr) 130px}.sample-order-form input:not([type=radio]):not([type=checkbox]),.sample-order-form select,.sample-order-form textarea{background:#f4f4f4;border:1px solid #dedede;border-radius:var(--radius-sm);color:var(--fg-1);font:inherit;min-height:44px;padding:var(--sp-2) var(--sp-3);width:100%}.sample-order-form input::placeholder,.sample-order-form textarea::placeholder{color:#73767c;opacity:1}.sample-order-form textarea{min-height:116px;resize:vertical}.sample-order-form textarea:disabled{cursor:not-allowed;opacity:.62}.sample-order-form input:not([type=radio]):not([type=checkbox]):focus,.sample-order-form select:focus,.sample-order-form textarea:focus{border-color:var(--border-brand);outline:2px solid rgb(143 29 44/16%);outline-offset:0}.sample-order-consultation{background:#f7f7f7;border:1px solid var(--border-hairline);border-radius:var(--radius-sm);display:block;margin-top:var(--sp-5);padding:var(--sp-4)}.sample-order-consultation legend{color:var(--fg-1);font-weight:var(--fw-bold);margin-bottom:var(--sp-2)}.sample-order-consultation-options{align-items:center;display:flex;gap:var(--sp-6);min-height:44px}.sample-order-consultation-time{align-items:center!important;display:grid!important;flex:1 1 480px;gap:var(--sp-3)!important;grid-template-columns:max-content minmax(220px,1fr);margin-left:var(--sp-3)}.sample-order-consultation-time input{min-width:0}.sample-order-privacy{color:var(--fg-2);margin:var(--sp-5) 0 var(--sp-3)}.sample-order-newsletter a,.sample-order-privacy a{color:var(--fg-accent)}.sample-order-newsletter{color:var(--fg-2);line-height:var(--lh-relaxed);margin-top:var(--sp-4)}.sample-order-newsletter span,.sample-order-newsletter strong{display:block}.sample-order-submit{align-items:center;display:flex;gap:var(--sp-2);justify-content:center;margin-top:var(--sp-5);width:100%}.sample-order-spinner{animation:sample-order-spin .7s linear infinite}.sample-order-shipping-note{color:var(--fg-success);display:block;margin-top:var(--sp-3);text-align:center}.sample-order-honeypot{height:1px;left:-10000px;overflow:hidden;position:absolute;width:1px}@keyframes sample-order-spin{to{transform:rotate(1turn)}}.sample-decor-mobile-modal-backdrop{align-items:center;animation:sample-decor-backdrop-in .18s ease both;background:rgb(24 28 34/55%);display:flex;inset:0;justify-content:center;padding:var(--sp-4);position:fixed;z-index:300}.sample-decor-mobile-modal{animation:sample-decor-modal-in .22s ease both;background:var(--bg-surface);box-shadow:var(--shadow-lg);max-height:calc(100dvh - var(--sp-8));overflow-y:auto;padding:var(--sp-5) var(--sp-4) 0;position:relative;width:min(100%,480px)}.sample-decor-mobile-modal-close{align-items:center;background:transparent;border:0;color:var(--fg-2);cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:0;position:absolute;right:var(--sp-2);top:var(--sp-2);width:36px;z-index:1}.sample-decor-mobile-modal-close:hover{color:var(--fg-accent)}.sample-decor-mobile-modal-image{display:block;min-height:280px;width:100%}.sample-decor-mobile-modal-image img{display:block;height:auto;max-height:min(52dvh,420px);object-fit:cover;width:100%}.sample-decor-mobile-modal-notice{background:var(--fg-1);color:#fff;display:grid;gap:var(--sp-1);padding:var(--sp-3);text-align:center}.sample-decor-mobile-modal-notice span{font-size:var(--fs-small);line-height:var(--lh-relaxed)}.sample-decor-mobile-modal-name{color:var(--fg-1);display:block;padding:var(--sp-3) 0}.sample-decor-mobile-modal-actions{border-top:1px solid var(--border-hairline);display:flex;justify-content:space-between;margin:0 calc(var(--sp-4) * -1);padding:var(--sp-4)}@keyframes sample-decor-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes sample-decor-modal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.wohnwelt-model-mobile{display:none}@media (max-width:900px){.sample-decor-order{padding-bottom:260px}.sample-decor-order-layout{grid-template-columns:1fr}.sample-decor-color-filter,.sample-decor-secondary-filters{align-items:stretch;flex-direction:column}.sample-decor-grid{grid-template-columns:1fr}.sample-decor-preview{display:none!important}.sample-decor-selection-heading{justify-content:space-between}.sample-decor-selection-row{flex-wrap:wrap}.sample-decor-selection-track{flex-basis:calc(100% - 80px)}.sample-decor-order-button{margin-top:var(--sp-2);width:100%}.sample-decor-mobile-modal{padding-top:var(--sp-5)}.sample-decor-mobile-modal-image{min-height:0}.sample-order-modal-backdrop{align-items:stretch;padding:0}.sample-order-modal{max-height:100dvh;padding:var(--sp-6) var(--sp-4);width:100%}.sample-order-form-grid,.sample-order-modal-selection{grid-template-columns:1fr}.sample-order-modal-selection{max-height:220px}.sample-order-deposit-notice{grid-template-columns:1fr;text-align:center}.sample-order-consultation-options{align-items:flex-start;gap:var(--sp-3) var(--sp-5);flex-wrap:wrap}.sample-order-consultation-time{flex-basis:100%;grid-template-columns:1fr;margin-left:0}.sample-order-form>h3,.sample-order-modal>h2{font-size:var(--fs-h3)}.wohnwelt-product-desktop{display:none}.wohnwelt-product-mobile{display:block;overflow:hidden}.wohnwelt-product-mobile .wohnwelt-product-card{flex:0 0 100%}.wohnwelt-product-card-copy{min-height:270px}.wohnwelt-room-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.wohnwelt-benefit-services{grid-template-columns:1fr}}@media (max-width:600px){.wohnwelt-room-row-carousel{aspect-ratio:2/1}.wohnwelt-room-fit{padding-bottom:var(--sp-10);padding-top:var(--sp-12)}.wohnwelt-model-desktop{display:none}.wohnwelt-model-mobile{display:block;overflow:hidden}.wohnwelt-model-mobile .wohnwelt-model-card,.wohnwelt-model-mobile .wohnwelt-model-card-placeholder{flex:0 0 100%}.wohnwelt-model-toolbar{align-items:stretch;flex-direction:column;gap:var(--sp-3)}.wohnwelt-model-toolbar-controls,.wohnwelt-model-toolbar-display{align-items:stretch;flex-direction:column;gap:var(--sp-3);margin-left:0;width:100%}.wohnwelt-model-toolbar label{justify-content:space-between}.wohnwelt-model-selected-filters{align-items:flex-start;flex-direction:column}.wohnwelt-model-reset-link{margin-left:0}.wohnwelt-ar-image,.wohnwelt-sample-image{aspect-ratio:16/9}.wohnwelt-ar-copy,.wohnwelt-sample-cta>div{padding:var(--sp-6)}.wohnwelt-model-filter-drawer{border-radius:var(--radius-xl) var(--radius-xl) 0 0;bottom:0;height:auto;inset:auto 0 0;max-height:calc(100dvh - var(--sp-8));width:100%}.wohnwelt-model-filter-body,.wohnwelt-model-filter-drawer>footer,.wohnwelt-model-filter-drawer>header{padding-left:var(--sp-4);padding-right:var(--sp-4)}.wohnwelt-model-filter-drawer>footer{grid-template-columns:1fr}}.wohnwelt-product-slider{padding-bottom:var(--sp-12);padding-top:var(--sp-12)}.wohnwelt-product-slider-heading{max-width:var(--content-max);margin:0 auto var(--sp-8);text-align:center}.wohnwelt-product-card-copy h3{font-size:var(--fs-body);font-weight:var(--fw-bold)}.wohnwelt-product-card-meta strong{font-size:var(--fs-body)}.wohnwelt-product-card-actions .button-tertiary{font-size:var(--fs-small);padding-bottom:0;padding-top:0}.wohnwelt-product-desktop>.wohnwelt-carousel-dots{margin-top:var(--sp-6)}.wohnwelt-configurator-entries{max-width:1040px;padding-bottom:var(--sp-12);padding-top:var(--sp-5)}.wohnwelt-configurator-entry p{font-size:var(--fs-small)}.wohnwelt-award-trust{padding-bottom:var(--sp-12);padding-top:var(--sp-10)}.wohnwelt-award-trust-copy h2{font-size:var(--fs-h2)}.wohnwelt-award-trust-copy p{font-size:var(--fs-small)}.wohnwelt-benefits{padding-bottom:var(--sp-12);padding-top:var(--sp-12)}.wohnwelt-heading-icon{color:var(--fg-accent);height:52px;margin:0 auto var(--sp-2);width:52px}.wohnwelt-testimonials{padding-bottom:var(--sp-12);padding-top:var(--sp-12)}.wohnwelt-testimonials .wohnwelt-live-heading{margin-bottom:var(--sp-5)}.wohnwelt-testimonial:not(.has-image)>div{padding:var(--sp-8)}.wohnwelt-testimonial-image{aspect-ratio:auto;min-height:250px}.wohnwelt-testimonial>div{background:var(--bg-soft);padding:var(--sp-6)}.wohnwelt-room-fit{padding-bottom:var(--sp-12);padding-top:var(--sp-12)}.wohnwelt-room-action{min-height:250px;padding:var(--sp-5)}.wohnwelt-principle{padding-bottom:var(--sp-10);padding-top:var(--sp-10)}.wohnwelt-principle>h2{font-size:var(--fs-h2)}.wohnwelt-model-mobile .wohnwelt-model-card-placeholder,.wohnwelt-model-skeleton>.wohnwelt-model-card-placeholder{min-height:420px}.wohnwelt-seo-text{padding-bottom:var(--sp-12);padding-top:var(--sp-12)}.wohnwelt-newsletter-cta{border:1px solid var(--border-hairline);display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);margin:var(--sp-12) auto;max-width:1120px;overflow:hidden}.wohnwelt-newsletter-image{aspect-ratio:16/9;min-height:0;overflow:hidden;position:relative}.wohnwelt-newsletter-image img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.wohnwelt-newsletter-copy{align-self:center;padding:var(--sp-8)}.wohnwelt-newsletter-copy h2{color:var(--fg-accent);font-size:var(--fs-h3);margin:0 0 var(--sp-3)}.wohnwelt-newsletter-copy>p{line-height:var(--lh-normal);margin:0 0 var(--sp-5)}.wohnwelt-newsletter-form{display:grid;gap:var(--sp-3);grid-template-columns:minmax(0,1fr) auto}.wohnwelt-newsletter-form>input{background:var(--bg-surface);border:1px solid var(--border-muted);border-radius:var(--radius-md);color:var(--fg-1);font:inherit;min-height:44px;padding:0 var(--sp-4)}.wohnwelt-newsletter-form label{align-items:flex-start;color:var(--fg-2);display:flex;font-size:var(--fs-micro);gap:var(--sp-2);grid-column:1/-1;line-height:var(--lh-normal)}.newsletter .wohnwelt-newsletter-form label a,.wohnwelt-newsletter-form label a{border-bottom:1px solid;color:var(--brand-red);text-decoration:none;transition:color var(--t-fast) var(--ease-out),border-color var(--t-fast) var(--ease-out)}.newsletter .wohnwelt-newsletter-form label a:focus-visible,.newsletter .wohnwelt-newsletter-form label a:hover,.wohnwelt-newsletter-form label a:focus-visible,.wohnwelt-newsletter-form label a:hover{color:var(--brand-red-hover)}.newsletter .wohnwelt-newsletter-form label a:focus-visible,.wohnwelt-newsletter-form label a:focus-visible{outline:2px solid currentColor;outline-offset:3px}.wohnwelt-newsletter-form label input{accent-color:var(--fg-accent);margin-top:var(--sp-1)}.wohnwelt-newsletter-form .button{min-height:44px}.wohnwelt-newsletter-form .form-status{grid-column:1/-1}.form-status{border:1px solid var(--border-hairline);border-radius:var(--radius-md);font-size:var(--fs-small);line-height:var(--lh-normal);margin:var(--sp-2) 0 0;padding:var(--sp-3) var(--sp-4)}.form-status-success{background:var(--bg-soft);color:var(--fg-1)}.form-status-error{background:var(--bg-surface);border-color:var(--border-brand);color:var(--fg-accent)}@media (max-width:900px){.wohnwelt-product-slider{padding-left:var(--container-px);padding-right:var(--container-px)}.wohnwelt-product-card-copy h3,.wohnwelt-product-card-copy>p{min-height:0}.wohnwelt-product-mobile{margin:0 auto;max-width:520px}.wohnwelt-product-mobile-note{display:block}.wohnwelt-benefit-services>article{min-height:0}}@media (max-width:600px){.wohnwelt-configurator-entry{min-height:0}.wohnwelt-award-trust-image{max-width:280px}.wohnwelt-benefits-inner{padding:var(--sp-6)}.wohnwelt-testimonial-image{aspect-ratio:16/9;min-height:0}.wohnwelt-testimonial>div{padding:var(--sp-5)}.wohnwelt-room-action{min-height:260px}.wohnwelt-quality-card>div,.wohnwelt-sample-cta,.wohnwelt-sample-image{min-height:0}.wohnwelt-newsletter-cta{grid-template-columns:1fr;margin-left:var(--container-px);margin-right:var(--container-px)}.wohnwelt-newsletter-copy{padding:var(--sp-6)}.wohnwelt-newsletter-form{grid-template-columns:1fr}.wohnwelt-newsletter-form label{grid-column:auto}}.wohnwelt-feature-section{padding:var(--sp-16) 0}.wohnwelt-feature-white{background:var(--bg-surface)}.wohnwelt-feature-soft{background:var(--bg-soft)}.wohnwelt-feature-inner{margin:0 auto;max-width:var(--container-max);padding:0 var(--container-px)}.wohnwelt-feature-grid{display:grid;gap:var(--sp-5);grid-template-columns:repeat(3,minmax(0,1fr))}.wohnwelt-feature-tile{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-md);min-width:0;overflow:hidden}.wohnwelt-feature-image{aspect-ratio:16/10}.wohnwelt-feature-tile>div:last-child{padding:var(--sp-5)}.wohnwelt-feature-tile h3{margin-bottom:var(--sp-3)}.wohnwelt-feature-tile p{color:var(--fg-2);line-height:var(--lh-relaxed)}.service-option-grid-section .wohnwelt-feature-tile{background:var(--bg-soft);text-align:center}.service-option-grid-section .wohnwelt-feature-tile>div:last-child{padding:var(--sp-6)}.service-faq{background:var(--bg-surface);padding:var(--sp-12) 0}.service-faq-inner{margin:0 auto;max-width:var(--container-narrow);padding:0 var(--container-px)}.service-faq h1,.service-faq-group h2{color:var(--fg-1)}.service-faq-navigation{margin:0 0 var(--sp-12);padding-left:var(--sp-6)}.service-faq-navigation a{color:var(--fg-1);text-decoration:none}.service-faq-group{border-bottom:1px solid var(--border-hairline);padding:var(--sp-6) 0;scroll-margin-top:var(--sp-12)}.service-faq-item{padding:var(--sp-3) 0}.service-faq-item summary{cursor:pointer;font-weight:var(--fw-semibold);list-style:none;padding-left:var(--sp-5);position:relative}.service-faq-item summary::-webkit-details-marker{display:none}.service-faq-item summary:before{color:var(--brand-red);content:"⌃";left:0;position:absolute;transform:rotate(180deg);transition:transform var(--motion-fast)}.service-faq-item[open] summary:before{transform:none}.service-faq-answer{color:var(--fg-2);line-height:var(--lh-relaxed);padding:var(--sp-3) 0 0 var(--sp-5)}.service-faq-answer p:last-child{margin-bottom:0}.service-product-panel{background:var(--bg-surface);padding:var(--sp-8) 0 var(--sp-16)}.service-product-inner{align-items:start;display:grid;gap:var(--sp-12);grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);margin:0 auto;max-width:var(--container-max);padding:0 var(--container-px)}.service-product-image.has-media{aspect-ratio:1;background:var(--bg-soft);overflow:hidden;position:relative}.service-product-image.has-media img{display:block;height:100%;inset:0;object-fit:contain;position:absolute;width:100%}.service-product-copy{align-content:start;display:grid;gap:var(--sp-3);min-width:0;padding-top:var(--sp-2)}.service-product-copy h1{color:var(--fg-1);font-size:var(--fs-h2);line-height:var(--lh-snug);margin:0 0 var(--sp-4)}.service-product-price-area{align-items:flex-end;display:flex;flex-direction:column;gap:var(--sp-1);margin-bottom:var(--sp-5);text-align:right}.service-product-price{color:var(--fg-accent);font-size:var(--fs-h2);line-height:var(--lh-snug)}.service-product-price-area span{color:var(--fg-2);font-size:var(--fs-small)}.service-product-price-area a{color:var(--fg-1);font-size:var(--fs-small);text-decoration:underline;text-underline-offset:.15em}.service-product-copy>label{font-weight:var(--fw-semi);margin-top:var(--sp-2)}.service-product-quantity{display:grid;grid-template-columns:42px 64px 42px;width:max-content}.service-product-copy .service-product-quantity input,.service-product-quantity button{appearance:textfield;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:0;color:var(--fg-1);min-height:42px;padding:0;text-align:center}.service-product-quantity button+input,.service-product-quantity input+button{border-left:0}.service-product-quantity input::-webkit-inner-spin-button,.service-product-quantity input::-webkit-outer-spin-button{appearance:none;margin:0}.service-product-copy .button{justify-content:center;margin-top:var(--sp-5);width:100%}.service-product-information{margin:0 auto;max-width:var(--container-max);padding:0 var(--container-px) var(--sp-16)}.service-product-tab-list{border-bottom:1px solid var(--border-hairline)}.service-product-tab-list span{border-bottom:3px solid var(--border-brand);display:inline-block;font-size:var(--fs-h4);font-weight:var(--fw-semi);margin-bottom:-1px;padding:var(--sp-4) 0}.service-product-description{background:var(--bg-soft);padding:var(--sp-8)}.service-product-description p{line-height:var(--lh-relaxed);margin:0;max-width:var(--content-max)}.pricing-package-section{background:var(--bg-surface);padding:var(--sp-12) 0 var(--sp-16)}.pricing-package-header{margin:0 auto var(--sp-10);max-width:var(--container-max);padding:0 var(--container-px);text-align:center}.pricing-package-header h1{color:var(--fg-1);font-size:var(--fs-h1);font-weight:var(--fw-bold);line-height:var(--lh-tight);margin:0 0 var(--sp-3)}.pricing-package-header p{color:var(--fg-2);font-size:var(--fs-body-lg);margin:0}.pricing-package-viewport{margin:0 auto;max-width:var(--container-max);padding:0 var(--container-px)}.pricing-package-track{display:grid;gap:var(--sp-6);grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-package-card{--card-lift:0px;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--sp-4);padding:var(--sp-8) var(--sp-6);position:relative;text-align:center;transform:translateY(var(--card-lift));transition:transform var(--t-base) var(--ease-out),box-shadow var(--t-base) var(--ease-out),border-color var(--t-base) var(--ease-out)}.pricing-package-card:hover{border-color:color-mix(in srgb,var(--brand-red) 22%,transparent);box-shadow:var(--shadow-md);transform:translateY(calc(var(--card-lift) - 3px))}.pricing-package-card.is-popular{--card-lift:-16px;border-color:var(--brand-red);box-shadow:var(--shadow-lg);z-index:1}.pricing-package-badge{background:var(--bg-surface);color:var(--brand-red);font-size:var(--fs-small);font-weight:var(--fw-bold);left:50%;padding:0 var(--sp-3);position:absolute;top:0;transform:translate(-50%,-50%);white-space:nowrap}.pricing-package-card h3{color:var(--fg-1);font-size:var(--fs-h4);margin:0}.pricing-package-price{color:var(--fg-accent);font-size:var(--fs-h2);font-weight:var(--fw-bold)}.pricing-package-card .button{justify-content:center;width:100%}.pricing-package-features{display:grid;gap:var(--sp-4);text-align:left}.pricing-package-feature h4{color:var(--fg-1);font-size:var(--fs-body);font-weight:var(--fw-semi);margin:0 0 var(--sp-1)}.pricing-package-feature p{color:var(--fg-2);font-size:var(--fs-small);margin:0}.pricing-package-feature a{color:var(--fg-1)}.pricing-package-detail-link,.pricing-package-feature a{font-size:var(--fs-small);text-decoration:underline;text-underline-offset:.15em}.pricing-package-detail-link{background:transparent;border:0;color:var(--fg-accent);cursor:pointer;margin-top:var(--sp-2)}.pricing-package-detail-link:focus-visible,.pricing-package-detail-link:hover{color:var(--sp-red-deep)}@media (max-width:768px){.pricing-package-track{display:flex;flex-direction:column;gap:var(--sp-10)}.pricing-package-card,.pricing-package-card:hover{transform:none}}.article-content{background:var(--bg-surface);border:0;box-shadow:none;display:flow-root;margin:0;padding:var(--sp-10) 0 var(--sp-16)}.article-content-soft{background:var(--bg-soft)}.article-content-twoColumn .article-content-inner{max-width:var(--container-max)}.article-content-entries-two-column{display:grid;gap:var(--sp-8);grid-template-columns:repeat(2,minmax(0,1fr))}.article-content-entries-two-column>:not(.article-content-image),.article-content-image-right .article-content-entries-two-column>.article-content-image{grid-column:2}.article-content-image-right .article-content-entries-two-column>:not(.article-content-image){grid-column:1}.product-custom-made-benefits{padding-block:var(--section-y)}.product-custom-made-benefits-inner{box-sizing:border-box;margin-inline:auto;max-width:var(--container-max);padding-inline:var(--container-px);width:100%}.product-custom-made-benefits-grid{display:grid;gap:var(--sp-6);grid-template-columns:repeat(4,minmax(0,1fr))}.product-custom-made-benefits-grid article{min-width:0}.product-custom-made-benefits-grid img{aspect-ratio:1/1;display:block;height:auto;object-fit:cover;width:100%}.product-custom-made-benefits-grid h3{margin-top:var(--sp-3)}.article-content:has(+.article-content){padding-bottom:0}.article-content+.article-content{background:var(--bg-surface);border:0;box-shadow:none;margin-top:0;padding-top:0}.article-content+.article-content .article-content-inner{padding-top:0}.article-content-inner{margin:0 auto;max-width:var(--longform-max);padding:0 var(--container-px)}.article-content-cta,.article-content-image,.article-content-text+.article-content-text{margin-top:var(--sp-8)}@media (max-width:768px){.article-content-entries-two-column{grid-template-columns:minmax(0,1fr)}.article-content-entries-two-column>*,.article-content-image-right .article-content-entries-two-column>*{grid-column:1}.product-custom-made-benefits-grid{grid-template-columns:minmax(0,1fr)}}.article-content-text{color:var(--fg-2);font-size:var(--fs-body);line-height:var(--lh-relaxed)}.article-content-cta,.article-content-inner>h1{max-width:none}.article-content-text h2,.article-content-text h3{color:var(--fg-1);line-height:var(--lh-snug);margin-bottom:var(--sp-3)}.article-content-text ol,.article-content-text p,.article-content-text ul{margin-bottom:var(--sp-5)}.article-content-text ol:last-child,.article-content-text p:last-child,.article-content-text ul:last-child{margin-bottom:0}.article-content-image{margin-inline:0;width:100%}.article-content-visual{aspect-ratio:auto;background:transparent;min-height:0;overflow:visible;width:100%}.article-content-image:not(:has(.has-media)){display:none}.article-content-image img{display:block;height:auto;max-height:none;object-fit:contain;position:static;width:100%}.article-content-image figcaption{color:var(--fg-muted);font-size:var(--fs-sm);margin-top:var(--sp-2)}.article-content-image:has(img[alt*="Preisträger"]),.article-content-image:has(img[alt*=Auszeichnung]),.article-content-image:has(img[src*=Siegel]){display:flex;justify-content:center}.article-content-image:has(img[alt*="Preisträger"]) .article-content-visual,.article-content-image:has(img[alt*=Auszeichnung]) .article-content-visual,.article-content-image:has(img[src*=Siegel]) .article-content-visual{max-width:350px;width:min(100%,350px)}.article-content-image:has(img[alt*="Preisträger"]) img,.article-content-image:has(img[alt*=Auszeichnung]) img,.article-content-image:has(img[src*=Siegel]) img{height:auto;object-fit:contain;width:100%}.wohnwelt-trust-strip{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:grid;gap:var(--sp-6);grid-template-columns:minmax(100px,160px) 1fr auto;margin:var(--sp-8) auto;max-width:var(--container-max);padding:var(--sp-6)}.wohnwelt-trust-image{aspect-ratio:1}.wohnwelt-trust-strip h2{color:var(--fg-1);font-size:var(--fs-h3);margin-bottom:var(--sp-2)}.wohnwelt-trust-strip p{color:var(--fg-2);margin:0}main:has(.wohnwelt-detail-hero) .seo-content{padding-bottom:var(--sp-12);padding-top:var(--sp-12)}main:has(.wohnwelt-detail-hero) .seo-content+.seo-content{padding-top:var(--sp-10)}main:has(.wohnwelt-detail-hero) .seo-content .text-copy{max-width:var(--content-max)}.seo-content{background:var(--bg-surface)}.seo-content .text-copy,.simple-text-richtext{max-width:var(--content-max)}.seo-content .text-copy h2,.simple-text-richtext h2{color:var(--fg-1);font-size:var(--fs-h2);line-height:var(--lh-snug);margin-bottom:var(--sp-4)}.seo-content .text-copy h3,.simple-text-richtext h3{color:var(--fg-1);font-size:var(--fs-h3);line-height:var(--lh-snug);margin:var(--sp-8) 0 var(--sp-3)}.seo-content .text-copy li,.seo-content .text-copy p,.simple-text-richtext li,.simple-text-richtext p{color:var(--fg-2);font-size:var(--fs-body);line-height:var(--lh-relaxed)}main:has(.wohnwelt-detail-hero) .cta-premium{border-block:0;margin-top:var(--sp-4);padding-bottom:var(--sp-12);padding-top:var(--sp-12)}main:has(.wohnwelt-detail-hero) .cta-premium .button{background:var(--bg-surface);border-color:var(--bg-surface);color:var(--brand-red)}main:has(.wohnwelt-detail-hero) .cta-premium .button:hover{background:var(--sp-warm-white);border-color:var(--sp-warm-white);color:var(--brand-red-hover)}.reviews-section{background:var(--bg-surface)}.quality-page{background:var(--sp-warm-white);overflow:hidden}.quality-hero{margin:0 auto;max-width:var(--container-max);padding:var(--sp-6) var(--container-px) var(--sp-12)}.quality-hero-image{background:var(--bg-muted);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);min-height:clamp(360px,42vw,540px);overflow:hidden;position:relative}.quality-detail-image img,.quality-hero-image img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.quality-hero-copy{margin:var(--sp-8) auto 0;max-width:920px;text-align:center}.quality-hero-copy h1{font-size:clamp(2.25rem,4.5vw,4rem);margin-inline:auto}.quality-hero-copy span{color:var(--brand-red);display:block;font-family:var(--font-script);font-size:clamp(2rem,3.6vw,3rem);margin-top:var(--sp-3)}.quality-introduction{background:var(--bg-soft);border-block:1px solid var(--border-hairline);margin:0;padding:var(--sp-12) max(var(--container-px),calc((100vw - var(--container-max)) / 2 + var(--container-px)))}.quality-introduction h2{color:var(--fg-1);margin-bottom:var(--sp-5);max-width:980px}.quality-introduction p{color:var(--fg-2);font-size:var(--fs-body-lg);line-height:var(--lh-relaxed);max-width:980px}.quality-details-section{margin:0 auto;max-width:var(--container-max);padding:var(--sp-12) var(--container-px)}.quality-detail-grid{display:grid;gap:var(--sp-6);grid-template-columns:repeat(2,minmax(0,1fr))}.quality-detail-card{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:grid;grid-template-rows:auto 1fr;overflow:hidden}.quality-detail-1,.quality-detail-4{grid-column:1/-1;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-template-rows:1fr}.quality-detail-4{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr)}.quality-detail-4 .quality-detail-image{order:2}.quality-detail-image{aspect-ratio:16/10;background:var(--bg-muted);min-height:0;overflow:hidden;position:relative}.quality-detail-1 .quality-detail-image,.quality-detail-4 .quality-detail-image{aspect-ratio:auto;min-height:330px}.quality-detail-copy{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:var(--sp-6)}.quality-detail-copy h3{color:var(--fg-1);margin-bottom:var(--sp-3)}.quality-detail-copy p{color:var(--fg-2);line-height:var(--lh-relaxed);margin:0}.quality-page>.cta{margin-top:0}.quality-live-introduction{background:var(--bg-soft);border-bottom:1px solid var(--border-hairline);padding:var(--sp-12) var(--container-px)}.quality-live-introduction>div{margin:0 auto;max-width:var(--container-max)}.quality-live-introduction h1{color:var(--fg-1);margin:0 0 var(--sp-6);max-width:1000px;text-align:left}.quality-live-introduction-copy{max-width:var(--container-max)}.quality-live-introduction-copy p{color:var(--fg-2);line-height:var(--lh-relaxed);margin:0 0 var(--sp-4)}.quality-live-introduction-copy p:last-child{margin-bottom:0}.quality-live-copy a,.quality-live-introduction-copy a{text-decoration:underline;text-underline-offset:.16em}.quality-live-section{border-bottom:1px solid var(--border-hairline);padding:var(--sp-12) var(--container-px)}.quality-live-section-white{background:var(--bg-surface)}.quality-live-section-soft{background:var(--bg-soft)}.quality-live-grid{display:grid;gap:var(--sp-8);margin:0 auto;max-width:var(--container-max)}.quality-live-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.quality-live-card{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;overflow:hidden}.quality-live-grid-1 .quality-live-card{display:grid;grid-template-columns:1fr 1fr;margin:0;max-width:none;width:100%}.quality-live-image{aspect-ratio:1;background:var(--bg-muted);overflow:hidden;position:relative}.quality-live-image img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.quality-live-grid-1 .quality-live-image{aspect-ratio:3/2;min-height:0}.quality-live-copy{padding:var(--sp-6)}.quality-live-grid-1 .quality-live-copy{align-self:center;padding:var(--sp-8)}.quality-live-copy h2{font-size:var(--fs-h4);margin-bottom:var(--sp-4);text-align:center}.quality-live-grid-1 .quality-live-copy h2{text-align:center}.quality-live-copy p{color:var(--fg-2);line-height:var(--lh-relaxed);margin:0 0 var(--sp-3)}.quality-live-copy p:last-child{margin-bottom:0}.quality-live-section-plain .quality-live-card{border:0;border-radius:0;box-shadow:none}.quality-live-section-plain .quality-live-image{aspect-ratio:1}body:has(.quality-page)>nextjs-portal{display:none!important}.wohnwelten-page{background:var(--sp-warm-white);overflow:hidden}.wohnwelten-page>.hero{grid-template-columns:1fr;gap:var(--sp-8);min-height:0;padding-bottom:var(--sp-12);padding-top:var(--sp-6)}.wohnwelten-page>.hero .hero-media{min-height:clamp(340px,42vw,540px);order:-1}.wohnwelten-page>.hero .hero-content{margin:0 auto;max-width:880px;padding:0;text-align:center}.wohnwelten-page>.hero .hero-content h1{font-size:clamp(2.25rem,4.5vw,4rem);margin-inline:auto;max-width:900px}.wohnwelten-page>.hero .hero-content span{font-size:clamp(2rem,3.6vw,3rem)}.wohnwelten-page>.hero .hero-text{margin-inline:auto;max-width:760px}.wohnwelten-page>.hero .button-row{justify-content:center}.wohnwelten-page>.product-overview{padding-bottom:var(--sp-12);padding-top:var(--sp-12)}.wohnwelten-page .product-overview .section-heading{margin-bottom:var(--sp-8)}.wohnwelten-page .planner-card h3,.wohnwelten-page .product-overview .section-heading h2{color:var(--fg-1)}.wohnwelten-page .planner-grid{align-items:stretch;gap:var(--sp-6)}.wohnwelten-page .planner-card:first-child{display:flex;grid-column:auto}.wohnwelten-page .planner-card:first-child .planner-image{aspect-ratio:16/10;min-height:0}.wohnwelten-page .planner-card:first-child .planner-card-copy{align-items:center;text-align:center}.wohnwelten-page .planner-card:nth-child(7){display:flex;grid-column:1/-1}.wohnwelten-page .planner-card:nth-child(7) .planner-image{aspect-ratio:21/8;min-height:0}.wohnwelten-page .planner-card:nth-child(7) .planner-card-copy{align-items:center;padding:var(--sp-4);text-align:center}.wohnwelten-page .planner-image{aspect-ratio:16/10;min-height:0}.wohnwelten-page .planner-card-copy{min-height:0;padding:var(--sp-4)}.wohnwelten-page .planner-card .button-tertiary{background:var(--brand-red);border-radius:var(--radius-pill);color:var(--sp-white);padding:var(--sp-2) var(--sp-4)}.wohnwelten-page .planner-card .button-tertiary:hover{background:var(--brand-red-hover);color:var(--sp-white)}.wohnwelten-page .wohnwelten-explanations{border-top:1px solid var(--border-hairline);margin:0 auto;max-width:var(--container-max)}.wohnwelten-page .wohnwelten-explanations .text-image{border-top:0;padding-bottom:var(--sp-12);padding-top:var(--sp-12)}.wohnwelten-page .wohnwelten-explanations .text-image+.text-image{border-top:1px solid var(--border-hairline)}.wohnwelten-page .wohnwelten-explanations .room-sketch{min-height:300px}.wohnwelten-page>.cta{margin-top:0}.customer-stories-page{background:var(--bg-surface)}.customer-projects-section,.customer-rating-section,.customer-review-strip,.customer-stories-intro,.customer-testimonials{margin:0 auto;max-width:var(--container-max);padding-left:var(--container-px);padding-right:var(--container-px)}.customer-stories-intro{padding-bottom:var(--sp-8);padding-top:var(--sp-8);text-align:center}.customer-stories-intro h1{color:var(--fg-1);margin-bottom:var(--sp-4)}.customer-stories-intro h2{font-size:var(--fs-h2);margin-bottom:var(--sp-4)}.customer-stories-intro>p:last-child{color:var(--fg-2);margin:0 auto;max-width:780px}.customer-rating-section{padding-bottom:var(--sp-12)}.customer-rating-summary{align-items:center;border:1px solid color-mix(in srgb,var(--brand-red) 35%,transparent);display:grid;gap:var(--sp-2) var(--sp-5);grid-template-columns:auto auto 1fr auto;padding:var(--sp-4) var(--sp-5)}.rating-score{font-size:var(--fs-body-lg);font-weight:var(--fw-bold)}.rating-stars{color:var(--brand-red);letter-spacing:0}.customer-rating-summary a{font-size:var(--fs-small);text-decoration:underline;text-underline-offset:.16em}.rating-review-grid{border-left:1px solid var(--border-hairline);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.rating-review-grid blockquote{border-bottom:1px solid var(--border-hairline);border-right:1px solid var(--border-hairline);display:flex;flex-direction:column;justify-content:space-between;margin:0;min-height:180px;padding:var(--sp-5)}.rating-review-grid p{color:var(--fg-2);margin:var(--sp-3) 0}.customer-review-cards cite,.rating-review-grid cite{color:var(--fg-2);font-size:var(--fs-small)}.customer-projects-section{padding-bottom:var(--sp-12)}.customer-project-list{display:grid;gap:var(--sp-5);margin-top:var(--sp-8)}.customer-project{align-items:stretch;background:var(--bg-soft);display:grid;grid-template-columns:minmax(230px,34%) minmax(0,1fr);overflow:hidden}.customer-project:nth-child(2n){background:var(--bg-surface);border:1px solid var(--border-hairline)}.customer-project-image{align-self:stretch;background:var(--bg-muted);min-height:220px;min-width:0;overflow:hidden;position:relative}.customer-project-image img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.customer-project>div:last-child{align-self:center;min-width:0;overflow-wrap:anywhere;padding:var(--sp-6)}.customer-project h3{color:var(--fg-1);margin-bottom:var(--sp-3)}.customer-project p{color:var(--fg-2);margin:0}.customer-review-strip{padding-bottom:var(--sp-12);padding-top:0}.customer-review-strip .wohnwelt-testimonials-carousel{margin:var(--sp-6) auto 0}.customer-review-cards{display:grid;gap:var(--sp-5);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:var(--sp-6)}.customer-review-cards blockquote{background:var(--sp-warm-white);border-top:3px solid var(--brand-red);display:flex;flex-direction:column;margin:0;min-height:240px;padding:var(--sp-6)}.customer-review-cards p{color:var(--fg-2);flex:1 1;margin:var(--sp-4) 0}.customer-stories-page>.cta{margin-bottom:0;margin-top:0;padding-bottom:var(--sp-12);padding-top:var(--sp-12)}main:has(.customer-stories-page)+.footer .newsletter{padding-bottom:var(--sp-8);padding-top:var(--sp-8)}.customer-review-widget{border:1px solid var(--border-hairline);margin:0 auto var(--sp-8);max-width:var(--container-max)}.customer-review-widget-header{align-items:center;border-bottom:1px solid var(--border-hairline);display:flex;gap:var(--sp-6);justify-content:space-between;padding:var(--sp-5)}.customer-review-widget-header h2{font-size:var(--fs-h4);margin-bottom:var(--sp-2)}.customer-review-widget-grid p,.customer-review-widget-header p{color:var(--fg-2);margin:0}.customer-review-score{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sp-2);justify-content:flex-end}.customer-review-score strong{font-size:var(--fs-h3)}.customer-review-widget-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.customer-review-widget-grid article{border-bottom:1px solid var(--border-hairline);border-right:1px solid var(--border-hairline);padding:var(--sp-5)}.customer-review-widget-grid h3{font-size:var(--fs-body-lg);margin:var(--sp-2) 0}.customer-review-widget-grid cite,.customer-review-widget-grid time{color:var(--fg-2);display:block;font-size:var(--fs-small);margin-top:var(--sp-2)}.customer-review-widget-link{display:inline-block;margin:var(--sp-4) var(--sp-5);text-decoration:underline;text-underline-offset:.16em}.customer-review-widget-compact{margin-bottom:var(--sp-10);margin-top:var(--sp-8)}.customer-review-widget-header-link{font-size:var(--fs-small);text-decoration:underline;text-underline-offset:.16em}.customer-review-carousel{padding:var(--sp-5) var(--sp-10);position:relative}.customer-review-carousel-viewport{overflow:hidden}.customer-review-carousel-track{display:flex;gap:var(--sp-4);transform:translateX(calc(-1 * var(--customer-review-index) * ((100% - (var(--customer-review-visible) - 1) * var(--sp-4)) /
        var(--customer-review-visible) + var(--sp-4))));transition:transform var(--t-base) var(--ease-in-out)}.customer-review-carousel-card{border:1px solid var(--border-hairline);display:flex;flex:0 0 calc((100% - (var(--customer-review-visible) - 1) * var(--sp-4)) / var(--customer-review-visible));flex-direction:column;min-height:290px;padding:var(--sp-5)}.customer-review-carousel-card h3{font-size:var(--fs-body-lg);margin:var(--sp-2) 0}.customer-review-carousel-card p{color:var(--fg-2);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;margin:var(--sp-3) 0;overflow:hidden}.customer-review-carousel-card cite,.customer-review-carousel-card time{color:var(--fg-2);display:block;font-size:var(--fs-small);margin-top:var(--sp-2)}.customer-review-read-more{align-self:flex-start;background:none;border:0;color:var(--brand-red);cursor:pointer;font:inherit;margin-top:auto;padding:var(--sp-3) 0 0;text-decoration:underline;text-underline-offset:.16em}.customer-review-carousel-arrow{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-disc);color:var(--fg);cursor:pointer;display:flex;height:42px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:42px}.customer-review-carousel-arrow:disabled{cursor:default;opacity:.35}.customer-review-carousel-arrow svg{fill:none;height:22px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;width:22px}.customer-review-carousel-arrow-left{left:var(--sp-3)}.customer-review-carousel-arrow-right{right:var(--sp-3)}.customer-review-modal-backdrop{align-items:center;background:rgba(22,20,18,.58);display:flex;inset:0;justify-content:center;padding:var(--sp-5);position:fixed;z-index:1000}.customer-review-modal{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:min(82vh,760px);max-width:720px;overflow-y:auto;padding:var(--sp-8);position:relative;width:100%}.customer-review-modal h2{font-size:var(--fs-h3);margin:var(--sp-3) 0 var(--sp-5)}.customer-review-modal p{color:var(--fg-2)}.customer-review-modal cite,.customer-review-modal time{color:var(--fg-2);display:block;font-size:var(--fs-small);margin-top:var(--sp-2)}.customer-review-modal>a{display:inline-block;margin-top:var(--sp-5);text-decoration:underline;text-underline-offset:.16em}.customer-review-modal-close{align-items:center;background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-disc);color:var(--fg);cursor:pointer;display:flex;font:inherit;height:40px;justify-content:center;position:absolute;right:var(--sp-4);top:var(--sp-4);width:40px}.customer-testimonials{display:grid;gap:var(--sp-6);padding-top:var(--sp-6);padding-bottom:var(--sp-12)}.customer-testimonial{display:grid;grid-template-columns:minmax(260px,1fr) minmax(0,2fr);gap:var(--sp-6);overflow:hidden;border:1px solid var(--border-hairline);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);scroll-margin-top:calc(var(--sp-16) + var(--sp-16))}.customer-testimonial:nth-child(odd){background:var(--bg-soft)}.customer-testimonial-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:320px}.customer-testimonial-gallery-1{grid-template-columns:1fr}.customer-testimonial-image{min-height:320px;overflow:hidden;position:relative}.customer-testimonial-image img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.customer-testimonial-copy{align-self:center;padding:var(--sp-8)}.customer-testimonial-copy h2{color:var(--fg-1);font-size:var(--fs-h3);margin-bottom:var(--sp-4)}.customer-testimonial-copy p{color:var(--fg-2);margin:0 0 var(--sp-3)}.customer-testimonial-copy p:last-child{margin-bottom:0}blockquote{margin:0;padding:var(--sp-6);border:1px solid var(--border-hairline);background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}blockquote p{font-size:var(--fs-h4)}cite{color:var(--fg-2);font-style:normal}.text-image{align-items:center;display:grid;grid-template-columns:1.1fr .9fr;gap:var(--sp-8);margin:0 auto;padding:var(--sp-16) var(--container-px)}.seo-content,.text-image{max-width:var(--container-max)}.seo-content{border-top:1px solid var(--border-hairline);padding-block:var(--sp-16)}.seo-content .text-copy{max-width:var(--content-max)}.text-image.reverse .text-copy{order:2}.text-image.image-bottom,.text-image.image-top{grid-template-columns:1fr;max-width:980px}.text-image.image-top .room-sketch{order:-1}.text-image.image-bottom .room-sketch{order:2}.text-copy p{color:var(--fg-2);font-size:var(--fs-body);line-height:var(--lh-relaxed);margin-bottom:var(--sp-5)}.text-copy p:last-child{margin-bottom:0}.text-copy .section-kicker{color:var(--brand-red)}.room-sketch{min-height:320px;border:12px solid var(--sp-sand);border-radius:var(--radius-lg);background:linear-gradient(90deg,transparent 0 28%,color-mix(in srgb,var(--sp-wood-dark) 8%,transparent) 28% 30%,transparent 30%),linear-gradient(var(--bg-soft) 0 22%,var(--sp-sand) 22% 26%,var(--bg-surface) 26% 100%);box-shadow:inset 0 -80px 0 var(--sp-grey-warm)}.simple-text-block{background:var(--bg-surface);padding:var(--sp-16) var(--container-px)}.simple-text-inner{max-width:var(--content-max);margin:0 auto}.simple-text-inner h1{margin-bottom:var(--sp-8)}.simple-text-richtext{color:var(--fg-2);font-size:var(--fs-body);line-height:var(--lh-relaxed)}.simple-text-richtext h2,.simple-text-richtext h3{color:var(--fg-1);margin:var(--sp-8) 0 var(--sp-3)}.simple-text-richtext h2:first-child,.simple-text-richtext h3:first-child{margin-top:0}.simple-text-richtext ol,.simple-text-richtext p,.simple-text-richtext ul{margin:0 0 var(--sp-4)}.simple-text-richtext ol,.simple-text-richtext ul{padding-left:1.4rem}.simple-text-richtext li{margin-bottom:var(--sp-2)}.simple-text-richtext a{font-weight:var(--fw-semi);text-underline-offset:.16em}.showroom-gallery{background:var(--bg-surface)}body:has(.showroom-gallery) .simple-text-block{background:var(--bg-soft)}body:has(.showroom-gallery) .simple-text-inner{max-width:920px}body:has(.showroom-gallery) .simple-text-inner h1{color:var(--fg-1)}.showroom-gallery-group{padding:var(--sp-10) var(--container-px)}.showroom-gallery-white{background:var(--bg-surface)}.showroom-gallery-soft{background:var(--bg-soft)}.showroom-gallery-inner{margin:0 auto;max-width:920px}.showroom-gallery-inner>h2{color:var(--fg-1);font-size:var(--fs-h4);margin-bottom:var(--sp-5);text-align:center}.showroom-gallery-grid{display:grid;gap:var(--sp-5)}.showroom-gallery-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.showroom-gallery-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.showroom-gallery-card{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin:0;overflow:hidden}.showroom-gallery-image{aspect-ratio:4/3;overflow:hidden;position:relative;width:100%}.showroom-gallery-image img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.showroom-gallery-card figcaption{color:var(--fg-2);font-size:var(--fs-small);line-height:var(--lh-relaxed);padding:var(--sp-4)}.showroom-gallery-card figcaption p{margin:0}.showroom-gallery-card figcaption a{color:var(--brand-red);text-decoration:underline;text-underline-offset:.16em}body:has(.showroom-gallery)>nextjs-portal{display:none!important}@media (max-width:760px){.showroom-gallery-grid-2,.showroom-gallery-grid-3{grid-template-columns:1fr}}.contact-page{background:var(--bg-surface);padding:var(--section-y) var(--page-x)}.contact-layout{background:var(--bg-surface);padding:clamp(4.5rem,8vw,7.5rem) var(--page-x) clamp(5rem,9vw,8rem)}.contact-layout-inner{display:grid;gap:clamp(3rem,7vw,7.5rem);grid-template-columns:minmax(0,620px) minmax(260px,440px);margin:0 auto;max-width:1270px}.contact-layout-main{min-width:0}.contact-copy h1{color:var(--fg-1);font-size:clamp(2rem,3vw,2.8rem);line-height:var(--lh-tight);margin:0 0 var(--sp-5)}.contact-copy .simple-text-richtext{color:var(--fg-2);font-size:var(--fs-body);line-height:1.55}.contact-copy .simple-text-richtext h2,.contact-copy .simple-text-richtext h3{font-size:var(--fs-body);margin:var(--sp-6) 0 var(--sp-3)}.contact-form-section,.contact-links-section{background:var(--bg-surface);padding:0 var(--page-x) var(--sp-10)}.contact-form-section{padding-top:var(--sp-2)}.contact-form-section.contact-form-embedded,.contact-links-section.contact-links-embedded{background:transparent;padding:0}.contact-form-section.contact-form-embedded{margin-top:var(--sp-8)}.contact-form-standalone,.contact-links-section .contact-help{max-width:var(--content-max);margin:0 auto}.contact-main{display:grid;gap:var(--sp-8);grid-template-columns:minmax(0,1fr) minmax(260px,360px);margin:0 auto;max-width:var(--container-max)}.contact-left{max-width:760px}.contact-left h1{color:var(--fg);font-size:var(--fs-display);line-height:var(--lh-tight);margin:0 0 var(--sp-6)}.contact-address,.contact-details,.contact-form,.contact-help,.contact-times{background:var(--bg);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.contact-address{display:grid;gap:.25rem}.contact-address,.contact-details,.contact-times{margin-bottom:var(--sp-4);padding:var(--sp-5)}.contact-details p,.contact-form-note,.contact-service-text,.contact-times p{color:var(--fg-2);margin:0 0 .65rem}.contact-service-text{margin-bottom:var(--sp-4)}.contact-form{display:grid;gap:var(--sp-4);margin-top:var(--sp-6);padding:var(--sp-6)}.contact-form-embedded .contact-form{background:transparent;border:0;border-radius:0;box-shadow:none;gap:var(--sp-5);margin:0;max-width:none;padding:0}.contact-form h2,.contact-help h2{color:var(--fg);font-size:var(--fs-h3);line-height:var(--lh-tight);margin:0}.contact-form-embedded .contact-form h2{color:var(--fg-1);font-size:var(--fs-h3);font-weight:var(--fw-medium);text-transform:uppercase}.contact-form label{display:grid;gap:.45rem}.contact-form label span{color:var(--fg);font-weight:var(--fw-bold)}.contact-form-embedded .contact-form label{gap:.2rem}.contact-form-embedded .contact-form label span{color:var(--fg-2);font-weight:var(--fw-regular)}.contact-form input,.contact-form textarea{background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-md);color:var(--fg);font:inherit;min-height:2.8rem;padding:.8rem .9rem}.contact-form textarea{min-height:9rem;resize:vertical}.contact-form-embedded .contact-form input,.contact-form-embedded .contact-form textarea{background:transparent;border:0;border-bottom:1px solid var(--fg-1);border-radius:0;min-height:2.4rem;padding:.35rem 0}.contact-form-embedded .contact-form textarea{min-height:4.5rem}.contact-honeypot{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.contact-turnstile{min-height:0}.contact-form .form-status{white-space:pre-line}.contact-privacy{align-items:center;display:grid;column-gap:var(--sp-3);grid-template-columns:1rem minmax(0,1fr);row-gap:0}.contact-privacy input{align-self:start;box-sizing:border-box;height:1rem;margin:.2em 0 0;min-height:0;padding:0;width:1rem}.contact-privacy span{color:var(--fg-2);font-weight:var(--fw-medium);min-width:0}.contact-form button{align-items:center;background:var(--brand-red);border:1px solid var(--brand-red);border-radius:var(--radius-pill);color:var(--fg-on-red);cursor:default;display:inline-flex;font:inherit;font-weight:var(--fw-black);justify-content:center;justify-self:start;min-height:2.85rem;padding:.85rem 1.45rem}.contact-form-embedded .contact-form button{border-radius:0;min-height:2.75rem;text-transform:uppercase}.contact-help{align-self:start;padding:var(--sp-6)}.contact-links-embedded{align-self:start;padding-top:var(--sp-8)}.contact-links-embedded .contact-help{background:transparent;border:0;border-radius:0;box-shadow:none;margin:0;max-width:none;padding:0}.contact-links-embedded .contact-help h2{color:var(--fg-1);font-size:var(--fs-body-lg);line-height:1.35}.contact-links-embedded .contact-help a{color:var(--fg-1);font-weight:var(--fw-regular);text-decoration:underline;text-underline-offset:.15em}.contact-help ul{display:grid;gap:.85rem;list-style:none;margin:var(--sp-5) 0 0;padding:0}.contact-help a{color:var(--brand-red);font-weight:var(--fw-black);text-decoration:none}.measurement-request-section{display:grid;gap:var(--sp-10);margin:0 auto;max-width:var(--container-max);padding:var(--sp-8) var(--container-px) var(--sp-16)}.measurement-request-section .contact-form-standalone{max-width:none;width:100%}.measurement-request-intro{margin:0 auto;max-width:var(--content-max);text-align:center}.measurement-request-intro h1{color:var(--fg-1);font-size:var(--fs-h1);font-weight:var(--fw-bold);line-height:var(--lh-tight);margin:0 0 var(--sp-3)}.measurement-request-price{color:var(--brand-red);display:block;font-size:var(--fs-h2);font-weight:var(--fw-black);margin-bottom:var(--sp-4)}.measurement-request-intro p{color:var(--fg-2);font-size:var(--fs-body-lg);margin:0 auto}.measurement-request-intro .contact-form-note{font-size:var(--fs-body);margin-top:var(--sp-3)}.measurement-request-salutation{border:0;display:flex;gap:var(--sp-6);margin:0;padding:0}.measurement-request-salutation legend{color:var(--fg);font-weight:var(--fw-bold);margin-bottom:.45rem;width:100%}.measurement-request-salutation label{align-items:center;display:inline-flex;gap:.4rem}.measurement-request-salutation input{height:1rem;min-height:0;width:1rem}.measurement-request-row-2,.measurement-request-row-street,.measurement-request-row-town{display:grid;gap:var(--sp-4);grid-template-columns:1fr 1fr}.measurement-request-row-street{grid-template-columns:2fr 1fr}.measurement-request-row-town{grid-template-columns:1fr 2fr}@media (max-width:640px){.measurement-request-row-2,.measurement-request-row-street,.measurement-request-row-town{grid-template-columns:1fr}}.measurement-request-form{background:transparent;border:0;box-shadow:none;padding:0}.measurement-request-grid{display:grid;gap:var(--sp-6);grid-template-columns:1fr 1fr}@media (max-width:768px){.measurement-request-grid{grid-template-columns:1fr}}.measurement-request-card{align-content:start;background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);display:grid;gap:var(--sp-4);padding:var(--sp-5)}.measurement-request-card-heading{align-items:center;display:flex;gap:.4rem}.measurement-request-card-heading h3{color:var(--fg-1);font-size:var(--fs-h4);font-weight:var(--fw-semi);margin:0}.measurement-request-notice{display:grid;gap:.35rem}.measurement-request-or{color:var(--fg-2);font-size:var(--fs-small);font-style:italic;margin-top:-.75rem}.measurement-request-success{background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);margin:0 auto;max-width:var(--content-max);padding:var(--sp-10) var(--sp-6);text-align:center}.measurement-request-success h2{color:var(--fg-1);font-size:var(--fs-h2);font-weight:var(--fw-bold);margin:0 0 var(--sp-2)}.measurement-request-success-subtitle{color:var(--brand-red);font-size:var(--fs-h4);font-weight:var(--fw-semi);margin:0 0 var(--sp-4)}.measurement-request-success p:last-child{color:var(--fg-2);font-size:var(--fs-body-lg);margin:0 auto;max-width:34rem}.measurement-request-privacy-note,.measurement-request-required-note{color:var(--fg-2);font-size:var(--fs-small);margin:0}.measurement-request-privacy-note a{color:var(--fg-2);text-decoration:underline}.contact-form button.measurement-request-submit{font-size:clamp(.78rem,3.4vw,1rem);white-space:nowrap}@media (max-width:640px){.contact-form button.measurement-request-submit{justify-self:stretch}}.configurator-page{min-height:640px}.configurator-stage{display:grid;place-items:center;min-height:420px;padding:var(--sp-8);text-align:center;border:1px solid var(--border-hairline);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(255,255,255,.3),rgba(255,255,255,.8)),linear-gradient(120deg,var(--sp-sand),var(--sp-warm-white) 45%,var(--sp-grey-warm));box-shadow:var(--shadow-sm)}.configurator-stage p{margin-bottom:var(--sp-2);font-size:var(--fs-h3);font-weight:var(--fw-bold)}.configurator-stage span{color:var(--fg-2)}.configurator-stage-error{border-color:var(--brand-red)}.product-detail{background:var(--bg-surface)}.product-detail-main{display:grid;margin:0 auto;max-width:var(--container-max);padding:var(--sp-8) var(--container-px) var(--sp-12)}@media (hover:hover) and (pointer:fine){.product-gallery-stage-zoomable{cursor:zoom-in}.product-gallery-stage-zoomable:hover img{transform:scale(2.25);transition-duration:80ms}}.product-gallery-thumbnails{display:grid}.product-gallery-thumbnails button{border:1px solid var(--border-hairline);cursor:pointer;overflow:hidden;padding:0}.product-gallery-thumbnails button.is-active{border-color:var(--border-brand);box-shadow:0 0 0 1px var(--border-brand)}.product-gallery-arrow{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-disc);color:var(--fg-1);cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:44px;z-index:1}.product-gallery-arrow:focus-visible,.product-gallery-arrow:hover{border-color:var(--border-brand);color:var(--fg-accent)}.product-gallery-arrow svg{fill:none;height:22px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:22px}.product-gallery-arrow-previous{left:var(--sp-4)}.product-gallery-arrow-next{right:var(--sp-4)}.product-gallery-empty{align-items:center;aspect-ratio:4/3;background:var(--bg-soft);border-radius:var(--radius-lg);color:var(--fg-2);display:flex;justify-content:center}.product-detail-category,.product-section-eyebrow{color:var(--fg-accent);font-size:var(--fs-small);font-weight:var(--fw-bold);letter-spacing:var(--ls-eyebrow);margin:0 0 var(--sp-3);text-transform:uppercase}.product-detail-summary h1{color:var(--fg-1);font-size:var(--fs-h2);line-height:var(--lh-snug);margin-bottom:var(--sp-3)}.product-detail-intro{color:var(--fg-1);font-size:var(--fs-body);line-height:var(--lh-normal);margin-bottom:var(--sp-5)}.product-facts{margin-bottom:var(--sp-4)}.product-fact-table{margin:0}.product-fact-table>div{display:grid;gap:var(--sp-3);grid-template-columns:minmax(110px,.75fr) 1.25fr;min-height:44px;padding:var(--sp-3) var(--sp-4)}.product-fact-table>div:nth-child(odd){background:var(--bg-surface)}.product-fact-table>div:nth-child(2n){background:var(--bg-soft)}.product-fact-table dt{align-self:center;color:var(--fg-2)}.product-fact-table dd{align-self:center;color:var(--fg-1);font-weight:var(--fw-semi);margin:0}.product-price{align-items:flex-start;display:flex;flex-direction:column;gap:var(--sp-1);margin:var(--sp-2) 0 var(--sp-5);text-align:left}.product-price-value{align-items:baseline;display:flex;gap:var(--sp-2)}.product-price-value>span{color:var(--fg-2);font-size:var(--fs-small)}.product-price-value strong{color:var(--fg-accent);font-size:var(--fs-h2)}.product-price small{color:var(--fg-2)}.product-price>a{color:var(--fg-1);text-decoration:underline;text-underline-offset:.15em}.product-configurator-cta{justify-content:center;width:100%}.product-detail-actions{display:grid;gap:var(--sp-3);margin-top:var(--sp-5)}.product-consultation-cta{background:var(--bg-surface);border:1px solid var(--border-brand);color:var(--fg-accent);justify-content:center;width:100%}.product-consultation-cta:focus-visible,.product-consultation-cta:hover{border-color:var(--border-brand);color:var(--fg-accent)}.product-action-chevron{flex:0 0 auto;font-size:var(--fs-h3);font-weight:var(--fw-regular);line-height:1}.product-ref-note{color:var(--fg-2);font-size:var(--fs-small);margin:var(--sp-3) 0 0}.product-information{margin:0 auto;max-width:var(--container-max);padding:var(--sp-16) var(--container-px)}.product-tab-list{align-items:flex-end;border-bottom:1px solid var(--border-hairline);display:flex;gap:var(--sp-8)}.product-tab-list button{background:transparent;border:0;border-bottom:3px solid transparent;color:var(--fg-2);cursor:pointer;font:inherit;font-size:var(--fs-h4);font-weight:var(--fw-semi);margin-bottom:-1px;padding:var(--sp-4) 0}.product-tab-list button[aria-selected=true]{border-bottom-color:var(--border-brand);color:var(--fg-1)}.product-tab-list button:focus-visible{outline:2px solid var(--border-brand);outline-offset:var(--sp-1)}.product-tab-panel{background:var(--bg-soft);min-height:180px}.product-tab-panel p{line-height:var(--lh-relaxed)}.product-tab-panel p:last-child{margin-bottom:0}.product-description-richtext h2{color:var(--fg-1);font-size:var(--fs-h2);margin:0 0 var(--sp-5)}.product-description-richtext h3{color:var(--fg-1);font-size:var(--fs-h3);margin:var(--sp-8) 0 var(--sp-3)}.product-description-richtext li,.product-description-richtext p{line-height:var(--lh-relaxed)}.product-description-richtext p{margin:0 0 var(--sp-4)}.product-description-richtext ol,.product-description-richtext ul{margin:0 0 var(--sp-5);padding-left:var(--sp-6)}.simple-text-richtext a{border-bottom:1px solid;color:var(--brand-red);text-decoration:none}.article-content-text a:not(.button),.product-description-richtext a:not(.button),.quality-live-copy a:not(.button),.quality-live-introduction-copy a:not(.button),.service-faq-answer a:not(.button),.service-product-description a:not(.button),.simple-text-richtext a:not(.button),.text-copy a:not(.button),.wohnwelt-seo-text a:not(.button){border-bottom:1px solid;color:var(--brand-red);text-decoration:none;transition:color var(--t-fast) var(--ease-out),border-color var(--t-fast) var(--ease-out)}.article-content-text a:not(.button):focus-visible,.article-content-text a:not(.button):hover,.product-description-richtext a:not(.button):focus-visible,.product-description-richtext a:not(.button):hover,.quality-live-copy a:not(.button):focus-visible,.quality-live-copy a:not(.button):hover,.quality-live-introduction-copy a:not(.button):focus-visible,.quality-live-introduction-copy a:not(.button):hover,.service-faq-answer a:not(.button):focus-visible,.service-faq-answer a:not(.button):hover,.service-product-description a:not(.button):focus-visible,.service-product-description a:not(.button):hover,.simple-text-richtext a:not(.button):focus-visible,.simple-text-richtext a:not(.button):hover,.text-copy a:not(.button):focus-visible,.text-copy a:not(.button):hover,.wohnwelt-seo-text a:not(.button):focus-visible,.wohnwelt-seo-text a:not(.button):hover{color:var(--brand-red-hover)}.article-content-text a:not(.button):focus-visible,.product-description-richtext a:not(.button):focus-visible,.quality-live-copy a:not(.button):focus-visible,.quality-live-introduction-copy a:not(.button):focus-visible,.service-faq-answer a:not(.button):focus-visible,.service-product-description a:not(.button):focus-visible,.simple-text-richtext a:not(.button):focus-visible,.text-copy a:not(.button):focus-visible,.wohnwelt-seo-text a:not(.button):focus-visible{outline:2px solid currentColor;outline-offset:3px}.product-additional-information-row{border-bottom:1px solid var(--border-hairline);padding:var(--sp-6) 0}.product-additional-information-row:first-child{padding-top:0}.product-additional-information-row:last-child{border-bottom:0;padding-bottom:0}.product-additional-information-row p{margin:0 0 var(--sp-4)}.product-additional-information-link{border:2px solid var(--border-brand);color:var(--fg-accent);display:inline-flex;font-weight:var(--fw-semi);justify-content:center;min-width:88px;padding:var(--sp-2) var(--sp-5);text-decoration:none}.product-testimonials{margin:0 auto;max-width:var(--container-max);padding:0 var(--container-px) var(--sp-16)}.product-testimonials-heading{margin-bottom:var(--sp-6)}.product-testimonials-heading h2{margin-bottom:var(--sp-2)}.product-testimonials-heading p{color:var(--fg-2);margin:0}.product-testimonial-carousel{position:relative}.product-testimonial-slide{align-items:stretch;background:var(--bg-muted);display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.85fr);min-height:290px}.product-testimonial-image{min-height:290px;overflow:hidden}.product-testimonial-image img{height:100%;object-fit:cover;width:100%}.product-testimonial-copy{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:var(--sp-10)}.product-testimonial-copy h3{margin-bottom:var(--sp-3)}.product-testimonial-copy blockquote{font-size:var(--fs-body-lg);line-height:var(--lh-relaxed);margin:0 0 var(--sp-4)}.product-testimonial-copy cite{color:var(--fg-2);font-style:normal;font-weight:var(--fw-semi)}.product-testimonial-arrow{align-items:center;background:transparent;border:0;color:var(--fg-accent);cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:44px}.product-testimonial-arrow svg{fill:none;height:22px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:22px}.product-testimonial-arrow-left{left:var(--sp-2)}.product-testimonial-arrow-right{right:var(--sp-2)}.product-testimonial-dots{display:flex;gap:var(--sp-2);justify-content:center;margin-top:var(--sp-5)}.product-testimonial-dots button{background:var(--border-muted);border:0;border-radius:var(--radius-disc);cursor:pointer;height:10px;padding:0;width:10px}.product-testimonial-dots button[aria-pressed=true]{background:var(--brand-red)}@media (max-width:900px){.product-testimonial-slide{grid-template-columns:1fr}.product-testimonial-image{max-height:320px}}@media (max-width:560px){.product-detail-main{padding-top:var(--sp-6)}.product-gallery-thumbnails{grid-template-columns:repeat(2,minmax(0,1fr))}.product-fact-table>div{gap:var(--sp-1);grid-template-columns:1fr}.product-tab-list{gap:var(--sp-5)}.product-tab-list button{font-size:var(--fs-body)}.product-tab-panel{padding:var(--sp-5) 0}.product-testimonial-copy{padding:var(--sp-8) var(--sp-6)}.product-testimonial-arrow{top:160px}}.not-found-page{background:var(--bg-page)}.not-found-section{display:grid;margin:0 auto;max-width:var(--container-max);padding:calc(var(--sp-24) + var(--sp-16)) var(--container-px);place-items:center}.not-found-content{border-bottom:1px solid var(--border-hairline);border-top:1px solid var(--border-hairline);margin:0 auto;max-width:var(--content-max);padding:var(--sp-12) 0;text-align:center}.not-found-content .section-kicker{color:var(--fg-accent);margin-bottom:var(--sp-3)}.not-found-content h1{color:var(--fg-1)}.not-found-description{color:var(--fg-2);font-size:var(--fs-body-lg);line-height:var(--lh-relaxed);margin:0 auto var(--sp-8)}.not-found-actions{justify-content:center}.not-found-contact{display:inline-flex;margin-top:var(--sp-6)}@media (max-width:600px){.not-found-section{padding-block:var(--sp-16)}.not-found-content{padding-block:var(--sp-10)}.not-found-actions{align-items:stretch;flex-direction:column}.not-found-actions .button{width:100%}}.footer{background:var(--bg-soft);border-top:1px solid var(--border-hairline)}.newsletter{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-6);max-width:var(--container-max);margin:0 auto;padding:var(--sp-10) var(--container-px);border-bottom:1px solid var(--border-hairline)}.newsletter .wohnwelt-newsletter-form{min-width:min(100%,460px)}.payment-row{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--sp-6);padding:var(--sp-10) var(--container-px);background:var(--bg-surface)}.payment-row h2{color:var(--fg-1);font-size:var(--fs-h3);margin:0;text-align:center}.payment-methods{gap:var(--sp-8);list-style:none;margin:0;max-width:var(--container-max);padding:0;width:100%}.payment-method,.payment-methods{display:flex;justify-content:center}.payment-method{align-items:center;color:var(--fg-1);flex-direction:column;flex:1 1;gap:var(--sp-1);text-align:center}.payment-method:last-child:nth-child(odd){width:auto}.payment-method-label{color:var(--fg-accent);font-size:var(--fs-h3);font-weight:var(--fw-bold);letter-spacing:.04em}.payment-method-detail{color:var(--fg-2);font-size:var(--fs-body);font-weight:var(--fw-bold)}@media (max-width:900px){.payment-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.payment-method:last-child:nth-child(odd){grid-column:1/-1}}@media (max-width:640px){.payment-methods{grid-template-columns:1fr}.payment-method:last-child:nth-child(odd){grid-column:auto;width:100%}}.footer-content-container{max-width:var(--container-max);margin:0 auto;padding-inline:var(--container-px);width:100%}.footer-grid{display:grid;padding-block:var(--sp-10)}.footer-grid h3{font-size:var(--fs-body);margin:0 0 var(--sp-3)}.footer-grid a{display:block;color:var(--fg-2);font-size:var(--fs-small);line-height:var(--lh-normal);margin:var(--sp-1) 0}.footer-social{margin-top:var(--sp-6)}.footer-social-links{align-items:center;display:flex;gap:var(--sp-4)}.footer-social-links a{align-items:center;color:var(--fg-2);display:inline-flex;justify-content:center;margin:0}.footer-social-links a:hover{color:var(--fg-accent)}.footer-social-links svg{fill:currentColor;height:20px;width:20px}.footer-social-links circle,.footer-social-links rect{fill:none;stroke:currentColor;stroke-width:1.7}.footer-social-links .footer-social-fill{fill:currentColor;stroke:none}.copyright{max-width:var(--container-max);margin:0 auto;padding:var(--sp-5) var(--container-px) var(--sp-8);color:var(--fg-2);font-size:var(--fs-micro)}@media (max-width:1024px){.desktop-navigation,.utility{display:none}.utility-inner{padding-left:var(--container-px);padding-right:var(--container-px)}.main-nav{display:grid;gap:var(--sp-3);grid-template-columns:44px minmax(0,1fr) 64px;min-height:66px;padding:var(--sp-2) var(--container-px)}.brand{justify-self:center;max-width:min(58vw,200px)}.brand img{max-height:42px;width:100%}.mobile-cart,.mobile-menu-toggle{display:inline-flex;height:44px;width:44px}.mobile-menu-toggle{justify-self:start}.mobile-cart{flex-direction:column;font-size:10px;gap:2px;justify-self:end;text-decoration:none;width:64px}.mobile-navigation{background:var(--sp-white);border-top:1px solid var(--border-hairline);box-shadow:var(--shadow-md);display:block;left:0;max-height:calc(100vh - 66px);overflow-y:auto;padding:var(--sp-5) var(--container-px) var(--sp-6);position:absolute;right:0;top:100%}.mobile-navigation[hidden]{display:none}.mobile-menu-toolbar{margin-bottom:var(--sp-4)}.mobile-menu-toolbar-submenu{display:flex}.mobile-menu-back{align-items:center;align-self:stretch;background:var(--fg-1);border:0;color:var(--sp-white);display:inline-flex;font-family:inherit;font-size:var(--fs-micro);gap:var(--sp-2);margin:calc(var(--sp-5) * -1) 0 0 calc(var(--container-px) * -1);padding:0 var(--sp-4)}.mobile-menu-back span{font-size:var(--fs-body)}.mobile-nav-links{display:grid;gap:var(--sp-1)}.mobile-nav-links a,.mobile-nav-links button{align-items:center;background:transparent;border:0;color:var(--fg-1);display:flex;font-size:var(--fs-small);font-weight:var(--fw-semi);justify-content:space-between;min-height:44px;padding:var(--sp-3) 0;text-align:left;width:100%}.mobile-nav-links a:focus-visible,.mobile-nav-links a:hover,.mobile-nav-links button:focus-visible,.mobile-nav-links button:hover{color:var(--brand-red)}.mobile-submenu h2{color:var(--brand-red);font-size:var(--fs-body);margin:0 0 var(--sp-2)}.mobile-submenu-group+.mobile-submenu-group{margin-top:var(--sp-5)}.mobile-submenu-group h3{color:var(--fg-1);font-size:var(--fs-small);margin:0 0 var(--sp-2)}.mobile-nav-links a>span:first-child,.mobile-nav-links button>span:first-child{min-width:0;overflow-wrap:anywhere}.mobile-account-actions{display:grid;gap:var(--sp-2);grid-template-columns:repeat(auto-fit,minmax(100px,1fr));padding:var(--sp-4) 0}.mobile-account-actions a,.mobile-account-actions button{align-items:center;background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-sm);color:var(--fg-1);display:flex;flex-direction:column;font-family:inherit;font-size:var(--fs-micro);gap:var(--sp-1);padding:var(--sp-2);text-decoration:none}.mobile-phone{color:var(--brand-red);display:block;font-size:var(--fs-small);font-weight:var(--fw-semi);text-align:center}}@media (max-width:940px){.planner-grid,.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.planner-card:first-child,.wohnwelten-page .planner-card:nth-child(7){grid-column:span 2;grid-template-columns:1fr}.wohnwelten-page .planner-card:nth-child(7) .planner-card-copy{align-items:center;text-align:center}.quality-detail-1,.quality-detail-4{grid-template-columns:1fr;grid-template-rows:auto 1fr}.quality-detail-4 .quality-detail-image{order:0}.contact-layout-inner,.contact-main,.cta-with-image,.hero,.material-cta,.quickstart,.reviews,.text-image{grid-template-columns:1fr}.customer-rating-summary{align-items:start;grid-template-columns:auto 1fr}.customer-rating-summary a,.customer-rating-summary strong{grid-column:1/-1}.customer-review-cards{grid-template-columns:1fr}.customer-review-widget-compact .customer-review-widget-grid,.customer-review-widget-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-testimonial{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr)}.wohnwelt-config-grid,.wohnwelt-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-product-inner{gap:var(--sp-8);grid-template-columns:1fr}.service-product-image.has-media{aspect-ratio:4/3}.service-product-copy{padding-top:0}.wohnwelt-trust-strip{grid-template-columns:120px 1fr}.wohnwelt-trust-strip .button{grid-column:1/-1;justify-self:start}.process-grid{gap:var(--sp-5)}.hero{gap:var(--sp-8);padding-top:var(--sp-12)}.hero-media{min-height:340px}.contact-links-embedded{padding-top:0}}@media (max-width:620px){.hero{min-height:auto;padding:var(--sp-10) var(--sp-4)}.hero-content{width:100%;padding:0}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}.footer-grid,.planner-grid,.process-grid,.quickstart-panel,.trust-grid{grid-template-columns:1fr}.planner-card:first-child{grid-column:span 1}.wohnwelten-page>.hero{gap:var(--sp-6);padding-bottom:var(--sp-10);padding-top:0}.wohnwelten-page>.hero .hero-media{border-radius:0;min-height:280px}.wohnwelten-page>.hero .hero-content{padding-inline:var(--sp-4)}.wohnwelten-page>.hero .button-row{width:100%}.wohnwelten-page>.hero .button-row .button{max-width:100%}.wohnwelten-page>.product-overview{padding-bottom:var(--sp-10);padding-top:var(--sp-10)}.wohnwelten-page .section-heading h2,.wohnwelten-page .text-copy h2{overflow-wrap:anywhere}.wohnwelten-page .planner-card:nth-child(7){grid-column:span 1}.wohnwelten-page .planner-card-copy,.wohnwelten-page .planner-card:nth-child(7) .planner-image{min-height:0}.wohnwelten-page .wohnwelten-explanations .text-image{padding-bottom:var(--sp-10);padding-top:var(--sp-10)}.wohnwelten-page .wohnwelten-explanations .room-sketch{min-height:230px}.quality-hero{padding:0 0 var(--sp-10)}.quality-hero-image{border-radius:0;min-height:280px}.quality-hero-copy{padding-inline:var(--sp-4)}.quality-details-section .section-heading h2,.quality-hero-copy h1,.quality-introduction h2{overflow-wrap:anywhere}.quality-details-section,.quality-introduction{padding:var(--sp-10) var(--sp-4)}.quality-detail-grid{grid-template-columns:1fr}.quality-detail-1,.quality-detail-4{grid-column:span 1}.quality-detail-1 .quality-detail-image,.quality-detail-4 .quality-detail-image{aspect-ratio:16/10;min-height:0}.quality-live-introduction,.quality-live-section{padding:var(--sp-8) var(--sp-4)}.quality-live-grid-1 .quality-live-card,.quality-live-grid-2{grid-template-columns:1fr}.quality-live-grid-1 .quality-live-image,.quality-live-section-plain .quality-live-image{aspect-ratio:4/3}.quality-live-grid-1 .quality-live-copy{padding:var(--sp-6)}.customer-project,.rating-review-grid{grid-template-columns:1fr}.customer-review-widget{margin-inline:var(--sp-4)}.customer-review-widget-header{align-items:flex-start;flex-direction:column}.customer-review-score{justify-content:flex-start}.customer-review-widget-compact .customer-review-widget-grid,.customer-review-widget-grid,.customer-testimonial{grid-template-columns:1fr}.customer-review-carousel{padding-inline:var(--sp-8)}.customer-review-carousel-arrow{height:36px;width:36px}.customer-review-carousel-arrow-left{left:var(--sp-2)}.customer-review-carousel-arrow-right{right:var(--sp-2)}.customer-review-modal{max-height:88vh;padding:var(--sp-6) var(--sp-5)}.customer-testimonial-gallery,.customer-testimonial-image{min-height:260px}.customer-testimonial-copy{padding:var(--sp-6) var(--sp-4) var(--sp-8)}.wohnwelt-config-grid,.wohnwelt-feature-grid,.wohnwelt-trust-strip{grid-template-columns:1fr}.wohnwelt-config-examples,.wohnwelt-feature-section{padding-bottom:var(--sp-10);padding-top:var(--sp-10)}main:has(.wohnwelt-detail-hero) .seo-content{padding-bottom:var(--sp-10);padding-top:var(--sp-10)}main:has(.wohnwelt-detail-hero) .cta-premium{padding-bottom:var(--sp-10);padding-top:var(--sp-10)}.wohnwelt-trust-strip{margin-block:var(--sp-8);padding:var(--sp-5) var(--sp-4)}.wohnwelt-trust-image{max-width:140px}.customer-project-image{min-height:220px}.customer-project>div:last-child{padding:var(--sp-5)}.customer-stories-page>.cta{margin-bottom:0;padding-bottom:var(--sp-10);padding-top:var(--sp-10)}main:has(.customer-stories-page)+.footer .newsletter{padding-bottom:var(--sp-8);padding-top:var(--sp-8)}.planner-card:first-child .planner-image{min-height:220px}.award-grid{grid-template-columns:1fr;max-width:260px}.award-grid article{min-height:160px}.award-section,.cta,.quickstart,.section,.text-image{padding:var(--sp-10) var(--sp-4)}.planner-image{height:190px}.newsletter{align-items:flex-start;flex-direction:column}.material-strip{min-height:160px}}.wohnwelt-template-hero{background:var(--sp-warm-white);margin:0 auto var(--sp-10);max-width:100%;min-height:520px;overflow:hidden;position:relative}.wohnwelt-template-hero-media{height:520px;overflow:hidden;position:absolute;inset:0;width:100%}.wohnwelt-template-hero-media img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.wohnwelt-template-hero:after{background:linear-gradient(90deg,rgba(255,255,255,.68),rgba(255,255,255,.38) 38%,rgba(255,255,255,.12));content:"";inset:0;position:absolute;z-index:1}.wohnwelt-template-hero-content{margin:0 auto;max-width:var(--container-max);min-height:520px;padding:var(--sp-16) var(--container-px);position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.wohnwelt-template-hero-eyebrow{color:var(--brand-red);font-size:var(--fs-small);font-weight:var(--fw-bold);margin:0 0 var(--sp-2)}.wohnwelt-template-hero-content h1{color:var(--fg-1);font-size:clamp(2.2rem,5vw,4.8rem);line-height:.98;max-width:620px;margin:0 0 var(--sp-3)}.wohnwelt-template-hero-subline{color:var(--brand-red);font-family:var(--font-script);font-size:clamp(1.35rem,2.5vw,2.15rem);line-height:var(--lh-snug);margin:0 0 var(--sp-4);max-width:680px}.wohnwelt-template-hero-text{color:var(--fg-2);line-height:var(--lh-relaxed);max-width:640px;margin:0 0 var(--sp-5)}.wohnwelt-template-hero-claims{display:flex;flex-wrap:wrap;gap:var(--sp-3);margin-bottom:var(--sp-5);max-width:720px}.wohnwelt-template-hero-claims span{background:rgba(255,255,255,.82);border:1px solid var(--border-hairline);border-radius:var(--radius-pill);color:var(--fg-1);font-size:var(--fs-small);padding:var(--sp-2) var(--sp-4)}.wohnwelt-template-hero-arrow{align-items:center;background:transparent;border:0;color:var(--brand-red);cursor:pointer;display:flex;font-size:3.5rem;height:72px;justify-content:center;line-height:1;margin-top:-36px;position:absolute;top:50%;width:56px;z-index:3}.wohnwelt-template-hero-arrow-left{left:var(--sp-4)}.wohnwelt-template-hero-arrow-right{right:var(--sp-4)}@media (max-width:900px){.wohnwelt-template-hero,.wohnwelt-template-hero-content,.wohnwelt-template-hero-media{min-height:560px}.wohnwelt-template-hero-media{height:560px}.wohnwelt-template-hero:after{background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(255,255,255,.64) 52%,rgba(255,255,255,.18))}.wohnwelt-template-hero-content{padding:var(--sp-10) var(--container-px);justify-content:flex-start}.wohnwelt-template-hero-arrow{display:none}}.homepage-category-overview{background:var(--bg-surface)}body:has(.homepage-category-overview) .wohnwelt-detail-hero{margin-bottom:0}body:has(.homepage-category-overview) .wohnwelt-detail-hero-title{max-width:12ch}body:has(.homepage-category-overview) .wohnwelt-principle{background:var(--bg-page);padding-bottom:var(--sp-12);padding-top:var(--ww-section-y)}body:has(.homepage-category-overview) .wohnwelt-principle-grid{gap:var(--sp-5);max-width:920px}body:has(.homepage-category-overview) .wohnwelt-principle-disc{height:var(--principle-disc-size);margin-bottom:var(--sp-3);width:var(--principle-disc-size)}body:has(.homepage-category-overview) .wohnwelt-principle-icon{height:var(--principle-icon-size);width:var(--principle-icon-size)}body:has(.homepage-category-overview) .wohnwelt-principle-number{height:var(--principle-number-size);width:var(--principle-number-size)}body:has(.homepage-category-overview) .wohnwelt-principle h3{color:var(--brand-red)}.homepage-category-overview .section-heading h2{color:var(--fg-1)}.homepage-category-overview .section-heading{margin-bottom:var(--sp-8)}.homepage-category-overview .planner-grid{gap:var(--sp-5);grid-template-columns:repeat(6,minmax(0,1fr))}.homepage-category-overview .planner-card{grid-column:span 2;min-height:100%}.homepage-category-overview .planner-card:first-child,.homepage-category-overview .planner-card:nth-child(8){display:flex;grid-column:1/-1;grid-template-columns:none}.homepage-category-overview .planner-card:nth-child(12),.homepage-category-overview .planner-card:nth-child(13){grid-column:span 3}body:has(.homepage-category-overview) .wohnwelt-award-trust,body:has(.homepage-category-overview) .wohnwelt-benefits,body:has(.homepage-category-overview) .wohnwelt-sample-cta,body:has(.homepage-category-overview) .wohnwelt-testimonials{margin-top:0}body:has(.homepage-category-overview) .wohnwelt-award-trust{background:var(--bg-page)}body:has(.homepage-category-overview) .wohnwelt-benefits{background:var(--bg-soft)}body:has(.homepage-category-overview)>nextjs-portal{display:none!important}@media (max-width:900px){.homepage-category-overview .planner-card,.homepage-category-overview .planner-card:nth-child(12),.homepage-category-overview .planner-card:nth-child(13){grid-column:span 3}.homepage-category-overview .planner-card:first-child,.homepage-category-overview .planner-card:nth-child(8){grid-column:1/-1}}@media (max-width:600px){body:has(.homepage-category-overview) .wohnwelt-detail-hero-title{max-width:10ch}body:has(.homepage-category-overview) .wohnwelt-principle-grid{grid-template-columns:1fr}.homepage-category-overview .planner-grid{grid-template-columns:1fr}.homepage-category-overview .planner-card:first-child .planner-image,.homepage-category-overview .planner-card:nth-child(8) .planner-image{aspect-ratio:16/10}}.onlineplaner-page{background:var(--sp-white);color:var(--fg-1);min-height:100vh;overflow-x:hidden}.header-icon-with-badge{display:inline-flex;position:relative}.header-quantity-badge{align-items:center;background:var(--brand-red);border:2px solid var(--sp-white);border-radius:999px;color:var(--sp-white);display:inline-flex;font-size:9px;font-weight:var(--fw-bold);height:18px;justify-content:center;line-height:1;min-width:18px;padding:0 3px;position:absolute;right:-10px;top:-8px;z-index:1}.configurator-header{align-items:center;background:var(--sp-white);border-bottom:1px solid var(--border-hairline);display:grid;gap:var(--sp-5);grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);min-height:94px;padding:var(--sp-4) clamp(22px,3vw,58px);position:relative;z-index:90}.onlineplaner-page #konfi21 .type-header{font-size:29px;font-weight:600}@media (min-width:992px){.onlineplaner-page #konfi21 .d-none.d-lg-flex{display:flex!important}.onlineplaner-page #konfi21 .d-none.d-lg-block{display:block!important}}.configurator-header-action,.configurator-header-back{align-items:center;background:transparent;border:0;color:var(--fg-1);cursor:pointer;display:inline-flex;font:inherit;text-decoration:none}.configurator-header-back{gap:var(--sp-2);justify-self:start;padding:var(--sp-2) 0}.configurator-header-back svg{height:20px;width:20px}.configurator-header-brand{display:inline-flex;justify-self:center}.configurator-header-brand img{display:block;height:auto;width:clamp(190px,15vw,245px)}.configurator-header-actions{align-items:center;display:flex;gap:clamp(var(--sp-4),2vw,var(--sp-8));justify-self:end}.configurator-header-action{flex-direction:column;font-size:11px;gap:3px;min-width:52px}.configurator-header-action svg{fill:none;height:25px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;width:25px}.configurator-header-action:focus-visible,.configurator-header-action:hover,.configurator-header-back:focus-visible,.configurator-header-back:hover{color:var(--brand-red)}@media (max-width:760px){.configurator-header{gap:var(--sp-2);grid-template-columns:42px minmax(0,1fr) auto;min-height:68px;padding:var(--sp-2) var(--sp-3)}.configurator-header-back{height:42px;justify-content:center;width:42px}.configurator-header-action>span:last-child,.configurator-header-back span{display:none}.configurator-header-brand img{max-height:42px;width:min(42vw,180px)}.configurator-header-actions{gap:var(--sp-2)}.configurator-header-action{height:42px;min-width:34px;padding:0}}.onlineplaner-root{margin:0;padding:0;width:100%}.onlineplaner-asset-error,.onlineplaner-basket-status{background:var(--bg-soft);border:1px solid var(--border-brand);color:var(--fg-accent);font-size:14px;left:16px;max-width:min(480px,calc(100vw - 32px));padding:10px 12px;position:fixed;top:16px;z-index:10000}:root{--ww-layout-max:var(--container-max);--ww-shell-width:min(var(--container-max),calc(100% - var(--container-px) - var(--container-px)));--ww-copy-max:var(--prose-max);--ww-section-y:var(--sp-12);--ww-section-y-large:var(--sp-16);--ww-section-y-compact:var(--sp-8);--ww-grid-gap:var(--sp-6);--ww-award-media-max:32.5rem}.product-detail-main,.product-information,.product-testimonials,.wohnwelt-ar,.wohnwelt-award-trust,.wohnwelt-configurator-entries,.wohnwelt-newsletter-cta,.wohnwelt-product-slider,.wohnwelt-quality-features,.wohnwelt-testimonials{box-sizing:border-box;margin-inline:auto;max-width:none;padding-inline:0;width:var(--ww-shell-width)}.homepage-category-overview>.section-heading,.wohnwelt-award-trust-copy,.wohnwelt-benefits-heading,.wohnwelt-live-heading,.wohnwelt-product-slider-heading{margin-inline:auto;max-width:var(--ww-copy-max);text-align:center}.homepage-category-overview>.section-heading h2,.wohnwelt-award-trust-copy h2,.wohnwelt-benefits-heading h2,.wohnwelt-live-heading h2,.wohnwelt-product-slider-heading h2{line-height:var(--lh-snug)}.homepage-category-overview>.section-heading .section-heading__subtitle,.wohnwelt-award-trust-copy p,.wohnwelt-benefits-heading p,.wohnwelt-live-heading p,.wohnwelt-product-slider-heading p{color:var(--fg-2);line-height:var(--lh-relaxed)}.wohnwelt-product-slider{overflow:visible;padding-block:var(--ww-section-y)}.wohnwelt-product-slider-heading{margin-bottom:var(--sp-8)}.wohnwelt-product-slider-heading h2{margin:0 0 var(--sp-3)}.wohnwelt-product-slider-heading p{margin:0}.wohnwelt-product-slider-label{display:block;margin-top:var(--sp-4)}.wohnwelt-product-page{gap:var(--ww-grid-gap);grid-template-columns:repeat(4,minmax(0,1fr))}.wohnwelt-product-card{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.wohnwelt-product-card-copy{min-height:0;padding:var(--sp-5)}.wohnwelt-product-card-copy h3{line-height:var(--lh-snug);margin:0 0 var(--sp-2);min-height:0}.wohnwelt-product-card-copy>p{line-height:var(--lh-normal);margin:0 0 var(--sp-4);min-height:0}.wohnwelt-product-card-actions{gap:var(--sp-2);margin-top:var(--sp-4)}.wohnwelt-configurator-entries{padding-block:0 var(--ww-section-y)}.wohnwelt-configurator-entry-grid{display:grid;gap:var(--ww-grid-gap);grid-template-columns:repeat(2,minmax(0,1fr));padding:0;width:100%}.wohnwelt-configurator-entry{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);display:flex;flex-direction:column;min-height:0;text-align:center}.wohnwelt-configurator-entry h2{line-height:var(--lh-snug);margin:0 0 var(--sp-3)}.wohnwelt-configurator-entry p{line-height:var(--lh-normal);margin:0 auto var(--sp-6);max-width:var(--content-max)}.wohnwelt-configurator-entry .button{margin-top:auto}.wohnwelt-award-trust{display:flex;flex-direction:column;gap:var(--sp-5);padding-block:var(--ww-section-y);text-align:center}.wohnwelt-award-trust-copy h2{margin:0 0 var(--sp-2)}.wohnwelt-award-trust-copy p{margin:0}.wohnwelt-award-trust-image{aspect-ratio:auto;max-width:min(100%,var(--ww-award-media-max));min-height:0;overflow:visible;position:static;width:100%}.wohnwelt-award-trust-image img{display:block;height:auto;inset:auto;margin-inline:auto;max-height:none;max-width:100%;object-fit:contain;position:static;width:100%}.wohnwelt-benefits{background:var(--bg-soft);padding:var(--ww-section-y) var(--container-px)}.wohnwelt-benefits-inner{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-inline:auto;max-width:var(--ww-layout-max);padding:var(--sp-10)}.wohnwelt-benefits-heading{margin-bottom:var(--sp-10)}.wohnwelt-benefits-heading h2{margin:0 0 var(--sp-4)}.wohnwelt-benefits-heading p{margin:0}.wohnwelt-benefits-grid{align-items:stretch;display:grid;gap:var(--sp-8);grid-template-columns:repeat(4,minmax(0,1fr))}.wohnwelt-benefit{min-width:0;padding-inline:var(--sp-2);text-align:center}.wohnwelt-benefit h3{line-height:var(--lh-snug);margin:0 0 var(--sp-3)}.wohnwelt-benefit ul{display:grid;gap:var(--sp-2);line-height:var(--lh-normal);margin:0;padding:0;text-align:left}.wohnwelt-benefit-services{align-items:stretch;border-top:1px solid var(--border-hairline);display:grid;gap:var(--sp-6);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:var(--sp-10);padding-top:var(--sp-8)}.wohnwelt-benefit-services>article{align-items:center;background:var(--bg-soft);border-radius:var(--radius-lg);display:flex;flex-direction:column;min-height:0;text-align:center}.wohnwelt-benefit-services h3{line-height:var(--lh-snug);margin:0 0 var(--sp-3)}.wohnwelt-benefit-services p{line-height:var(--lh-normal);margin:0 0 var(--sp-5)}.wohnwelt-benefit-services .button{margin-top:auto}.wohnwelt-testimonials{align-items:center;display:flex;flex-direction:column;padding-block:var(--ww-section-y)}.wohnwelt-testimonials>.wohnwelt-live-heading{margin-bottom:var(--sp-8)}.wohnwelt-testimonials-carousel{max-width:none;overflow:hidden;width:100%}.wohnwelt-testimonial{align-items:stretch;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:grid;gap:0;grid-template-columns:minmax(0,36%) minmax(0,1fr);min-height:0}.wohnwelt-testimonial:not(.has-image){grid-template-columns:1fr}.wohnwelt-testimonial>.wohnwelt-testimonial-image{align-self:stretch;min-height:0;overflow:hidden;padding:0;position:relative}.wohnwelt-testimonial-image img{display:block;inset:0;position:absolute}.wohnwelt-testimonial>div:not(.wohnwelt-testimonial-image){align-self:stretch;background:transparent;display:flex;flex-direction:column;justify-content:center;min-height:340px;padding:var(--sp-8)}.wohnwelt-testimonial h3{line-height:var(--lh-snug);margin:0 0 var(--sp-3)}.wohnwelt-testimonial blockquote{background:transparent;border:0;border-radius:0;box-shadow:none;line-height:var(--lh-relaxed);margin:0 0 var(--sp-4);padding:0}.wohnwelt-room-fit,.wohnwelt-service-actions{background:var(--bg-soft);padding:var(--ww-section-y) var(--container-px)}.wohnwelt-room-actions,.wohnwelt-room-fit>.wohnwelt-live-heading,.wohnwelt-room-row-carousel,.wohnwelt-service-actions-grid,.wohnwelt-service-actions>.wohnwelt-live-heading{margin-inline:auto;max-width:var(--ww-layout-max);width:100%}.wohnwelt-room-fit>.wohnwelt-live-heading,.wohnwelt-service-actions>.wohnwelt-live-heading{margin-bottom:var(--sp-8);max-width:var(--ww-copy-max)}.wohnwelt-room-row-carousel{margin-bottom:var(--sp-8)}.wohnwelt-room-actions,.wohnwelt-service-actions-grid{align-items:stretch;gap:var(--ww-grid-gap)}.wohnwelt-room-action,.wohnwelt-service-action{min-height:0;padding:var(--sp-6)}.wohnwelt-room-action h3,.wohnwelt-service-action h3{line-height:var(--lh-snug);margin:0 0 var(--sp-3)}.wohnwelt-room-action p,.wohnwelt-service-action p{line-height:var(--lh-normal);margin:0 0 var(--sp-5)}.wohnwelt-risk-free{margin:0;max-width:none;padding:var(--ww-section-y) var(--container-px);width:100%}.wohnwelt-risk-free-grid,.wohnwelt-risk-free>.wohnwelt-live-heading{margin-inline:auto;max-width:var(--ww-layout-max);width:100%}.wohnwelt-risk-free>.wohnwelt-live-heading{margin-bottom:var(--sp-8)}.wohnwelt-risk-free-grid{align-items:stretch;display:grid;gap:var(--ww-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr))}.wohnwelt-risk-item{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-md);display:grid;gap:var(--sp-4);height:100%;min-height:0}.wohnwelt-risk-item .wohnwelt-line-icon,.wohnwelt-risk-item .wohnwelt-risk-icon,.wohnwelt-risk-item .wohnwelt-risk-trust-image{align-self:start;justify-self:center;margin:0}.wohnwelt-risk-trust-image{height:var(--sp-12);min-height:0;overflow:hidden;position:relative;width:var(--sp-12)}.wohnwelt-risk-trust-image img{height:100%;object-fit:contain;width:100%}.wohnwelt-risk-item ul{display:grid;gap:var(--sp-2);line-height:var(--lh-normal);margin:0;padding:0}.wohnwelt-risk-item li{column-gap:var(--sp-2);display:grid;grid-template-columns:var(--sp-4) minmax(0,1fr)}.wohnwelt-ar{grid-template-columns:repeat(2,minmax(0,1fr));margin-block:var(--ww-section-y)}.wohnwelt-ar-copy{padding:var(--sp-8)}.wohnwelt-ar-copy h2{line-height:var(--lh-snug);margin:0 0 var(--sp-4)}.wohnwelt-ar-copy p{line-height:var(--lh-relaxed);margin:0 0 var(--sp-6)}.wohnwelt-principle{background:var(--bg-soft);padding:var(--ww-section-y) var(--container-px);text-align:center}.wohnwelt-principle-grid,.wohnwelt-principle>.section-kicker,.wohnwelt-principle>h2{margin-inline:auto;max-width:var(--ww-layout-max);width:100%}.wohnwelt-principle>h2{line-height:var(--lh-snug);margin-bottom:var(--sp-10);margin-top:0}.wohnwelt-principle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wohnwelt-principle-disc{margin-bottom:var(--sp-4)}.wohnwelt-principle h3{line-height:1.2;margin:0}.wohnwelt-principle-step p{line-height:var(--lh-normal);margin:var(--sp-2) 0 0}.wohnwelt-quality-features{padding-block:var(--ww-section-y)}.wohnwelt-quality-features>.wohnwelt-live-heading{margin-bottom:var(--sp-8)}.wohnwelt-quality-grid{align-items:stretch;gap:var(--ww-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr))}.wohnwelt-quality-card{background:var(--bg-surface);box-shadow:var(--shadow-xs)}.wohnwelt-quality-card>div:not(.wohnwelt-quality-image){padding:var(--sp-5)}.wohnwelt-quality-card h3{line-height:var(--lh-snug);margin:0 0 var(--sp-3)}.wohnwelt-quality-card p{line-height:var(--lh-normal);margin:0}.wohnwelt-sample-cta{box-sizing:border-box;margin-inline:auto;max-width:none;width:var(--ww-shell-width)}.wohnwelt-sample-cta>div{padding:var(--sp-10)}.wohnwelt-model-placeholder{background:var(--bg-soft);max-width:none;padding:var(--ww-section-y) var(--container-px);width:100%}.wohnwelt-model-desktop,.wohnwelt-model-mobile,.wohnwelt-model-placeholder>.wohnwelt-live-heading,.wohnwelt-model-toolbar{margin-inline:auto;max-width:var(--ww-layout-max);width:100%}.wohnwelt-model-placeholder>.wohnwelt-live-heading{margin-bottom:var(--sp-8)}.wohnwelt-model-skeleton{gap:var(--ww-grid-gap);grid-template-columns:repeat(4,minmax(0,1fr))}.wohnwelt-model-card{border:1px solid var(--border-hairline);overflow:hidden}.wohnwelt-model-card,.wohnwelt-model-card-media{background:var(--bg-surface)}.wohnwelt-model-card-media img{object-fit:cover}.wohnwelt-model-card-copy{padding:var(--sp-5)}.wohnwelt-model-card-copy h3{line-height:var(--lh-snug);margin:0 0 var(--sp-2)}.wohnwelt-model-card-copy>p{line-height:var(--lh-normal);margin:0 0 var(--sp-4)}.wohnwelt-model-card,.wohnwelt-product-card{background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden}.wohnwelt-model-card-media,.wohnwelt-product-card-image{aspect-ratio:1/1;background:var(--bg-soft);overflow:hidden;position:relative}.wohnwelt-model-card-media img,.wohnwelt-product-card-image img{display:block;height:100%;object-fit:cover;width:100%}.wohnwelt-model-card-copy,.wohnwelt-product-card-copy{align-items:stretch;display:flex;flex:1 1;flex-direction:column;padding:var(--sp-5);text-align:left}.wohnwelt-model-card-copy h3,.wohnwelt-product-card-copy h3{color:var(--fg-1);font-size:var(--fs-h4);line-height:var(--lh-snug);margin:0 0 var(--sp-2)}.wohnwelt-model-card-copy>p,.wohnwelt-product-card-copy>p{color:var(--fg-2);font-size:var(--fs-small);line-height:var(--lh-normal);margin:0 0 var(--sp-4)}.wohnwelt-model-card-copy>p{display:block;overflow:visible;-webkit-line-clamp:unset}.wohnwelt-model-card-meta,.wohnwelt-product-card-meta{display:grid;gap:var(--sp-1);margin-top:0}.wohnwelt-model-card-meta strong,.wohnwelt-product-card-meta strong{color:var(--fg-accent);font-size:var(--fs-h4);line-height:var(--lh-snug)}.wohnwelt-model-card-meta small,.wohnwelt-product-card-meta small{color:var(--fg-2);font-size:var(--fs-micro)}.wohnwelt-model-card-actions,.wohnwelt-product-card-actions{align-items:center;display:flex;flex-direction:row;gap:var(--sp-2);margin-top:auto;padding-top:var(--sp-4)}.wohnwelt-model-card-actions .button,.wohnwelt-product-card-actions .button{justify-content:center;text-align:center;width:auto}.wohnwelt-model-card-actions{justify-content:flex-start;margin-top:var(--sp-2);padding-top:0}.wohnwelt-model-card-actions .button-tertiary,.wohnwelt-model-card-link-action,.wohnwelt-product-card-actions .button-tertiary{color:var(--fg-accent);font-size:var(--fs-small);margin-top:0;padding-bottom:0;padding-top:0}.wohnwelt-model-card-actions .product-card-link,.wohnwelt-product-card-actions .product-card-link{align-items:center;display:inline-flex;gap:var(--sp-1);text-decoration:none}.product-card-link svg{flex:0 0 auto;height:var(--sp-4);stroke-width:1.5;width:var(--sp-4)}.wohnwelt-model-card-copy .product-card-content,.wohnwelt-product-card-copy .product-card-content{display:flex;flex-direction:column;min-width:0}.wohnwelt-model-card-copy .product-card-content h3,.wohnwelt-product-card-copy .product-card-content h3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.wohnwelt-model-card-copy .product-card-content>p,.wohnwelt-product-card-copy .product-card-content>p{line-height:var(--lh-normal);margin:0 0 var(--sp-4)}.wohnwelt-model-card-copy .product-card-bottom,.wohnwelt-product-card-copy .product-card-bottom{margin-top:auto}.wohnwelt-model-card-actions .product-card-link,.wohnwelt-model-card-actions .product-card-link:visited,.wohnwelt-product-card-actions .product-card-link,.wohnwelt-product-card-actions .product-card-link:visited{color:var(--fg-2);text-decoration:none}.wohnwelt-model-card-actions .product-card-link:focus-visible,.wohnwelt-model-card-actions .product-card-link:hover,.wohnwelt-product-card-actions .product-card-link:focus-visible,.wohnwelt-product-card-actions .product-card-link:hover{color:var(--fg-1);text-decoration:none}.wohnwelt-model-view-toggle{display:inline-flex;gap:var(--sp-1)}.wohnwelt-model-view-toggle button{align-items:center;display:inline-flex;justify-content:center;padding:0 var(--sp-3)}.wohnwelt-model-view-toggle button[aria-pressed=true]{border-color:var(--fg-accent);color:var(--fg-accent)}.wohnwelt-model-view-toggle svg{height:var(--sp-5);stroke-width:1.5;width:var(--sp-5)}.wohnwelt-model-skeleton.is-list{grid-template-columns:1fr}.wohnwelt-model-card.is-list{display:grid;grid-template-columns:1fr 3fr}.wohnwelt-model-card.is-list .wohnwelt-model-card-media{aspect-ratio:4/3;height:auto}.wohnwelt-model-card.is-list .wohnwelt-model-card-copy{align-items:center;display:grid;gap:var(--sp-6);grid-template-columns:minmax(0,1fr) auto auto}.wohnwelt-model-card.is-list .product-card-bottom{display:contents;margin-top:0}.wohnwelt-model-card.is-list .wohnwelt-model-card-actions{margin-top:0}.wohnwelt-model-card-benefits{align-items:center;flex-wrap:wrap;gap:var(--sp-2) var(--sp-4);justify-content:space-between;list-style:none;margin:0;padding:0}.wohnwelt-model-card-benefit{align-items:center;background:transparent;border:0;box-shadow:none;color:var(--fg-2);display:inline-flex;flex:1 1 auto;font-size:var(--fs-micro);gap:var(--sp-1);margin:0;min-width:0;padding:0}.wohnwelt-model-card-benefits svg{color:var(--fg-accent);flex:0 0 auto;height:var(--sp-4);stroke-width:1.5;width:var(--sp-4)}.wohnwelt-model-card{box-shadow:none;transition:border-color var(--t-fast) var(--ease-out),transform var(--t-base) var(--ease-out)}.wohnwelt-model-card .wohnwelt-model-card-media img,.wohnwelt-model-card:focus-within .wohnwelt-model-card-media img,.wohnwelt-model-card:hover .wohnwelt-model-card-media img{transform:none;transition:none}.wohnwelt-model-card.is-list:focus-within,.wohnwelt-model-card.is-list:hover{border-color:var(--border-brand);box-shadow:none}.wohnwelt-model-card:not(.is-list):focus-within,.wohnwelt-model-card:not(.is-list):hover{border-color:var(--border-hairline);transform:scale(1.01)}.wohnwelt-model-card.is-list,.wohnwelt-model-card.is-list:focus-within,.wohnwelt-model-card.is-list:hover{transform:none}.wohnwelt-model-card .product-card-link,.wohnwelt-model-card .product-card-link:visited{color:var(--fg-2);text-decoration:none}.wohnwelt-model-card .product-card-link:focus-visible,.wohnwelt-model-card .product-card-link:hover,.wohnwelt-model-card.is-list:focus-within .product-card-link,.wohnwelt-model-card.is-list:hover .product-card-link{color:var(--fg-accent);text-decoration:none}.wohnwelt-product-card{transition:transform var(--t-base) var(--ease-out)}.wohnwelt-product-card:focus-within,.wohnwelt-product-card:hover{border-color:var(--border-hairline);box-shadow:var(--shadow-sm);transform:scale(1.01)}.wohnwelt-product-card .wohnwelt-product-card-image img,.wohnwelt-product-card:focus-within .wohnwelt-product-card-image img,.wohnwelt-product-card:hover .wohnwelt-product-card-image img{transform:none;transition:none}.wohnwelt-product-card .product-card-link:focus-visible,.wohnwelt-product-card .product-card-link:hover{color:var(--fg-accent)}.wohnwelt-swipe-area{touch-action:pan-y}.wohnwelt-mobile-carousel-controls{display:none}@media (max-width:900px){.wohnwelt-carousel-dots{display:none}.wohnwelt-mobile-carousel-controls{align-items:center;display:flex;gap:var(--sp-3);justify-content:center;padding-top:var(--sp-4)}.wohnwelt-mobile-carousel-controls button{align-items:center;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-sm);color:var(--fg-1);cursor:pointer;display:inline-flex;height:var(--sp-10);justify-content:center;padding:0;width:var(--sp-10)}.wohnwelt-mobile-carousel-controls button:focus-visible,.wohnwelt-mobile-carousel-controls button:hover{border-color:var(--border-brand);color:var(--fg-accent)}.wohnwelt-mobile-carousel-controls button:disabled{cursor:default;opacity:.4}.wohnwelt-mobile-carousel-controls svg{height:var(--sp-5);stroke-width:1.5;width:var(--sp-5)}.wohnwelt-model-mobile.is-list{overflow:visible}.wohnwelt-model-mobile.is-list .wohnwelt-mobile-track{flex-direction:column;gap:var(--sp-5);transform:none}.wohnwelt-model-mobile.is-list .wohnwelt-model-card{flex:none;width:100%}}@media (max-width:600px){.wohnwelt-model-card.is-list{grid-template-columns:1fr}.wohnwelt-model-card.is-list .wohnwelt-model-card-copy{gap:var(--sp-4);grid-template-columns:1fr}.wohnwelt-model-card.is-list .product-card-bottom{display:grid;gap:var(--sp-4);grid-template-columns:1fr}}.wohnwelt-seo-text{background:var(--bg-surface);padding:var(--ww-section-y) var(--container-px)}.wohnwelt-seo-text>div,.wohnwelt-seo-text>h2{margin-inline:auto;max-width:var(--ww-copy-max)}.wohnwelt-seo-text>h2{line-height:var(--lh-snug);margin-bottom:var(--sp-6);margin-top:0}.wohnwelt-seo-text>div+div{margin-top:var(--sp-8)}.wohnwelt-seo-text h3{line-height:var(--lh-snug);margin:var(--sp-8) 0 var(--sp-3)}.homepage-category-overview{max-width:none;padding:var(--ww-section-y) var(--container-px);width:100%}.homepage-category-overview>.planner-grid,.homepage-category-overview>.section-heading{margin-inline:auto;max-width:var(--ww-layout-max);width:100%}.homepage-category-overview>.section-heading{margin-bottom:var(--sp-8)}.homepage-category-overview>.planner-grid{gap:var(--ww-grid-gap);grid-template-columns:repeat(4,minmax(0,1fr))}.homepage-category-overview .planner-card,.homepage-category-overview .planner-card:first-child,.homepage-category-overview .planner-card:nth-child(12),.homepage-category-overview .planner-card:nth-child(13),.homepage-category-overview .planner-card:nth-child(8){display:flex;grid-column:auto}.homepage-category-overview .planner-card:first-child .planner-image,.homepage-category-overview .planner-card:nth-child(8) .planner-image{aspect-ratio:4/3;min-height:0}.homepage-category-overview .planner-card-copy,.homepage-category-overview .planner-card:first-child .planner-card-copy{align-items:center;min-height:0;padding:var(--sp-5);text-align:center}.wohnwelt-newsletter-cta{margin-block:var(--ww-section-y)}.product-detail-main{align-items:start;gap:var(--sp-12);grid-template-columns:repeat(2,minmax(0,1fr));padding-block:0 var(--ww-section-y)}.product-detail-main,.product-information,body:has(.product-detail) .breadcrumb-inner{box-sizing:border-box;margin-inline:auto;max-width:var(--container-max);padding-inline:var(--container-px);width:100%}body:has(.product-detail) .product-rating,body:has(.product-detail) .product-review-badge,body:has(.product-detail) .product-trust-grid,body:has(.product-detail) .product-trust-strip{display:none}.product-gallery{display:block;min-width:0;width:100%}.product-gallery-stage{place-items:center;width:100%;position:relative;align-items:center;aspect-ratio:4/3;background:var(--bg-soft);display:flex;justify-content:center;overflow:hidden;border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.product-gallery-stage img{height:100%;object-fit:contain;transform-origin:var(--product-zoom-x,50%) var(--product-zoom-y,50%);transition:transform .16s ease-out;width:100%}.product-gallery-thumbnails{gap:var(--sp-3);grid-template-columns:repeat(4,minmax(0,1fr));margin-top:var(--sp-4);padding-top:0;width:100%}.product-gallery-thumbnails button{aspect-ratio:1;background:var(--bg-surface);border-radius:var(--radius-md)}.product-gallery-thumbnails img{height:100%;object-fit:contain;width:100%}.product-detail-summary{align-self:start;display:flex;flex-direction:column;max-width:none;width:100%}.product-detail-summary .product-detail-actions{margin-top:var(--sp-5);padding-top:0}.product-detail-compact-trust{border-top:1px solid var(--border-hairline);display:grid;gap:var(--sp-4);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:var(--sp-5);padding-top:var(--sp-5)}.product-detail-compact-trust>a,.product-detail-compact-trust>div{align-items:flex-start;color:var(--fg-1);display:flex;gap:var(--sp-2);min-width:0;text-decoration:none}.product-detail-compact-trust svg{color:var(--fg-accent);flex:0 0 auto;height:var(--sp-5);stroke-width:1.5;width:var(--sp-5)}.product-detail-compact-trust small,.product-detail-compact-trust strong{display:block}.product-detail-compact-trust strong{font-size:var(--fs-small);line-height:var(--lh-snug)}.product-detail-compact-trust small{color:var(--fg-2);font-size:var(--fs-micro);line-height:var(--lh-normal);margin-top:var(--sp-1)}.product-detail-rating{align-items:center;color:var(--fg-2);display:flex;flex-wrap:wrap;gap:var(--sp-2);margin-bottom:var(--sp-5)}.product-detail-rating>span:first-child{color:var(--fg-accent);letter-spacing:var(--ls-wide)}.product-detail-features{display:grid;gap:var(--sp-4);list-style:none;margin:0 0 var(--sp-5);padding:0}.product-detail-features li{align-items:flex-start;display:flex;gap:var(--sp-3)}.product-detail-features svg{color:var(--fg-accent);flex:0 0 auto;height:var(--sp-6);stroke-width:1.5;width:var(--sp-6)}.product-detail-features small,.product-detail-features strong{display:block}.product-detail-features strong{color:var(--fg-1);font-weight:var(--fw-semi)}.product-detail-features small{color:var(--fg-2);margin-top:var(--sp-1)}.product-configurator-cta,.product-consultation-cta{border-radius:var(--radius-md);box-sizing:border-box;justify-content:center;min-height:44px;position:relative;width:100%}.product-configurator-cta .product-action-chevron,.product-consultation-cta .product-action-chevron{position:absolute;right:var(--sp-5);top:50%;transform:translateY(-50%)}.product-detail-summary .product-facts{margin-block:var(--sp-2) var(--sp-5)}.product-detail-summary .product-price{margin-block:var(--sp-3) var(--sp-5)}.product-details-section,.product-planner-cta-shell,.product-principle-shell{box-sizing:border-box;margin-inline:auto;max-width:var(--container-max);width:100%}.product-details-section{display:grid;gap:var(--sp-12);grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:var(--ww-section-y) var(--container-px)}.product-details-introduction>h2{color:var(--fg-1);font-size:var(--fs-h2);line-height:var(--lh-snug);margin:0 0 var(--sp-4)}.product-details-introduction>p:not(.product-section-eyebrow){color:var(--fg-2);line-height:var(--lh-relaxed);margin:0 0 var(--sp-5)}.product-details-introduction ul{display:grid;gap:var(--sp-3);list-style:none;margin:0;padding:0}.product-details-introduction li{align-items:flex-start;display:flex;gap:var(--sp-3)}.product-details-introduction li svg{color:var(--fg-accent);flex:0 0 auto;height:var(--sp-5);margin-top:var(--sp-1);stroke-width:1.5;width:var(--sp-5)}.product-details-facts{align-self:start;background:var(--bg-surface);box-shadow:var(--shadow-sm);overflow:hidden}.product-details-facts,.product-planner-cta{border:1px solid var(--border-hairline);border-radius:var(--radius-lg)}.product-planner-cta{align-items:center;background:var(--bg-soft);display:flex;gap:var(--sp-6);justify-content:space-between;padding:var(--sp-6);width:100%}.product-planner-cta-shell{padding:0 var(--container-px) var(--ww-section-y)}.product-principle-shell{padding:var(--ww-section-y) var(--container-px)}.product-planner-cta-copy{align-items:center;display:flex;gap:var(--sp-4)}.product-planner-cta-copy>svg{color:var(--fg-accent);flex:0 0 auto;height:var(--sp-10);stroke-width:1.5;width:var(--sp-10)}.product-planner-cta h2{color:var(--fg-1);font-size:var(--fs-h4);line-height:var(--lh-snug);margin:0 0 var(--sp-1)}.product-planner-cta p{color:var(--fg-2);margin:0}.product-detail>.hero-trust-strip{border-top:1px solid var(--border-hairline);margin-bottom:0}.product-information{padding-block:var(--ww-section-y)}.product-testimonials{padding-bottom:var(--ww-section-y)}.product-information{padding-inline:var(--container-px)}.product-testimonials{padding-inline:0}.product-description-tab,.product-tab-panel{box-sizing:border-box;margin-inline:0;max-width:none;width:100%}.product-tab-list{background:var(--bg-surface);overflow:visible;position:relative;visibility:visible;z-index:1}.product-tab-list button{display:block;visibility:visible}.product-tab-panel{padding:var(--sp-8) 0}.product-additional-information{box-sizing:border-box;margin-inline:auto;max-width:var(--prose-max);width:100%}.product-principle{align-items:center;border-radius:var(--radius-lg);display:grid;gap:var(--sp-8);grid-template-columns:minmax(0,1fr) minmax(0,3fr);padding:var(--sp-8);text-align:left}.product-principle>.section-heading{margin:0;max-width:none;text-align:left;width:100%}.product-principle>.section-heading .section-heading__subtitle,.product-principle>.section-heading h2{margin-inline:0;text-align:left}.product-principle .wohnwelt-principle-grid{align-items:start;gap:var(--sp-6);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;max-width:none}.product-principle .wohnwelt-principle-step{align-items:flex-start;flex-direction:row;gap:var(--sp-3);text-align:left}.product-principle .wohnwelt-principle-disc{background:transparent;border-radius:0;flex:0 0 auto;height:var(--sp-6);margin:0;width:var(--sp-6)}.product-principle .wohnwelt-principle-number{display:none}.product-principle .wohnwelt-principle-icon{color:var(--fg-accent);height:var(--sp-5);width:var(--sp-5)}.product-principle .wohnwelt-principle-step-copy{min-width:0}.product-principle .wohnwelt-principle-step h3{color:var(--fg-1);font-family:var(--font-sans);font-size:var(--fs-body);font-weight:var(--fw-semi);line-height:var(--lh-snug);margin:0 0 var(--sp-1)}.product-principle .wohnwelt-principle-step p{margin:0;max-width:none}.footer-grid{gap:var(--sp-10);grid-template-columns:repeat(5,minmax(0,1fr))}.footer-social-column{min-width:0}@media (max-width:1100px){.product-detail-compact-trust,.product-details-section{grid-template-columns:1fr}.product-planner-cta{align-items:stretch;flex-direction:column}.product-planner-cta .button{align-self:flex-start}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){:root{--ww-section-y:var(--sp-16);--ww-section-y-compact:var(--sp-10)}.product-principle{grid-template-columns:1fr}.homepage-category-overview>.planner-grid,.wohnwelt-benefit-services,.wohnwelt-benefits-grid,.wohnwelt-model-skeleton,.wohnwelt-product-page,.wohnwelt-quality-grid,.wohnwelt-room-actions,.wohnwelt-room-actions[data-action-count],.wohnwelt-service-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wohnwelt-room-actions[data-action-count]{justify-content:stretch}.wohnwelt-risk-free-grid{grid-template-columns:1fr}.wohnwelt-testimonial{grid-template-columns:minmax(0,38%) minmax(0,1fr)}.wohnwelt-testimonial>div:not(.wohnwelt-testimonial-image){padding:var(--sp-6)}.product-detail-main{gap:var(--sp-8);grid-template-columns:1fr}}@media (max-width:760px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){:root{--ww-section-y:var(--sp-12);--ww-section-y-compact:var(--sp-8)}.homepage-category-overview>.planner-grid,.wohnwelt-benefit-services,.wohnwelt-benefits-grid,.wohnwelt-configurator-entry-grid,.wohnwelt-model-skeleton,.wohnwelt-principle-grid,.wohnwelt-product-page,.wohnwelt-quality-grid,.wohnwelt-risk-free-grid,.wohnwelt-room-actions,.wohnwelt-room-actions[data-action-count],.wohnwelt-service-actions-grid{grid-template-columns:1fr}.wohnwelt-benefit-services>article,.wohnwelt-benefits-inner,.wohnwelt-configurator-entry,.wohnwelt-model-card-copy,.wohnwelt-quality-card>div:not(.wohnwelt-quality-image),.wohnwelt-risk-item,.wohnwelt-room-action,.wohnwelt-service-action{padding:var(--sp-5)}.wohnwelt-testimonial{grid-template-columns:1fr;min-height:0}.wohnwelt-testimonial>.wohnwelt-testimonial-image{aspect-ratio:16/9}.wohnwelt-testimonial>div:not(.wohnwelt-testimonial-image){min-height:280px;padding:var(--sp-5)}.wohnwelt-ar,.wohnwelt-newsletter-cta{grid-template-columns:1fr}.wohnwelt-ar-copy,.wohnwelt-newsletter-copy,.wohnwelt-sample-cta>div{padding:var(--sp-6)}.product-tab-panel{padding:var(--sp-5) 0}.footer-grid{grid-template-columns:1fr}}.wohnwelt-detail-hero{--hero-desktop-min-height:580px;--hero-mobile-media-height:clamp(240px,62vw,360px);border:0;margin:0;overflow:hidden;padding:var(--sp-8) var(--container-px) 0;position:relative;width:100%}.wohnwelt-detail-hero-stage{border-radius:0;margin:0 auto;max-width:var(--container-max);min-height:var(--hero-desktop-min-height);overflow:hidden;width:100%}.wohnwelt-detail-hero-slider-track{align-items:stretch;display:flex;min-height:var(--hero-desktop-min-height);transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform}.wohnwelt-detail-hero-slide{display:grid;flex:0 0 100%;grid-template-areas:"copy media";grid-template-columns:minmax(0,5fr) minmax(0,7fr);min-height:var(--hero-desktop-min-height);min-width:100%;overflow:hidden;position:relative;width:100%}.wohnwelt-detail-hero-slide:not(.is-active){pointer-events:none}.wohnwelt-detail-hero-caption{align-items:center;display:flex;grid-area:copy;min-width:0;padding:var(--sp-16);text-align:left}.wohnwelt-detail-hero-caption-inner{max-width:32rem;width:100%}.wohnwelt-detail-hero h1,.wohnwelt-detail-hero-title{color:var(--fg-1);font-size:var(--fs-h1);font-weight:var(--fw-bold);margin:0 0 var(--sp-3);text-shadow:none}.wohnwelt-detail-hero-subline{color:var(--brand-red);font-family:var(--font-script);font-size:clamp(1.65rem,2.8vw,2.45rem);font-weight:var(--fw-medium);line-height:1;margin:0 0 var(--sp-4);white-space:pre-line}.wohnwelt-detail-hero-text{color:var(--fg-2);font-size:var(--fs-body-lg);font-weight:var(--fw-regular);line-height:var(--lh-relaxed);margin:0 0 var(--sp-6);text-shadow:none}.wohnwelt-detail-hero-text p{margin:0;white-space:pre-line}.wohnwelt-detail-hero-actions{display:flex;flex-wrap:wrap;gap:var(--sp-3);justify-content:flex-start}.wohnwelt-detail-hero-media{align-self:stretch;background:var(--bg-muted);grid-area:media;height:auto;min-height:0;min-width:0;overflow:hidden;position:relative;width:100%}.wohnwelt-detail-hero-media img{display:block;height:100%;inset:0;position:absolute;width:100%}.wohnwelt-detail-hero-media:not(.image-fit-contain) img{object-fit:cover}.wohnwelt-detail-hero-dots{align-items:center;display:flex;gap:var(--sp-2);justify-content:center;margin:0 auto;max-width:var(--container-max);min-height:32px;padding:9px var(--container-px) 7px;position:static;width:100%}.wohnwelt-detail-hero-dot{background:var(--border-muted);border:1px solid var(--border-muted);border-radius:var(--radius-disc);cursor:pointer;display:block;height:10px;padding:0;width:10px}.wohnwelt-detail-hero-dot[aria-current=true]{background:var(--brand-red);border-color:var(--brand-red)}.wohnwelt-detail-hero-arrow,.wohnwelt-detail-hero-arrows{display:none}@media (max-width:768px){.wohnwelt-detail-hero{margin-bottom:var(--sp-8);padding:0}.wohnwelt-detail-hero-stage{border-radius:0;height:auto;max-width:none;min-height:0}.wohnwelt-detail-hero-slider-track{align-items:stretch;height:auto;min-height:0}.wohnwelt-detail-hero-slide{grid-template-areas:"copy" "media";grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;height:auto;min-height:0}.wohnwelt-detail-hero-media{aspect-ratio:16/9;background:var(--sp-warm-white);height:auto;min-height:0;overflow:hidden;width:100%}.wohnwelt-detail-hero-media img{display:block;height:100%;inset:0;object-fit:contain;object-position:center;position:absolute;width:100%}.wohnwelt-detail-hero-caption{align-items:flex-start;padding:var(--sp-6) var(--container-px) var(--sp-8)}.wohnwelt-detail-hero-caption-inner{max-width:none}.wohnwelt-detail-hero h1,.wohnwelt-detail-hero-title{font-size:var(--fs-h1)}.wohnwelt-detail-hero-text{font-size:var(--fs-body)}.wohnwelt-detail-hero-actions{margin-top:var(--sp-4)}.wohnwelt-detail-hero-dots{display:none}.wohnwelt-detail-hero-arrows{align-items:center;display:flex;inset:0;justify-content:space-between;padding:0 var(--container-px);pointer-events:none;position:absolute;z-index:2}.wohnwelt-detail-hero-arrow{align-items:center;background:transparent;border:0;border-radius:0;box-shadow:none;color:var(--brand-red);cursor:pointer;display:inline-flex;font:inherit;justify-content:center;pointer-events:auto;padding:0}.wohnwelt-detail-hero-arrow:focus-visible,.wohnwelt-detail-hero-arrow:hover{background:transparent;box-shadow:none;outline-offset:2px}.wohnwelt-detail-hero-arrow svg{height:var(--sp-8);stroke-width:1.5;width:var(--sp-8)}}.hero-trust-strip{background:var(--bg-surface);margin:0 0 var(--sp-10);padding:var(--sp-4) 0;width:100%}.wohnwelt-detail-hero:has(+.wohnwelt-product-slider),body:has(.hero-trust-strip) .wohnwelt-detail-hero{margin-bottom:0}.hero-trust-strip-inner{align-items:flex-start;display:flex;gap:var(--sp-10);justify-content:space-between}.hero-trust-strip-item{align-items:flex-start;color:var(--fg-1);display:flex;gap:var(--sp-3);justify-content:flex-start;min-width:0;padding:0;text-decoration:none}.hero-trust-strip-icon{align-items:center;color:var(--brand-red);display:inline-flex;flex:0 0 auto;height:28px;justify-content:center;width:28px}.hero-trust-strip-icon svg{display:block;height:26px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;width:26px}.hero-trust-strip-secondary,.hero-trust-strip-title{display:block}.hero-trust-strip-title{font-size:var(--fs-body);font-weight:var(--fw-bold);line-height:var(--lh-snug)}.hero-trust-strip-secondary{color:var(--fg-2);font-size:var(--fs-small);line-height:var(--lh-normal);margin-top:var(--sp-1)}.hero-trust-strip-item:focus-visible .hero-trust-strip-title,.hero-trust-strip-item:hover .hero-trust-strip-title{color:var(--brand-red)}@media (max-width:900px){.hero-trust-strip-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.hero-trust-strip{display:none}.wohnwelt-detail-hero:has(+.hero-trust-strip){margin-bottom:var(--sp-8)}}.article-content-inner,.customer-stories-intro>p:last-child,.page-video-copy,.product-description-richtext,.quality-introduction h2,.quality-introduction p,.quality-live-introduction>div,.section-heading,.seo-content .text-copy,.service-faq-inner,.service-product-description p,.simple-text-inner,.text-image.image-bottom,.text-image.image-top,.wohnwelt-seo-text>div,.wohnwelt-seo-text>h2{box-sizing:border-box;margin-inline:auto;max-width:var(--prose-max);width:min(100%,var(--prose-max))}.product-description-richtext{width:100%}.section-heading__subtitle{max-width:none}.wohnwelt-sample-cta-actions{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sp-4)}.wohnwelt-sample-cta .section-heading{margin-inline:0;text-align:left;width:100%}.wohnwelt-sample-cta .section-heading__subtitle{margin-inline:0}.wohnwelt-sample-cta-actions .button-tertiary{align-items:center;display:inline-flex;gap:var(--sp-1)}.wohnwelt-sample-cta-actions .button-tertiary svg{height:var(--sp-4);stroke-width:1.5;width:var(--sp-4)}.article-content,.service-faq{padding-inline:var(--container-px)}.article-content-inner,.service-faq-inner{padding-inline:0}.wohnwelt-detail-hero{background:var(--bg-surface)}.section-kicker,.wohnwelt-detail-hero-eyebrow{color:var(--brand-red);font-size:var(--fs-small);font-weight:var(--fw-semi);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;margin:0 0 var(--sp-3)}.wohnwelt-detail-hero-caption,.wohnwelt-detail-hero-dots,.wohnwelt-detail-hero-slide{background:var(--bg-surface)}.wohnwelt-detail-hero h1,.wohnwelt-detail-hero-title{line-height:var(--lh-tight)}.wohnwelt-detail-hero .button-secondary{background:var(--bg-surface);border-color:var(--sp-red);box-shadow:none;color:var(--sp-red)}.wohnwelt-detail-hero .button-secondary:focus-visible,.wohnwelt-detail-hero .button-secondary:hover{background:var(--bg-surface);border-color:var(--sp-red-deep);color:var(--sp-red-deep)}.page-video-block{background:var(--bg-surface);padding:var(--sp-16) var(--container-px)}.page-video-inner{margin:0 auto;max-width:var(--container-max)}.page-video-inner-videoBelow{max-width:var(--longform-max)}.page-video-inner-textLeft,.page-video-inner-videoLeft{display:grid;gap:var(--sp-8);grid-template-columns:repeat(2,minmax(0,1fr))}.page-video-copy{margin-bottom:var(--sp-6);max-width:var(--content-max)}.page-video-inner-videoBelow .page-video-copy{max-width:none;width:100%}.page-video-inner-textLeft .page-video-copy,.page-video-inner-videoLeft .page-video-copy{margin:0;max-width:none;width:100%}.page-video-inner-videoLeft .page-video-copy{grid-column:2}.page-video-inner-videoLeft .page-video-figure{grid-column:1;grid-row:1}.page-video-copy h2{margin:0 0 var(--sp-3)}.page-video-copy p,.page-video-figure figcaption{color:var(--fg-2);line-height:var(--lh-relaxed)}.page-video-figure{margin:0}.page-video-figure video{background:var(--bg-soft);display:block;height:auto;max-width:100%;width:100%}.page-video-embed{aspect-ratio:16/9;background:var(--bg-soft);overflow:hidden;width:100%}.page-video-embed iframe{border:0;display:block;height:100%;width:100%}.page-video-figure figcaption{font-size:var(--fs-small);margin-top:var(--sp-2)}@media (max-width:768px){.page-video-block{padding-block:var(--sp-10)}.page-video-inner-textLeft,.page-video-inner-videoLeft{grid-template-columns:minmax(0,1fr)}.page-video-inner-videoLeft .page-video-copy,.page-video-inner-videoLeft .page-video-figure{grid-column:1}.page-video-inner-videoLeft .page-video-copy{grid-row:2}.page-video-inner-videoLeft .page-video-figure{grid-row:1}}.article-table-wrap{margin:var(--sp-8) auto;max-width:var(--prose-max);overflow-x:auto;width:100%}.article-table{background:var(--bg-surface);border-collapse:collapse;min-width:680px;width:100%}.article-table td,.article-table th{border:1px solid var(--border-hairline);padding:var(--sp-4);text-align:left;vertical-align:top}.article-table th{color:var(--fg-1);font-weight:var(--fw-bold)}.article-table td{color:var(--fg-2);line-height:var(--lh-normal)}.article-table td:first-child,.article-table td:nth-child(2),.article-table th:first-child,.article-table th:nth-child(2){width:13%}@media (max-width:700px){.article-table-wrap{margin-block:var(--sp-6)}.article-table td,.article-table th{padding:var(--sp-3)}}.article-content-image:has(img[alt="Neun Bagua-Zonen"]){display:flex;justify-content:center}.article-content-image:has(img[alt="Neun Bagua-Zonen"]) .article-content-visual{max-width:560px;width:100%}:root{--shared-category-section-y:var(--sp-20);--shared-category-section-y-large:var(--sp-24);--shared-category-section-y-compact:var(--sp-16);--shared-category-grid-gap:var(--sp-6);--shared-category-panel-padding:var(--sp-10);--shared-category-shell:min(var(--container-max),calc(100% - var(--container-px) - var(--container-px)))}:is(.wohnwelt-product-slider,.wohnwelt-configurator-entries,.wohnwelt-testimonials,.wohnwelt-risk-free,.wohnwelt-quality-features,.wohnwelt-service-actions){background:var(--bg-surface)}:is(.wohnwelt-benefits,.wohnwelt-principle,.wohnwelt-model-placeholder,.wohnwelt-seo-text){background:var(--bg-soft)}:is(.wohnwelt-product-card,.wohnwelt-configurator-entry,.wohnwelt-benefit,.wohnwelt-benefit-services>article,.wohnwelt-testimonial,.wohnwelt-room-action,.wohnwelt-service-action,.wohnwelt-risk-item,.wohnwelt-quality-card,.wohnwelt-model-card){background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:none}:is(.wohnwelt-product-card,.wohnwelt-model-card):is(:hover,:focus-within){border-color:color-mix(in srgb,var(--border-brand) 32%,transparent);box-shadow:none;transform:translateY(calc(-1 * var(--sp-1)))}.wohnwelt-newsletter-copy>h2,:is(.wohnwelt-product-slider-heading,.wohnwelt-configurator-entries>.section-heading,.wohnwelt-award-trust-copy,.wohnwelt-benefits-heading,.wohnwelt-testimonials>.wohnwelt-live-heading,.wohnwelt-room-fit>.section-heading,.wohnwelt-service-actions>.section-heading,.wohnwelt-risk-free>.section-heading,.wohnwelt-ar-copy>.section-heading,.wohnwelt-principle>.section-heading,.wohnwelt-quality-features>.section-heading,.wohnwelt-sample-cta>div>.section-heading,.wohnwelt-model-placeholder>.section-heading,.wohnwelt-config-examples>.section-heading,.wohnwelt-feature-inner>.section-heading,.wohnwelt-seo-text>.section-heading) h2{color:var(--fg-1);font-size:var(--fs-h2);font-weight:var(--fw-bold);letter-spacing:var(--ls-tight);line-height:var(--lh-snug);margin:0}.wohnwelt-newsletter-copy>.section-kicker,.wohnwelt-testimonials>.wohnwelt-live-heading .section-kicker,:is(.wohnwelt-product-slider-heading,.wohnwelt-configurator-entries>.section-heading,.wohnwelt-award-trust-copy,.wohnwelt-benefits-heading,.wohnwelt-room-fit>.section-heading,.wohnwelt-service-actions>.section-heading,.wohnwelt-risk-free>.section-heading,.wohnwelt-ar-copy>.section-heading,.wohnwelt-principle>.section-heading,.wohnwelt-quality-features>.section-heading,.wohnwelt-sample-cta>div>.section-heading,.wohnwelt-model-placeholder>.section-heading,.wohnwelt-config-examples>.section-heading,.wohnwelt-feature-inner>.section-heading,.wohnwelt-seo-text>.section-heading) .section-kicker{color:var(--fg-accent);font-size:var(--fs-small);font-weight:var(--fw-semi);letter-spacing:var(--ls-eyebrow);margin:0 0 var(--sp-3);text-transform:uppercase}:is(.wohnwelt-product-slider-heading,.wohnwelt-configurator-entries>.section-heading,.wohnwelt-award-trust-copy,.wohnwelt-benefits-heading,.wohnwelt-room-fit>.section-heading,.wohnwelt-service-actions>.section-heading,.wohnwelt-risk-free>.section-heading,.wohnwelt-ar-copy>.section-heading,.wohnwelt-principle>.section-heading,.wohnwelt-quality-features>.section-heading,.wohnwelt-sample-cta>div>.section-heading,.wohnwelt-model-placeholder>.section-heading,.wohnwelt-config-examples>.section-heading,.wohnwelt-feature-inner>.section-heading,.wohnwelt-seo-text>.section-heading) .section-heading__subtitle{color:var(--fg-2);font-size:var(--fs-body);line-height:var(--lh-relaxed);margin:var(--sp-3) 0 0}.wohnwelt-configurator-entry h2,:is(.wohnwelt-product-card-copy,.wohnwelt-benefit,.wohnwelt-benefit-services>article,.wohnwelt-testimonial,.wohnwelt-room-action,.wohnwelt-service-action,.wohnwelt-quality-card,.wohnwelt-model-card-copy) h3{color:var(--fg-1);font-size:var(--fs-h4);font-weight:var(--fw-bold);letter-spacing:0;line-height:var(--lh-snug)}:is(.wohnwelt-product-card-copy,.wohnwelt-configurator-entry,.wohnwelt-benefit-services>article,.wohnwelt-testimonial,.wohnwelt-room-action,.wohnwelt-service-action,.wohnwelt-risk-item,.wohnwelt-quality-card,.wohnwelt-model-card-copy) :is(p,blockquote,li,span){line-height:var(--lh-normal)}:is(.wohnwelt-detail-hero,.wohnwelt-product-slider,.wohnwelt-configurator-entries,.wohnwelt-award-trust,.wohnwelt-benefits,.wohnwelt-testimonials,.wohnwelt-room-fit,.wohnwelt-service-actions,.wohnwelt-risk-free,.wohnwelt-ar,.wohnwelt-quality-features,.wohnwelt-sample-cta,.wohnwelt-model-placeholder,.wohnwelt-seo-text,.wohnwelt-newsletter-cta) .button{border-radius:var(--radius-md);font-size:var(--fs-small);font-weight:var(--fw-semi);gap:var(--sp-2);letter-spacing:0;min-height:var(--sp-12);padding:var(--sp-3) var(--sp-6)}:is(.wohnwelt-detail-hero,.wohnwelt-product-slider,.wohnwelt-configurator-entries,.wohnwelt-award-trust,.wohnwelt-benefits,.wohnwelt-testimonials,.wohnwelt-room-fit,.wohnwelt-service-actions,.wohnwelt-risk-free,.wohnwelt-ar,.wohnwelt-quality-features,.wohnwelt-sample-cta,.wohnwelt-model-placeholder,.wohnwelt-seo-text,.wohnwelt-newsletter-cta) .button-primary{background:var(--brand-red);box-shadow:var(--shadow-cta);color:var(--fg-on-red)}:is(.wohnwelt-detail-hero,.wohnwelt-product-slider,.wohnwelt-configurator-entries,.wohnwelt-award-trust,.wohnwelt-benefits,.wohnwelt-testimonials,.wohnwelt-room-fit,.wohnwelt-service-actions,.wohnwelt-risk-free,.wohnwelt-ar,.wohnwelt-quality-features,.wohnwelt-sample-cta,.wohnwelt-model-placeholder,.wohnwelt-seo-text,.wohnwelt-newsletter-cta) .button-primary:hover{background:var(--brand-red-hover)}:is(.wohnwelt-detail-hero,.wohnwelt-product-slider,.wohnwelt-configurator-entries,.wohnwelt-award-trust,.wohnwelt-benefits,.wohnwelt-testimonials,.wohnwelt-room-fit,.wohnwelt-service-actions,.wohnwelt-risk-free,.wohnwelt-ar,.wohnwelt-quality-features,.wohnwelt-sample-cta,.wohnwelt-model-placeholder,.wohnwelt-seo-text,.wohnwelt-newsletter-cta) .button-secondary{background:var(--bg-surface);border-color:var(--border-brand);box-shadow:none;color:var(--fg-accent)}:is(.wohnwelt-detail-hero,.wohnwelt-product-slider,.wohnwelt-configurator-entries,.wohnwelt-award-trust,.wohnwelt-benefits,.wohnwelt-testimonials,.wohnwelt-room-fit,.wohnwelt-service-actions,.wohnwelt-risk-free,.wohnwelt-ar,.wohnwelt-quality-features,.wohnwelt-sample-cta,.wohnwelt-model-placeholder,.wohnwelt-seo-text,.wohnwelt-newsletter-cta) .button-secondary:is(:hover,:focus-visible){background:var(--bg-soft);border-color:var(--brand-red-hover);color:var(--brand-red-hover)}:is(.wohnwelt-detail-hero,.wohnwelt-product-slider,.wohnwelt-configurator-entries,.wohnwelt-award-trust,.wohnwelt-benefits,.wohnwelt-testimonials,.wohnwelt-room-fit,.wohnwelt-service-actions,.wohnwelt-risk-free,.wohnwelt-ar,.wohnwelt-quality-features,.wohnwelt-sample-cta,.wohnwelt-model-placeholder,.wohnwelt-seo-text,.wohnwelt-newsletter-cta) .button:focus-visible,:is(.wohnwelt-model-filter-trigger,.wohnwelt-model-view-toggle button,.wohnwelt-model-toolbar select,.wohnwelt-newsletter-form input):focus-visible{outline:2px solid var(--border-brand);outline-offset:var(--sp-1)}:is(.wohnwelt-product-card-actions,.wohnwelt-model-card-actions) .button{border-radius:var(--radius-md);font-size:var(--fs-micro);min-height:var(--sp-10);padding:var(--sp-2) var(--sp-4)}:is(.wohnwelt-product-card,.wohnwelt-configurator-entry,.wohnwelt-benefit,.wohnwelt-benefit-services>article,.wohnwelt-room-action,.wohnwelt-service-action,.wohnwelt-risk-item,.wohnwelt-quality-card,.wohnwelt-model-card){height:100%;min-width:0}:is(.wohnwelt-product-card-copy,.wohnwelt-model-card-copy){padding:var(--sp-5);text-align:left}:is(.wohnwelt-product-card-image,.wohnwelt-model-card-media){aspect-ratio:1/1;background:var(--bg-soft)}:is(.wohnwelt-product-card-image,.wohnwelt-model-card-media) img{height:100%;object-fit:cover;width:100%}.wohnwelt-model-card-copy .product-card-content h3,.wohnwelt-product-card-copy .product-card-content h3{min-block-size:2lh}.wohnwelt-model-card-copy .product-card-content>p,.wohnwelt-product-card-copy .product-card-content>p{color:var(--fg-2);font-size:var(--fs-small);margin-bottom:var(--sp-4)}.wohnwelt-quality-card{overflow:hidden}.wohnwelt-quality-image{aspect-ratio:4/3;background:var(--bg-soft);flex:0 0 auto;min-height:0}.wohnwelt-quality-image img{height:100%;width:100%}.wohnwelt-quality-image:not(.image-fit-contain) img{object-fit:cover}.wohnwelt-quality-card>div:not(.wohnwelt-quality-image){display:flex;flex:1 1;flex-direction:column;min-height:0;padding:var(--sp-5) var(--sp-6) var(--sp-6);text-align:left}:is(.wohnwelt-product-slider,.wohnwelt-configurator-entries,.wohnwelt-testimonials,.wohnwelt-service-actions,.wohnwelt-risk-free,.wohnwelt-quality-features,.wohnwelt-principle,.wohnwelt-model-placeholder,.wohnwelt-seo-text){box-sizing:border-box;margin:0;max-width:none;padding-inline:var(--container-px);width:100%}:is(.wohnwelt-product-slider,.wohnwelt-testimonials,.wohnwelt-risk-free,.wohnwelt-quality-features,.wohnwelt-seo-text){padding-block:var(--shared-category-section-y)}:is(.wohnwelt-benefits,.wohnwelt-service-actions,.wohnwelt-principle,.wohnwelt-model-placeholder){padding-block:var(--shared-category-section-y-large)}.wohnwelt-configurator-entries{padding-block:var(--shared-category-section-y-compact)}:is(.wohnwelt-product-slider-heading,.wohnwelt-configurator-entries>.section-heading,.wohnwelt-testimonials>.wohnwelt-live-heading,.wohnwelt-testimonials>p,.wohnwelt-testimonials-carousel,.wohnwelt-service-actions>.section-heading,.wohnwelt-service-actions-grid,.wohnwelt-risk-free>.section-heading,.wohnwelt-risk-free-grid,.wohnwelt-quality-features>.section-heading,.wohnwelt-quality-grid,.wohnwelt-principle>.section-heading,.wohnwelt-principle-grid,.wohnwelt-model-placeholder>.section-heading,.wohnwelt-model-toolbar,.wohnwelt-model-desktop,.wohnwelt-model-mobile){box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:var(--container-max);width:100%}:is(.wohnwelt-product-slider-heading,.wohnwelt-configurator-entries>.section-heading,.wohnwelt-testimonials>.wohnwelt-live-heading,.wohnwelt-service-actions>.section-heading,.wohnwelt-risk-free>.section-heading,.wohnwelt-quality-features>.section-heading,.wohnwelt-model-placeholder>.section-heading){margin-bottom:var(--sp-8);text-align:left}:is(.wohnwelt-product-slider-heading,.wohnwelt-configurator-entries>.section-heading,.wohnwelt-testimonials>.wohnwelt-live-heading,.wohnwelt-service-actions>.section-heading,.wohnwelt-risk-free>.section-heading,.wohnwelt-quality-features>.section-heading,.wohnwelt-model-placeholder>.section-heading) :is(h2,.section-heading__subtitle){margin-left:0;margin-right:0;text-align:left}.wohnwelt-testimonials>.wohnwelt-live-heading{align-items:flex-start}.wohnwelt-testimonials>.wohnwelt-live-heading .wohnwelt-heading-icon{height:var(--sp-12);margin:0 0 var(--sp-3);width:var(--sp-12)}.wohnwelt-testimonials>p{color:var(--fg-2);margin-bottom:var(--sp-8);margin-top:calc(-1 * var(--sp-4))}:is(.wohnwelt-product-page,.wohnwelt-configurator-entry-grid,.wohnwelt-benefits-grid,.wohnwelt-benefit-services,.wohnwelt-room-actions,.wohnwelt-service-actions-grid,.wohnwelt-risk-free-grid,.wohnwelt-quality-grid,.wohnwelt-model-skeleton){gap:var(--shared-category-grid-gap)}.wohnwelt-configurator-entry-grid,.wohnwelt-configurator-note,.wohnwelt-product-slider>.wohnwelt-product-carousel{margin-left:auto;margin-right:auto;max-width:var(--container-max);width:100%}.wohnwelt-configurator-entry{background:var(--bg-soft);padding:var(--sp-8)}.wohnwelt-configurator-entry p{color:var(--fg-2);margin-bottom:var(--sp-6)}.wohnwelt-award-trust{align-items:center;background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-xl);display:grid;gap:var(--sp-5) var(--sp-12);grid-template-areas:"copy media" "action media";grid-template-columns:minmax(0,1.4fr) minmax(16rem,1fr);margin:var(--shared-category-section-y) auto;max-width:var(--shared-category-shell);padding:var(--shared-category-panel-padding);text-align:left;width:100%}.wohnwelt-award-trust-copy{grid-area:copy;margin:0;max-width:none;text-align:left;width:100%}.wohnwelt-award-trust-copy :is(h2,.section-heading__subtitle){margin-left:0;margin-right:0;text-align:left}.wohnwelt-award-trust-image{grid-area:media;max-width:100%}.wohnwelt-award-trust>.button{grid-area:action;justify-self:start}.wohnwelt-benefits{box-sizing:border-box;margin:0;max-width:none;padding-inline:var(--container-px);width:100%}.wohnwelt-benefits-inner{background:transparent;border:0;border-radius:0;box-shadow:none;margin:0 auto;max-width:var(--container-max);padding:0;width:100%}.wohnwelt-benefits-heading{display:grid;gap:0 var(--sp-12);grid-template-columns:minmax(0,4fr) minmax(0,7fr);margin:0 0 var(--sp-12);max-width:none;text-align:left;width:100%}.wohnwelt-benefits-heading .section-kicker,.wohnwelt-benefits-heading h2{grid-column:1}.wohnwelt-benefits-heading .section-heading__subtitle{align-self:start;grid-column:2;grid-row:1/span 2;margin-top:0}.wohnwelt-benefit{padding:var(--sp-6);text-align:left}.wohnwelt-benefit .wohnwelt-line-icon{background:var(--bg-disc);border-radius:var(--radius-disc);color:var(--fg-1);height:var(--sp-16);margin:0 0 var(--sp-5);padding:var(--sp-4);width:var(--sp-16)}.wohnwelt-benefit h3{margin-bottom:var(--sp-4)}.wohnwelt-benefit ul{gap:var(--sp-3)}.wohnwelt-benefit-services{border-top:0;margin-top:var(--sp-6);padding-top:0}.wohnwelt-benefit-services>article{align-items:flex-start;padding:var(--sp-6);text-align:left}.wohnwelt-benefit-services .wohnwelt-line-icon{margin-bottom:var(--sp-4)}.wohnwelt-testimonial{grid-template-columns:minmax(0,44%) minmax(0,1fr);min-height:22rem;overflow:hidden}.wohnwelt-testimonial>.wohnwelt-testimonial-image{aspect-ratio:auto;min-height:22rem}.wohnwelt-testimonial-image img{height:100%;object-fit:cover;width:100%}.wohnwelt-testimonial>div:not(.wohnwelt-testimonial-image){background:var(--bg-surface);min-height:22rem;padding:var(--sp-10)}.wohnwelt-room-fit{background:var(--bg-soft);border:1px solid var(--border-hairline);border-radius:var(--radius-xl);box-sizing:border-box;display:grid;gap:var(--sp-10) var(--sp-16);grid-template-areas:"heading media" "actions actions";grid-template-columns:minmax(0,5fr) minmax(0,7fr);margin:var(--shared-category-section-y-large) auto;max-width:var(--shared-category-shell);padding:var(--sp-16);width:100%}.wohnwelt-room-fit>.section-heading{align-self:center;grid-area:heading;margin:0;max-width:none;text-align:left;width:100%}.wohnwelt-room-fit>.section-heading :is(h2,.section-heading__subtitle){margin-left:0;margin-right:0;text-align:left}.wohnwelt-room-row-carousel{aspect-ratio:5/4;background:var(--bg-surface);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);grid-area:media;margin:0;max-width:none}.wohnwelt-room-fit-image img{display:block;object-fit:contain;width:100%}.wohnwelt-room-actions{grid-area:actions;margin:0;max-width:none}:is(.wohnwelt-room-action,.wohnwelt-service-action){align-items:flex-start;min-height:0;padding:var(--sp-6);text-align:left}:is(.wohnwelt-room-action,.wohnwelt-service-action) .wohnwelt-line-icon{margin-bottom:var(--sp-4)}.wohnwelt-risk-item{align-items:start;grid-template-columns:var(--sp-12) minmax(0,1fr);padding:var(--sp-6)}.wohnwelt-risk-item :is(.wohnwelt-line-icon,.wohnwelt-risk-icon,.wohnwelt-risk-trust-image){color:var(--fg-accent)}.wohnwelt-risk-free>.section-heading{max-width:var(--ww-copy-max);text-align:center}.wohnwelt-risk-free>.section-heading :is(h2,.section-heading__subtitle){margin-left:auto;margin-right:auto;text-align:center}:is(.wohnwelt-ar,.wohnwelt-sample-cta,.wohnwelt-newsletter-cta){border:1px solid var(--border-hairline);border-radius:var(--radius-xl);box-sizing:border-box;display:grid;gap:0;margin:var(--shared-category-section-y-large) auto;max-width:var(--shared-category-shell);min-height:20rem;overflow:hidden;width:100%}.wohnwelt-ar{background:var(--sp-anthracite);grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.wohnwelt-ar-image{align-self:stretch;aspect-ratio:auto;background:var(--bg-muted);grid-column:2;grid-row:1;min-height:22rem}.wohnwelt-ar-image img{height:100%;width:100%}.wohnwelt-ar-image:not(.image-fit-contain) img{object-fit:cover}.wohnwelt-ar-copy{background:var(--sp-anthracite);color:var(--sp-white);grid-column:1;grid-row:1;padding:var(--sp-12)}.wohnwelt-ar-copy>.section-heading{color:var(--sp-white);margin:0 0 var(--sp-6);max-width:none;text-align:left;width:100%}.wohnwelt-ar-copy>.section-heading :is(h2,.section-heading__subtitle){margin-left:0;margin-right:0;text-align:left}.wohnwelt-ar>.wohnwelt-ar-copy>.section-heading.shared-section-heading>h2,.wohnwelt-ar>.wohnwelt-ar-copy>.section-heading.shared-section-heading>h2 *{color:var(--sp-white)}.wohnwelt-ar>.wohnwelt-ar-copy>.section-heading.shared-section-heading>.section-kicker{color:var(--sp-sand)}.wohnwelt-ar>.wohnwelt-ar-copy>.section-heading.shared-section-heading>.section-heading__subtitle{color:var(--sp-grey-warm)}.wohnwelt-ar .button-primary{background:var(--bg-surface);border-color:var(--border-brand);box-shadow:none;color:var(--fg-accent)}.wohnwelt-ar .button-primary:is(:hover,:focus-visible){background:var(--bg-soft);border-color:var(--sp-white);color:var(--brand-red-hover)}.wohnwelt-ar .button-primary:focus-visible{outline-color:var(--sp-white)}.wohnwelt-sample-cta{background:var(--bg-soft);grid-template-columns:repeat(2,minmax(0,1fr))}.wohnwelt-sample-image{align-self:stretch;aspect-ratio:auto;min-height:20rem}.wohnwelt-sample-image img{height:100%;width:100%}.wohnwelt-sample-image:not(.image-fit-contain) img{object-fit:cover}.wohnwelt-sample-cta>div{background:var(--bg-soft);padding:var(--sp-12)}.wohnwelt-sample-cta>div>.section-heading{margin:0 0 var(--sp-6);max-width:none;text-align:left;width:100%}.wohnwelt-sample-cta>div>.section-heading :is(h2,.section-heading__subtitle){margin-left:0;margin-right:0;text-align:left}.wohnwelt-newsletter-cta{background:var(--bg-surface);grid-template-columns:repeat(2,minmax(0,1fr))}.wohnwelt-newsletter-image{grid-column:2;min-height:20rem}.wohnwelt-newsletter-copy{align-self:stretch;display:flex;flex-direction:column;grid-column:1;grid-row:1;justify-content:center;padding:var(--sp-12)}.wohnwelt-newsletter-copy>h2{color:var(--fg-1);margin-bottom:var(--sp-3)}.wohnwelt-newsletter-copy>p{color:var(--fg-2);line-height:var(--lh-relaxed)}.wohnwelt-newsletter-form>input{grid-column:1;grid-row:1;min-width:0}.wohnwelt-newsletter-form>.button{grid-column:2;grid-row:1}.wohnwelt-newsletter-form>label{grid-column:1/-1;grid-row:2}.wohnwelt-newsletter-form>.form-status{grid-column:1/-1;grid-row:3}.wohnwelt-principle>.section-heading{margin-bottom:var(--sp-12);max-width:var(--ww-copy-max);text-align:center}.wohnwelt-principle>.section-heading :is(h2,.section-heading__subtitle){margin-left:auto;margin-right:auto;text-align:center}.wohnwelt-principle-grid{gap:var(--sp-10);max-width:var(--container-narrow)}.wohnwelt-principle-disc{background:var(--bg-disc);border:0;border-radius:var(--radius-disc);box-shadow:none;height:8.75rem;width:8.75rem}.wohnwelt-principle-number{background:var(--bg-disc);color:var(--fg-1);height:var(--sp-8);left:calc(-1 * var(--sp-1));top:calc(-1 * var(--sp-1));width:var(--sp-8)}.wohnwelt-principle-icon{color:var(--fg-1);height:var(--sp-16);width:var(--sp-16)}.wohnwelt-principle h3{color:var(--fg-accent);line-height:1;margin-top:var(--sp-1)}.wohnwelt-model-toolbar{background:var(--bg-surface);border:1px solid var(--border-hairline);margin-bottom:var(--sp-6);padding:var(--sp-4)}.wohnwelt-model-card,.wohnwelt-model-toolbar{border-radius:var(--radius-md)}.wohnwelt-seo-text>:is(.section-heading,div){margin-left:auto;margin-right:auto;max-width:var(--container-narrow);width:100%}.wohnwelt-seo-text>.section-heading{margin-bottom:var(--sp-8);text-align:left}.wohnwelt-seo-text>.section-heading :is(h2,.section-heading__subtitle){margin-left:0;margin-right:0;text-align:left}.wohnwelt-seo-text h3{font-size:var(--fs-h3);margin-top:var(--sp-10)}.wohnwelt-seo-text p{color:var(--fg-1);font-size:var(--fs-body);line-height:var(--lh-relaxed)}@media (max-width:900px){:root{--shared-category-section-y:var(--sp-16);--shared-category-section-y-large:var(--sp-16);--shared-category-section-y-compact:var(--sp-12);--shared-category-panel-padding:var(--sp-8)}:is(.wohnwelt-product-page,.wohnwelt-benefits-grid,.wohnwelt-quality-grid,.wohnwelt-model-skeleton){grid-template-columns:repeat(2,minmax(0,1fr))}.wohnwelt-room-actions[data-action-count],:is(.wohnwelt-benefit-services,.wohnwelt-room-actions,.wohnwelt-service-actions-grid){grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}.wohnwelt-benefits-heading{display:block}.wohnwelt-benefits-heading .section-heading__subtitle{margin-top:var(--sp-4)}.wohnwelt-award-trust{grid-template-areas:"copy media" "action media";grid-template-columns:minmax(0,1fr) minmax(13rem,.8fr)}.wohnwelt-room-fit{gap:var(--sp-8);grid-template-areas:"heading" "media" "actions";grid-template-columns:minmax(0,1fr);padding:var(--sp-10)}.wohnwelt-room-row-carousel{aspect-ratio:16/7}.wohnwelt-testimonial{grid-template-columns:minmax(0,40%) minmax(0,1fr)}.wohnwelt-testimonial>div:not(.wohnwelt-testimonial-image){padding:var(--sp-6)}:is(.wohnwelt-ar-copy,.wohnwelt-sample-cta>div,.wohnwelt-newsletter-copy){padding:var(--sp-8)}.wohnwelt-principle-disc{height:7.5rem;width:7.5rem}.wohnwelt-principle-icon{height:3.5rem;width:3.5rem}}@media (max-width:768px){.wohnwelt-award-trust{gap:var(--sp-6);grid-template-areas:"copy" "media" "action";grid-template-columns:minmax(0,1fr)}:is(.wohnwelt-ar,.wohnwelt-sample-cta,.wohnwelt-newsletter-cta){grid-template-columns:minmax(0,1fr)}:is(.wohnwelt-ar-image,.wohnwelt-sample-image,.wohnwelt-newsletter-image){aspect-ratio:16/9;grid-column:1;grid-row:1;min-height:0}.wohnwelt-ar-copy,.wohnwelt-newsletter-copy{grid-column:1;grid-row:2}}@media (max-width:600px){:root{--shared-category-section-y:var(--sp-12);--shared-category-section-y-large:var(--sp-12);--shared-category-section-y-compact:var(--sp-10);--shared-category-panel-padding:var(--sp-6)}.wohnwelt-room-actions[data-action-count],:is(.wohnwelt-configurator-entry-grid,.wohnwelt-product-page,.wohnwelt-benefits-grid,.wohnwelt-benefit-services,.wohnwelt-room-actions,.wohnwelt-service-actions-grid,.wohnwelt-risk-free-grid,.wohnwelt-principle-grid,.wohnwelt-quality-grid,.wohnwelt-model-skeleton){grid-template-columns:minmax(0,1fr)}.wohnwelt-award-trust{gap:var(--sp-6);grid-template-areas:"copy" "media" "action";grid-template-columns:minmax(0,1fr)}.wohnwelt-award-trust-image{max-width:18rem}.wohnwelt-room-fit{border-left:0;border-radius:0;border-right:0;margin-block:var(--shared-category-section-y-large);max-width:none;padding:var(--sp-8) var(--container-px)}.wohnwelt-room-row-carousel{aspect-ratio:16/9}.wohnwelt-testimonial{grid-template-columns:minmax(0,1fr);min-height:0}.wohnwelt-testimonial>.wohnwelt-testimonial-image{aspect-ratio:16/9;min-height:0}.wohnwelt-testimonial>div:not(.wohnwelt-testimonial-image){min-height:0;padding:var(--sp-6)}:is(.wohnwelt-ar,.wohnwelt-sample-cta,.wohnwelt-newsletter-cta){border-left:0;border-radius:0;border-right:0;grid-template-columns:minmax(0,1fr);max-width:none}:is(.wohnwelt-ar-image,.wohnwelt-sample-image,.wohnwelt-newsletter-image){aspect-ratio:16/9;grid-column:1;grid-row:1;min-height:0}.wohnwelt-newsletter-copy{grid-column:1;grid-row:2}.wohnwelt-newsletter-form{grid-template-columns:minmax(0,1fr)}.wohnwelt-newsletter-form>input{grid-column:1;grid-row:1}.wohnwelt-newsletter-form>label{grid-column:1;grid-row:2}.wohnwelt-newsletter-form>.button{grid-column:1;grid-row:3}.wohnwelt-newsletter-form>.form-status{grid-column:1;grid-row:4}.wohnwelt-principle-disc{height:7rem;width:7rem}}