/*
  Augenzentrum Stralsund
  Aus der ursprünglichen HTML-Datei automatisch ausgelagert.
  Stand: 2026
*/

:root {
  --blue-deep: #0E3049;
  --blue-mid:  #1B4F72;
  --blue-acc:  #2077A8;
  --teal:      #00BCD4;
  --teal-lt:   #62D9E8;
  --paper:     #F6F4EF;
  --paper-warm:#EDEAE2;
  --ink:       #1A2329;
  --ink-soft:  #4A5A63;
  --border:    rgba(14,48,73,0.12);
  --nav-h:     110px;
  --nav-h-small: 84px;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-weight:700;color:var(--blue-deep);letter-spacing:-.01em;}
a{color:inherit;text-decoration:none;}

/* NAV */
nav{position:sticky;top:0;z-index:100;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(246,244,239,0.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:height .28s ease,padding .28s ease,box-shadow .28s ease,background .28s ease;}
.nav-logo{display:flex;align-items:center;padding:8px 18px;background:rgba(255,255,255,.92);border-radius:18px;box-shadow:0 16px 38px rgba(8,42,66,.08);margin-left:-2vw;transition:padding .28s ease,box-shadow .28s ease,transform .28s ease;}
.nav-logo img{height:58px;width:auto;display:block;cursor:pointer;transition:height .28s ease,filter .28s ease;}
nav.scrolled{height:var(--nav-h-small);background:rgba(255,255,255,.94);box-shadow:0 16px 38px rgba(8,42,66,.16);}
nav.scrolled .nav-logo{padding:5px 14px;box-shadow:0 10px 28px rgba(8,42,66,.07);}
nav.scrolled .nav-logo img{height:42px;}
.nav-links{display:flex;flex-direction:column;justify-content:center;gap:4px;flex:1;}
.nav-links-row{display:flex;align-items:center;gap:20px;}
.nav-links-top{font-size:.86rem;color:var(--ink-soft);justify-content:center;}
.nav-links-bottom{justify-content: center;}
.nav-links a{transition:color .2s ease;cursor:pointer;}
.nav-links-top a:hover,.nav-links-top a.active{color:var(--blue-mid);font-weight:700;}
.nav-cta{background:var(--blue-deep);color:var(--paper)!important;padding:10px 32px;border-radius:6px;font-size:1rem;font-weight:600;transition:background .2s;cursor:pointer;}
.nav-cta:hover{background:var(--blue-mid);}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;}
.burger span{display:block;width:24px;height:2px;background:var(--blue-deep);border-radius:2px;}
.mobile-menu{display:none;position:fixed;inset:var(--nav-h) 0 0 0;z-index:99;background:var(--paper);padding:32px 5vw;flex-direction:column;gap:20px;overflow-y:auto;}
.scrolled + .mobile-menu{inset:var(--nav-h-small) 0 0 0;}
.mobile-menu a{font-size:1.15rem;color:var(--blue-deep);font-weight:500;padding:8px 0;border-bottom:1px solid var(--border);}
.mobile-menu.open{display:flex;}
@media(max-width:900px){:root{--nav-h:76px;--nav-h-small:58px;}.nav-links{display:none;}.burger{display:flex;}.nav-logo{padding:6px 12px;border-radius:14px;margin-left:-1.5vw;}.nav-logo img{height:48px;}nav.scrolled .nav-logo img{height:36px;}nav.scrolled .nav-logo{padding:4px 10px;}}

/* PAGE SYSTEM */
.page{display:none;}
.page.active{display:block;}

/* SHARED */
.sec{padding:6vw 5vw;}
.sec-dark{background:var(--blue-deep);color:var(--paper);}
.sec-warm{background:var(--paper-warm);}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px;}
.eyebrow-lt{color:var(--teal-lt);}
.section-title{font-size:clamp(1.75rem,3vw,2.7rem);margin-bottom:14px;}
.title-lt{color:var(--paper);}
.lead{color:var(--ink-soft);max-width:52ch;font-size:1.03rem;}
.lead-lt{color:rgba(246,244,239,0.68);}
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:0;font-size:.9rem;font-weight:600;transition:all .2s;cursor:pointer;}
.btn-teal{background:var(--teal);color:var(--blue-deep)!important;}
.btn-teal:hover{background:var(--teal-lt);}
.btn-dark{background:var(--blue-deep);color:var(--paper)!important;}
.btn-dark:hover{background:var(--blue-mid);}
.btn-outline{border:1.5px solid var(--border);}
.btn-outline:hover{border-color:var(--blue-mid);}
.btn-outline-lt{border:1.5px solid rgba(246,244,239,.35);color:var(--paper);}
.btn-outline-lt:hover{border-color:var(--teal-lt);}

/* HERO */
.hero{min-height:calc(100vh - var(--nav-h));display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:6vw 5vw;position:relative;overflow:hidden;gap:4vw;}
.snellen{position:absolute;right:-2vw;top:50%;transform:translateY(-50%);font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-weight:600;color:var(--blue-mid);opacity:.04;line-height:.82;text-align:right;pointer-events:none;}
.snellen div:nth-child(1){font-size:18vw;}
.snellen div:nth-child(2){font-size:11vw;}
.snellen div:nth-child(3){font-size:7.5vw;}
.snellen div:nth-child(4){font-size:5vw;}
.hero-copy{position:relative;z-index:2;}
.hero h1{font-size:clamp(2.3rem,4.2vw,4rem);max-width:14ch;line-height:1.06;margin-bottom:22px;}
.hero-sub{color:var(--ink-soft);font-size:1.05rem;max-width:42ch;margin-bottom:34px;}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;}
.hero-visual{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;}
.eye-svg{width:min(380px,38vw);}
@media(max-width:720px){.hero{grid-template-columns:1fr;min-height:auto;padding:48px 5vw 36px;}.hero-visual{display:none;}}

/* STATS */
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
.stat{padding:30px 16px;text-align:center;border-right:1px solid var(--border);}
.stat:last-child{border-right:none;}
.stat-num{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:clamp(1.7rem,2.6vw,2.4rem);color:var(--blue-deep);line-height:1;}
.stat-lbl{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);margin-top:5px;}
@media(max-width:600px){.stats{grid-template-columns:repeat(2,1fr);}.stat:nth-child(2){border-right:none;}}

/* SERVICES GRID */
.svc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(246,244,239,.1);border:1px solid rgba(246,244,239,.1);margin-top:44px;}
.svc{background:var(--blue-deep);padding:34px 26px;transition:background .25s;}
.svc:hover{background:#1A4860;}
.svc-ring{width:34px;height:34px;border-radius:50%;border:5px solid var(--teal);display:inline-block;margin-bottom:18px;}
.svc:nth-child(1) .svc-ring{border-top-color:transparent;}
.svc:nth-child(2) .svc-ring{border-right-color:transparent;}
.svc:nth-child(3) .svc-ring{border-bottom-color:transparent;}
.svc:nth-child(4) .svc-ring{border-left-color:transparent;}
.svc h3{color:var(--paper);font-size:1.08rem;margin-bottom:9px;}
.svc p{color:rgba(246,244,239,.6);font-size:.9rem;}
@media(max-width:880px){.svc-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:500px){.svc-grid{grid-template-columns:1fr;}}

/* LOCATION CARDS on homepage */
.loc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px;}
.loc-card{border:1px solid var(--border);border-radius:0;overflow:hidden;transition:box-shadow .25s;}
.loc-card:hover{box-shadow:0 6px 24px rgba(14,48,73,.1);}
.loc-card.featured{border-color:var(--teal);border-width:2px;}
.loc-hd{padding:22px 26px 18px;}
.loc-hd-main{background:var(--blue-deep);}
.loc-hd-second{background:var(--blue-mid);}
.loc-hd-sassnitz{background:linear-gradient(135deg,var(--blue-deep),#1B5060);}
.loc-tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--teal-lt);font-weight:600;margin-bottom:6px;}
.loc-hd h3{color:var(--paper);font-size:1.1rem;}
.loc-hd-addr{color:rgba(246,244,239,.6);font-size:.84rem;margin-top:4px;}
.loc-body{padding:22px 26px;}
.hours-t{width:100%;border-collapse:collapse;}
.hours-t td{padding:6px 0;border-bottom:1px solid var(--border);font-size:.85rem;vertical-align:top;}
.hours-t td:first-child{color:var(--blue-deep);font-weight:500;width:42%;}
.hours-t td:last-child{text-align:right;font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;font-size:.78rem;}
.hours-t tr:last-child td{border-bottom:none;}
.closed-td{color:var(--teal)!important;}
.loc-phone{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:.9rem;color:var(--ink-soft);}
.loc-phone::before{content:"";display:block;width:12px;height:12px;border-radius:50%;border:2.5px solid var(--teal);border-top-color:transparent;flex-shrink:0;}
.loc-mapbtn{display:inline-flex;align-items:center;gap:6px;margin-top:16px;background:var(--teal);color:var(--blue-deep)!important;padding:9px 16px;border-radius:0;font-size:.83rem;font-weight:600;transition:background .2s;}
.loc-mapbtn:hover{background:var(--teal-lt);}
.new-badge{display:inline-block;background:var(--teal);color:var(--blue-deep);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 9px;border-radius:10px;margin-bottom:6px;}
@media(max-width:860px){.loc-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:540px){.loc-grid{grid-template-columns:1fr;}}

/* TEAM */
.team-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:6vw;align-items:center;}
.team-copy p{color:var(--ink-soft);margin-bottom:16px;}
.team-copy h2{margin-bottom:20px;}
.team-box{aspect-ratio:4/5;background:var(--paper-warm);border-radius:0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
.team-box .ring{width:62%;aspect-ratio:1;border-radius:50%;border:8% solid var(--blue-mid);border-top-color:transparent;opacity:.11;}
.team-box .cap{position:absolute;bottom:18px;left:18px;font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;font-size:.74rem;color:var(--ink-soft);background:var(--paper);padding:5px 11px;border-radius:0;}
@media(max-width:720px){.team-wrap{grid-template-columns:1fr;}.team-box{display:none;}}

/* TERMIN BANNER */
.t-banner{background:var(--teal);display:flex;align-items:center;justify-content:space-between;padding:38px 5vw;gap:28px;flex-wrap:wrap;}
.t-banner h2{color:var(--blue-deep);font-size:clamp(1.3rem,2.3vw,1.9rem);}
.t-banner p{color:rgba(14,48,73,.65);margin-top:5px;font-size:.92rem;}

/* LEISTUNGEN */
.lst-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px;}
.lst-card{border:1px solid var(--border);border-radius:0;padding:30px 26px;}
.lst-ring{width:30px;height:30px;border-radius:50%;border:5px solid var(--teal);display:block;margin-bottom:16px;}
.lst-card:nth-child(odd) .lst-ring{border-top-color:transparent;}
.lst-card:nth-child(even) .lst-ring{border-right-color:transparent;}
.lst-card h3{font-size:1.05rem;margin-bottom:9px;}
.lst-card p{color:var(--ink-soft);font-size:.9rem;}
@media(max-width:800px){.lst-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:480px){.lst-grid{grid-template-columns:1fr;}}

/* STANDORTE PAGE — full detail cards */
.branch-card{border:1px solid var(--border);border-radius:0;overflow:hidden;margin-bottom:28px;}
.branch-card.featured-branch{border-color:var(--teal);border-width:2px;}
.branch-hd{padding:28px 32px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;}
.branch-tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:6px;}
.branch-hd h2{font-size:1.5rem;}
.branch-body{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);}
.branch-col{padding:28px 32px;}
.branch-col:first-child{border-right:1px solid var(--border);}
.branch-col h3{font-size:.95rem;margin-bottom:18px;color:var(--blue-deep);}
.full-hours{width:100%;border-collapse:collapse;}
.full-hours td{padding:10px 0;border-bottom:1px solid var(--border);font-size:.9rem;vertical-align:top;}
.full-hours td:first-child{font-weight:500;color:var(--blue-deep);width:46%;}
.full-hours td:last-child{text-align:right;font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;font-size:.85rem;}
.full-hours tr:last-child td{border-bottom:none;}
.contact-row{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:.92rem;color:var(--ink-soft);}
.contact-row:last-child{border-bottom:none;}
.contact-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px;}
.takeover-note{padding:20px 32px;background:rgba(46,159,171,.07);border-bottom:1px solid var(--border);font-size:.91rem;color:var(--ink-soft);}
.takeover-note strong{color:var(--blue-deep);}
@media(max-width:700px){.branch-body{grid-template-columns:1fr;}.branch-col:first-child{border-right:none;border-bottom:1px solid var(--border);}.branch-hd{flex-direction:column;}}

/* KONTAKT */
.kontakt-wrap{display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:start;}
.k-form label{display:block;font-size:.84rem;font-weight:600;color:var(--blue-deep);margin-bottom:5px;}
.k-form input,.k-form select,.k-form textarea{width:100%;background:white;border:1.5px solid var(--border);border-radius:0;padding:10px 13px;font-size:.92rem;color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;transition:border-color .2s;margin-bottom:16px;}
.k-form input:focus,.k-form select:focus,.k-form textarea:focus{outline:none;border-color:var(--teal);}
.k-form textarea{height:120px;resize:vertical;}
.k-form .two{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.k-cards{display:flex;flex-direction:column;gap:18px;}
.k-card{background:var(--blue-deep);color:var(--paper);border-radius:0;padding:28px;}
.k-card h3{color:var(--paper);font-size:1rem;margin-bottom:16px;}
.k-row{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(246,244,239,.12);font-size:.88rem;}
.k-row:last-child{border-bottom:none;}
.k-dot{width:12px;height:12px;border-radius:50%;border:2.5px solid var(--teal);border-top-color:transparent;flex-shrink:0;margin-top:3px;}
@media(max-width:760px){.kontakt-wrap{grid-template-columns:1fr;}}

/* ANAMNESEBOGEN */
.ana-intro{max-width:660px;margin-bottom:44px;}
.ana-sec{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border);}
.ana-sec h3{font-size:1rem;margin-bottom:18px;}
.fg{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.fg label{display:block;font-size:.82rem;font-weight:600;color:var(--blue-deep);margin-bottom:5px;}
.fg input,.fg select,.fg textarea{width:100%;background:white;border:1.5px solid var(--border);border-radius:0;padding:9px 13px;font-size:.9rem;color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;transition:border-color .2s;}
.fg input:focus,.fg select:focus,.fg textarea:focus{outline:none;border-color:var(--teal);}
.fg .full{grid-column:1/-1;}
.cb-group{display:flex;flex-direction:column;gap:9px;margin-top:6px;}
.cb-group label{display:flex;align-items:flex-start;gap:9px;font-size:.9rem;font-weight:400;color:var(--ink-soft);cursor:pointer;}
.cb-group input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:var(--teal);}
.ana-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:4px;}
.print-btn{background:none;border:1.5px solid var(--border);padding:12px 20px;border-radius:0;cursor:pointer;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.88rem;}
@media(max-width:580px){.fg{grid-template-columns:1fr;}}

/* FOOTER */
footer{background:var(--blue-deep);color:rgba(246,244,239,.6);padding:48px 5vw 28px;}
.ft-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px;}
.ft-col h4{color:var(--paper);font-size:.92rem;margin-bottom:14px;}
.ft-col p,.ft-col a{font-size:.84rem;line-height:2;display:block;}
.ft-col a:hover{color:var(--teal-lt);}
.ft-contact-block{margin-top:24px;}
.ft-contact-block h4{margin-bottom:12px;}
.ft-contact-location{margin-bottom:14px;}
.ft-contact-location strong{display:block;color:var(--paper);font-size:.84rem;margin-bottom:2px;}
.ft-contact-location a{width:max-content;max-width:100%;line-height:1.65;text-decoration:underline;text-underline-offset:3px;}
.ft-logo{height:50px;filter:brightness(0) invert(1);opacity:.8;margin-bottom:14px;}
.ft-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(246,244,239,.1);padding-top:22px;font-size:.78rem;gap:20px;flex-wrap:wrap;}
.ft-links{display:flex;gap:22px;}
.ft-links a:hover{color:var(--teal-lt);}
@media(max-width:700px){.ft-top{grid-template-columns:1fr 1fr;}}
/* ARZTKARTEN — kompakte Liste */
.doc-list{display:grid;grid-template-columns:1fr;gap:12px;margin-top:44px;}
@media(min-width:760px){.doc-list{grid-template-columns:1fr 1fr;}}

.doc-row{
  display:flex;align-items:center;gap:16px;
  padding:12px 18px;
  border:1px solid var(--border);
  border-radius:14px;
  cursor:pointer;
  background:var(--card-bg,#fff);
  transition:box-shadow .22s ease, transform .22s ease, border-color .22s ease;
  text-align:left;
}
.doc-row:hover,.doc-row:focus-visible{
  box-shadow:0 10px 28px rgba(14,48,73,.12);
  transform:translateY(-2px);
  border-color:var(--teal);
  outline:none;
}
.doc-row:active{transform:translateY(0);}
.doc-row.featured{border-color:var(--teal);border-width:2px;}

/* kleinere, rund abgerundete Platzhalter */
.doc-thumb{
  width:56px;height:56px;flex-shrink:0;
  border-radius:50%; /* Kreis wirkt bei Personen am elegantesten */
  background:var(--paper-warm);
  display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
}
.doc-thumb .ring{width:58%;aspect-ratio:1;border-radius:50%;border:7% solid var(--blue-mid);border-top-color:transparent;opacity:.18;}
.doc-thumb img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  border-radius:50%;
  z-index:1;
}

