@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Regular-BdMzRefO.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Italic-BClKdKAZ.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Medium-DZarjTSE.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-MediumItalic-C-S1044v.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-SemiBold-C0-6BeuA.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-SemiBoldItalic-CHnkcWpI.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Bold-D4JCkd3k.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-BoldItalic-ChsC8_PY.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}:root{--bg: #09090b;--surface: #101016;--surface-2: #17171f;--surface-3: #202030;--border: #2a2a3a;--border-2: #363648;--accent: #22c55e;--accent-light: #4ade80;--accent-dark: #16a34a;--accent-glow: rgba(34, 197, 94, .12);--accent-glow-2: rgba(34, 197, 94, .06);--text: #eef1f6;--text-muted: #7a8799;--text-subtle: #44505e;--white: #ffffff;font-family:Montserrat,system-ui,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;background-color:var(--bg);color:var(--text)}#root{max-width:100%;margin:0;padding:0;text-align:left}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-light)}h1,h2,h3,h4{line-height:1.2;color:var(--white)}p{color:var(--text);line-height:1.7}ul{list-style:none}address{font-style:normal}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:80px;background-color:#09090bd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.navbar__inner{max-width:1280px;margin:0 auto;height:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar__logo{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.navbar__logo img{height:70px;width:auto}.navbar__links{display:flex;align-items:center;gap:.125rem}.navbar__links button{background:#c9d1d9;border:none;color:var(--text);font-size:.875rem;font-weight:500;letter-spacing:.02em;padding:.5rem .875rem;border-radius:6px;transition:color .15s,background .15s}.navbar__links button:hover{color:var(--text);background:#ffffff0d}.navbar__links button.nav--cta{background:var(--accent);color:#000;font-weight:600;margin-left:.5rem;padding:.5rem 1.125rem}.navbar__links button.nav--cta:hover{background:var(--accent-light);color:#000}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;transition:background .2s;z-index:1100}.navbar__hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s}.navbar__hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-content{margin-top:64px}.grid{max-width:1280px;margin:0 auto;padding:0 2rem}.grid--12{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem}.grid--3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid--2{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:start}.section{padding:6rem 0}.section__header{max-width:1280px;margin:0 auto 3.5rem;padding:0 2rem;text-align:center}.section__label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section__header h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;margin-bottom:.875rem;color:var(--white)}.section__header p{color:var(--text-muted);font-size:1.05rem;max-width:560px;margin:0 auto;line-height:1.75}.accent{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;border:1.5px solid transparent;letter-spacing:.01em}.btn--primary{background:var(--accent);color:#000;border-color:var(--accent)}.btn--primary:hover{background:var(--accent-light);border-color:var(--accent-light);transform:translateY(-1px);box-shadow:0 6px 24px #22c55e59}.btn--outline{background:transparent;color:var(--text);border-color:var(--border-2)}.btn--outline:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-glow-2)}.btn--full{width:100%}.section--home{min-height:min(calc(100vh - 64px),780px);display:flex;align-items:center;background-color:var(--bg);background-image:radial-gradient(circle,rgba(34,197,94,.07) 1px,transparent 1px);background-size:32px 32px;position:relative;overflow:hidden}.section--home:before{content:"";position:absolute;top:-20%;right:-5%;width:55%;height:80%;background:radial-gradient(ellipse,rgba(34,197,94,.08) 0%,transparent 65%);pointer-events:none}.section--home:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,transparent,var(--bg));pointer-events:none}.section--home .grid--12{width:100%;position:relative;z-index:1;display:flex;flex-direction:column;gap:0}.home__content{grid-column:1 / -1;max-width:780px;padding:4rem 0 3rem}.home__tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-glow);border:1px solid rgba(34,197,94,.25);padding:.375rem 1rem;border-radius:100px;margin-bottom:2rem}.home__tag:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.home__headline{font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1.05;color:var(--white);margin-bottom:1.5rem;letter-spacing:-.02em}.home__sub{font-size:1.125rem;color:var(--text-muted);max-width:520px;margin-bottom:2.5rem;line-height:1.8}.home__cta{display:flex;gap:.875rem;flex-wrap:wrap;margin-bottom:4rem}.home__stats{display:flex;align-items:stretch;gap:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);max-width:520px}.home__stat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1.5rem;position:relative}.home__stat+.home__stat:before{content:"";position:absolute;left:0;top:20%;height:60%;width:1px;background:var(--border)}.home__stat-num{font-size:1.75rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:.25rem;letter-spacing:-.02em}.home__stat-label{font-size:.775rem;color:var(--text-muted);font-weight:500;text-align:center;line-height:1.3}.section--angebot{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.75rem;transition:border-color .25s,box-shadow .25s,transform .25s;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent-dark),var(--accent));opacity:0;transition:opacity .25s}.card:hover{border-color:#22c55e59;box-shadow:0 8px 32px #22c55e14;transform:translateY(-3px)}.card:hover:before{opacity:1}.card__num{position:absolute;top:1.75rem;right:1.75rem;font-size:.75rem;font-weight:700;font-family:Courier New,monospace;color:var(--text-subtle);letter-spacing:.05em}.card__icon{font-size:2rem;margin-bottom:1.125rem;display:block}.card h3{font-size:1.125rem;font-weight:700;margin-bottom:.625rem;color:var(--white)}.card p{color:var(--text-muted);font-size:.9rem;line-height:1.75}.section--ueber-mich{background:var(--bg)}.section--ueber-mich .grid--12{width:100%}.about__inner{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about__text h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em}.about__text p{color:var(--text-muted);margin-bottom:1rem;font-size:.9875rem;line-height:1.8}.about__text strong{color:var(--accent);font-weight:600}.about__highlights{margin-top:1.75rem;display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.about__highlights li{display:flex;align-items:flex-start;gap:.5rem;color:var(--text);font-weight:500;font-size:.875rem;padding:.625rem .875rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;line-height:1.4}.about__highlights li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:.3em}.about__terminal{background:#0d1117;border:1px solid var(--border);border-radius:12px;overflow:hidden;font-family:Courier New,monospace;box-shadow:0 24px 64px #0009,0 0 0 1px #22c55e0d}.terminal__bar{background:#161b22;padding:.75rem 1.125rem;display:flex;gap:.5rem;align-items:center;border-bottom:1px solid var(--border)}.dot{width:12px;height:12px;border-radius:50%}.dot--red{background:#ff5f57}.dot--yellow{background:#febc2e}.dot--green{background:#28c840}.terminal__body{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.4rem}.terminal__body p{font-size:.875rem;line-height:1.6;color:var(--text-muted);margin:0}.t-green{color:var(--accent);font-weight:700;margin-right:.5rem}.t-white{color:#c9d1d9;padding-left:1.25rem}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.blink{animation:blink 1s step-end infinite;color:var(--accent)}.section--preise{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.preise__cards{margin-bottom:0}.preise__card{display:flex;flex-direction:column;gap:0;position:relative}.preise__card--popular{border-color:#22c55e66!important;box-shadow:0 0 0 1px #22c55e33,0 16px 48px #22c55e1a!important}.preise__card--popular:before{opacity:1!important}.preise__popular-badge{position:absolute;top:-1px;right:1.75rem;background:var(--accent);color:#000;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:0 0 8px 8px}.preise__card-header{margin-bottom:1.25rem}.preise__card-header .card__icon{margin-bottom:.875rem;font-size:2rem}.preise__card-header h3{font-size:1.25rem;font-weight:700;margin-bottom:.375rem;color:var(--white)}.preise__price{font-size:2.25rem;font-weight:800;color:var(--accent);letter-spacing:-.03em;line-height:1;margin-bottom:.25rem}.preise__price-sub{font-size:.825rem;color:var(--text-subtle);margin-bottom:1.25rem}.preise__desc{color:var(--text-muted);font-size:.9rem;line-height:1.7;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.preise__features{display:flex;flex-direction:column;gap:.625rem;margin-bottom:2rem;flex:1}.preise__feature{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--text-muted);line-height:1.4}.preise__feature:before{content:"✓";color:var(--accent);font-weight:700;font-size:.8rem;flex-shrink:0;margin-top:.075em}.preise__hinweis{max-width:1280px;margin:2rem auto 0;padding:0 2rem;color:var(--text-subtle);font-size:.8rem;text-align:center}.preise__divider{max-width:1280px;margin:4rem auto;padding:0 2rem;border:none;border-top:1px solid var(--border)}.preise__individuell{max-width:1280px;margin:0 auto;padding:2.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap;background:var(--bg);border:1px solid var(--border);border-radius:16px}.preise__individuell-text h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;margin-bottom:.875rem;letter-spacing:-.02em}.preise__individuell-text p{color:var(--text-muted);font-size:.9375rem;line-height:1.8;margin-bottom:.625rem;max-width:560px}.preise__individuell-text strong{color:var(--accent);font-weight:600}.preise__individuell-cta{flex-shrink:0}.section--kontakt{background:var(--bg)}.section--kontakt>.grid--2{max-width:1280px;margin:0 auto;padding:0 2rem}.kontakt__info h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.kontakt__info>p{color:var(--text-muted);margin-bottom:2.5rem;line-height:1.8;font-size:.9375rem}.kontakt__details{display:flex;flex-direction:column;gap:1.125rem}.kontakt__detail{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:border-color .2s}.kontakt__detail:hover{border-color:#22c55e4d}.kontakt__icon{font-size:1.25rem;margin-top:.1rem;flex-shrink:0}.kontakt__detail strong{display:block;color:var(--white);margin-bottom:.2rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.kontakt__detail p{color:var(--text-muted);margin:0;line-height:1.5;font-size:.9375rem}.kontakt__form-wrap{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.25rem}.kontakt__form{display:flex;flex-direction:column;gap:1.125rem}.form__row--2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form__group{display:flex;flex-direction:column;gap:.375rem}.form__group label{font-size:.775rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.form__group input,.form__group textarea{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;color:var(--text);font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s;resize:vertical}.form__group input:focus,.form__group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #22c55e1f}.form__group input::placeholder,.form__group textarea::placeholder{color:var(--text-subtle)}.form__feedback{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:.25rem}.form__feedback--success{background:#22c55e14;color:#4ade80;border:1px solid rgba(34,197,94,.2)}.form__feedback--error{background:#ef444414;color:#f87171;border:1px solid rgba(239,68,68,.2)}.footer{background:#000;border-top:1px solid var(--border)}.footer__inner{height:auto;max-width:1280px;margin:0 auto;padding:4rem 2rem 3rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer__brand{display:flex;flex-direction:column;gap:.875rem}.footer__logo{background:none;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;width:fit-content}.footer__logo img{height:36px;width:auto;opacity:.7;transition:opacity .2s}.footer__logo:hover img{opacity:1}.footer__tagline{color:var(--text-subtle);font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}.footer__nav h4,.footer__contact h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-subtle);margin-bottom:1.25rem;font-weight:600}.footer__nav,.footer__contact{min-width:0}.footer__nav ul{display:flex;flex-direction:column;gap:.625rem}.footer__nav button{background:none;border:none;color:var(--text-muted);font-size:.9rem;padding:0;text-align:left;transition:color .2s}.footer__nav button:hover{color:var(--accent)}.footer__contact address p{color:var(--text-muted);font-size:.875rem;margin-bottom:.5rem;line-height:1.6;overflow-wrap:break-word;word-break:break-word}.footer__bottom{max-width:1280px;margin:0 auto;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between}.footer__bottom p{color:var(--text-subtle);font-size:.8rem}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:var(--text-muted);font-size:.8rem;transition:color .2s}.footer__legal a:hover{color:var(--accent)}@media(max-width:1024px){.grid--3{grid-template-columns:1fr 1fr}.about__inner{grid-template-columns:1fr;gap:3rem}.about__highlights{grid-template-columns:1fr}.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media(max-width:768px){.navbar{background-color:#09090bfa}.navbar__hamburger{display:flex}.navbar__links{display:none;position:fixed;inset:200px 0 0;background:#09090b;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-direction:column;align-items:center;justify-content:center;gap:.5rem;z-index:1001}.navbar__links.open{display:flex}.navbar__links button{font-size:1.25rem;padding:.875rem 2rem;width:100%;max-width:280px;text-align:center;border-radius:8px;color:#000}.navbar__links button.nav--cta{margin-left:0;margin-top:.5rem}.grid--3,.grid--2,.form__row--2{grid-template-columns:1fr}.home__headline{font-size:2.75rem}.home__stats{max-width:100%}.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:.75rem;text-align:center}.section{padding:4rem 0}.preise__individuell{flex-direction:column;gap:2rem}}@media(max-width:480px){.navbar__inner{padding:0 1rem}.navbar__logo img{height:52px}.grid,.section__header,.section--kontakt>.grid--2{padding:0 1rem}.home__cta{flex-direction:column}.btn{width:100%}.about__highlights{grid-template-columns:1fr}.footer__inner{padding:2.5rem 1rem 2rem;gap:1.5rem}.footer__bottom{padding:1rem}.footer__legal{gap:1rem}}.legal-page{min-height:calc(100vh - 64px);background:var(--bg);padding:4rem 0 6rem;margin-top:40px}.legal-page__inner{max-width:800px;margin:0 auto;padding:0 2rem}.legal-page__inner h1{font-size:2rem;color:var(--white);font-weight:800;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid var(--border);letter-spacing:-.02em}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.125rem;color:var(--accent);margin-bottom:1rem;margin-top:.5rem;font-weight:600}.legal-section h3{font-size:.9375rem;color:var(--text);font-weight:600;margin-top:1.25rem;margin-bottom:.5rem}.legal-section p,.legal-section address{color:var(--text-muted);line-height:1.8;font-style:normal;margin-bottom:.75rem;font-size:.9375rem}.legal-section ul{list-style:none;padding:0;margin:.75rem 0}.legal-section ul li{color:var(--text-muted);padding:.3rem 0 .3rem 1.4rem;position:relative;line-height:1.7;font-size:.9375rem}.legal-section ul li:before{content:"▸";color:var(--accent);position:absolute;left:0}.legal-section a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.legal-section a:hover{color:var(--accent-light)}@media(max-width:600px){.legal-page__inner h1{font-size:1.5rem}.legal-section h2{font-size:1rem}}
