@charset "UTF-8";:root{--bg: #050816;--bg-light: #0b1020;--accent: #ffcc00;--accent-soft: rgba(255, 204, 0, .15);--text: #f5f5f5;--muted: #a0a6b8;--radius-lg: 1.5rem;--radius-md: 1rem;--shadow-soft: 0 18px 40px rgba(0, 0, 0, .45);--transition-fast: .2s ease-out;--spacing: 1.5rem;--content__footer-popups-display: none;--footer__height: 65px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top,#141b3a 0,#050816 60%);color:var(--text);display:flex;flex-direction:column;min-height:100vh;align-items:center}.main{flex:1}.content{min-height:100vh;max-width:1920px;display:flex;flex-direction:column}.content__footer-popups{justify-content:center;align-items:end;height:100vh;position:fixed;z-index:10000;background:#000000b3;width:100vw;left:0;display:var(--content__footer-popups-display, flex)}.content__footer-popups-popup{display:flex;flex-direction:column;background:var(--bg-light);width:90%;height:30%;bottom:calc(var(--footer__height) + 16px);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.05);padding:6px 1.4rem 1.3rem;position:absolute;max-width:600px}.content__footer-popups-popup:after{content:"";display:block;position:absolute;height:30px;width:30px;transform:rotate(45deg);background:var(--bg-light);bottom:-4%;left:var(--popup-arrow__offset-horizontal);border-right:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.content__footer-popups-popup-header{display:flex;justify-content:flex-end;align-items:end;border-bottom:1px solid rgba(255,255,255,.05);height:30px;font-size:30px;cursor:pointer}.content__footer-popups-popup-body{padding:16px 0;display:none;overflow-y:scroll;overflow-x:hidden}.content__footer-popups-popup-body--impressum{font-size:10px}.hero{padding:3.5rem 1.5rem 2.5rem;display:flex;justify-content:center}.hero-inner{width:100%;display:flex;align-items:start;flex-direction:column-reverse;gap:2rem;justify-content:space-between}.hero-brand{flex-shrink:0}.hero-logo{max-width:260px;width:100%;height:auto;display:block}.hero-content{text-align:left}.hero h1{font-size:clamp(2.3rem,4vw,3rem);margin:0 0 .75rem}.hero p{margin:0 0 1.5rem;max-width:35rem;color:var(--muted)}.hero-btn{display:inline-block;padding:.8rem 1.6rem;border-radius:999px;background:var(--accent);color:#000;text-decoration:none;font-weight:600;font-size:.95rem;box-shadow:var(--shadow-soft);transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.hero-btn:hover{transform:translateY(-1px);box-shadow:0 18px 45px #0009;background:#ffd633}.section{padding:1rem 1.5rem 3.5rem;display:flex;flex-direction:column;justify-content:center}.section>*{width:100%}.section h2{font-size:1.6rem;margin-bottom:.25rem}.section-subtitle{margin:0 0 1.75rem;color:var(--muted)}.card{position:relative;background:linear-gradient(145deg,var(--bg-light),#06091a);border-radius:var(--radius-lg);padding:1.4rem 1.4rem 1.3rem;box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.05);overflow:hidden;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast),background .25s ease-out}.card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(255,204,0,.2),transparent 55%);opacity:0;transition:opacity .25s ease-out}.card:hover{transform:translateY(-6px);box-shadow:0 22px 50px #000000b3;border-color:#ffffff1f}.card:hover:before{opacity:1}.card h3{margin:0 0 .5rem;font-size:1.1rem}.card p{margin:0 0 1.1rem;color:var(--muted);font-size:.9rem;line-height:1.5}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--spacing)}.card-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .7rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.8rem}.card-logo-wrapper{margin-bottom:.7rem;display:flex;justify-content:flex-start}.card-logo{max-height:60px;width:auto;display:block}.card-link{cursor:pointer;display:inline-flex;position:relative;z-index:10;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;text-decoration:none;color:var(--accent);padding-bottom:.1rem;border-bottom:1px solid rgba(255,204,0,.4);transition:gap var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.card-link:after{content:"↗";font-size:.85rem}.card-link:hover{gap:.5rem;color:#ffd633;border-color:#ffd633b3}.footer{padding:1.5rem 16px;font-size:.85rem;color:var(--muted);display:flex;justify-content:center;flex:1;max-height:var(--footer__height);position:relative}.footer:before{content:"";position:absolute;top:-2px;height:1px;background:#bcbaba;width:96vw;max-width:1400px}.footer>div,.footer>p{width:100%;display:flex;justify-content:space-between;align-items:center;margin:0}.footer__copyright{font-size:8px}.footer a{color:var(--muted);text-decoration:none;font-size:.85rem}.footer a:hover{text-decoration:underline}.footer-links{display:flex;gap:1rem}@media screen and (min-width:768px){.hero-inner{flex-direction:row}}