.doc-row-info{flex:1;min-width:0;}
.doc-row-info h3{font-size:.98rem;margin-bottom:2px;line-height:1.25;}
.doc-row-role{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--teal);font-weight:600;}
.doc-row-loc{font-size:.78rem;color:var(--ink-soft);margin-top:3px;}
.doc-row-badge{display:inline-block;font-size:.68rem;font-weight:700;background:var(--teal);color:#fff;padding:2px 8px;border-radius:20px;margin-bottom:4px;}
.doc-row-arrow{flex-shrink:0;color:var(--teal);font-size:1.15rem;opacity:.45;transition:transform .22s ease, opacity .22s ease;}
.doc-row:hover .doc-row-arrow,.doc-row:focus-visible .doc-row-arrow{transform:translateX(4px);opacity:1;}

/* ── Arzt-Modal ── */
body.modal-open{overflow:hidden;}
.doc-modal-overlay{
  position:fixed;inset:0;z-index:1000;
  display:flex;align-items:center;justify-content:center;padding:24px;
  background:rgba(14,48,73,.55);
  backdrop-filter:blur(3px);
  opacity:0;visibility:hidden;
  transition:opacity .28s ease, visibility 0s linear .28s;
}
.doc-modal-overlay.active{
  opacity:1;visibility:visible;
  transition:opacity .28s ease, visibility 0s;
}
.doc-modal{
  position:relative;
  background:var(--paper,#fff);
  width:100%;max-width:460px;max-height:88vh;overflow-y:auto;
  border-radius:20px;
  box-shadow:0 40px 90px rgba(8,42,66,.35);
  transform:scale(.9) translateY(24px);
  opacity:0;
  transition:transform .34s cubic-bezier(.22,.85,.32,1.15), opacity .26s ease;
}
.doc-modal-overlay.active .doc-modal{transform:scale(1) translateY(0);opacity:1;}
.doc-modal-close{
  position:absolute;top:14px;right:14px;z-index:2;
  width:38px;height:38px;border:none;border-radius:50%;
  background:rgba(14,48,73,.07);color:var(--blue-deep,#0e3049);
  font-size:1.15rem;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:background .18s ease, transform .18s ease;
}
.doc-modal-close:hover{background:rgba(14,48,73,.14);transform:rotate(90deg);}
.doc-modal-photo{
  aspect-ratio:4/5;
  background:var(--paper-warm);
  border-radius:20px 20px 0 0;
  display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
}
.doc-modal-photo .ring{width:46%;aspect-ratio:1;border-radius:50%;border:7% solid var(--blue-mid);border-top-color:transparent;opacity:.14;position:relative;z-index:2;}
.doc-modal-photo img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  z-index:3;
}

/* ── Gooey Wassertropfen-Hintergrund im Pop-up ── */
.goo-wrap{
  position:absolute;inset:0;
  filter:url(#goo-filter);
  z-index:0;
  pointer-events:none;
}
.goo-blob{
  position:absolute;
  top:0;left:0;
  border-radius:50%;
  will-change:transform;
  transform:translate(-50%,-50%);
}
.goo-blob:nth-child(1){width:150px;height:150px;background:radial-gradient(circle at 35% 30%, var(--teal-lt,#7fd8de), var(--teal));}
.goo-blob:nth-child(2){width:120px;height:120px;background:radial-gradient(circle at 35% 30%, #9fe3e8, var(--blue-mid));}
.goo-blob:nth-child(3){width:95px;height:95px;background:radial-gradient(circle at 35% 30%, var(--teal-lt,#7fd8de), var(--teal));}
.goo-blob:nth-child(4){width:70px;height:70px;background:radial-gradient(circle at 35% 30%, #9fe3e8, var(--blue-mid));}
.goo-blob:nth-child(5){width:55px;height:55px;background:radial-gradient(circle at 35% 30%, var(--teal-lt,#7fd8de), var(--teal));}
.doc-modal-photo::after{
  content:"";
  position:absolute;inset:0;
  background:rgba(246,244,239,.22);
  z-index:1;
  pointer-events:none;
}
.doc-modal-body{padding:26px 30px 32px;}
.doc-modal-badge{display:none;font-size:.72rem;font-weight:700;background:var(--teal);color:#fff;padding:4px 12px;border-radius:20px;margin-bottom:12px;}
.doc-modal-body h3{font-size:1.35rem;margin-bottom:6px;line-height:1.2;}
.doc-modal-role{font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;color:var(--teal);font-weight:700;margin-bottom:16px;}
.doc-modal-loc{font-size:.92rem;color:var(--ink-soft);}
.doc-modal-bio{display:none;font-size:.9rem;line-height:1.75;color:var(--ink-soft);margin-top:18px;padding-top:18px;border-top:1px solid var(--border);}

/* PRAXISTEAM */
.praxisteam-hero{min-height:310px;display:grid;place-items:center;text-align:center;padding:70px 5vw;background:linear-gradient(rgba(14,48,73,.28),rgba(14,48,73,.36)),linear-gradient(90deg,#dfe8ed 0%,#f7f7f4 45%,#c9d4d8 100%);position:relative;overflow:hidden;}
.praxisteam-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(0,188,212,.28) 0 10%,transparent 28%),linear-gradient(90deg,transparent 0 54%,rgba(14,48,73,.55) 54% 56%,transparent 56%),repeating-linear-gradient(0deg,transparent 0 28px,rgba(14,48,73,.35) 29px 31px);opacity:.55;}
.praxisteam-hero::after{content:"F P\A L P E D\A P E C F D\A E D F C Z P";white-space:pre;position:absolute;right:10vw;top:50%;transform:translateY(-50%);font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;font-weight:700;font-size:clamp(1.1rem,3.2vw,2.5rem);line-height:1.05;color:rgba(14,48,73,.38);letter-spacing:.12em;text-align:center;}
.praxisteam-hero h1{position:relative;z-index:1;color:var(--teal);font-size:clamp(2.3rem,6vw,4.8rem);line-height:1.05;text-shadow:0 2px 14px rgba(246,244,239,.42);}
.praxisteam-intro{text-align:center;max-width:980px;margin:0 auto;}
.praxisteam-intro p{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:clamp(1.55rem,3.4vw,3rem);line-height:1.45;color:var(--teal);font-weight:800;}
.praxisteam-photo-band{height:170px;margin:64px -5vw 0;background:linear-gradient(rgba(246,244,239,.1),rgba(246,244,239,.1)),linear-gradient(90deg,#dfe8ed,#9fd8db 36%,#f5f1e8 66%,#b7dfe2);position:relative;overflow:hidden;}
.praxisteam-photo-band::before{content:"";position:absolute;left:12%;bottom:-42px;width:160px;height:160px;border-radius:50%;background:rgba(0,188,212,.34);box-shadow:260px 0 0 rgba(14,48,73,.12),520px 0 0 rgba(0,188,212,.22),780px 0 0 rgba(14,48,73,.1);}
.praxisteam-team{max-width:860px;margin:70px auto 0;}
.praxisteam-team h2{font-size:clamp(2.6rem,7vw,5rem);color:var(--teal);line-height:1;margin-bottom:24px;}
.praxisteam-team h2::after{content:"";display:block;width:118px;height:3px;background:var(--ink);margin-top:28px;}
.praxisteam-list{list-style:none;margin:44px 0 0;padding:0;}
.praxisteam-list li{font-size:clamp(1.25rem,2.4vw,1.8rem);line-height:1.55;color:var(--teal);font-weight:600;}
.praxisteam-list strong{font-weight:800;color:var(--teal);}
@media(max-width:720px){.praxisteam-hero{min-height:230px;padding:50px 5vw;}.praxisteam-hero::after{right:4vw;font-size:1rem;opacity:.55}.praxisteam-intro{text-align:center}.praxisteam-photo-band{height:115px;margin-top:46px}.praxisteam-team{margin-top:52px}.praxisteam-list li{font-size:1.25rem;}}

/* DIAGNOSTIK-BLÖCKE */
.diag-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:44px;}
.diag-block{text-align:left;}
.diag-icon{width:64px;height:64px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.diag-icon svg{width:50%;height:50%;fill:var(--teal);}
.diag-block h3{font-size:1.15rem;margin-bottom:14px;}
.diag-block ul{margin:0;padding:0;list-style:none;}
.diag-block li{font-size:.9rem;color:var(--ink-soft);padding:7px 0 7px 20px;position:relative;border-bottom:1px solid var(--border);}
.diag-block li:last-child{border-bottom:none;}
.diag-block li:before{content:"";position:absolute;left:0;top:15px;width:6px;height:6px;background:var(--teal);border-radius:50%;}
@media(max-width:900px){.diag-grid{grid-template-columns:1fr;gap:36px;}}

.ausstattung-wrap{background:var(--paper-warm);padding:44px;margin-top:52px;}
.ausstattung-wrap h3{font-size:1.2rem;margin-bottom:24px;}
.ausstattung-cols{display:grid;grid-template-columns:1fr 1fr;gap:40px;}
.ausstattung-cols ul{margin:0;padding:0;list-style:none;}
.ausstattung-cols li{font-size:.9rem;color:var(--ink-soft);padding:8px 0 8px 20px;position:relative;}
.ausstattung-cols li:before{content:"";position:absolute;left:0;top:16px;width:6px;height:6px;background:var(--blue-mid);border-radius:50%;}
/* SEHSCHULE */
.seh-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:36px 0;}
.seh-photo{aspect-ratio:1;background:var(--paper-warm);border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.seh-photo img{width:100%;height:100%;object-fit:cover;}
.seh-photo .ring{width:44%;aspect-ratio:1;border-radius:50%;border:6% solid var(--blue-mid);border-top-color:transparent;opacity:.14;}
.seh-contact{background:var(--blue-deep);color:var(--paper);padding:36px 40px;margin-top:20px;}
.seh-contact h3{color:var(--paper);font-size:1.1rem;margin-bottom:16px;}
.seh-contact a{color:var(--teal-lt);font-weight:600;}
.seh-contact p{font-size:.88rem;color:rgba(246,244,239,.65);margin-top:16px;line-height:1.7;}
.seh-contact h3{color:var(--blue-deep);}
.seh-contact p{color:var(--text-muted, var(--ink-soft))!important;}
.seh-contact a{color:var(--teal);font-weight:800;}
/* PATIENTENHINWEISE */
.hint-sec{margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid var(--border);}
.hint-sec:last-child{border-bottom:none;}
.hint-sec h3{font-size:1.05rem;margin-bottom:14px;color:var(--blue-deep);}
.hint-sec p{color:var(--ink-soft);line-height:1.8;max-width:70ch;}
.hint-sec ul{margin:10px 0 0;padding:0;list-style:none;max-width:70ch;}
.hint-sec li{font-size:.92rem;color:var(--ink-soft);padding:6px 0 6px 20px;position:relative;}
.hint-sec li:before{content:"";position:absolute;left:0;top:14px;width:6px;height:6px;background:var(--teal);border-radius:50%;}
.hint-callout{background:var(--paper-warm);border-left:3px solid var(--teal);padding:20px 24px;max-width:70ch;}
.hint-callout p{margin:0;}

/* FAQ ACCORDION */
.faq-item{border-bottom:1px solid var(--border);}
.faq-item:first-child{border-top:1px solid var(--border);}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-weight:700;font-size:1.02rem;color:var(--blue-deep);}
.faq-question:hover{color:var(--blue-mid);}
.faq-icon{position:relative;flex-shrink:0;width:20px;height:20px;}
.faq-icon::before,.faq-icon::after{content:"";position:absolute;background:var(--teal);transition:transform .25s ease;}
.faq-icon::before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%);}
.faq-icon::after{left:50%;top:0;width:2px;height:100%;transform:translateX(-50%);}
.faq-item.open .faq-icon::after{transform:translateX(-50%) rotate(90deg);opacity:0;}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.faq-answer-inner{padding:0 0 26px;max-width:74ch;}
.faq-answer-inner h3{font-size:.92rem;color:var(--blue-deep);text-decoration:underline;margin:18px 0 6px;}
.faq-answer-inner h3:first-child{margin-top:0;}
.faq-answer-inner p{color:var(--ink-soft);line-height:1.8;margin-bottom:10px;}
.faq-answer-inner ul{margin:6px 0 14px 20px;}
.faq-answer-inner li{color:var(--ink-soft);line-height:1.7;margin-bottom:4px;}
/* IMPRESSUM */
.imp-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:8px;}
.imp-grid h3{font-size:.95rem;color:var(--blue-deep);margin:28px 0 10px;}
.imp-grid h3:first-child{margin-top:0;}
.imp-grid p{color:var(--ink-soft);font-size:.9rem;line-height:1.8;max-width:60ch;}
@media(max-width:800px){.imp-grid{grid-template-columns:1fr;gap:8px;}}
@media(max-width:700px){.seh-gallery{grid-template-columns:repeat(2,1fr);}}

/* WATER RIPPLE BACKGROUND EFFECT */
#water-ripple-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background:transparent;}

/* IRIS/LINSEN-HINTERGRUND — site-weiter Layer, liegt unter den Wassertropfen */
#iris-lens-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;pointer-events:none;background:var(--paper);}

/* ══════════════════════════════════════════════════════════════════
   AUGENZENTRUM STRALSUND — DESIGN-UPDATE-PAKET
   ──────────────────────────────────────────────────────────────────
   CSS "von oben nach unten" gilt: dieser Block überschreibt gezielt
   einzelne Werte der Regeln weiter oben (z.B. border-radius:0), ohne
   dass an der HTML-Struktur etwas geändert werden musste.
   ══════════════════════════════════════════════════════════════════ */


/* ──────────────────────────────────────────────────────────────────
   0. NEUE DESIGN-VARIABLEN
   Ergänzt die bestehenden Variablen (--blue-deep, --teal, ...) um
   zusätzliche Werte für Rundungen, Schatten und Übergänge, damit
   Buttons, Karten & Co. ein einheitliches System nutzen.
   ────────────────────────────────────────────────────────────────── */
:root{
  --radius-sm:   8px;                                  /* kleine Rundung, z.B. Buttons */
  --radius-md:   16px;                                 /* mittlere Rundung, z.B. Karten */
  --radius-lg:   24px;                                 /* große Rundung, z.B. Banner/Boxen */

  --shadow-soft: 0 4px 20px rgba(14,48,73,0.06);        /* dezenter Schatten im Ruhezustand */
  --shadow-hover:0 12px 28px rgba(14,48,73,0.12);       /* etwas kräftigerer Schatten bei Hover */

  --ease:        cubic-bezier(.25,.8,.25,1);            /* weiche, "edle" Beschleunigungskurve */
  --transition-fast: .2s var(--ease);
  --transition-med:  .35s var(--ease);

  /* Halbtransparentes "Glas"-Weiß für Karten, damit der Wasser-Ripple-
     Effekt im Hintergrund dezent durchscheinen kann */
  --card-bg:     rgba(255,255,255,0.72);
  --card-border: rgba(14,48,73,0.08);
}


/* ──────────────────────────────────────────────────────────────────
   1. TYPOGRAFIE & ABSTÄNDE
   Ruhigeres Leseerlebnis für alle Altersgruppen: mehr Luft zwischen
   den Abschnitten, größerer Zeilenabstand, klare Hierarchie.
   ────────────────────────────────────────────────────────────────── */

/* Etwas großzügigerer Zeilenabstand als Basis – besonders angenehm
   für ältere Patient:innen beim Lesen längerer Texte (z.B. FAQ) */
body{
  line-height: 1.75;
  font-size: 1.02rem;                 /* minimal größere Grundschrift für bessere Lesbarkeit */
}

/* Überschriften bekommen etwas mehr Abstand nach unten, damit sie
   "atmen" und sich klar vom Fließtext absetzen */
h1,h2,h3,h4{
  line-height: 1.25;
  margin-bottom: 0.5em;
}

/* Mehr vertikaler Puffer zwischen den einzelnen Seitenabschnitten
   (Sektionen) – sorgt für die gewünschte klare Struktur */
.sec{
  padding: 7.5vw 5vw;                 /* vorher: 6vw 5vw */
}
@media(min-width:1400px){
  .sec{ padding: 96px 5vw; }          /* auf großen Bildschirmen einen festen, ruhigen Wert */
}

/* Fließtext in Karten/Absätzen etwas lockerer setzen */
.hint-sec p,
.faq-answer-inner p,
.diag-block p,
p{
  line-height: 1.8;
}

/* Etwas mehr Abstand zwischen Lead-Text und folgendem Inhalt */
.lead{
  line-height: 1.7;
  margin-bottom: 8px;
}


/* ──────────────────────────────────────────────────────────────────
   2. BUTTONS & INTERAKTION
   Weichere, moderne Schaltflächen mit spürbarem, aber dezentem
   Hover-Effekt (sanftes Aufhellen + minimales Anheben).
   ────────────────────────────────────────────────────────────────── */

.btn{
  border-radius: var(--radius-sm);                 /* leicht abgerundete Ecken statt scharfer Kanten */
  box-shadow: 0 2px 10px rgba(14,48,73,0.10);       /* dezenter Grundschatten */
  transition: transform var(--transition-fast),
              box-shadow var(--transition-fast),
              background var(--transition-fast),
              filter var(--transition-fast);
}

/* Hover: minimal anheben + Schatten verstärken -> wirkt "schwebend" */
.btn:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

/* Klick-Zustand: Button "setzt sich" kurz ab, wirkt taktil */
.btn:active{
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(14,48,73,0.14);
}

/* Sanftes Aufhellen zusätzlich zum Farbwechsel bei den bestehenden
   Button-Varianten (ergänzt die vorhandenen :hover-Regeln) */
.btn-teal:hover{
  filter: brightness(1.06);
}
.btn-dark:hover{
  filter: brightness(1.15);
}

/* Tastatur-Fokus klar sichtbar machen (Barrierefreiheit) */
.btn:focus-visible{
  outline: 2px solid var(--blue-acc);
  outline-offset: 3px;
}

/* Gleiche Behandlung für den Termin-Button in der Navigation */
.nav-cta{
  border-radius: 6px;
  transition: transform var(--transition-fast),
              box-shadow var(--transition-fast),
              background var(--transition-fast);
}
.nav-cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(14,48,73,0.18);
}

/* Auch einfache Text-/Navigationslinks bekommen einen weichen
   Farbübergang statt eines harten Wechsels */
.nav-links a,
.mobile-menu a,
.ft-col a,
.ft-links a{
  transition: color var(--transition-fast);
}


/* ──────────────────────────────────────────────────────────────────
   3. INFO-KARTEN / BOXEN
   Betrifft vor allem die Krankheitsbild-Karten (FAQ-Akkordeon:
   Grauer Star, Grüner Star, AMD, ...), aber auch die Diagnostik- und
   Arzt-Karten. Weiche Rundungen + dezenter Schatten statt harter
   Rahmen. Halbtransparenter Hintergrund, damit der Wasser-Ripple-
   Effekt im Hintergrund leicht sichtbar bleibt ("Glas-Optik").
   ────────────────────────────────────────────────────────────────── */

/* --- Krankheitsbild-Karten (FAQ-Akkordeon) ------------------------ */
.faq-item{
  background: var(--card-bg);
  backdrop-filter: blur(6px);                 /* leichter Glaseffekt über dem Wasser-Hintergrund */
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid var(--card-border);       /* ersetzt die harte border-bottom-Linie */
  border-radius: var(--radius-md);
  margin-bottom: 16px;                        /* Abstand zwischen den einzelnen Karten */
  padding: 0 26px;                            /* seitliches Innenpolster der Karte */
  box-shadow: var(--shadow-soft);
  transition: box-shadow var(--transition-med), transform var(--transition-med);
}
.faq-item:first-child{
  border-top: 1px solid var(--card-border);   /* alte Sonderregel neutralisieren */
}
.faq-item:hover{
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}
.faq-item.open{
  box-shadow: var(--shadow-hover);
  border-color: rgba(0,188,212,0.35);         /* dezenter Teal-Akzent bei geöffneter Karte */
}

/* --- Patientenhinweise-Blöcke wirken jetzt ebenfalls als Karten --- */
.hint-sec{
  background: var(--card-bg);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 30px 28px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-soft);
  transition: box-shadow var(--transition-med);
}
.hint-sec:hover{
  box-shadow: var(--shadow-hover);
}

/* Hinweis-Callout (grauer Star Warnhinweis o.ä.) bekommt die gleiche
   weiche Optik statt der scharfkantigen Box */
.hint-callout{
  border-radius: var(--radius-sm);
  background: rgba(237,234,226,0.85);
}

/* --- Diagnostik-Karten (Leistungen-Seite) ------------------------- */
.diag-block{
  background: var(--card-bg);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-soft);
  transition: box-shadow var(--transition-med), transform var(--transition-med);
}
.diag-block:hover{
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}

/* --- Arzt-/Team-Karten --------------------------------------------- */
.doc-card{
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: box-shadow var(--transition-med), transform var(--transition-med);
}
.doc-card:hover{
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}

/* --- Info-Banner (z.B. "Noch Fragen vor Ihrem Termin?") ------------ */
.t-banner{
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}


/* ──────────────────────────────────────────────────────────────────
   4. FARBE & KONTRAST
   Harmonisches, ruhiges Zusammenspiel: sauberes Weiß, beruhigendes
   Dunkelblau für Text, klares Akzentblau/Teal für Interaktionen.
   Nutzt ausschließlich die bestehenden Farbvariablen — es werden
   keine neuen Farben eingeführt, nur gezielter eingesetzt.
   ────────────────────────────────────────────────────────────────── */

/* Fließtext in ruhigem, gut lesbarem Dunkelblau-Grau statt reinem
   Schwarz – wirkt hochwertiger und augenschonender */
body{
  color: var(--ink-soft);
}
h1,h2,h3,h4,strong{
  color: var(--blue-deep);              /* Überschriften bleiben im satten Dunkelblau */
}

/* Akzentblau (--blue-acc) wird jetzt gezielt für Links/Interaktion
   innerhalb von Fließtext genutzt, statt es ungenutzt zu lassen */
.hint-sec a:not(.btn),
.faq-answer-inner a:not(.btn){
  color: var(--blue-acc);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition-fast);
}
.hint-sec a:not(.btn):hover,
.faq-answer-inner a:not(.btn):hover{
  color: var(--teal);
}

/* Eyebrow-Label (kleine Überschrift über den Sektionstiteln) in Teal
   für einen klaren, freundlichen Akzent – bleibt aber dezent klein */
.eyebrow{
  color: var(--teal);
}

/* Sanfterer, wärmerer Kontrast im Footer: statt hartem Weiß auf
   Dunkelblau ein leicht reduziertes Weiß für die Fließtexte */
.ft-col p,.ft-col a{
  color: rgba(246,244,239,.75);
}


/* ──────────────────────────────────────────────────────────────────
   5. FEINSCHLIFF: HARMONIE MIT DEM WASSER-RIPPLE-HINTERGRUND
   Die Karten sind jetzt halbtransparent (siehe Punkt 3). Damit der
   Ripple-Effekt durchscheint, aber der Lesefluss nicht leidet, bleibt
   der eigentliche Text-Inhalt über eventuellen Wellen sichtbar.
   ────────────────────────────────────────────────────────────────── */
.sec > .eyebrow,
.sec > .section-title,
.sec > .lead{
  position: relative;
  z-index: 1;
}

/* Der Ripple-Canvas selbst bleibt unverändert bei z-index:-1 und
   pointer-events:none – hier nur zur Erinnerung, damit nichts
   versehentlich überschrieben wird: */
#water-ripple-bg{
  z-index: -1;
}

/* ══════════════════════════════════════════════════════════════════
   MODERNISIERUNG 2026 — PREMIUM, RUHIG, BARRIEREARM
   Ziel: mehr Vertrauen, bessere mobile Lesbarkeit, klarere CTAs,
   hochwertigere Karten/Abstände, ohne die bestehende HTML-Struktur
   und Inhalte umzubauen.
   ══════════════════════════════════════════════════════════════════ */

:root{
  --bg-page: #F8FAFC;
  --bg-soft: #EEF7FA;
  --surface: rgba(255,255,255,.88);
  --surface-solid: #FFFFFF;
  --text-main: #132938;
  --text-muted: #526775;
  --brand-1: #082A42;
  --brand-2: #166084;
  --brand-3: #00AFC8;
  --accent-soft: rgba(0,188,212,.12);
  --line: rgba(8,42,66,.10);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow-card: 0 18px 45px rgba(8,42,66,.10);
  --shadow-light: 0 8px 26px rgba(8,42,66,.07);
  --max-page: 1180px;
}

html{
  scroll-padding-top: calc(var(--nav-h) + 18px);
}

body{
  background:
    radial-gradient(circle at 12% 8%, rgba(0,188,212,.14), transparent 32rem),
    radial-gradient(circle at 95% 18%, rgba(32,119,168,.10), transparent 30rem),
    linear-gradient(180deg, #FAFCFD 0%, #F3F7F9 45%, #F8FAFC 100%);
  color: var(--text-main);
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.72;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-2;
  background-image:
    linear-gradient(rgba(8,42,66,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,42,66,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 72%);
}

h1,h2,h3,h4{
  color: var(--brand-1);
  letter-spacing: -.035em;
}

a{
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.sec{
  max-width: none;
  padding: clamp(72px, 8vw, 112px) max(5vw, calc((100vw - var(--max-page))/2));
}

.sec-dark{
  background:
    radial-gradient(circle at 20% 20%, rgba(0,188,212,.16), transparent 32rem),
    linear-gradient(135deg, #082A42 0%, #103C59 55%, #0A2E45 100%);
}

.sec-warm{
  background: linear-gradient(180deg, rgba(238,247,250,.72), rgba(255,255,255,.55));
}

.section-title{
  max-width: 15ch;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: .98;
}

.lead,
.hero-sub,
.team-copy p,
.hint-sec p,
.faq-answer-inner p,
.lst-card p,
.svc p,
.diag-block li,
.contact-row,
.k-row{
  color: var(--text-muted);
}

.eyebrow{
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--brand-2);
  letter-spacing: .11em;
}

/* Navigation */
nav{
  height: var(--nav-h);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-left: clamp(18px, 5vw, 76px);
  padding-right: clamp(18px, 5vw, 76px);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(8,42,66,.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: height .28s ease, padding .28s ease, box-shadow .28s ease, background .28s ease;
}

.nav-logo{
  min-width: max-content;
  padding: 8px 20px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(8,42,66,.08);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(8,42,66,.09);
  transition: padding .28s ease, box-shadow .28s ease, transform .28s ease;
}

.nav-logo img{
  height: 60px;
  max-width: min(260px, 38vw);
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(8,42,66,.14));
  transition: height .28s ease, filter .28s ease;
}

nav.scrolled{
  height: var(--nav-h-small);
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 34px rgba(8,42,66,.16);
}

nav.scrolled .nav-logo{
  padding: 5px 16px;
  box-shadow: 0 10px 26px rgba(8,42,66,.07);
}

nav.scrolled .nav-logo img{
  height: 42px;
  filter: drop-shadow(0 5px 9px rgba(8,42,66,.12));
}

.nav-links{
  gap: 4px;
}

.nav-links-top{
  gap: clamp(12px, 1.6vw, 24px);
  color: var(--text-muted);
  justify-content: center;
}

.nav-links-top a{
  position: relative;
  padding: 4px 0;
  font-weight: 700;
}

.nav-links-top a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0px;
  height:2px;
  border-radius:999px;
  background: var(--brand-3);
  transform: scaleX(0);
  transform-origin:left;
  transition: transform .22s ease;
}

.nav-links-top a:hover::after,
.nav-links-top a.active::after{
  transform: scaleX(1);
}

.btn,
.loc-mapbtn{
  border-radius: 999px;
  min-height: 46px;
  align-items:center;
  justify-content:center;
  box-shadow: var(--shadow-light);
}

.btn{
  padding: 14px 24px;
  font-size: .95rem;
}

.btn-teal{
  background: linear-gradient(135deg, #00BCD4, #66DDEB);
  color: #062838 !important;
}

.btn-dark{
  background: linear-gradient(135deg, #082A42, #166084);
}

/* Hero */
.hero{
  max-width: var(--max-page);
  margin: 0 auto;
  min-height: min(760px, calc(100vh - var(--nav-h)));
  padding: clamp(58px, 7vw, 92px) 5vw;
  gap: clamp(32px, 6vw, 76px);
}

.hero::before{
  content:"";
  position:absolute;
  inset: clamp(18px, 4vw, 54px) 3vw;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,255,255,.50)),
    radial-gradient(circle at 88% 16%, rgba(0,188,212,.18), transparent 20rem);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 24px 70px rgba(8,42,66,.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index:0;
}

.hero-copy,
.hero-visual{
  position:relative;
  z-index:1;
}

.hero h1{
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -.06em;
}

.hero-sub{
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  max-width: 46ch;
}

.hero-btns{
  gap: 14px;
}

.eye-svg{
  width: min(440px, 40vw);
  filter: drop-shadow(0 28px 36px rgba(8,42,66,.14));
}

.snellen{
  color: var(--brand-2);
  opacity: .055;
  right: 1vw;
}

/* Stats */
.stats{
  max-width: var(--max-page);
  margin: 0 auto clamp(16px, 2vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow:hidden;
  background: var(--surface);
  box-shadow: var(--shadow-light);
}

.stat{
  background: rgba(255,255,255,.62);
}

.stat-num{
  color: var(--brand-2);
  letter-spacing:-.05em;
}

.stat-lbl{
  color: var(--text-muted);
  font-weight:700;
}

/* Cards */
.loc-card,
.lst-card,
.branch-card,
.doc-card,
.diag-block,
.hint-sec,
.faq-item,
.k-card,
.ausstattung-wrap,
.seh-contact{
  border: 1px solid rgba(8,42,66,.10);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-light);
  overflow: hidden;
}

.loc-card:hover,
.lst-card:hover,
.branch-card:hover,
.doc-card:hover,
.diag-block:hover,
.hint-sec:hover,
.faq-item:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: rgba(0,188,212,.28);
}

.loc-card,
.lst-card,
.branch-card,
.doc-card,
.diag-block,
.hint-sec,
.faq-item{
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.loc-card.featured,
.branch-card.featured-branch{
  border-color: rgba(0,188,212,.65);
  box-shadow: 0 18px 50px rgba(0,188,212,.13);
}

.loc-hd-main,
.loc-hd-second,
.loc-hd-sassnitz,
.branch-hd[style*="background"]{
  background: linear-gradient(135deg, #082A42, #166084) !important;
}

.loc-body,
.branch-col,
.doc-info,
.lst-card,
.diag-block,
.hint-sec{
  background: rgba(255,255,255,.84);
}

.hours-t td,
.full-hours td,
.contact-row,
.hint-sec,
.faq-item,
.diag-block li{
  border-color: var(--line);
}

.loc-grid,
.lst-grid,
.doc-grid,
.diag-grid{
  gap: clamp(18px, 2.4vw, 30px);
}

/* Leistungsbereich */
.svc-grid{
  border-radius: var(--radius-lg);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 70px rgba(0,0,0,.12);
}

.svc{
  background: rgba(8,42,66,.64);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.svc:hover{
  background: rgba(22,96,132,.72);
  transform: translateY(-2px);
}

.svc-ring,
.lst-ring,
.doc-photo .ring,
.team-box .ring,
.ring-sm{
  border-color: var(--brand-3);
}

/* Formulare */
.k-form input,
.k-form select,
.k-form textarea,
.fg input,
.fg select,
.fg textarea{
  border-radius: var(--radius-sm);
  border: 1px solid rgba(8,42,66,.14);
  background: rgba(255,255,255,.94);
  min-height: 46px;
}

.k-form input:focus,
.k-form select:focus,
.k-form textarea:focus,
.fg input:focus,
.fg select:focus,
.fg textarea:focus{
  border-color: var(--brand-3);
  box-shadow: 0 0 0 4px rgba(0,188,212,.14);
}

/* FAQ */
.faq-question{
  padding: 24px 0;
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
}

.faq-answer-inner{
  max-width: 82ch;
}

/* Kontakt / Footer */
.k-card,
footer{
  background:
    radial-gradient(circle at 16% 8%, rgba(0,188,212,.15), transparent 26rem),
    linear-gradient(135deg, #082A42, #0E3049 64%, #123C55);
}

footer{
  margin-top: 0;
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
}

.ft-logo{
  height: clamp(86px, 9vw, 128px);
  max-width: min(420px, 100%);
  width: auto;
  filter: none;
  opacity: 1;
  background: rgba(255,255,255,.96);
  padding: 18px 22px;
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(0,0,0,.18);
  margin-bottom: 22px;
}

#footer-logo-home{
  display:inline-block;
  width:max-content;
  max-width:100%;
  border-radius:22px;
  cursor:pointer;
}
#footer-logo-home .ft-logo{
  transition:transform .22s ease,box-shadow .22s ease;
}
#footer-logo-home:hover .ft-logo,
#footer-logo-home:focus-visible .ft-logo{
  transform:translateY(-3px);
  box-shadow:0 28px 62px rgba(0,0,0,.25);
}

.ft-top{
  max-width: var(--max-page);
  margin-left:auto;
  margin-right:auto;
}

.ft-bottom{
  max-width: var(--max-page);
  margin-left:auto;
  margin-right:auto;
}

/* Reduzierter Footer: Kontakt und Standorte */
.ft-top{
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  gap:clamp(44px,7vw,110px);
  align-items:start;
}
.ft-brand>p{max-width:52ch;}
.ft-contact-block{margin-top:30px;}
.ft-contact-block h4,.ft-locations h4{font-size:1.05rem;margin-bottom:16px;}
.ft-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.ft-contact-location{
  margin:0;
  padding:18px;
  border:1px solid rgba(127,216,222,.18);
  border-radius:16px;
  background:rgba(255,255,255,.055);
}
.ft-contact-location strong{color:var(--teal-lt);font-size:.92rem;margin-bottom:10px;}
.ft-contact-location a{
  width:100%;
  padding:6px 0;
  line-height:1.35;
  color:var(--paper);
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.1);
  transition:color .2s ease,padding-left .2s ease;
}
.ft-contact-location a:last-child{border-bottom:0;}
.ft-contact-location a:hover{color:var(--teal-lt);padding-left:4px;}
.ft-locations-grid{display:grid;gap:12px;}
.ft-location-card{
  padding:18px 20px;
  border:1px solid rgba(127,216,222,.18);
  border-left:3px solid var(--teal);
  border-radius:16px;
  background:rgba(255,255,255,.055);
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.ft-location-card strong,.ft-location-card span,.ft-location-card small{display:block;}
.ft-location-card strong{color:var(--paper);font-size:.92rem;}
.ft-location-card span{color:rgba(246,244,239,.78);line-height:1.5;}
.ft-location-card small{color:var(--teal-lt);font-size:.72rem;margin-top:5px;}
.ft-location-card:hover{transform:translateX(4px);background:rgba(255,255,255,.09);border-color:rgba(127,216,222,.42);}
@media(max-width:900px){.ft-top{grid-template-columns:1fr;gap:38px;}}
@media(max-width:560px){.ft-contact-grid{grid-template-columns:1fr;}.ft-location-card{padding:16px;}}

/* Dezent schwebender Termin-Button unterhalb der Desktop-Navigation */
@media(min-width:901px){
  .nav-links-bottom{
    position:absolute;
    right:8px;
    bottom:2px;
    width:auto;
    padding:5px;
    border:1px solid rgba(8,42,66,.07);
    border-radius:12px;
    background:rgba(255,255,255,.82);
    box-shadow:0 10px 28px rgba(8,42,66,.09);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }
  .nav-cta{
    padding:6px 12px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:7px;
    background:rgba(8,42,66,.9);
    box-shadow:0 6px 16px rgba(8,42,66,.12);
    font-size:.88rem;
    font-weight:600;
    letter-spacing:.01em;
  }
  .nav-cta:hover{
    background:rgba(22,96,132,.94);
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(8,42,66,.17);
  }
}

/* Gut lesbare Abschnittslabels auf dunkelblauem Hintergrund */
.sec-dark .eyebrow,
.sec-dark .eyebrow.eyebrow-lt{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  opacity:1 !important;
  background:rgba(0,188,212,.30) !important;
  border:1px solid rgba(127,216,222,.58) !important;
  text-shadow:0 1px 3px rgba(0,0,0,.28);
}

/* Mobile Optimierung */
.mobile-menu{
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mobile-menu a{
  border-bottom: 1px solid var(--line);
}

@media(max-width:900px){
  nav{
    padding: 0 4.5vw;
  }
  .nav-logo{
    padding: 6px 12px;
    border-radius: 14px;
  }
  .nav-logo img{
    height: 48px;
    max-width: 164px;
  }
  nav.scrolled .nav-logo{
    padding: 4px 10px;
  }
  nav.scrolled .nav-logo img{
    height: 36px;
  }
  .hero{
    padding: 34px 4.5vw 52px;
  }
  .hero::before{
    inset: 16px 4.5vw;
  }
  .hero h1{
    font-size: clamp(2.65rem, 13vw, 4.4rem);
  }
}

@media(max-width:720px){
  .hero{
    display:block;
  }
  .hero-visual{
    display:none;
  }
  .hero::before{
    border-radius: 22px;
  }
  .hero-btns .btn{
    width:100%;
  }
  .section-title{
    max-width: 100%;
  }
  .sec{
    padding: 64px 4.5vw;
  }
  .stats{
    border-radius: 18px;
  }
  .t-banner{
    border-radius: 0;
  }
}

@media(max-width:480px){
  .ft-logo{
    height: 78px;
    padding: 14px 16px;
    border-radius: 18px;
  }
  .k-form .two,
  .fg{
    grid-template-columns: 1fr;
  }
  .loc-hd,
  .loc-body,
  .branch-hd,
  .branch-col,
  .k-card{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Barrierefreiheit: sichtbarer Fokus und reduzierte Bewegung */
:focus-visible{
  outline: 3px solid rgba(0,188,212,.85);
  outline-offset: 4px;
  border-radius: 8px;
}

@media(prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
  #water-ripple-bg{
    display:none;
  }
  #iris-lens-bg{
    display:none;
  }
}


/* === LIVE-GANG-POLISH 2026 ========================================== */
:root{
  --az-navy:#082A42;
  --az-navy-2:#0E3B58;
  --az-cyan:#00BCD4;
  --az-cyan-light:#65E3EF;
  --az-text-on-dark:rgba(255,255,255,.82);
  --az-line:rgba(255,255,255,.16);
}

/* Header: compact phone contact without overpowering the navigation */
.nav-phone{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:7px 13px;
  border:1px solid rgba(8,42,66,.13);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:var(--blue-deep);
  line-height:1.05;
  white-space:nowrap;
}
.nav-phone-icon{font-size:1.08rem;color:var(--teal);}
.nav-phone small{display:block;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);}
.nav-phone strong{display:block;font-size:.82rem;}
@media(max-width:1180px){.nav-phone{display:none;}}

/* Hero clarity and conversion */
.hero h1 span{color:var(--blue-acc);}
.hero-sub strong{color:var(--blue-deep);}
.hero-btns .btn-teal{
  min-height:56px;
  padding-inline:30px;
  font-size:1rem;
}
.btn-disabled{
  opacity:.58;
  cursor:not-allowed;
  box-shadow:none!important;
  transform:none!important;
}
.emergency-note{
  display:flex;
  align-items:flex-start;
  gap:14px;
  max-width:610px;
  margin-top:22px;
  padding:16px 18px;
  border:1px solid rgba(0,188,212,.32);
  border-left:4px solid var(--teal);
  border-radius:14px;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 28px rgba(8,42,66,.07);
  color:var(--ink-soft);
  font-size:.92rem;
}
.emergency-note strong{color:var(--blue-deep);}
.emergency-landolt{
  --gap-bg:#f7fbfc;
  flex:0 0 auto;
  width:30px;height:30px;
  border:6px solid var(--teal);
  border-radius:50%;
  position:relative;
}
.emergency-landolt::after{
  content:"";position:absolute;
  left:50%;top:-7px;
  width:7px;height:14px;
  transform:translateX(-50%);
  background:var(--gap-bg);
}

/* "Warum zu uns" */
.why-us{
  position:relative;
  overflow:hidden;
}
.why-us::before{
  content:"";
  position:absolute;inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 20%,rgba(0,188,212,.10),transparent 26rem),
    radial-gradient(circle at 92% 80%,rgba(32,119,168,.08),transparent 24rem);
}
.why-us>*{position:relative;}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:38px;
}
.why-card{
  min-height:245px;
  padding:28px 25px;
  border:1px solid rgba(8,42,66,.10);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 34px rgba(8,42,66,.07);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.why-card:hover{
  transform:translateY(-5px);
  border-color:rgba(0,188,212,.38);
  box-shadow:0 22px 46px rgba(8,42,66,.12);
}
.why-card>strong{
  display:block;
  margin-top:24px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-size:clamp(1.65rem,2.5vw,2.35rem);
  line-height:1;
  color:var(--blue-deep);
}
.why-card h3{font-size:1rem;margin:10px 0 8px;}
.why-card p{font-size:.9rem;color:var(--ink-soft);}

/* Standardized Landolt C:
   outer diameter 5d, ring thickness d, opening width d.
   40px diameter => d = 8px. */
.landolt{
  --d:8px;
  --gap-bg:#fff;
  display:inline-block;
  width:calc(var(--d)*5);
  height:calc(var(--d)*5);
  border:var(--d) solid var(--teal);
  border-radius:50%;
  position:relative;
  box-sizing:border-box;
  filter:drop-shadow(0 6px 10px rgba(0,188,212,.14));
  transition:transform .35s ease;
}
.landolt::after{
  content:"";
  position:absolute;
  width:calc(var(--d) + 2px);
  height:calc(var(--d) + 4px);
  background:var(--gap-bg);
  top:50%;right:calc(var(--d)*-1 - 1px);
  transform:translateY(-50%);
}
.landolt-top{transform:rotate(-90deg);}
.landolt-right{transform:rotate(0deg);}
.landolt-bottom{transform:rotate(90deg);}
.landolt-left{transform:rotate(180deg);}
.why-card:hover .landolt-top{transform:rotate(-72deg);}
.why-card:hover .landolt-right{transform:rotate(18deg);}
.why-card:hover .landolt-bottom{transform:rotate(108deg);}
.why-card:hover .landolt-left{transform:rotate(198deg);}

/* Existing service rings get equal gap widths instead of transparent borders */
.svc-ring,.lst-ring{
  box-sizing:border-box;
  position:relative;
  border-color:var(--teal)!important;
}
.svc-ring::after,.lst-ring::after{
  content:"";
  position:absolute;
  width:7px;
  height:12px;
  background:var(--blue-deep);
  top:50%;right:-6px;
  transform:translateY(-50%);
}
.svc:nth-child(1) .svc-ring,
.svc:nth-child(2) .svc-ring,
.svc:nth-child(3) .svc-ring,
.svc:nth-child(4) .svc-ring,
.lst-card:nth-child(odd) .lst-ring,
.lst-card:nth-child(even) .lst-ring{border-color:var(--teal)!important;}
.svc:nth-child(1) .svc-ring{transform:rotate(-90deg);}
.svc:nth-child(2) .svc-ring{transform:rotate(0deg);}
.svc:nth-child(3) .svc-ring{transform:rotate(90deg);}
.svc:nth-child(4) .svc-ring{transform:rotate(180deg);}

/* Improve text contrast on dark sections */
.sec-dark .lead,
.sec-dark .svc p,
.k-card .k-row,
footer,
footer p,
footer a{color:var(--az-text-on-dark);}

/* More intentional hover and focus behavior */
.btn-teal:hover{
  background:linear-gradient(135deg,var(--teal),var(--teal-lt));
  box-shadow:0 12px 30px rgba(0,188,212,.24);
}
a:focus-visible,button:focus-visible{
  outline:3px solid var(--teal);
  outline-offset:4px;
}

/* Small-screen refinements */
@media(max-width:900px){
  .why-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:620px){
  .why-grid{grid-template-columns:1fr;}
  .why-card{min-height:auto;}
  .emergency-note{font-size:.88rem;}
  .hero h1{line-height:1.02;}
}
@media(prefers-reduced-motion:reduce){
  .landolt,.why-card{transition:none!important;}
}
/* =================================================================== */



/* Ehemalige Inline-Styles */
.inline-style-1 {
  margin-top: 8px !important;
}

.inline-style-2 {
  margin-top: 28px !important;
}

.inline-style-3 {
  font-size: .92rem !important;
  color: var(--ink-soft) !important;
}

.inline-style-4 {
  color: var(--blue-deep) !important;
}

.inline-style-5 {
  color: var(--teal) !important;
  font-weight: 600 !important;
}

.inline-style-6 {
  padding-bottom: 1vw !important;
}

.inline-style-7 {
  padding-top: 1vw !important;
}

.inline-style-8 {
  position: absolute !important;
}

.inline-style-9 {
  display: none !important;
}

.inline-style-10 {
  margin-top: 48px !important;
}

.inline-style-11 {
  margin-bottom: 6px !important;
}

.inline-style-12 {
  margin-top: 52px !important;
}

.inline-style-13 {
  font-size: .92rem !important;
  color: var(--ink-soft) !important;
  line-height: 1.7 !important;
}

.inline-style-14 {
  font-size: 1.1rem !important;
  margin-bottom: 16px !important;
}

.inline-style-15 {
  max-width: 70ch !important;
  color: var(--ink-soft) !important;
  line-height: 1.8 !important;
}

.inline-style-16 {
  margin-top: 16px !important;
}

.inline-style-17 {
  margin-top: 24px !important;
  font-weight: 600 !important;
  color: var(--blue-deep) !important;
}

.inline-style-18 {
  margin-top: 0 !important;
  color: rgba(246,244,239,.85) !important;
  font-size: .95rem !important;
}

.inline-style-19 {
  margin-top: 14px !important;
  font-size: 1.05rem !important;
}

.inline-style-20 {
  margin-top: 8px !important;
  font-size: 1.05rem !important;
}

.inline-style-21 {
  padding-top: 1vw !important;
  max-width: 900px !important;
}

.inline-style-22 {
  margin-top: 10px !important;
  text-decoration: underline !important;
  color: var(--blue-deep) !important;
}

.inline-style-23 {
  margin-bottom: 18px !important;
}

.inline-style-24 {
  text-decoration: underline !important;
  color: var(--blue-deep) !important;
  margin-top: 0 !important;
}

.inline-style-25 {
  margin-top: 4px !important;
}

.inline-style-26 {
  text-decoration: underline !important;
  color: var(--blue-deep) !important;
  margin-top: 24px !important;
}

.inline-style-27 {
  margin-top: 12px !important;
}

.inline-style-28 {
  margin-top: 14px !important;
}

.inline-style-29 {
  color: var(--teal) !important;
}

.inline-style-30 {
  margin-top: 20px !important;
  font-weight: 600 !important;
  color: var(--blue-deep) !important;
}

.inline-style-31 {
  font-weight: 600 !important;
  color: var(--blue-deep) !important;
}

.inline-style-32 {
  margin-top: 20px !important;
}

.inline-style-33 {
  border-bottom: none !important;
}

.inline-style-34 {
  margin-top: 20px !important;
  font-style: italic !important;
}

.inline-style-35 {
  padding-top: 2vw !important;
}

.inline-style-36 {
  background: var(--blue-deep) !important;
}

.inline-style-37 {
  color: var(--teal-lt) !important;
}

.inline-style-38 {
  color: var(--paper) !important;
}

.inline-style-39 {
  color: rgba(246,244,239,.6) !important;
  margin-top: 4px !important;
  font-size: .9rem !important;
}

.inline-style-40 {
  font-size: .82rem !important;
}

.inline-style-41 {
  background: var(--blue-mid) !important;
}

.inline-style-42 {
  background: linear-gradient(135deg,var(--blue-deep),#1B5060) !important;
}

.inline-style-43 {
  margin-bottom: 8px !important;
}

.inline-style-44 {
  font-size: 1.3rem !important;
  margin-bottom: 22px !important;
}

.inline-style-45 {
  width: 100% !important;
  justify-content: center !important;
}

.inline-style-46 {
  font-size: .78rem !important;
  color: var(--ink-soft) !important;
  margin-top: 10px !important;
}

.inline-style-47 {
  background: linear-gradient(135deg,var(--blue-deep),#1A5060) !important;
  border: 1.5px solid var(--teal) !important;
}

.inline-style-48 {
  margin-bottom: 10px !important;
}

.inline-style-49 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.inline-style-50 {
  font-size: 1.15rem !important;
  margin-bottom: 24px !important;
}

.inline-style-51 {
  margin-bottom: 40px !important;
}

.inline-style-52 {
  font-size: 1rem !important;
  margin-bottom: 10px !important;
  color: var(--blue-deep) !important;
}

.inline-style-53 {
  max-width: 65ch !important;
  color: var(--ink-soft) !important;
  line-height: 1.8 !important;
}

.inline-style-54 {
  margin-top: 16px !important;
  border: 1px solid var(--border) !important;
  overflow: hidden !important;
}

.inline-style-55 {
  width: 100% !important;
  height: 280px !important;
  border: 0 !important;
  display: block !important;
}

.inline-style-56 {
  margin-left: 8px !important;
  vertical-align: middle !important;
}

.inline-style-57 {
  border-radius: 16px !important;
  overflow: hidden !important;
  margin-bottom: 32px !important;
  max-height: 280px !important;
}

.inline-style-58 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.inline-style-59 {
  color: var(--ink-soft) !important;
}

.inline-style-60 {
  height: 100px !important;
}

.inline-style-61 {
  height: 90px !important;
}

.inline-style-62 {
  margin-bottom: 22px !important;
}

.inline-style-63 {
  color: var(--blue-mid) !important;
}

.inline-style-64 {
  font-size: .78rem !important;
  color: var(--ink-soft) !important;
}


/* Mobile-Fix: Leistungsübersicht im Hochformat */
@media (max-width: 760px) {
  .ausstattung-wrap {
    width: 100%;
    max-width: 100%;
    padding: 28px 22px;
    margin-top: 36px;
    box-sizing: border-box;
    overflow: visible;
  }

  .ausstattung-cols {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .ausstattung-cols ul {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  .ausstattung-cols ul + ul {
    margin-top: 6px;
  }

  .ausstattung-cols li {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .ausstattung-wrap .eyebrow {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
  }
}



/* Robuster Mobil-Fix für iPhone und Android */
@media (max-width: 1024px) {
  .ausstattung-wrap {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 28px 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .ausstattung-cols {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .ausstattung-cols > ul {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ausstattung-cols > ul + ul {
    margin-top: 8px !important;
  }

  .ausstattung-cols li {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .ausstattung-wrap .eyebrow,
  .ausstattung-wrap .inline-style-11 {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }
}



/* Ärzte-Popup: Schließen-Button immer über dem Portrait anzeigen */
.doc-modal-photo > .doc-modal-close{
  position:absolute !important;
  top:14px !important;
  right:14px !important;
  z-index:20 !important;
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  background:rgba(255,255,255,.92) !important;
  color:var(--blue-deep,#0e3049) !important;
  box-shadow:0 3px 12px rgba(8,42,66,.18);
  pointer-events:auto !important;
}
.doc-modal-photo > img{
  z-index:3 !important;
}

/* Abstand vor der Überschrift „Sichere Alternativen“ im Kontaktbereich */

/* Kontaktbereich: Abstand vor „Sichere Alternativen“ und einheitliche Aufzählungen */
.k-form > p + h3 {
  margin-top: 1.35em !important;
  margin-bottom: 0.75em !important;
}

.k-form > ul {
  padding-left: 1.4em;
  margin-top: 0.25em;
  margin-bottom: 0.9em;
  font-size: 0.92em;
  line-height: 1.55;
}

.k-form > ul li {
  padding-left: 0.15em;
  margin-bottom: 0.35em;
}

/* Schwebender Barrierefreiheits-Button mit eigenem Icon */
.accessibility-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 11px 6px 6px;
  min-height: 44px;

  background: rgba(255,255,255,0.56);
  color: #16344a;
  border: 1px solid rgba(22,52,74,0.14);
  border-radius: 999px;

  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;

  box-shadow: 0 5px 18px rgba(0,0,0,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition:
    transform .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.accessibility-icon-img {
  width: 34px;
  height: 34px;
  display: block;
  flex: 0 0 34px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 2px 5px rgba(71,75,170,0.28));
}

.accessibility-label {
  white-space: nowrap;
}

.accessibility-float:hover,
.accessibility-float:focus-visible {
  background: rgba(255,255,255,0.82);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.16);
  outline: 2px solid rgba(82,92,210,0.35);
  outline-offset: 2px;
}

/* Smartphone: nur das Icon, klein und dezent */
@media (max-width: 480px) {
  .accessibility-float {
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 5px;
    justify-content: center;
    background: rgba(255,255,255,0.50);
  }

  .accessibility-label {
    display: none;
  }

  .accessibility-icon-img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

/* ===== Stabiler Hover ohne Wackeln/Vibrieren =====
   Buttons und Navigationslinks verändern beim Hover ihre Position nicht.
   So kann der Mauszeiger am Rand keinen schnellen Hover-an/aus-Zyklus auslösen. */
.btn,
.btn:hover,
.btn:active,
.nav-cta,
.nav-cta:hover,
.nav-cta:active,
.nav-links a,
.nav-links a:hover,
.nav-links a.active {
  transform: none !important;
}

/* Die Navigation behält in allen Zuständen exakt dieselbe Schriftbreite. */
.nav-links-top a,
.nav-links-top a:hover,
.nav-links-top a.active {
  font-weight: 700 !important;
}


/* ===== Navigation vollständig layout-stabil =====
   Beim Scrollen ändern sich nur Farbe/Schatten, niemals Höhe, Padding oder Logo-Größe.
   Dadurch kann die Sticky-Navigation nicht zwischen zwei Größen hin- und herspringen. */
#site-nav,
#site-nav.scrolled {
  height: var(--nav-h) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#site-nav .nav-logo,
#site-nav.scrolled .nav-logo {
  padding: 8px 18px !important;
}

#site-nav .nav-logo img,
#site-nav.scrolled .nav-logo img {
  height: 58px !important;
}

/* Keine geometrischen Hover-/Aktiv-Änderungen in der Desktop-Navigation. */
#site-nav .nav-links a,
#site-nav .nav-links a:hover,
#site-nav .nav-links a:focus-visible,
#site-nav .nav-links a:active,
#site-nav .nav-links a.active,
#site-nav .nav-cta,
#site-nav .nav-cta:hover,
#site-nav .nav-cta:focus-visible,
#site-nav .nav-cta:active {
  transform: none !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

/* Unterstreichung bleibt rein optisch und beeinflusst das Layout nicht. */
#site-nav .nav-links-top a::after {
  pointer-events: none;
}

@media (max-width: 900px) {
  #site-nav,
  #site-nav.scrolled {
    height: var(--nav-h) !important;
  }

  #site-nav .nav-logo,
  #site-nav.scrolled .nav-logo {
    padding: 6px 12px !important;
  }

  #site-nav .nav-logo img,
  #site-nav.scrolled .nav-logo img {
    height: 48px !important;
  }
}


/* ===== FINALER ANTI-VIBRATIONS-FIX =====
   Die Navigation wird bewusst auf einer vollständig opaken, statischen Ebene
   gerendert. Damit muss der Browser die Schrift nicht bei jedem Frame der
   animierten Hintergrund-Canvas neu mit einem backdrop-filter verrechnen. */
#site-nav,
#site-nav.scrolled {
  height: var(--nav-h) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: none !important;
  transform: none !important;
  contain: paint;
}

#site-nav .nav-logo,
#site-nav.scrolled .nav-logo {
  padding: 8px 18px !important;
  transform: none !important;
  transition: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#site-nav .nav-logo img,
#site-nav.scrolled .nav-logo img {
  height: 58px !important;
  transform: none !important;
  transition: none !important;
  filter: none !important;
}

#site-nav .nav-links,
#site-nav .nav-links-row,
#site-nav .nav-links-top,
#site-nav .nav-links-bottom {
  transform: none !important;
}

#site-nav .nav-links-bottom {
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: none !important;
}

#site-nav .nav-links-top a,
#site-nav .nav-links-top a:hover,
#site-nav .nav-links-top a:focus-visible,
#site-nav .nav-links-top a:active,
#site-nav .nav-links-top a.active {
  box-sizing: border-box !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  transform: none !important;
  transition: color .16s ease !important;
  border-bottom: 2px solid transparent !important;
}

#site-nav .nav-links-top a:hover,
#site-nav .nav-links-top a.active {
  border-bottom-color: var(--brand-3, #00AFC8) !important;
}

/* Die frühere scaleX-Unterstreichung erzeugt eine zusätzliche Compositing-Layer. */
#site-nav .nav-links-top a::after {
  display: none !important;
  content: none !important;
  transform: none !important;
  transition: none !important;
}

#site-nav .nav-cta,
#site-nav .nav-cta:hover,
#site-nav .nav-cta:focus-visible,
#site-nav .nav-cta:active {
  transform: none !important;
  transition: background-color .16s ease, color .16s ease, box-shadow .16s ease !important;
}

@media (max-width: 900px) {
  #site-nav,
  #site-nav.scrolled { height: var(--nav-h) !important; }
  #site-nav .nav-logo,
  #site-nav.scrolled .nav-logo { padding: 6px 12px !important; }
  #site-nav .nav-logo img,
  #site-nav.scrolled .nav-logo img { height: 48px !important; }
}

/* ===== Operationsseite: Desktop-/Tablet-Optimierung 2026-08-22 ===== */
/* Der Operationsbereich darf breiter als die übrigen Inhaltsbereiche werden.
   Drei Spalten erst bei wirklich großer CSS-Viewport-Breite; bei Display-
   Skalierung/Browser-Zoom werden automatisch zwei gut lesbare Spalten genutzt. */
#p-operationen > .sec{
  width:100%;
  max-width:1600px;
  margin-inline:auto;
}

#p-operationen .diag-grid{
  width:100%;
  align-items:stretch;
}

#p-operationen .diag-block{
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
  padding:clamp(26px, 2.1vw, 38px) clamp(24px, 2vw, 34px);
}

#p-operationen .diag-block h3{
  margin:.9rem 0 .85rem;
  font-size:clamp(1.15rem, 1.25vw, 1.38rem);
  line-height:1.22;
  hyphens:auto;
  overflow-wrap:normal;
  word-break:normal;
}

#p-operationen .op-title-main{
  display:block;
  font-size:1.08em;
}

#p-operationen .op-title-detail{
  display:block;
  margin-top:.28rem;
  font-size:.78em;
  line-height:1.35;
  font-weight:650;
  letter-spacing:-.02em;
}

#p-operationen .diag-block p,
#p-operationen .diag-block li{
  font-size:clamp(.98rem, .9vw, 1.05rem);
  line-height:1.62;
}

#p-operationen .diag-block ul{
  margin:.1rem 0 0;
  padding:0;
}

#p-operationen .diag-block li{
  padding-top:.62rem;
  padding-bottom:.62rem;
}

