.navbar{display:flex;justify-content:space-between;background:#f3f4f6;align-items:center;color:#000;flex-wrap:nowrap;height:auto;padding:1rem 2rem;margin:1rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.navbar-header{margin:0;font-size:1.2rem;font-weight:700;font-family:Montserrat,sans-serif;color:#1e3a8a}.stones{gap:1rem;flex-direction:row;flex-wrap:nowrap}.stones,.stones a{display:flex;align-items:center}.stones a{gap:.5rem;padding:.75rem 1rem;color:#1f2937;text-decoration:none;font-size:1.1rem;border-radius:6px;transition:all .2s ease-in-out}.stones-link{text-decoration:none;font-family:Montserrat,sans-serif;font-weight:500;white-space:nowrap;transition:.2s ease-in-out}.stones-link:hover{background:#162b52;color:#fff;transform:translateY(-2px)}.stones-link-active{border-bottom:2px solid #fff;padding-bottom:.2rem}.stones .router-link-active{background-color:#1e3a6d;color:#fff}.menu{position:fixed;top:20px;left:20px;width:48px;height:48px;border:none;border-radius:14px;background:hsla(0,0%,100%,.9);box-shadow:0 10px 25px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1100;transition:.2s ease}.menu:hover{transform:scale(1.05)}.overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);z-index:998}.sidebar{position:fixed;top:0;left:0;height:100vh;width:300px;background:#fff;box-shadow:10px 0 30px rgba(0,0,0,.12);transform:translateX(-105%);transition:transform .3s ease;z-index:999;display:flex;flex-direction:column}.sidebar.open{transform:translateX(0)}.header{position:relative;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.header h1{font-size:1rem;color:#0f172a;margin:0}.close-btn{width:40px;height:40px;border-radius:12px;background:#f1f5f9;display:flex;transition:.2s ease}.close-btn:hover{background:#e2e8f0;transform:scale(1.05)}.points{display:flex;flex-direction:column;padding:1rem;gap:.5rem}.points-link{display:flex;align-items:center;gap:.8rem;padding:.9rem 1rem;border-radius:14px;text-decoration:none;color:#0f172a;font-weight:500;transition:.2s ease}.points-link svg{width:20px;height:20px;color:#1e3a8a}.points-link:hover{background:#f1f5f9;transform:translateX(4px)}.points-link.router-link-active{background:#ecfeff;color:#1e3a8a;font-weight:600}@media (max-width:600px){.sidebar{width:85%}.menu{top:15px;left:15px}}.footer{background-color:#f3f4f6;color:#000;height:auto;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin:1rem}.footer-container{display:flex;justify-content:flex-start;gap:2rem;flex-wrap:wrap;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.footer-block{flex:1 1 0;min-width:250px}.footer-block h3{margin-bottom:.8rem;font-size:1.2rem}.footer-block a,.footer-block p{font-size:.95rem;color:#000;text-decoration:none}.footer-block a:hover{text-decoration:underline}.footer-bottom{margin-top:2rem;text-align:center;font-size:.85rem;color:#000}.creator{font-size:.85rem;opacity:.7}@media (max-width:768px){.footer-container{flex-direction:column;align-items:center;padding-left:1rem;padding-right:1rem}.footer-block{width:100%}}*,:after,:before{box-sizing:border-box}body,html{width:100%;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.layout{width:100%;max-width:1200px;margin:0 auto;padding-left:1rem;padding-right:1rem}.card{background-color:#f3f4f6;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:2rem;width:100%;max-width:1000px;margin:2rem auto;box-sizing:border-box;transition:transform .2s ease}.card:hover{transform:translateY(-2px)}section{margin-bottom:3rem}body,html{margin:0;padding:0;scroll-behavior:smooth;font-family:Montserrat,sans-serif}.home{width:100%;overflow-x:hidden;background:#f8fafc}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-image:url(/img/altenpfelge.799901c7.png);background-size:cover;background-position:50%}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}.hero-content{position:relative;z-index:2;max-width:850px;text-align:center;color:#fff}.hero-badge{display:inline-block;padding:.6rem 1rem;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);border-radius:999px;margin-bottom:1.5rem;backdrop-filter:blur(10px)}.hero-content h1{font-size:4rem;line-height:1.1;margin-bottom:1.5rem}.hero-content p{font-size:1.2rem;line-height:1.7;max-width:700px;margin:0 auto}.hero-buttons{margin-top:2rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.primary-btn,.secondary-btn,.whatsapp-btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 1.5rem;border-radius:16px;text-decoration:none;color:#fff;font-weight:600;backdrop-filter:blur(14px);background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);box-shadow:0 8px 32px rgba(0,0,0,.15);transition:all .25s ease}.primary-btn:hover,.secondary-btn:hover,.whatsapp-btn:hover{transform:translateY(-3px);background:hsla(0,0%,100%,.18);border:1px solid hsla(0,0%,100%,.25)}.section-header{text-align:center;margin-bottom:4rem}.section-header span{color:#1e3a8a;font-weight:700}.section-header h2{font-size:2.5rem;margin-top:.8rem;color:#0f172a}.services-preview{padding:6rem 2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:auto}.service-card{text-decoration:none!important;color:inherit;display:block;background:#fff;padding:2rem;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:.3s ease}.service-card:hover{text-decoration:none;transform:translateY(-8px)}.service-icon{width:65px;height:65px;border-radius:18px;background:#ecfeff;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#1e3a8a;position:relative}.service-card h3{margin-bottom:1rem;color:#0f172a}.service-card p{color:#475569;line-height:1.7}.about-preview{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:auto;padding:6rem 2rem}.about-right img{width:100%;border-radius:28px;-o-object-fit:cover;object-fit:cover}.section-badge{display:inline-block;margin-bottom:1rem;color:#1e3a8a;font-weight:700}.about-left h2{font-size:2.7rem;line-height:1.2;margin-bottom:1.5rem}.about-left p{color:#475569;line-height:1.8;margin-bottom:1rem}.about-btn{display:inline-block;margin-top:1rem;padding:1rem 1.5rem;border-radius:12px;background:#1e3a8a;color:#fff;text-decoration:none;font-weight:600}.contact-banner{padding:6rem 2rem}.contact-wrapper{margin:auto;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.contact-info h2{font-size:2.5rem;margin-bottom:1rem;color:#0f172a}.contact-text{color:#475569;line-height:1.7;margin-bottom:2rem}.location-card{background:#fff;padding:2rem;border-radius:24px;margin-bottom:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.06)}.location-card h3{margin-bottom:1rem;color:#1e3a8a}.location-card p{margin:.3rem 0;color:#0f172a}.location-card span{display:inline-block;margin-top:1rem;color:#64748b;font-size:.95rem}.contact-side{display:flex;flex-direction:column;gap:1.5rem}.contact-side-card{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;padding:2rem;border-radius:24px}.contact-side-card h3{margin-bottom:1rem}.contact-side-card a{color:#fff;text-decoration:none;font-size:1.3rem;font-weight:700}.contact-side-card ul{list-style:none;padding:0;margin:0}.contact-side-card li{display:flex;justify-content:space-between;margin-bottom:1rem;gap:1rem}@media (max-width:900px){.hero-content h1{font-size:2.8rem}.about-preview{grid-template-columns:1fr}.about-left h2,.contact-box h2,.section-header h2{font-size:2rem}}@media (max-width:600px){.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1rem}.hero-buttons{flex-direction:column}.primary-btn,.secondary-btn,.whatsapp-btn{justify-content:center}}@media (max-width:900px){.contact-wrapper{grid-template-columns:1fr}.contact-info h2{font-size:2rem}}.about{width:100%;background:#f5f7fb;padding:6rem 1.5rem;box-sizing:border-box}.opening-hours,.placement,.service-area,.team{max-width:1200px;margin:0 auto 4rem auto}.card h2,.team-wrapper h1{font-size:2.3rem;color:#1e3a8a;margin-bottom:2rem;font-weight:700}.card h3{font-size:1.5rem;margin-bottom:1rem;color:#0f172a}.card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px rgba(15,23,42,.08)}.team .card{display:grid;gap:3rem;align-items:center}.card-image{width:100%;height:100%;max-height:550px;-o-object-fit:cover;object-fit:cover;border-radius:20px}.team-intro p{color:#475569;line-height:1.9;margin-bottom:1.3rem;font-size:1rem}.opening-list{list-style:none;padding:0;margin:2rem 0}.opening-list li{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e2e8f0;color:#334155;font-size:1rem}.opening-hint{margin-top:1rem;color:#64748b;line-height:1.7}.area-list{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;padding:0;list-style:none}.area-list li{background:#eff6ff;color:#1e3a8a;padding:1rem;border-radius:14px;font-weight:600;text-align:center;transition:.25s ease}.area-list li:hover{transform:translateY(-3px);background:#dbeafe}.area-hint{margin-top:2rem;color:#64748b;line-height:1.7}.call-button{margin-top:2rem;display:inline-flex;align-items:center;gap:.7rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;text-decoration:none;border-radius:14px;font-weight:600;transition:.25s ease}.call-button:hover{transform:translateY(-3px);filter:brightness(1.05)}.map-card{overflow:hidden;border-radius:24px;box-shadow:0 10px 30px rgba(15,23,42,.08)}.map-card iframe{width:100%;height:450px;border:none;display:block}@media (max-width:900px){.team .card{grid-template-columns:1fr}.card-image{max-height:350px}.card h2,.team-wrapper h1{font-size:2rem}}@media (max-width:768px){.about{padding:4rem 1rem}.card{padding:1.5rem}.opening-list li{flex-direction:column;align-items:flex-start;gap:.4rem}.area-list{grid-template-columns:1fr 1fr}}@media (max-width:520px){.card h2,.team-wrapper h1{font-size:1.7rem}.area-list{grid-template-columns:1fr}.call-button{width:100%;justify-content:center}}.services{width:100%;background:#f8fafc;padding-bottom:6rem}.features{padding:6rem 2rem}.feature-wrapper{max-width:1200px;margin:auto;text-align:center}.feature-wrapper h1{font-size:2.8rem;color:#0f172a;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.feature-card{background:#fff;border-radius:22px;padding:1.8rem;box-shadow:0 10px 30px rgba(0,0,0,.06);cursor:pointer;transition:all .25s ease;text-align:left;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.12)}.feature-icon{width:50px;height:50px;padding:10px;border-radius:14px;background:#ecfeff;color:#1e3a8a;margin-bottom:1rem;transition:transform .25s ease}.feature-card:hover .feature-icon{transform:scale(1.08) translateY(-2px)}.feature-card h3{font-size:1.1rem;color:#0f172a;margin:0}.popup-overlay{background:rgba(15,23,42,.65);z-index:1000;padding:2rem}.popup-box{width:100%;max-width:600px;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.25);animation:popupIn .25s ease}@keyframes popupIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.close-btn-service{position:absolute;top:15px;right:15px;border:none;background:transparent;font-size:1.8rem;cursor:pointer;color:#0f172a}.popup-icon{width:60px;height:60px;color:#1e3a8a;background:#ecfeff;padding:12px;border-radius:16px;margin-bottom:1rem}.popup-box h2{margin-bottom:1rem;color:#0f172a}.popup-list{list-style:none;padding:0;margin:0}.popup-list li{padding:.5rem 0;border-bottom:1px solid #e2e8f0;color:#475569;line-height:1.5}.care-costs{padding:6rem 2rem}.costs-card{max-width:1200px;margin:auto;background:#fff;border-radius:28px;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,.06)}.costs-card h1{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.costs-card p{color:#475569;line-height:1.7}.consult-button{display:inline-block;margin-top:2rem;padding:1rem 1.5rem;border-radius:14px;background:#1e3a8a;color:#fff;text-decoration:none;font-weight:600;transition:.25s ease}.consult-button:hover{transform:translateY(-3px);background:#2563eb}.care-costs .feature-grid{margin-top:2rem}.care-costs .feature-card{cursor:default}.care-costs .feature-card:hover{transform:translateY(-4px)}@media (max-width:900px){.feature-wrapper h1{font-size:2rem}.costs-card{padding:2rem}.costs-card h1{font-size:2rem}}@media (max-width:600px){.popup-box{padding:1.5rem}.feature-card{padding:1.4rem}}.career{width:100%;padding:2rem 1rem;max-width:1200px;margin:3rem auto;font-family:Inter,sans-serif;color:#1f2937}.hero-career{text-align:center;padding:4rem 1rem;background-color:#f3f4f6;border-radius:12px;margin-bottom:3rem}.hero-career h1{font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.hero-career p{font-size:1.2rem}.career-jobs{margin:4rem 0}.career-jobs h2{font-size:2rem;color:#000}.career-jobs h2,.career-jobs h4{margin-bottom:2rem;text-align:center}.career-jobs h4{font-size:1rem;color:#1e3a6d}.job-card{background-color:#f3f4f6;padding:1.5rem;margin-bottom:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .2s}.job-card:hover{color:#162b52;transform:translateY(-3px)}.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center}.popup-box{position:relative;background:#fff;padding:2rem;width:400px;max-height:90vh;overflow-y:auto;border-radius:12px;text-align:left;animation:fadeIn .3s ease-out;margin:1rem}.close-btn{position:absolute;top:10px;left:15px;font-size:2rem;background:#1e3a6d;color:#fff;border-radius:6px;border:none;cursor:pointer;width:2rem;height:2rem;padding:4px 10px;display:inline-flex;align-items:center;justify-content:center}.popup-text{margin-top:1rem;color:#444}@media (max-width:768px){.career{padding:1rem}}.career-form form{display:flex;flex-direction:column;gap:1rem}.career-form label{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;font-weight:600;font-size:1rem;color:#374151}.career-form input,.career-form select{width:100%;padding:.6rem .8rem;font-size:1rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;transition:border-color .2s,box-shadow .2s}.career-form input:focus,.career-form select:focus{border-color:#1e3a6d;box-shadow:0 0 0 3px rgba(30,58,138,.15);outline:none}.career-form .file-upload-wrapper{position:relative;width:100%}.career-form .file-upload-wrapper input[type=file]{position:absolute;opacity:0;inset:0;cursor:pointer}.upload-btn{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.career-form .upload-btn,.upload-btn{width:100%;padding:.75rem;border-radius:8px;background-color:#1e3a6d;color:#fff;font-weight:600;cursor:pointer;text-align:center;font-size:1rem;transition:background-color .2s}.career-form .upload-btn:hover{background-color:#1e3a6d}.checkbox-label{gap:.75rem;margin-top:1.2rem;font-size:.9rem;color:#374151;cursor:pointer;line-height:1.4}.checkbox-label input[type=checkbox]{display:none}.custom-checkbox{width:18px;height:18px;border:2px solid #1e3a6d;border-radius:4px;position:relative;flex-shrink:0;margin-top:2px;transition:background-color .2s ease,border-color .2s ease}.checkbox-label input:checked+.custom-checkbox{background-color:#1e3a6d}.checkbox-label input:checked+.custom-checkbox:after{content:"";position:absolute;left:4px;top:0;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-text a{color:#1e3a6d;text-decoration:underline}.checkbox-text a:hover{color:#1e40af}.toast{background-color:#1e3a8a;border-radius:8px;font-weight:600;box-shadow:0 4px 12px rgba(0,0,0,.2);animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.confirm-toast-overlay{background:rgba(0,0,0,.5);z-index:10000}.confirm-toast-box{padding:1.8rem 2rem;border-radius:12px;width:350px;max-width:90%;box-shadow:0 6px 18px rgba(0,0,0,.2)}.confirm-toast-buttons{justify-content:space-between}.cancel-btn,.confirm-btn{flex:1;padding:.7rem 1rem;border-radius:8px;font-weight:600;font-size:1rem;transition:.2s}.confirm-btn{background-color:#1e3a6d;color:#1e3a6d}.confirm-btn:hover{background-color:#162b52}.cancel-btn{background-color:#e5e7eb;color:#1e3a6d}.cancel-btn:hover{background-color:#162b52}.career-form button[type=submit]{padding:1rem;background-color:#1e3a6d;margin-top:2rem;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .2s,transform .15s}.career-form button[type=submit]:hover{background-color:#1e3a6d;transform:translateY(-2px)}input:required:invalid,input:required:invalid+.custom-checkbox{border-color:orange}input:required:invalid+.custom-checkbox:after{color:orange;margin-left:.3rem}.legal-page{display:flex;justify-content:center;padding:2rem 1rem;background-color:#fff;margin:3rem auto}.legal-card{width:100%;max-width:900px;background:#f3f4f6;border-radius:12px;padding:2rem;box-shadow:0 8px 25px rgba(0,0,0,.08);box-sizing:border-box}.legal-card h1{font-size:2rem;margin-bottom:1.5rem;text-align:center}.legal-card h2{font-size:1.4rem;margin-top:2rem;margin-bottom:.5rem}.legal-card h3{font-size:1.1rem;margin-top:1.2rem}.legal-card p{line-height:1.6;margin-bottom:.8rem;color:#333}.legal-card ul{padding-left:1.2rem;margin-bottom:1rem}.legal-card li{margin-bottom:.4rem}@media (max-width:600px){.legal-card{padding:1.4rem}.legal-card h1{font-size:1.6rem}.legal-card h2{font-size:1.25rem}}.contact-page{padding:6rem 1.5rem;background:#f5f7fb}.contact-header{text-align:center;margin-bottom:4rem}.contact-badge{display:inline-block;padding:.5rem 1rem;background:#dbeafe;color:#1e3a8a;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.contact-header h1{font-size:3rem;color:#0f172a;margin-bottom:1rem}.contact-header p{color:#64748b;font-size:1.1rem}.contact-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:400px 1fr;gap:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 10px 30px rgba(15,23,42,.08)}.info-card h3{color:#1e3a8a;margin-bottom:1rem}.info-card p{color:#475569;margin-bottom:.5rem}.info-card span{color:#64748b;font-size:.95rem}.info-card a{color:#2563eb;text-decoration:none;font-weight:600}.contact-form-card{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 10px 30px rgba(15,23,42,.08)}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#1e293b;font-weight:600}.contact-form input,.contact-form textarea{padding:1rem;border-radius:14px;border:1px solid #cbd5e1;font-size:1rem;transition:.2s ease}.contact-form textarea{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:#1f2937;min-height:120px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#2563eb}.checkbox-label{display:flex;align-items:flex-start;gap:.8rem;color:#475569;font-size:.95rem}.checkbox-label a{color:#2563eb;text-decoration:none}.contact-form button{padding:1rem;border:none;border-radius:14px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:.25s ease}.contact-form button:hover{transform:translateY(-2px)}.toast{position:fixed;top:2rem;right:2rem;background:#16a34a;color:#fff;padding:1rem 1.5rem;border-radius:14px;z-index:9999}.confirm-toast-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:9999}.confirm-toast-box{background:#fff;padding:2rem;border-radius:24px;width:90%;max-width:420px;text-align:center}.confirm-toast-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.cancel-btn,.confirm-btn{padding:.8rem 1.4rem;border:none;border-radius:12px;cursor:pointer}.confirm-btn{background:#2563eb;color:#fff}.cancel-btn{background:#e2e8f0}@media (max-width:900px){.contact-wrapper{grid-template-columns:1fr}}@media (max-width:768px){.contact-header h1{font-size:2.2rem}.contact-form-card,.info-card{padding:1.5rem}}