*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;padding:15px 0}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo-link{display:flex;align-items:center;text-decoration:none;color:inherit;transition:opacity .3s ease}.logo-link:hover{opacity:.8}.logo-image{height:50px;width:auto;margin-right:15px;border-radius:4px}.logo-text-container{display:flex;flex-direction:column}.logo-text{font-weight:700;font-size:18px;color:#2563eb}.logo-url{font-size:12px;color:#666}.nav{display:flex;gap:20px;align-items:center}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-link:hover{color:#2563eb}.contact-btn{background:#2563eb;color:#fff!important;padding:10px 20px;border-radius:5px;transition:background .3s}.contact-btn:hover{background:#1d4ed8}.hero{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-container{position:relative;width:100%;height:100%}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:2;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;max-width:800px;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.25rem;margin-bottom:40px;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.6}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:15px 30px;text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s;border:2px solid transparent}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}.btn-large{padding:20px 40px;font-size:1.1rem}.services{padding:100px 0;background:#f8fafc}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:60px;margin-top:60px}.service-card{background:#fff;padding:40px;border-radius:10px;box-shadow:0 10px 30px #0000001a;transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-title{font-size:2rem;margin-bottom:20px;color:#1f2937}.service-description{margin-bottom:30px;color:#6b7280;line-height:1.7}.service-list{list-style:none;margin-bottom:30px}.service-list li{padding:8px 0 8px 20px;position:relative;color:#4b5563}.service-list li:before{content:"•";color:#2563eb;font-weight:700;position:absolute;left:0}.benefits h3{margin-bottom:20px;color:#1f2937;font-size:1.2rem}.benefit-list{display:grid;gap:10px}.benefit-item{color:#059669;font-weight:500}.process{padding:100px 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;margin-bottom:60px;color:#1f2937}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.process-step{text-align:center;padding:30px 20px}.step-number{width:60px;height:60px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 20px}.step-title{font-size:1.5rem;margin-bottom:15px;color:#1f2937}.step-description{color:#6b7280;line-height:1.6}.cta{padding:100px 0;background:#1f2937;color:#fff;text-align:center}.cta-title{font-size:2.5rem;margin-bottom:20px}.cta-description{font-size:1.2rem;margin-bottom:40px;color:#d1d5db;max-width:600px;margin-left:auto;margin-right:auto}.footer{background:#111827;color:#9ca3af;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3.footer-title{color:#2563eb;font-size:1.5rem;margin-bottom:15px;font-weight:700}.footer-section h4.footer-subtitle{color:#f3f4f6;font-size:1.1rem;margin-bottom:15px;font-weight:600}.footer-description{line-height:1.6;margin-bottom:20px;color:#d1d5db}.footer-slogan{color:#fbbf24;font-size:1.1rem;margin-top:15px}.footer-contact p{margin-bottom:8px;color:#d1d5db}.footer-contact a{color:#2563eb;text-decoration:none;transition:color .3s}.footer-contact a:hover{color:#1d4ed8;text-decoration:underline}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:8px}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#2563eb}.footer-bottom{border-top:1px solid #374151;padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-copyright p{margin:0;color:#6b7280}.footer-legal{display:flex;gap:20px}.footer-legal a{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-legal a:hover{color:#2563eb}@media (max-width: 768px){.header .container{flex-direction:column;gap:15px}.nav{gap:15px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.service-grid{grid-template-columns:1fr;gap:40px}.service-card{padding:30px 20px}.process-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.cta-title,.section-title{font-size:2rem}.footer-content{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;text-align:center;gap:15px}.footer-legal{justify-content:center}}@media (max-width: 480px){.hero{min-height:500px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:12px 24px}.btn-large{padding:15px 30px;font-size:1rem}.service-card{padding:20px}.process-step{padding:20px 10px}}.hero-video[poster]{background-size:cover;background-position:center;background-repeat:no-repeat}html{scroll-behavior:smooth}.about{padding:80px 0;background:#f8fafc}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:18px;line-height:1.8;margin-bottom:20px;color:#64748b}.career{padding:80px 0;background:#fff}.career-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin-top:40px}.career-section{background:#f8fafc;padding:40px;border-radius:12px;text-align:center}.career-subtitle{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:20px}.career-text{font-size:16px;line-height:1.6;color:#64748b;margin-bottom:30px}.legal{padding:80px 0;background:#f8fafc}.legal-content{display:grid;gap:40px;margin-top:40px}.legal-section{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px #0000000d}.legal-subtitle{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:20px}.legal-text{font-size:16px;line-height:1.6;color:#64748b;margin-bottom:15px}.legal-text a{color:#2563eb;text-decoration:none}.legal-text a:hover{text-decoration:underline}.impressum-content p{margin-bottom:8px}.impressum-content a{color:#2563eb;text-decoration:none}.impressum-content a:hover{text-decoration:underline}@media (max-width: 768px){.career-content{grid-template-columns:1fr;gap:30px}.career-section,.legal-section{padding:30px 20px}.about-text{font-size:16px}}@media (max-width: 768px){.logo-image{height:40px;margin-right:10px}.logo-text{font-size:16px}.logo-url{font-size:11px}}@media (max-width: 480px){.logo-image{height:35px;margin-right:8px}.logo-text{font-size:14px}.logo-url{font-size:10px}}
