body{margin:0;padding:0}:root{--background:#0b1120;--background-secondary:#0f172a;--foreground:#e2e8f0;--foreground-muted:#94a3b8;--accent-red:#c00;--accent-red-light:#e60000;--accent-red-dark:#900;--card-bg:#111827;--card-border:#1e293b;--header-bg:#0b1120cc;--radius-lg:0.75rem;--radius-xl:1rem;--max-w-7xl:80rem;--max-w-3xl:48rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b1120;background:var(--background);color:#e2e8f0;color:var(--foreground);font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#c00,#e60000);background:linear-gradient(135deg,var(--accent-red) 0,var(--accent-red-light) 100%);-webkit-background-clip:text;background-clip:text}.container{max-width:80rem;max-width:var(--max-w-7xl)}.container,.container-narrow{margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.container-narrow{max-width:48rem;max-width:var(--max-w-3xl)}.header{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#0b1120cc;background:var(--header-bg);border-bottom:1px solid #1e293b;border-bottom:1px solid var(--card-border);position:sticky;top:0;z-index:100}.header-inner{height:4rem;justify-content:space-between;margin:0 auto;max-width:80rem;max-width:var(--max-w-7xl);padding:0 1.5rem}.header-inner,.header-right{align-items:center;display:flex}.header-right{gap:1.25rem}.logo{align-items:center;display:flex;text-decoration:none}.logo-img{height:2.25rem;width:auto}.lang-switcher{gap:.375rem}.lang-btn,.lang-switcher{align-items:center;display:flex}.lang-btn{background:none;border:2px solid #0000;border-radius:4px;cursor:pointer;opacity:.5;padding:2px;transition:opacity .2s ease,border-color .2s ease}.lang-btn:hover{opacity:.8}.lang-btn.active{border-color:#c00;border-color:var(--accent-red);opacity:1}.flag-icon{border-radius:2px;display:block;height:1.1rem;width:1.5rem}nav ul{display:flex;gap:.25rem;list-style:none}nav a{border-radius:.75rem;border-radius:var(--radius-lg);color:#94a3b8;color:var(--foreground-muted);display:block;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:color .2s ease}nav a.active,nav a:hover{color:#e2e8f0;color:var(--foreground)}nav a.active{background:#ffffff0d}.menu-toggle{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.menu-toggle span{background:#e2e8f0;background:var(--foreground);border-radius:1px;display:block;height:2px;margin:4px 0;transition:.3s;width:1.25rem}.section{padding:6rem 0}.section-title{color:#e2e8f0;color:var(--foreground);font-size:2rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.75rem}.section-subtitle{color:#94a3b8;color:var(--foreground-muted);font-size:1.125rem;line-height:1.7;margin-bottom:3rem}.hero{background:#0b1120;background:var(--background);overflow:hidden;padding:8rem 1.5rem 6rem;position:relative;text-align:center}.hero:before{background:radial-gradient(circle,#cc000014 0,#0000 70%);content:"";height:800px;left:50%;pointer-events:none;position:absolute;top:-50%;transform:translateX(-50%);width:800px}.hero-content{margin:0 auto;max-width:48rem;max-width:var(--max-w-3xl);position:relative;z-index:1}.hero-badge{align-items:center;background:#111827;background:var(--card-bg);border:1px solid #1e293b;border:1px solid var(--card-border);border-radius:9999px;color:#94a3b8;color:var(--foreground-muted);display:inline-flex;font-size:.8125rem;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem}.hero-badge-dot{background:#c00;background:var(--accent-red);border-radius:50%;height:.375rem;width:.375rem}.hero h1{color:#e2e8f0;color:var(--foreground);font-size:3.5rem;font-weight:800;letter-spacing:-.035em;line-height:1.1;margin-bottom:1.5rem}.hero p{color:#94a3b8;color:var(--foreground-muted);font-size:1.25rem;line-height:1.7;margin:0 auto 2.5rem;max-width:36rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn,.hero-buttons{justify-content:center}.btn{align-items:center;border:none;border-radius:.75rem;border-radius:var(--radius-lg);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.75rem;text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#c00,#e60000);background:linear-gradient(135deg,var(--accent-red),var(--accent-red-light));box-shadow:0 0 20px #cc00004d;color:#fff}.btn-primary:hover{box-shadow:0 0 30px #cc000080;transform:translateY(-1px)}.btn-outline{background:#0000;border:1px solid #1e293b;border:1px solid var(--card-border);color:#e2e8f0;color:var(--foreground)}.btn-outline:hover{background:#ffffff0d;border-color:#fff3}.gradient-border{background:#111827;background:var(--card-bg);padding:2rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}.gradient-border,.gradient-border:before{border-radius:1rem;border-radius:var(--radius-xl)}.gradient-border:before{background:linear-gradient(135deg,#cc00004d,#e600001a,#0000);content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.gradient-border:hover{box-shadow:0 8px 32px #cc00001a;transform:translateY(-2px)}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.service-card{background:#111827;background:var(--card-bg);padding:2rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}.service-card,.service-card:before{border-radius:1rem;border-radius:var(--radius-xl)}.service-card:before{background:linear-gradient(135deg,#cc00004d,#e600001a,#0000);content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.service-card:hover{box-shadow:0 8px 32px #cc00001a;transform:translateY(-2px)}.service-icon{align-items:center;background:#cc00001a;border-radius:.75rem;border-radius:var(--radius-lg);display:flex;height:3rem;justify-content:center;margin-bottom:1.25rem;width:3rem}.service-icon svg{stroke:#c00;stroke:var(--accent-red);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:1.5rem;width:1.5rem}.service-card h3{color:#e2e8f0;color:var(--foreground);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.service-card p{color:#94a3b8;color:var(--foreground-muted);font-size:.875rem;line-height:1.7}.service-links{margin-top:1rem}.service-links a{font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.service-links a,.service-links a:hover{color:#e60000;color:var(--accent-red-light)}.cis-badges{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.cis-badge{border-radius:50%;height:120px;object-fit:cover;width:120px}.presentations-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.presentation-card{align-items:center;background:#111827;background:var(--card-bg);border:1px solid #1e293b;border:1px solid var(--card-border);border-radius:.75rem;border-radius:var(--radius-lg);display:flex;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .2s ease,background .2s ease}.presentation-card:hover{background:#cc00000d;border-color:#c006}.presentation-icon{align-items:center;background:#cc00001a;border-radius:.5rem;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.presentation-icon svg{stroke:#c00;stroke:var(--accent-red);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:1.25rem;width:1.25rem}.presentation-title{color:#e2e8f0;color:var(--foreground);flex:1 1;font-size:.9rem;font-weight:500}.presentation-badge{background:#cc00001a;border-radius:.25rem;color:#c00;color:var(--accent-red);flex-shrink:0;font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:.2rem .5rem;text-transform:uppercase}.stats-section{border-bottom:1px solid #1e293b;border-bottom:1px solid var(--card-border);border-top:1px solid #1e293b;border-top:1px solid var(--card-border);padding:6rem 0}.stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);text-align:center}.stat-item h3{font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.25rem}.stat-item p{color:#94a3b8;color:var(--foreground-muted);font-size:.875rem}.cta-section{padding:6rem 0;text-align:center}.cta-card{background:#111827;background:var(--card-bg);padding:4rem 2rem;position:relative;text-align:center}.cta-card,.cta-card:before{border-radius:1rem;border-radius:var(--radius-xl)}.cta-card:before{background:linear-gradient(135deg,#c006,#e6000033,#0000);content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.cta-card h2{color:#e2e8f0;color:var(--foreground);font-size:2rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.75rem}.cta-card p{color:#94a3b8;color:var(--foreground-muted);font-size:1.125rem;margin-bottom:2rem}.page-hero{padding:6rem 1.5rem 3rem;position:relative;text-align:center}.page-hero:before{background:radial-gradient(circle,#cc00000f 0,#0000 70%);content:"";height:600px;left:50%;pointer-events:none;position:absolute;top:-50%;transform:translateX(-50%);width:600px}.page-hero h1{color:#e2e8f0;color:var(--foreground);font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem;position:relative}.page-hero p{color:#94a3b8;color:var(--foreground-muted);font-size:1.125rem;margin:0 auto;max-width:32rem;position:relative}.about-content{margin:0 auto;max-width:48rem;max-width:var(--max-w-3xl)}.about-content h2{color:#e2e8f0;color:var(--foreground);font-size:1.375rem;font-weight:700;letter-spacing:-.015em;margin-bottom:.75rem;margin-top:2.5rem}.about-content h2:first-child{margin-top:0}.about-content p{line-height:1.8}.about-content p,.about-content ul{color:#94a3b8;color:var(--foreground-muted);font-size:.9375rem;margin-bottom:1rem}.about-content ul{line-height:2.2;padding-left:1.25rem}.about-content li::marker{color:#c00;color:var(--accent-red)}.book-section{align-items:flex-start;display:flex;gap:1.5rem}.book-cover{border-radius:.5rem;box-shadow:0 4px 20px #0006;flex-shrink:0;width:140px}.linkedin-link{align-items:center;color:#e60000;color:var(--accent-red-light);display:inline-flex;font-weight:500;margin-top:.5rem;text-decoration:none;transition:color .2s ease}.linkedin-link:hover{color:#e2e8f0;color:var(--foreground)}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:64rem}.contact-form h2,.contact-info h2{color:#e2e8f0;color:var(--foreground);font-size:1.375rem;font-weight:700;margin-bottom:1.5rem}.contact-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.contact-item-icon{align-items:center;background:#cc00001a;border-radius:.75rem;border-radius:var(--radius-lg);display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.contact-item-icon svg{stroke:#c00;stroke:var(--accent-red);fill:none;stroke-width:2;height:1.125rem;width:1.125rem}.contact-item h3{color:#e2e8f0;color:var(--foreground);font-size:.875rem;font-weight:600;margin-bottom:.125rem}.contact-item p{color:#94a3b8;color:var(--foreground-muted);font-size:.875rem;line-height:1.6}.form-group{margin-bottom:1.25rem}.form-group label{color:#94a3b8;color:var(--foreground-muted);display:block;font-size:.8125rem;font-weight:500;margin-bottom:.375rem}.form-group input,.form-group textarea{background:#111827;background:var(--card-bg);border:1px solid #1e293b;border:1px solid var(--card-border);border-radius:.75rem;border-radius:var(--radius-lg);color:#e2e8f0;color:var(--foreground);font-family:inherit;font-size:.875rem;padding:.625rem .875rem;transition:border-color .2s;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8;color:var(--foreground-muted);opacity:.5}.form-group input:focus,.form-group textarea:focus{border-color:#c00;border-color:var(--accent-red);box-shadow:0 0 0 3px #cc00001a;outline:none}.form-group textarea{height:8rem;resize:vertical}.impressum-content{margin:0 auto;max-width:48rem;max-width:var(--max-w-3xl)}.impressum-content h2{color:#e2e8f0;color:var(--foreground);font-size:1.125rem;font-weight:600;margin-bottom:.5rem;margin-top:2rem}.impressum-content h2:first-child{margin-top:0}.impressum-content p{color:#94a3b8;color:var(--foreground-muted);font-size:.9375rem;line-height:1.8;margin-bottom:.5rem}.footer{border-top:1px solid #1e293b;border-top:1px solid var(--card-border);padding:2rem 1.5rem}.footer-inner{justify-content:space-between;margin:0 auto;max-width:80rem;max-width:var(--max-w-7xl)}.footer-brand,.footer-inner{align-items:center;display:flex}.footer-brand{gap:.625rem}.footer-copyright{color:#94a3b8;color:var(--foreground-muted);font-size:.8125rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#94a3b8;color:var(--foreground-muted);font-size:.8125rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#e2e8f0;color:var(--foreground)}@media (max-width:768px){.menu-toggle{display:block}nav ul{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#0b1120cc;background:var(--header-bg);border-bottom:1px solid #1e293b;border-bottom:1px solid var(--card-border);display:none;flex-direction:column;left:0;padding:.5rem;position:absolute;right:0;top:100%}nav ul.open{display:flex}nav a{padding:.75rem 1rem}.hero{padding:5rem 1.5rem 4rem}.hero h1{font-size:2.25rem}.hero p{font-size:1rem}.services-grid,.stats{grid-template-columns:1fr}.stats{gap:1.5rem}.contact-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:1rem;text-align:center}.page-hero{padding:4rem 1.5rem 2rem}.page-hero h1{font-size:2rem}.cta-section,.section,.stats-section{padding:4rem 0}}@media (max-width:480px){.hero h1{font-size:1.875rem}.footer-links{flex-wrap:wrap;gap:1rem;justify-content:center}}
/*# sourceMappingURL=main.0f0cd2b9.css.map*/