#p-operationen .diag-icon{
  width:58px;
  height:58px;
  flex:0 0 auto;
}

#p-operationen .neuelinse-detail-hint{
  margin-top:auto;
  align-self:flex-start;
}

/* Normale Desktopbreite / 24 Zoll mit Skalierung: zwei großzügige Spalten. */
@media (min-width:901px) and (max-width:1499px){
  #p-operationen .diag-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:clamp(22px, 2.4vw, 34px);
  }

  #p-operationen .diag-block:last-child{
    grid-column:1 / -1;
  }

  #p-operationen .diag-block:last-child p{
    max-width:72ch;
  }
}

/* Wirklich große Viewports: drei ausgewogene Karten nebeneinander. */
@media (min-width:1500px){
  #p-operationen .diag-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:clamp(28px, 2.2vw, 40px);
  }
}

/* Mobil bleibt einspaltig und vollständig lesbar. */
@media (max-width:900px){
  #p-operationen .diag-grid{
    grid-template-columns:1fr;
  }
  #p-operationen .diag-block{
    height:auto;
  }
}


/* ───────────────── Patientenhinweise: Karten + Fullscreen-Detailansicht ───────────────── */
#p-hinweise .patient-hints-section{
  max-width:1180px !important;
}

.patient-hints-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(18px,2.2vw,28px);
}

