:root{--black:#000;--white:#fff;--blue:#dff3ff;--notice-yellow:#fff1ad;--header-bg:#fafaf8;--footer-gray:#fafaf8;--footer-line:#eeeeeb;--font:Arial, Helvetica, sans-serif;--site-max:1580px;--content-max:1365px;--page-pad:clamp(22px, 3vw, 54px)}html{box-sizing:border-box;background:var(--white);scroll-behavior:smooth}*,:before,:after{box-sizing:inherit}body{background:var(--white);min-width:320px;color:var(--black);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;margin:0;font-size:16px;font-weight:400;line-height:1.65}body,button,input,textarea,select{font-family:var(--font)}img,picture,svg{max-width:100%;display:block}img{height:auto}a{color:var(--black)}::selection{background:var(--blue);color:var(--black)}:focus-visible{outline:2px solid var(--black);outline-offset:4px}.site-content{background:var(--white);width:100%}.site-header{z-index:1000;background:var(--header-bg);border:0;width:100%;position:sticky;top:0}.header-shell{width:100%;max-width:var(--site-max);min-height:86px;padding:0 var(--page-pad);justify-content:space-between;align-items:center;gap:42px;margin:0 auto;display:flex}.site-brand{min-width:0;color:var(--black);flex-direction:row;align-items:center;gap:15px;text-decoration:none;display:inline-flex}.site-brand-logo{object-fit:contain;object-position:center;flex:none;order:1;width:52px;height:52px;display:block}.site-brand-text{flex-direction:column;order:2;min-width:0;display:flex}.site-brand-name{color:var(--black);font-family:var(--font);letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;margin:0;font-size:clamp(12px,.9vw,14px);font-weight:600;line-height:1.15}.header-actions{flex:none;align-items:center;gap:clamp(20px,3vw,42px);display:flex}.main-nav{align-items:center;gap:28px;display:flex}.main-nav a{letter-spacing:.08em;text-transform:uppercase;padding:10px 0;font-size:11px;font-weight:600;line-height:1;text-decoration:none;position:relative}.main-nav a:after{content:"";background:var(--black);transform-origin:100%;height:1px;transition:transform .18s;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(0)}.main-nav a:hover:after,.main-nav a[aria-current=page]:after{transform-origin:0;transform:scaleX(1)}.header-booking{background:var(--blue);color:var(--black);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;padding:12px 18px;font-size:10px;font-weight:700;line-height:1;text-decoration:none;transition:background-color .18s;display:inline-flex}.header-booking:hover{background:#ccecff}.language-switcher{letter-spacing:.08em;align-items:center;gap:8px;font-size:10px;font-weight:500;line-height:1;display:flex}.language-switcher a{padding:10px 0;text-decoration:none;position:relative}.language-switcher span{opacity:.35}.language-switcher a[aria-current=page]{font-weight:700}.language-switcher a[aria-current=page]:after{content:"";background:var(--black);height:2px;position:absolute;bottom:4px;left:0;right:0}.baldauf-floating-contact{z-index:900;flex-direction:column;align-items:stretch;gap:8px;display:flex;position:fixed;top:50%;right:22px;transform:translateY(-50%)}.site-content .baldauf-floating-contact{display:none}.baldauf-floating-contact__button{background:var(--white);width:62px;height:62px;color:var(--black);border:0;border-radius:0;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:background-color .18s,transform .18s,box-shadow .18s;display:flex;box-shadow:0 8px 22px #00000017,0 2px 5px #0000000a}.baldauf-floating-contact__button img{object-fit:contain;width:30px;height:30px;margin:0;padding:0;display:block}.baldauf-floating-contact__button:hover{background:var(--blue);transform:translate(-4px);box-shadow:0 10px 26px #0000001c,0 2px 6px #0000000a}.baldauf-floating-contact__button:focus{outline:none}.baldauf-floating-contact__button:focus-visible{outline:2px solid var(--black);outline-offset:3px}.baldauf-floating-contact__item{position:relative}.baldauf-prescription-notice{background:var(--white);width:min(360px,100vw - 60px);color:var(--black);opacity:0;visibility:hidden;pointer-events:none;z-index:20;border:1px solid #0000001f;padding:24px 26px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:50%;right:calc(100% + 16px);transform:translateY(-50%)translate(8px);box-shadow:0 14px 38px #0000001a}.baldauf-prescription-notice strong{letter-spacing:.12em;text-transform:uppercase;margin:0 0 16px;font-size:11px;font-weight:700;line-height:1;display:block}.baldauf-prescription-notice strong:after{content:"";background:var(--black);width:100%;height:1px;margin-top:12px;display:block}.baldauf-prescription-notice p{margin:0 0 12px;font-size:13px;line-height:1.6}.baldauf-prescription-notice p:last-child{margin-bottom:0}.baldauf-floating-contact__item--prescription:hover .baldauf-prescription-notice,.baldauf-floating-contact__item--prescription:focus-within .baldauf-prescription-notice{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%)translate(0)}@media (width<=1100px){.baldauf-prescription-notice{background:var(--white);width:min(320px,100vw - 80px);color:var(--black);white-space:normal;text-align:left;padding:18px 20px;position:absolute;inset:50% calc(100% + 10px) auto auto;transform:translateY(-50%)translate(6px)}.baldauf-floating-contact__item--prescription:hover .baldauf-prescription-notice,.baldauf-floating-contact__item--prescription:focus-within .baldauf-prescription-notice{transform:translateY(-50%)translate(0)}.baldauf-prescription-notice strong{margin-bottom:14px;font-size:10px}.baldauf-prescription-notice p{margin:0 0 10px;font-size:12px;line-height:1.55}.baldauf-prescription-notice p:last-child{margin-bottom:0}}.site-footer{background:var(--footer-gray);width:100%;color:var(--black);border-top:1px solid var(--footer-line)}.footer-main,.footer-bottom{background:var(--footer-gray)}.footer-main-shell{width:100%;max-width:var(--content-max);padding:clamp(68px, 7vw, 102px) var(--page-pad) clamp(58px, 6vw, 84px);grid-template-columns:minmax(0,1.35fr) minmax(0,.8fr) minmax(0,1fr);gap:clamp(55px,7vw,105px);margin:0 auto;display:grid}.footer-brand{min-width:0}.footer-logo{color:var(--black);flex-direction:row;align-items:center;gap:17px;text-decoration:none;display:inline-flex}.footer-logo-image{object-fit:contain;object-position:center;flex:none;order:1;width:58px;height:58px;display:block}.footer-brand-text{flex-direction:column;order:2;min-width:0;display:flex}.footer-logo-name{max-width:320px;color:var(--black);font-family:var(--font);letter-spacing:.05em;text-transform:uppercase;font-size:13px;font-weight:600;line-height:1.2}.footer-copyright{letter-spacing:.015em;max-width:340px;margin:30px 0 0;font-size:10px;font-weight:400;line-height:1.6}.footer-column-title{letter-spacing:.13em;text-transform:uppercase;margin:0 0 26px;font-size:10px;font-weight:700;line-height:1.25}.footer-hours{flex-direction:column;gap:4px;display:flex}.footer-hours p,.footer-contact p{margin:0;font-size:14px;line-height:1.72}.footer-contact{flex-direction:column;gap:18px;display:flex}.footer-contact a{color:var(--black);text-underline-offset:4px;text-decoration-thickness:1px}.footer-appointment{letter-spacing:.065em;text-transform:uppercase;border-bottom:1px solid var(--black);align-items:center;width:fit-content;margin-top:26px;padding-bottom:5px;font-size:10px;font-weight:700;text-decoration:none;display:inline-flex}.footer-appointment:after{content:"↗";margin-left:9px}.footer-bottom{border-top:1px solid var(--footer-line)}.footer-bottom-shell{width:100%;max-width:var(--content-max);padding:22px var(--page-pad);justify-content:space-between;align-items:center;gap:30px;margin:0 auto;display:flex}.footer-credit{letter-spacing:.04em;margin:0;font-size:10px}.footer-credit a{text-decoration:none}.footer-credit a:hover{text-underline-offset:4px;text-decoration:underline}.footer-legal{align-items:center;gap:28px;display:flex}.footer-legal a{letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:500;text-decoration:none}@media (width<=1100px){:root{--page-pad:clamp(24px, 4vw, 42px)}.header-shell{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:auto;padding-top:18px;padding-bottom:16px}.site-brand{text-align:center;justify-content:center;gap:13px;width:100%}.site-brand-logo{width:46px;height:46px}.site-brand-text{text-align:center;align-items:center}.site-brand-name{letter-spacing:.045em;font-size:14px;line-height:1.18}.header-actions{justify-content:center;gap:26px;width:100%}.main-nav{justify-content:center;gap:24px}.header-booking{display:none}.baldauf-floating-contact{gap:4px;right:14px}.baldauf-floating-contact__button{width:48px;height:48px}.baldauf-floating-contact__button img{width:21px;height:21px}.footer-main-shell{grid-template-columns:1fr 1fr;gap:34px 58px;padding-top:54px;padding-bottom:48px}.footer-brand{grid-column:1/-1}.footer-copyright{margin-top:22px}.footer-column-title{margin-bottom:18px}.footer-contact{gap:13px}.footer-appointment{margin-top:18px}.footer-bottom-shell{padding-top:18px;padding-bottom:18px}}@media (width<=767px){:root{--page-pad:20px}.site-header{position:relative}.header-shell{flex-flow:column;justify-content:center;align-items:center;gap:8px;min-height:auto;padding-top:14px;padding-bottom:12px}.site-brand{text-align:center;flex:none;justify-content:center;gap:11px;width:100%}.site-brand-logo{width:44px;height:44px}.site-brand-text{text-align:center;align-items:center}.site-brand-name{letter-spacing:.04em;white-space:normal;max-width:260px;font-size:13px;line-height:1.2}.header-actions{justify-content:center;gap:20px;width:100%;padding-top:0}.main-nav{justify-content:center;gap:18px}.main-nav a,.language-switcher a{padding-top:8px;padding-bottom:8px}.main-nav a,.language-switcher{font-size:9px}.baldauf-floating-contact{gap:2px;right:10px}.baldauf-floating-contact__button{width:40px;height:40px;box-shadow:0 5px 13px #0000001a}.baldauf-floating-contact__button img{width:19px;height:19px}.baldauf-floating-contact__button:hover{transform:none}.footer-main-shell{grid-template-columns:1fr;gap:28px;padding-top:44px;padding-bottom:40px}.footer-brand{grid-column:auto}.footer-logo{gap:13px}.footer-logo-image{width:50px;height:50px}.footer-logo-name{max-width:260px;font-size:12px;line-height:1.2}.footer-copyright{margin-top:18px}.footer-column-title{margin-bottom:14px}.footer-hours{gap:2px}.footer-hours p,.footer-contact p{font-size:13px;line-height:1.6}.footer-contact{gap:10px}.footer-appointment{margin-top:14px}.footer-bottom-shell{flex-direction:column;align-items:flex-start;gap:10px;padding-top:16px;padding-bottom:16px}.footer-legal{gap:20px}}@media (width<=480px){.header-shell{gap:7px;padding-top:12px;padding-bottom:10px}.site-brand{gap:10px}.site-brand-logo{width:42px;height:42px}.site-brand-name{max-width:230px;font-size:12px}.header-actions{gap:16px}.main-nav{gap:14px}.main-nav a,.language-switcher{font-size:9px}.footer-main-shell{gap:24px;padding-top:38px;padding-bottom:36px}.footer-logo-name{font-size:12px}.footer-logo-image{width:46px;height:46px}.footer-copyright{margin-top:16px}.footer-column-title{margin-bottom:12px}.footer-bottom-shell{gap:9px}.baldauf-floating-contact{right:8px}.baldauf-floating-contact__button{width:38px;height:38px}.baldauf-floating-contact__button img{width:18px;height:18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
