/* intelligent piXel GmbH, gemeinsames Stylesheet aller Seiten.
   Zusammengefuehrt am 9. August 2026 aus den bis dahin 6 verschiedenen
   Inline-Bloecken. Aenderungen hier wirken auf jeder Seite gleichzeitig. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
            --black: #000000; --white: #ffffff; --red: #e5332a;
            --gray-dark: #0a0a0a; --gray-mid: #1a1a1a; --gray-light: #333333;
            --text-dim: rgba(255,255,255,0.45); --text-mid: rgba(255,255,255,0.65); --text-mid: rgba(255,255,255,0.65); --text-faint: rgba(255,255,255,0.2); --text-strong: rgba(255,255,255,0.82);
            --header-h: 72px;
            --content-max: 1200px;
            --page-pad-x: 3rem;
            --page-pad-mobile: 1.5rem;
            --inner-aside-w: 240px;
            --inner-grid-gap: 5rem;
            --inner-grid-gap-tight: 3rem;
            --inner-content-max: 760px;
        }
html { scroll-behavior: smooth; }
html, body { background: var(--black); color: var(--white); font-family: 'Space Grotesk', sans-serif; overflow-x: clip; }
body::before {
            content: ''; position: fixed; inset: 0; z-index: 998; pointer-events: none;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.3'/%3E%3C/svg%3E");
            opacity: 0.06;
        }
.site-header {
            position: fixed; top: 0; left: 0; right: 0; z-index: 100;
            height: var(--header-h); background: rgba(0,0,0,0.92);
            backdrop-filter: blur(12px); border-bottom: 1px solid var(--gray-light);
        }
.header-inner {
            max-width: var(--content-max); margin: 0 auto; padding: 0 var(--page-pad-x);
            height: 100%; display: flex; align-items: center; justify-content: space-between;
        }
.logo-mark { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.logo-pixel { display: grid; grid-template-columns: repeat(4, 7px); gap: 2px; }
.logo-pixel span { width: 7px; height: 7px; background: var(--white); }
.logo-pixel span.off { background: transparent; }
.logo-text { font-size: 0.78rem; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); }
.logo-text strong { font-weight: 700; color: var(--red); }
.nav-link {
            font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase;
            color: var(--text-dim); text-decoration: none; transition: color 0.2s;
            padding-bottom: 2px; position: relative;
        }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--red); transition: width 0.25s; }
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.main-nav { display: flex; gap: 2.5rem; align-items: center; }
.lang-switch { position: relative; display: inline-flex; align-items: center; width: 4.4rem; height: 1.6rem; border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; padding: 0.15rem; flex-shrink: 0; }
.lang-indicator { position: absolute; top: 0.15rem; left: 0.15rem; width: calc(50% - 0.15rem); height: calc(100% - 0.3rem); background: var(--red); border-radius: 999px; transform: translateX(0); transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1); }
.lang-switch[data-active="de"] .lang-indicator { transform: translateX(100%); }
.lang-switch:has(.lang-link:first-child:hover) .lang-indicator, .lang-switch:has(.lang-link:first-child:focus-visible) .lang-indicator { transform: translateX(0); }
.lang-switch:has(.lang-link:last-of-type:hover) .lang-indicator, .lang-switch:has(.lang-link:last-of-type:focus-visible) .lang-indicator { transform: translateX(100%); }
.lang-link { position: relative; z-index: 1; flex: 1; text-align: center; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; color: rgba(255,255,255,0.42); line-height: 1.28rem; transition: color 0.2s; }
.lang-link[aria-current="true"] { color: var(--black); }
.lang-link:not([aria-current="true"]):hover, .lang-link:not([aria-current="true"]):focus-visible { color: var(--white); }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 1px; background: var(--white); transition: all 0.3s ease; transform-origin: center; }
.hero {
            position: relative; min-height: calc(100svh - var(--header-h));
            margin-top: var(--header-h);
            display: flex; align-items: center;
            padding: 3.5rem var(--page-pad-x) 3rem; overflow: hidden;
        }
#hero-canvas {
            position: absolute; inset: 0; width: 100%; height: 100%;
            z-index: 0; opacity: 0.8;
        }
.hero-content { position: relative; z-index: 1; max-width: var(--content-max); margin: 0 auto; width: 100%; }
.hero-eyebrow {
            font-size: 0.65rem; letter-spacing: 0.4em; text-transform: uppercase;
            color: var(--red); margin-bottom: 1.5rem;
            animation: fadeUp 1s ease both 0.2s;
        }
.hero-title {
            font-family: 'Bebas Neue', sans-serif;
            font-size: clamp(4.5rem, 13vw, 12rem);
            line-height: 0.88; letter-spacing: 0.02em;
            animation: fadeUp 1s ease both 0.4s;
        }
.hero-title .red { color: var(--red); }
.hero-sub {
            margin-top: 2.5rem;
            font-size: 0.8rem; letter-spacing: 0.3em; text-transform: uppercase;
            color: var(--text-dim);
            animation: fadeUp 1s ease both 0.7s;
        }
.hero-scroll {
            position: absolute; bottom: 2.5rem; right: 3rem;
            font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase;
            color: var(--text-faint); writing-mode: vertical-rl;
            display: flex; align-items: center; gap: 0.75rem;
            animation: fadeUp 1s ease both 1.2s;
        }
.hero-scroll::before { content: ''; display: block; width: 1px; height: 40px; background: var(--gray-light); }
.divider-bar { height: 2px; max-width: var(--content-max); margin: 0 auto; background: linear-gradient(90deg, var(--red) 0%, transparent 60%); }
.cards-section { padding: 6rem var(--page-pad-x); max-width: var(--content-max); margin: 0 auto; }
.cards-eyebrow { font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--red); margin-bottom: 3rem; }
.cards-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 1px;
            background: var(--gray-light);
            border: 1px solid var(--gray-light);
        }
.domain-card {
            background: var(--black);
            padding: 2.5rem 2rem;
            text-decoration: none;
            display: flex; flex-direction: column; gap: 1rem;
            position: relative; overflow: hidden;
            transition: background 0.25s;
        }
.domain-card::after {
            content: ''; position: absolute; bottom: 0; left: 0; right: 0;
            height: 2px; background: var(--red);
            transform: scaleX(0); transform-origin: left;
            transition: transform 0.3s ease;
        }
.domain-card:hover { background: var(--gray-dark); }
.domain-card:hover::after { transform: scaleX(1); }
.card-label { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--red); display: block; min-height: 2.4em; }
.card-name {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 2.8rem; line-height: 1; letter-spacing: 0.03em;
            color: var(--white);
        }
.card-claim { font-size: 0.78rem; color: var(--text-dim); line-height: 1.6; flex: 1; }
.card-arrow {
            font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
            color: var(--text-faint); display: flex; align-items: center; gap: 0.5rem;
            transition: color 0.2s;
        }
.domain-card:hover .card-arrow { color: var(--red); }
.card-arrow::after { content: '→'; }
.text-section {
            max-width: var(--content-max); margin: 0 auto;
            padding: 5rem var(--page-pad-x);
            display: grid; grid-template-columns: minmax(220px, var(--inner-aside-w)) minmax(0, 1fr); gap: var(--inner-grid-gap);
            align-items: start;
        }

.section-aside { position: sticky; top: calc(var(--header-h) + 2rem); }
.section-eyebrow { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--red); margin-bottom: 0.75rem; display: block; }
.section-heading {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 2.8rem; line-height: 1; letter-spacing: 0.03em;
        }
.section-body p {
            font-size: 0.975rem; line-height: 1.82; color: var(--text-dim);
            margin-bottom: 1.5rem;
        }
.section-body { width: 100%; max-width: var(--inner-content-max); min-width: 0; }
.section-body p:last-child { margin-bottom: 0; }
.legal-note { font-size: 0.82rem !important; line-height: 1.7 !important; color: var(--text-faint) !important; border-top: 1px solid var(--gray-light); padding-top: 1.1rem; margin-top: 2rem; }
.legal-note em { font-style: normal; }
.section-body strong { color: var(--text-strong); font-weight: 700; }
.section-body .pull { font-size: 1.13rem; color: rgba(255,255,255,0.66); line-height: 1.62; }
.founder-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.65rem;
            margin-top: 1rem;
            font-size: 0.72rem;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.62);
            text-decoration: none;
            transition: color 0.2s;
        }
.founder-cta::after {
            content: '→';
            color: var(--red);
            transition: transform 0.2s ease;
        }
.founder-cta:hover { color: var(--white); }
.founder-cta:hover::after { transform: translateX(3px); }
.section-body a { color: rgba(255,255,255,0.62); text-decoration: none; transition: color 0.2s; }
.section-body a:hover { color: var(--red); text-decoration: none; }
.cta-button {
            display: inline-block;
            font-size: 0.72rem;
            letter-spacing: 0.25em;
            text-transform: uppercase;
            color: var(--white);
            text-decoration: none;
            border: 1px solid var(--red);
            padding: 0.75rem 1.75rem;
            transition: background 0.2s, color 0.2s, border-color 0.2s;
        }
a.cta-button:hover { background: var(--red); border-color: var(--red); color: var(--black); }
.site-footer {
            padding: 1.75rem max(var(--page-pad-x), calc((100vw - var(--content-max)) / 2 + var(--page-pad-x)));
            border-top: 1px solid var(--gray-light);
            display: flex; justify-content: space-between; align-items: center;
            font-size: 0.7rem; color: var(--text-faint);
            flex-wrap: wrap; gap: 0.75rem;
        }
.footer-links { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; font-size: 0.85rem; }
.footer-links a { color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--red); }
.footer-sep { color: var(--gray-light); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
:root {
            --black: #000000; --white: #ffffff; --red: #e5332a;
            --gray-dark: #0a0a0a; --gray-mid: #1a1a1a; --gray-light: #333333;
            --text-dim: rgba(255,255,255,0.45); --text-faint: rgba(255,255,255,0.2);
            --header-h: 72px;
            --content-max: 1200px;
            --page-pad-x: 3rem;
            --page-pad-mobile: 1.5rem;
            --inner-aside-w: 240px;
            --inner-grid-gap: 5rem;
            --inner-grid-gap-tight: 3rem;
            --inner-content-max: 760px;
        }
.page-hero { padding: calc(var(--header-h) + 4rem) var(--page-pad-x) 2rem; max-width: var(--content-max); margin: 0 auto; }
.hero-eyebrow { font-size: 0.65rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; }
.page-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 8vw, 7rem); line-height: 0.9; }
.about-content { max-width: var(--content-max); margin: 0 auto; padding: 5rem var(--page-pad-x); display: grid; grid-template-columns: minmax(220px, var(--inner-aside-w)) minmax(0, 1fr); gap: var(--inner-grid-gap); align-items: start; }
.about-aside { position: sticky; top: calc(var(--header-h) + 2rem); }
.aside-label { font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; display: block; }
.about-aside h2 { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; line-height: 1; letter-spacing: 0.05em; color: var(--white); }
.aside-meta { margin-top: 2rem; font-size: 0.78rem; color: var(--text-dim); line-height: 2; }
.aside-meta span { display: block; }
.aside-meta strong { color: rgba(255,255,255,0.62); font-weight: 400; }
.aside-meta a { color: rgba(255,255,255,0.62); text-decoration: none; transition: color 0.2s; }
.aside-meta a:hover { color: var(--red); text-decoration: none; }
.about-body h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 0.04em; color: var(--text-strong); margin: 3rem 0 1rem; }
.about-body h3:first-child { margin-top: 0; }
.about-body { width: 100%; max-width: var(--inner-content-max); min-width: 0; }
.about-body p { font-size: 0.975rem; color: var(--text-dim); line-height: 1.82; margin-bottom: 1.5rem; }
.about-body p:last-child { margin-bottom: 0; }
.about-body a { color: rgba(255,255,255,0.62); text-decoration: none; border-bottom: 1px solid rgba(229,51,42,0.45); transition: color 0.2s, border-color 0.2s; }
.about-body a:hover { color: var(--red); border-color: var(--red); }
.about-body a:visited { color: rgba(255,255,255,0.62); }
.about-body a:visited:hover { color: var(--red); }
.inline-link { display: inline-flex; align-items: baseline; gap: 0.35rem; white-space: nowrap; }
.inline-link .lucide-icon { width: 0.85rem; height: 0.85rem; flex: 0 0 auto; color: var(--red); transform: translateY(0.1em); }
.about-body strong { color: var(--text-strong); font-weight: 700; }
.about-body .pull { font-size: 1.13rem; color: rgba(255,255,255,0.66); line-height: 1.62; }
.about-cta { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--gray-light); }
.about-cta a { display: inline-block; font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--white); text-decoration: none; border: 1px solid var(--red); padding: 0.75rem 1.75rem; transition: background 0.2s, color 0.2s; }
.about-cta a:hover { background: var(--red); }
.aside-figure {
            display: block; width: 100%; margin-top: 2.4rem; padding: 0;
            position: relative; overflow: hidden; cursor: pointer;
            background: #000; border: 1px solid var(--gray-light);
            transition: border-color 0.3s, box-shadow 0.45s, transform 0.45s cubic-bezier(0.22,1,0.36,1);
            -webkit-tap-highlight-color: transparent;
        }
.aside-figure img {
            display: block; width: 100%; height: auto;
            opacity: 0.78; filter: contrast(1.06) saturate(0.9);
            transition: opacity 0.4s, transform 0.7s cubic-bezier(0.22,1,0.36,1), filter 0.4s;
        }
.aside-figure::after {
            content: ''; position: absolute; inset: 0; pointer-events: none;
            background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.85) 100%);
        }
.aside-figure:hover, .aside-figure:focus-visible {
            border-color: var(--red); outline: none;
            box-shadow: 0 0 0 1px rgba(229,51,42,0.35), 0 18px 46px -18px rgba(229,51,42,0.55);
        }
.aside-figure:hover img, .aside-figure:focus-visible img {
            opacity: 1; transform: scale(1.055); filter: contrast(1.12) saturate(1);
        }
.aside-figure-cta {
            position: absolute; left: 0.85rem; bottom: 0.8rem; z-index: 2;
            display: inline-flex; align-items: center; gap: 0.4rem;
            font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase;
            color: var(--white); opacity: 0; transform: translateY(6px);
            transition: opacity 0.3s, transform 0.35s cubic-bezier(0.22,1,0.36,1);
        }
.aside-figure:hover .aside-figure-cta, .aside-figure:focus-visible .aside-figure-cta {
            opacity: 1; transform: translateY(0);
        }
.aside-figure-cta .lucide-icon { width: 0.78rem; height: 0.78rem; color: var(--red); }
.aside-figure-cap {
            display: block; margin-top: 0.6rem;
            font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase;
            color: var(--text-faint);
        }
.lb { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; }
.lb[hidden] { display: none; }
.lb-backdrop {
            position: absolute; inset: 0;
            background: #000; background-image: radial-gradient(120% 90% at 50% 45%, #150001 0%, #000 68%);
            backdrop-filter: blur(26px) saturate(0.6); -webkit-backdrop-filter: blur(26px) saturate(0.6);
            opacity: 0; transition: opacity 0.45s ease;
        }
.lb.is-open .lb-backdrop { opacity: 1; }
.lb-grain {
            position: absolute; inset: 0; pointer-events: none; opacity: 0;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.3'/%3E%3C/svg%3E"); mix-blend-mode: overlay;
            transition: opacity 0.6s ease 0.1s;
        }
.lb.is-open .lb-grain { opacity: 0.07; }
.lb-beam {
            position: absolute; left: 0; right: 0; top: 0; height: 1px; pointer-events: none;
            background: linear-gradient(90deg, transparent, var(--red), transparent);
            opacity: 0; transform: scaleX(0.2);
        }
.lb.is-open .lb-beam { animation: lbBeam 1.1s cubic-bezier(0.22,1,0.36,1) 0.1s both; }
@keyframes lbBeam {
            0%   { opacity: 0; transform: scaleX(0.1); }
            35%  { opacity: 1; }
            100% { opacity: 0.35; transform: scaleX(1); }
        }
.lb-stage {
            position: relative; z-index: 2; margin: 0;
            max-width: min(94vw, 1500px); max-height: 88vh;
            display: flex; flex-direction: column; align-items: flex-start; gap: 1rem;
        }
.lb-frame {
            position: relative; overflow: hidden; background: #000;
            border: 1px solid rgba(229,51,42,0.4);
            box-shadow: 0 40px 120px -40px rgba(229,51,42,0.6), 0 0 0 1px rgba(255,255,255,0.04);
            will-change: transform;
        }
.lb-img {
            display: block; max-width: min(94vw, 1500px); max-height: 76vh;
            width: auto; height: auto; cursor: zoom-in;
            transition: transform 0.55s cubic-bezier(0.22,1,0.36,1);
            will-change: transform;
        }
.lb.is-zoomed .lb-img { cursor: zoom-out; transition: transform 0.18s linear; }
.lb-cap {
            display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.35rem 1.4rem;
            opacity: 0; transform: translateY(10px);
            transition: opacity 0.5s ease 0.25s, transform 0.5s cubic-bezier(0.22,1,0.36,1) 0.25s;
        }
.lb.is-open .lb-cap { opacity: 1; transform: translateY(0); }
.lb-eyebrow {
            font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--red);
        }
.lb-title {
            font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem;
            letter-spacing: 0.05em; color: var(--white); line-height: 1;
        }
.lb-hint { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-faint); }
.lb-close {
            position: absolute; top: 1.6rem; right: 1.6rem; z-index: 3;
            width: 44px; height: 44px; padding: 0; background: none; cursor: pointer;
            border: 1px solid var(--gray-light); border-radius: 50%;
            display: grid; place-items: center;
            transition: border-color 0.25s, transform 0.35s cubic-bezier(0.22,1,0.36,1), background 0.25s;
        }
.lb-close::before, .lb-close::after {
            content: ''; position: absolute; width: 15px; height: 1px; background: var(--white);
            transition: background 0.25s;
        }
.lb-close::before { transform: rotate(45deg); }
.lb-close::after  { transform: rotate(-45deg); }
.lb-close:hover, .lb-close:focus-visible {
            border-color: var(--red); background: var(--red); outline: none; transform: rotate(90deg);
        }
.lb-close:hover::before, .lb-close:hover::after { background: var(--black); }
.contact-wrap { max-width: var(--content-max); margin: 0 auto; padding: 5rem var(--page-pad-x); display: grid; grid-template-columns: minmax(220px, var(--inner-aside-w)) minmax(0, 1fr); gap: var(--inner-grid-gap); align-items: start; }
.contact-wrap > * { min-width: 0; }
.contact-info { position: sticky; top: calc(var(--header-h) + 2rem); }
.contact-form { width: 100%; max-width: var(--inner-content-max); min-width: 0; }
.contact-info h2 { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; line-height: 1; letter-spacing: 0.05em; }
.contact-meta { margin-top: 2rem; font-size: 0.78rem; color: var(--text-dim); line-height: 2; }
.contact-meta span { display: block; }
.contact-meta a { color: rgba(255,255,255,0.62); text-decoration: none; transition: color 0.2s; }
.contact-meta a:hover { color: var(--red); }
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field-group { display: flex; flex-direction: column; gap: 0.4rem; }
.field-label { font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--text-dim); }
.field-input, .field-select, .field-textarea {
            background: var(--gray-mid); border: 1px solid var(--gray-light); color: var(--white);
            font-family: 'Space Grotesk', sans-serif; font-size: 0.88rem; padding: 0.85rem 1rem;
            outline: none; transition: border-color 0.2s, background 0.2s; width: 100%;
        }
.field-select { appearance: none; cursor: pointer; }
.field-textarea { resize: vertical; min-height: 160px; line-height: 1.7; }
.field-input:focus, .field-select:focus, .field-textarea:focus { border-color: var(--red); background: #111; }
.field-input.field-ok, .field-select.field-ok, .field-textarea.field-ok { border-color: rgba(100,200,100,0.5); }
.field-input.field-error, .field-select.field-error, .field-textarea.field-error { border-color: var(--red); }
.field-hint { font-size: 0.7rem; color: var(--text-faint); min-height: 1em; transition: color 0.2s; }
.field-hint.error { color: #e5332a; }
.field-hint.ok { color: rgba(100,200,100,0.7); }
.char-counter { font-size: 0.68rem; color: var(--text-faint); text-align: right; }
.honeypot { display: none; }
.form-submit-row { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.btn-submit {
            font-family: 'Space Grotesk', sans-serif; font-size: 0.72rem; letter-spacing: 0.25em;
            text-transform: uppercase; color: var(--white); background: transparent;
            border: 1px solid var(--red); padding: 0.85rem 2.5rem; cursor: pointer;
            transition: background 0.2s, color 0.2s;
        }
.btn-submit:hover:not(:disabled) { background: var(--red); }
.btn-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.form-status { font-size: 0.8rem; opacity: 0; transition: opacity 0.3s; }
.form-status.visible { opacity: 1; }
.form-status.success { color: rgba(100,200,100,0.8); }
.form-status.error { color: var(--red); }
.consent-wrap {
            position: relative;
            padding: 1.05rem 1.15rem 1.1rem;
            border: 1px solid rgba(229,51,42,0.12);
            background: radial-gradient(circle at top right, rgba(229,51,42,0.08), transparent 26%), linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
            transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s;
        }
.consent-wrap::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(180deg, var(--red), transparent 70%);
            opacity: 0.85;
        }
.consent-wrap::after {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.025) 18%, transparent 34%);
            opacity: 0.8;
        }
.consent-wrap:hover {
            border-color: rgba(229,51,42,0.22);
            box-shadow: 0 12px 28px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.04);
            transform: translateY(-1px);
        }
.consent-wrap.error {
            border-color: rgba(229,51,42,0.55);
            background: radial-gradient(circle at top right, rgba(229,51,42,0.12), transparent 24%), linear-gradient(180deg, rgba(229,51,42,0.08), rgba(255,255,255,0.02));
            box-shadow: 0 0 0 1px rgba(229,51,42,0.18), 0 12px 28px rgba(0,0,0,0.18);
        }
.consent-label { display: flex; align-items: flex-start; gap: 0.9rem; cursor: pointer; }
.consent-checkbox {
            appearance: none;
            -webkit-appearance: none;
            width: 20px;
            height: 20px;
            margin-top: 0.12rem;
            border: 1px solid rgba(255,255,255,0.24);
            background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(0,0,0,0.45));
            display: inline-grid;
            place-items: center;
            flex: 0 0 auto;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
            transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s;
        }
.consent-checkbox::after {
            content: '';
            width: 10px;
            height: 6px;
            border-left: 2px solid var(--red);
            border-bottom: 2px solid var(--red);
            transform: rotate(-45deg) scale(0.75);
            opacity: 0;
            transition: transform 0.18s ease, opacity 0.18s ease;
        }
.consent-checkbox:hover {
            border-color: rgba(229,51,42,0.42);
            transform: translateY(-1px);
        }
.consent-checkbox:checked {
            border-color: rgba(229,51,42,0.78);
            background: linear-gradient(180deg, rgba(229,51,42,0.14), rgba(0,0,0,0.42));
            box-shadow: 0 0 18px rgba(229,51,42,0.18), inset 0 1px 0 rgba(255,255,255,0.04);
        }
.consent-checkbox:checked::after { transform: rotate(-45deg) scale(1); opacity: 1; }
.consent-checkbox:focus-visible { outline: none; border-color: var(--red); box-shadow: 0 0 0 2px rgba(229,51,42,0.18), 0 0 20px rgba(229,51,42,0.14); }
.consent-copy { font-size: 0.81rem; line-height: 1.85; color: rgba(255,255,255,0.68); }
.consent-copy a {
            color: rgba(255,255,255,0.9);
            text-decoration: none;
            border-bottom: 1px solid rgba(229,51,42,0.45);
            transition: color 0.2s, border-color 0.2s;
        }
.consent-copy a:hover { color: var(--red); border-color: var(--red); }
.consent-hint { display: block; margin-top: 0.8rem; min-height: 1em; font-size: 0.72rem; color: var(--text-faint); transition: color 0.2s, opacity 0.2s; }
.consent-hint.error { color: var(--red); }
.contact-modal-backdrop {
            position: fixed; inset: 0; z-index: 1002;
            background: radial-gradient(circle at center, rgba(229,51,42,0.08), rgba(0,0,0,0.88) 42%, rgba(0,0,0,0.95) 100%);
            backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
            opacity: 0; pointer-events: none; transition: opacity 0.32s ease;
        }
.contact-modal-backdrop.visible { opacity: 1; pointer-events: auto; }
.contact-modal {
            position: fixed; inset: 50% auto auto 50%; transform: translate(-50%, -46%) scale(0.985);
            width: min(760px, calc(100vw - 2rem)); max-height: min(80vh, 900px);
            z-index: 1003; opacity: 0; pointer-events: none;
            transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
        }
.contact-modal.visible { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.contact-modal-panel {
            position: relative; overflow: hidden; border: 1px solid rgba(229,51,42,0.22);
            background: radial-gradient(circle at top right, rgba(229,51,42,0.18), transparent 23%), radial-gradient(circle at bottom left, rgba(255,255,255,0.06), transparent 30%), linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.016)), rgba(6,6,6,0.975);
            box-shadow: 0 42px 120px rgba(0,0,0,0.64), 0 0 0 1px rgba(255,255,255,0.03), inset 0 1px 0 rgba(255,255,255,0.05);
        }
.contact-modal.visible .contact-modal-panel { animation: contactModalPanelIn 0.46s cubic-bezier(0.22, 1, 0.36, 1); }
.contact-modal-panel::before {
            content: ''; position: absolute; inset: 0 auto 0 0; width: 3px;
            background: linear-gradient(180deg, var(--red), transparent 72%);
        }
.contact-modal-panel::after {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(255,255,255,0.045), transparent 16%, transparent 80%, rgba(229,51,42,0.07)), linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.025) 18%, transparent 34%);
        }
.contact-modal-head {
            display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
            position: relative;
            padding: 1.6rem 1.6rem 1.1rem 1.6rem; border-bottom: 1px solid rgba(255,255,255,0.08);
        }
.contact-modal-head::after {
            content: '';
            position: absolute;
            left: 1.6rem;
            bottom: 0;
            width: 120px;
            height: 1px;
            background: linear-gradient(90deg, var(--red), transparent);
        }
.contact-modal.visible .contact-modal-head::after { animation: contactModalLineIn 0.7s ease 0.08s both; transform-origin: left center; }
.contact-modal-kicker { display: block; margin-bottom: 0.6rem; font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--red); }
.contact-modal-title { font-family: 'Bebas Neue', sans-serif; font-size: 2.7rem; letter-spacing: 0.05em; line-height: 0.92; text-shadow: 0 0 24px rgba(255,255,255,0.04); }
.contact-modal.visible .contact-modal-kicker,
        .contact-modal.visible .contact-modal-title,
        .contact-modal.visible .contact-modal-close { animation: contactModalRiseIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) both; }
.contact-modal.visible .contact-modal-title { animation-delay: 0.03s; }
.contact-modal.visible .contact-modal-close { animation-delay: 0.06s; }
.contact-modal-close {
            appearance: none; -webkit-appearance: none; outline: none;
            min-width: 78px; height: 42px; padding: 0 0.95rem; border: 1px solid rgba(229,51,42,0.34);
            background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
            color: rgba(255,255,255,0.86); cursor: pointer; font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase;
            display: inline-flex; align-items: center; justify-content: center; gap: 0.42rem;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
            transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
        }
.contact-modal-close::before { content: 'x'; color: var(--red); font-size: 0.82rem; line-height: 1; }
.contact-modal-close:hover {
            border-color: rgba(229,51,42,0.55);
            background: linear-gradient(180deg, rgba(229,51,42,0.12), rgba(255,255,255,0.03));
            color: var(--white);
            transform: translateY(-1px);
            box-shadow: 0 10px 24px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.06);
        }
.contact-modal-close:focus,
        .contact-modal-close:focus-visible {
            outline: none;
            border-color: rgba(229,51,42,0.88);
            background: linear-gradient(180deg, rgba(229,51,42,0.14), rgba(255,255,255,0.03));
            box-shadow: 0 0 0 2px rgba(229,51,42,0.18), 0 0 26px rgba(229,51,42,0.2);
            color: var(--white);
        }
.contact-modal-body { max-height: min(60vh, 660px); overflow-y: auto; padding: 1.5rem 1.6rem 1.65rem 1.6rem; scrollbar-color: rgba(229,51,42,0.55) rgba(255,255,255,0.04); }
.contact-modal.visible .contact-modal-body { animation: contactModalBodyIn 0.58s ease 0.1s both; }
.contact-modal-body p { margin-bottom: 1rem; font-size: 0.92rem; line-height: 1.9; color: rgba(255,255,255,0.62); }
.contact-modal-body p:first-child { margin-bottom: 1.2rem; font-size: 1rem; color: rgba(255,255,255,0.78); }
.contact-modal-body strong { color: var(--text-strong); font-weight: 700; }
.contact-modal-body a { color: rgba(255,255,255,0.9); text-decoration: none; border-bottom: 1px solid rgba(229,51,42,0.45); }
.contact-modal-body a:hover { color: var(--red); border-color: var(--red); }
@keyframes contactModalPanelIn {
            0% { opacity: 0; transform: translateY(18px) scale(0.985); filter: blur(10px); }
            100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
        }
@keyframes contactModalRiseIn {
            0% { opacity: 0; transform: translateY(12px); }
            100% { opacity: 1; transform: translateY(0); }
        }
@keyframes contactModalBodyIn {
            0% { opacity: 0; transform: translateY(10px); }
            100% { opacity: 1; transform: translateY(0); }
        }
@keyframes contactModalLineIn {
            0% { opacity: 0; transform: scaleX(0.25); }
            100% { opacity: 1; transform: scaleX(1); }
        }
.logo-text .pipe { color: var(--gray-light); margin: 0 0.2em; }
.imprint-content { max-width: var(--content-max); margin: 0 auto; padding: 5rem var(--page-pad-x); display: grid; grid-template-columns: minmax(220px, var(--inner-aside-w)) minmax(0, 1fr); gap: var(--inner-grid-gap); align-items: start; }
.imprint-heading { position: sticky; top: calc(var(--header-h) + 2rem); }
.imprint-heading h2 { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; line-height: 1; letter-spacing: 0.05em; color: var(--white); }
.imprint-blocks { width: 100%; max-width: var(--inner-content-max); min-width: 0; }
.red-label { font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 0.5rem; }
.imprint-block { margin-bottom: 2.5rem; }
.imprint-block p, .imprint-block address { font-size: 0.975rem; color: var(--text-dim); line-height: 1.82; font-style: normal; }
.imprint-block a { color: rgba(255,255,255,0.62); text-decoration: none; transition: color 0.2s; }
.imprint-block a:hover { color: var(--red); text-decoration: none; }
.imprint-block address a { color: var(--text-dim); }
.imprint-block strong { color: var(--text-strong); font-weight: 700; }
.imprint-block p + p { margin-top: 1rem; }

.section-body h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 0.04em; color: var(--text-strong); margin: 3rem 0 1rem; font-weight: 400; }
.section-body h3:first-child { margin-top: 0; }

/* ── Bildschirmbreiten ── */
@media (prefers-reduced-motion: reduce) { .lang-indicator { transition: none; } }
@media (max-width: 980px) {
            .nav-toggle { display: flex; }
            .main-nav {
                position: fixed;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100dvh;
                background: #000;
                flex-direction: column;
                justify-content: flex-start;
                gap: 1.75rem;
                align-items: center;
                padding: calc(var(--header-h) + 2rem) 1.5rem 3rem;
                overflow-y: auto;
                transform: translateX(100%);
                transition: transform 0.35s ease;
                z-index: 95;
            }
            .main-nav.open { transform: translateX(0); }
            .lang-switch { width: 6rem; height: 2.75rem; }
            .lang-link { font-size: 0.9rem; line-height: 2.45rem; }
            .nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
            .nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
            .nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
            .nav-link { font-size: 1rem; letter-spacing: 0.3em; }
            .header-inner { padding: 0 var(--page-pad-mobile); }
            #nav-backdrop {
                display: none; position: fixed; inset: 0;
                top: var(--header-h); background: rgba(0,0,0,0.65);
                backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
                z-index: 89;
            }
            #nav-backdrop.visible { display: block; }
        }
