.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}@font-face{font-family:Inter;font-style:normal;font-weight:400 600;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400 500;font-display:swap;src:url(/fonts/jetbrains-mono-latin.woff2) format("woff2")}:root{--bg: #F7F8F8;--surface: #FFFFFF;--surface-alt: #F4F4F5;--surface-dark: #151515;--text-primary: #151515;--text-secondary: #3F3F46;--text-tertiary: #71717A;--text-on-dark: #F7F8F8;--text-on-dark-muted: rgba(247, 248, 248, .72);--accent: #2E5F8A;--accent-hover: #3A72A0;--line: rgba(21, 21, 21, .08);--line-strong: rgba(21, 21, 21, .16);--line-dark: rgba(255, 255, 255, .1);--line-dark-strong: rgba(255, 255, 255, .2);--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 20px;--s-6: 24px;--s-8: 32px;--s-12: 48px;--s-16: 64px;--s-24: 96px;--s-32: 128px;--s-40: 160px;--container-max: 1280px;--nav-height: 72px;--ease-expo: cubic-bezier(.16, 1, .3, 1);--ease-smooth: cubic-bezier(.4, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}a{color:inherit;text-decoration:none}img,svg,video{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}ul,ol{list-style:none}::selection{background:var(--text-primary);color:var(--text-on-dark)}.display-xl{font-family:var(--font-display);font-size:clamp(48px,6vw,72px);line-height:1.02;font-weight:500;letter-spacing:-.02em}.display-l{font-family:var(--font-display);font-size:clamp(36px,4.5vw,56px);line-height:1.05;font-weight:500;letter-spacing:-.018em}h2,.h2{font-size:clamp(28px,3.5vw,40px);line-height:1.1;font-weight:500;letter-spacing:-.015em}h3,.h3{font-size:24px;line-height:1.3;font-weight:500;letter-spacing:-.005em}.body-l{font-size:18px;line-height:1.55}.body-s{font-size:14px;line-height:1.55}.micro-label{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary)}.mono-tag{font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;color:var(--text-tertiary)}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--s-8)}@media(max-width:768px){.container{padding:0 var(--s-6)}}@media(max-width:480px){.container{padding:0 var(--s-5)}}section{padding:140px 0}@media(max-width:768px){section{padding:96px 0}}@media(max-width:480px){section{padding:64px 0}}section[id]{scroll-margin-top:calc(var(--nav-height) + var(--s-6))}.btn{display:inline-flex;align-items:center;gap:var(--s-2);padding:14px 24px;font-size:14px;font-weight:500;letter-spacing:.01em;border:1px solid transparent;cursor:pointer;transition:background-color .2s var(--ease-smooth),color .2s var(--ease-smooth),border-color .2s var(--ease-smooth),transform .2s var(--ease-smooth);min-height:48px;line-height:1.25;white-space:normal;text-align:center;justify-content:center;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--text-primary);color:var(--text-on-dark);border-color:var(--text-primary)}.btn-primary:hover{background:var(--accent);border-color:var(--accent)}.btn-secondary{background:transparent;color:var(--text-primary);border-color:var(--text-primary)}.btn-secondary:hover{background:var(--text-primary);color:var(--text-on-dark)}.btn-primary-inverse{background:var(--text-on-dark);color:var(--text-primary);border-color:var(--text-on-dark)}.btn-primary-inverse:hover{background:var(--accent);color:var(--text-on-dark);border-color:var(--accent)}.btn-inline{display:inline-flex;align-items:center;gap:var(--s-1);color:var(--accent);border-bottom:1px solid currentColor;padding-bottom:2px;font-size:14px;font-weight:500;transition:color .2s}.btn-inline:hover{color:var(--accent-hover)}@media(max-width:480px){.btn{width:100%}}input,select,textarea{font:inherit;color:var(--text-primary);background:transparent;border:none;border-bottom:1px solid var(--line-strong);padding:14px 0;width:100%;border-radius:0;transition:border-color .2s}input:focus,select:focus,textarea:focus{outline:none;border-bottom-color:var(--accent)}textarea{resize:vertical;min-height:96px}label{display:block;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--text-tertiary);margin-bottom:var(--s-1)}.dark-form input,.dark-form select,.dark-form textarea{color:var(--text-on-dark);border-bottom-color:var(--line-dark-strong)}.dark-form input::placeholder,.dark-form textarea::placeholder{color:#ffffff59}.dark-form input:focus,.dark-form select:focus,.dark-form textarea:focus{border-bottom-color:var(--accent)}.dark-form label{color:#ffffff8c}.dark-form select option{color:var(--text-primary)}input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);background:transparent;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;padding:0;flex-shrink:0}input[type=checkbox]:checked{background:var(--text-primary);border-color:var(--text-primary)}input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border-right:1.5px solid var(--text-on-dark);border-bottom:1.5px solid var(--text-on-dark);transform:rotate(45deg)}.dark-form input[type=checkbox]{border-color:var(--line-dark-strong)}.dark-form input[type=checkbox]:checked{background:var(--text-on-dark);border-color:var(--text-on-dark)}.dark-form input[type=checkbox]:checked:after{border-color:var(--text-primary)}.reveal{opacity:0;transform:translateY(12px);transition:opacity .6s var(--ease-expo),transform .6s var(--ease-expo)}.reveal.is-visible{opacity:1;transform:none}.reveal-child{opacity:0;transform:translateY(8px);transition:opacity .5s var(--ease-expo),transform .5s var(--ease-expo)}.reveal.is-visible .reveal-child{opacity:1;transform:none}.reveal.is-visible .reveal-child:nth-child(1){transition-delay:0ms}.reveal.is-visible .reveal-child:nth-child(2){transition-delay:80ms}.reveal.is-visible .reveal-child:nth-child(3){transition-delay:.16s}.reveal.is-visible .reveal-child:nth-child(4){transition-delay:.24s}.reveal.is-visible .reveal-child:nth-child(5){transition-delay:.32s}.reveal.is-visible .reveal-child:nth-child(6){transition-delay:.4s}.section-head{margin-bottom:var(--s-12)}.section-head .micro-label{display:inline-block;margin-bottom:var(--s-6)}.section-head h2{max-width:22ch}.section-head .body-l{margin-top:var(--s-6);color:var(--text-secondary);max-width:56ch}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--s-12)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-12)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media(max-width:1024px){.grid-4{grid-template-columns:1fr 1fr}}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:var(--s-8)}}@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:.4s;animation-timing-function:var(--ease-expo)}::view-transition-group(node-betrieb),::view-transition-group(node-inhaber),::view-transition-group(node-mitarbeiter),::view-transition-group(kicker-betrieb),::view-transition-group(kicker-inhaber),::view-transition-group(kicker-mitarbeiter),::view-transition-group(frage-betrieb),::view-transition-group(frage-inhaber),::view-transition-group(frage-mitarbeiter){animation-duration:.6s;animation-timing-function:var(--ease-expo)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.reveal-child{opacity:1!important;transform:none!important;transition:none!important}}.mk-logo[data-astro-cid-tvrurpns]{display:block}.footer{position:relative;background:var(--surface-dark);color:var(--text-on-dark);padding:clamp(80px,10vh,120px) 0 clamp(28px,4vh,40px);overflow:hidden;isolation:isolate}.footer-aurora{position:absolute;inset:-20%;pointer-events:none;z-index:0;background:radial-gradient(ellipse 50% 40% at 20% 100%,rgba(46,95,138,.18),transparent 65%),radial-gradient(ellipse 40% 35% at 80% 0%,rgba(46,95,138,.12),transparent 70%);filter:blur(60px);animation:footer-drift 38s ease-in-out infinite}@keyframes footer-drift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-3%,2%) scale(1.05)}}.footer-inner{position:relative;z-index:2;display:flex;flex-direction:column;gap:clamp(40px,6vh,64px)}.footer-eyebrow{display:inline-flex;align-items:center;gap:14px;font-family:var(--font-mono);font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#f7f8f88c}.footer-eyebrow:before{content:"";width:28px;height:1px;background:var(--accent)}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:clamp(40px,6vw,80px);padding-bottom:clamp(40px,6vh,56px);border-bottom:1px solid rgba(247,248,248,.08)}@media(max-width:900px){.footer-top{grid-template-columns:1fr;gap:clamp(32px,5vh,48px)}}.footer-brand{display:flex;flex-direction:column;gap:clamp(16px,2.2vh,24px);max-width:340px}.footer-logo{display:inline-flex;color:var(--text-on-dark);transition:color .4s var(--ease-expo)}.footer-logo:hover{color:var(--accent)}.footer-logo img{height:28px;width:auto}.footer-tagline{font-family:var(--font-display);font-size:clamp(20px,1.5vw,24px);line-height:1.35;letter-spacing:-.02em;color:#f7f8f8db;margin:0;font-weight:500}.footer-tagline .italic{color:var(--accent);font-style:italic;font-weight:400}.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,3vw,40px)}@media(max-width:600px){.footer-nav{grid-template-columns:1fr;gap:clamp(28px,4vh,36px)}}.footer-col-title{font-family:var(--font-mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin:0 0 clamp(14px,2vh,20px);display:inline-flex;align-items:center;gap:10px;font-weight:500}.footer-col-title:before{content:"";width:18px;height:1px;background:var(--accent);opacity:.6}.footer-col ul{display:flex;flex-direction:column;gap:clamp(8px,1.2vh,12px);list-style:none;padding:0;margin:0}.footer-col a{font-family:var(--font-body);font-size:14px;line-height:1.5;color:#f7f8f8b8;text-decoration:none;display:inline-flex;align-items:center;gap:0px;transition:color .3s var(--ease-expo),gap .4s var(--ease-expo);position:relative}.footer-col a:before{content:"";width:0;height:1px;background:var(--accent);transition:width .4s var(--ease-expo)}.footer-col a:hover{color:var(--text-on-dark);gap:10px}.footer-col a:hover:before{width:14px}.footer-col li.footer-addr{font-size:14px;line-height:1.55;color:#f7f8f89e}.footer-signature{font-family:var(--font-display);font-size:clamp(56px,11vw,156px);line-height:.85;letter-spacing:-.045em;font-weight:300;color:#f7f8f806;user-select:none;pointer-events:none;text-align:center;margin:0;white-space:nowrap;overflow:hidden}.footer-sig-sup{font-size:.5em;vertical-align:super;color:#2e5f8a1f;font-style:italic}@media(max-width:600px){.footer-signature{font-size:clamp(40px,14vw,80px)}}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:clamp(12px,2vh,20px);padding-top:clamp(20px,3vh,28px);border-top:1px solid rgba(247,248,248,.08)}.footer-copy{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#f7f8f880;margin:0}.footer-copy .italic{font-style:italic;color:var(--accent);text-transform:none;letter-spacing:.04em;font-family:var(--font-display);font-size:13px}.footer-legal{display:flex;gap:clamp(20px,2.5vw,28px);list-style:none;padding:0;margin:0}.footer-legal a{font-family:var(--font-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#f7f8f88c;text-decoration:none;transition:color .3s var(--ease-expo)}.footer-legal a:hover{color:var(--accent)}.footer .footer-eyebrow,.footer .footer-brand,.footer .footer-col,.footer .footer-signature,.footer .footer-bottom{opacity:0;transform:translateY(16px)}.footer.is-visible .footer-eyebrow{animation:footer-rise .7s 0s var(--ease-expo) forwards}.footer.is-visible .footer-brand{animation:footer-rise .8s .15s var(--ease-expo) forwards}.footer.is-visible .footer-col{animation:footer-rise .8s var(--ease-expo) forwards}.footer.is-visible .footer-col:nth-child(1){animation-delay:.2s}.footer.is-visible .footer-col:nth-child(2){animation-delay:.28s}.footer.is-visible .footer-col:nth-child(3){animation-delay:.36s}.footer.is-visible .footer-signature{animation:footer-rise 1.2s .45s var(--ease-expo) forwards}.footer.is-visible .footer-bottom{animation:footer-rise .7s .55s var(--ease-expo) forwards}@keyframes footer-rise{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.footer-aurora{animation:none!important}.footer .footer-eyebrow,.footer .footer-brand,.footer .footer-col,.footer .footer-signature,.footer .footer-bottom{opacity:1!important;transform:none!important;animation:none!important}}
