*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--f-hintergrund);color:var(--f-vordergrund);font-family:var(--font-inter), system-ui, sans-serif;-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.55}img,video{max-width:100%;height:auto;display:block}.f-buehne{background:var(--f-buehne,var(--f-flaeche));flex-direction:column;align-items:center;min-height:100dvh;display:flex}.f-schritt{gap:var(--f-abstand,1.25rem);background:var(--f-hintergrund);flex-direction:column;width:100%;max-width:30rem;min-height:100dvh;padding:2.5rem 1.25rem 3rem;display:flex}@media (min-width:40rem){.f-schritt{border-radius:calc(var(--f-radius) * 1.5);min-height:auto;margin:2.5rem 0;box-shadow:0 1px 2px #0000000a,0 12px 40px #00000014}}.f-schritt[hidden]{display:none}.f-text{white-space:pre-wrap;margin:0}.f-text--gross{font-size:1.9rem;line-height:1.2;font-weight:var(--f-titel-gewicht,680);letter-spacing:var(--f-titel-laufweite,-.02em)}.f-text--mittel{font-size:1.35rem;line-height:1.3;font-weight:var(--f-titel-gewicht,660);letter-spacing:var(--f-titel-laufweite,-.015em)}.f-text--klein{font-size:1rem}.f-text--hinweis{color:var(--f-gedaempft);font-size:.85rem}.f-text[data-ausrichtung=mitte]{text-align:center}.f-text[data-ausrichtung=rechts]{text-align:right}.f-text[data-farbe=marke]{color:var(--f-marke)}.f-text[data-farbe=gedaempft]{color:var(--f-gedaempft)}.f-text[data-farbe=invers]{color:var(--f-hintergrund)}.f-link{color:var(--f-marke);text-underline-offset:.15em;text-decoration:underline}.f-bild{border-radius:var(--f-radius);width:100%}.f-bild[data-format=quadrat]{aspect-ratio:1;object-fit:cover}.f-bild[data-format=hoch]{aspect-ratio:3/4;object-fit:cover}.f-bild[data-format=quer]{aspect-ratio:16/9;object-fit:cover}.f-bild[data-breite=viertel]{width:25%;margin-inline:auto}.f-bild[data-breite=halb]{width:50%;margin-inline:auto}.f-bild[data-breite=dreiviertel]{width:75%;margin-inline:auto}.f-bild--leer{aspect-ratio:16/9;background:var(--f-flaeche);border:1px dashed var(--f-rand)}.f-abstand[data-groesse=klein]{height:.5rem}.f-abstand[data-groesse=mittel]{height:1.5rem}.f-abstand[data-groesse=gross]{height:3rem}.f-abstand[data-groesse=dehnbar]{flex:auto;min-height:1rem}.f-knopf{border-radius:var(--f-radius);background:var(--f-marke);width:100%;color:var(--f-marke-text);font:inherit;text-align:center;cursor:pointer;border:1px solid #0000;padding:1rem 1.25rem;font-weight:600;text-decoration:none;transition:filter .15s,transform .15s;display:block}.f-knopf:hover{filter:brightness(.94)}.f-knopf:active{transform:translateY(1px)}.f-knopf--zweit{border-color:var(--f-rand);color:var(--f-vordergrund);background:0 0}.f-knopf--schlicht{color:var(--f-gedaempft);background:0 0;padding:.5rem;font-weight:500}.f-auswahl{gap:.6rem;display:grid}.f-auswahl[data-spalten="2"]{grid-template-columns:1fr 1fr}.f-kachel{border:1.5px solid var(--f-rand);border-radius:var(--f-radius);background:var(--f-flaeche);width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;align-items:center;gap:.85rem;padding:1rem;transition:border-color .12s,background .12s;display:flex}.f-kachel:hover{border-color:var(--f-marke)}.f-kachel[aria-pressed=true]{border-color:var(--f-marke);background:color-mix(in srgb, var(--f-marke) 8%, var(--f-flaeche))}.f-kachel[data-anordnung=oben]{text-align:left;flex-direction:column;align-items:flex-start}.f-kachel__bild{aspect-ratio:4/3;object-fit:cover;border-radius:calc(var(--f-radius) * .7);width:100%}.f-kachel__symbol{flex:none;font-size:1.6rem;line-height:1}.f-kachel__text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.f-kachel__titel{font-weight:600}.f-kachel__hinweis{color:var(--f-gedaempft);font-size:.85rem}.f-feld{flex-direction:column;gap:.35rem;display:flex}.f-feld__marke{font-size:.9rem;font-weight:550}.f-feld__eingabe{border:1.5px solid var(--f-rand);border-radius:var(--f-radius);background:var(--f-flaeche);width:100%;color:inherit;font:inherit;padding:.85rem .9rem}.f-feld__eingabe:focus-visible{outline:2px solid var(--f-marke);outline-offset:1px;border-color:var(--f-marke)}.f-feld__fehler{color:var(--f-fehler,#b3261e);font-size:.85rem}.f-falle{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.f-formular{flex-direction:column;gap:1rem;display:flex;position:relative}.f-einwilligung{color:var(--f-gedaempft);align-items:flex-start;gap:.6rem;font-size:.85rem;display:flex}.f-einwilligung a{color:inherit}.f-testimonial{border:1px solid var(--f-rand);border-radius:var(--f-radius);background:var(--f-flaeche);flex-direction:column;gap:.75rem;padding:1.15rem;display:flex}.f-testimonial__zitat{margin:0;font-size:1.05rem}.f-testimonial__person{color:var(--f-gedaempft);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.f-testimonial__bild{object-fit:cover;border-radius:999px;width:2.25rem;height:2.25rem}.f-zahlen{text-align:center;grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:.75rem;display:grid}.f-zahlen__wert{letter-spacing:-.02em;font-size:1.7rem;font-weight:680;line-height:1.1}.f-zahlen__marke{color:var(--f-gedaempft);font-size:.85rem}.f-sterne{color:var(--f-stern,#f0a202);gap:.15rem;font-size:1.15rem;display:flex}.f-logos{opacity:.7;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.f-logos img{width:auto;max-height:1.75rem}.f-liste{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.f-liste li{align-items:flex-start;gap:.6rem;display:flex}.f-liste__haken{color:var(--f-marke);flex:none;font-weight:700}.f-trenner{border:0;border-top:1px solid var(--f-rand);width:100%;margin:0}.f-fortschritt{flex-direction:column;gap:.4rem;display:flex}.f-fortschritt__balken{background:var(--f-rand);border-radius:999px;height:.4rem;overflow:hidden}.f-fortschritt__fuellung{background:var(--f-marke);border-radius:999px;height:100%;transition:width .3s}.f-fortschritt__text{color:var(--f-gedaempft);font-size:.8rem}.f-fortschritt__fuellung{width:0}.f-fortschritt__fuellung[data-anteil="5"]{width:5%}.f-fortschritt__fuellung[data-anteil="10"]{width:10%}.f-fortschritt__fuellung[data-anteil="15"]{width:15%}.f-fortschritt__fuellung[data-anteil="20"]{width:20%}.f-fortschritt__fuellung[data-anteil="25"]{width:25%}.f-fortschritt__fuellung[data-anteil="30"]{width:30%}.f-fortschritt__fuellung[data-anteil="35"]{width:35%}.f-fortschritt__fuellung[data-anteil="40"]{width:40%}.f-fortschritt__fuellung[data-anteil="45"]{width:45%}.f-fortschritt__fuellung[data-anteil="50"]{width:50%}.f-fortschritt__fuellung[data-anteil="55"]{width:55%}.f-fortschritt__fuellung[data-anteil="60"]{width:60%}.f-fortschritt__fuellung[data-anteil="65"]{width:65%}.f-fortschritt__fuellung[data-anteil="70"]{width:70%}.f-fortschritt__fuellung[data-anteil="75"]{width:75%}.f-fortschritt__fuellung[data-anteil="80"]{width:80%}.f-fortschritt__fuellung[data-anteil="85"]{width:85%}.f-fortschritt__fuellung[data-anteil="90"]{width:90%}.f-fortschritt__fuellung[data-anteil="95"]{width:95%}.f-fortschritt__fuellung[data-anteil="100"]{width:100%}.f-stern{color:var(--f-rand);cursor:pointer;background:0 0;border:0;padding:0 .1rem;font-size:1.6rem;line-height:1}.f-stern[aria-pressed=true]{color:var(--f-stern,#f0a202)}.f-logoleiste{flex-direction:column;gap:.6rem;display:flex}.f-video--leer{border:1px dashed var(--f-rand);background:var(--f-flaeche)}.f-countdown{font-variant-numeric:tabular-nums;justify-content:center;gap:.75rem;display:flex}.f-countdown__feld{border-radius:var(--f-radius);background:var(--f-flaeche);border:1px solid var(--f-rand);text-align:center;min-width:3.5rem;padding:.6rem .4rem}.f-countdown__zahl{font-size:1.5rem;font-weight:680;line-height:1.1}.f-countdown__marke{color:var(--f-gedaempft);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.f-video{aspect-ratio:9/16;border-radius:var(--f-radius);background:#000;width:100%;position:relative;overflow:hidden}.f-video[data-format=quer]{aspect-ratio:16/9}.f-video iframe,.f-video video{border:0;width:100%;height:100%;position:absolute;inset:0}.f-auswertung{flex-direction:column;align-items:center;gap:.9rem;padding:2.5rem 0;display:flex}.f-auswertung__ring{border:4px solid var(--f-rand);border-top-color:var(--f-marke);border-radius:999px;width:4.5rem;height:4.5rem;animation:1.1s linear infinite f-dreht}@keyframes f-dreht{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.f-auswertung__ring{border-top-color:var(--f-rand);opacity:.6;animation:none}}.f-antwort{border-radius:calc(var(--f-radius) * .5);background:var(--f-flaeche);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:.1em .35em}.f-termin{flex-direction:column;gap:.75rem;display:flex}.f-termin__rahmen{border:1px solid var(--f-rand);border-radius:var(--f-radius);background:var(--f-flaeche);width:100%;min-height:34rem}.f-termin__freigabe{border:1px dashed var(--f-rand);border-radius:var(--f-radius);background:var(--f-flaeche);text-align:center;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.f-consent{z-index:50;background:var(--f-flaeche);border-top:1px solid var(--f-rand);flex-direction:column;gap:.85rem;max-height:15rem;padding:1.15rem;display:flex;position:fixed;inset:auto 0 0;overflow-y:auto;box-shadow:0 -8px 30px #0000001a}.f-consent[data-termin=true]{max-height:21rem}@media (min-width:40rem){.f-consent{border:1px solid var(--f-rand);border-radius:var(--f-radius);max-width:24rem;inset:auto 1rem 1rem auto}}.f-consent__text{color:var(--f-gedaempft);margin:0;font-size:.85rem}.f-consent__text a{color:inherit;text-underline-offset:.15em;text-decoration:underline}.f-consent__text a:hover{color:var(--f-text)}body:has(.f-consent) .f-schritt{padding-bottom:16rem}body:has(.f-consent[data-termin=true]) .f-schritt{padding-bottom:22rem}@media (min-width:40rem){:is(body:has(.f-consent) .f-schritt,body:has(.f-consent[data-termin=true]) .f-schritt){padding-bottom:3rem}}.f-consent__knoepfe{gap:.5rem;display:flex}.f-consent__knoepfe .f-knopf{padding:.7rem 1rem}[data-element-id]{position:relative}.f-weiche{border:1px dashed var(--f-marke);border-radius:var(--f-radius);background:color-mix(in srgb, var(--f-marke) 6%, transparent);padding:.6rem .8rem}.f-weiche__text{color:var(--f-gedaempft);margin:0;font-size:.8rem;line-height:1.4}.f-bauhinweis{border:1px solid var(--f-rand);border-radius:var(--f-radius);background:var(--f-flaeche);padding:.5rem .8rem;font-size:.85rem}.f-bauhinweis__titel{cursor:pointer;color:var(--f-gedaempft);font-weight:600}.f-bauhinweis__text{color:var(--f-gedaempft);white-space:pre-line;margin:.6rem 0 0;line-height:1.5}body.f-bearbeitbar .f-schritt{padding-top:5.5rem}body.f-bearbeitbar [data-element-id]:hover{outline:1.5px dashed color-mix(in srgb, var(--f-marke) 60%, transparent);outline-offset:3px}body.f-bearbeitbar [data-element-id][data-gewaehlt=true]{outline:2px solid var(--f-marke);outline-offset:3px}body.f-bearbeitbar [data-feld]:focus{outline:2px solid var(--f-marke);outline-offset:2px;border-radius:2px}body.f-bearbeitbar [data-zieht=true]{opacity:.4}.b-werkzeuge{z-index:10;border-radius:.35rem;gap:1px;display:flex;position:absolute;top:-.85rem;right:0;overflow:hidden;box-shadow:0 1px 6px #0003}.b-werkzeug{color:#fff;cursor:pointer;background:#1c2733;border:0;padding:.2rem .45rem;font-size:.8rem;line-height:1.4}.b-werkzeug:hover{background:#33475b}.b-griff{cursor:grab}.b-plus{border:1px dashed var(--f-rand);background:var(--f-hintergrund);width:1.5rem;height:1.5rem;color:var(--f-gedaempft);opacity:.25;cursor:pointer;border-radius:999px;align-self:center;margin:-.4rem 0;font-size:.9rem;line-height:1;transition:opacity .12s,border-color .12s}.b-plus:hover{opacity:1;border-style:solid;border-color:var(--f-marke);color:var(--f-marke)}.b-groesse{z-index:10;background:var(--f-marke);touch-action:none;border:1px solid #fff;border-radius:2px;width:.7rem;height:.7rem;position:absolute;box-shadow:0 1px 4px #0000004d}.b-groesse[data-seite=links],.b-groesse[data-seite=rechts]{cursor:ew-resize;margin-top:-.35rem;top:50%}.b-groesse[data-seite=ecke]{cursor:nwse-resize;bottom:-.35rem}.b-groesse[data-breite=voll][data-seite=links]{margin-left:-.35rem;left:0%}.b-groesse[data-breite=voll][data-seite=rechts],.b-groesse[data-breite=voll][data-seite=ecke]{margin-right:-.35rem;right:0%}.b-groesse[data-breite=dreiviertel][data-seite=links]{margin-left:-.35rem;left:12.5%}.b-groesse[data-breite=dreiviertel][data-seite=rechts],.b-groesse[data-breite=dreiviertel][data-seite=ecke]{margin-right:-.35rem;right:12.5%}.b-groesse[data-breite=halb][data-seite=links]{margin-left:-.35rem;left:25%}.b-groesse[data-breite=halb][data-seite=rechts],.b-groesse[data-breite=halb][data-seite=ecke]{margin-right:-.35rem;right:25%}.b-groesse[data-breite=viertel][data-seite=links]{margin-left:-.35rem;left:37.5%}.b-groesse[data-breite=viertel][data-seite=rechts],.b-groesse[data-breite=viertel][data-seite=ecke]{margin-right:-.35rem;right:37.5%}.b-einfuegelinie{background:var(--f-marke);border-radius:2px;height:2px;margin:-1px 0}.b-textleiste{z-index:20;background:#1c2733;border-radius:.4rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:1px;padding:.15rem;display:flex;position:absolute;top:-2.6rem;left:0;right:0;box-shadow:0 2px 10px #00000040}.b-textknopf{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:.25rem;min-width:1.75rem;padding:.2rem .4rem;font-size:.8rem;line-height:1.4}.b-textknopf:hover{background:#33475b}.b-textknopf[aria-pressed=true]{background:var(--f-marke);color:var(--f-marke-text)}.b-textknopf--fett{font-weight:700}.b-textknopf--kursiv{font-style:italic}.b-textknopf--unterstrichen{text-decoration:underline}.b-textleiste select{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:.25rem;padding:.2rem .3rem;font-size:.8rem}.b-textleiste option{color:#141414}.b-trenner{background:#ffffff30;align-self:stretch;width:1px;margin:.15rem .2rem}.b-erwaehnung{z-index:20;background:#1c2733;border-radius:.4rem;width:100%;max-height:12rem;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 2px 10px #00000040}.b-erwaehnung button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:.35rem .6rem;font-size:.8rem;display:block}.b-erwaehnung button:hover,.b-erwaehnung button[data-aktiv=true]{background:#33475b}.b-erwaehnung small{color:#ffffffa0;font-size:.7rem;display:block}.f-recht{max-width:42rem;margin:0 auto;padding:2rem 1.25rem 4rem;line-height:1.65}.f-recht__zurueck{color:var(--f-gedaempft);margin-bottom:2rem;font-size:.9375rem;text-decoration:none;display:inline-block}.f-recht__zurueck:hover{color:var(--f-vordergrund)}.f-recht__titel{margin:2rem 0 .75rem;font-size:1.125rem;font-weight:600;line-height:1.35}.f-recht__titel:first-of-type{margin-top:0;font-size:1.5rem}.f-recht__absatz,.f-recht__zeilen{margin:0 0 1rem}.f-recht__zeile{display:block}.f-recht__liste{margin:0 0 1rem;padding-left:1.25rem}.f-recht__liste li{margin-bottom:.375rem}.f-rechtlich{text-align:center;color:var(--f-gedaempft);padding:1rem 1.25rem 1.5rem;font-size:.75rem}.f-rechtlich a{color:inherit;text-decoration:none}.f-rechtlich a:hover{text-decoration:underline}
