*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#605dba;--primary-hover:#4f4ca3;--primary-pale:#e6e5f4;--primary-soft:#f0f0f8;--dark:#343f52;--light:#fcfcfd;--body:#60697b;--secondary:#aab0bc;--border:#ebedf3;--white:#fff;--radius:12px;--shadow:0 4px 24px #00000014}html{scroll-behavior:smooth}body{color:var(--dark);background:var(--white);font-family:Segoe UI,system-ui,sans-serif;line-height:1.65}img{object-fit:cover;width:100%;display:block}nav{background:var(--white);align-items:center;height:64px;padding:0 6vw;display:flex;box-shadow:0 2px 12px #00000014}.nav-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo-text{color:var(--dark);letter-spacing:-.3px;font-size:1.25rem;font-weight:800}section{padding:80px 6vw}section:nth-child(2n){background:var(--primary-soft)}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--primary);margin-bottom:.6rem;font-size:.78rem;font-weight:700}h2{color:var(--dark);margin-bottom:1.2rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.2}p{color:var(--body);max-width:680px}#hero{background:linear-gradient(#e6e5f4cc,#e6e5f4cc),url(https://images.unsplash.com/photo-1631217868264-e5b90bb7e133?w=1400&q=80) 50%/cover no-repeat;flex-direction:column;justify-content:center;min-height:88vh;padding:80px 6vw;display:flex;position:relative;overflow:hidden}#hero h1{color:var(--dark);max-width:800px;margin-bottom:1.4rem;font-size:clamp(2.2rem,5.5vw,4rem);font-weight:900;line-height:1.1}#hero h1 em{color:var(--primary);font-style:normal}#hero p{color:var(--body);max-width:560px;font-size:1.12rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2.4rem;display:flex}.btn-primary{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:.85rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:filter .2s}.btn-primary:hover{filter:brightness(1.1)}.btn-save{border:2px solid var(--border);color:var(--dark);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.btn-save:hover{border-color:var(--primary);color:var(--primary)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0;border-radius:8px;padding:.85rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s}.btn-outline:hover{background:var(--primary);color:var(--white)}.scroll-hint{color:var(--secondary);align-items:center;gap:.6rem;margin-top:3rem;font-size:.82rem;display:flex}.scroll-hint:before{content:"";background:var(--border);width:24px;height:1px}#hard-facts .facts-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.4rem;display:grid}@media (max-width:700px){#hard-facts .facts-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.fact-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);border-top:3px solid var(--primary);padding:1.2rem 1.1rem;transition:transform .2s}.fact-card:hover{transform:translateY(-3px)}.fact-icon{margin-bottom:.5rem;font-size:1.5rem}.fact-value{color:var(--primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:800;line-height:1.1}.fact-label{color:var(--body);font-size:.8rem;font-weight:500}#about .about-grid{grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-top:3rem;display:grid}@media (max-width:800px){#about .about-grid{grid-template-columns:1fr}}.about-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:2rem 1.8rem}.about-card h3{color:var(--primary);margin-bottom:.7rem;font-size:1.1rem;font-weight:700}.about-card p{font-size:.95rem}.about-accent{background:var(--primary);border-radius:2px;width:40px;height:4px;margin-bottom:1rem}#video{text-align:center}#video p{margin:0 auto 2.4rem}.video-wrapper{border-radius:16px;max-width:860px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 12px 48px #0000002e}.video-placeholder{aspect-ratio:16/9;color:var(--white);background:linear-gradient(160deg,#3e3c8f 0%,#343f52 100%);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.play-btn{background:var(--primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #605dba73}.play-btn:hover{transform:scale(1.08);box-shadow:0 6px 28px #605dba99}.play-btn svg{margin-left:4px}.video-placeholder p{opacity:.7;font-size:1rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin-top:2.8rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;position:relative}.testimonial-card:before{content:"“";color:var(--primary-pale);font-family:Georgia,serif;font-size:5rem;line-height:.8;position:absolute;top:1rem;left:1.4rem}.testimonial-text{color:var(--dark);z-index:1;margin-bottom:1.4rem;padding-top:1.2rem;font-size:.97rem;font-style:italic;position:relative}.testimonial-author{align-items:center;gap:.9rem;display:flex}.author-avatar{background:var(--primary-pale);width:46px;height:46px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;overflow:hidden}.author-name{color:var(--dark);font-size:.93rem;font-weight:700}.author-role{color:var(--body);font-size:.82rem}#locations .intro{max-width:620px;margin-bottom:2.8rem}.locations-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:700px){.locations-grid{grid-template-columns:1fr}}.location-card{border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.location-img{background:linear-gradient(135deg,#605dba 0%,#343f52 100%);justify-content:center;align-items:center;height:200px;font-size:3rem;display:flex}.location-body{background:var(--white);padding:1.6rem}.location-body h3{color:var(--primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.location-body p{font-size:.92rem}.location-tag{background:var(--primary-pale);color:var(--primary);border-radius:4px;margin-top:.8rem;padding:.2rem .7rem;font-size:.78rem;font-weight:600;display:inline-block}#profil .profil-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;margin-top:2.4rem;display:grid}@media (max-width:700px){#profil .profil-layout{grid-template-columns:1fr}}.check-list{flex-direction:column;gap:.9rem;list-style:none;display:flex}.check-list li{color:var(--body);align-items:flex-start;gap:.8rem;font-size:.97rem;display:flex}.check-icon{background:var(--primary);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.75rem;display:flex}.profil-image-placeholder{border-radius:var(--radius);background:linear-gradient(160deg,#605dbabf 0%,#343f52d9 100%),url(https://images.unsplash.com/photo-1582750433449-648ed127bb54?w=800&q=80) 50%/cover;align-items:flex-end;height:380px;padding:2rem;display:flex;overflow:hidden}.profil-image-placeholder .caption{color:var(--white);opacity:.85;font-size:.9rem;font-weight:500}#zustaendigkeiten .tasks-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem;margin-top:2.8rem;display:grid}.task-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1.6rem;display:flex}.task-icon-box{background:var(--primary-pale);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.task-card h4{color:var(--dark);margin-bottom:.3rem;font-size:.97rem;font-weight:700}.task-card p{font-size:.87rem}#benefits .benefits-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2.8rem;display:grid}.benefit-card{background:var(--primary);color:var(--white);border-radius:var(--radius);padding:1.1rem 1.2rem;transition:transform .2s}.benefit-card:hover{transform:translateY(-4px)}.benefit-icon{margin-bottom:.5rem;font-size:1.4rem}.benefit-card h4{margin-bottom:.25rem;font-size:.92rem;font-weight:700}.benefit-card p{opacity:.85;max-width:none;color:var(--white);font-size:.82rem}#galerie .gallery-intro{margin-bottom:2.4rem}.gallery-grid{grid-template-rows:repeat(2,220px);grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:700px){.gallery-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr}.gallery-item:first-child{grid-column:span 2}}.gallery-item{cursor:pointer;border-radius:10px;position:relative;overflow:hidden}.gallery-item:first-child{grid-row:span 2}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-item:hover .gallery-img{transform:scale(1.05)}.gallery-overlay{opacity:0;color:#fff;background:linear-gradient(160deg,#0000 50%,#605dbaa6 100%);align-items:flex-end;padding:1rem;font-size:.9rem;font-weight:600;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-ph{justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;display:flex}.gph-1{background:linear-gradient(135deg,#605dba,#343f52)}.gph-2{background:linear-gradient(135deg,#7270c8,#3d4a60)}.gph-3{background:linear-gradient(135deg,#4f4ca3,#2e3848)}.gph-4{background:linear-gradient(135deg,#6a68c4,#3a4558)}.gph-5{background:linear-gradient(135deg,#5855b0,#303c50)}.gph-6{background:linear-gradient(135deg,#7876cc,#424f65)}#bereiche .bereiche-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.8rem;display:grid}@media (max-width:700px){#bereiche .bereiche-grid{grid-template-columns:1fr}}.bereich-card{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.bereich-header{align-items:center;gap:1rem;padding:1.8rem 2rem 1.4rem;display:flex}.bereich-header.wohnen,.bereich-header.fa{background:var(--primary)}.bereich-icon{font-size:2rem}.bereich-header h3{color:var(--white);margin:0;font-size:1.3rem;font-weight:800}.bereich-header .bereich-sub{color:#ffffffb3;max-width:none;margin:0;font-size:.82rem}.bereich-body{background:var(--white);padding:1.8rem 2rem}.bereich-body p{max-width:none;margin-bottom:1.2rem;font-size:.95rem}.bereich-tag{background:var(--primary-pale);color:var(--primary);border-radius:4px;margin-top:.3rem;margin-right:.4rem;padding:.25rem .8rem;font-size:.78rem;font-weight:700;display:inline-block}.bereich-tag.dark{color:var(--dark);background:#e8eaf0}#cta-banner{background:linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);color:var(--white);text-align:center;padding:80px 6vw}#cta-banner h2{color:var(--white);max-width:600px;margin:0 auto 1rem}#cta-banner p{color:#ffffffbf;margin:0 auto 2.4rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}footer{background:var(--dark);color:#ffffff80;text-align:center;padding:2rem 6vw;font-size:.85rem}footer a{color:#ffffffa6;text-decoration:none}@media (max-width:1024px){.hero-cta-desktop{display:none}}.mobile-cta-bar{display:none}@media (max-width:1024px){.mobile-cta-bar{z-index:200;background:var(--white);border-top:1px solid var(--border);align-items:center;gap:.75rem;padding:.9rem 5vw;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.mobile-cta-bar .btn-save,.mobile-cta-bar .btn-primary{text-align:center;white-space:nowrap;box-sizing:border-box;flex:1;justify-content:center;align-items:center;height:44px;padding:.7rem 1rem;font-size:.92rem;line-height:1.4;display:flex}#page{padding-bottom:72px}}.splash-page #splash{padding-top:2rem;top:0}#splash{z-index:90;background:var(--white);flex-direction:column;justify-content:center;align-items:center;padding:2rem 6vw 6rem;transition:opacity .4s,transform .4s;display:flex;position:fixed;inset:64px 0 0}#splash h2{color:var(--dark);text-align:center;max-width:640px;margin-bottom:2.4rem;font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:800}#splash h2 em{color:var(--primary);font-style:normal}.role-grid{grid-template-columns:repeat(3,1fr);gap:.9rem;width:100%;max-width:640px;display:grid}@media (max-width:600px){.role-grid{grid-template-columns:repeat(2,1fr)}}.role-btn{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);color:var(--dark);cursor:pointer;text-align:center;padding:1.1rem .8rem;font-size:.95rem;font-weight:700;transition:border-color .18s,color .18s,background .18s,transform .18s}.role-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-pale);transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#page{animation:.4s fadeIn}.bewerben-layout{background:var(--primary-soft);flex-direction:column;min-height:100dvh;display:flex}.bewerben-page{flex:1;justify-content:center;align-items:center;padding:60px 6vw;display:flex}.form-container{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:520px;padding:3rem}.form-container h2{margin-bottom:.5rem}.form-container>p{margin-bottom:0}.contact-form{flex-direction:column;gap:1.4rem;margin-top:2rem;display:flex}.form-field{flex-direction:column;gap:.45rem;display:flex}.form-field label{color:var(--dark);font-size:.88rem;font-weight:600}.form-field input{border:1.5px solid var(--border);color:var(--dark);background:var(--white);border-radius:8px;outline:none;width:100%;padding:.78rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #605dba1f}.form-field input::placeholder{color:var(--secondary)}.form-error{color:#b42318;margin:0 0 1rem;font-size:.9rem}.contact-form .submit-btn{justify-content:center;width:100%;margin-top:.4rem;padding:.95rem;font-size:1rem}.success-state{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;width:100%;max-width:440px;padding:4rem 3rem}.success-icon{background:var(--primary);width:64px;height:64px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.6rem;font-size:1.6rem;font-weight:700;display:flex}.success-state h2{margin-bottom:.5rem}.success-state p{max-width:none;margin-bottom:2rem}.success-state .btn-primary{display:inline-block}@media (max-width:600px){.form-container{padding:2rem 1.4rem}.success-state{padding:3rem 1.4rem}section{padding:56px 5vw}nav{padding:0 5vw}.gallery-grid{grid-template-rows:160px 160px 160px;grid-template-columns:1fr 1fr}.gallery-item:first-child{grid-area:span 1/span 2}}
