@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url('../fonts/inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url('../fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--teal:#2b9977;--teal-dark:#1f7559;--teal-deeper:#165240;--teal-light:#4dbf9a;--teal-pale:#f0faf6;--teal-border:#c9e8de;--white:#ffffff;--off-white:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-600:#475569;--gray-900:#0f172a;--accent:#80cdb0;--radius:12px;--radius-pill:9999px;--shadow:0 4px 24px rgba(0,0,0,0.08);--shadow-lg:0 12px 48px rgba(43,153,119,0.18);--transition:0.25s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;font-size:16px;color:var(--gray-900);background:var(--white);overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1160px;margin:0 auto;padding:0 24px}h1,h2,h3{font-family:Inter,sans-serif;font-weight:800;line-height:1.08;letter-spacing:-.02em}h2{font-size:clamp(1.75rem, 3.5vw, 2.5rem)}h3{font-size:1.1rem;font-weight:700}.accent{color:var(--teal-dark)}.accent-light{color:var(--accent)}.section-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:12px;background:var(--teal-pale);padding:4px 12px;border-radius:var(--radius-pill)}.section-header{text-align:center;max-width:620px;margin:0 auto 60px}.section-header p{margin-top:14px;color:var(--gray-600);font-size:1rem;line-height:1.65}.section-header.light h2{color:var(--white)}.section-header.light p{color:rgba(255,255,255,.75)}.section-header.light .section-tag{background:rgba(255,255,255,.15);color:var(--accent)}i[data-lucide]{display:inline-flex;align-items:center;justify-content:center}svg{flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:var(--radius-pill);font-family:Inter,sans-serif;font-weight:600;font-size:.875rem;letter-spacing:.02em;cursor:pointer;border:2px solid transparent;transition:all var(--transition);white-space:nowrap}.btn svg{width:17px;height:17px}.btn-primary{background:var(--teal);color:var(--white);border-color:var(--teal)}.btn-primary:hover{background:var(--teal-dark);border-color:var(--teal-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{background:0 0;color:var(--white);border-color:rgba(255,255,255,.45)}.btn-outline:hover{background:rgba(255,255,255,.12);border-color:var(--white)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(15,23,42,.97);backdrop-filter:blur(14px);box-shadow:0 2px 20px rgba(0,0,0,.18);transition:box-shadow var(--transition)}.navbar.scrolled{box-shadow:0 4px 28px rgba(0,0,0,.28)}.navbar--solid{background:#0f172a}.nav-inner{max-width:none;margin:0 auto;padding:11px 80px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;overflow:visible}.nav-right{justify-self:end;display:flex;align-items:center;gap:16px}.nav-logo{display:flex;align-items:center;gap:10px}.nav-logo-img{height:47px;width:auto;display:block;margin-left:0}.footer-logo-img{height:41px;width:auto;display:block;margin-bottom:12px}.uv-logo-img{height:44px;width:auto;display:block;margin-bottom:6px}.nav-links{display:flex;align-items:center;gap:28px}.nav-links{display:flex;align-items:center;gap:32px;justify-self:center}.nav-links a{font-weight:600;font-size:1rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.8);transition:color var(--transition)}.nav-links a:hover{color:var(--white)}.nav-item--dropdown{position:relative}.nav-item--dropdown>a{display:inline-flex!important;align-items:center;gap:5px;cursor:pointer}.nav-item--dropdown>a svg{width:14px;height:14px;transition:transform var(--transition)}.nav-item--dropdown.open>a svg{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(-6px);background:rgba(15,23,42,.98);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px 0;min-width:230px;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;box-shadow:0 12px 40px rgba(0,0,0,.4);z-index:200;pointer-events:none}.nav-item--dropdown.open .nav-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}.nav-dropdown a{display:flex!important;align-items:center;gap:10px;padding:11px 20px;font-size:.85rem!important;letter-spacing:.04em!important;color:rgba(255,255,255,.75)!important;text-transform:uppercase!important;transition:all .18s ease;white-space:nowrap}.nav-dropdown a:hover{color:var(--teal-light)!important;background:rgba(255,255,255,.05);padding-left:26px}.nav-dropdown a svg{width:15px;height:15px;color:var(--teal);flex-shrink:0}.nav-cta{display:inline-flex!important;align-items:center;gap:6px;background:var(--teal)!important;color:var(--white)!important;padding:10px 20px!important;border-radius:var(--radius-pill)!important;border:2px solid var(--teal)!important;font-weight:600!important;font-size:.9rem!important;letter-spacing:.04em!important;text-transform:uppercase!important;transition:all var(--transition)!important}.nav-cta:hover{background:var(--teal-dark)!important;border-color:var(--teal-dark)!important}.nav-cta svg{width:15px;height:15px}.burger{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px}.burger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all var(--transition)}@keyframes slideIn{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--gray-900);z-index:99;flex-direction:column;align-items:center;justify-content:center;gap:36px}.mobile-menu.open{display:flex;animation:slideIn .35s cubic-bezier(.4,0,.2,1) both}.mobile-menu.closing{animation:slideOut .3s cubic-bezier(.4,0,.2,1) both}.mobile-menu ul{text-align:center;display:flex;flex-direction:column;gap:0;width:300px}.mobile-menu ul li{border-bottom:1px solid rgba(255,255,255,.08);padding:18px 0}.mobile-menu ul li:last-child{border-bottom:none;padding-bottom:0}.mobile-link{font-size:1.3rem;font-weight:600;color:rgba(255,255,255,.75);text-transform:uppercase;letter-spacing:.1em;transition:color var(--transition)}.mobile-link:hover{color:var(--teal-light)}.mobile-submenu{display:flex;flex-direction:column;gap:0;margin-top:10px;border-top:1px solid rgba(255,255,255,.08);padding-top:0}.mobile-submenu li{border-bottom:1px solid rgba(255,255,255,.08)!important;padding:14px 0!important}.mobile-submenu li:last-child{border-bottom:none!important}.mobile-sublink{display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:600;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.1em;transition:color var(--transition)}.mobile-sublink:hover{color:var(--teal-light)}.cta-mobile{display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem!important;gap:8px;background:var(--teal);color:#fff;padding:11px 28px;border-radius:var(--radius-pill);font-size:.82rem!important;letter-spacing:.06em}.cta-mobile svg{width:15px;height:15px}.burger span{transition:all .3s cubic-bezier(.4,0,.2,1)}.burger.open span:first-child{transform:translateY(7px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{min-height:100vh;background:var(--white);display:flex;flex-direction:column;overflow:hidden}.hero-main{flex:1;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;position:relative}.hero-left{background:var(--white);padding:130px 60px 80px 80px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.hero-right{background:linear-gradient(135deg,#165240 0,#1f7559 45%,#2b9977 100%);clip-path:polygon(80px 0,100% 0,100% 100%,0 100%);position:relative;display:flex;align-items:center;justify-content:center;min-height:520px;z-index:1}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .9s ease}.hero-slide.active{opacity:1}.hero-slide-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-slide-overlay{position:absolute;inset:0;background:rgba(22,82,64,.62);z-index:2;pointer-events:none}.hero-slide-logo{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:3;pointer-events:none}.hero-slide-logo img{width:85%;max-width:500px;opacity:.9;filter:drop-shadow(0 4px 16px rgba(0,0,0,.3))}.hero-slide-progress{position:absolute;bottom:0;left:0;right:0;height:4px;background:rgba(255,255,255,.2);z-index:4}.hero-slide-progress__bar{height:100%;background:rgba(255,255,255,.5);width:0%;transition:width linear}.hero-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;background:var(--teal-pale);border:1px solid var(--teal-border);color:var(--teal-dark);padding:7px 14px;border-radius:var(--radius-pill);font-size:1.03rem;font-weight:600;letter-spacing:.04em;margin-bottom:24px;animation:fadeUp .6s ease both}.hero-badge svg{width:15px;height:15px}.hero-badge{white-space:nowrap}.hero-title{font-size:clamp(1.98rem, 3.43vw, 2.64rem);font-weight:500;color:var(--gray-900);line-height:1.08;margin-bottom:20px;animation:fadeUp .6s .1s ease both}.hero-title .accent{color:var(--teal);font-weight:900}.hero-title__pre{font-weight:400;font-size:.66em;color:var(--gray-600);letter-spacing:.04em;text-transform:uppercase;margin-bottom:-24px;display:block}.hero-title__static{color:var(--gray-600);font-weight:800}.hero-title__typed{color:var(--teal)}.hero-title__cursor{display:inline-block;color:var(--teal);font-weight:300;animation:cursorBlink .75s step-end infinite;margin-left:2px}@keyframes cursorBlink{0%,100%{opacity:1}50%{opacity:0}}.hero-sub{color:var(--gray-600);font-size:1.32rem;line-height:1.7;margin-bottom:32px;max-width:82%;animation:fadeUp .6s .2s ease both}.hero-sub-highlight{color:var(--teal-dark);font-weight:700}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;animation:fadeUp .6s .3s ease both}.btn-outline-dark{background:0 0;color:var(--gray-900);border:2px solid var(--gray-200);display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:var(--radius-pill);font-family:Inter,sans-serif;font-weight:600;font-size:.875rem;letter-spacing:.02em;cursor:pointer;transition:all var(--transition);white-space:nowrap}.btn-outline-dark svg{width:17px;height:17px}.btn-outline-dark:hover{background:var(--gray-100);border-color:var(--gray-400)}.hero-footer{background:#0e2b1e;padding:0 60px;border-top:1px solid rgba(255,255,255,.06)}.hero-usp-strip{display:flex;align-items:stretch;justify-content:stretch}.hero-usp-strip-item{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px;padding:26px 24px;border-right:1px solid rgba(255,255,255,.08)}.hero-usp-strip-item:last-child{border-right:none}.hero-usp-strip-icon{width:53px;height:53px;min-width:53px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;align-self:center;color:var(--teal-dark);flex-shrink:0}.hero-usp-strip-icon svg{width:29px;height:29px}.hero-usp-strip-text{display:flex;flex-direction:column;justify-content:center;gap:2px}.hero-usp-strip-item strong{font-size:.98rem;font-weight:700;color:#fff;line-height:1.3}.hero-usp-strip-item span{font-size:.85rem;color:rgba(255,255,255,.65)}.hero-usp-strip-item--ersatz{position:relative}.ersatz-bubble{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);background:#fff;border-radius:12px;padding:10px 14px;width:max-content;box-shadow:0 8px 24px rgba(0,0,0,.22);opacity:0;z-index:10;pointer-events:none}.ersatz-bubble.visible{animation:bubbleSlideUpCenter .5s ease forwards,bubbleFloatCenter 3s ease-in-out .5s infinite;pointer-events:auto}.ersatz-bubble__row{font-size:.92rem;font-weight:400;color:var(--gray-600);line-height:1.7;white-space:nowrap}.ersatz-bubble .ersatz-bubble__type{font-weight:800;color:var(--teal)!important}.ersatz-bubble__emoji{font-size:1.2em}.ersatz-bubble__arrow{position:absolute;bottom:-7px;left:50%;margin-left:-7px;width:14px;height:14px;background:#fff;transform:rotate(45deg);border-radius:2px;box-shadow:3px 3px 6px rgba(0,0,0,.08)}.ersatz-typing{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);background:#fff;border-radius:12px;padding:10px 16px;box-shadow:0 8px 24px rgba(0,0,0,.22);display:flex;align-items:center;gap:5px;opacity:0;pointer-events:none;z-index:10}.ersatz-typing.visible{animation:bubbleFadeIn .3s ease forwards}.ersatz-typing__dot{width:7px;height:7px;background:var(--gray-400);border-radius:50%;animation:dotBounce .9s ease-in-out infinite}.ersatz-typing__dot:nth-child(2){animation-delay:.18s}.ersatz-typing__dot:nth-child(3){animation-delay:.36s}@keyframes dotBounce{0%,100%{transform:translateY(0);opacity:.35}50%{transform:translateY(-6px);opacity:1}}@keyframes bubbleSlideUpCenter{from{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes bubbleFloatCenter{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-5px)}}@keyframes bubbleFadeIn{from{opacity:0}to{opacity:1}}@keyframes bubbleFloatMobile{0%,100%{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 4px))}}.hero-rating-inline{display:flex;align-items:center;gap:10px;margin-top:20px;animation:fadeUp .6s .4s ease both}.hero-rating-inline .hero-rating__g{width:32px;height:32px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-rating__info{display:flex;align-items:center;gap:6px}.hero-rating__score-inline{font-size:1.19rem;font-weight:400;color:var(--gray-600)}.hero-rating__stars-inline{font-size:1.06rem;color:#f59e0b;letter-spacing:1px}.hero-rating__label-inline{font-size:.95rem;color:var(--gray-600);font-weight:500}.warum{padding:96px 0;background:var(--white)}.vorteile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.vorteil-card{background:var(--teal-pale);border-radius:16px;padding:32px 24px;border:1px solid var(--teal-border);transition:all var(--transition)}.vorteil-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--teal-light);background:var(--white)}.vorteil-icon{width:52px;height:52px;background:var(--white);border-radius:14px;border:1px solid var(--teal-border);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--teal-dark)}.vorteil-icon svg{width:26px;height:26px}.vorteil-card h3{font-size:1rem;color:var(--gray-900);margin-bottom:8px}.vorteil-card p{color:var(--gray-600);font-size:.875rem;line-height:1.6}.leistungen{padding:72px 0;background:var(--off-white)}.leistungen .container{max-width:1400px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.service-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--gray-200);transition:all var(--transition);position:relative;opacity:0;transform:translateY(24px);display:flex;flex-direction:column}.service-card.visible{opacity:1;transform:translateY(0)}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--teal-light);transform:translateY(-4px)}.service-img{width:100%;height:209px;position:relative;overflow:hidden;flex-shrink:0}.service-img--scheibenwechsel{background:linear-gradient(rgba(22,82,64,.28),rgba(22,82,64,.28)),url('../assets/images/Scheibenwechsel_Autoglassexpress_neumarkt.webp') center/cover no-repeat}.service-img--steinschlag{background:linear-gradient(rgba(22,82,64,.28),rgba(22,82,64,.28)),url('../assets/images/Steinschlagreparatur_Autoglassexpress_neumarkt.jpg.webp') center/cover no-repeat}.service-img--tonung{background:linear-gradient(rgba(15,23,42,.55),rgba(22,82,64,.45)),url('../assets/images/Scheibentoenung_Autoglassexpress_Neumarkt_.webp') center/cover no-repeat}.service-img-corner-icon{position:absolute;top:15px;left:15px;width:40px;height:40px;background:rgba(255,255,255,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.75)}.service-img-corner-icon svg{width:22px;height:22px}.service-body{padding:22px 24px 20px;display:flex;flex-direction:column;flex:1}.service-card h3{font-size:1.35rem;margin-bottom:9px;color:var(--gray-900)}.service-card p{color:var(--gray-600);font-size:.86rem;line-height:1.6;margin-bottom:15px}.service-card ul{margin-bottom:20px;display:flex;flex-direction:column;gap:0;flex:1}.service-card ul li{font-size:.98rem;color:var(--gray-600);padding:10px 0;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;gap:9px}.service-card ul li:last-child{border-bottom:none}.service-card ul li .task-alt-icon{display:inline-flex;width:22px;height:22px;color:var(--teal);fill:currentColor;flex-shrink:0;user-select:none}.service-link{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:var(--teal);background:var(--white);border:1px solid var(--teal);box-shadow:0 2px 8px rgba(43,153,119,.15);border-radius:var(--radius-pill);padding:9px 18px;margin-top:8px;align-self:flex-start;transition:all var(--transition)}.service-link svg{width:15px;height:15px}.service-link:hover{background:var(--teal);color:var(--white);gap:9px}.ueber-uns{padding:96px 0;background:var(--white)}.ueber-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:center}.ueber-visual{position:relative}.uv-car-img{width:100%;height:200px;object-fit:cover;border-radius:12px;margin-bottom:24px;box-shadow:0 6px 20px rgba(0,0,0,.3);display:block}.uv-card{background:linear-gradient(160deg,#165240 0,#2b9977 100%);border-radius:20px;padding:40px;color:var(--white);box-shadow:var(--shadow-lg)}.uv-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.55);margin-bottom:24px}.uv-hours{background:#fff;border-radius:12px;padding:16px 20px;margin-bottom:20px}.uv-hours-title{display:flex;align-items:center;gap:7px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:12px}.uv-hours-title svg{width:13px;height:13px}.uv-hour-row{display:flex;justify-content:space-between;font-size:.875rem;padding:5px 0;border-bottom:1px solid var(--gray-200);color:var(--gray-900);font-weight:500}.uv-hour-row:last-child{border-bottom:none}.uv-hour-closed{color:var(--gray-400)!important}.uv-contact{display:flex;flex-direction:column;gap:10px}.uv-contact a{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.7);font-size:.85rem;transition:color var(--transition);word-break:break-all}.uv-contact a:hover{color:var(--white)}.uv-contact svg{width:15px;height:15px;flex-shrink:0}.uv-badge-wrapper{position:absolute;bottom:-16px;right:-16px}.uv-badge{background:var(--teal);color:var(--white);font-weight:800;font-size:.9rem;letter-spacing:.03em;text-transform:uppercase;text-align:center;padding:18px 22px;border-radius:12px;border:1.5px solid rgba(255,255,255,.5);box-shadow:0 8px 32px rgba(43,153,119,.4);line-height:1.4}.ueber-text h2{margin-bottom:20px}.ueber-text p{color:var(--gray-600);line-height:1.7;margin-bottom:18px;font-size:.95rem}.ueber-values{display:flex;flex-direction:column;gap:10px;margin:24px 0 28px}.value{display:flex;align-items:center;gap:10px;font-size:.92rem;color:var(--gray-600)}.value svg{width:17px;height:17px;color:var(--teal);flex-shrink:0}.faq{padding:96px 0;background:var(--teal-pale)}.faq-list{display:flex;flex-direction:column;gap:12px;max-width:760px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--teal-border);border-radius:14px;overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:0 0;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;color:var(--gray-900);text-align:left;transition:color var(--transition)}.faq-question:hover{color:var(--teal)}.faq-icon{flex-shrink:0;width:28px;height:28px;background:var(--teal-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:1.3rem;font-weight:300;line-height:1;transition:transform var(--transition),background var(--transition)}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg);background:var(--teal);color:#fff}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 24px}.faq-answer.open{max-height:300px;padding:0 24px 20px}.faq-answer p{font-size:.88rem;color:var(--gray-600);line-height:1.7;border-top:1px solid var(--gray-200);padding-top:16px}.kontakt{padding:96px 0;background:linear-gradient(135deg,#165240 0,#1f7559 55%,#2b9977 100%);position:relative;overflow:hidden}.kontakt::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:60px 60px}.kontakt-kacheln{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative;z-index:1}.kontakt-kachel{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:36px 28px;backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:6px;transition:all var(--transition);color:var(--white)}.kontakt-kachel:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.35);transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.2)}.kachel-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:var(--white)}.kachel-icon svg{width:28px;height:28px}.kachel-icon--teal{background:rgba(255,255,255,.18)}.kachel-icon--whatsapp{background:rgba(255,255,255,.18)}.kachel-icon--termin{background:rgba(255,255,255,.22)}.kontakt-kachel--highlight{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.35)}.kachel-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.6)}.kachel-value{font-size:.95rem;font-weight:600;color:var(--white);word-break:break-all;line-height:1.5}.kachel-value--email{font-size:.75rem;word-break:normal;white-space:nowrap}.kachel-hint{display:inline-flex;align-items:center;gap:5px;font-size:.82rem;font-weight:600;color:rgba(255,255,255,.55);margin-top:8px;transition:color var(--transition),gap var(--transition)}.kachel-hint svg{width:14px;height:14px}.kontakt-kachel:hover .kachel-hint{color:rgba(255,255,255,.9);gap:8px}.call-float{display:none;position:fixed;bottom:24px;right:24px;z-index:200;width:56px;height:56px;background:#25d366;border-radius:50%;align-items:center;justify-content:center;color:var(--white);box-shadow:0 4px 20px rgba(37,211,102,.5);transition:transform var(--transition),box-shadow var(--transition);animation:tealpulse 2.5s ease-in-out infinite}.call-float svg{width:26px;height:26px}.call-float:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(43,153,119,.7)}@keyframes tealpulse{0%,100%{box-shadow:0 4px 20px rgba(43,153,119,.5)}50%{box-shadow:0 4px 32px rgba(43,153,119,.7),0 0 0 8px rgba(43,153,119,.1)}}.footer{background:var(--gray-900);border-top:1px solid rgba(255,255,255,.06);padding:56px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:56px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo-wrap{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-brand p{color:var(--gray-400);font-size:.875rem;line-height:1.6;max-width:240px}.footer-links h3{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-bottom:14px}.footer-links ul{display:flex;flex-direction:column;gap:10px}.footer-links a{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,.55);font-size:.875rem;transition:color var(--transition)}.footer-links a:hover{color:var(--white)}.footer-links svg{width:14px;height:14px;flex-shrink:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:22px 0;flex-wrap:wrap;gap:12px}.footer-bottom p{color:var(--gray-400);font-size:.82rem}.footer-legal{display:flex;gap:22px}.footer-legal a{color:var(--gray-400);font-size:.82rem;transition:color var(--transition)}.footer-legal a:hover{color:var(--white)}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-main{grid-template-columns:1fr}.hero-left{padding:60px 32px;text-align:center;align-items:center}.hero-badge{align-self:center}.hero-sub{max-width:100%}.hero-actions{justify-content:center}.hero-right{clip-path:none;min-height:320px}.hero-footer{padding:0 32px}.hero-usp-strip{flex-wrap:wrap}.hero-usp-strip-item{flex:0 0 100%;flex-direction:row;align-items:center;justify-content:flex-start;border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding-left:32px}.hero-usp-strip-item:last-child{border-bottom:none}.ersatz-typing{bottom:auto;top:50%;left:auto;right:60px;transform:translateY(-50%);padding:8px 12px}.ersatz-bubble{bottom:auto;top:50%;left:auto;right:0;transform:translateY(-50%);padding:7px 10px}.ersatz-bubble__row{font-size:.8rem;line-height:1.6}.ersatz-bubble.visible{animation:bubbleFadeIn .8s ease forwards,bubbleFloatMobile 3s ease-in-out .8s infinite}.ersatz-bubble__arrow{display:none}.ueber-grid{grid-template-columns:1fr;gap:48px}.footer-grid{grid-template-columns:1fr 1fr}.vorteile-grid{grid-template-columns:repeat(2,1fr)}.kontakt-kacheln{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-inner{grid-template-columns:1fr auto;padding:11px 20px}.nav-links{display:none}.nav-right .nav-cta{display:none!important}.burger{display:flex}.hero{min-height:unset}.hero-left{padding:110px 20px 32px;text-align:center;align-items:center}.hero-title{font-size:clamp(1.72rem, 6vw, 2.38rem)}.hero-title__pre{font-size:.85em;margin-bottom:-8px;display:block}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}.btn-outline-dark{justify-content:center;text-align:center}.hero-rating-inline{justify-content:center}.hero-sub{font-size:1rem;line-height:1.6}.hero-badge{font-size:.88rem;padding:6px 12px}.hero-right{min-height:200px}.hero-usp-strip-item{flex:0 0 100%;padding:14px 20px}.hero-usp-strip-icon{width:40px;height:40px;min-width:40px}.hero-usp-strip-icon svg{width:20px;height:20px}.hero-footer{padding:0 20px}.services-grid{grid-template-columns:repeat(2,1fr)}.kontakt,.leistungen,.ueber-uns,.warum{padding:60px 0}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;text-align:center}.ueber-grid{gap:32px}.uv-badge-wrapper{position:static;margin-top:16px}.uv-contact a{font-size:.72rem;word-break:normal;white-space:nowrap}.section-header{margin-bottom:40px}.call-float{display:flex}}@media (max-width:480px){.hero-right{min-height:180px}.hero-left{padding:100px 16px 28px}.hero-sub{font-size:.95rem}.hero-usp-strip-item strong{font-size:.88rem}.hero-usp-strip-item span{font-size:.78rem}.vorteile-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.kontakt-kacheln{grid-template-columns:1fr}.kontakt-kachel{flex-direction:row;align-items:center;gap:16px;padding:20px 24px}.kachel-icon{flex-shrink:0;margin-bottom:0;width:48px;height:48px}.kachel-icon svg{width:22px;height:22px}.kachel-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.kachel-hint{margin-top:4px}}