.process-story{max-width:100%;overflow-x:clip;--ps-card-bg: #f8fafc;--ps-card-border: #e2e8f0;--ps-card-radius: 16px;--ps-highlight-radius: 20px;--ps-text-heading: #0f172a;--ps-text-body: #64748b;--ps-grid-gap: 2.8rem;--ps-flow-accent: #2563eb;--ps-highlight-start: #0f172a;--ps-highlight-end: #1a2839}.process-story__inner{max-width:var(--page-width);width:100%;box-sizing:border-box;margin:0 auto;padding-inline:var(--section-padding-inline)}.process-story__header{max-width:70rem;margin:0 auto 3.2rem;text-align:center}.process-story__heading{margin:0;line-height:1.12;font-family:var(--font-heading-family);font-weight:800;color:var(--ps-text-heading)}.process-story__subline{margin:1.2rem 0 0;line-height:1.65;color:var(--ps-text-body);font-family:var(--font-body-family)}.process-story__track{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--ps-grid-gap);align-items:stretch}.process-story__column{display:flex;flex-direction:column;align-items:stretch;min-width:0}.process-story__column .process-story__card{flex:1 1 auto}.process-story__flow-slot{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:5.2rem;margin-bottom:2rem;box-sizing:border-box}.process-story__flow-num{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;font-size:1.3rem;font-weight:700;font-variant-numeric:tabular-nums;border:.2rem solid var(--ps-flow-accent);background:#fff;color:var(--ps-flow-accent);font-family:var(--font-body-family);box-sizing:border-box}.process-story__flow-num--active{border-color:var(--ps-highlight-start);background:var(--ps-highlight-start);color:#fff;box-shadow:0 .4rem 1.4rem #00000047}.process-story__flow-arrow{display:inline-block;margin-left:.1rem;font-weight:700}.process-story__flow-line{position:absolute;top:50%;height:.2rem;margin-top:-.1rem;background:linear-gradient(90deg,#e2e8f0,#94a3b8);border-radius:.1rem;pointer-events:none}.process-story__flow-line--out{left:calc(50% + 2rem);right:calc(var(--ps-grid-gap) / -2)}.process-story__flow-line--in{right:calc(50% + 2rem);left:calc(var(--ps-grid-gap) / -2)}.process-story__flow-slot--first .process-story__flow-line--in,.process-story__flow-slot--last .process-story__flow-line--out{display:none}@media screen and (min-width:990px){.process-story__flow-line--in-to-active{clip-path:polygon(0 36%,calc(100% - 10px) 36%,100% 50%,calc(100% - 10px) 64%,0 64%)}}@media screen and (max-width:989px){.process-story__flow-line{display:none}.process-story__flow-slot{min-height:4.2rem;margin-bottom:1.2rem}}.process-story__card{position:relative;border-radius:var(--ps-card-radius);border:.1rem solid var(--ps-card-border);background:var(--ps-card-bg);padding:2.4rem;min-width:0;box-sizing:border-box;height:100%;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}@media(prefers-reduced-motion:reduce){.process-story__card{transition:none}}.process-story__card:hover{transform:translateY(-4px);box-shadow:0 1.2rem 3.2rem #0f172a14}.process-story__card--muted{background:#f1f5f9;box-shadow:0 .4rem 1.2rem #0f172a0a}.process-story__card--muted:hover{box-shadow:0 1.2rem 2.8rem #0f172a12}.process-story__label{margin:0;font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#64748b;font-family:var(--font-body-family)}.process-story__title{margin:.8rem 0 0;line-height:1.18;font-family:var(--font-heading-family);font-weight:800;color:var(--ps-text-heading)}.process-story__card--muted .process-story__title{font-size:var(--h3-size)}.process-story__text{margin:1rem 0 0;line-height:1.65;color:var(--ps-text-body);font-family:var(--font-body-family)}.process-story__media{margin-top:1.8rem;border-radius:1.2rem;overflow:hidden;flex:1 1 auto;min-height:16rem;display:flex;align-items:center;justify-content:center;border:.1rem solid rgba(148,163,184,.35);background:#fff;padding:1.2rem;box-sizing:border-box}.process-story__image{display:block;width:100%;height:100%;max-height:22rem;object-fit:contain;object-position:center;border-radius:.8rem}.process-story__placeholder{width:100%;min-height:14rem;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.process-story__placeholder svg{width:4.8rem;height:4.8rem;opacity:.45}.process-story__placeholder--on-dark{background:#ffffff0f;border:.1rem solid rgba(255,255,255,.12);border-radius:1.2rem;color:#ffffff59}.process-story__features{list-style:none;margin:1.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.process-story__feature{display:flex;align-items:flex-start;gap:1rem;font-size:1.4rem;line-height:1.45;color:#475569;font-family:var(--font-body-family)}.process-story__feature-icon{flex-shrink:0;width:2.2rem;height:2.2rem;margin-top:.1rem;color:#2563eb}.process-story__feature-icon svg{display:block;width:100%;height:100%}.process-story__card--highlight{border:none;border-radius:var(--ps-highlight-radius);padding:clamp(2.4rem,3vw,3.2rem);background:linear-gradient(145deg,var(--ps-highlight-start),var(--ps-highlight-end));box-shadow:0 40px 100px #0006;color:#fff;display:flex;flex-direction:column}.process-story__card--highlight:hover{transform:translateY(-4px);box-shadow:0 44px 110px #00000073}.process-story__card--highlight .process-story__label{color:#ffffffb8}.process-story__card--highlight .process-story__title{color:#fff}.process-story__card--highlight .process-story__text{color:#ffffffe0}.process-story__highlight-inner{display:flex;flex-direction:column;gap:2rem;flex:1 1 auto;min-height:0;width:100%}.process-story__highlight-copy{flex:1 1 auto;min-width:0}.process-story__highlight-media{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:14rem}.process-story__highlight-image{display:block;width:100%;max-width:28rem;height:auto;max-height:24rem;object-fit:contain;filter:drop-shadow(0 2.4rem 4rem rgba(0,0,0,.45));border-radius:1.2rem}.process-story__bullets{list-style:none;margin:1.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.process-story__bullet{display:flex;align-items:flex-start;gap:1rem;font-size:1.45rem;line-height:1.45;color:#ffffffeb;font-family:var(--font-body-family)}.process-story__bullet-icon{flex-shrink:0;width:2.2rem;height:2.2rem;margin-top:.1rem;color:#38bdf8}.process-story__bullet-icon svg{display:block;width:100%;height:100%}.process-story__cta-hint{margin:2rem 0 0;font-size:1.35rem;line-height:1.5;color:#ffffffa6;font-style:italic;font-family:var(--font-body-family)}@media screen and (min-width:750px){.process-story__header{margin-bottom:3.6rem}}@media screen and (min-width:990px){.process-story__track{grid-template-columns:repeat(3,minmax(0,1fr))}.process-story__highlight-inner{flex-direction:row;align-items:stretch;gap:2.4rem}.process-story__highlight-copy{flex:1 1 48%;display:flex;flex-direction:column}.process-story__highlight-media{flex:1 1 52%;justify-content:flex-end;min-height:auto}.process-story__highlight-image{max-height:100%;max-width:100%}}@media screen and (max-width:749px){.process-story__card{padding:2rem}.process-story__title{font-size:1.9rem}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/component-vorher-nachher-preview.css.map */
