:root{--flxry-content-max:1140px;--navy:#f8f8fc;--navy-mid:#f0f0f8;--navy-light:#eaeaf4;--accent-blue:#2563eb;--accent-grad-start:#2563eb;--accent-grad-end:#6d28d9;--text-primary:#0f172a;--text-light:#0f172a;--text-muted:#334155;--text-dim:#64748b;--white:#ffffff;--card-bg:#ffffff;--card-border:rgba(15,23,42,0.08);--radius:16px;--radius-sm:8px;--shadow-sm:0 1px 2px rgba(15,23,42,0.06);--shadow-card:0 4px 32px rgba(0,0,0,0.08);--nav-bg:rgba(248,248,252,0.88);--footer-bg:#ffffff;--flxry-link:var(--accent-blue);--flxry-link-hover:#1d4ed8}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;color-scheme:light}html.flxry-public-html{scroll-padding-top:calc(clamp(5.5rem,12vw,7.5rem)+env(safe-area-inset-top,0px))}html[data-theme="dark"]{color-scheme:dark;--navy:#0b0b0f;--navy-mid:#111116;--navy-light:#18181f;--text-primary:#ffffff;--text-light:#ffffff;--text-muted:rgba(255,255,255,0.65);--text-dim:rgba(255,255,255,0.35);--card-bg:#1c1c24;--card-border:rgba(255,255,255,0.07);--shadow-sm:none;--shadow-card:0 4px 32px rgba(0,0,0,0.5);--nav-bg:rgba(11,11,15,0.88);--footer-bg:#111116;--flxry-link:#60a5fa;--flxry-link-hover:#93c5fd;--accent-blue:var(--flxry-link);--accent-grad-start:#60a5fa;--accent-grad-end:#a78bfa}body{font-family:'DM Sans',sans-serif;background:var(--navy);color:var(--text-light);line-height:1.65;font-size:16px;overflow-x:hidden}body.flxry-php-app:not(.admin-body) main a:not([class]):any-link{color:var(--flxry-link)}body.flxry-php-app:not(.admin-body) main a:not([class]):hover{color:var(--flxry-link-hover)}body:not(.admin-body)>nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:0.75rem;padding:1rem clamp(1rem,5vw,2.5rem);background:var(--nav-bg);backdrop-filter:blur(20px);border-bottom:1px solid var(--card-border);box-shadow:var(--shadow-sm)}.nav-actions{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.theme-toggle{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1px solid var(--card-border);background:var(--navy-mid);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color 0.2s,background 0.2s,color 0.2s}.theme-toggle:hover{border-color:rgba(37,99,235,0.4)}.theme-toggle:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.theme-toggle .theme-icon{display:block}.theme-toggle .theme-icon-sun{display:none}html[data-theme="dark"] .theme-toggle .theme-icon-moon{display:none}html[data-theme="dark"] .theme-toggle .theme-icon-sun{display:block}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex:0 1 auto;width:fit-content;max-width:100%;min-width:0}.logo-mark-wrap{display:grid;grid-template-areas:stack;align-items:center;line-height:0;flex-shrink:0;width:min(152px,28vw);height:clamp(34px,4.5vw,44px);min-width:0}.logo-mark-wrap .logo-mark{grid-area:stack;height:clamp(44px,6.5vw,58px);width:auto;max-width:min(240px,62vw);object-fit:contain;object-position:left center;display:block}body:not(.admin-body)>nav .logo-mark-wrap .logo-mark{height:clamp(34px,4.5vw,44px);max-width:min(152px,28vw)}.logo-mark-wrap .logo-on-dark{display:none}html[data-theme="dark"] .logo-mark-wrap .logo-on-light{display:none}html[data-theme="dark"] .logo-mark-wrap .logo-on-dark{display:block}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:0.9rem;font-weight:500;transition:color 0.2s}.nav-links a:hover{color:var(--text-primary)}@media (min-width:901px){body:not(.admin-body) .nav-links{align-items:center;flex-wrap:nowrap}body:not(.admin-body) .nav-links>li:not(.nav-cta-mobile){display:flex;align-items:center;flex-shrink:0}body:not(.admin-body) .nav-actions{flex-wrap:nowrap;align-items:center;min-width:0}body:not(.admin-body) .nav-links>li>a:not(.nav-cta){display:inline-flex;align-items:center;line-height:1.25}}.nav-cta{background:var(--accent-blue);color:#fff !important;padding:0.5rem 1.25rem;border-radius:50px;font-weight:600 !important;font-size:0.875rem !important;transition:opacity 0.2s,transform 0.2s,box-shadow 0.2s !important;box-shadow:none}.nav-cta:hover{opacity:0.88;transform:translateY(-1px);box-shadow:0 4px 18px rgba(37,99,235,0.28)}html[data-theme="dark"] .nav-cta{background:#60a5fa;color:#0a0f1a !important;box-shadow:none}html[data-theme="dark"] .nav-cta:hover{box-shadow:0 4px 20px rgba(96,165,250,0.25)}.nav-cta-mobile{display:none}.nav-cta--bar{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.nav-lang-switch{margin-left:0.5rem}.nav-lang-switch__group{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.78rem;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-muted)}.nav-lang-switch .nav-lang-link{color:var(--text-muted);text-decoration:none;padding:0.2rem 0.35rem;border-radius:6px;transition:color 0.2s,background-color 0.2s}.nav-lang-switch .nav-lang-link:hover{color:var(--text-primary)}.nav-lang-switch .nav-lang-link.is-active{color:var(--text-primary);background:rgba(99,102,241,0.08)}html[data-theme="dark"] .nav-lang-switch .nav-lang-link.is-active{background:rgba(96,165,250,0.18)}.nav-lang-switch .nav-lang-sep{opacity:0.45;user-select:none}@media (max-width:900px){.nav-links.open .nav-lang-switch{justify-content:center;width:100%;margin:0.4rem 0 0}.nav-links.open .nav-lang-switch__group{font-size:0.95rem}.nav-links.open .nav-lang-switch .nav-lang-link{padding:0.5rem 0.7rem;min-height:36px;min-width:44px}}.hamburger{display:none;box-sizing:border-box;background:none;border:none;cursor:pointer;min-width:44px;min-height:44px;padding:11px 11px;margin:0 -4px 0 0;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:var(--radius-sm);color:var(--text-primary);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hamburger:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.hamburger span{display:block;width:22px;height:2px;background:currentColor;margin:0;transition:0.3s}.hero{position:relative;z-index:1;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;padding:8rem 5% 5rem;background:var(--navy)}h1{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(2.2rem,5.5vw,4rem);line-height:1.1;letter-spacing:-1px;color:var(--text-primary);margin-bottom:1.5rem;max-width:800px;overflow-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;text-wrap:balance}.flxry-accent-word{color:var(--accent-blue)}html[data-theme="dark"] .flxry-accent-word{color:#60a5fa}h1 .gradient-text,.gradient-text{background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:currentColor;color:var(--accent-blue)}html[data-theme="dark"] h1 .gradient-text,html[data-theme="dark"] .gradient-text{color:#60a5fa}.hero:not(.hero--compact) h1,.hero:not(.hero--compact) h1.hero__title{font-family:'Inter','Space Grotesk',sans-serif;font-size:clamp(2.4rem,6vw,4.8rem);font-weight:900;letter-spacing:-0.05em;line-height:1.05;margin-bottom:1.75rem;max-width:820px;min-height:calc(2 * 1.05 * clamp(2.4rem,6vw,4.8rem));hyphens:none;-webkit-hyphens:none;text-wrap:wrap}.hero__title-line{display:block}.hero-desc{font-size:clamp(1rem,1.65vw,1.15rem);font-weight:400;color:var(--text-muted);max-width:35rem;margin:0 0 2.25rem;line-height:1.8;text-align:left}.hero-desc__tagline{white-space:normal}@media (min-width:720px){.hero-desc__tagline{white-space:nowrap}}.hero-actions{display:flex;gap:0.75rem;flex-wrap:wrap;justify-content:flex-start}.hero .btn-p{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.6rem;border-radius:100px;font-family:'DM Sans',sans-serif;font-size:0.9rem;font-weight:600;text-decoration:none;background:var(--accent-blue);color:#fff;border:none;cursor:pointer;transition:opacity 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease;box-shadow:none}.hero .btn-p:hover{opacity:0.92;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,0.3)}html[data-theme="dark"] .hero .btn-p{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme="dark"] .hero .btn-p:hover{box-shadow:0 8px 24px rgba(96,165,250,0.28)}.hero .btn-g{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.6rem;border-radius:100px;font-family:'DM Sans',sans-serif;font-size:0.9rem;font-weight:500;text-decoration:none;background:transparent;color:var(--text-muted);border:1px solid var(--card-border);transition:color 0.2s ease,border-color 0.2s ease,background 0.2s ease}.hero .btn-g:hover{color:var(--text-primary);border-color:var(--flxry-link);background:var(--navy-mid)}html[data-theme="dark"] .hero .btn-g{color:rgba(255,255,255,0.7);border-color:var(--card-border);background:transparent}html[data-theme="dark"] .hero .btn-g:hover{color:var(--text-light);border-color:rgba(96,165,250,0.45);background:rgba(255,255,255,0.04)}.btn-primary{background:var(--accent-blue);color:#fff;padding:0.85rem 2rem;border-radius:50px;font-weight:600;font-size:0.95rem;text-decoration:none;display:inline-block;transition:transform 0.2s,opacity 0.2s,box-shadow 0.2s;box-shadow:none}.btn-primary:hover{transform:translateY(-2px);opacity:0.92;box-shadow:0 8px 30px rgba(37,99,235,0.35)}html[data-theme="dark"] .btn-primary{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme="dark"] .btn-primary:hover{box-shadow:0 8px 28px rgba(96,165,250,0.28)}.btn-ghost{color:var(--text-primary);padding:0.85rem 2rem;border-radius:50px;font-weight:500;font-size:0.95rem;text-decoration:none;display:inline-block;border:1px solid var(--card-border);transition:border-color 0.2s,background 0.2s;background:var(--white)}.btn-ghost:hover{border-color:rgba(37,99,235,0.35);background:var(--navy-mid)}html[data-theme="dark"] .btn-ghost{color:var(--text-light);background:transparent;border-color:var(--card-border)}html[data-theme="dark"] .btn-ghost:hover{border-color:rgba(255,255,255,0.2);background:rgba(255,255,255,0.04)}.hero-trust-pills{list-style:none;margin:2.25rem auto 0;padding:0;max-width:min(42rem,100%);display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem 0.75rem}.hero-trust-pills li{font-size:0.78rem;font-weight:500;color:var(--text-muted);padding:0.4rem 0.75rem;border-radius:999px;border:1px solid var(--card-border);background:var(--navy-mid);line-height:1.35}html[data-theme="dark"] .hero-trust-pills li{background:rgba(255,255,255,0.05)}.hero-trust-pills li::before{content:'✓';margin-right:0.35rem;color:var(--flxry-link);font-weight:700;font-size:0.72rem}.flxry-branchen-section{background:var(--navy-mid);border-top:1px solid var(--card-border)}.flxry-scroll-strip{background:var(--navy-light);border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);padding:1.15rem 0;overflow:hidden}.flxry-scroll-strip--hero{background:var(--navy-mid);border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);padding:1.05rem 0}html[data-theme="dark"] .flxry-scroll-strip--hero{background:#111116}.flxry-scroll-strip--hero .flxry-scroll-strip__item{color:rgba(255,255,255,0.78)}html:not([data-theme="dark"]) .flxry-scroll-strip--hero .flxry-scroll-strip__item{color:var(--text-muted)}.flxry-scroll-strip__track{display:flex;gap:3rem;white-space:nowrap;width:max-content;animation:flxry-strip-scroll 28s linear infinite}.flxry-scroll-strip:hover .flxry-scroll-strip__track{animation-play-state:paused}@keyframes flxry-strip-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.flxry-scroll-strip__item{flex-shrink:0;font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-dim);display:inline-flex;align-items:center;gap:0.75rem}.flxry-scroll-strip__item::before{content:'';width:5px;height:5px;background:var(--accent-blue);border-radius:50%;flex-shrink:0}html[data-theme="dark"] .flxry-scroll-strip__item::before{background:var(--flxry-link)}.flxry-branchen-block{padding-top:0}.flxry-branchen-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:clamp(2.25rem,4vw,3rem);border:1px solid var(--card-border);border-radius:var(--radius);overflow:hidden;background:var(--card-border);box-shadow:var(--shadow-sm)}@media (min-width:900px){.flxry-branchen-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.flxry-branchen-card{background:var(--card-bg);padding:1.35rem 1.1rem;display:flex;flex-direction:column;gap:0.45rem;min-height:100%;transition:background 0.25s ease,box-shadow 0.25s ease}.flxry-branchen-card:hover{background:var(--navy-mid);box-shadow:inset 0 0 0 1px rgba(37,99,235,0.12)}html[data-theme="dark"] .flxry-branchen-card:hover{background:rgba(255,255,255,0.04);box-shadow:inset 0 0 0 1px rgba(96,165,250,0.2)}.flxry-branchen-ico{width:40px;height:40px;border-radius:10px;background:rgba(37,99,235,0.12);border:1px solid rgba(37,99,235,0.22);display:flex;align-items:center;justify-content:center;color:var(--flxry-link);flex-shrink:0}.flxry-branchen-ico svg{width:20px;height:20px;display:block}html[data-theme="dark"] .flxry-branchen-ico{background:rgba(96,165,250,0.14);border-color:rgba(147,197,253,0.35);color:#93c5fd}.flxry-branchen-name{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:0.875rem;color:var(--text-primary);line-height:1.3}.flxry-branchen-desc{font-size:0.75rem;color:var(--text-dim);line-height:1.5}@media (prefers-reduced-motion:reduce){.flxry-scroll-strip__track{animation:none}}section{position:relative;z-index:1;padding:6rem 5%}body.flxry-php-app:not(.admin-body) main section:not(.hero):not(.hero--compact){padding-top:clamp(4.25rem,7.5vw,5.75rem);padding-bottom:clamp(4.25rem,7.5vw,5.75rem)}body.flxry-php-app:not(.admin-body) main section{padding-left:clamp(1rem,5vw,2.5rem);padding-right:clamp(1rem,5vw,2.5rem)}body.flxry-php-app:not(.admin-body) main section>*{max-width:var(--flxry-content-max);margin-left:auto;margin-right:auto;box-sizing:border-box}body.flxry-php-app:not(.admin-body) main section.hero:not(.hero--compact){display:flex;flex-direction:column;align-items:stretch;min-height:100vh;min-height:100dvh;padding-top:8rem;padding-bottom:0}body.flxry-php-app:not(.admin-body) main section.hero:not(.hero--compact) .hero__content{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;align-self:center;width:100%;max-width:var(--flxry-content-max);margin-left:auto;margin-right:auto;box-sizing:border-box;padding-bottom:clamp(2rem,5vw,3.25rem)}body.flxry-php-app:not(.admin-body) main section.hero:not(.hero--compact)>.flxry-scroll-strip{flex:0 0 auto;max-width:none;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:0;box-sizing:border-box}body.flxry-php-app:not(.admin-body) main section>.section-intro{max-width:var(--flxry-content-max);text-align:left}body.flxry-php-app:not(.admin-body) main section>.section-intro h2{text-align:left}body.flxry-php-app:not(.admin-body) main section>.section-intro p{text-align:left;max-width:42rem}body.flxry-php-app:not(.admin-body) main section>.section-intro+*{margin-top:clamp(1.75rem,3.5vw,2.5rem)}body.flxry-php-app:not(.admin-body) main section>.section-intro+.about-me-layout{margin-top:clamp(1.25rem,2.5vw,1.75rem)}body.flxry-php-app:not(.admin-body) main section>.section-intro+.flxry-service-link-grid{margin-top:clamp(1.5rem,3vw,2.25rem)}body.flxry-php-app:not(.admin-body) main .section-intro[id],body.flxry-php-app:not(.admin-body) main .contact-wrap#kontakt{scroll-margin-top:0;outline:none}body.flxry-php-app:not(.admin-body) main #branchen.flxry-scroll-strip--hero{scroll-margin-top:calc(var(--flxry-nav-offset,4.75rem) - clamp(5.5rem,12vw,7.5rem));outline:none}body.flxry-php-app:not(.admin-body) main section>.faq-list{max-width:var(--flxry-content-max)}body.flxry-php-app:not(.admin-body) main section.hero .hero__content>h1{max-width:820px}body.flxry-php-app:not(.admin-body) main section.hero .hero__content>.hero-desc{max-width:min(35rem,var(--flxry-content-max))}body.flxry-php-app:not(.admin-body) main section.flxry-section-preise>.hero-trust-pills{max-width:min(42rem,var(--flxry-content-max))}.section-intro-lead{color:var(--text-muted);margin-top:1rem;font-size:1.02rem;line-height:1.65}.flxry-section-showroom{background:var(--navy-mid);border-top:1px solid var(--card-border)}.flxry-section-showroom .flxry-showroom-block:first-of-type{margin-top:clamp(2rem,4vw,3rem)}.ref-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:3rem;align-items:stretch}@media (max-width:720px){.ref-showcase-grid{grid-template-columns:1fr}}.ref-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:border-color 0.3s,transform 0.3s,box-shadow 0.3s}.ref-card:hover{border-color:rgba(37,99,235,0.28);transform:translateY(-3px);box-shadow:var(--shadow-card)}.ref-card--has-media{padding:0}.ref-card__media{display:block;width:100%;aspect-ratio:16 / 10;min-height:160px;background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:1px solid var(--card-border);text-decoration:none;transition:opacity 0.2s}.ref-card__media:hover{opacity:0.94}.ref-card__media:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.ref-card__body{padding:1.35rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1;gap:0.65rem}.ref-card__body--cta{padding-top:1.5rem}.ref-card--cta{background:var(--card-bg)}html[data-theme="dark"] .ref-card--cta{background:var(--card-bg)}.ref-card__meta{display:flex;flex-wrap:wrap;gap:0.4rem;align-items:center}.ref-card__pill{display:inline-block;font-size:0.68rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:0.28rem 0.55rem;border-radius:6px;background:rgba(37,99,235,0.12);color:var(--flxry-link);border:1px solid rgba(37,99,235,0.22)}.ref-card__pill--muted{background:var(--navy-mid);color:var(--text-dim);border-color:var(--card-border)}html[data-theme="dark"] .ref-card__pill--muted{background:rgba(255,255,255,0.05);color:var(--text-muted)}.ref-card__title{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.2rem;color:var(--text-primary);margin:0;line-height:1.25}.ref-card__text{margin:0;font-size:0.92rem;line-height:1.6;color:var(--text-muted)}.ref-card__tags{display:flex;flex-wrap:wrap;gap:0.4rem;margin-top:0.15rem}.ref-card__tags span{font-size:0.75rem;color:var(--text-dim);padding:0.25rem 0.5rem;border-radius:999px;border:1px solid var(--card-border);background:var(--navy-mid)}html[data-theme="dark"] .ref-card__tags span{background:rgba(255,255,255,0.04)}.ref-card__footer{margin-top:auto;padding-top:0.85rem;border-top:1px solid var(--card-border);display:flex;flex-direction:column;gap:0.85rem}.ref-card__footer--stack{border-top:none;padding-top:0.35rem;gap:0.75rem}.ref-card__result{font-size:0.85rem;line-height:1.55;color:var(--text-muted)}.ref-card__result strong{color:var(--text-primary);font-weight:600}.ref-card__actions{display:flex;flex-wrap:wrap;gap:0.65rem 1rem;align-items:center}.ref-card__link{font-size:0.88rem;font-weight:600;color:var(--flxry-link);text-decoration:none;transition:color 0.2s}.ref-card__link:hover{color:var(--flxry-link-hover);text-decoration:underline}.ref-card__link--primary{padding:0.5rem 1rem;border-radius:999px;border:1px solid var(--card-border);background:var(--navy-mid);color:var(--text-primary);text-decoration:none}.ref-card__link--primary:hover{border-color:rgba(37,99,235,0.35);color:var(--flxry-link);text-decoration:none}html[data-theme="dark"] .ref-card__link--primary{background:rgba(255,255,255,0.04)}.ref-card__cta{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:0.75rem 1.35rem;border-radius:999px;font-weight:600;font-size:0.92rem;text-decoration:none;color:#fff;background:var(--accent-blue);box-shadow:none;transition:opacity 0.2s,transform 0.2s,box-shadow 0.2s;width:fit-content}html[data-theme="dark"] .ref-card__cta{background:#60a5fa;color:#0a0f1a;box-shadow:none}.ref-card__cta:hover{opacity:0.92;transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,99,235,0.3)}html[data-theme="dark"] .ref-card__cta:hover{box-shadow:0 6px 22px rgba(96,165,250,0.28)}.section-tag{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--flxry-link);margin-bottom:0.75rem}h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.7rem,3.5vw,2.6rem);color:var(--text-primary);letter-spacing:-0.5px;line-height:1.18;overflow-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;text-wrap:balance}.section-intro{max-width:600px}.section-intro p{color:var(--text-muted);margin-top:0.85rem;font-size:1.05rem;line-height:1.65;max-width:42rem}.flxry-section-leistungen{background:var(--navy);border-top:1px solid var(--card-border)}.flxry-section-leistungen .flxry-services-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:0;padding-top:2rem;border-top:1px solid var(--card-border);align-items:stretch}.flxry-section-leistungen .flxry-service-item{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin:0;height:100%;padding:1.35rem 1.25rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);transition:border-color 0.2s ease,box-shadow 0.2s ease}html[data-theme="dark"] .flxry-section-leistungen .flxry-service-item{background:var(--navy-light);box-shadow:none}.flxry-section-leistungen .flxry-service-item:hover{opacity:1;border-color:color-mix(in srgb,var(--accent-blue) 35%,var(--card-border));box-shadow:var(--shadow-card)}html[data-theme="dark"] .flxry-section-leistungen .flxry-service-item:hover{border-color:rgba(96,165,250,0.35);box-shadow:0 6px 24px rgba(0,0,0,0.28)}.flxry-section-leistungen .flxry-service-item__icon{width:48px;height:48px;border-radius:12px;background:rgba(37,99,235,0.1);border:1px solid rgba(37,99,235,0.2);display:grid;place-items:center;color:var(--flxry-link);flex-shrink:0;transition:border-color 0.25s ease,background 0.25s ease}.flxry-section-leistungen .flxry-service-item:hover .flxry-service-item__icon{border-color:rgba(37,99,235,0.35);background:rgba(37,99,235,0.14)}html[data-theme="dark"] .flxry-section-leistungen .flxry-service-item__icon{background:rgba(96,165,250,0.12);border-color:rgba(147,197,253,0.3);color:#93c5fd}html[data-theme="dark"] .flxry-section-leistungen .flxry-service-item:hover .flxry-service-item__icon{border-color:rgba(147,197,253,0.45);background:rgba(96,165,250,0.16)}.flxry-section-leistungen .flxry-service-item__icon svg{width:22px;height:22px;display:block}.flxry-section-leistungen .flxry-service-item__body h3{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.1rem;color:var(--text-primary);margin:0 0 0.5rem;line-height:1.25}.flxry-section-leistungen .flxry-service-item__body p{margin:0;color:var(--text-muted);font-size:0.9rem;line-height:1.62;flex:1 1 auto}@media (max-width:960px){.flxry-section-leistungen .flxry-services-list{grid-template-columns:1fr;gap:0.85rem;margin-top:0;padding-top:1.75rem}.flxry-section-leistungen .flxry-service-item{flex-direction:row;align-items:flex-start;gap:1rem;padding:1.15rem 1.1rem}.flxry-section-leistungen .flxry-service-item:not(:last-child){border-bottom:none;margin-bottom:0}}.flxry-section-arbeitsweise{background:var(--navy-mid);border-top:1px solid var(--card-border)}.hero-trust-pills--section{margin-top:clamp(1.15rem,2.5vw,1.65rem);margin-left:0;margin-right:auto;max-width:100%;justify-content:flex-start;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0.65rem}.hero-trust-pills--section li{display:flex;align-items:flex-start;text-align:left;font-size:0.8125rem;line-height:1.45;padding:0.7rem 0.9rem;border-radius:var(--radius-sm);background:var(--card-bg);box-shadow:var(--shadow-sm)}html[data-theme="dark"] .hero-trust-pills--section li{background:var(--navy-light);box-shadow:none}.flxry-section-arbeitsweise .section-intro-lead,.flxry-section-preise .section-intro p{max-width:38rem}@media (max-width:860px){.hero-trust-pills--section{grid-template-columns:1fr;gap:0.55rem}}.flxry-section-preise{background:var(--navy);border-top:1px solid var(--card-border)}.flxry-section-preise .offers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:0;align-items:stretch}@media (max-width:900px){.flxry-section-preise .offers-grid{grid-template-columns:1fr}}.flxry-section-preise .offer-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;transition:border-color 0.25s ease,box-shadow 0.25s ease;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}.flxry-section-preise .offer-card:hover{border-color:rgba(37,99,235,0.45);box-shadow:0 0 0 1px rgba(37,99,235,0.2),var(--shadow-card)}html[data-theme="dark"] .flxry-section-preise .offer-card:hover{border-color:rgba(96,165,250,0.45);box-shadow:0 0 0 1px rgba(96,165,250,0.25),0 8px 32px rgba(0,0,0,0.35)}.flxry-section-preise .offer-card--feat{border-color:rgba(37,99,235,0.35);box-shadow:0 0 0 1px rgba(37,99,235,0.25),inset 0 0 80px rgba(37,99,235,0.06)}html[data-theme="dark"] .flxry-section-preise .offer-card--feat{border-color:rgba(96,165,250,0.4);box-shadow:0 0 0 1px rgba(96,165,250,0.3),inset 0 0 100px rgba(96,165,250,0.07)}.flxry-section-preise .offer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.flxry-section-preise .offer-icon{width:48px;height:48px;background:rgba(37,99,235,0.12);border:1px solid rgba(37,99,235,0.22);border-radius:12px;display:grid;place-items:center;color:var(--flxry-link)}html[data-theme="dark"] .flxry-section-preise .offer-icon{background:rgba(96,165,250,0.14);border-color:rgba(147,197,253,0.35);color:#93c5fd}.flxry-section-preise .offer-icon svg{width:22px;height:22px;display:block}.flxry-section-preise .pop-badge{font-size:0.66rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;background:var(--accent-blue);color:#fff;padding:0.25rem 0.65rem;border-radius:100px;line-height:1.2}html[data-theme="dark"] .flxry-section-preise .pop-badge{background:#60a5fa;color:#0a0f1a}.flxry-section-preise .offer-title{font-family:'Space Grotesk',sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:-0.03em;color:var(--text-primary);margin-bottom:0.35rem;line-height:1.2}.flxry-section-preise .offer-sub{font-size:0.82rem;color:var(--text-dim);margin-bottom:1.5rem;line-height:1.5}.flxry-section-preise .offer-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.6rem;flex:1;margin-bottom:2rem;min-height:0}.flxry-section-preise .offer-features li{display:flex;align-items:flex-start;gap:0.65rem;font-size:0.855rem;color:var(--text-muted);line-height:1.5}.flxry-section-preise .offer-features .chk{width:18px;height:18px;background:rgba(37,99,235,0.18);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:3px;color:var(--flxry-link)}html[data-theme="dark"] .flxry-section-preise .offer-features .chk{background:rgba(96,165,250,0.22);color:#93c5fd}.flxry-section-preise .offer-features .chk svg{width:10px;height:10px;display:block}.flxry-section-preise .offer-features .chk.chk--plus{background:transparent;border:1.5px solid rgba(37,99,235,0.45);box-sizing:border-box}html[data-theme="dark"] .flxry-section-preise .offer-features .chk.chk--plus{border-color:rgba(147,197,253,0.55);background:transparent}.flxry-section-preise .offer-features .chk.chk--plus svg{width:11px;height:11px}.flxry-section-preise .offer-features--wartung>li.offer-features__stack{display:block;width:100%;min-width:0}.flxry-section-preise .offer-features--wartung .offer-features__stack-row{display:flex;align-items:flex-start;gap:0.65rem;font-size:0.855rem;color:var(--text-muted);line-height:1.5}.flxry-section-preise .offer-features--wartung .offer-features__stack-row+.offer-features__stack-row{margin-top:0.45rem}.flxry-section-preise .offer-features--wartung .offer-features__stack-row--extra{color:var(--text-dim);font-size:0.82rem}.flxry-section-preise .offer-price{border-top:1px solid var(--card-border);padding-top:1.5rem;margin-top:auto}.flxry-section-preise .offer-price__label{font-size:0.7rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-dim);margin-bottom:0.3rem}.flxry-section-preise .offer-price__row{display:flex;align-items:baseline;gap:0.3rem;margin-bottom:0.75rem}.flxry-section-preise .offer-price__amt{font-family:'Space Grotesk',sans-serif;font-size:2.2rem;font-weight:800;letter-spacing:-0.04em;line-height:1;color:var(--flxry-link)}html[data-theme="dark"] .flxry-section-preise .offer-price__amt{color:#60a5fa}.flxry-section-preise .offer-price__meta{font-size:0.72rem;color:var(--text-dim);line-height:1.5;margin-bottom:1rem}.flxry-section-preise .offer-cta{display:flex;width:100%;box-sizing:border-box;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.6rem;border-radius:100px;font-family:'DM Sans',sans-serif;font-size:0.9rem;font-weight:600;text-decoration:none;background:var(--accent-blue);color:#fff;border:none;cursor:pointer;transition:opacity 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease;box-shadow:none}.flxry-section-preise .offer-cta:hover{opacity:0.9;transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,99,235,0.28)}html[data-theme="dark"] .flxry-section-preise .offer-cta{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme="dark"] .flxry-section-preise .offer-cta:hover{box-shadow:0 8px 24px rgba(96,165,250,0.28)}.flxry-section-preise .offer-card--wartung{margin-top:1.25rem}.flxry-section-preise .offer-wartung-intro{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;row-gap:1.5rem}.flxry-section-preise .offer-wartung-intro .offer-icon{flex-shrink:0}.flxry-section-preise .offer-wartung-intro .pop-badge{flex-shrink:0}.flxry-section-preise .offer-wartung-intro__copy{flex:1 0 100%;min-width:0}@media (min-width:901px){.flxry-section-preise .offer-wartung-intro{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;column-gap:1.25rem;row-gap:0}.flxry-section-preise .offer-wartung-intro .offer-icon{grid-column:1;grid-row:1}.flxry-section-preise .offer-wartung-intro__copy{grid-column:2;grid-row:1;flex:unset}.flxry-section-preise .offer-wartung-intro .pop-badge{grid-column:3;grid-row:1;justify-self:end}}.flxry-section-preise .pop-badge--optional{background:rgba(37,99,235,0.12);color:var(--flxry-link);border:1px solid rgba(37,99,235,0.28);box-shadow:none}html[data-theme="dark"] .flxry-section-preise .pop-badge--optional{background:rgba(96,165,250,0.12);color:#93c5fd;border-color:rgba(147,197,253,0.35)}.flxry-section-preise .offer-features--wartung{display:grid;grid-template-columns:1fr;gap:0.6rem;flex:1;margin-bottom:2rem;min-height:0}@media (min-width:901px){.flxry-section-preise .offer-features--wartung{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem}}.flxry-section-preise .price-note{margin-top:2rem;color:var(--text-dim);font-size:0.82rem;text-align:center}#ablauf{background:var(--navy-mid);border-top:1px solid var(--card-border)}.process-steps{display:grid;gap:0;margin-top:3.5rem;max-width:680px}#ablauf .process-steps{width:100%;max-width:var(--flxry-content-max);margin-left:auto;margin-right:auto;box-sizing:border-box;grid-template-columns:1fr;gap:0;margin-top:0;padding:0}#ablauf .process-steps .step{display:flex;flex-direction:row;align-items:flex-start;text-align:left;position:relative;overflow:visible;background:transparent;border:none;box-shadow:none;border-radius:0;padding:0 0 1.1rem;margin-bottom:0;transition:none}#ablauf .process-steps .step::before{display:none}#ablauf .process-steps .step:hover{transform:none;box-shadow:none;border-color:transparent}#ablauf .process-steps .step:last-child{padding-bottom:0}#ablauf .step-content{min-width:0;flex:1;overflow-wrap:break-word}#ablauf .step-content h3{font-size:1.02rem;line-height:1.25;letter-spacing:-0.02em;margin-bottom:0.35rem}#ablauf .step-content p{font-size:0.86rem;line-height:1.5}#ablauf .step-num{box-shadow:0 1px 0 rgba(255,255,255,0.06);width:36px;height:36px;font-size:0.78rem}#ablauf .step{gap:0.85rem}#ablauf .step:not(:last-child) .step-line{display:block;position:absolute;left:17px;top:36px;bottom:0;width:3px;border-radius:2px;background:rgba(59,130,246,0.45)}html[data-theme='dark'] #ablauf .step:not(:last-child) .step-line{background:rgba(96,165,250,0.45)}.step{display:flex;gap:1.5rem;padding-bottom:2.5rem;position:relative}.step:not(:last-child) .step-line{position:absolute;left:19px;top:40px;bottom:0;width:2px;background:rgba(37,99,235,0.35)}html[data-theme="dark"] .step:not(:last-child) .step-line{background:rgba(96,165,250,0.4)}.step-num{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:rgba(37,99,235,0.15);border:1px solid rgba(37,99,235,0.3);color:var(--flxry-link);font-size:0.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.step-content h3{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--text-primary);margin-bottom:0.4rem}.step-content p{color:var(--text-muted);font-size:0.92rem}#restaurierung{background:var(--navy);border-top:1px solid var(--card-border)}.restore-intro{color:var(--text-muted);margin-top:1rem;font-size:1.02rem;line-height:1.65;max-width:42rem}.restore-intro a{color:inherit;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--text-muted) 50%,transparent);text-underline-offset:0.2em;transition:color 0.2s ease,text-decoration-color 0.2s ease}.restore-intro a:hover{color:var(--flxry-link);text-decoration-color:var(--flxry-link)}html[data-theme="dark"] .restore-intro a{text-decoration-color:rgba(255,255,255,0.28)}html[data-theme="dark"] .restore-intro a:hover{color:var(--flxry-link-hover);text-decoration-color:var(--flxry-link-hover)}.restore-wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.restore-list{list-style:none;margin-top:1.5rem}.restore-list li{display:flex;align-items:center;gap:12px;padding:0.7rem 0;border-bottom:1px solid var(--card-border);color:var(--text-muted);font-size:0.95rem}.restore-list li:last-child{border-bottom:none}.restore-list li .dot{width:8px;height:8px;border-radius:50%;background:var(--accent-blue);flex-shrink:0}html[data-theme="dark"] .restore-list li .dot{background:#60a5fa}.restore-cta-row{display:flex;flex-wrap:nowrap;align-items:center;column-gap:1.25rem;row-gap:1rem;margin-top:2rem}.restore-cta-row .btn-primary,.restore-cta-secondary{min-height:48px;width:min(100%,320px);justify-content:center;white-space:nowrap}.restore-cta-row .btn-primary{display:inline-flex;align-items:center}.restore-cta-divider{font-size:1rem;font-weight:500;color:var(--text-dim);line-height:1}.restore-cta-secondary{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:0.35rem 0.5rem;font-size:0.95rem;font-weight:500;color:#3b82f6;text-decoration:none;line-height:1.2;padding:0.78rem 1rem;border-radius:999px;border:1px solid rgba(59,130,246,0.38);background:rgba(59,130,246,0.04);box-shadow:none;transition:color 0.2s ease,border-color 0.2s ease,background-color 0.2s ease,transform 0.2s ease}.restore-cta-secondary:hover{color:#2563eb;background:rgba(59,130,246,0.1);border-color:rgba(59,130,246,0.55);box-shadow:none;transform:translateY(-1px)}.restore-cta-secondary:focus-visible{outline:2px solid rgba(96,165,250,0.65);outline-offset:3px}html[data-theme="dark"] .restore-cta-secondary{color:#60a5fa;border-color:rgba(96,165,250,0.26);background:rgba(96,165,250,0.06);box-shadow:none}html[data-theme="dark"] .restore-cta-divider{color:#9aa7c6}html[data-theme="dark"] .restore-cta-secondary:hover{color:#93c5fd;border-color:rgba(147,197,253,0.5);background:rgba(96,165,250,0.12);box-shadow:none}.restore-visual{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card)}.restore-bar{background:rgba(37,99,235,0.12);border-bottom:1px solid var(--card-border);padding:0.75rem 1rem;display:flex;gap:6px;align-items:center}.dot-red{width:10px;height:10px;border-radius:50%;background:#ef4444}.dot-yellow{width:10px;height:10px;border-radius:50%;background:#f59e0b}.dot-green{width:10px;height:10px;border-radius:50%;background:#22c55e}.restore-bar-title{margin-left:8px;font-size:0.8rem;color:var(--text-muted)}html[data-theme="dark"] .restore-bar-title{color:#c8d4eb}.restore-content{padding:1.25rem 1.5rem}.rc-input-row{display:flex;gap:8px;margin-bottom:1rem}.rc-input{flex:1;background:var(--navy);border:1px solid var(--card-border);border-radius:50px;color:var(--text-primary);padding:0.6rem 1rem;font-family:'DM Sans',sans-serif;font-size:0.85rem;outline:none;transition:border-color 0.2s;min-width:0}.rc-input:focus{border-color:rgba(37,99,235,0.5)}.rc-input::placeholder{color:var(--text-dim)}html[data-theme="dark"] .rc-input{background:rgba(255,255,255,0.06);color:var(--text-light)}html[data-theme="dark"] .rc-input::placeholder{color:#94a3c8}.rc-btn{background:var(--accent-blue);color:#fff;border:none;border-radius:50px;padding:0.6rem 1.1rem;font-weight:600;font-size:0.82rem;cursor:pointer;white-space:nowrap;transition:opacity 0.2s,transform 0.2s,box-shadow 0.2s;box-shadow:none}.rc-btn:hover{opacity:0.88;transform:translateY(-1px);box-shadow:0 6px 20px rgba(37,99,235,0.3)}html[data-theme="dark"] .rc-btn{background:#60a5fa;color:#0a0f1a}html[data-theme="dark"] .rc-btn:hover{box-shadow:0 6px 20px rgba(96,165,250,0.28)}.rc-btn:disabled{opacity:0.45;cursor:not-allowed;transform:none}.rc-idle{text-align:center;padding:1.25rem 0 0.5rem;color:var(--text-dim);font-size:0.82rem;line-height:1.6}html[data-theme="dark"] .rc-idle{color:#b4c0d9}.rc-loading{display:none;text-align:center;padding:1.5rem 0}.rc-loading.show{display:block}.rc-spinner{width:32px;height:32px;border:2px solid var(--card-border);border-top-color:var(--accent-blue);border-radius:50%;animation:rcSpin 0.7s linear infinite;margin:0 auto 0.75rem}@keyframes rcSpin{to{transform:rotate(360deg)}}.rc-loading-label{font-size:0.8rem;color:var(--text-muted)}html[data-theme="dark"] .rc-loading-label{color:#b4c0d9}.rc-results{display:none}.rc-results.show{display:block}.rc-section-label{font-size:0.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-bottom:0.5rem}html[data-theme="dark"] .rc-section-label{color:#9aa8c4}.restore-row{display:flex;justify-content:space-between;align-items:center;padding:0.55rem 0;border-bottom:1px solid var(--card-border);font-size:0.85rem}.restore-row:last-child{border-bottom:none}.restore-row .label{display:inline-flex;align-items:center;gap:0.45rem;color:var(--text-muted)}.rc-row-ic{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-dim)}.rc-row-ic svg{width:16px;height:16px;display:block}html[data-theme="dark"] .restore-row .label{color:#a8b5d0}html[data-theme="dark"] .rc-row-ic{color:#7d8aa3}.status-bad{color:#f87171;font-weight:500}.status-ok{color:#fbbf24;font-weight:500}.status-good{color:#4ade80;font-weight:500}.rc-score-row{display:flex;gap:8px;margin:1rem 0 0.25rem;flex-wrap:wrap}.rc-score-pill{flex:1;min-width:70px;text-align:center;background:var(--navy-mid);border:1px solid var(--card-border);border-radius:10px;padding:0.6rem 0.4rem}.rc-score-pill .sp-num{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.3rem;color:var(--text-primary);display:block}.rc-score-pill .sp-lbl{font-size:0.65rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:0.5px;display:block;margin-top:2px}html[data-theme="dark"] .rc-score-pill .sp-lbl{color:#8b9ab8}.rc-score-pill.good{border-color:rgba(74,222,128,0.3)}.rc-score-pill.ok{border-color:rgba(251,191,36,0.3)}.rc-score-pill.bad{border-color:rgba(248,113,113,0.3)}.rc-score-pill.good .sp-num{color:#4ade80}.rc-score-pill.ok .sp-num{color:#fbbf24}.rc-score-pill.bad .sp-num{color:#f87171}.rc-cta{margin-top:1rem;text-align:center;font-size:0.8rem;color:var(--text-dim)}.rc-cta a{color:var(--flxry-link);text-decoration:none;font-weight:500}.rc-cta a:hover{color:var(--flxry-link-hover);text-decoration:underline}html[data-theme="dark"] .rc-cta{color:#b4c0d9}.rc-error{display:none;font-size:0.8rem;color:#f87171;background:rgba(248,113,113,0.08);border:1px solid rgba(248,113,113,0.2);border-radius:6px;padding:0.6rem 0.85rem;margin-top:0.5rem}.rc-error.show{display:block}@media (max-width:1200px){.restore-wrap{grid-template-columns:minmax(0,1fr);gap:2rem}.restore-visual{width:min(100%,720px)}}.flxry-home-about.page-about-body{background:var(--navy-mid);border-top:1px solid var(--card-border)}body.flxry-php-app .flxry-home-about.page-about-body .about-me-layout{display:grid}body.flxry-php-app .flxry-home-about.page-about-body .about-me-text h3{margin-top:0}.flxry-home-about.page-about-body .about-me-layout{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2rem);align-items:start;max-width:var(--flxry-content-max);margin:0 auto;width:100%}.flxry-home-about.page-about-body .about-me-text{min-width:0}.flxry-home-about.page-about-body .about-me-text h3{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--text-primary);font-size:clamp(1.3rem,2.2vw,1.6rem);margin:0 0 0.85rem;letter-spacing:-0.02em;line-height:1.2}.flxry-home-about.page-about-body .about-me-text .intro-text{color:var(--text-muted);font-size:clamp(0.98rem,1.6vw,1.05rem);line-height:1.68;margin:0 0 1.5rem;max-width:38rem}.flxry-home-about.page-about-body .about-me-text .approach-text{color:var(--text-muted);font-size:0.75rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 0.75rem;opacity:0.85}html[data-theme="dark"] .flxry-home-about.page-about-body .about-me-text .approach-text{color:var(--text-dim);opacity:1}.flxry-home-about.page-about-body .about-me-values{margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:0.75rem}.flxry-home-about.page-about-body .about-me-values__item{display:block;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-sm);padding:1rem 1.1rem;box-shadow:var(--shadow-sm);border-left:3px solid color-mix(in srgb,var(--accent-blue) 50%,transparent);transition:border-color 0.2s ease,box-shadow 0.2s ease}.flxry-home-about.page-about-body .about-me-values__item:hover{border-left-color:var(--accent-blue);box-shadow:var(--shadow-card)}html[data-theme="dark"] .flxry-home-about.page-about-body .about-me-values__item{background:var(--navy-light);box-shadow:none}html[data-theme="dark"] .flxry-home-about.page-about-body .about-me-values__item:hover{box-shadow:0 4px 20px rgba(0,0,0,0.25)}.flxry-home-about.page-about-body .about-me-values__body{min-width:0}.flxry-home-about.page-about-body .about-me-values__title{display:block;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:0.9rem;color:var(--text-primary);margin-bottom:0.35rem;line-height:1.3;letter-spacing:-0.01em}.flxry-home-about.page-about-body .about-me-values__desc{display:block;font-size:0.8125rem;line-height:1.58;color:var(--text-muted)}.flxry-home-about.page-about-body .about-me-image{margin:0;width:100%;max-width:280px;justify-self:center;border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden;box-sizing:border-box;--flxry-about-shade:color-mix(in srgb,var(--text-primary) 54%,var(--navy-mid));--flxry-about-shade-deep:color-mix(in srgb,var(--text-primary) 76%,var(--navy-mid));border:1px solid color-mix(in srgb,var(--accent-blue) 22%,var(--flxry-about-shade));background:linear-gradient( 165deg,color-mix(in srgb,var(--accent-blue) 14%,var(--flxry-about-shade-deep)) 0%,color-mix(in srgb,var(--accent-blue) 5%,var(--flxry-about-shade)) 55%,var(--flxry-about-shade) 100% )}html[data-theme="dark"] .flxry-home-about.page-about-body .about-me-image{--flxry-about-shade:color-mix(in srgb,black 46%,var(--navy-mid));--flxry-about-shade-deep:color-mix(in srgb,black 64%,var(--navy-mid));border-color:color-mix(in srgb,var(--accent-blue) 28%,var(--flxry-about-shade-deep));background:linear-gradient( 165deg,color-mix(in srgb,var(--accent-blue) 18%,var(--flxry-about-shade-deep)) 0%,color-mix(in srgb,var(--accent-blue) 7%,var(--flxry-about-shade)) 55%,var(--flxry-about-shade) 100% );box-shadow:0 8px 32px rgba(0,0,0,0.35)}.flxry-home-about.page-about-body .about-me-image img{display:block;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;object-position:center 15%;border-radius:0;background:transparent}@media (max-width:1024px){body.flxry-php-app .flxry-home-about.page-about-body .about-me-layout{display:grid}}@media (min-width:768px){.flxry-home-about.page-about-body .about-me-layout{grid-template-columns:minmax(200px,280px) minmax(0,1fr);gap:clamp(2rem,3.5vw,3rem)}.flxry-home-about.page-about-body .about-me-image{justify-self:start;max-width:280px;position:sticky;top:calc(clamp(5.5rem,12vw,7.5rem)+1.25rem)}}@media (min-width:1024px){.flxry-home-about.page-about-body .about-me-layout{grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:clamp(2.25rem,4vw,3.5rem)}.flxry-home-about.page-about-body .about-me-image{max-width:300px}.flxry-home-about.page-about-body .about-me-values{grid-template-columns:repeat(3,minmax(0,1fr));gap:0.75rem}}@media (max-width:767px){.flxry-home-about.page-about-body .about-me-layout{gap:clamp(2rem,6vw,2.75rem)}.flxry-home-about.page-about-body .about-me-image{max-width:min(100%,240px);justify-self:center;margin-bottom:0.25rem}.flxry-home-about.page-about-body .about-me-text h3{margin-top:0.15rem}}.flxry-section-faq{background:var(--navy);border-top:1px solid var(--card-border)}.faq-list{margin-top:0;max-width:700px}.faq-item{border-bottom:1px solid var(--card-border);padding:1.25rem 0}.faq-q{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;min-width:0;margin:0;padding:0;border:none;background:none;font:inherit;text-align:left;cursor:pointer;color:var(--text-primary);font-weight:500;gap:1rem;appearance:none;-webkit-appearance:none}.faq-q>span:first-of-type{flex:1;min-width:0}.faq-q:focus-visible{outline:2px solid var(--accent-blue);outline-offset:3px;border-radius:4px}.faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:rgba(37,99,235,0.15);color:var(--flxry-link);display:flex;align-items:center;justify-content:center;font-size:14px;transition:transform 0.3s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{color:var(--text-muted);font-size:1rem;line-height:1.78;letter-spacing:0.01em;max-width:62ch;hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word;max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.3s}.faq-a strong{color:var(--text-primary);font-weight:600}.faq-a-intro{margin:0 0 0.65rem;max-width:62ch}.faq-a-list{margin:0 0 0.85rem;padding-left:1.15rem;max-width:62ch;list-style:disc}.faq-a-list li{margin:0.4rem 0;padding-left:0.25rem}.faq-a-list li::marker{color:var(--flxry-link)}.faq-a-list__sub{display:block;margin-top:0.35rem;font-size:0.9em;color:var(--text-dim);font-weight:400;line-height:1.5}.faq-a-list li.faq-a-list__extra{color:var(--text-dim);font-size:0.9em}.faq-a-list li.faq-a-list__extra .faq-a-list__sub{margin-top:0}.faq-a-extra{margin:0.55rem 0 0;max-width:62ch}.faq-a-extra:last-child{margin-bottom:0}.faq-a-muted{color:var(--text-dim);font-weight:400}html[data-theme="dark"] .flxry-section-faq .faq-a-muted{color:#8b9bb8}html[data-theme="dark"] .flxry-section-faq .faq-a{color:#b9c6dc}html[data-theme="dark"] .flxry-section-faq .faq-icon{background:rgba(96,165,250,0.14);color:#93c5fd}html[data-theme="dark"] .flxry-service-link-card{box-shadow:none}html[data-theme="dark"] .flxry-service-link-card:hover{border-color:rgba(96,165,250,0.45);box-shadow:0 8px 28px rgba(0,0,0,0.35)}html[data-theme="dark"] .flxry-section-preise .offer-card{box-shadow:none}.faq-item.open .faq-a{max-height:3200px;padding-top:1rem;padding-bottom:0.15rem}.flxry-section-kontakt{background:var(--navy);border-top:1px solid var(--card-border)}.contact-wrap{display:flex;flex-direction:column;gap:2.5rem;align-items:stretch;margin-top:3.5rem}.contact-wrap__message{margin-bottom:0}.contact-head{text-align:left}.contact-head h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.45rem,3.2vw,2rem);letter-spacing:-0.02em;color:var(--text-primary);line-height:1.2;margin:0.5rem 0 0}.contact-head__lead{color:var(--text-muted);margin:1rem 0 0;font-size:1.02rem;line-height:1.65;max-width:42rem}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.contact-aside__intro{font-size:0.875rem;color:var(--text-muted);line-height:1.75;margin:0 0 2rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.c-method{display:flex;align-items:center;gap:1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-sm);padding:1rem 1.25rem;transition:border-color 0.2s ease;min-width:0}.c-method>div:last-child{flex:1 1 auto;min-width:0}.c-method:hover{border-color:rgba(37,99,235,0.45)}html[data-theme="dark"] .c-method:hover{border-color:rgba(96,165,250,0.4)}.c-ic{width:40px;height:40px;background:rgba(37,99,235,0.12);border:1px solid rgba(37,99,235,0.22);border-radius:10px;display:grid;place-items:center;color:var(--flxry-link);flex-shrink:0}html[data-theme="dark"] .c-ic{background:rgba(96,165,250,0.14);border-color:rgba(147,197,253,0.28);color:#93c5fd}.c-ic svg{width:18px;height:18px;display:block}.c-lbl{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.06em;color:var(--text-dim);font-weight:600;margin-bottom:0.15rem}.c-val{font-size:0.88rem;font-weight:600;color:var(--text-primary);overflow-wrap:anywhere;word-break:break-word}.c-val a{color:inherit;text-decoration:none;overflow-wrap:anywhere;word-break:break-all}.c-val a:hover{color:var(--flxry-link)}.contact-form{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:none}.contact-form .form-group{margin-bottom:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fg{display:flex;flex-direction:column;gap:0.4rem}.fg label{font-size:0.72rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:0.06em}.fg input,.fg select,.fg textarea{width:100%;background:var(--navy-mid);border:1px solid var(--card-border);border-radius:var(--radius-sm);padding:0.7rem 0.9rem;font-family:'DM Sans',sans-serif;font-size:0.875rem;color:var(--text-primary);outline:none;transition:border-color 0.2s ease,background 0.2s ease;resize:vertical;appearance:none;-webkit-appearance:none}html[data-theme="dark"] .fg input,html[data-theme="dark"] .fg select,html[data-theme="dark"] .fg textarea{background:rgba(255,255,255,0.06);color:var(--text-light)}.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--flxry-link);background:var(--card-bg)}html[data-theme="dark"] .fg input:focus,html[data-theme="dark"] .fg select:focus,html[data-theme="dark"] .fg textarea:focus{background:rgba(255,255,255,0.08)}.fg input::placeholder,.fg textarea::placeholder{color:var(--text-dim);opacity:1}.fg select{color:var(--text-muted)}.fg select option{background:var(--card-bg);color:var(--text-primary)}html[data-theme="dark"] .fg select option{background:var(--navy-mid);color:#e8ecf4}.contact-form__submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;margin-top:0.25rem;padding:0.75rem 1.6rem;border:none;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:0.9rem;font-weight:600;cursor:pointer;background:var(--accent-blue);color:#fff;transition:opacity 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease;box-shadow:none}.contact-form__submit:hover{opacity:0.92;transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,99,235,0.3)}html[data-theme="dark"] .contact-form__submit{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme="dark"] .contact-form__submit:hover{box-shadow:0 8px 24px rgba(96,165,250,0.28)}.contact-form .form-note{font-size:0.72rem;color:var(--text-dim);text-align:center;line-height:1.6;margin:0}.contact-form .form-note a{color:var(--flxry-link);text-decoration:underline;text-underline-offset:2px}.contact-form .form-note a:hover{color:var(--flxry-link-hover)}.contact-info{text-align:left}.contact-info p{color:var(--text-muted);margin:1rem 0 1.75rem;font-size:1rem;line-height:1.65}.contact-detail{display:flex;align-items:center;gap:12px;padding:1rem 0;border-bottom:1px solid var(--card-border);color:var(--text-muted);font-size:0.9rem}.contact-detail a{color:var(--flxry-link);text-decoration:none}.contact-detail a:hover{color:var(--flxry-link-hover);text-decoration:underline}.contact-detail-icon{width:36px;height:36px;border-radius:8px;background:rgba(37,99,235,0.12);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:0.8rem;font-weight:500;color:var(--text-muted);margin-bottom:0.5rem;letter-spacing:0.5px;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{width:100%;background:var(--navy);border:1px solid var(--card-border);border-radius:var(--radius-sm);color:var(--text-primary);padding:0.75rem 1rem;font-family:'DM Sans',sans-serif;font-size:0.95rem;transition:border-color 0.2s;appearance:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:rgba(37,99,235,0.5)}.form-group select option{background:var(--white);color:var(--text-primary)}html[data-theme="dark"] .form-group input,html[data-theme="dark"] .form-group select,html[data-theme="dark"] .form-group textarea{background:rgba(255,255,255,0.06);color:var(--text-light)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-dim);opacity:1}html[data-theme="dark"] .form-group input::placeholder,html[data-theme="dark"] .form-group textarea::placeholder{color:var(--text-dim);opacity:1}html[data-theme="dark"] .form-group select option{background:var(--navy-mid);color:#e8ecf4}.form-group textarea{resize:vertical;min-height:120px}.form-submit{width:100%;padding:0.9rem;background:var(--accent-blue);color:#fff;border:none;border-radius:50px;font-family:'DM Sans',sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:opacity 0.2s,transform 0.2s,box-shadow 0.2s;box-shadow:none}.form-submit:hover{opacity:0.88;transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,99,235,0.35)}html[data-theme="dark"] .form-submit{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme="dark"] .form-submit:hover{box-shadow:0 6px 22px rgba(96,165,250,0.28)}.form-note{font-size:0.78rem;color:var(--text-dim);text-align:center;margin-top:0.75rem}@media (max-width:860px){.contact-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}}footer{position:relative;z-index:1;background:var(--footer-bg);border-top:1px solid var(--card-border);padding:2.5rem 5%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}body.flxry-php-app:not(.admin-body) footer{max-width:none;width:100%;margin-left:0;margin-right:0;padding-left:clamp(1rem,5vw,2.5rem);padding-right:clamp(1rem,5vw,2.5rem);box-sizing:border-box}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:var(--text-muted);font-size:0.85rem;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:var(--text-muted)}.footer-copy{color:var(--text-muted);font-size:0.8rem}@media (max-width:900px){body:not(.admin-body)>nav{padding:0.75rem clamp(1rem,4vw,2rem)}.nav-links{display:none;flex-direction:column;gap:1rem}.nav-links.open{display:flex;position:absolute;top:100%;left:0;right:0;z-index:101;margin-top:0;background:var(--navy-mid);padding:1.25rem 5% 1.5rem;border-bottom:1px solid var(--card-border);box-shadow:0 12px 32px rgba(15,23,42,0.12)}html[data-theme="dark"] .nav-links.open{box-shadow:0 12px 32px rgba(0,0,0,0.35)}body:not(.admin-body)>nav .logo-mark-wrap .logo-mark{max-width:min(152px,calc(100vw - 7.5rem))}.hamburger{display:inline-flex}.nav-links.open a:not(.nav-account-item){display:flex;align-items:center;min-height:44px;padding:0.25rem 0;font-size:1rem}.nav-links.open .nav-cta{justify-content:center;margin-top:0.25rem;padding:0.65rem 1.25rem;min-height:48px}.nav-actions{gap:0.75rem}.nav-cta-mobile{display:list-item}.nav-cta--bar{display:none}.restore-cta-row{flex-direction:column;align-items:center}.restore-cta-row .btn-primary,.restore-cta-secondary{width:100%;max-width:520px}.restore-cta-divider{margin:-0.15rem 0;text-align:center}}@media (max-width:768px){.restore-wrap{grid-template-columns:1fr}.restore-content{padding:1rem}.rc-input-row{flex-direction:column}.rc-btn{width:100%;min-height:44px}footer{flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding-top:2rem;padding-bottom:2rem}.footer-links{display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;justify-items:center;gap:0.65rem 1.35rem;width:100%;max-width:22rem}.footer-links a{font-size:0.82rem;white-space:nowrap}.footer-links a:last-child:nth-child(odd){grid-column:1 / -1}.footer-copy{font-size:0.78rem;line-height:1.55;max-width:26rem;margin:0}}@media (max-width:600px){.hero-actions{flex-wrap:nowrap;gap:0.6rem;width:100%}.hero .btn-p,.hero .btn-g{flex:1 1 0;min-width:0;padding:0.75rem 0.75rem;font-size:0.85rem;text-align:center;white-space:nowrap}}@media (max-width:380px){.hero .btn-p,.hero .btn-g{padding:0.7rem 0.5rem;font-size:0.8rem;gap:0.3rem}}@media (max-width:480px){.restore-list li{align-items:flex-start;font-size:0.9rem;line-height:1.45}.restore-bar{padding:0.65rem 0.8rem}}@media (max-width:600px){body.flxry-php-app h1,body.flxry-php-app h2,body.flxry-php-app h3,body.flxry-php-app p,body.flxry-php-app li,body.flxry-php-app a{overflow-wrap:break-word;word-break:break-word;hyphens:auto;-webkit-hyphens:auto}body.flxry-php-app:not(.admin-body) main section:not(.hero):not(.hero--compact){padding-top:clamp(3.5rem,9vw,4.25rem);padding-bottom:clamp(3.5rem,9vw,4.25rem)}body.flxry-php-app:not(.admin-body) main section.hero:not(.hero--compact){padding-top:clamp(6rem,14vw,8rem);padding-bottom:0}body.flxry-php-app:not(.admin-body) main section>.section-intro+*{margin-top:clamp(1.35rem,4vw,1.85rem)}body.flxry-php-app:not(.admin-body) main section>.section-intro+.about-me-layout{margin-top:clamp(1.25rem,3.5vw,1.65rem)}.flxry-section-service-nav .flxry-service-link-grid{gap:0.75rem}.hero:not(.hero--compact) h1,.hero:not(.hero--compact) h1.hero__title,body.flxry-php-app:not(.admin-body) main section.hero:not(.hero--compact) h1{font-size:clamp(2rem,9vw,2.6rem);letter-spacing:-0.04em;line-height:1.08;text-wrap:wrap;hyphens:none;-webkit-hyphens:none;word-break:normal}.hero-desc{font-size:0.95rem;line-height:1.65}.flxry-branchen-card{padding:1.05rem 0.85rem;gap:0.35rem}.flxry-branchen-name{font-size:0.83rem;line-height:1.25}.flxry-branchen-desc{font-size:0.72rem;line-height:1.45}.flxry-branchen-ico{width:36px;height:36px;border-radius:9px}.flxry-branchen-ico svg{width:18px;height:18px}.flxry-section-leistungen .flxry-services-list{margin-top:1.75rem;padding-top:1.5rem}.flxry-section-leistungen .flxry-service-item{gap:1rem;padding-bottom:1.5rem}.flxry-section-leistungen .flxry-service-item__icon{width:40px;height:40px;border-radius:10px}.flxry-section-leistungen .flxry-service-item__icon svg{width:18px;height:18px}.flxry-section-leistungen .flxry-service-item__body h3{font-size:1rem}.flxry-section-leistungen .flxry-service-item__body p{font-size:0.88rem;line-height:1.6}.flxry-section-preise .offers-grid{margin-top:2rem;gap:1rem}.flxry-section-preise .offer-card{padding:1.4rem 1.15rem}.flxry-section-preise .offer-title{font-size:1.15rem}.flxry-section-preise .offer-sub{margin-bottom:1.15rem}.flxry-section-preise .offer-features{gap:0.5rem;margin-bottom:1.4rem}.flxry-section-preise .offer-features li,.flxry-section-preise .offer-features--wartung .offer-features__stack-row{font-size:0.84rem;line-height:1.5}.flxry-section-preise .offer-price{padding-top:1.15rem}.flxry-section-preise .offer-price__amt{font-size:1.75rem}.flxry-section-preise .offer-cta{padding:0.7rem 1.1rem;font-size:0.85rem}.flxry-section-preise .offer-top{margin-bottom:1.15rem}.flxry-section-preise .offer-icon{width:40px;height:40px;border-radius:10px}.flxry-section-preise .offer-icon svg{width:18px;height:18px}.flxry-section-preise .offer-wartung-intro__copy .offer-title{font-size:1.1rem}#ablauf .process-steps .step{gap:0.9rem}#ablauf .process-steps .step-content h3{font-size:1rem;line-height:1.3}#ablauf .process-steps .step-content p{font-size:0.88rem;line-height:1.6}.restore-cta-row{flex-direction:column;align-items:stretch;column-gap:0;row-gap:0.75rem}.restore-cta-row .btn-primary,.restore-cta-secondary{width:100%;max-width:none}.restore-cta-divider{text-align:center;margin:0}.restore-content{padding:1rem 1.1rem}.rc-input-row{flex-direction:column}.rc-btn{width:100%}.flxry-home-about.page-about-body .about-me-layout{gap:clamp(2rem,6vw,2.75rem);margin-top:0}.flxry-home-about.page-about-body .about-me-text h3{font-size:clamp(1.2rem,5.5vw,1.4rem);margin-bottom:0.75rem}.flxry-home-about.page-about-body .about-me-text .intro-text{font-size:0.94rem;line-height:1.62;margin-bottom:1.25rem}.flxry-home-about.page-about-body .about-me-text .approach-text{margin-bottom:0.65rem}.flxry-home-about.page-about-body .about-me-image{max-width:min(100%,220px)}.flxry-home-about.page-about-body .about-me-values__item{padding:0.9rem 1rem}.flxry-home-about.page-about-body .about-me-values__desc{font-size:0.8rem;line-height:1.52}.flxry-service-link-card{padding:1.05rem 1rem;gap:0.85rem}.flxry-service-link-card__title{font-size:0.95rem}.flxry-service-link-card__teaser{font-size:0.84rem;line-height:1.5}.faq-list{margin-top:2rem}.faq-item{padding:1rem 0}.faq-q{gap:0.75rem;font-size:0.95rem}.faq-a{font-size:0.92rem;line-height:1.7}.faq-a-list{padding-left:1rem}.hero-trust-pills:not(.hero-trust-pills--section){justify-content:flex-start;gap:0.45rem 0.5rem;margin-top:1.5rem}.hero-trust-pills:not(.hero-trust-pills--section) li{font-size:0.75rem;padding:0.35rem 0.7rem;max-width:100%}.hero .hero-trust-pills{justify-content:center}.hero-trust-pills--section li{font-size:0.8rem;padding:0.65rem 0.85rem}body.flxry-php-app:not(.admin-body) main section .section-intro h2{font-size:clamp(1.55rem,6vw,2.1rem);line-height:1.2;letter-spacing:-0.02em}.flxry-section-kontakt .contact-wrap{gap:1.75rem;margin-top:2rem}.flxry-section-kontakt .contact-grid{gap:1.5rem}.flxry-section-kontakt .c-method{padding:0.9rem 1rem;gap:0.85rem}.flxry-section-kontakt .c-ic{width:36px;height:36px;border-radius:9px}.flxry-section-kontakt .c-ic svg{width:16px;height:16px}.flxry-section-kontakt .c-lbl{font-size:0.7rem}.flxry-section-kontakt .c-val{font-size:0.85rem;line-height:1.4}.flxry-section-kontakt .contact-aside__intro{font-size:0.85rem;line-height:1.65;margin-bottom:1.5rem}.flxry-section-kontakt .contact-form{padding:1.25rem 1rem;border-radius:var(--radius-sm)}.flxry-section-kontakt .form-row{grid-template-columns:1fr;gap:0.85rem}}.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.6s ease,transform 0.6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal,.reveal.visible{opacity:1;transform:none;transition:none}}body.flxry-php-app.flxry-service-page main,body.flxry-php-app .flxry-service-page{background:var(--navy)}.flxry-service-page.content-section{padding-bottom:clamp(3rem,7vw,5rem)}.flxry-service-page .flxry-subpage-intro--left{max-width:46rem;margin-bottom:2.5rem}.flxry-service-blocks{display:grid;gap:1.25rem;margin-bottom:3rem}.flxry-service-block{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:clamp(1.35rem,3vw,2rem);box-shadow:var(--shadow-sm)}.flxry-service-block h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.15rem,2.2vw,1.45rem);color:var(--text-primary);margin:0 0 0.75rem;line-height:1.25}.flxry-service-block p{margin:0;color:var(--text-muted);font-size:1rem;line-height:1.7;max-width:62ch}.flxry-service-checklist{list-style:none;margin:1.1rem 0 0;padding:0;display:grid;gap:0.55rem}.flxry-service-checklist li{position:relative;padding-left:1.45rem;color:var(--text-muted);line-height:1.55}.flxry-service-checklist li::before{content:'✓';position:absolute;left:0;top:0;color:var(--flxry-link);font-weight:700}.flxry-service-faq{margin-top:0.5rem;padding-top:2.5rem;border-top:1px solid var(--card-border)}.flxry-service-page .section-intro h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.35rem,2.5vw,1.85rem);line-height:1.2;letter-spacing:-0.02em;color:var(--text-primary);margin:0}.flxry-service-faq .section-intro,.flxry-service-related .section-intro{max-width:none;margin-bottom:0}.flxry-service-faq .faq-list--details{margin-top:1.25rem;max-width:none}.faq-item--details{border-bottom:1px solid var(--card-border);padding:0}.faq-item--details summary.faq-q{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 0;cursor:pointer;list-style:none;font-weight:500;color:var(--text-primary)}.faq-item--details summary.faq-q::-webkit-details-marker{display:none}.faq-item--details summary.faq-q>span:first-of-type{flex:1;min-width:0}.faq-item--details summary.faq-q .faq-icon{flex-shrink:0}.faq-item--details[open] summary.faq-q .faq-icon{transform:rotate(45deg)}.faq-item--details .faq-a{max-height:none;overflow:visible;padding:0 0 1.25rem}.faq-item--details .faq-a p{margin:0;max-width:62ch}.flxry-service-related{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--card-border)}.flxry-section-service-nav{background:var(--navy);border-top:1px solid var(--card-border)}.flxry-section-service-nav .flxry-service-link-grid{margin-top:0}.flxry-service-link-grid{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:0;padding:0}.flxry-service-link-grid>li{flex:1 1 calc(33.333% - 0.85rem);min-width:min(100%,280px);max-width:calc(33.333% - 0.67rem);display:flex}.flxry-service-link-card{display:flex;align-items:flex-start;gap:1rem;width:100%;min-height:100%;padding:1.25rem 1.2rem;border:1px solid var(--card-border);border-radius:var(--radius);background:var(--card-bg);text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease}.flxry-service-link-card:hover{border-color:rgba(37,99,235,0.45);box-shadow:var(--shadow-card);transform:translateY(-2px)}.flxry-service-link-card:focus-visible{outline:2px solid var(--accent-blue);outline-offset:3px}.flxry-service-link-card__icon{width:44px;height:44px;border-radius:12px;background:rgba(37,99,235,0.1);border:1px solid rgba(37,99,235,0.2);display:grid;place-items:center;color:var(--flxry-link);flex-shrink:0;transition:border-color 0.2s ease,background 0.2s ease}.flxry-service-link-card:hover .flxry-service-link-card__icon{border-color:rgba(37,99,235,0.35);background:rgba(37,99,235,0.14)}html[data-theme="dark"] .flxry-service-link-card__icon{background:rgba(96,165,250,0.12);border-color:rgba(147,197,253,0.28);color:#93c5fd}.flxry-service-link-card__icon svg{width:22px;height:22px;display:block}.flxry-service-link-card__body{flex:1;min-width:0}.flxry-service-link-card__title{display:block;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1rem;line-height:1.25;color:var(--text-primary);margin-bottom:0.4rem}.flxry-service-link-card__teaser{display:block;font-size:0.88rem;line-height:1.55;color:var(--text-muted)}.flxry-service-link-card__arrow{flex-shrink:0;align-self:center;color:var(--flxry-link);font-size:1.1rem;line-height:1;opacity:0;transform:translateX(-6px);transition:opacity 0.2s ease,transform 0.2s ease}.flxry-service-link-card:hover .flxry-service-link-card__arrow{opacity:1;transform:translateX(0)}@media (max-width:960px){.flxry-service-link-grid>li{flex:1 1 calc(50% - 0.5rem);max-width:calc(50% - 0.5rem)}}@media (max-width:560px){.flxry-service-link-grid>li{flex:1 1 100%;max-width:100%}}.flxry-service-page .flxry-service-related .flxry-service-link-grid{margin-top:1.25rem}.flxry-service-cta{margin-top:3rem;padding:clamp(1.5rem,4vw,2.25rem);border-radius:var(--radius);border:1px solid var(--card-border);background:var(--navy-mid);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.flxry-service-cta p{margin:0;max-width:36rem;color:var(--text-muted);font-size:1.05rem;line-height:1.65}@media (max-width:600px){.flxry-service-page .flxry-subpage-intro__actions{flex-direction:column;align-items:stretch}.flxry-service-page .flxry-subpage-intro__actions .btn-primary,.flxry-service-page .flxry-subpage-intro__actions .btn-ghost{width:100%;text-align:center}}