/*!/wp-content/themes/schnell24/assets/css/style.css*/*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333}a{text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:1000}.header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 20px}.nav-brand .logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.25rem;color:#1f2937}.nav-menu{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#6b7280;font-weight:500;transition:color 0.3s}.nav-link:hover{color:#4f46e5}.nav-actions{display:flex;align-items:center;gap:1rem}.phone-btn{display:flex;align-items:center;gap:.5rem;background:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:background 0.3s}.phone-btn:hover{background:#4338ca}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.mobile-menu-btn span{width:25px;height:3px;background:#333;transition:0.3s}.hero{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:8rem 0 4rem;min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1f2937}.text-blue{color:#4f46e5}.hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all 0.3s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover{background:#4338ca;transform:translateY(-2px)}.btn-secondary{background:#fff;color:#4f46e5;border:2px solid #4f46e5}.btn-secondary:hover{background:#4f46e5;color:#fff;transform:translateY(-2px)}.hero-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1)}.services{padding:6rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-description{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center;transition:transform 0.3s,box-shadow 0.3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.service-icon{margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.service-card p{color:#6b7280;line-height:1.6}.about{padding:6rem 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.about p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.about-features{list-style:none}.about-features li{padding:.5rem 0;color:#1f2937;font-weight:500}.about-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1)}.contact{padding:6rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.contact p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem;color:#1f2937;font-weight:500}.contact-item svg{color:#4f46e5}.contact-form,.quote-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#1f2937}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color 0.3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand .logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.25rem;margin-bottom:1rem;color:#fff}.footer-brand p{color:#9ca3af;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-column h4{font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:#9ca3af;text-decoration:none;transition:color 0.3s}.footer-column ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2000;align-items:center;justify-content:center}.modal.active{display:flex}.modal-content{background:#fff;border-radius:1rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.5rem;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280}.quote-form{padding:1.5rem}@media (max-width:768px){.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.nav-menu.active{display:flex}.mobile-menu-btn{display:flex}.phone-btn{display:none}.hero{padding:6rem 0 2rem;text-align:center}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.services-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr}.section-title{font-size:2rem}.about h2,.contact h2{font-size:2rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}.hero-actions{flex-direction:column;align-items:stretch}}.phone-button__number{display:inline-flex;width:unset!important;max-width:unset!important}.phone-button__number img{width:100%!important;max-width:100%!important;object-fit:contain}.phone-button__number.rem img{height:1rem}.phone-button__number.inverse img{filter:invert(100%)}.error-404{position:relative;isolation:isolate;display:grid;place-content:center;padding:100px 0 50px}.error-404__content-wrapper{display:grid;place-content:center;height:100%;grid-gap:1rem;text-align:center}.error-404__404{font-size:10rem;font-weight:700;color:var(--yellow)}.error-404__btn{margin:0 auto}.breadcrumbs{margin-block:1rem;display:inline-flex}.breadcrumbs__list{display:flex;flex-wrap:wrap;gap:0 .5rem;font-size:.75rem;align-items:baseline}.breadcrumbs__list-item,.breadcrumbs__list li{display:inline-flex;font-size:inherit}.breadcrumbs__list-link{text-decoration:none;color:var(--black);transition:all ease-in-out 0.2s}.breadcrumbs__list-link:hover,.breadcrumbs__list-link:hover .breadcrumbs__list-link-text{text-decoration:none;color:var(--yellow);transition:all ease-in-out 0.2s}.breadcrumbs__list-link-text{font-size:.75rem;transition:all ease-in-out 0.2s}.text-wrapper{max-width:100%;margin:40px auto}.text-wrapper p{margin:0 0 16px 0;line-height:1.6}.text-wrapper h2,.text-wrapper h3,.text-wrapper h4,.text-wrapper h5,.text-wrapper h6{margin:24px 0 16px 0}.text-wrapper ul,.text-wrapper ol{margin:0 0 16px 0;padding-left:20px}.text-wrapper table{width:100%;margin:24px 0;border-collapse:collapse}.text-wrapper th,.text-wrapper td{padding:12px;border:1px solid #ddd}.text-wrapper th{background-color:#f5f5f5;text-align:left}.text-wrapper img{max-width:100%;height:auto;margin:16px 0;display:block}.text-wrapper figure{margin:24px 0}.text-wrapper figcaption{margin-top:8px;font-style:italic;color:#666;text-align:center}.text-wrapper blockquote{margin:24px 0;padding:16px;border-left:4px solid #ddd;color:#555;background-color:#f9f9f9}.text-wrapper *:last-child{margin-bottom:0}@media (max-width:767px){.text-wrapper h2{font-size:24px}.text-wrapper h3{font-size:20px}.text-wrapper table{display:block;overflow-x:auto}.text-wrapper th,.text-wrapper td{padding:8px}.text-wrapper blockquote{padding:12px}}@media (max-width:480px){.text-wrapper h2{font-size:20px}.text-wrapper h3{font-size:18px}.text-wrapper p{margin:0 0 12px 0;font-size:16px}.text-wrapper ul,.text-wrapper ol{padding-left:15px}.text-wrapper img{margin:12px 0}.text-wrapper figure{margin:16px 0}.text-wrapper blockquote{padding:10px;border-left-width:3px}}