@media (max-width: 1120px) { .cards-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 980px) { .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cards-grid { grid-template-columns: 1fr; } }
@media (max-width: 1120px) {
            .main-nav { gap: 1.5rem; }
            .text-section { gap: var(--inner-grid-gap-tight); }
        }
@media (max-width: 980px) {
            .text-section { grid-template-columns: 1fr; gap: 2rem; }
            .section-aside { position: static; }
        }
@media (max-width: 768px) {
            .header-inner { padding: 0 var(--page-pad-mobile); }
            .hero { padding: 2rem var(--page-pad-mobile) 2.5rem; margin-top: var(--header-h); }
            .cards-section, .text-section { padding: 4rem var(--page-pad-mobile); }
            .site-footer { padding: 1.5rem; flex-direction: column; text-align: center; }
            .hero-scroll { display: none; }
        }
@media (max-width: 1120px) { .main-nav { gap: 1.5rem; } .about-content { gap: var(--inner-grid-gap-tight); } }
@media (max-width: 980px) { .about-content { grid-template-columns: 1fr; gap: 2rem; } .about-aside { position: static; } }
@media (max-width: 768px) { .page-hero { padding: calc(var(--header-h) + 3rem) var(--page-pad-mobile) 2rem; } .about-content { padding: 3rem var(--page-pad-mobile); } .site-footer { flex-direction: column; gap: 0.75rem; text-align: center; padding: 1.5rem; } }
@media (max-width: 980px) {
            .lb-close { top: 1rem; right: 1rem; }
            .lb-img { max-height: 66vh; }
            .aside-figure { max-width: 420px; }
        }