.hint-fullscreen-card{
  min-height:310px;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}

.hint-fullscreen-wide{
  grid-column:span 2;
}

.hint-fullscreen-inner{
  height:100%;
}

.hint-fullscreen-front{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:310px;
  height:100%;
  padding:clamp(26px,3vw,38px);
  border:1px solid rgba(8,42,66,.10);
  border-radius:var(--radius-lg);
  background:
    radial-gradient(circle at 82% 18%, rgba(0,188,212,.12), transparent 32%),
    rgba(255,255,255,.86);
  box-shadow:var(--shadow-light);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow:hidden;
}

.hint-fullscreen-front::before{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  border:2px solid rgba(0,188,212,.10);
  border-radius:50%;
  top:-54px;
  right:-38px;
  box-shadow:0 0 0 34px rgba(0,188,212,.04);
}

.hint-fullscreen-card:hover .hint-fullscreen-front,
.hint-fullscreen-card:focus-visible .hint-fullscreen-front{
  transform:translateY(-2px);
  box-shadow:0 18px 44px rgba(8,42,66,.12);
  border-color:rgba(0,188,212,.24);
}

.hint-fullscreen-card:focus-visible{
  outline:none;
}

.hint-fullscreen-front h3{
  position:relative;
  z-index:1;
  margin:0 0 12px;
  color:var(--blue-deep);
  font-size:clamp(1.25rem,2vw,1.65rem);
  line-height:1.12;
  max-width:22ch;
}

