@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&family=Playfair+Display:wght@500;600;700&display=swap";:root{--bg: #f5f8f7;--card: #ffffff;--surface: rgba(255, 255, 255, .78);--text: #0f172a;--muted: #161d1e;--line: rgba(15, 23, 42, .1);--teal: #0f766e;--blue: #60c5cc;--shadow: 0 12px 40px rgba(15, 23, 42, .08);--radius: 16px;--container: 1100px;--header-h: 78px}.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}.page{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--surface);border-bottom:1px solid var(--line)}.header-inner{padding:15px 0}.header-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;min-width:240px}.brandRow{display:flex;align-items:center;gap:12px}.brandLogo{width:60px;height:60px;object-fit:contain;flex:0 0 auto;transform:rotate(15deg);transform-origin:center}.brandLink{display:flex;align-items:center;text-decoration:none;color:inherit}.brandText{display:flex;flex-direction:column;line-height:1.1}.brandText strong{font-weight:700;font-size:20px;letter-spacing:-.2px;color:var(--text)}.brandText span{font-size:13px;color:var(--muted)}.brandRole{font-size:14px;font-weight:700;color:#0f172ae6;margin-top:2px}.brandSub{font-size:13px;color:var(--muted);margin-top:2px}.nav{display:flex;gap:12px;flex-wrap:nowrap;align-items:center;justify-content:flex-end;white-space:nowrap}.nav a{text-decoration:none;font-size:14px;color:var(--muted);padding:9px 6px;transition:color .15s ease;position:relative}.nav a:hover{color:var(--text)}.nav a.active{color:var(--blue);font-weight:700}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--blue);border-radius:999px}.menuButton{display:none;border:1px solid var(--line);background:#fff;color:var(--text);width:42px;height:36px;border-radius:12px;font-size:24px;line-height:1;cursor:pointer;flex:0 0 auto;transition:background .15s ease}.menuButton:hover{background:#0f172a0d}.mobileMenu{display:none;padding:10px 0 12px;border-top:1px solid var(--line);margin-top:10px}.mobileMenu a{text-decoration:none;color:var(--text);padding:12px 10px;border-radius:12px;font-size:14px;transition:color .15s ease;position:relative}.mobileMenu a:hover{background:#0f172a0d}.mobileMenu a.active{color:var(--blue);font-weight:700}.mobileMenu a.active:after{content:"";position:absolute;left:10px;right:10px;bottom:8px;height:2px;background:var(--blue);border-radius:999px}@media(max-width:900px){.nav{display:none}.menuButton{display:inline-flex;align-items:center;justify-content:center}.header.is-open .mobileMenu{display:grid;gap:6px}}.hero-full{margin-top:var(--header-h);height:calc(100vh - var(--header-h));height:calc(100svh - var(--header-h));width:100%;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-full:before{content:"";position:absolute;inset:0;background:transparent}.hero-center{position:relative;height:100%;padding-top:calc(clamp(56px,9vh,110px) + 10px);padding-right:clamp(18px,3vw,40px);padding-bottom:clamp(18px,3vw,40px);padding-left:clamp(36px,6vw,120px);display:flex;align-items:flex-start;justify-content:flex-start;text-align:left}.hero-center>div{max-width:760px}@media(max-width:900px){.hero-center{padding:76px 24px 24px;align-items:flex-start;justify-content:center;text-align:center}.hero-center>div{max-width:540px}}.hero-name{font-weight:800;color:#0f172af2;font-size:clamp(40px,5.2vw,74px);letter-spacing:-.9px;line-height:1.05;margin:0 0 0 -3px}.hero-role{margin-top:6px;color:#0f172ae6;font-weight:700;font-size:clamp(20px,2.8vw,40px);letter-spacing:-.35px;line-height:1.15}.hero-sub{margin-top:2px;color:#0f172acc;font-size:clamp(16px,2.2vw,22px);font-weight:600;line-height:1.25}.scroll-hint{position:absolute;left:50%;bottom:18px;transform:translate(-50%);color:#fffffff2;font-size:13px;font-weight:700;letter-spacing:.35px;padding:7px 12px;border-radius:999px;background:#0f172a8c;border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 30px #0000002e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.section{padding:44px 0;scroll-margin-top:calc(var(--header-h) + 18px)}.section-card{background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.section h2{font-weight:800;margin:0 0 16px;font-size:22px;letter-spacing:-.3px;color:var(--text);position:relative}.section h2:after{content:"";display:block;width:56px;height:3px;background:var(--blue);border-radius:999px;margin-top:12px;opacity:.9}.subheading{font-weight:800;margin:30px 0 16px;font-size:18px;letter-spacing:-.2px;color:var(--text)}.section-card>.subheading:first-of-type{margin-top:18px}.section p{margin:0 0 14px;color:var(--muted);line-height:1.75;font-size:16px}.section p:last-child{margin-bottom:0}.list{margin:14px 0 16px;padding-left:0;list-style:none;display:grid;gap:10px}.list li{position:relative;padding-left:18px;color:var(--muted);line-height:1.75;font-size:16px}.list li:before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:999px;background:var(--blue);opacity:.75;transform:translateY(-50%)}.list.sublist{margin:10px 0 0;gap:8px}.list.sublist li:before{width:6px;height:6px;opacity:.6}.focus-list{grid-template-columns:1fr 1fr;column-gap:26px;row-gap:10px}@media(max-width:900px){.focus-list{grid-template-columns:1fr}}.year{display:inline-block;font-weight:800;color:var(--text);background:#60c5cc38;border:1px solid rgba(96,197,204,.38);padding:2px 9px;border-radius:999px;margin-right:10px;line-height:1.1}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width:880px){.grid-2{grid-template-columns:1fr}}.after-hero-gap{height:calc(var(--header-h) + 30px)}.psychotherapie-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}.psychotherapie-text{min-width:0}.psychotherapie-text .list{margin-bottom:34px}.psychotherapie-photo{display:flex;justify-content:flex-end;margin-top:-56px}.profile-frame{width:320px;height:480px;border:1px solid var(--line);border-radius:22px;padding:10px;background:#ffffffd9;overflow:hidden;position:relative}.profile-frame:before{content:"";position:absolute;inset:0;border-radius:22px;border:1px solid rgba(96,197,204,.35);pointer-events:none}.profile-frame img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.psychotherapie-full{margin-top:70px}@media(max-width:900px){.psychotherapie-layout{grid-template-columns:1fr;gap:18px}.psychotherapie-photo{justify-content:flex-start;margin-top:0}.profile-frame{width:100%;max-width:none;height:auto;aspect-ratio:2 / 3}.psychotherapie-full{margin-top:34px}}.btn{border:1px solid var(--line);background:#fff;color:var(--text);padding:10px 14px;border-radius:12px;text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:10px;transition:transform .12s ease,background .12s ease;cursor:pointer}.btn:hover{transform:translateY(-1px);background:#0f172a0a}.btn.primary{background:linear-gradient(135deg,var(--teal),var(--blue));border:none;color:#fff}.footer{padding:28px 0 46px;color:var(--muted);font-size:13px}.gallery-section{padding:8px 0 22px}.gallery{position:relative;overflow:hidden;border-radius:18px;background:#fff9;border:1px solid rgba(15,23,42,.08)}.gallery:before,.gallery:after{content:"";position:absolute;top:0;bottom:0;width:64px;z-index:2;pointer-events:none}.gallery:before{left:0;background:linear-gradient(90deg,#f5f8f7,#f5f8f700)}.gallery:after{right:0;background:linear-gradient(270deg,#f5f8f7,#f5f8f700)}.gallery-track{display:flex;align-items:center;gap:var(--gallery-gap);width:max-content;padding:14px;animation:gallery-scroll var(--gallery-duration) linear infinite;will-change:transform}.gallery:hover .gallery-track{animation-play-state:paused}.gallery-item{flex:0 0 auto;height:var(--gallery-h);width:calc(var(--gallery-h) * 1.55);border-radius:16px;overflow:hidden;background:#0f172a0f;border:none;padding:0;cursor:pointer;transition:transform .12s ease,filter .12s ease}.gallery-item:hover{transform:translateY(-1px);filter:brightness(1.02)}.gallery-item:focus-visible{outline:2px solid rgba(96,197,204,.9);outline-offset:3px}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none}@keyframes gallery-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.gallery-track{animation:none;transform:none}}.lightbox-overlay{position:fixed;inset:0;z-index:999;background:#0f172ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:18px}.lightbox-dialog{width:min(1100px,100%);max-height:calc(100vh - 36px);background:#ffffffeb;border:1px solid rgba(255,255,255,.35);border-radius:18px;box-shadow:0 22px 70px #00000059;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto}.lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(15,23,42,.08)}.lightbox-counter{font-size:13px;color:#0f172abf;font-weight:600}.lightbox-close{width:40px;height:36px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172ae6;font-size:22px;line-height:1;cursor:pointer}.lightbox-close:hover{background:#0f172a0d}.lightbox-stage{position:relative;display:grid;place-items:center;padding:12px}.lightbox-image{width:100%;height:auto;max-height:72vh;object-fit:contain;display:block;border-radius:14px;background:#0f172a08}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#ffffffeb;color:#0f172ae6;font-size:32px;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 10px 30px #0000002e}.lightbox-nav:hover{background:#fff}.lightbox-prev{left:12px}.lightbox-next{right:12px}.lightbox-hint{padding:10px 14px 14px;font-size:12px;color:#0f172aa6;text-align:center}@media(max-width:700px){.lightbox-image{max-height:62vh}.lightbox-prev{left:8px}.lightbox-next{right:8px}}:root{color-scheme:light}*{box-sizing:border-box}html,body{height:100%}html{scroll-behavior:smooth}body{margin:0;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f5f8f7;color:#0f172a}a{color:inherit}
