html{scroll-behavior:auto}body{background:#fff;color:#333;font-family:-apple-system,BlinkMacSystem,Segoe UI,sans-serif;margin:0}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:#e60000}header{background:#fff;box-shadow:0 4px 12px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:999}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding-top:0}.header-container img{height:75px;padding:1rem}nav a{color:#000;cursor:pointer;font-weight:500;margin-left:2rem;text-decoration:none;transition:color .3s ease}nav a.active,nav a:hover{color:#e60000}nav a.active{font-weight:700}.hero{align-items:center;background-position:50%;background-size:cover;display:flex;height:70vh;justify-content:center;text-align:center}.hero-content h2{color:#fff;font-size:2.2rem;font-weight:600;margin:0;text-shadow:2px 2px 8px #00000080}.hero-content h1{color:#fff;font-size:3.2rem;font-weight:800;margin:1.5rem 0 0;text-shadow:2px 2px 12px #0009}.container{padding:2rem}.about-section{display:flex;justify-content:center}.about-box{align-items:center;background:#f9f9f9;border-radius:16px;box-shadow:0 8px 30px #00000014;display:flex;gap:4rem;justify-content:space-between;max-width:1400px;padding-bottom:2rem;padding-left:3rem;padding-right:3rem}.about-text{flex:2 1}.about-logo{display:flex;flex:1 1;justify-content:flex-end}.about-logo img{height:auto;max-width:350px}.about-box h2{color:#e60000;font-size:2.5rem;margin-bottom:1rem}.about-box .about-intro{font-size:1.4rem;font-weight:500;line-height:1.6;margin-bottom:1rem}.about-box p{line-height:1.6;margin:0 0 2rem}.about-box strong{color:#000;font-weight:700}.about-box h3{color:#333;font-size:1.4rem;margin-bottom:1rem;margin-top:1.5rem}.about-box .about-list{grid-gap:1.5rem 2rem;display:grid;gap:1.5rem 2rem;grid-template-columns:1fr 1fr;list-style:none;padding:.6rem 0 0}.about-box .about-list li{font-size:1.15rem;padding-left:2rem;position:relative}.about-box .about-list li:before{color:#e60000;content:"✔";font-size:1.2rem;font-weight:700;left:0;position:absolute}.leistungen-section{display:flex;justify-content:center}.leistungen-box{background:#f9f9f9;border-radius:16px;box-shadow:0 8px 30px #00000014;margin-left:2rem;margin-right:2rem;max-width:1200px;padding-bottom:4rem;padding-left:3rem;padding-right:3rem;width:100%}.leistungen-box h2{color:#e60000;font-size:2.5rem;margin-bottom:3rem}.leistungen-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.leistungen-card{background:#e60000de;border-radius:12px;box-shadow:0 10px 25px #00000080;color:#fff;opacity:1;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.leistungen-card:hover{box-shadow:0 10px 25px #00000080;transform:translateY(-5px)}.leistungen-icon{font-size:3rem;margin-bottom:1rem}.leistungen-card h3{font-size:1.6rem;margin:.5rem 0 1rem}.leistungen-card p{line-height:1.4;margin:0}.kontakt-section{display:flex;justify-content:center}.kontakt-box{background:#f9f9f9;border-radius:16px;box-shadow:0 8px 30px #00000014;margin-bottom:1rem;margin-left:2rem;margin-right:2rem;max-width:1200px;padding-bottom:3rem;padding-left:3rem;padding-right:3rem;width:100%}.kontakt-box h2{color:#e60000;font-size:2.5rem;margin-bottom:4rem}.kontakt-box h3{color:#333;font-size:1.5rem;margin-bottom:.5rem;margin-top:1rem}.kontakt-box h4{color:#e60000;font-size:1.8rem;font-weight:700;margin:2rem 0 1rem}.kontakt-box h4,.kontakt-content{text-align:center}.direktkontakt-items{display:flex;flex-wrap:wrap;gap:2.2rem;justify-content:center;margin-top:1rem}.direktkontakt-item{align-items:center;background:#e60000de;border-radius:8px;color:#fff;display:flex;font-size:1.3rem;gap:1rem;padding:.8rem 1.5rem}.direktkontakt-items :hover{background:#fff;color:#e60000de}.direktkontakt h3{margin-bottom:1.4rem}.oder h3{margin-bottom:1.2rem}.oder h4{margin-bottom:2.5rem;margin-top:3rem}.direktkontakt-icon{font-size:1.2rem}.kontakt-form{background-color:#e60000de;border-radius:8px;color:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:600px;padding:2rem;width:100%}.kontakt-form input,.kontakt-form textarea{border:none;border-radius:4px;font-size:1rem;margin-bottom:1rem;padding:1rem;width:95%}.kontakt-form button{background-color:#fff;border:none;border-radius:4px;color:#e60000de;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background .3s ease;width:100%}.kontakt-form button:hover{background:#e60000de;color:#fff}footer{background:#222;color:#eee;padding-bottom:1.2rem;padding-top:.8rem;text-align:center}.footer-links{display:flex;gap:2rem;justify-content:center;margin-top:.5rem}.footer-links a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#e60000}.impressum-box{background:#f9f9f9;border-radius:16px;box-shadow:0 8px 30px #00000014;margin:4rem 2rem;padding-left:4rem;padding-right:4rem;padding-top:0}.impressum-box h2{color:#e60000;font-size:2.5rem;margin-bottom:2rem}.impressum-box p{line-height:1.6;margin:.5rem 0}@media (max-width:768px){.header-container{align-items:flex-start;flex-direction:column;padding:1rem}nav{display:none}.hero{height:50vh;padding:0 1rem}.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.5rem}.about-box{flex-direction:column;gap:2rem;padding:2rem 1rem}.about-logo img{max-width:250px}.leistungen-box{padding:2rem 1rem}.leistungen-grid{grid-template-columns:1fr}.kontakt-box{padding:2rem 1rem}.direktkontakt-items{flex-direction:column;gap:1rem}.kontakt-form{padding:1rem;width:90%}.kontakt-form input,.kontakt-form textarea{width:92%}.impressum-box{padding:2rem 1rem}.footer-links{flex-direction:column;gap:.5rem}}@media (max-width:580px){.kontakt-form input,.kontakt-form textarea{width:90%}}@media (max-width:480px){.hero-content h1{font-size:1.8rem}.hero-content h2{font-size:1.2rem}.about-box h2,.impressum-box h2,.kontakt-box h2,.leistungen-box h2{font-size:2rem}.about-box .about-intro{font-size:1.2rem}.direktkontakt-item{font-size:1.1rem}.kontakt-form input,.kontakt-form textarea{width:88%}}.leistungen-card.flipped{display:block;padding:0!important}.leistungen-card.flipped img{border-radius:12px;display:block;height:100%;object-fit:cover;width:100%}
/*# sourceMappingURL=main.c6c63676.css.map*/