.hint-fullscreen-front p{
  position:relative;
  z-index:1;
  margin:0;
  max-width:46ch;
  color:var(--ink-soft);
  line-height:1.62;
}

.hint-fullscreen-action{
  position:relative;
  z-index:1;
  display:inline-flex;
  margin-top:20px;
  color:var(--teal-dark,var(--blue-mid));
  font-size:.88rem;
  font-weight:750;
}

.hint-fullscreen-content{
  display:none !important;
}

.hint-fullscreen-help{
  margin:18px 2px 0;
  color:var(--ink-soft);
  font-size:.78rem;
  opacity:.72;
}

.hint-fullscreen-overlay[hidden]{
  display:none !important;
}

.hint-fullscreen-overlay{
  position:fixed;
  inset:0;
  z-index:10050;
  display:grid;
  place-items:center;
  padding:clamp(12px,2.2vw,28px);
  background:rgba(6,18,28,.66);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}

.hint-fullscreen-dialog{
  position:relative;
  width:min(1180px,96vw);
  height:min(88vh,900px);
  overflow:hidden;
  border-radius:24px;
  background:rgba(255,255,255,.98);
  box-shadow:0 28px 90px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.65);
}

.hint-fullscreen-body{
  height:100%;
  overflow-y:auto;
  padding:clamp(34px,5vw,70px);
  scrollbar-width:thin;
  scrollbar-color:rgba(0,188,212,.42) transparent;
}

.hint-fullscreen-body::-webkit-scrollbar{width:8px}
.hint-fullscreen-body::-webkit-scrollbar-thumb{
  background:rgba(0,188,212,.38);
  border-radius:999px;
}

.hint-fullscreen-body h3{
  margin:0 3.5rem 1.15rem 0;
  color:var(--blue-deep);
  font-size:clamp(2rem,4vw,3.35rem);
  line-height:1.03;
}

.hint-fullscreen-body p,
.hint-fullscreen-body li{
  color:var(--ink-soft);
  font-size:clamp(1rem,1.35vw,1.2rem);
  line-height:1.68;
}

.hint-fullscreen-body ul{
  list-style:none;
  margin:10px 0 22px;
  padding:0;
}

.hint-fullscreen-body li{
  position:relative;
  padding:7px 0 7px 22px;
}

.hint-fullscreen-body li::before{
  content:"";
  position:absolute;
  left:0;
  top:1.08em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--teal);
}

.hint-fullscreen-close{
  position:absolute;
  top:18px;
  right:20px;
  z-index:2;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#eef4f7;
  color:var(--blue-deep);
  font-size:1.8rem;
  line-height:1;
  cursor:pointer;
}

.hint-fullscreen-close:hover,
.hint-fullscreen-close:focus-visible{
  background:#e1edf2;
}

body.hint-fullscreen-open{
  overflow:hidden;
}

@media (min-width:1200px){
  .patient-hints-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .hint-fullscreen-wide{
    grid-column:span 2;
  }
}

@media (max-width:720px){
  .patient-hints-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .hint-fullscreen-card,
  .hint-fullscreen-wide{
    grid-column:auto;
    min-height:280px;
  }
  .hint-fullscreen-front{
    min-height:280px;
    padding:26px 24px;
  }
  .hint-fullscreen-overlay{
    padding:0;
    align-items:stretch;
  }
  .hint-fullscreen-dialog{
    width:100%;
    height:100%;
    border-radius:0;
  }
  .hint-fullscreen-body{
    padding:74px 24px 34px;
  }
  .hint-fullscreen-close{
    top:14px;
    right:14px;
  }
  .hint-fullscreen-help{
    text-align:center;
  }
}


/* Patientenhinweise – typografische Ausrichtung der Karten */
.hint-fullscreen-front{
  justify-content:flex-start;
  padding-top:clamp(30px,3vw,40px);
  padding-bottom:clamp(26px,2.6vw,34px);
}

.hint-fullscreen-front h3{
  margin:0 0 14px;
  max-width:18ch;
  min-height:2.3em;
  display:flex;
  align-items:flex-end;
  font-size:clamp(1.18rem,1.75vw,1.5rem);
  line-height:1.08;
  letter-spacing:-.02em;
}

.hint-fullscreen-front p{
  max-width:31ch;
  font-size:clamp(.94rem,1.08vw,1.03rem);
  line-height:1.55;
}

.hint-fullscreen-action{
  margin-top:auto;
  padding-top:22px;
  font-size:.84rem;
  line-height:1.25;
}

.hint-fullscreen-wide .hint-fullscreen-front h3{
  max-width:26ch;
}

.hint-fullscreen-wide .hint-fullscreen-front p{
  max-width:58ch;
}

@media (min-width:1200px){
  .hint-fullscreen-card{
    min-height:330px;
  }

  .hint-fullscreen-front{
    min-height:330px;
  }
}

@media (max-width:720px){
  .hint-fullscreen-front h3{
    min-height:auto;
    max-width:22ch;
    font-size:1.35rem;
  }

  .hint-fullscreen-front p{
    max-width:34ch;
  }
}




/* Patientenhinweise – einheitliche Überschriften */
.hint-fullscreen-front h3{
  width:100%;
  max-width:100%;
  min-height:2.35em;
  display:block;
  font-size:clamp(1.18rem,1.75vw,1.5rem);
  line-height:1.08;
  letter-spacing:-.02em;
  hyphens:auto;
  -webkit-hyphens:auto;
  overflow-wrap:normal;
  word-break:normal;
}

@media (min-width:1200px){
  .patient-hints-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .hint-fullscreen-front{
    padding-left:clamp(30px,2.4vw,38px);
    padding-right:clamp(30px,2.4vw,38px);
  }
}


/* ───────────────── Mobile Typografie: zentrierte Ausrichtung ───────────────── */
@media (max-width: 720px){

  .eyebrow,
  .section-title,
  .lead,
  .hero h1,
  .hero-card h1,
  .hero-copy h1,
  .hero-sub,
  .page-head,
  .page-head h1,
  .page-head h2,
  .page-head p,
  .sec > h1,
  .sec > h2,
  .sec > p{
    text-align:center !important;
  }

  .eyebrow{
    width:max-content;
    max-width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero-card,
  .hero-copy,
  .intro-copy,
  .team-intro,
  .team-wrap,
  .about-copy,
  .page-intro{
    text-align:center;
  }

  .hero h1,
  .hero-card h1,
  .hero-copy h1,
  .hero-sub{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero-actions,
  .hero-cta,
  .cta-row{
    justify-content:center !important;
    align-items:center !important;
  }

  .svc,
  .diag-block,
  .lst-card,
  .hint-fullscreen-front{
    text-align:center;
  }

  .svc h3,
  .svc p,
  .diag-block h3,
  .diag-block p,
  .lst-card h3,
  .lst-card p,
  .hint-fullscreen-front h3,
  .hint-fullscreen-front p{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }

  .diag-block ul,
  .lst-card ul{
    display:inline-block;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
  }

  .hint-fullscreen-action{
    justify-content:center;
    align-self:center;
    text-align:center;
  }

  .hint-fullscreen-help{
    text-align:center;
  }

  .hint-fullscreen-front h3{
    max-width:24ch;
  }

  .hint-fullscreen-front p{
    max-width:36ch;
  }

  .svc-ring,
  .lst-ring,
  .diag-icon{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .doctor-card,
  .team-card,
  .member-card{
    text-align:center;
  }

  .loc-card h3,
  .loc-card .loc-label,
  .loc-card .loc-address{
    text-align:center !important;
  }
}


/* ───────────────── Mobile: alle regulären Unterseiten einheitlich zentriert ───────────────── */
@media (max-width: 720px){

  /* Reguläre Inhaltsseiten; Rechtstexte bleiben für längere Lesbarkeit linksbündig. */
  #p-aerzteteam,
  #p-praxisteam,
  #p-leistungen,
  #p-operationen,
  #p-sehschule,
  #p-hinweise,
  #p-faq,
  #p-standorte,
  #p-kontakt,
  #p-anamnese{
    text-align:center;
  }

  /* Seiteneinstiege */
  #p-aerzteteam .section-title,
  #p-aerzteteam .lead,
  #p-praxisteam .section-title,
  #p-praxisteam .lead,
  #p-leistungen .section-title,
  #p-leistungen .lead,
  #p-operationen .section-title,
  #p-operationen .lead,
  #p-sehschule .section-title,
  #p-sehschule .lead,
  #p-hinweise .section-title,
  #p-hinweise .lead,
  #p-faq .section-title,
  #p-faq .lead,
  #p-standorte .section-title,
  #p-standorte .lead,
  #p-kontakt .section-title,
  #p-kontakt .lead,
  #p-anamnese .section-title,
  #p-anamnese .lead{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  /* Alle Eyebrows der regulären Unterseiten */
  #p-aerzteteam .eyebrow,
  #p-praxisteam .eyebrow,
  #p-leistungen .eyebrow,
  #p-operationen .eyebrow,
  #p-sehschule .eyebrow,
  #p-hinweise .eyebrow,
  #p-faq .eyebrow,
  #p-standorte .eyebrow,
  #p-kontakt .eyebrow,
  #p-anamnese .eyebrow{
    width:max-content;
    max-width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }

  /* Medizinische Karten */
  #p-leistungen .diag-block,
  #p-leistungen .lst-card,
  #p-operationen .diag-block,
  #p-operationen .lst-card,
  #p-sehschule .diag-block,
  #p-sehschule .lst-card{
    text-align:center !important;
  }

  #p-leistungen .diag-block h3,
  #p-leistungen .diag-block p,
  #p-leistungen .lst-card h3,
  #p-leistungen .lst-card p,
  #p-operationen .diag-block h3,
  #p-operationen .diag-block p,
  #p-operationen .lst-card h3,
  #p-operationen .lst-card p,
  #p-sehschule .diag-block h3,
  #p-sehschule .diag-block p,
  #p-sehschule .lst-card h3,
  #p-sehschule .lst-card p{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  #p-leistungen .diag-icon,
  #p-operationen .diag-icon,
  #p-sehschule .diag-icon,
  #p-leistungen .lst-ring,
  #p-operationen .lst-ring,
  #p-sehschule .lst-ring{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  /* IVOM-Titel als zusammengehöriger zentrierter Block */
  #p-operationen .op-title-ivom{
    text-align:center !important;
    align-items:center !important;
  }

  #p-operationen .op-title-main,
  #p-operationen .op-title-detail{
    display:block;
    text-align:center !important;
  }

  /* Aufzählungen bleiben als Liste gut lesbar, stehen aber als Block mittig. */
  #p-leistungen .diag-block ul,
  #p-leistungen .lst-card ul,
  #p-operationen .diag-block ul,
  #p-operationen .lst-card ul,
  #p-sehschule .diag-block ul,
  #p-sehschule .lst-card ul{
    display:inline-block;
    max-width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:left !important;
  }

  /* Ärzteteam */
  #p-aerzteteam .doc-row-info,
  #p-aerzteteam .doc-row-name,
  #p-aerzteteam .doc-row-role,
  #p-aerzteteam .doc-row-loc{
    text-align:center !important;
  }

  /* Praxisteam */
  #p-praxisteam .praxisteam-intro,
  #p-praxisteam .praxisteam-team,
  #p-praxisteam h1,
  #p-praxisteam h2,
  #p-praxisteam h3,
  #p-praxisteam p{
    text-align:center !important;
  }

  /* Patientenhinweise */
  #p-hinweise .hint-fullscreen-front,
  #p-hinweise .hint-fullscreen-front h3,
  #p-hinweise .hint-fullscreen-front p,
  #p-hinweise .hint-fullscreen-action,
  #p-hinweise .hint-fullscreen-help{
    text-align:center !important;
  }

  #p-hinweise .hint-fullscreen-front h3,
  #p-hinweise .hint-fullscreen-front p{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  #p-hinweise .hint-fullscreen-action{
    align-self:center !important;
    justify-content:center !important;
  }

  /* FAQ */
  #p-faq .faq-item,
  #p-faq .faq-question,
  #p-faq .faq-answer{
    text-align:center !important;
  }

  #p-faq .faq-answer ul,
  #p-faq .faq-answer ol{
    display:inline-block;
    text-align:left !important;
  }

  /* Standorte */
  #p-standorte .loc-card,
  #p-standorte .loc-card h3,
  #p-standorte .loc-label,
  #p-standorte .loc-address,
  #p-standorte .loc-phone,
  #p-standorte .loc-mail{
    text-align:center !important;
  }

  /* Öffnungszeiten als strukturierte Zeilen nicht künstlich zentrieren. */
  #p-standorte .hours,
  #p-standorte .hours-row,
  #p-standorte table{
    text-align:left !important;
  }

  /* Kontakt / Anamnese */
  #p-kontakt h1,
  #p-kontakt h2,
  #p-kontakt h3,
  #p-kontakt p,
  #p-anamnese h1,
  #p-anamnese h2,
  #p-anamnese h3,
  #p-anamnese p{
    text-align:center !important;
  }

  /* Formulare selbst bleiben links beschriftet – besser bedienbar. */
  #p-kontakt form,
  #p-anamnese form,
  #p-kontakt label,
  #p-anamnese label,
  #p-kontakt input,
  #p-anamnese input,
  #p-kontakt textarea,
  #p-anamnese textarea,
  #p-kontakt select,
  #p-anamnese select{
    text-align:left !important;
  }
}


/* Startseite mobil: "Unser Leistungsspektrum" exakt zentrieren */
@media (max-width: 720px){
  #home .eyebrow{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
}


/* FIX: Startseite mobil – "Unser Leistungsspektrum" wirklich mittig */
@media (max-width: 720px){
  #p-home .sec-dark > .eyebrow.eyebrow-lt{
    display:flex !important;
    width:max-content !important;
    max-width:calc(100% - 32px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    justify-content:center !important;
  }
}


/* ───────────────── FAQ: Fullscreen wie Patientenhinweise ───────────────── */
#p-faq .faq-answer{
  display:none !important;
  max-height:none !important;
}

#p-faq .faq-item.open .faq-answer{
  display:none !important;
}

#p-faq .faq-question{
  cursor:pointer;
}

#p-faq .faq-question:focus-visible{
  outline:2px solid var(--teal);
  outline-offset:4px;
}

/* Plus bleibt als eindeutiger Hinweis: Klick öffnet die Vollansicht. */
#p-faq .faq-item.open .faq-icon::after{
  transform:none !important;
}

/* Darstellung des FAQ-Inhalts innerhalb des vorhandenen Fullscreen-Overlays */
.hint-fullscreen-body .faq-fullscreen-title{
  margin:0 3.5rem 1.6rem 0;
}

.hint-fullscreen-body .faq-fullscreen-content{
  max-width:900px;
}

.hint-fullscreen-body .faq-fullscreen-content h3{
  margin:1.75rem 0 .55rem;
  color:var(--blue-deep);
  font-size:clamp(1.15rem,2vw,1.5rem);
  line-height:1.25;
  text-decoration:none;
}

.hint-fullscreen-body .faq-fullscreen-content h3:first-child{
  margin-top:0;
}

.hint-fullscreen-body .faq-fullscreen-content p{
  margin:.4rem 0 1rem;
}

@media (max-width:720px){
  #p-faq .faq-question{
    text-align:center !important;
  }

  #p-faq .faq-question > span:first-child{
    flex:1;
    text-align:center !important;
  }

  .hint-fullscreen-body .faq-fullscreen-title{
    margin-right:2.8rem;
    text-align:left !important;
  }

  .hint-fullscreen-body .faq-fullscreen-content,
  .hint-fullscreen-body .faq-fullscreen-content h3,
  .hint-fullscreen-body .faq-fullscreen-content p{
    text-align:left !important;
  }
}


