@charset "UTF-8";@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-green-500: oklch(72.3% .219 149.579);--color-green-600: oklch(62.7% .194 149.214);--color-slate-200: oklch(92.9% .013 255.508);--color-gray-300: oklch(87.2% .01 258.338);--color-gray-500: oklch(55.1% .027 264.364);--color-black: #000;--color-white: #fff;--spacing: .25rem;--container-md: 28rem;--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--font-weight-medium: 500;--font-weight-semibold: 600;--radius-md: .375rem;--radius-lg: .5rem;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.fixed{position:fixed}.static{position:static}.inset-0{inset:calc(var(--spacing) * 0)}.z-40{z-index:40}.z-50{z-index:50}.container{width:100%}@media (width >= 40rem){.container{max-width:40rem}}@media (width >= 48rem){.container{max-width:48rem}}@media (width >= 64rem){.container{max-width:64rem}}@media (width >= 80rem){.container{max-width:80rem}}@media (width >= 96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.ml-3{margin-left:calc(var(--spacing) * 3)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-10{height:calc(var(--spacing) * 10)}.h-20{height:calc(var(--spacing) * 20)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-10{width:calc(var(--spacing) * 10)}.w-20{width:calc(var(--spacing) * 20)}.w-auto{width:auto}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-10{gap:calc(var(--spacing) * 10)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-x-3>:not(:last-child)){--tw-space-x-reverse: 0;margin-inline-start:calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-4>:not(:last-child)){--tw-space-x-reverse: 0;margin-inline-start:calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)))}.rounded-full{border-radius:calc(infinity * 1px)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-gray-500{border-color:var(--color-gray-500)}.bg-black\/40{background-color:color-mix(in srgb,#000 40%,transparent)}@supports (color: color-mix(in lab,red,red)){.bg-black\/40{background-color:color-mix(in oklab,var(--color-black) 40%,transparent)}}.bg-transparent{background-color:transparent}.bg-white\/5{background-color:color-mix(in srgb,#fff 5%,transparent)}@supports (color: color-mix(in lab,red,red)){.bg-white\/5{background-color:color-mix(in oklab,var(--color-white) 5%,transparent)}}.p-2{padding:calc(var(--spacing) * 2)}.p-4{padding:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-12{padding-block:calc(var(--spacing) * 12)}.text-center{text-align:center}.text-right{text-align:right}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-gray-300{color:var(--color-gray-300)}.text-gray-500{color:var(--color-gray-500)}.text-green-500{color:var(--color-green-500)}.text-slate-200{color:var(--color-slate-200)}.italic{font-style:italic}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}@media (hover: hover){.hover\:bg-white\/10:hover{background-color:color-mix(in srgb,#fff 10%,transparent)}@supports (color: color-mix(in lab,red,red)){.hover\:bg-white\/10:hover{background-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}}@media (hover: hover){.hover\:text-green-600:hover{color:var(--color-green-600)}}.focus\:outline-none:focus{--tw-outline-style: none;outline-style:none}@media (width >= 48rem){.md\:mt-0{margin-top:calc(var(--spacing) * 0)}}@media (width >= 48rem){.md\:mb-0{margin-bottom:calc(var(--spacing) * 0)}}@media (width >= 48rem){.md\:ml-4{margin-left:calc(var(--spacing) * 4)}}@media (width >= 48rem){.md\:block{display:block}}@media (width >= 48rem){.md\:flex{display:flex}}@media (width >= 48rem){.md\:hidden{display:none}}@media (width >= 48rem){.md\:w-1\/2{width:50%}}@media (width >= 48rem){.md\:w-auto{width:auto}}@media (width >= 48rem){.md\:flex-1{flex:1}}@media (width >= 48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width >= 48rem){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width >= 48rem){.md\:flex-col{flex-direction:column}}@media (width >= 48rem){.md\:flex-row{flex-direction:row}}@media (width >= 48rem){.md\:items-center{align-items:center}}@media (width >= 48rem){.md\:items-end{align-items:flex-end}}@media (width >= 48rem){.md\:items-start{align-items:flex-start}}@media (width >= 48rem){.md\:justify-between{justify-content:space-between}}@media (width >= 48rem){.md\:gap-6{gap:calc(var(--spacing) * 6)}}@media (width >= 48rem){:where(.md\:space-x-8>:not(:last-child)){--tw-space-x-reverse: 0;margin-inline-start:calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)))}}:where(.rtl\:space-x-reverse:where(:dir(rtl),[dir=rtl],[dir=rtl] *)>:not(:last-child)){--tw-space-x-reverse: 1}}:root{--accent: #83c26e}body{background-color:var(--bg-color);color:var(--text-color);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:1.08em;letter-spacing:.01em;min-height:100vh}body.light-mode{--bg-color: #f1f1f1;--text-color: #222;--nav-bg: #fff;--item-bg: #f6f8fa;--item-active-bg: #e0f7ef;--input-bg: transparent;--input-border: #e0f7ef;--form-bg: #fff;--form-bg-hover: #f1f1f1;--form-border: #e0f7ef;--select-bg: #fff;--icon-invert: 0;--placeholder-color: #a0a0ad}body.dark-mode{--bg-color: #181c1f;--text-color: #f6f8fa;--nav-bg: #23282c;--item-bg: #23282c;--item-active-bg: #2a2f34;--input-bg: transparent;--input-border: #83c26e;--form-bg: #23282c;--form-bg-hover: rgba(42, 47, 52, .704);--form-border: #83c26e;--select-bg: #23282c;--icon-invert: 100;--placeholder-color: #a0a0ad}.router-link-active{background:var(--accent);border-radius:1em;flex:1 1 0;min-width:100px;max-width:340px;margin:0 .25rem}body.modal-active{overflow:hidden;position:relative}body.modal-active:before{content:"";position:fixed;inset:0;z-index:999;background:#00000059;pointer-events:none;opacity:0;animation:bodyBlurIn .25s ease forwards}@keyframes bodyBlurIn{0%{opacity:0}to{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}.start-hero{background:linear-gradient(180deg,#032529b3,#03252999);padding:5.5rem 1rem;color:var(--text-color);text-align:center}.start-hero__inner{max-width:1100px;margin:0 auto}.start-hero__title{font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.05;margin:0 0 .6rem;color:#fff!important;font-weight:700}.start-hero__subtitle{color:#fffc!important;margin:0 0 1.4rem;font-size:1.05rem}.start-hero__ctas{display:flex;gap:.75rem;justify-content:center;align-items:center}.start-hero__meta{margin-top:1rem}.theme-toggle{background:transparent;color:var(--text-color);border:1px dashed rgba(255,255,255,.12);padding:.4rem .7rem;border-radius:6px}.btn{padding:.65rem 1rem;border-radius:8px;border:none;cursor:pointer;text-decoration:none;display:inline-block}.btn.primary{background:var(--accent);color:#fff;box-shadow:0 10px 30px #00000026}.btn.ghost{background:transparent;color:var(--accent);border:1px solid rgba(0,0,0,.06)}.container{max-width:1100px;margin:0 auto;padding:3rem 1rem}.start-services{background:var(--bg-color);color:var(--text-color);padding:3rem 0}.section-title{font-size:1.5rem;margin:0 0 .25rem}.section-sub{color:#00000073;margin:0 0 1.6rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-card{background:var(--form-bg);padding:1.25rem;border-radius:10px;box-shadow:var(--shadow-light)}.service-card h3{margin:.25rem 0 .5rem}.service-card p{margin:0;color:#0009}.showcase{padding:2.5rem 0}.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.placeholder-img{background:linear-gradient(135deg,#053229e6,#3b82f61f);color:#ffffffe6;min-height:160px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-weight:600}.process{padding:2.5rem 0;background:transparent}.process-steps{display:flex;gap:1rem;justify-content:space-between}.step{background:var(--form-bg);padding:1rem;border-radius:10px;flex:1;box-shadow:var(--shadow-light)}.step-num{background:var(--accent);color:#fff;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:700;margin-bottom:.6rem}.cases{padding:2.5rem 0}.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.case-card{display:flex;gap:1rem;background:var(--form-bg);padding:1rem;border-radius:10px;box-shadow:var(--shadow-light)}.case-thumb{min-width:120px;background:linear-gradient(135deg,#032529b3,#53c38433);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.case-body h3{margin:0 0 .4rem}.testimonials{padding:2.5rem 0;background:transparent}.test-grid{display:flex;gap:1rem}.test{background:var(--form-bg);padding:1rem;border-left:4px solid var(--accent);border-radius:6px}.test footer{margin-top:.6rem;font-size:.9rem;color:#00000080}.reveal{opacity:0;transform:translateY(18px) scale(.995);transition:opacity .52s ease,transform .52s cubic-bezier(.2,.9,.2,1);will-change:opacity,transform}.reveal.show{opacity:1;transform:translateY(0) scale(1)}.start-hero{--hero-a: #053229;--hero-b: #355e58}.start-hero__deck{color:#ffffffd1;margin:.7rem auto 1.2rem;max-width:760px}.start-hero__inner{position:relative}.start-hero:after{content:"";position:absolute;right:4%;top:10%;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(131,194,110,.12),transparent 40%);filter:blur(18px);pointer-events:none}.btn.primary{transition:transform .18s ease,box-shadow .18s ease}.btn.primary:hover,.btn.primary:focus{transform:translateY(-3px);box-shadow:0 18px 44px #0532292e}.btn.ghost{transition:background .12s ease,color .12s ease}.btn.ghost:hover{background:#ffffff08}.service-card{display:flex;gap:.9rem;align-items:flex-start;border-radius:12px}.service-icon{width:100px;height:100px;flex:0 0 48px;border-radius:8px;object-fit:cover}.placeholder-img{border-radius:12px;min-height:140px;display:flex;align-items:center;justify-content:center;font-weight:600}.placeholder-img:after{content:"Bildplatzhalter";color:#ffffffe6}.case-thumb{overflow:hidden;border-radius:8px}.case-thumb img{width:100%;height:100%;object-fit:cover;display:block}.step{border-radius:12px}.test{border-radius:8px}.services-grid,.cases-grid,.showcase-grid{gap:1.2rem}@media (max-width: 900px){.start-hero:after{display:none}}body.light-mode .start-hero__subtitle,body.light-mode .section-sub,body.light-mode .service-card p,body.light-mode .case-body p{color:#0009}body.dark-mode .section-sub,body.dark-mode .service-card p,body.dark-mode .case-body p{color:#ffffffbf}input::placeholder,textarea::placeholder{color:var(--placeholder-color);opacity:1}@media (max-width: 900px){.services-grid,.showcase-grid,.cases-grid{grid-template-columns:repeat(2,1fr)}.process-steps{flex-direction:column}}@media (max-width: 600px){.services-grid,.showcase-grid,.cases-grid{grid-template-columns:1fr}.start-hero__ctas{flex-direction:column}}.tech-stack{background:var(--bg-color);color:var(--text-color);padding:3rem 0;text-align:center}.tech-stack .tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1.5rem;justify-items:center;align-items:center;margin-top:2rem}.tech-stack .tech-grid .tech-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:var(--form-bg);border-radius:1em;padding:1rem;box-shadow:0 2px 12px #3ed6b714;transition:all .2s ease-in-out;height:120px;width:100px}.tech-stack .tech-grid .tech-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #3ed6b721}.tech-stack .tech-grid .tech-item img{width:50px;height:50px}.tech-stack .tech-grid .tech-item span{font-weight:600;font-size:.95rem}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-space-x-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-space-y-reverse: 0;--tw-space-x-reverse: 0;--tw-border-style: solid;--tw-font-weight: initial;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}
