:root{--max-width:1200px;--content-padding:1rem;--background:#f8fafc;--foreground:#1e293b;--construction-orange:#f97316;--construction-blue:#0ea5e9;--construction-gray:#64748b;--construction-green:#10b981}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;color:var(--foreground);background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#cbd5e1 100%);flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;display:flex;position:relative}body:before{content:"";z-index:0;pointer-events:none;background-image:radial-gradient(circle at 20% 20%,rgba(249,115,22,.08) 0%,transparent 50%),radial-gradient(circle at 80% 30%,rgba(14,165,233,.06) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(16,185,129,.05) 0%,transparent 50%),linear-gradient(45deg,transparent 40%,rgba(249,115,22,.02) 50%,transparent 60%),linear-gradient(-45deg,transparent 40%,rgba(14,165,233,.02) 50%,transparent 60%);background-size:400px 400px,300px 300px,350px 350px,100px 100px,125px 125px;animation:25s ease-in-out infinite constructionFlow;position:fixed;top:0;bottom:0;left:0;right:0}body:after{content:"";z-index:0;pointer-events:none;background-image:repeating-linear-gradient(45deg,transparent,transparent 98px,rgba(249,115,22,.03) 100px,rgba(249,115,22,.03) 102px),repeating-linear-gradient(-45deg,transparent,transparent 148px,rgba(14,165,233,.02) 150px,rgba(14,165,233,.02) 152px);animation:30s linear infinite constructionPattern;position:fixed;top:0;bottom:0;left:0;right:0}main{width:100%;max-width:var(--max-width);padding:var(--content-padding);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:rgba(255,255,255,.95);border-radius:8px;margin:0 auto;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.1)}.content-container{width:100%;max-width:var(--max-width);padding:var(--content-padding);flex-direction:column;margin:0 auto;display:flex}@media (max-width:1023px){p,div,h2,h3,h4,h5,h6,span{text-align:center}}@media (max-width:767px){h1{text-align:center}.imprint-container *,.privacy-container *{text-align:center!important}}@media (min-width:768px){.imprint-container *,.privacy-container *{text-align:left!important}}@media (min-width:1024px){p,div,h1,h2,h3,h4,h5,h6,span{text-align:left}}@keyframes constructionFlow{0%,to{background-position:0 0,100% 0,0 100%,0 0,100% 100%;transform:rotate(0)}25%{background-position:25% 25%,75% 25%,25% 75%,50% 0,50% 100%;transform:rotate(.5deg)}50%{background-position:50%,50%,50%,100% 0,0 100%;transform:rotate(0)}75%{background-position:75% 25%,25% 75%,75% 25%,50% 100%,50% 0;transform:rotate(-.5deg)}}@keyframes constructionPattern{0%{background-position:0 0,0 0}to{background-position:200px 200px,-200px 200px}}@media (min-width:768px){:root{--content-padding:1.5rem}body{font-size:16px}body:before{background-size:300px 300px,100px 100px}body:after{background-size:80px 80px}main{border-radius:10px;padding:1.5rem}}@media (min-width:1024px){:root{--content-padding:2rem}body{font-size:18px}body:before{background-size:400px 400px,150px 150px}body:after{background-size:120px 120px}main{border-radius:12px;padding:2rem}}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){:root{--background:#0f172a;--foreground:#e2e8f0;--construction-orange:#fb923c;--construction-blue:#38bdf8;--construction-gray:#94a3b8;--construction-green:#34d399}body{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%)}body:before{background:radial-gradient(circle at 20% 80%,rgba(251,146,60,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(56,189,248,.1) 0%,transparent 50%),linear-gradient(135deg,rgba(148,163,184,.05) 25%,transparent 25%,transparent 50%,rgba(52,211,153,.05) 50%,rgba(52,211,153,.05) 75%,transparent 75%)}body:after{background:repeating-conic-gradient(rgba(251,146,60,.08) 0deg,rgba(251,146,60,.08) 30deg,rgba(56,189,248,.08) 30deg,rgba(56,189,248,.08) 60deg,rgba(148,163,184,.06) 60deg,rgba(148,163,184,.06) 90deg,transparent 90deg,transparent 120deg)}main{background:rgba(15,23,42,.95);box-shadow:0 4px 12px rgba(0,0,0,.3)}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.Header-module__Af2_WG__header{background:#f5f5f5;border-bottom:1px solid #ddd;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:60px;min-height:60px;padding:0 1rem;display:flex;position:relative}.Header-module__Af2_WG__logo{align-items:center;height:100%;font-size:.85rem;font-weight:700;line-height:1;display:flex}.Header-module__Af2_WG__navList{z-index:100;background:#f5f5f5;border-radius:0;flex-direction:column;align-items:center;gap:.8rem;width:100%;margin:0;padding:1rem 0;list-style:none;display:none;position:absolute;top:60px;left:0;box-shadow:0 4px 16px rgba(0,0,0,.07)}.Header-module__Af2_WG__logoLink{color:inherit;text-decoration:none}.Header-module__Af2_WG__burger{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Header-module__Af2_WG__navOpen .Header-module__Af2_WG__navList{display:flex!important}.Header-module__Af2_WG__navList li{justify-content:center;width:100%;margin:0;padding:0;display:flex}.Header-module__Af2_WG__navLink{box-sizing:border-box;text-align:center;color:inherit;background:#f5f5f5;border-radius:8px;margin:.2rem 0;padding:1rem 1.5rem;text-decoration:none;transition:background .15s;display:block}.Header-module__Af2_WG__navLink:hover,.Header-module__Af2_WG__navLink:focus{background:#ececec}.Header-module__Af2_WG__burgerBar{background:#222;border-radius:2px;width:22px;height:2.5px;margin:2.5px 0;transition:all .3s}@media (min-width:768px){.Header-module__Af2_WG__header{height:65px;min-height:65px;padding:0 1.5rem}.Header-module__Af2_WG__logo{font-size:.92rem}.Header-module__Af2_WG__burger{width:36px;height:36px}.Header-module__Af2_WG__navList{padding:1.2rem 0;top:65px}.Header-module__Af2_WG__navLink{padding:1.1rem 2rem}.Header-module__Af2_WG__burgerBar{width:24px;height:3px;margin:3px 0}}@media (min-width:1024px){.Header-module__Af2_WG__logo{font-size:.98rem}.Header-module__Af2_WG__burger{display:none}.Header-module__Af2_WG__navList{box-shadow:none;min-width:unset;background:0 0;border-radius:0;flex-direction:row;gap:2rem;padding:0;position:static;top:auto;left:auto;transform:none;display:flex!important}.Header-module__Af2_WG__navList li{width:auto}.Header-module__Af2_WG__navLink{background:0 0;border-radius:0;align-items:center;height:100%;margin:0;padding:0;display:flex}.Header-module__Af2_WG__burgerBar{width:26px}}@media (prefers-color-scheme:dark){.Header-module__Af2_WG__header{background:#1e293b;border-bottom:1px solid #475569}.Header-module__Af2_WG__navList{background:#1e293b}.Header-module__Af2_WG__burgerBar{background:#e2e8f0}.Header-module__Af2_WG__navLink{background:#1e293b}.Header-module__Af2_WG__navLink:hover,.Header-module__Af2_WG__navLink:focus{background:#334155}}
.Footer-module__EZoWya__loginIcon{cursor:pointer;vertical-align:middle;align-items:center;margin-left:.5rem;font-size:1rem;transition:color .2s;display:inline-flex}.Footer-module__EZoWya__loginIcon:focus,.Footer-module__EZoWya__loginIcon:hover{color:#0070f3;outline:none}.Footer-module__EZoWya__footer{text-align:center;background:#f5f5f5;border-top:1px solid #ddd;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:auto;margin-bottom:0;padding:8px 1rem;display:flex}.Footer-module__EZoWya__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.2rem;margin-bottom:.2rem;display:flex}.Footer-module__EZoWya__link{color:#222;margin:0 .2rem;font-size:.85rem;text-decoration:underline}.Footer-module__EZoWya__separator{color:#888;margin:0 .2rem}.Footer-module__EZoWya__copyright{color:#666;margin-top:.1rem;font-size:.85rem}@media (min-width:768px){.Footer-module__EZoWya__footer{padding:1rem 2rem}.Footer-module__EZoWya__links,.Footer-module__EZoWya__link,.Footer-module__EZoWya__copyright{font-size:.9rem}}@media (min-width:1024px){.Footer-module__EZoWya__footer{padding:2px 1.5rem}.Footer-module__EZoWya__links{font-size:.95rem}.Footer-module__EZoWya__link{margin:0 .2rem;font-size:.95rem}.Footer-module__EZoWya__copyright{margin-top:.1rem;font-size:.95rem}}@media (prefers-color-scheme:dark){.Footer-module__EZoWya__footer{background:#1e293b;border-top:1px solid #475569}.Footer-module__EZoWya__link{color:#e2e8f0}.Footer-module__EZoWya__separator,.Footer-module__EZoWya__copyright{color:#94a3b8}}
.CookieBanner-module___9etpq__cookieBanner{color:#fff;z-index:1000;background-color:#333;border-radius:8px;max-width:600px;margin:0 auto;padding:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;animation:.3s ease-out CookieBanner-module___9etpq__slideUp;position:fixed;bottom:10px;left:5px;right:5px;box-shadow:0 4px 8px rgba(0,0,0,.2)}@keyframes CookieBanner-module___9etpq__slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.CookieBanner-module___9etpq__cookieText{margin:0;font-size:13px;line-height:1.5}.CookieBanner-module___9etpq__datenschutzLink{color:#00bfff;cursor:pointer;margin-left:4px;text-decoration:underline}.CookieBanner-module___9etpq__datenschutzLink:hover{color:#08c}.CookieBanner-module___9etpq__buttonContainer{text-align:center;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:15px;display:flex}.CookieBanner-module___9etpq__acceptButton{color:#fff;cursor:pointer;background-color:#00bfff;border:none;border-radius:5px;padding:8px 16px;font-size:13px;transition:background-color .2s}.CookieBanner-module___9etpq__acceptButton:hover{background-color:#08c}.CookieBanner-module___9etpq__declineButton{color:#fff;cursor:pointer;background-color:#555;border:none;border-radius:5px;padding:8px 16px;font-size:13px;transition:background-color .2s}.CookieBanner-module___9etpq__declineButton:hover{background-color:#777}@media (min-width:768px){.CookieBanner-module___9etpq__cookieBanner{padding:18px;bottom:20px;left:10px;right:10px}.CookieBanner-module___9etpq__cookieText{font-size:14px}.CookieBanner-module___9etpq__buttonContainer{justify-content:flex-end}.CookieBanner-module___9etpq__acceptButton,.CookieBanner-module___9etpq__declineButton{padding:9px 18px;font-size:14px}}@media (min-width:1024px){.CookieBanner-module___9etpq__cookieBanner{padding:20px;bottom:30px}.CookieBanner-module___9etpq__acceptButton,.CookieBanner-module___9etpq__declineButton{padding:10px 20px}}
