:root{--blue:#1682bd;--blue2:#49a3d8;--blue3:#58afe0;--text:#4c4c4c;--light:#f3f3f3;--border:#e8e8e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f1f1f1;color:var(--text);font-family:"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.65}.container{max-width:1280px;margin:auto;padding:0 30px}.topbar{height:30px;background:#fff;border-bottom:1px solid #eee;font-size:11px;color:#777}.topbar .container{display:flex;justify-content:flex-end;gap:18px;align-items:center;height:100%}.topbar a{color:#777;text-decoration:none}.branding{height:190px;background:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo{width:455px;max-width:75vw;height:auto}.tagline{margin-top:12px;text-transform:uppercase;letter-spacing:3.5px;font-size:11px;color:#888}.nav-wrap{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #ddd;box-shadow:0 2px 4px rgba(0,0,0,.04)}.nav-inner{min-height:54px;display:flex;align-items:center}.nav{display:flex;align-items:stretch;gap:0}.nav>a,.nav-parent{display:flex;align-items:center;height:54px;padding:0 20px;border:0;background:transparent;color:#555;text-decoration:none;text-transform:uppercase;font-family:Arial,sans-serif;font-size:12px;letter-spacing:2px;cursor:pointer}.nav>a:hover,.nav-parent:hover,.nav .active{color:var(--blue)}.nav-parent span{font-size:13px;margin-left:7px;color:#999}.nav-item{position:relative}.submenu{display:none;position:absolute;z-index:20;top:54px;left:0;min-width:265px;background:#fff;border-top:2px solid var(--blue);box-shadow:0 6px 18px rgba(0,0,0,.13);padding:8px 0}.submenu a{display:block;padding:10px 18px;color:#666;text-decoration:none;font-size:13px;white-space:nowrap}.submenu a:hover{background:#f4f8fa;color:var(--blue)}.dropdown:hover .submenu,.dropdown:focus-within .submenu{display:block}.menu-toggle{display:none}.page-shell{max-width:1300px;margin:22px auto 0;background:#fff;padding:30px 36px 0}.hero-image{width:100%;height:auto;display:block}.services{display:grid;grid-template-columns:repeat(3,1fr);margin-top:52px}.service-card{min-height:210px;padding:45px 38px 35px;color:#fff;background:#4b99c6}.service-card:nth-child(2){background:#4aa3d5}.service-card:nth-child(3){background:#59b0e0}.service-card h2{margin:12px 0 5px;font-size:22px}.service-card h2 a{color:#fff;text-decoration:none}.service-icon{font-size:32px;font-weight:700}.service-card p{font-size:14px;line-height:1.6}.content-section{padding:55px 0;border-bottom:1px solid #eee}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}.two-col.wide-text{grid-template-columns:1.35fr .85fr}.content-section h1,.content-section h2,.soft-section h2{font-weight:400;color:#3d3d3d;line-height:1.25}.content-section h1{font-size:30px}.content-section h2{font-size:27px}.content-section h3{font-size:20px;font-weight:500}.section-image{width:100%;height:auto}.slider{position:relative;margin-top:40px;background:#f4f4f4;overflow:hidden;border:1px solid #ececec}.slider-stage{position:relative;height:clamp(390px,44vw,590px);display:flex;align-items:center;justify-content:center}.slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:28px 74px 48px;border:0;background:transparent;opacity:0;visibility:hidden;cursor:zoom-in;transition:opacity .45s ease,visibility .45s ease}.slide.active{opacity:1;visibility:visible}.slide img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;box-shadow:0 3px 14px rgba(0,0,0,.08)}.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 2px 9px rgba(0,0,0,.12);font-size:25px;color:#4b4b4b;cursor:pointer}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;bottom:15px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:3}.slider-dot{width:9px;height:9px;border:0;border-radius:50%;background:#c9c9c9;padding:0;cursor:pointer}.slider-dot.active{background:var(--blue)}.lightbox[hidden]{display:none}.lightbox{position:fixed;inset:0;z-index:1000;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;background:rgba(20,20,20,.94);padding:35px 20px}.lightbox-figure{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;height:100%}.lightbox-image{display:block;max-width:100%;max-height:calc(100vh - 105px);width:auto;height:auto;object-fit:contain}.lightbox-caption{margin-top:12px;color:#fff;font-size:14px;text-align:center}.lightbox-close,.lightbox-prev,.lightbox-next{border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.lightbox-close{position:absolute;right:22px;top:15px;width:44px;height:44px;border-radius:50%;font-size:34px;line-height:1}.lightbox-prev,.lightbox-next{width:48px;height:48px;border-radius:50%;font-size:30px}.lightbox-prev{justify-self:start}.lightbox-next{justify-self:end}body.lightbox-open{overflow:hidden}.soft-section{margin:0 -36px;padding:58px 36px;background:#fafafa;border-top:1px solid #eee}.reviews-fallback{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:25px}.review{background:#fff;border:1px solid #ddd;padding:25px 30px;box-shadow:0 2px 9px rgba(0,0,0,.04);margin:0}.review strong{display:block;margin-top:16px}.map-wrap{margin-top:30px;border:1px solid #ddd}.map-wrap iframe{display:block;width:100%;height:450px;border:0}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.contact-card a,.footer-contact a{color:var(--blue);text-decoration:none}.page-content{padding:45px 0 65px}.page-content h1{font-size:34px;font-weight:400}.page-content h2{font-size:26px;font-weight:400;margin-top:35px}.page-content ul,.page-content ol{padding-left:24px}.site-footer{background:#fff;border-top:1px solid #ddd;margin-top:0}.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px;padding-top:55px;padding-bottom:42px}.footer-logo{width:250px;height:auto}.site-footer h3{font-size:18px;font-weight:400;margin-top:0}.site-footer a{color:#666;text-decoration:none}.copyright{border-top:1px solid #eee;padding-top:18px;padding-bottom:18px;font-size:12px;color:#888;display:flex;justify-content:space-between}
@media(max-width:900px){.branding{height:140px}.logo{width:360px}.tagline{font-size:9px;letter-spacing:2px}.menu-toggle{display:block;margin:8px 0;border:0;background:transparent;font-size:25px}.nav-inner{display:block}.nav{display:none;flex-direction:column}.nav.open{display:flex}.nav>a,.nav-parent{width:100%;height:46px;padding:0 8px}.nav-item{width:100%}.dropdown:hover .submenu{display:none}.dropdown.open .submenu{display:block;position:static;box-shadow:none;border-top:0;padding-left:18px}.page-shell{margin-top:10px;padding:18px 18px 0}.services,.two-col,.two-col.wide-text,.contact-grid,.footer-inner{grid-template-columns:1fr}.services{margin-top:22px}.service-card{min-height:auto}.soft-section{margin:0 -18px;padding:40px 18px}.reviews-fallback{grid-template-columns:1fr}.topbar .container{justify-content:center}.topbar .top-contact{display:none}.copyright{flex-direction:column;gap:5px}.slider-stage{height:clamp(330px,78vw,520px)}.slide{padding:18px 42px 44px}.slider-prev{left:8px}.slider-next{right:8px}.lightbox{grid-template-columns:42px minmax(0,1fr) 42px;padding:50px 8px 20px}.lightbox-prev,.lightbox-next{width:38px;height:38px;font-size:24px}}

/* V3 – näher am Original */
body{font-family:"Open Sans","Segoe UI",Arial,sans-serif;color:#5c5a58;line-height:1.82;font-weight:300}
.nav>a,.nav-parent{font-family:"Montserrat","Avenir Next","Segoe UI",Arial,sans-serif;color:#67676b;font-weight:400;letter-spacing:2.25px;font-size:11px}
.content-section h1,.content-section h2,.soft-section h2,.page-content h1,.page-content h2{color:#4b9bd0;font-family:"Open Sans","Segoe UI",Arial,sans-serif;font-weight:300;letter-spacing:.15px}
.content-section h1{font-size:31px;margin:0 0 14px}.content-section h2{font-size:27px;margin:0 0 18px}.content-section p{margin:0 0 18px;max-width:760px}
.two-col.wide-text{grid-template-columns:1.15fr .95fr;gap:62px;align-items:start}.two-col.wide-text .section-image{min-height:330px;object-fit:cover}
.soft-section{background:#fff;padding-top:52px;padding-bottom:65px}.soft-section>h2{margin-top:0}
.reviews-showcase{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;align-items:center;margin-top:34px}
.reviews-summary{text-align:center;color:#222;line-height:1.35}.reviews-summary>strong{display:block;font-size:23px;margin-bottom:8px}.stars,.card-stars{color:#f6b900;letter-spacing:1px}.stars{font-size:30px;line-height:1}.reviews-summary>span{display:block;font-size:13px;margin-top:8px}.google-wordmark{font-size:27px;margin-top:8px;font-weight:500;letter-spacing:-1px}.google-wordmark span,.google-g{color:#4285f4}.reviews-track{display:flex;gap:14px;overflow-x:auto;padding:5px 5px 12px;scroll-snap-type:x mandatory}.google-review-card{flex:0 0 220px;min-height:235px;background:#fff;border:1px solid #e6e6e6;border-radius:4px;padding:18px;box-shadow:0 2px 8px rgba(0,0,0,.10);scroll-snap-align:start;line-height:1.42}.review-head{display:grid;grid-template-columns:38px 1fr 18px;gap:10px;align-items:center;color:#111}.review-head small{display:block;color:#aaa;font-size:10px;font-weight:400}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#1682bd;color:#fff;font-weight:500}.google-g{font-weight:700;font-size:18px}.card-stars{font-size:16px;margin:12px 0 6px}.google-review-card p{font-size:13px;color:#444;margin:0;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.read-more{display:block;color:#aaa;font-size:12px;margin-top:7px}
.site-footer{background:#1180bf;border:0;color:#fff}.footer-main{max-width:1550px;margin:auto;display:grid;grid-template-columns:1.1fr 1fr;min-height:420px}.footer-map iframe{display:block;width:100%;height:100%;min-height:420px;border:0}.footer-contact-panel{padding:48px 55px;color:#fff}.footer-contact-panel h3{font-size:18px;margin:0 0 4px}.footer-contact-panel p{margin:0 0 18px}.contact-list{list-style:none;padding:0;margin:22px 0}.contact-list li{display:flex;align-items:center;gap:14px;margin:16px 0}.contact-list a{color:#fff;text-decoration:none}.contact-icon{width:36px;height:36px;border:1px solid rgba(0,0,0,.22);display:grid;place-items:center;color:#174d70}.footer-bottom{min-height:68px;display:flex;align-items:center;justify-content:space-between;color:#777;background:#fff;max-width:none;padding-left:max(30px,calc((100% - 1280px)/2 + 30px));padding-right:max(30px,calc((100% - 1280px)/2 + 30px));font-size:12px}.footer-bottom nav{display:flex;gap:22px}.footer-bottom a{color:#777;text-decoration:none}
@media(max-width:900px){.reviews-showcase{grid-template-columns:1fr}.reviews-summary{text-align:left}.two-col.wide-text .section-image{min-height:0}.footer-main{grid-template-columns:1fr}.footer-contact-panel{padding:38px 24px}.footer-bottom{flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.footer-map iframe{min-height:330px}}

/* V4: Footerbreite und Abstände an den Hauptinhalt angeglichen */
.site-footer{background:#1180bf}
.footer-main{
  max-width:1300px;
  margin:0 auto;
  padding:44px 36px;
  grid-template-columns:1.12fr .88fr;
  min-height:0;
}
.footer-map{min-width:0}
.footer-map iframe{
  height:390px;
  min-height:390px;
}
.footer-contact-panel{
  min-height:390px;
  padding:34px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.contact-list li{gap:16px;margin:17px 0}
.contact-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border:1px solid rgba(255,255,255,.42);
  color:#fff;
}
.contact-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-bottom{
  max-width:1300px;
  margin:0 auto;
  padding-left:36px;
  padding-right:36px;
}
@media(max-width:900px){
  .footer-main{padding:26px 18px;grid-template-columns:1fr}
  .footer-map iframe{height:330px;min-height:330px}
  .footer-contact-panel{min-height:0;padding:34px 24px}
  .footer-bottom{padding-left:18px;padding-right:18px}
}

/* V5 – Unterseiten und Footer-Feinschliff */
.topbar{height:34px;font-size:13px}
.topbar .container{gap:22px}
.topbar .top-contact{font-weight:400}

/* Leistungs-Unterseiten im ruhigen Originalstil */
.content-page{padding:0 0 64px}
.content-page>.container{max-width:none;padding:36px 30px 0}
.content-page .breadcrumbs{font-size:14px;color:#8a8784;margin:0 0 4px}
.content-page .breadcrumbs a{color:#8d63ad;text-decoration:underline;text-underline-offset:2px}
.content-page .kicker{display:block;font-size:14px;color:#777;margin-bottom:22px}
.content-page h1,.content-page h2,.content-page h3{font-family:"Open Sans","Segoe UI",Arial,sans-serif;color:#4e4c49;line-height:1.35}
.content-page h1{font-size:34px;font-weight:600;margin:0 0 28px}
.content-page h2{font-size:27px;font-weight:600;margin:0 0 20px}
.content-page h3{font-size:21px;font-weight:600;margin:0 0 14px}
.content-page p,.content-page li{font-size:16px;line-height:1.9;color:#77726e}
.content-page p{margin:0 0 18px}
.content-page .lead{font-size:16px;max-width:none}
.content-page .section{padding:52px 0;border-top:1px solid #eee}
.content-page .section-light{margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px;background:#fafafa}
.content-page ul,.content-page ol{padding-left:25px;margin-top:0}
.content-page li{margin-bottom:6px}
.content-page a{color:var(--blue)}
.content-page .two-col.section{display:grid;grid-template-columns:235px minmax(0,1fr);gap:34px;align-items:start;padding-bottom:44px}
.content-page .two-col.section>div:first-child h2{max-width:205px;line-height:1.6}
.content-page .image-frame{width:100%;height:430px;overflow:hidden;background:#eee}
.content-page .image-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.content-page .feature-list{columns:2;column-gap:55px}
.content-page .feature-list li{break-inside:avoid}
.content-page .notice{padding:20px 24px;background:#f4f8fa;border-left:4px solid var(--blue)}
.content-page details{border-bottom:1px solid #e6e6e6;padding:16px 0}
.content-page summary{cursor:pointer;font-weight:500;color:#4e4c49}

/* Kontaktseite */
.contact-grid{align-items:start}
.contact-card h2{color:#4b9bd0}
.contact-card li{margin-bottom:9px}

/* Footer: Karte und Text als optisch gleich hohe, vertikal ausgerichtete Einheiten */
.footer-main{grid-template-columns:1.13fr .87fr;align-items:center;padding-top:48px;padding-bottom:48px}
.footer-map iframe{height:350px;min-height:350px}
.footer-contact-panel{min-height:350px;padding:22px 44px;display:flex;flex-direction:column;justify-content:center}
.footer-contact-panel h3{font-size:20px;line-height:1.35;margin-bottom:7px}
.footer-contact-panel p{font-size:15px;line-height:1.65;margin-bottom:20px}
.contact-list{margin:8px 0 0}
.contact-list li{margin:15px 0}
.contact-list a{font-size:16px}
.contact-icon{width:42px;height:42px;border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.035)}
.contact-icon svg{width:21px;height:21px}

@media(max-width:900px){
  .topbar{font-size:11px}
  .content-page>.container{padding:28px 18px 0}
  .content-page .section-light{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}
  .content-page .two-col.section{grid-template-columns:1fr;gap:24px}
  .content-page .image-frame{height:auto;aspect-ratio:16/10}
  .content-page .feature-list{columns:1}
  .footer-main{padding-top:30px;padding-bottom:30px;align-items:stretch}
  .footer-map iframe{height:320px;min-height:320px}
  .footer-contact-panel{min-height:0;padding:32px 24px}
}

/* V6 – Leistungsseite Physiotherapie näher am Original */
.service-detail-page{padding:0 0 72px;background:#fff}
.service-detail-page>.container{max-width:1280px;padding:42px 30px 0}
.service-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}
.service-intro-copy h1,
.service-list-block h2,
.service-list-block h3,
.service-text-section h2,
.service-text-section h3{color:#4a9bd3;font-family:"Open Sans","Segoe UI",Arial,sans-serif;font-weight:300}
.service-intro-copy h1{text-transform:uppercase;font-size:33px;line-height:1.2;letter-spacing:.2px;margin:0 0 28px}
.service-intro-copy p{font-size:16px;line-height:1.72;color:#625f5c;margin:0 0 20px}
.service-intro-image img{display:block;width:100%;height:auto;aspect-ratio:1.5/1;object-fit:cover}
.service-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:88px;margin-top:42px;padding:0 8px}
.service-list-grid-spaced{margin-top:58px;padding-top:46px;border-top:1px solid #eee}
.service-list-block h2{font-size:27px;line-height:1.3;margin:0 0 20px}
.service-list-block h3{font-size:20px;line-height:1.35;margin:0 0 9px}
.service-list-block ul{padding-left:24px;margin:0}
.service-list-block li{font-size:15px;line-height:1.72;color:#625f5c;margin:0 0 7px}
.service-text-section{margin-top:56px;padding-top:46px;border-top:1px solid #eee;max-width:1030px}
.service-text-section h2{font-size:27px;margin:36px 0 14px}
.service-text-section h2:first-child{margin-top:0}
.service-text-section h3{font-size:20px;margin:24px 0 10px}
.service-text-section p{font-size:16px;line-height:1.78;color:#625f5c;margin:0 0 17px}
@media(max-width:900px){
  .service-detail-page>.container{padding:28px 18px 0}
  .service-intro-grid,.service-list-grid{grid-template-columns:1fr;gap:30px}
  .service-intro-image{order:-1}
  .service-list-grid{padding:0;margin-top:36px}
  .service-list-grid-spaced{padding-top:34px}
  .service-intro-copy h1{font-size:29px}
}

/* V7: Markenbezeichnung und Kontakt */
.footer-contact-panel .footer-owner{font-size:1.1rem;font-weight:500;margin-top:-.15rem;margin-bottom:.65rem}
.contact-card .contact-owner{display:inline-block;font-size:.82em;font-weight:400;line-height:1.5}

/* V8 – Typografie, Abstände und Profilseite näher am Original */
body{font-size:17px;line-height:1.86}
.nav>a,.nav-parent{font-size:11.5px}
.content-section p,.soft-section p,.page-content p,.page-content li,
.content-page p,.content-page li,.service-intro-copy p,.service-list-block li,.service-text-section p{font-size:16.5px}
.content-section p,.page-content p,.content-page p,.service-intro-copy p,.service-text-section p{margin-bottom:21px}
.content-section{padding-top:62px;padding-bottom:62px}
.page-content{padding-top:52px;padding-bottom:72px}

.service-icon{width:34px;height:34px;line-height:1}
.service-link-icon{display:block;width:32px;height:32px;fill:none;stroke:#fff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}

.profile-page{padding:48px 0 74px}
.profile-intro{padding-bottom:34px;border-bottom:1px solid #ececec}
.profile-page h1,.profile-page h2,.profile-page h3{font-family:"Open Sans","Segoe UI",Arial,sans-serif;color:#4a9bd3;font-weight:300}
.profile-page h1{font-size:34px;line-height:1.2;margin:0 0 16px}
.profile-role{font-size:20px;line-height:1.55;color:#66615d;margin:0 0 4px}
.profile-subline{font-size:16.5px;color:#85817e;margin:0}
.profile-section{padding:48px 0 4px}
.profile-section>h2,.profile-block-wide>h2{font-size:28px;line-height:1.3;margin:0 0 30px}
.profile-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:76px}
.profile-block h3{font-size:21px;line-height:1.4;margin:0 0 15px}
.profile-block ul{margin:0;padding-left:23px}
.profile-block li{font-size:16.5px;line-height:1.85;color:#625f5c;margin-bottom:7px}
.profile-section-soft{margin-left:-36px;margin-right:-36px;padding:46px 36px 48px;background:#fafafa;border-top:1px solid #eee;border-bottom:1px solid #eee}
.profile-columns{columns:2;column-gap:72px}
.profile-columns li{break-inside:avoid}
.profile-career{list-style:none;padding:0;margin:0;max-width:960px}
.profile-career li{display:grid;grid-template-columns:145px 1fr;gap:28px;padding:11px 0;border-bottom:1px solid #eee;font-size:16.5px;line-height:1.75;color:#625f5c}
.profile-career strong{color:#4a9bd3;font-weight:400}

@media(max-width:900px){
  body{font-size:16.5px}
  .profile-page{padding:34px 0 55px}
  .profile-grid{grid-template-columns:1fr;gap:34px}
  .profile-section-soft{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}
  .profile-columns{columns:1}
  .profile-career li{grid-template-columns:1fr;gap:2px}
}

/* V9 – Remaster der Leistungsseiten und Originaldetails */
.brand-word{font-weight:600;white-space:nowrap}.brand-word span{color:#1682bd}.brand-word b{color:#f4b400;font-weight:600}
.service-icon{width:44px;height:30px;margin-bottom:21px}.service-link-icon{width:44px;height:30px;stroke-width:4.2;transform:none}
.service-card{padding:48px 42px 36px}.service-card h2{font-size:21px;margin:0 0 14px}.service-card p{font-size:15.5px;line-height:1.72;margin:0}

.remaster-page{padding:42px 30px 76px;background:#fff}
.remaster-page .breadcrumbs{font-size:14px;color:#97918c;margin-bottom:34px}
.remaster-page .breadcrumbs a{color:#8f62a9;text-underline-offset:2px}
.remaster-page h1,.remaster-page h2,.remaster-page h3{font-family:"Open Sans","Segoe UI",Arial,sans-serif;color:#4a9bd3;font-weight:300;line-height:1.32}
.remaster-page h1{font-size:34px;text-transform:uppercase;letter-spacing:.15px;margin:0 0 24px}
.remaster-page h2{font-size:28px;margin:0 0 20px}
.remaster-page h3{font-size:21px;margin:0 0 14px}
.remaster-page p,.remaster-page li{font-size:16.5px;line-height:1.82;color:#696560}
.remaster-page p{margin:0 0 21px}
.remaster-page ul,.remaster-page ol{padding-left:25px;margin-top:0}
.remaster-page li{margin-bottom:8px}
.remaster-page a{color:#4a9bd3}
.two-up{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}
.remaster-hero{padding-bottom:54px;border-bottom:1px solid #e6e6e6}
.remaster-hero img{width:100%;height:100%;max-height:520px;object-fit:cover;display:block}
.remaster-section{padding:54px 8px 48px}
.example-grid{display:grid;grid-template-columns:1fr 1fr;gap:76px;margin-top:42px}
.example-grid article h3{font-size:20px}.example-grid article p:last-child{margin-bottom:0}
.info-band{margin:0 0 34px;padding:20px 44px 24px;text-align:center;background:linear-gradient(120deg,#eef7fc,#e3f0f8);border:1px solid #e1edf4}
.info-band .info-circle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#4a9bd3;color:#fff;font:700 29px/1 Georgia,serif;margin-top:-7px;margin-bottom:16px}
.info-band h3{font-size:20px;font-weight:600;margin-bottom:20px}.info-band p{font-size:15px;line-height:1.7;margin:0}
.list-pair{display:grid;grid-template-columns:1fr 1fr;gap:78px;padding-top:10px}
.list-pair h2{margin-bottom:28px}.list-pair h3{font-size:20px}
.academy-block{border-top:1px solid #eee;padding-bottom:0}
.image-small-right img{width:100%;max-height:360px;object-fit:contain;background:#fff}
.steps-list{max-width:1120px}.faq-static{border-top:1px solid #eee}.faq-static h1{font-size:31px;text-transform:none;margin-bottom:34px}.faq-static h2{font-size:23px;margin-top:34px}
.podo-info{margin-top:15px}

/* Startseite näher am Original: Text/Bild und Galerie */
.content-section .two-col.wide-text{grid-template-columns:1fr 1fr;gap:34px;align-items:stretch}
.content-section .two-col.wide-text .section-image{height:100%;min-height:390px;object-fit:cover}
.content-section .two-col.wide-text h1{display:none}
.content-section .two-col.wide-text h2{color:#4a9bd3;font-size:27px}
.content-section .two-col.wide-text p{line-height:1.85}
.content-section .two-col:not(.wide-text){gap:56px}
.content-section .two-col:not(.wide-text) h2{color:#4a9bd3;font-size:27px}

@media(max-width:900px){
 .remaster-page{padding:28px 18px 55px}.two-up,.example-grid,.list-pair{grid-template-columns:1fr;gap:30px}.remaster-hero img{max-height:none}.example-grid{margin-top:26px}.info-band{padding:18px 20px 22px}.remaster-page h1{font-size:30px}.remaster-page h2{font-size:25px}.service-card{padding:38px 30px}.content-section .two-col.wide-text .section-image{min-height:0}
}

/* V10 – größere Grundschrift, Profilfoto und rechtliche Seiten */
body{font-size:18px;line-height:1.88}
.content-section p,.soft-section p,.page-content p,.page-content li,
.content-page p,.content-page li,.service-intro-copy p,.service-list-block li,
.service-text-section p,.remaster-page p,.remaster-page li,
.profile-block li,.profile-career li{font-size:17.25px}
.nav>a,.nav-parent{font-size:12px}
.topbar{font-size:12px}

.profile-intro-with-photo{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:64px;align-items:start;padding-bottom:42px}
.profile-intro-copy{padding-top:8px}
.profile-portrait{margin:0;justify-self:end;width:230px}
.profile-portrait img{display:block;width:100%;height:auto;max-height:345px;object-fit:cover;object-position:center top}

.legal-page{padding:50px 0 76px;max-width:1030px}
.legal-page h1,.legal-page h2{font-family:"Open Sans","Segoe UI",Arial,sans-serif;color:#4a9bd3;font-weight:300;line-height:1.35}
.legal-page h1{font-size:35px;margin:0 0 32px}
.legal-page h2{font-size:23px;margin:32px 0 10px}
.legal-page p{font-size:17.25px;line-height:1.88;margin:0 0 17px;color:#625f5c}
.legal-page a{color:#4a9bd3;text-decoration:none}
.legal-page a:hover{text-decoration:underline}
.legal-page-long{max-width:1120px}

@media(max-width:900px){
  body{font-size:17px}
  .content-section p,.soft-section p,.page-content p,.page-content li,
  .content-page p,.content-page li,.service-intro-copy p,.service-list-block li,
  .service-text-section p,.remaster-page p,.remaster-page li,
  .profile-block li,.profile-career li,.legal-page p{font-size:16.5px}
  .profile-intro-with-photo{grid-template-columns:1fr;gap:28px}
  .profile-portrait{justify-self:start;width:min(230px,70vw)}
  .profile-portrait img{max-height:none}
  .legal-page{padding:34px 0 55px}
}

/* V11 – echte responsive Darstellung für Startseitenbild und Footer-Karte */
.two-col > *,
.two-col.wide-text > *,
.footer-main > *{min-width:0}

@media(max-width:900px){
  /* Startseite: Text und Bergbild sauber untereinander */
  .content-section .two-col.wide-text{
    display:flex;
    flex-direction:column;
    gap:30px;
  }
  .content-section .two-col.wide-text > div{
    width:100%;
    max-width:100%;
  }
  .content-section .two-col.wide-text .section-image{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:16 / 9;
    object-fit:cover;
    object-position:center;
  }

  /* Footer: Karte und Kontaktblock jeweils volle Breite */
  .footer-main{
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:none;
    padding:28px 18px;
    gap:28px;
  }
  .footer-map,
  .footer-contact-panel{
    width:100%;
    max-width:100%;
  }
  .footer-map iframe{
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:16 / 10;
  }
  .footer-contact-panel{
    padding:4px 6px 12px;
  }
}

@media(max-width:560px){
  .content-section{padding:38px 0}
  .content-section .two-col.wide-text{gap:24px}
  .content-section .two-col.wide-text .section-image{aspect-ratio:4 / 3}
  .footer-main{padding:24px 16px;gap:24px}
  .footer-map iframe{aspect-ratio:4 / 3}
  .contact-list li{align-items:flex-start}
}


/* V12 – finaler typografischer und gestalterischer Feinschliff */
body{font-size:17px;line-height:1.7}
.topbar{height:34px;font-size:13px}
.topbar .container{gap:22px}
.topbar a{font-size:inherit}
.service-card p{font-size:15px;line-height:1.68}
.submenu a{font-size:14px}
.page-content p,.page-content li,.legal-page p,.legal-page li{line-height:1.75}

/* Kettenglied wie im Original: schlank, horizontal und nicht als Standardsymbol */
.service-icon{height:45px;display:flex;align-items:flex-start}
.service-link-icon{display:block;width:58px;height:41px;overflow:visible}
.service-link-icon rect{fill:none;stroke:#fff;stroke-width:4.2;stroke-linecap:round;stroke-linejoin:round}

/* Links: Überschriften und Ziele optisch klar trennen */
.links-page{max-width:1040px}
.link-groups{display:grid;gap:25px;margin-top:32px}
.link-group{padding:0 0 25px;border-bottom:1px solid #e4e4e4}
.link-group:last-child{border-bottom:0}
.link-group h2{margin:0 0 10px;color:var(--blue2);font-size:25px;font-weight:400}
.external-link{display:inline-flex;align-items:center;gap:10px;padding:10px 15px;border-left:3px solid var(--blue2);background:#f6fafc;color:#555;text-decoration:none;transition:background .2s,color .2s,padding-left .2s}
.external-link:hover,.external-link:focus{background:#edf6fb;color:var(--blue);padding-left:19px}
.external-link span{color:var(--blue2);font-size:.9em}

@media (max-width:700px){
  body{font-size:16px}
  .topbar{height:auto;min-height:38px;font-size:12px;padding:5px 0}
  .topbar .container{justify-content:center;gap:5px 12px;flex-wrap:wrap;text-align:center}
  .service-link-icon{width:54px;height:39px}
  .link-group h2{font-size:23px}
  .external-link{display:flex;width:100%}
}

/* Original Physiolink-Kettenglied in den drei Leistungsboxen */
.service-icon{width:auto;height:42px;margin-bottom:18px;display:flex;align-items:flex-start}
.service-link-image{display:block;width:42px;height:auto;max-height:42px;object-fit:contain;filter:brightness(0) invert(1);opacity:1}
@media (max-width:700px){
  .service-icon{height:38px;margin-bottom:16px}
  .service-link-image{width:38px;max-height:38px}
}

/* Final: eigene 404-Seite */
.error-page{max-width:900px;min-height:360px;padding-top:70px;padding-bottom:90px;text-align:center}
.error-page .eyebrow{margin-bottom:5px;color:var(--blue2);text-transform:uppercase;letter-spacing:.15em;font-size:.82em}
.error-page h1{color:var(--blue2);font-weight:400}
.error-page p{max-width:650px;margin-left:auto;margin-right:auto}
.error-home-link{display:inline-block;margin-top:14px;padding:11px 22px;border:1px solid var(--blue2);color:var(--blue2);text-decoration:none;transition:.2s ease}
.error-home-link:hover,.error-home-link:focus{background:var(--blue2);color:#fff}

/* Über mich: kompakter Einstieg mit Kurzprofil */
.profile-lead{
  max-width:720px;
  margin:30px 0 28px;
  font-size:17.25px;
  line-height:1.85;
  color:#625f5c;
}
.profile-lead strong{font-weight:600;color:#4f4b48}
.profile-at-a-glance{
  max-width:690px;
  padding-top:4px;
}
.profile-at-a-glance h2{
  margin:0 0 17px;
  font-size:25px;
  line-height:1.3;
  color:#4a9bd3;
  font-weight:300;
}
.profile-at-a-glance ul{
  list-style:none;
  margin:0;
  padding:0;
  columns:2;
  column-gap:42px;
}
.profile-at-a-glance li{
  position:relative;
  break-inside:avoid;
  margin:0 0 9px;
  padding-left:24px;
  font-size:16.9px;
  line-height:1.6;
  color:#625f5c;
}
.profile-at-a-glance li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#4a9bd3;
  font-weight:600;
}
@media (max-width:760px){
  .profile-lead{font-size:16.5px;line-height:1.75;margin-top:24px}
  .profile-at-a-glance ul{columns:1}
  .profile-at-a-glance h2{font-size:23px}
}

/* Slider 1.2: portrait and landscape images are always shown completely. */
.slider-stage{height:clamp(430px,44vw,620px)}
.slider-stage>.slide{padding:28px 74px 48px;overflow:hidden}
.slider-stage>.slide>img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  flex:0 0 auto;
}
.slider-stage>.slide.is-portrait>img{
  height:100%!important;
  width:auto!important;
  max-width:min(72%,520px)!important;
  max-height:100%!important;
}
.slider-stage>.slide.is-landscape>img{
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
}
@media(max-width:900px){
  .slider-stage{height:clamp(360px,100vw,540px)}
  .slider-stage>.slide{padding:18px 42px 44px}
  .slider-stage>.slide.is-portrait>img{max-width:82%!important}
}
@media(max-width:520px){
  .slider-stage{height:430px}
  .slider-stage>.slide{padding:16px 34px 42px}
  .slider-stage>.slide.is-portrait>img{max-width:92%!important}
}