@media (prefers-reduced-motion: reduce) {
            .lb-backdrop, .lb-grain, .lb-cap, .lb-img, .aside-figure, .aside-figure img { transition: none !important; }
            .lb.is-open .lb-beam { animation: none; opacity: 0.35; }
        }
@media (max-width: 1120px) { .main-nav { gap: 1.5rem; } .contact-wrap { gap: var(--inner-grid-gap-tight); } }
@media (max-width: 980px) { .contact-wrap { grid-template-columns: 1fr; gap: 2.5rem; } .contact-info { position: static; } }
@media (max-width: 768px) { .page-hero { padding: calc(var(--header-h) + 3rem) var(--page-pad-mobile) 2rem; } .contact-wrap { padding: 3rem var(--page-pad-mobile); } }
@media (max-width: 980px) { .form-row { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
            .contact-modal-backdrop,
            .contact-modal,
            .contact-modal-close { transition: none; }
            .contact-modal.visible .contact-modal-panel,
            .contact-modal.visible .contact-modal-head::after,
            .contact-modal.visible .contact-modal-kicker,
            .contact-modal.visible .contact-modal-title,
            .contact-modal.visible .contact-modal-close,
            .contact-modal.visible .contact-modal-body { animation: none; }
        }
@media (max-width: 768px) {
            .consent-wrap { padding: 0.95rem 0.95rem 1rem; }
            .contact-modal-head, .contact-modal-body { padding-left: 1rem; padding-right: 1rem; }
            .contact-modal-title { font-size: 1.9rem; }
            .site-footer { flex-direction: column; gap: 0.75rem; text-align: center; padding: 1.5rem; }
        }
@media (max-width: 1120px) { .main-nav { gap: 1.5rem; } .imprint-content { gap: var(--inner-grid-gap-tight); } }
@media (max-width: 980px) { .imprint-content { grid-template-columns: 1fr; gap: 2rem; } .imprint-heading { position: static; } }
@media (max-width: 768px) { .page-hero { padding: calc(var(--header-h) + 3rem) var(--page-pad-mobile) 2rem; } .imprint-content { padding: 3rem var(--page-pad-mobile); } .site-footer { flex-direction: column; gap: 0.75rem; text-align: center; padding: 1.5rem; } .header-inner { padding: 0 var(--page-pad-mobile); } }
@media (max-width: 768px) { .page-hero { padding: calc(var(--header-h) + 3rem) var(--page-pad-mobile) 2rem; } .imprint-content { padding: 3rem var(--page-pad-mobile); } .site-footer { flex-direction: column; gap: 0.75rem; text-align: center; padding: 1.5rem; } }
