@font-face {
font-family: 'Kanit'; font-style: normal; font-weight: 500; font-display: swap;
src: url(//alphagrp.de/wp-content/plugins/ag-konfigurator/app/assets/fonts/kanit-9b4460b8.woff2) format('woff2');
}
@font-face {
font-family: 'Kanit'; font-style: normal; font-weight: 600; font-display: swap;
src: url(//alphagrp.de/wp-content/plugins/ag-konfigurator/app/assets/fonts/kanit-dfd41cf9.woff2) format('woff2');
} @font-face {
font-family: 'Roboto'; font-style: normal; font-weight: 100 900; font-display: swap;
src: url(//alphagrp.de/wp-content/plugins/ag-konfigurator/app/assets/fonts/roboto-0f7fcdc8.woff2) format('woff2');
}
:root { color-scheme: dark; --accent: #ed6b06;
--accent-hi: #f5883a;
--accent-soft: rgba(237, 107, 6, 0.16);
--accent-line: rgba(237, 107, 6, 0.55);
--bg: #181818; --font-kopf: 'Kanit', 'Trebuchet MS', sans-serif;
--font-text: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; --panel: rgba(24, 24, 24, 0.82);
--panel-solid: #1c1c1e;
--raise: rgba(255, 255, 255, 0.055);
--raise-hi: rgba(255, 255, 255, 0.09);
--stroke: rgba(255, 255, 255, 0.12);
--stroke-hi: rgba(255, 255, 255, 0.28); --text: #f5f5f7;
--muted: #a1a1a6;
--faint: #6e6e73; --r-sm: 0px;
--r-md: 0px;
--r-lg: 0px;
--r-xl: 0px;
--r-marke: 2px;
--tap: 44px;
--shadow: 0 28px 64px rgba(0, 0, 0, 0.55);
--panel-w: 384px;
--sheet: 38vh;
}
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; overscroll-behavior: none; }
@supports (height: 100dvh) { html, body { height: 100dvh; } }
body {
font-family: var(--font-text);
background: radial-gradient(ellipse 120% 90% at 50% 30%, #24272b 0%, #1a1c1f 45%, #131416 100%);
color: var(--text);
overflow: hidden;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 15px;
line-height: 1.45;
}
#stage { position: fixed; inset: 0; display: block; width: 100%; height: 100%; touch-action: none; }
.vignette {
position: fixed; inset: 0; pointer-events: none;
background: radial-gradient(ellipse 90% 70% at 50% 42%, transparent 55%, rgba(0, 0, 0, 0.55) 100%);
}
button, select, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 0; }  .brand {
position: fixed; top: 24px; left: 28px; z-index: 12; pointer-events: none;
display: flex; align-items: center; gap: 14px;
}
.logo img { height: 40px; display: block; } .brand-sub {
color: #d6d7db; font-family: var(--font-kopf); font-size: 12px; font-weight: 500;
letter-spacing: 1.6px; text-transform: uppercase; white-space: nowrap;
text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9); }
.foot { display: none; } .credit {
position: fixed; left: 28px; bottom: 10px; z-index: 11; pointer-events: none;
font-size: 9.5px; line-height: 1.4; color: var(--faint);
opacity: .5; transition: opacity .2s ease;
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
}
.credit:hover { opacity: 1; }
.credit a { color: inherit; text-decoration: underline; text-underline-offset: 2px; pointer-events: auto; }
.credit a:hover { color: var(--muted); }
@media (max-width: 920px) { .credit {
left: 10px; right: 10px; bottom: calc(4px + env(safe-area-inset-bottom, 0px));
font-size: 8.5px; line-height: 1.3; text-align: center; z-index: 13;
}
} .panel {
position: fixed; top: 104px; left: 28px; bottom: 36px; width: var(--panel-w); z-index: 10;
display: flex; flex-direction: column; overflow: hidden;
background: var(--panel); border: 1px solid var(--stroke); border-radius: var(--r-xl);
backdrop-filter: blur(28px) saturate(160%); -webkit-backdrop-filter: blur(28px) saturate(160%);
box-shadow: var(--shadow);
}
.sheet-handle { display: none; } .tabs {
display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0;
margin: 16px 20px 20px; padding: 3px; background: rgba(0, 0, 0, 0.34);
border: 1px solid rgba(255, 255, 255, 0.055);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.55);
} .tab {
min-height: 42px; padding: 0 8px; border: 0; border-radius: 0;
background: transparent; position: relative; color: #9a9aa1; font-size: 12px; font-weight: 500; letter-spacing: 0.55px;
text-transform: uppercase; white-space: nowrap;
transition: background .2s ease, color .2s ease;
}
.tab:hover { color: var(--text); background: rgba(255, 255, 255, 0.05); } .tab.active {
color: #1c1204; font-weight: 600;
background: linear-gradient(180deg, #f5883a 0%, #e06806 100%);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5),
inset 0 1px 0 rgba(255, 255, 255, 0.28),
inset 0 -1px 0 rgba(120, 52, 0, 0.45);
}
.tab.active:hover { background: linear-gradient(180deg, #f89446 0%, #e97007 100%); } .tab-content {
padding: 0 20px 24px; overflow-y: auto; flex: 1; scrollbar-width: thin; overscroll-behavior: contain; -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 22px), transparent 100%);
mask-image: linear-gradient(to bottom, #000 calc(100% - 22px), transparent 100%);
}
.tab-content.hidden { display: none; }
.tab-content::-webkit-scrollbar { width: 6px; }
.tab-content::-webkit-scrollbar-thumb { background: var(--raise-hi); border-radius: 0; }
.eyebrow {
color: var(--accent); font-family: var(--font-kopf); font-size: 10.5px; font-weight: 600;
letter-spacing: 1.4px; text-transform: uppercase;
}
.tab-content h2 {
font-family: var(--font-kopf); font-size: 23px; line-height: 1.14;
margin: 10px 0 18px; letter-spacing: -0.35px; font-weight: 600;
text-transform: uppercase;
}
.hint { color: var(--muted); font-size: 13px; line-height: 1.5; margin: -6px 0 16px; }
.hint em { color: var(--faint); font-style: normal; } .cards { display: flex; flex-direction: column; gap: 8px; }
.card {
position: relative; text-align: left; width: 100%;
border: 1px solid var(--stroke); border-radius: var(--r-md);
background: rgba(255, 255, 255, 0.02); padding: 14px 46px 14px 16px; color: var(--text);
transition: border-color .2s ease, background .2s ease, transform .12s ease;
}
.card:hover { background: var(--raise-hi); }
.card:active { transform: scale(0.995); } .card.active { border-color: var(--accent); background: rgba(237, 107, 6, 0.07); }
.card-top { display: flex; align-items: baseline; gap: 8px; }
.card-name { font-family: var(--font-kopf); font-weight: 600; font-size: 16px; letter-spacing: -0.1px; }
.card-badge {
margin-left: auto; font-size: 10px; color: var(--faint);
letter-spacing: 1px; text-transform: uppercase; font-weight: 500;
}
.card.active .card-badge { color: var(--accent); }
.card-parts { margin-top: 6px; color: var(--muted); font-size: 12.5px; line-height: 1.5; }
.card.active .card-parts { color: #e3e3e7; }
.card-price { margin-top: 8px; font-family: var(--font-kopf); font-size: 15px; font-weight: 600; color: var(--accent); }
.card-check {
position: absolute; top: 50%; right: 16px; transform: translateY(-50%);
width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--stroke-hi);
display: grid; place-items: center; transition: all .2s ease;
}
.card-check::after {
content: ""; width: 10px; height: 6px; border-left: 2px solid #17181a; border-bottom: 2px solid #17181a; transform: translate(0, -1.5px) rotate(-45deg) scale(0.4);
opacity: 0; transition: opacity .2s ease, transform .2s ease;
}
.card.active .card-check { background: var(--accent); border-color: var(--accent); }
.card.active .card-check::after { opacity: 1; transform: translate(0, -1.5px) rotate(-45deg) scale(1); }
.card-extra { margin-top: 10px; font-size: 12px; color: var(--muted); display: none; }
.card.active .card-extra { display: block; }
.tailor { display: flex; align-items: flex-start; gap: 8px; cursor: pointer; line-height: 1.45; }
.tailor input { margin-top: 2px; accent-color: var(--accent); width: 16px; height: 16px; }
.finish-note { margin-top: 10px; color: var(--muted); font-size: 11.5px; line-height: 1.55; } .finish-row { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--stroke); }
.card .finish-row { animation: finishIn .28s cubic-bezier(.2,.8,.2,1); }
@keyframes finishIn { from { opacity: 0; transform: translateY(-4px) } to { opacity: 1; transform: none } }
.finish-label {
font-family: var(--font-kopf); font-size: 10.5px; color: var(--muted);
letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 9px; font-weight: 600;
}
.seg { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; padding: 0; background: none; }
.seg-btn {
min-height: 38px; border: 1px solid var(--stroke-hi); border-radius: 0; background: transparent;
color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: 0.5px;
text-transform: uppercase;
transition: background .22s ease, color .22s ease, border-color .22s ease;
}
.seg-btn + .seg-btn { margin-left: -1px; }
.seg-btn small { font-weight: 400; opacity: .65; margin-left: 3px; } .seg-btn.active { background: var(--accent); border-color: var(--accent); color: #17181a; font-weight: 500; }
.seg-btn.active small { color: rgba(23, 24, 26, 0.72); opacity: 1; } .usps { display: flex; flex-wrap: wrap; gap: 6px; margin: 20px 0 4px; }
.usps span {
font-size: 11.5px; color: var(--muted); background: transparent;
border: 1px solid var(--stroke); padding: 5px 10px; border-radius: var(--r-marke);
} .notice {
display: flex; gap: 10px; align-items: flex-start;
margin: 0 0 18px; padding: 11px 13px;
border: 1px solid var(--accent-line); border-left-width: 3px;
border-radius: var(--r-sm); background: var(--accent-soft);
font-size: 12.5px; line-height: 1.5; color: #e8ded4;
}
.notice b { color: #fff; font-weight: 620; }
.notice-icon {
flex: none; width: 18px; height: 18px; margin-top: 1px; border-radius: 50%;
background: var(--accent); color: #17181a; font-size: 12px; font-weight: 800;
display: grid; place-items: center; line-height: 1;
} .swatch-group-title {
font-size: 10.5px; font-weight: 650; letter-spacing: 1.2px; text-transform: uppercase;
color: var(--faint); margin: 18px 0 10px;
}
.swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(38px, 1fr)); gap: 10px; }  .filterleisten { margin: 0 0 14px; }
.filterleisten .farbfilter:first-child:not(:last-child) {
margin: 0 0 8px; padding: 0 0 8px; border-bottom: 1px solid var(--stroke);
}
.farbfilter { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; }
.filterleisten .farbfilter:last-child { margin-bottom: 0; }
.farbfilter-btn {
padding: 5px 11px; border-radius: var(--r-marke); font-size: 11.5px; font-weight: 500;
letter-spacing: 0.3px;
color: var(--muted); background: transparent; border: 1px solid var(--stroke);
transition: background .16s ease, color .16s ease, border-color .16s ease;
}
.farbfilter-btn:hover { background: rgba(255, 255, 255, 0.05); border-color: var(--stroke-hi); color: var(--text); }
.farbfilter-btn.active {
background: var(--accent-soft); border-color: var(--accent); color: var(--accent);
} .swatch.weg, .swatches.weg, .swatch-group-title.weg { display: none; }
.swatch {
aspect-ratio: 1; border-radius: 50%; border: 0;
box-shadow: 0 2px 6px rgba(0,0,0,.35);
transition: transform .16s ease, box-shadow .16s ease; position: relative; overflow: hidden;
} .swatch-bild {
position: absolute; inset: 0; width: 100%; height: 100%;
object-fit: cover; pointer-events: none; display: block; transform: scale(1.08);
} .swatch::after {
content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.09); pointer-events: none;
}
.swatch:hover { transform: scale(1.1); }
.swatch.active {
transform: scale(1.1);
box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--accent), 0 2px 8px rgba(0,0,0,.4);
} .wish {
display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
margin: 14px 0 4px; padding: 13px 14px; min-height: var(--tap);
border: 1px dashed var(--stroke-hi); border-radius: var(--r-md);
background: var(--raise); color: var(--text);
transition: border-color .2s ease, background .2s ease, transform .12s ease;
}
.wish:hover { border-color: var(--accent); background: var(--accent-soft); }
.wish:active { transform: scale(0.995); }
.wish-dot {
flex: none; width: 26px; height: 26px; border-radius: 50%;
background: conic-gradient(#e8532a, #efc00e, #57a44b, #00b1d9, #33204f, #e8532a);
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .35);
}
.wish-text { font-size: 12px; color: var(--muted); line-height: 1.45; }
.wish-text b { display: block; color: var(--text); font-size: 13.5px; font-weight: 620; margin-bottom: 2px; }
.wish-go { margin-left: auto; color: var(--faint); font-size: 20px; line-height: 1; }
.wish:hover .wish-go { color: var(--accent); }
.color-current { margin-top: 16px; font-size: 13px; color: var(--muted); min-height: 20px; }
.color-current b { color: var(--text); font-weight: 600; } .muster {
display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 13px;
padding: 11px; border-radius: var(--r-md);
background: var(--raise); border: 1px solid var(--stroke);
} .muster-flaeche {
position: relative; aspect-ratio: 485 / 418; border-radius: var(--r-sm);
overflow: hidden; cursor: zoom-in;
background: linear-gradient(150deg, #6c6f74, #4a4d52 60%, #3c3f43);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}
.muster:not(.hat-bild) .muster-flaeche { cursor: default; } .muster-bild {
position: absolute; inset: 0; width: 100%; height: 100%;
object-fit: cover; opacity: 0; transition: opacity .18s ease;
}
.muster.hat-bild .muster-bild { opacity: 1; }
.muster-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.muster-text b {
color: var(--text); font-weight: 600; font-size: 13px; line-height: 1.3;
overflow-wrap: anywhere;
}
.muster-nr { color: var(--accent); font-size: 11px; font-weight: 650; letter-spacing: 0.3px; }
.muster-gruppe { color: var(--faint); font-size: 11.5px; } .muster.nur-blick { border-style: dashed; }
.muster.nur-blick .muster-text b { color: var(--muted); } .muster.hat-bild .muster-flaeche::after {
content: "⤢"; position: absolute; right: 4px; bottom: 3px;
font-size: 11px; line-height: 1; color: rgba(255, 255, 255, 0.85);
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8); pointer-events: none;
opacity: 0; transition: opacity .18s ease;
}
.muster.hat-bild:hover .muster-flaeche::after { opacity: 1; } .status-muster {
pointer-events: auto; cursor: zoom-in; position: relative;
display: block; padding: 0; flex: none;
width: 96px; aspect-ratio: 485 / 418; border-radius: var(--r-marke); overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.18);
background: linear-gradient(150deg, #6c6f74, #4a4d52 60%, #3c3f43);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease;
} .status-muster img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; }
.status-muster.hat-bild img { opacity: 1; } .status-muster::after { content: none; }
.status-muster.hat-bild { cursor: zoom-in; }
.status-muster.hat-bild::after {
content: "⤢"; position: absolute; right: 5px; bottom: 3px; font-size: 11px;
color: rgba(255, 255, 255, 0.9); text-shadow: 0 1px 3px rgba(0, 0, 0, .9);
}
.status-muster:not(.hat-bild) { cursor: default; }
.status-muster:hover {
transform: translateY(-2px) scale(1.03);
border-color: rgba(255, 255, 255, 0.35);
box-shadow: 0 10px 26px rgba(0, 0, 0, 0.55);
}
.status-muster:active { transform: translateY(0) scale(0.99); }
.status-muster::after {
content: "⤢"; position: absolute; right: 5px; bottom: 3px; font-size: 11px;
color: rgba(255, 255, 255, 0.9); text-shadow: 0 1px 3px rgba(0, 0, 0, .9);
} .lupe {
position: fixed; inset: 0; z-index: 60; display: grid; place-items: center;
padding: 24px; background: rgba(8, 8, 9, 0.86);
backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
animation: fade .18s ease;
}
.lupe figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lupe img {
max-width: min(88vw, 760px); max-height: 76vh; border-radius: var(--r-md); background: linear-gradient(150deg, #6c6f74, #4a4d52 60%, #3c3f43);
box-shadow: 0 24px 70px rgba(0, 0, 0, .6);
}
.lupe figcaption { color: var(--text); font-size: 14px; font-weight: 560; text-align: center; }
.lupe-zu {
position: absolute; top: 18px; right: 18px; width: var(--tap); height: var(--tap);
border: 0; border-radius: 50%; background: var(--raise); color: var(--text);
font-size: 22px; line-height: 1; cursor: pointer;
}
.lupe-zu:hover { background: var(--raise-hi); }  .panel-cta {
padding: 14px 20px calc(22px + env(safe-area-inset-bottom, 0px));
}
.cta { width: 100%; min-height: var(--tap); padding: 14px 16px;
border: 1px solid var(--accent); border-radius: 0;
background: transparent; color: var(--accent-hi);
font-family: var(--font-text); font-size: 14px; font-weight: 500;
letter-spacing: 0.5px; text-transform: uppercase;
position: relative; overflow: hidden;
transition: background-color .18s ease, color .18s ease, transform .12s ease;
} .cta:hover { background: var(--accent); color: #17181a; }
.cta:active { transform: scale(0.99); } .cta::after {
content: ''; position: absolute; inset: 0; pointer-events: none;
background: linear-gradient(105deg,
transparent 38%, rgba(255, 255, 255, 0.45) 50%, transparent 62%);
transform: translateX(-115%);
}
.cta:hover::after { animation: cta-wisch .65s cubic-bezier(.22, .61, .36, 1); }
@keyframes cta-wisch { to { transform: translateX(115%); } } .cta.ghost {
background: transparent; color: var(--text);
border-color: rgba(255, 255, 255, 0.45); box-shadow: none;
}
.cta.ghost:hover { background: rgba(255, 255, 255, 0.08); color: var(--text); }
.cta.ghost::after { content: none; }
@media (prefers-reduced-motion: reduce) {
.cta { transition: background-color .18s ease; }
.cta:hover { transform: none; }
.cta:hover::after { animation: none; }
}
.cta-note { text-align: center; color: var(--muted); font-size: 11.5px; margin-top: 11px; }  .status {
position: fixed; right: 28px; bottom: 24px; z-index: 9; max-width: 460px;
pointer-events: none;
display: flex; align-items: center; justify-content: flex-end; gap: 14px;
}
.status-text { text-align: right; min-width: 0; } .status-pkg {
font-family: var(--font-kopf); font-size: 15px; font-weight: 600;
letter-spacing: 1.4px; text-transform: uppercase;
color: var(--accent); margin-bottom: 3px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 2px 16px rgba(0, 0, 0, 0.75);
}
.status-title {
font-size: 10.5px; letter-spacing: 1.2px; text-transform: uppercase;
color: #d1d1d6; margin-bottom: 10px; font-weight: 600;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95), 0 2px 14px rgba(0, 0, 0, 0.8);
}
.status-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.status-chips span {
font-size: 12px; padding: 5px 11px; border-radius: var(--r-marke); color: var(--text);
background: rgba(24, 24, 24, 0.72); border: 1px solid var(--stroke);
backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.status-chips span::before { content: "✓ "; color: var(--accent); font-weight: 700; } .status-chips span { text-align: center; } .status-chips .status-gruppe { color: var(--muted); }
.status-chips .status-gruppe::before { content: ""; } .status-chips .status-preis { color: var(--accent); font-weight: 650; }
.status-chips .status-preis::before { content: ""; } .zoom {
position: fixed; right: 28px; top: 50%; transform: translateY(-50%); z-index: 9;
display: flex; flex-direction: column; align-items: center; gap: 10px;
padding: 10px 8px; border-radius: var(--r-marke);
background: rgba(24, 24, 24, 0.6); border: 1px solid var(--stroke);
backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
opacity: .82; transition: opacity .2s ease;
}
.zoom:hover { opacity: 1; }
.zoom-btn {
width: 30px; height: 30px; border-radius: 50%; border: 0; flex: none;
background: var(--raise); color: var(--muted); font-size: 17px; line-height: 1;
display: grid; place-items: center; transition: background .18s ease, color .18s ease;
}
.zoom-btn:hover { background: var(--raise-hi); color: var(--text); }
.zoom-btn:active { transform: scale(0.94); }
.zoom-track {
position: relative; width: 4px; height: 132px; border-radius: 2px;
background: var(--raise-hi); cursor: pointer; touch-action: none;
}
.zoom-fill {
position: absolute; left: 0; right: 0; bottom: 0; border-radius: 2px;
background: var(--accent); height: 50%;
}
.zoom-thumb {
position: absolute; left: 50%; width: 14px; height: 14px; border-radius: 50%;
background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
transform: translate(-50%, 50%); bottom: 50%; pointer-events: none;
}
.hint-drag {
position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%);
color: rgba(255, 255, 255, 0.52); font-size: 12px; z-index: 5;
text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
transition: opacity .8s ease; pointer-events: none;
}
.hint-drag.fade { opacity: 0; }  #lasso-overlay { position: fixed; inset: 0; z-index: 11; pointer-events: none; }
.mark-toggle { position: fixed; left: calc(28px + var(--panel-w) + 14px); bottom: 24px; z-index: 12;
width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
border: 1px solid var(--stroke); background: rgba(24, 24, 24, 0.7);
color: var(--muted); font-size: 15px; backdrop-filter: blur(12px);
transition: all .2s ease; opacity: .55;
}
.mark-toggle:hover { opacity: 1; }
.mark-toggle.active { border-color: var(--accent); color: var(--accent); opacity: 1; }
.mark-bar {
position: fixed; left: 28px; bottom: 76px; z-index: 12; width: 420px; max-width: calc(100vw - 56px);
display: flex; flex-direction: column; gap: 8px;
background: var(--panel-solid); border: 1px solid var(--stroke); border-radius: var(--r-lg);
padding: 14px; box-shadow: var(--shadow);
}
.mark-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.mark-lbl {
width: 62px; font-size: 10px; color: var(--faint);
letter-spacing: 1px; text-transform: uppercase; font-weight: 600;
}
.mark-bar button {
min-height: 34px; padding: 0 11px; border-radius: var(--r-sm);
border: 1px solid var(--stroke); background: var(--raise);
color: var(--text); font-size: 12.5px; font-weight: 560;
}
.mark-bar button:hover { background: var(--raise-hi); }
.mark-bar .mc.active, .mark-bar .mtool.active { border-color: var(--accent); background: var(--accent-soft); }
.mark-bar select {
min-height: 34px; padding: 0 9px; border-radius: 0;
border: 1px solid #758184; background: #232323; font-size: 12.5px;
}
#mark-send { background: var(--accent); color: #17181a; border-color: transparent; font-weight: 650; }
#mark-status { font-size: 12px; color: var(--accent); }
.mirror-lbl { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--muted); cursor: pointer; }
.mirror-lbl input { accent-color: var(--accent); width: 16px; height: 16px; }
.mark-hint { font-size: 11px; color: var(--faint); line-height: 1.5; } .modal-backdrop {
position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center;
padding: 20px; background: rgba(10, 10, 11, 0.62);
backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
animation: fade .25s ease;
}
@keyframes fade { from { opacity: 0 } to { opacity: 1 } }
.modal-backdrop.hidden { display: none; }
.modal {
position: relative; width: 560px; max-width: 100%; max-height: 92vh; overflow-y: auto;
background: var(--panel-solid); border: 1px solid var(--stroke); border-radius: var(--r-xl);
padding: 26px 30px calc(24px + env(safe-area-inset-bottom, 0px));
box-shadow: var(--shadow); animation: rise .3s cubic-bezier(.2, .8, .2, 1);
}
@keyframes rise { from { opacity: 0; transform: translateY(14px) scale(.98) } to { opacity: 1; transform: none } }
.modal h3 {
font-family: var(--font-kopf); font-size: 24px; font-weight: 600;
letter-spacing: -0.4px; line-height: 1.14; text-transform: uppercase;
margin: 6px 0 16px;
}
.modal-close {
position: absolute; top: 16px; right: 16px; width: var(--tap); height: var(--tap); border-radius: var(--r-marke);
border: 0; background: var(--raise); color: var(--muted); font-size: 20px; line-height: 1;
display: grid; place-items: center; transition: background .2s ease;
}
.modal-close:hover { background: var(--raise-hi); color: var(--text); }
.summary { margin-bottom: 22px; } .konfig {
background: rgba(237, 107, 6, 0.07); border: 1px solid var(--accent-line);
border-radius: var(--r-md); padding: 13px 16px 12px;
}
.konfig-kopf {
display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 12px;
}
.konfig-leistung {
grid-column: 1 / -1;
font-size: 10.5px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase;
color: var(--accent);
}
.konfig-titel { font-family: var(--font-kopf); font-size: 19px; font-weight: 600; letter-spacing: -0.2px; color: #fff; }
.konfig-preis { font-size: 14px; font-weight: 640; color: var(--accent); white-space: nowrap; } .konfig-daten { margin: 11px 0 0; }
.konfig-daten > div {
display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 14px; padding: 6px 0; border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.konfig-daten dt { font-size: 12.5px; color: var(--muted); }
.konfig-daten dd { margin: 0; font-size: 13.5px; font-weight: 560; color: var(--text); } .konfig-bereiche { margin-top: 0; padding-top: 13px; border-top: 1px solid rgba(255, 255, 255, 0.07); }
.konfig-bereiche-titel {
display: flex; align-items: center; gap: 7px;
font-size: 12.5px; color: var(--muted); margin-bottom: 9px;
}
.konfig-anzahl {
min-width: 18px; height: 18px; padding: 0 5px; border-radius: var(--r-marke);
background: rgba(255, 255, 255, 0.09); color: var(--text);
font-size: 10.5px; font-weight: 650; line-height: 18px; text-align: center;
}
.konfig-bereiche ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.konfig-bereiche li {
padding: 3px 9px; border-radius: var(--r-marke); font-size: 11.5px;
background: transparent; border: 1px solid var(--stroke);
font-size: 12px; color: var(--text);
}
.konfig-hinweis { margin: 12px 0 0; font-size: 12.5px; color: var(--muted); line-height: 1.5; } .konfig-offen { background: var(--raise); border-color: var(--stroke); }
.konfig-offen .konfig-leistung { color: var(--muted); }
.konfig-offen .konfig-titel { color: var(--muted); font-size: 16px; }
form label { display: block; font-size: 12px; color: #c8d5dc; margin-bottom: 9px; font-weight: 400; line-height: 1.3; }
form input[type="text"], form input[type="email"], form input[type="tel"],
form select, form textarea { width: 100%; margin-top: 4px; min-height: var(--tap); padding: 13px 16px;
border-radius: 0; border: 1px solid #758184;
background: #232323; color: var(--text); font-size: 15px;
font-family: var(--font-text);
transition: border-color .18s ease, background .18s ease;
} form select {
appearance: none; -webkit-appearance: none;
padding-right: 38px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23c8d5dc' stroke-width='1.6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
background-size: 11px 7px;
} form select option,
.mark-bar select option {
background-color: #24262a;
color: #f2f4f3;
}
form select option:checked { background-color: #ed6b06; color: #17181a; } form select option[value=""] { color: #9aa09e; }
form textarea { min-height: 62px; resize: vertical; } @media (pointer: fine) {
form input[type="text"], form input[type="email"], form input[type="tel"],
form select, form textarea { min-height: 40px; padding: 10px 14px; }
form select { padding-right: 36px; }
form textarea { min-height: 46px; }
}
form input:hover, form select:hover, form textarea:hover { border-color: #9aa8ab; }
form input:focus, form select:focus, form textarea:focus {
outline: none; border-color: var(--accent); background: #2a2a2a;
} form select:focus { background-color: #2a2a2a; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .row-fahrzeug { display: grid; grid-template-columns: 1fr 1fr 118px; gap: 14px; } .row-fahrzeug:has(> #f-model-wrap.hidden) { grid-template-columns: 1fr 104px; }
.check {
display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px;
line-height: 1.5; cursor: pointer; margin: 4px 0 20px;
}
.check input { margin-top: 1px; accent-color: var(--accent); width: 18px; height: 18px; flex: none; } .check a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.check a:hover { color: #ff9d2e; }
.hidden { display: none !important; } .zurueck {
position: fixed; top: 18px; right: 24px; z-index: 12;
display: inline-flex; align-items: center; gap: 7px;
padding: 7px 13px; border-radius: var(--r-marke);
border: 1px solid rgba(255, 255, 255, 0.28);
transition: opacity .15s ease, background .15s ease;
background: rgba(24, 24, 24, 0.45);
color: var(--muted); font-size: 12.5px; text-decoration: none;
backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
opacity: 0.75; transition: opacity .18s ease, color .18s ease, border-color .18s ease;
} .zurueck.laedt { opacity: .55; cursor: progress; }
.zurueck.laedt .zurueck-text::after { content: ' …'; }
.zurueck:hover { opacity: 1; color: var(--text); border-color: rgba(255, 255, 255, 0.3); }
.zurueck-pfeil { font-size: 13px; line-height: 1; }
@media (max-width: 920px) { .zurueck { top: 12px; right: 12px; padding: 8px 11px; }
.zurueck .zurueck-text { display: none; }
}
.success-icon {
width: 56px; height: 56px; border-radius: 50%; background: var(--accent); color: #17181a;
font-size: 28px; font-weight: 700; display: grid; place-items: center; margin-bottom: 18px;
}
#success-view p { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin-bottom: 20px; } @media (max-width: 1180px) {
:root { --panel-w: 340px; }
.status { max-width: 300px; }
} @media (max-width: 920px) {
body { font-size: 16px; } .brand { top: 10px; left: 12px; flex-direction: row; align-items: center; gap: 9px; }
.logo img { height: 22px; }
.brand-rule { display: block; width: 1px; height: 15px; margin: 0; }
.brand-sub { font-size: 9.5px; margin-top: 0; letter-spacing: .12em; }
.panel {
top: auto; left: 0; right: 0; bottom: 0; width: 100%; height: var(--sheet);
border-radius: var(--r-xl) var(--r-xl) 0 0; border-left: 0; border-right: 0; border-bottom: 0;
transition: height .32s cubic-bezier(.2, .8, .2, 1);
}
.panel.expanded { height: 84vh; }
.sheet-handle {
display: block; width: 100%; padding: 10px 0 2px; border: 0; background: transparent;
flex: none;
}
.sheet-handle::before {
content: ""; display: block; width: 38px; height: 4px; margin: 0 auto;
border-radius: 2px; background: var(--stroke-hi);
}
.tabs { margin: 6px 12px 8px; }
.tab { min-height: 38px; font-size: 11px; letter-spacing: 0.4px; }
.tab-content { padding: 0 16px 8px; }
.tab-content h2 { font-size: 18px; margin-bottom: 10px; }
.card { padding: 12px 42px 12px 14px; }
.card-parts { font-size: 12px; line-height: 1.45; }
.card-price { font-size: 15px; margin-top: 6px; }
.seg-btn { min-height: 38px; } .eyebrow { font-size: 9.5px; margin-bottom: 4px; }
.hint { font-size: 12.5px; line-height: 1.45; margin-bottom: 10px; }
.usps { display: none; }
.notice { padding: 9px 11px; font-size: 11.5px; }
.swatches { grid-template-columns: repeat(auto-fill, minmax(42px, 1fr)); } .zoom {
right: 10px; top: auto; bottom: calc(var(--sheet) + 12px); transform: none;
padding: 7px 5px; gap: 7px; opacity: .68;
}
.zoom:active, .zoom:focus-within { opacity: 1; }
.zoom-track { height: 84px; width: 3px; }
.zoom-thumb { width: 12px; height: 12px; }
.zoom-btn { width: 30px; height: 30px; font-size: 15px; }
.panel.expanded ~ .zoom { opacity: 0; pointer-events: none; } .status { right: 72px; bottom: calc(var(--sheet) + 12px); max-width: 52vw; } .status-muster { width: 62px; border-radius: var(--r-marke); }
.status { gap: 10px; }
.status-pkg { font-size: 13px; }
.status-chips span { font-size: 11px; padding: 4px 9px; }
.hint-drag { display: none; }
.mark-toggle { left: 14px; bottom: calc(var(--sheet) + 12px); }
.mark-bar { left: 12px; right: 12px; width: auto; bottom: calc(var(--sheet) + 62px); } .panel-cta { padding: 8px 14px calc(34px + env(safe-area-inset-bottom, 0px)); }
.cta { min-height: 46px; font-size: 15px; }
.cta-note { font-size: 11px; margin-top: 5px; }
.modal { padding: 26px 20px calc(24px + env(safe-area-inset-bottom, 0px)); max-height: 92vh; }
.modal h3 { font-size: 20px; margin-bottom: 14px; }
} @media (max-width: 600px) {
.row2 { grid-template-columns: 1fr; gap: 0; } .row-fahrzeug { grid-template-columns: 1fr 96px; }
.row-fahrzeug > label:first-child { grid-column: 1 / -1; }
.row-fahrzeug:has(> #f-model-wrap.hidden) > label:first-child { grid-column: 1; }
}
@media (max-width: 520px) {
.status { max-width: 70vw; }
.status-chips span::before { content: ""; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
} .loader { position: fixed; inset: 0; z-index: 5;
display: grid; place-items: center;
padding-left: calc(var(--panel-w) + 56px); background: radial-gradient(70% 55% at 50% 50%, rgba(16,16,17,.72) 0%, rgba(16,16,17,.34) 70%, transparent 100%);
transition: opacity .55s ease, visibility .55s;
}
.loader.weg { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-card {
display: grid; justify-items: center; gap: 14px;
width: min(380px, 78vw); padding: 34px 34px 30px;
background: var(--panel); border: 1px solid var(--stroke); border-radius: var(--r-xl);
backdrop-filter: blur(28px) saturate(160%); -webkit-backdrop-filter: blur(28px) saturate(160%);
box-shadow: var(--shadow);
}
.loader-kicker {
font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
color: var(--accent);
}
.loader-title { font-size: 17px; font-weight: 600; color: var(--text); text-align: center; } .loader-bar {
position: relative; width: 100%; height: 3px; margin-top: 4px;
border-radius: 999px; background: var(--raise); overflow: hidden;
}
.loader-bar i {
display: block; height: 100%; width: 4%; border-radius: 999px;
background: linear-gradient(90deg, var(--accent), #ffb35c);
transition: width .5s cubic-bezier(.22,.61,.36,1);
}
.loader-bar::after {
content: ""; position: absolute; inset: 0;
background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
transform: translateX(-100%);
animation: loader-glanz 1.6s ease-in-out infinite;
}
@keyframes loader-glanz { to { transform: translateX(100%); } }
.loader-step {
font-size: 12px; letter-spacing: .04em; color: var(--muted);
text-align: center; min-height: 1.2em;
}
@media (max-width: 920px) {
.loader { padding-left: 0; padding-bottom: var(--sheet); }
.loader-card { width: min(320px, 82vw); padding: 26px 24px 24px; }
}
@media (prefers-reduced-motion: reduce) {
.loader-bar::after { animation: none; }
} .muster-hinweis {
color: var(--accent); font-size: 10.5px; font-weight: 550;
letter-spacing: 0.2px; margin-top: 2px;
}