/* ───────────────── Interaktions-Feinschliff: Patientenhinweise + FAQ ───────────────── */

/* Einheitliche interaktive Karten */
#p-hinweise .hint-fullscreen-front,
#p-faq .faq-item{
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background-color .18s ease,
    transform .18s ease;
}

@media (hover:hover) and (pointer:fine){
  #p-hinweise .hint-fullscreen-card:hover .hint-fullscreen-front,
  #p-faq .faq-item:hover{
    border-color:rgba(0,188,212,.34) !important;
    box-shadow:0 16px 40px rgba(8,42,66,.11) !important;
    transform:translateY(-1px);
  }
}

/* FAQ: Pfeil statt Accordion-Plus */
#p-faq .faq-open-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:2.5rem;
  height:2.5rem;
  flex:0 0 2.5rem;
  border-radius:50%;
  border:1px solid rgba(0,188,212,.28);
  color:var(--teal);
  font-size:1.35rem;
  font-weight:700;
  line-height:1;
  transition:
    transform .18s ease,
    background-color .18s ease,
    border-color .18s ease;
}

@media (hover:hover) and (pointer:fine){
  #p-faq .faq-item:hover .faq-open-icon{
    transform:translateX(2px);
    background:rgba(0,188,212,.07);
    border-color:rgba(0,188,212,.42);
  }
}

/* Gleiches Fullscreen-Layout für FAQ und Patientenhinweise */
.hint-fullscreen-dialog{
  width:min(1120px,96vw);
  height:min(88vh,900px);
}

.hint-fullscreen-body{
  max-width:100%;
  margin:0 auto;
  padding:clamp(34px,5vw,68px);
}

.hint-fullscreen-body > *{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
}

.hint-fullscreen-body h3{
  max-width:860px;
}

/* Einheitlicher Close-Button */
.hint-fullscreen-close{
  width:46px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(8,42,66,.06);
  box-shadow:0 4px 16px rgba(8,42,66,.06);
  transition:
    transform .16s ease,
    background-color .16s ease,
    box-shadow .16s ease;
}

.hint-fullscreen-close:hover,
.hint-fullscreen-close:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 7px 20px rgba(8,42,66,.10);
}

/* Sanftes Einblenden / leichtes Hochgleiten */
.hint-fullscreen-overlay{
  opacity:1;
}

.hint-fullscreen-overlay:not([hidden]){
  animation:hintOverlayFade .20s ease both;
}

.hint-fullscreen-overlay:not([hidden]) .hint-fullscreen-dialog{
  animation:hintDialogIn .24s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes hintOverlayFade{
  from{opacity:0}
  to{opacity:1}
}

@keyframes hintDialogIn{
  from{
    opacity:0;
    transform:translateY(8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* Subtiles Mikrofeedback auf auslösender Karte */
.hint-interaction-pulse{
  animation:hintCardPulse .18s ease both;
}

@keyframes hintCardPulse{
  0%{
    box-shadow:var(--shadow-light);
    border-color:rgba(8,42,66,.10);
  }
  50%{
    box-shadow:0 16px 38px rgba(0,188,212,.10);
    border-color:rgba(0,188,212,.42);
  }
  100%{
    box-shadow:var(--shadow-light);
    border-color:rgba(8,42,66,.10);
  }
}

/* FAQ-Karten bekommen denselben ruhigen Radius/Randcharakter wie Hinweise */
#p-faq .faq-item{
  border:1px solid rgba(8,42,66,.10);
  box-shadow:var(--shadow-light);
}

/* Längere Fullscreen-Texte besser lesbar strukturieren */
.hint-fullscreen-body .faq-fullscreen-content{
  max-width:860px;
}

.hint-fullscreen-body .faq-fullscreen-content p{
  margin:.55rem 0 1.15rem;
  line-height:1.72;
}

.hint-fullscreen-body .faq-fullscreen-content h3{
  margin:1.9rem 0 .65rem;
  padding-top:.2rem;
  font-size:clamp(1.15rem,2vw,1.45rem);
  line-height:1.25;
}

.hint-fullscreen-body .faq-fullscreen-content h3 + p{
  margin-top:.25rem;
}

.hint-fullscreen-body .faq-fullscreen-content strong{
  color:var(--blue-deep);
  font-weight:750;
}

.hint-fullscreen-body .faq-fullscreen-content ul,
.hint-fullscreen-body .faq-fullscreen-content ol{
  margin:1rem 0 1.4rem;
}

.hint-fullscreen-body .faq-fullscreen-content li{
  margin:.2rem 0;
}

/* Patientenhinweise und FAQ: gleiche maximale Textbreite */
.hint-fullscreen-body .hint-fullscreen-source,
.hint-fullscreen-body .faq-fullscreen-content{
  max-width:860px;
}

/* Mobil bleibt ruhig und ohne unnötige Bewegung */
@media (max-width:720px){
  .hint-fullscreen-dialog{
    width:100%;
    height:100%;
  }

  .hint-fullscreen-body{
    padding:74px 24px 36px;
  }

  #p-faq .faq-open-icon{
    width:2.25rem;
    height:2.25rem;
    flex-basis:2.25rem;
  }
}

@media (prefers-reduced-motion:reduce){
  .hint-fullscreen-overlay:not([hidden]),
  .hint-fullscreen-overlay:not([hidden]) .hint-fullscreen-dialog,
  .hint-interaction-pulse{
    animation:none !important;
  }

  #p-hinweise .hint-fullscreen-front,
  #p-faq .faq-item,
  #p-faq .faq-open-icon,
  .hint-fullscreen-close{
    transition:none !important;
  }
}


/* FIX FAQ: altes Plus/Minus-Pseudoelement vollständig deaktivieren */
#p-faq .faq-icon.faq-open-icon::before,
#p-faq .faq-icon.faq-open-icon::after{
  content:none !important;
  display:none !important;
}

#p-faq .faq-icon.faq-open-icon{
  position:relative;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:2.45rem !important;
  height:2.45rem !important;
  flex:0 0 2.45rem;
  border:1px solid rgba(0,188,212,.26);
  border-radius:50%;
  color:var(--teal);
  background:rgba(255,255,255,.35);
  font-size:1.3rem;
  font-weight:700;
  line-height:1;
  transition:transform .18s ease, background-color .18s ease, border-color .18s ease;
}

@media (hover:hover) and (pointer:fine){
  #p-faq .faq-item:hover .faq-open-icon{
    transform:translateX(2px);
    background:rgba(0,188,212,.07);
    border-color:rgba(0,188,212,.42);
  }
}

@media (max-width:720px){
  #p-faq .faq-icon.faq-open-icon{
    width:2.25rem !important;
    height:2.25rem !important;
    flex-basis:2.25rem;
    font-size:1.2rem;
  }
}


/* ───────────────── Desktop/Tablet: Seiteneinstiege harmonisieren ─────────────────
   Ziel:
   - Eyebrow + H1 + kurze Einleitung mittig auf regulären Inhaltsseiten
   - Karten, Listen, Kontakt-/Standortdaten weiterhin funktional lesbar
   - Hero bleibt bewusst markanter
   - Abstand Eyebrow → H1 wird NICHT reduziert
────────────────────────────────────────────────────────────────────────────── */

/* Tablet + Desktop */
@media (min-width: 721px){

  /* Reguläre Seiteneinstiege zentrieren */
  #p-aerzteteam .page-head,
  #p-praxisteam .page-head,
  #p-leistungen .page-head,
  #p-operationen .page-head,
  #p-sehschule .page-head,
  #p-hinweise .page-head,
  #p-faq .page-head,
  #p-standorte .page-head{
    text-align:center;
  }

  #p-aerzteteam .page-head .eyebrow,
  #p-praxisteam .page-head .eyebrow,
  #p-leistungen .page-head .eyebrow,
  #p-operationen .page-head .eyebrow,
  #p-sehschule .page-head .eyebrow,
  #p-hinweise .page-head .eyebrow,
  #p-faq .page-head .eyebrow,
  #p-standorte .page-head .eyebrow{
    width:max-content;
    max-width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }

  #p-aerzteteam .page-head h1,
  #p-praxisteam .page-head h1,
  #p-leistungen .page-head h1,
  #p-operationen .page-head h1,
  #p-sehschule .page-head h1,
  #p-hinweise .page-head h1,
  #p-faq .page-head h1,
  #p-standorte .page-head h1{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    max-width:14ch;
  }

  #p-aerzteteam .page-head > p,
  #p-praxisteam .page-head > p,
  #p-leistungen .page-head > p,
  #p-operationen .page-head > p,
  #p-sehschule .page-head > p,
  #p-hinweise .page-head > p,
  #p-faq .page-head > p,
  #p-standorte .page-head > p{
    max-width:64ch;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }

  /* Kontakt bleibt in seiner funktionalen 2-Spalten-Komposition.
     Nur der Seiteneinstieg bekommt eine ruhige, mittige Hierarchie. */
  #p-kontakt .page-head{
    text-align:center;
  }

  #p-kontakt .page-head .eyebrow{
    width:max-content;
    max-width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  #p-kontakt .page-head h1,
  #p-kontakt .page-head > p{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }

  #p-kontakt .page-head > p{
    max-width:64ch;
  }

  /* Karten-/Inhaltsraster als Gruppe optisch mittig halten */
  #p-leistungen .grid,
  #p-operationen .grid,
  #p-hinweise .patient-hints-grid,
  #p-faq .faq-list,
  #p-standorte .locations-grid{
    margin-left:auto;
    margin-right:auto;
  }
}

/* Typografie-Hierarchie: gleiche Schriftart, nur harmonisierte Größen/Gewichte */
@media (min-width: 721px){

  /* Eyebrows erhalten mehr Präsenz, ohne den Abstand zur H1 zu verändern */
  #p-aerzteteam .page-head .eyebrow,
  #p-praxisteam .page-head .eyebrow,
  #p-leistungen .page-head .eyebrow,
  #p-operationen .page-head .eyebrow,
  #p-sehschule .page-head .eyebrow,
  #p-hinweise .page-head .eyebrow,
  #p-faq .page-head .eyebrow,
  #p-standorte .page-head .eyebrow,
  #p-kontakt .page-head .eyebrow{
    font-size:clamp(.98rem,1.15vw,1.08rem) !important;
    font-weight:750 !important;
    letter-spacing:.095em !important;
  }

  /* Unterseiten-H1 bewusst etwas ruhiger als der Hero */
  #p-aerzteteam .page-head h1,
  #p-praxisteam .page-head h1,
  #p-leistungen .page-head h1,
  #p-operationen .page-head h1,
  #p-sehschule .page-head h1,
  #p-hinweise .page-head h1,
  #p-faq .page-head h1,
  #p-standorte .page-head h1,
  #p-kontakt .page-head h1{
    font-size:clamp(3.35rem,5.25vw,5.35rem) !important;
    line-height:1.00 !important;
    letter-spacing:-.035em !important;
  }

  /* Einleitungstext etwas ruhiger und kontrollierter */
  #p-aerzteteam .page-head > p,
  #p-praxisteam .page-head > p,
  #p-leistungen .page-head > p,
  #p-operationen .page-head > p,
  #p-sehschule .page-head > p,
  #p-hinweise .page-head > p,
  #p-faq .page-head > p,
  #p-standorte .page-head > p,
  #p-kontakt .page-head > p{
    line-height:1.62 !important;
  }
}

/* Tablet etwas kompakter, weiterhin zentriert */
@media (min-width:721px) and (max-width:1100px){
  #p-aerzteteam .page-head h1,
  #p-praxisteam .page-head h1,
  #p-leistungen .page-head h1,
  #p-operationen .page-head h1,
  #p-sehschule .page-head h1,
  #p-hinweise .page-head h1,
  #p-faq .page-head h1,
  #p-standorte .page-head h1,
  #p-kontakt .page-head h1{
    font-size:clamp(3rem,6.6vw,4.5rem) !important;
    max-width:15ch;
  }
}


/* ───────────────── Desktop: Überschriftenbreiten gezielt harmonisieren ───────────────── */
@media (min-width: 1200px){

  /* Kurze/mittlere Überschriften: auf breiten Displays möglichst einzeilig */
  #p-aerzteteam .page-head h1,
  #p-leistungen .page-head h1,
  #p-operationen .page-head h1,
  #p-hinweise .page-head h1,
  #p-faq .page-head h1,
  #p-kontakt .page-head h1{
    max-width:none !important;
    width:max-content;
    max-inline-size:100%;
    white-space:nowrap;
  }

  /* Ärzteteam: "Unser Verständnis von Augenheilkunde" */
  #p-aerzteteam .page-head h1{
    font-size:clamp(3.15rem,4.4vw,4.75rem) !important;
  }

  /* Patientenhinweise: "Gut vorbereitet zu Ihrem Termin" */
  #p-hinweise .page-head h1{
    font-size:clamp(3.15rem,4.3vw,4.65rem) !important;
  }

  /* FAQ / Leistungen / Operationen / Kontakt dürfen großzügiger laufen */
  #p-leistungen .page-head h1,
  #p-operationen .page-head h1,
  #p-faq .page-head h1,
  #p-kontakt .page-head h1{
    font-size:clamp(3.2rem,4.55vw,4.85rem) !important;
  }

  /* Sehschule bewusst auf zwei Zeilen:
     "Sehschwäche frühzeitig erkennen"
     "und effektiv therapieren" */
  #p-sehschule .page-head h1{
    max-width:18.5ch !important;
    width:auto;
    text-wrap:balance;
    font-size:clamp(3.15rem,4.5vw,4.8rem) !important;
  }

  /* Standorte bewusst auf zwei Zeilen */
  #p-standorte .page-head h1{
    max-width:18ch !important;
    width:auto;
    text-wrap:balance;
    font-size:clamp(3.15rem,4.45vw,4.75rem) !important;
  }
}

/* Große Tablets / kleine Laptops:
   keine erzwungene Einzeiligkeit – natürliche, saubere Umbrüche */
@media (min-width: 900px) and (max-width: 1199px){
  #p-aerzteteam .page-head h1,
  #p-leistungen .page-head h1,
  #p-operationen .page-head h1,
  #p-hinweise .page-head h1,
  #p-faq .page-head h1,
  #p-kontakt .page-head h1{
    white-space:normal !important;
    max-width:18ch !important;
    text-wrap:balance;
  }

  #p-sehschule .page-head h1,
  #p-standorte .page-head h1{
    max-width:17ch !important;
    text-wrap:balance;
  }
}


/* ───────────────── KORREKTUR: tatsächliche Seitenstruktur ─────────────────
   Die Seiteneinstiege verwenden .sec.inline-style-6, nicht .page-head.
────────────────────────────────────────────────────────────────────────────── */

@media (min-width: 721px){

  /* Seiteneinstiege auf Tablet/Desktop zentrieren */
  #p-aerzteteam > .sec.inline-style-6,
  #p-praxisteam > .sec.inline-style-6,
  #p-leistungen > .sec.inline-style-6,
  #p-operationen > .sec.inline-style-6,
  #p-sehschule > .sec.inline-style-6,
  #p-hinweise > .sec.inline-style-6,
  #p-faq > .sec.inline-style-6,
  #p-standorte > .sec.inline-style-6,
  #p-kontakt > .sec.inline-style-6{
    text-align:center !important;
  }

  #p-aerzteteam > .sec.inline-style-6 .eyebrow,
  #p-praxisteam > .sec.inline-style-6 .eyebrow,
  #p-leistungen > .sec.inline-style-6 .eyebrow,
  #p-operationen > .sec.inline-style-6 .eyebrow,
  #p-sehschule > .sec.inline-style-6 .eyebrow,
  #p-hinweise > .sec.inline-style-6 .eyebrow,
  #p-faq > .sec.inline-style-6 .eyebrow,
  #p-standorte > .sec.inline-style-6 .eyebrow,
  #p-kontakt > .sec.inline-style-6 .eyebrow{
    width:max-content !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    font-size:clamp(.98rem,1.15vw,1.08rem) !important;
    font-weight:750 !important;
    letter-spacing:.095em !important;
  }

  #p-aerzteteam > .sec.inline-style-6 .section-title,
  #p-praxisteam > .sec.inline-style-6 .section-title,
  #p-leistungen > .sec.inline-style-6 .section-title,
  #p-operationen > .sec.inline-style-6 .section-title,
  #p-sehschule > .sec.inline-style-6 .section-title,
  #p-hinweise > .sec.inline-style-6 .section-title,
  #p-faq > .sec.inline-style-6 .section-title,
  #p-standorte > .sec.inline-style-6 .section-title,
  #p-kontakt > .sec.inline-style-6 .section-title{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    line-height:1.00 !important;
    letter-spacing:-.035em !important;
  }

  #p-aerzteteam > .sec.inline-style-6 .lead,
  #p-praxisteam > .sec.inline-style-6 .lead,
  #p-leistungen > .sec.inline-style-6 .lead,
  #p-operationen > .sec.inline-style-6 .lead,
  #p-sehschule > .sec.inline-style-6 .lead,
  #p-hinweise > .sec.inline-style-6 .lead,
  #p-faq > .sec.inline-style-6 .lead,
  #p-standorte > .sec.inline-style-6 .lead,
  #p-kontakt > .sec.inline-style-6 .lead{
    max-width:64ch !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    line-height:1.62 !important;
  }
}

/* Breite Desktop-Ansicht: kurze/mittlere Titel wirklich einzeilig */
@media (min-width: 1200px){

  #p-aerzteteam > .sec.inline-style-6 .section-title,
  #p-leistungen > .sec.inline-style-6 .section-title,
  #p-operationen > .sec.inline-style-6 .section-title,
  #p-hinweise > .sec.inline-style-6 .section-title,
  #p-faq > .sec.inline-style-6 .section-title,
  #p-kontakt > .sec.inline-style-6 .section-title{
    width:max-content !important;
    max-width:100% !important;
    white-space:nowrap !important;
  }

  #p-aerzteteam > .sec.inline-style-6 .section-title{
    font-size:clamp(3.05rem,4.15vw,4.55rem) !important;
  }

  #p-leistungen > .sec.inline-style-6 .section-title,
  #p-operationen > .sec.inline-style-6 .section-title,
  #p-faq > .sec.inline-style-6 .section-title,
  #p-kontakt > .sec.inline-style-6 .section-title{
    font-size:clamp(3.15rem,4.35vw,4.75rem) !important;
  }

  #p-hinweise > .sec.inline-style-6 .section-title{
    font-size:clamp(3.05rem,4.05vw,4.45rem) !important;
  }

  /* Sehschule bewusst zweizeilig */
  #p-sehschule > .sec.inline-style-6 .section-title{
    max-width:19ch !important;
    white-space:normal !important;
    text-wrap:balance;
    font-size:clamp(3.05rem,4.2vw,4.55rem) !important;
  }

  /* Standorte bewusst zweizeilig */
  #p-standorte > .sec.inline-style-6 .section-title{
    max-width:18.5ch !important;
    white-space:normal !important;
    text-wrap:balance;
    font-size:clamp(3.05rem,4.15vw,4.5rem) !important;
  }
}

