*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#57564f;background:#DDDAD0;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#57564F 0%,#7A7A73 100%);display:flex;align-items:center;justify-content:center;z-index:9999;animation:splashFadeOut .5s ease-in-out 2.5s forwards}.splash-content{text-align:center;animation:splashContentIn 1.2s ease-out}.splash-logo{margin-bottom:2.5rem;animation:logoScale 2s ease-in-out infinite alternate}.splash-logo img{width:180px;height:180px;border-radius:25px;object-fit:cover;box-shadow:0 25px 50px #0006;transition:transform .3s ease}.splash-text h1{font-size:3rem;font-weight:800;color:#dddad0;margin-bottom:1.5rem;opacity:0;animation:textFadeIn 1.2s ease-out .8s forwards}.loading-dots{display:flex;justify-content:center;gap:.7rem;opacity:0;animation:textFadeIn 1.2s ease-out 1.5s forwards}.loading-dots span{width:10px;height:10px;background:#7A7A73;border-radius:50%;animation:dotBounce 1.6s ease-in-out infinite both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes splashFadeOut{to{opacity:0;visibility:hidden}}@keyframes splashContentIn{0%{opacity:0;transform:scale(.7) translateY(80px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes logoScale{0%{transform:scale(1) rotate(-1deg)}to{transform:scale(1.08) rotate(1deg)}}@keyframes textFadeIn{to{opacity:1}}@keyframes dotBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1.2)}}.navbar{position:fixed;top:0;width:100%;background:rgba(87,86,79,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(87,86,79,.1)}.navbar-scrolled{background:rgba(87,86,79,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:#dddad0}.nav-logo img{width:40px;height:40px;border-radius:8px;object-fit:cover}.nav-menu{display:flex;gap:2rem}.nav-menu a{color:#dddad0;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;cursor:pointer}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#7A7A73;transition:width .3s ease}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.nav-toggle{display:none;color:#dddad0;cursor:pointer}.hero{height:100vh;position:relative;display:flex;align-items:center;background:linear-gradient(135deg,#57564F 0%,#7A7A73 100%);overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.geometric-shape{position:absolute;background:linear-gradient(45deg,rgba(221,218,208,.1),rgba(221,218,208,.05));border-radius:20px;animation:float 6s ease-in-out infinite}.shape-1{width:300px;height:300px;top:10%;right:-150px;animation-delay:0s}.shape-2{width:200px;height:200px;top:60%;left:-100px;animation-delay:2s}.shape-3{width:150px;height:150px;top:30%;left:70%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}.hero-text{max-width:600px}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#dddad0;margin-bottom:1.5rem;line-height:1.1}.title-line{display:block;opacity:0;transform:translateY(50px);animation:fadeInUp 1s ease forwards}.title-line:nth-child(1){animation-delay:.2s}.title-line:nth-child(2){animation-delay:.4s}.title-line:nth-child(3){animation-delay:.6s}.highlight{background:linear-gradient(135deg,#7A7A73,#DDDAD0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:#dddad0cc;margin-bottom:2rem;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease forwards;animation-delay:.8s}.hero-buttons{display:flex;gap:1rem;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease forwards;animation-delay:1s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.btn{padding:12px 30px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:#7A7A73;color:#dddad0}.btn-primary:hover{background:#57564F;transform:translateY(-2px);box-shadow:0 10px 20px #57564f4d}.btn-secondary{background:transparent;color:#dddad0;border:2px solid #7A7A73}.btn-secondary:hover{background:#7A7A73;transform:translateY(-2px)}.btn-outline{background:transparent;color:#57564f;border:2px solid #57564F}.btn-outline:hover{background:#57564F;color:#dddad0}section{padding:100px 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#57564f;margin-bottom:1rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#7A7A73;border-radius:2px}.section-subtitle{font-size:1.2rem;color:#7a7a73;max-width:600px;margin:0 auto}.about{background:linear-gradient(135deg,#DDDAD0 0%,rgba(221,218,208,.5) 100%)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3{font-size:1.8rem;color:#57564f;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#7a7a73;margin-bottom:1.5rem}.stats{display:flex;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#57564f;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#7a7a73}.about-image{position:relative}.image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #57564f33;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}.image-container:hover{transform:perspective(1000px) rotateY(0)}.image-container img{width:100%;height:400px;object-fit:cover}.services{background:#57564F;color:#dddad0}.services .section-title,.services .section-subtitle{color:#dddad0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:rgba(221,218,208,.1);padding:2.5rem;border-radius:20px;text-align:center;position:relative;overflow:hidden;transition:all .3s ease;border:1px solid rgba(221,218,208,.2)}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(122,122,115,.1),rgba(221,218,208,.05));opacity:0;transition:opacity .3s ease}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.service-icon{color:#7a7a73;margin-bottom:1.5rem;transform:scale(1);transition:all .3s ease}.service-card:hover .service-icon{color:#dddad0;transform:scale(1.1)}.service-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#dddad0}.service-description{color:#dddad0cc;margin-bottom:1.5rem}.service-overlay{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;background:linear-gradient(to top,rgba(122,122,115,.9),transparent);transform:translateY(100%);transition:transform .3s ease}.service-card:hover .service-overlay{transform:translateY(0)}.testimonials{background:linear-gradient(135deg,rgba(221,218,208,.5) 0%,#DDDAD0 100%)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #57564f1a;transition:all .3s ease;position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#57564F,#7A7A73)}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #57564f26}.testimonial-rating{color:#7a7a73;margin-bottom:1.5rem;display:flex;gap:.25rem}.testimonial-text{font-size:1.1rem;color:#7a7a73;margin-bottom:1.5rem;font-style:italic;line-height:1.6}.author-name{font-weight:700;color:#57564f;margin-bottom:.25rem}.author-company{color:#7a7a73;font-size:.9rem}.contact{background:#57564F;color:#dddad0}.contact .section-title,.contact .section-subtitle{color:#dddad0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:1.8rem;margin-bottom:1.5rem;color:#dddad0}.contact-info p{color:#dddad0cc;margin-bottom:2rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;align-items:flex-start;gap:1rem}.contact-method svg{color:#7a7a73;flex-shrink:0;margin-top:4px}.contact-method h4{font-weight:600;margin-bottom:.25rem;color:#dddad0}.contact-method p{color:#dddad0cc;margin:0;line-height:1.4}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{position:relative}.contact-form input,.contact-form textarea{width:100%;padding:15px 20px;border:2px solid rgba(221,218,208,.2);border-radius:10px;background:rgba(221,218,208,.1);color:#dddad0;font-size:1rem;transition:all .3s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#dddad099}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#7a7a73;background:rgba(221,218,208,.15);transform:translateY(-2px)}.form-message{margin-top:1rem;padding:1rem;border-radius:8px;text-align:center;font-weight:500}.form-message.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#22c55e}.form-message.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn:disabled:hover{transform:none!important;box-shadow:none!important}.footer{background:#57564F;border-top:1px solid rgba(221,218,208,.1);padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center;color:#dddad0cc}.footer-logo{display:flex;align-items:center;gap:12px;font-size:1.2rem;font-weight:700;color:#dddad0}.footer-logo img{width:32px;height:32px;border-radius:6px;object-fit:cover}.footer-links{display:flex;gap:2rem;align-items:center}.footer-link{background:none;border:none;color:#dddad0cc;cursor:pointer;font-size:.9rem;transition:color .3s ease;text-decoration:underline}.footer-link:hover{color:#dddad0}.footer-text{margin:0;font-size:.9rem;color:#dddad0cc}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(87,86,79,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}.modal-content{background:#DDDAD0;border-radius:20px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.impressum-modal{max-width:800px;max-height:90vh}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:2rem 2rem 1rem;text-align:center;position:relative;border-bottom:1px solid rgba(87,86,79,.1)}.modal-icon{color:#57564f;margin-bottom:1rem;display:flex;justify-content:center}.modal-title{font-size:1.8rem;font-weight:700;color:#57564f;margin:0}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#7a7a73;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:50%}.modal-close:hover{color:#57564f;background:rgba(87,86,79,.1);transform:rotate(90deg)}.modal-body{padding:2rem}.modal-description{font-size:1.1rem;line-height:1.7;color:#57564f;margin:0}.modal-footer{padding:1rem 2rem 2rem;display:flex;gap:1rem;justify-content:center}.modal-footer .btn{flex:1;max-width:200px}.impressum-content{font-size:1rem;line-height:1.6;color:#57564f}.impressum-section{margin-bottom:2rem}.impressum-section:last-child{margin-bottom:0}.impressum-subtitle{font-style:italic;color:#7a7a73;margin-bottom:2rem;text-align:center}.impressum-section h4{font-size:1.2rem;font-weight:700;color:#57564f;margin-bottom:.5rem}.impressum-section h5{font-size:1.1rem;font-weight:600;color:#57564f;margin:1.5rem 0 .5rem}.impressum-section p{color:#7a7a73;margin-bottom:1rem;line-height:1.6}.impressum-section p:last-child{margin-bottom:0}@media (max-width: 768px){.nav-menu{position:fixed;top:70px;left:0;width:100%;background:rgba(87,86,79,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2rem;transform:translate(-100%);transition:transform .3s ease}.nav-menu.active{transform:translate(0)}.nav-toggle{display:block}.hero-buttons{flex-direction:column;align-items:flex-start}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.stats{justify-content:center}.services-grid,.testimonials-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{order:-1}section{padding:60px 0}.hero-title{font-size:2.5rem}.service-card,.testimonial-card{padding:2rem}.splash-logo img{width:150px;height:150px;border-radius:20px}.splash-text h1{font-size:2.2rem}}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:10px 20px;font-size:.9rem}.section-title{font-size:1.8rem}.stats{flex-direction:column;gap:1rem}.splash-text h1{font-size:1.8rem}.splash-logo img{width:120px;height:120px}}@media (max-width: 768px){.modal-content{width:95%;max-height:90vh}.modal-header,.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem 1.5rem;flex-direction:column}.modal-footer .btn{max-width:none}.modal-title{font-size:1.5rem}.impressum-modal{max-width:95%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#DDDAD0}::-webkit-scrollbar-thumb{background:#7A7A73;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#57564F}