/* Tablet / kleinere Laptops: keine erzwungene Einzeiligkeit */
@media (min-width: 721px) and (max-width: 1199px){
  #p-aerzteteam > .sec.inline-style-6 .section-title,
  #p-praxisteam > .sec.inline-style-6 .section-title,
  #p-leistungen > .sec.inline-style-6 .section-title,
  #p-operationen > .sec.inline-style-6 .section-title,
  #p-sehschule > .sec.inline-style-6 .section-title,
  #p-hinweise > .sec.inline-style-6 .section-title,
  #p-faq > .sec.inline-style-6 .section-title,
  #p-standorte > .sec.inline-style-6 .section-title,
  #p-kontakt > .sec.inline-style-6 .section-title{
    white-space:normal !important;
    max-width:18ch !important;
    text-wrap:balance;
    font-size:clamp(3rem,6.4vw,4.35rem) !important;
  }
}


/* ───────────────── Patientenhinweise: Desktop-/Tablet-Raster ─────────────────
   Reihe 1:
   Mitbringen | Pupillenerweiterung | Kontaktlinsen | Wartezeiten
   Reihe 2:
   Begleitpersonen | augenärztliche Untersuchung (breit, 2 Spalten) | Parken
────────────────────────────────────────────────────────────────────────────── */

@media (min-width: 900px){

  #p-hinweise .hint-fullscreen-grid{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    gap:24px !important;
    align-items:stretch !important;
  }

  /* Vorhandene Reihenfolge im HTML:
     1 Mitbringen
     2 Pupillenerweiterung
     3 Kontaktlinsen
     4 Begleitpersonen
     5 augenärztliche Untersuchung
     6 Wartezeiten
     7 Parken
  */

  #p-hinweise .hint-fullscreen-card:nth-child(1){
    grid-column:1 !important;
    grid-row:1 !important;
  }

  #p-hinweise .hint-fullscreen-card:nth-child(2){
    grid-column:2 !important;
    grid-row:1 !important;
  }

  #p-hinweise .hint-fullscreen-card:nth-child(3){
    grid-column:3 !important;
    grid-row:1 !important;
  }

  #p-hinweise .hint-fullscreen-card:nth-child(6){
    grid-column:4 !important;
    grid-row:1 !important;
  }

  #p-hinweise .hint-fullscreen-card:nth-child(4){
    grid-column:1 !important;
    grid-row:2 !important;
  }

  #p-hinweise .hint-fullscreen-card:nth-child(5){
    grid-column:2 / span 2 !important;
    grid-row:2 !important;
  }

  #p-hinweise .hint-fullscreen-card:nth-child(7){
    grid-column:4 !important;
    grid-row:2 !important;
  }

  /* Alle normalen Karten bleiben gleich hoch und gleichartig. */
  #p-hinweise .hint-fullscreen-card{
    min-width:0 !important;
  }

  #p-hinweise .hint-fullscreen-front{
    height:100% !important;
  }

  /* Breite Hinweiskachel in Reihe 2: Inhalt weiterhin ruhig und linksbündig. */
  #p-hinweise .hint-fullscreen-card:nth-child(5) .hint-fullscreen-front{
    width:100% !important;
  }
}

/* Kleinere Tablets: 3 Spalten statt 4, damit nichts gequetscht wird. */
@media (min-width: 721px) and (max-width: 899px){
  #p-hinweise .hint-fullscreen-grid{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:20px !important;
  }

  #p-hinweise .hint-fullscreen-card{
    grid-column:auto !important;
    grid-row:auto !important;
  }

  #p-hinweise .hint-fullscreen-card:nth-child(5){
    grid-column:span 2 !important;
  }
}


/* ───────────────── Patientenhinweise – finales Desktop-Raster ─────────────────
   4 exakt gleich breite Spalten und überall derselbe Abstand.

   Reihe 1:
   Mitbringen | Pupillenerweiterung | Kontaktlinsen | Wartezeiten

   Reihe 2:
   Begleitpersonen | augenärztliche Untersuchung (2 Spalten) | Parken

   Links und rechts der breiten Mittelkachel stehen damit exakt gleich
   große Einzelkacheln.
────────────────────────────────────────────────────────────────────────────── */

@media (min-width: 900px){

  #p-hinweise .patient-hints-grid{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    gap:24px !important;
    column-gap:24px !important;
    row-gap:24px !important;
    align-items:stretch !important;
    width:100% !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card{
    min-width:0 !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    align-self:stretch !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card .hint-fullscreen-inner,
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card .hint-fullscreen-front{
    height:100% !important;
    min-height:100% !important;
    width:100% !important;
    box-sizing:border-box !important;
  }

  /* Reihe 1 */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(1){
    grid-column:1 !important;
    grid-row:1 !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(2){
    grid-column:2 !important;
    grid-row:1 !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(3){
    grid-column:3 !important;
    grid-row:1 !important;
  }

  /* Wartezeiten ist im HTML Karte 6 */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(6){
    grid-column:4 !important;
    grid-row:1 !important;
  }

  /* Reihe 2 */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(4){
    grid-column:1 !important;
    grid-row:2 !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(5){
    grid-column:2 / span 2 !important;
    grid-row:2 !important;
  }

  /* Parken ist im HTML Karte 7 */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(7){
    grid-column:4 !important;
    grid-row:2 !important;
  }

  /* Eine eventuell ältere Wide-Regel darf die Geometrie nicht verändern. */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card.hint-fullscreen-wide{
    width:auto !important;
    max-width:none !important;
  }
}

/* Kleinere Tablets bleiben flexibel und werden nicht in vier schmale Spalten gezwungen. */
@media (min-width:721px) and (max-width:899px){
  #p-hinweise .patient-hints-grid{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:20px !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card{
    grid-column:auto !important;
    grid-row:auto !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(5){
    grid-column:1 / -1 !important;
  }
}


/* ───────────────── Patientenhinweise – finales breites Desktop-Raster ─────────────────
   Wichtig: Die bisherige Section war auf 900/1180px begrenzt. Dadurch wurden
   vier Spalten zu schmal und Wörter künstlich getrennt.
────────────────────────────────────────────────────────────────────────────── */

@media (min-width:1200px){

  /* Nur den Kachelbereich breiter machen, nicht die gesamte Seite */
  #p-hinweise > .patient-hints-section,
  #p-hinweise > .sec.inline-style-21.patient-hints-section{
    max-width:1480px !important;
    width:calc(100% - 64px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  #p-hinweise .patient-hints-grid{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0,1fr)) !important;
    gap:28px !important;
    column-gap:28px !important;
    row-gap:28px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    align-items:stretch !important;
  }

  /* Exakte Reihenfolge */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(1){
    grid-column:1 !important; grid-row:1 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(2){
    grid-column:2 !important; grid-row:1 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(3){
    grid-column:3 !important; grid-row:1 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(6){
    grid-column:4 !important; grid-row:1 !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(4){
    grid-column:1 !important; grid-row:2 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(5){
    grid-column:2 / span 2 !important; grid-row:2 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(7){
    grid-column:4 !important; grid-row:2 !important;
  }

  /* Gleiche Kachelgeometrie */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card{
    min-width:0 !important;
    min-height:330px !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    align-self:stretch !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card .hint-fullscreen-inner,
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card .hint-fullscreen-front{
    width:100% !important;
    height:100% !important;
    min-height:330px !important;
    box-sizing:border-box !important;
  }

  /* Ruhige Innenabstände, auf allen Einzelkacheln identisch */
  #p-hinweise .hint-fullscreen-front{
    padding:34px 34px 30px !important;
  }

  /* Keine unschönen automatischen Worttrennungen auf Desktop */
  #p-hinweise .hint-fullscreen-front h3{
    hyphens:none !important;
    -webkit-hyphens:none !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    max-width:100% !important;
    min-height:0 !important;
    font-size:clamp(1.22rem,1.35vw,1.48rem) !important;
    line-height:1.12 !important;
  }

  #p-hinweise .hint-fullscreen-front p{
    max-width:100% !important;
    font-size:clamp(.96rem,1vw,1.04rem) !important;
    line-height:1.55 !important;
  }

  /* Die breite Mittelkachel darf ihren Platz auch typografisch nutzen */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(5) .hint-fullscreen-front h3,
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(5) .hint-fullscreen-front p{
    max-width:90% !important;
  }

  /* Alte Wide-Regeln vollständig neutralisieren */
  #p-hinweise .hint-fullscreen-wide{
    width:auto !important;
    max-width:none !important;
  }
}

/* Mittlere Desktop-/Tabletbreite: lieber 3 Spalten als vier gequetschte */
@media (min-width:900px) and (max-width:1199px){
  #p-hinweise > .patient-hints-section,
  #p-hinweise > .sec.inline-style-21.patient-hints-section{
    max-width:1100px !important;
    width:calc(100% - 48px) !important;
  }

  #p-hinweise .patient-hints-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:24px !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card{
    grid-column:auto !important;
    grid-row:auto !important;
  }

  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(5){
    grid-column:span 2 !important;
  }
}


/* ───────────────── Startseite #das-augenzentrum:
   Typografie an die übrigen Seiteneinstiege angleichen.
   Schriftart, Schriftfarbe und Position bleiben unverändert.
────────────────────────────────────────────────────────────────────────────── */

/* "Gemeinschaftspraxis für Augenheilkunde":
   gleiche typografische Gewichtung wie die Eyebrows der Unterseiten,
   aber weiterhin links an exakt derselben Stelle im Hero. */
@media (min-width:721px){
  #p-home .hero-copy > .eyebrow{
    font-size:clamp(.98rem,1.15vw,1.08rem) !important;
    font-weight:750 !important;
    letter-spacing:.095em !important;

    /* Lokalisation ausdrücklich beibehalten */
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:left !important;
  }

  /* Text unter der großen Hero-Überschrift:
     ruhigeres Größen-/Zeilenverhältnis wie bei den Einleitungstexten
     der übrigen Seiten. Farbe und Position bleiben bestehen. */
  #p-home .hero-copy > .hero-sub{
    font-size:1.03rem !important;
    line-height:1.62 !important;

    /* bestehende Position und Breite beibehalten */
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:left !important;
    max-width:46ch !important;
  }

  #p-home .hero-copy > .hero-sub strong{
    font-size:inherit !important;
    line-height:inherit !important;
  }
}

/* Mobil bleibt die bereits abgestimmte zentrierte Darstellung unverändert. */


/* ───────────────── FAQ: 6 gleich große Kacheln in 2 Reihen ─────────────────
   Ziel:
   - 6 FAQ-Karten als ruhiges 3x2-Raster
   - gleich große Kacheln
   - zentriert
   - optisch an die Patientenhinweise angelehnt
   - nur auf Tablet/Desktop, mobil bleibt die bisherige Listenansicht
────────────────────────────────────────────────────────────────────────────── */
@media (min-width: 900px){

  /* gesamtes FAQ-Kachelraster zentrieren */
  #p-faq > .sec.inline-style-21{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows:repeat(2, 220px) !important;
    gap:24px !important;
    width:min(1120px, 100%) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    align-items:stretch !important;
  }

  #p-faq > .sec.inline-style-21 > *{
    min-width:0;
  }

  /* alle 6 FAQ-Karten gleich groß */
  #p-faq .faq-item,
  #p-faq .faq-item:first-child{
    margin:0 !important;
    width:100% !important;
    height:220px !important;
    min-height:220px !important;
    border:1px solid rgba(8,42,66,.10) !important;
    border-top:1px solid rgba(8,42,66,.10) !important;
    border-radius:28px !important;
    background:#fff !important;
    box-shadow:var(--shadow-light) !important;
    overflow:hidden !important;
  }

  /* Frage wird zur eigentlichen Kachelfläche */
  #p-faq .faq-question{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:24px !important;
    width:100% !important;
    height:100% !important;
    min-height:220px !important;
    padding:28px 28px 24px !important;
    text-align:left !important;
  }

  #p-faq .faq-question > span:first-child{
    display:block !important;
    max-width:16ch !important;
    font-size:clamp(1.14rem, 1.18vw, 1.42rem) !important;
    line-height:1.18 !important;
    font-weight:750 !important;
    color:var(--blue-deep) !important;
    text-align:left !important;
  }

  /* Pfeil wie bei einer Karten-Aktion am unteren rechten Rand */
  #p-faq .faq-open-icon{
    align-self:flex-end !important;
    margin-top:auto !important;
  }

  /* Antwortinhalt bleibt für das Fullscreen-Fenster im DOM,
     ist in der Kachelansicht selbst aber unsichtbar. */
  #p-faq .faq-answer{
    display:none !important;
  }
}


/* ───────────────── Patientenhinweise: finales Raster auch bei "Desktopansicht"
   auf Smartphones / kleineren Desktop-Viewports.
   FAQ bleibt unangetastet.
────────────────────────────────────────────────────────────────────────────── */

@media (min-width: 900px){

  /* Der Kachelbereich nutzt die verfügbare Desktopbreite deutlich besser. */
  #p-hinweise > .patient-hints-section,
  #p-hinweise > .sec.inline-style-21.patient-hints-section{
    width:min(1400px, calc(100% - 48px)) !important;
    max-width:1400px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  /* Exakt vier gleich breite Spalten – unabhängig davon, ob die
     Desktopansicht auf Laptop, Tablet oder Smartphone erzwungen wird. */
  #p-hinweise .patient-hints-grid{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    grid-auto-columns:minmax(0,1fr) !important;
    grid-auto-flow:row !important;
    gap:24px !important;
    column-gap:24px !important;
    row-gap:24px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 auto !important;
    align-items:stretch !important;
  }

  /* Alle alten Positions-/Span-Regeln vollständig überschreiben. */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card{
    min-width:0 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    grid-column:auto !important;
    grid-row:auto !important;
    align-self:stretch !important;
  }

  /* Reihe 1: vier identische Einzelkacheln */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(1){
    grid-column:1 !important;
    grid-row:1 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(2){
    grid-column:2 !important;
    grid-row:1 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(3){
    grid-column:3 !important;
    grid-row:1 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(6){
    grid-column:4 !important;
    grid-row:1 !important;
  }

  /* Reihe 2: links 1 Spalte | Mitte 2 Spalten | rechts 1 Spalte */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(4){
    grid-column:1 !important;
    grid-row:2 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(5){
    grid-column:2 / span 2 !important;
    grid-row:2 !important;
  }
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(7){
    grid-column:4 !important;
    grid-row:2 !important;
  }

  /* Die Wide-Klasse darf außerhalb der bewusst breiten Mittelkachel
     keine eigene Geometrie mehr erzeugen. */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card.hint-fullscreen-wide{
    width:100% !important;
    max-width:none !important;
  }

  /* Gleiche Höhe und gleiche Innenabstände. */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card,
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card .hint-fullscreen-inner,
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card .hint-fullscreen-front{
    min-height:300px !important;
    height:100% !important;
    box-sizing:border-box !important;
  }

  #p-hinweise .hint-fullscreen-front{
    padding:30px 28px 26px !important;
  }

  /* Keine künstlichen Worttrennungen wie "Kontakt-linsen" oder
     "Pupillen-erweiterung". */
  #p-hinweise .hint-fullscreen-front h3{
    hyphens:none !important;
    -webkit-hyphens:none !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    font-size:clamp(1.08rem, 1.22vw, 1.38rem) !important;
    line-height:1.12 !important;
    min-height:2.35em !important;
  }

  #p-hinweise .hint-fullscreen-front p{
    font-size:clamp(.90rem, .98vw, 1.02rem) !important;
    line-height:1.52 !important;
    max-width:100% !important;
  }

  /* Die breite Mittelkachel darf den Text großzügig nutzen. */
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(5)
  .hint-fullscreen-front h3,
  #p-hinweise .patient-hints-grid > .hint-fullscreen-card:nth-child(5)
  .hint-fullscreen-front p{
    max-width:90% !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   FAQ – visuelle Fortsetzung der Patientenhinweise
   Stand 2026-08-24
   Gleiche Kartenhöhe, Typografie, Abstände, Türkis-Touch und Landolt-Ringe.
   ═══════════════════════════════════════════════════════════════════════════ */

/* FAQ-Kacheln bekommen dieselbe ruhige Kartenoberfläche wie die Hinweiskarten. */
#p-faq .faq-item{
  position:relative !important;
  isolation:isolate;
  overflow:hidden !important;
  border:1px solid rgba(8,42,66,.10) !important;
  border-radius:var(--radius-lg) !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(0,188,212,.12), transparent 32%),
    rgba(255,255,255,.86) !important;
  box-shadow:var(--shadow-light) !important;
}

/* Landolt-/Ringmotiv oben rechts – identisch zur Patientenhinweis-Karte. */
#p-faq .faq-item::before{
  content:"";
  position:absolute;
  z-index:0;
  width:170px;
  height:170px;
  border:2px solid rgba(0,188,212,.10);
  border-radius:50%;
  top:-54px;
  right:-38px;
  box-shadow:0 0 0 34px rgba(0,188,212,.04);
  pointer-events:none;
}

#p-faq .faq-question{
  position:relative !important;
  z-index:1;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif !important;
  color:var(--blue-deep) !important;
}

/* Die bisherige runde Pfeil-Schaltfläche wird zur gleichen Textaktion
   wie bei den Patientenhinweisen. */
#p-faq .faq-open-icon{
  display:inline-flex !important;
  width:auto !important;
  height:auto !important;
  flex:0 0 auto !important;
  align-items:center !important;
  justify-content:flex-start !important;
  align-self:flex-start !important;
  margin-top:auto !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:var(--teal-dark,var(--blue-mid)) !important;
  font-size:0 !important;
  font-weight:750 !important;
  line-height:1 !important;
  transform:none !important;
}

#p-faq .faq-open-icon::before{
  content:"Antwort öffnen  →";
  font-size:.88rem;
  line-height:1.2;
  font-weight:750;
  white-space:nowrap;
}

@media (hover:hover) and (pointer:fine){
  #p-faq .faq-item:hover{
    border-color:rgba(0,188,212,.24) !important;
    box-shadow:0 18px 44px rgba(8,42,66,.12) !important;
    transform:translateY(-2px) !important;
  }

  #p-faq .faq-item:hover .faq-open-icon{
    background:transparent !important;
    border-color:transparent !important;
    transform:none !important;
  }
}

/* Desktop / 200%-Windows-Skalierung: 3 × 2, gleiche Proportionen wie Hinweise. */
@media (min-width:900px){
  #p-faq > .sec.inline-style-21{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-template-rows:repeat(2,minmax(300px,auto)) !important;
    gap:24px !important;
    width:min(1400px,calc(100% - 48px)) !important;
    max-width:1400px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    align-items:stretch !important;
  }

  #p-faq .faq-item,
  #p-faq .faq-item:first-child{
    width:100% !important;
    height:100% !important;
    min-height:300px !important;
    margin:0 !important;
  }

  #p-faq .faq-question{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:300px !important;
    padding:30px 28px 26px !important;
    box-sizing:border-box !important;
    text-align:left !important;
  }

  #p-faq .faq-question > span:first-child{
    position:relative;
    z-index:1;
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-height:2.35em !important;
    color:var(--blue-deep) !important;
    font-size:clamp(1.08rem,1.22vw,1.38rem) !important;
    line-height:1.12 !important;
    font-weight:750 !important;
    text-align:left !important;
    hyphens:none !important;
    -webkit-hyphens:none !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }
}

/* Zwischen Tablet und Desktop: zwei großzügige Spalten statt schmaler Karten. */
@media (min-width:721px) and (max-width:899px){
  #p-faq > .sec.inline-style-21{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:20px !important;
    width:calc(100% - 40px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  #p-faq .faq-item,
  #p-faq .faq-item:first-child{
    min-height:280px !important;
    border-top:1px solid rgba(8,42,66,.10) !important;
  }

  #p-faq .faq-question{
    min-height:280px !important;
    padding:28px 26px 24px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    text-align:left !important;
  }

  #p-faq .faq-question > span:first-child{
    flex:0 0 auto !important;
    width:100% !important;
    max-width:100% !important;
    text-align:left !important;
    font-size:1.16rem !important;
    line-height:1.14 !important;
  }
}

/* Mobil: eine Karte pro Reihe, aber dieselbe Designsprache. */
@media (max-width:720px){
  #p-faq > .sec.inline-style-21{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  #p-faq .faq-item,
  #p-faq .faq-item:first-child{
    min-height:250px !important;
    border-top:1px solid rgba(8,42,66,.10) !important;
  }

  #p-faq .faq-question{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    min-height:250px !important;
    padding:26px 24px !important;
    text-align:left !important;
  }

  #p-faq .faq-question > span:first-child{
    flex:0 0 auto !important;
    width:100% !important;
    max-width:100% !important;
    text-align:left !important;
    font-size:1.16rem !important;
    line-height:1.14 !important;
  }
}

/* ===== Logo oben links fixiert – 2026-08-24 ===== */
@media (min-width: 901px) {
  #site-nav,
  #site-nav.scrolled {
    position: sticky !important;
    top: 0 !important;
    padding-left: 0 !important;
  }

  #site-nav .nav-logo,
  #site-nav.scrolled .nav-logo {
    position: absolute !important;
    left: 12px !important;
    top: 8px !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  #site-nav .nav-links {
    padding-left: 190px !important;
  }
}

/* Auf kleineren Displays bleibt das bestehende mobile Navigationslayout erhalten. */
@media (max-width: 900px) {
  #site-nav .nav-logo,
  #site-nav.scrolled .nav-logo {
    position: static !important;
    margin: 0 !important;
  }
  #site-nav .nav-links {
    padding-left: 0 !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PRAXISTEAM – an die aktuelle Designsprache der übrigen Unterseiten angepasst
   Stand 2026-08-25
   ═══════════════════════════════════════════════════════════════════════════ */

/* Alte Sonderoptik der Teamseite vollständig zurücknehmen. */
#p-praxisteam .praxisteam-hero,
#p-praxisteam .praxisteam-intro,
#p-praxisteam .praxisteam-photo-band,
#p-praxisteam .praxisteam-team,
#p-praxisteam .praxisteam-list{
  display:none !important;
}

#p-praxisteam .praxisteam-head{
  position:relative;
  overflow:hidden;
  padding-bottom:clamp(58px,7vw,92px) !important;
}

#p-praxisteam .praxisteam-head::after{
  content:"";
  position:absolute;
  width:min(440px,42vw);
  aspect-ratio:1;
  right:max(4vw,calc((100vw - var(--max-page))/2));
  top:50%;
  transform:translateY(-48%);
  border:2px solid rgba(0,188,212,.08);
  border-radius:50%;
  box-shadow:
    0 0 0 48px rgba(0,188,212,.035),
    0 0 0 104px rgba(8,42,66,.025);
  pointer-events:none;
}

#p-praxisteam .praxisteam-head > *{
  position:relative;
  z-index:1;
}

#p-praxisteam .praxisteam-head .section-title{
  max-width:13ch;
}

#p-praxisteam .praxisteam-head .lead{
  max-width:60ch;
}

#p-praxisteam .praxisteam-content{
  padding-top:clamp(54px,6vw,84px);
  background:
    radial-gradient(circle at 88% 18%,rgba(0,188,212,.08),transparent 28rem),
    linear-gradient(180deg,rgba(255,255,255,.42),rgba(238,247,250,.42));
}

#p-praxisteam .praxisteam-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);
  gap:clamp(28px,5vw,74px);
  align-items:end;
  margin-bottom:clamp(34px,5vw,58px);
}

#p-praxisteam .praxisteam-section-head .section-title{
  margin-bottom:0;
  max-width:14ch;
  font-size:clamp(2rem,3.8vw,3.7rem);
}

#p-praxisteam .praxisteam-section-head > p{
  color:var(--text-muted);
  max-width:42ch;
  font-size:1rem;
  line-height:1.65;
  padding-bottom:4px;
}

#p-praxisteam .praxisteam-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}

#p-praxisteam .praxisteam-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:28px 26px 25px;
  border:1px solid rgba(8,42,66,.10);
  border-radius:var(--radius-lg);
  background:
    radial-gradient(circle at 82% 17%,rgba(0,188,212,.12),transparent 34%),
    rgba(255,255,255,.88);
  box-shadow:var(--shadow-light);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

#p-praxisteam .praxisteam-card-ring{
  position:absolute;
  z-index:-1;
  width:148px;
  height:148px;
  border:2px solid rgba(0,188,212,.11);
  border-radius:50%;
  top:-48px;
  right:-34px;
  box-shadow:0 0 0 30px rgba(0,188,212,.035);
}

/* Kleine Landolt-Öffnung als Wiedererkennungsdetail der Hinweis-/FAQ-Karten. */
#p-praxisteam .praxisteam-card-ring::after{
  content:"";
  position:absolute;
  right:-3px;
  top:58px;
  width:25px;
  height:34px;
  background:rgba(255,255,255,.94);
}

#p-praxisteam .praxisteam-card h3{
  position:relative;
  z-index:1;
  margin:0 0 7px;
  font-size:clamp(1.18rem,1.35vw,1.48rem);
  line-height:1.12;
  font-weight:750;
  letter-spacing:-.025em;
  color:var(--brand-1);
  hyphens:none;
  word-break:normal;
  overflow-wrap:normal;
}

#p-praxisteam .praxisteam-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--text-muted);
  font-size:.95rem;
  line-height:1.45;
}

#p-praxisteam .praxisteam-badge{
  position:absolute;
  z-index:2;
  left:26px;
  top:24px;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(0,188,212,.13);
  color:var(--brand-2);
  font-size:.72rem;
  line-height:1;
  font-weight:750;
  letter-spacing:.035em;
}

#p-praxisteam .praxisteam-card-lead{
  border-color:rgba(0,188,212,.22);
}

@media (hover:hover) and (pointer:fine){
  #p-praxisteam .praxisteam-card:hover{
    transform:translateY(-3px);
    border-color:rgba(0,188,212,.25);
    box-shadow:0 18px 44px rgba(8,42,66,.12);
  }
}

@media (max-width:1199px){
  #p-praxisteam .praxisteam-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
  }
}

@media (max-width:899px){
  #p-praxisteam .praxisteam-head::after{
    width:360px;
    right:-170px;
    opacity:.75;
  }

  #p-praxisteam .praxisteam-section-head{
    grid-template-columns:1fr;
    gap:18px;
  }

  #p-praxisteam .praxisteam-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #p-praxisteam .praxisteam-card{
    min-height:205px;
  }
}

@media (max-width:560px){
  #p-praxisteam .praxisteam-head{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

  #p-praxisteam .praxisteam-head .section-title{
    font-size:clamp(2.15rem,11vw,3.1rem) !important;
    line-height:1 !important;
  }

  #p-praxisteam .praxisteam-head .lead{
    font-size:1rem !important;
    line-height:1.62 !important;
  }

  #p-praxisteam .praxisteam-content{
    padding-top:46px !important;
  }

  #p-praxisteam .praxisteam-section-head .section-title{
    font-size:clamp(1.9rem,9vw,2.7rem) !important;
    line-height:1.02 !important;
  }

  #p-praxisteam .praxisteam-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  #p-praxisteam .praxisteam-card{
    min-height:178px;
    padding:26px 24px 23px;
  }

  #p-praxisteam .praxisteam-badge{
    left:24px;
    top:22px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PRAXISTEAM – Feinschliff analog zur Ärzteteam-Seite
   Schrift, Größen, Anordnung und Kartenstil vereinheitlicht · 2026-08-25
   ═══════════════════════════════════════════════════════════════════════════ */

/* Seiteneinstieg bewusst 1:1 in der Typologik des Ärzteteams */
#p-praxisteam .praxisteam-head{
  text-align:center !important;
  padding-top:clamp(64px,8vw,104px) !important;
  padding-bottom:clamp(50px,7vw,86px) !important;
}
#p-praxisteam .praxisteam-head::after{
  display:none !important;
}
#p-praxisteam .praxisteam-head .eyebrow{
  width:max-content !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  font-size:clamp(.82rem,1.1vw,1rem) !important;
  font-weight:750 !important;
  letter-spacing:.095em !important;
}
#p-praxisteam .praxisteam-head .section-title{
  max-width:18ch !important;
  margin-left:auto !important;
  margin-right:auto !important;
  font-size:clamp(2.65rem,5.1vw,4.45rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.04em !important;
  color:var(--brand-1) !important;
  text-wrap:balance;
}
#p-praxisteam .praxisteam-head .lead{
  max-width:62ch !important;
  margin:clamp(22px,3vw,34px) auto 0 !important;
  font-family:inherit !important;
  font-size:clamp(1.05rem,1.55vw,1.28rem) !important;
  line-height:1.72 !important;
  font-weight:400 !important;
  color:var(--text-muted) !important;
  text-align:center !important;
}

/* Team-Bereich ruhiger wie die Arztliste */
#p-praxisteam .praxisteam-content{
  padding-top:clamp(48px,6vw,76px) !important;
  padding-bottom:clamp(70px,8vw,110px) !important;
  background:transparent !important;
}
#p-praxisteam .praxisteam-section-head{
  display:block !important;
  max-width:760px;
  margin:0 auto clamp(34px,5vw,50px) !important;
  text-align:center;
}
#p-praxisteam .praxisteam-section-head .eyebrow{
  width:max-content;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
#p-praxisteam .praxisteam-section-head .section-title{
  max-width:18ch !important;
  margin:0 auto !important;
  font-size:clamp(2rem,3.4vw,3rem) !important;
  line-height:1.06 !important;
  letter-spacing:-.035em !important;
  color:var(--brand-1) !important;
  text-wrap:balance;
}
#p-praxisteam .praxisteam-section-head > p{
  max-width:58ch !important;
  margin:18px auto 0 !important;
  padding:0 !important;
  font-size:1rem !important;
  line-height:1.65 !important;
  color:var(--text-muted) !important;
}

/* Kompakte Teamkarten nach demselben Rhythmus wie .doc-row */
#p-praxisteam .praxisteam-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
  max-width:1060px;
  margin:0 auto;
}
#p-praxisteam .praxisteam-card{
  min-height:0 !important;
  display:grid !important;
  grid-template-columns:62px minmax(0,1fr) !important;
  grid-template-rows:auto auto !important;
  column-gap:16px !important;
  row-gap:2px !important;
  align-items:center !important;
  justify-content:initial !important;
  padding:16px 18px !important;
  border:1px solid var(--border) !important;
  border-radius:14px !important;
  background:var(--card-bg,#fff) !important;
  box-shadow:none !important;
  overflow:hidden;
}
#p-praxisteam .praxisteam-card-ring{
  position:relative !important;
  z-index:1 !important;
  grid-column:1 !important;
  grid-row:1 / span 2 !important;
  width:56px !important;
  height:56px !important;
  top:auto !important;
  right:auto !important;
  border:2px solid rgba(0,188,212,.2) !important;
  border-radius:50% !important;
  box-shadow:0 0 0 8px rgba(0,188,212,.045) inset !important;
  background:rgba(0,188,212,.045);
}
#p-praxisteam .praxisteam-card-ring::after{
  right:-3px !important;
  top:19px !important;
  width:15px !important;
  height:18px !important;
  background:#fff !important;
}
#p-praxisteam .praxisteam-card h3{
  grid-column:2 !important;
  grid-row:1 !important;
  align-self:end !important;
  margin:0 !important;
  font-family:inherit !important;
  font-size:1.02rem !important;
  line-height:1.25 !important;
  font-weight:750 !important;
  letter-spacing:-.015em !important;
  color:var(--brand-1) !important;
}
#p-praxisteam .praxisteam-card p{
  grid-column:2 !important;
  grid-row:2 !important;
  align-self:start !important;
  margin:0 !important;
  font-family:inherit !important;
  font-size:.76rem !important;
  line-height:1.35 !important;
  font-weight:650 !important;
  text-transform:uppercase;
  letter-spacing:.055em;
  color:var(--teal) !important;
}
#p-praxisteam .praxisteam-badge{
  position:absolute !important;
  left:auto !important;
  right:14px !important;
  top:11px !important;
  min-height:22px !important;
  padding:4px 8px !important;
  font-size:.62rem !important;
  line-height:1 !important;
  letter-spacing:.04em !important;
}
#p-praxisteam .praxisteam-card-lead{
  border-color:rgba(0,188,212,.38) !important;
}
@media (hover:hover) and (pointer:fine){
  #p-praxisteam .praxisteam-card:hover{
    transform:translateY(-2px) !important;
    border-color:var(--teal) !important;
    box-shadow:0 10px 28px rgba(14,48,73,.12) !important;
  }
}

@media (max-width:759px){
  #p-praxisteam .praxisteam-head{
    padding-top:58px !important;
    padding-bottom:54px !important;
  }
  #p-praxisteam .praxisteam-head .eyebrow{
    font-size:.78rem !important;
  }
  #p-praxisteam .praxisteam-head .section-title{
    max-width:12ch !important;
    font-size:clamp(2.35rem,10.5vw,3.25rem) !important;
    line-height:1.02 !important;
  }
  #p-praxisteam .praxisteam-head .lead{
    max-width:33ch !important;
    margin-top:22px !important;
    font-size:1.04rem !important;
    line-height:1.62 !important;
  }
  #p-praxisteam .praxisteam-content{
    padding-top:46px !important;
  }
  #p-praxisteam .praxisteam-section-head{
    margin-bottom:30px !important;
  }
  #p-praxisteam .praxisteam-section-head .section-title{
    max-width:13ch !important;
    font-size:clamp(1.85rem,8.2vw,2.5rem) !important;
  }
  #p-praxisteam .praxisteam-section-head > p{
    max-width:34ch !important;
    font-size:.98rem !important;
  }
  #p-praxisteam .praxisteam-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  #p-praxisteam .praxisteam-card{
    grid-template-columns:58px minmax(0,1fr) !important;
    column-gap:14px !important;
    padding:14px 16px !important;
    min-height:84px !important;
  }
  #p-praxisteam .praxisteam-card-ring{
    width:52px !important;
    height:52px !important;
  }
  #p-praxisteam .praxisteam-card-ring::after{
    top:17px !important;
    width:14px !important;
    height:18px !important;
  }
  #p-praxisteam .praxisteam-card h3{
    font-size:1rem !important;
  }
  #p-praxisteam .praxisteam-card p{
    font-size:.72rem !important;
  }
  #p-praxisteam .praxisteam-badge{
    right:12px !important;
    top:9px !important;
  }
}


/* Praxisteam – Namen/Funktionen exakt in der Kachel zentrieren */
#p-praxisteam .praxisteam-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding-left: 82px !important;
  padding-right: 82px !important;
}

#p-praxisteam .praxisteam-card-ring {
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#p-praxisteam .praxisteam-card h3,
#p-praxisteam .praxisteam-card p {
  display: block !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

@media (max-width: 759px) {
  #p-praxisteam .praxisteam-card {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  #p-praxisteam .praxisteam-card-ring {
    left: 14px !important;
  }
}


/* Praxisteam – größerer, einheitlicher Abstand zwischen Berufsbezeichnung
   der letzten Team-Karte und dem folgenden Standort-/Bereichs-Button */
#p-praxisteam .praxisteam-grid + .praxisteam-section-head {
  margin-top: 72px !important;
}

@media (max-width: 759px) {
  #p-praxisteam .praxisteam-grid + .praxisteam-section-head {
    margin-top: 58px !important;
  }
}

/* Praxisteam: mehr vertikaler Abstand zwischen Team-Karten und dem folgenden Standort-/Bereichskopf */
#p-praxisteam .praxisteam-grid + .praxisteam-section-head{
  margin-top:72px !important;
}

@media (max-width:759px){
  #p-praxisteam .praxisteam-grid + .praxisteam-section-head{
    margin-top:58px !important;
  }
}

/* Datenschutz + Barrierefreiheit – responsive Breite korrigieren */
#p-datenschutz > .sec.inline-style-21,
#p-barrierefreiheit > .sec.inline-style-21 {
  max-width: none !important;
}

#p-datenschutz > .sec.inline-style-21 > .hint-sec,
#p-barrierefreiheit > .sec.inline-style-21 > .hint-sec {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
/* Datenschutz + Barrierefreiheit – Überschriften wie übrige Unterseiten zentrieren */
@media (min-width: 721px) {

  #p-datenschutz > .sec.inline-style-6,
  #p-barrierefreiheit > .sec.inline-style-6 {
    text-align: center !important;
  }

  #p-datenschutz > .sec.inline-style-6 .section-title,
  #p-barrierefreiheit > .sec.inline-style-6 .section-title {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    line-height: 1 !important;
    letter-spacing: -.035em !important;
  }
}

/* Auf großen Bildschirmen einzeilig und exakt mittig */
@media (min-width: 1200px) {

  #p-datenschutz > .sec.inline-style-6 .section-title,
  #p-barrierefreiheit > .sec.inline-style-6 .section-title {
    width: max-content !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }
}

/* Standort-Zusatztext und Hinweis zur Patientenannahme */
.loc-seo-text{margin:0 0 16px;color:var(--ink-soft,#51626f);font-size:.92rem;line-height:1.55;}
.patient-acceptance-note{margin:14px 0 16px;padding:12px 14px;border-left:4px solid #0f6f7a;border-radius:10px;background:rgba(15,111,122,.09);color:#153147;font-size:.95rem;line-height:1.5;}
.patient-acceptance-note strong{font-weight:800;}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
.hours-t th,.full-hours th{padding:inherit;border-bottom:1px solid var(--border);font-size:inherit;vertical-align:top;text-align:left;font-weight:500;color:var(--blue-deep);}
.hours-t th{padding:6px 0;width:42%;font-size:.85rem;}
.full-hours th{padding:10px 0;width:46%;font-size:.9rem;}
.hours-t tr:last-child th,.full-hours tr:last-child th{border-bottom:none;}
@media (max-width:600px){.patient-acceptance-note{padding:11px 12px;font-size:.92rem;}}
