/* Shared visual refinement; existing page content and service integrations retained. */
body { line-height: 1.7; }
h1,h2,h3,h4 { letter-spacing: -.025em; }
h1 { font-size: clamp(36px,4.2vw,54px); line-height: 1.12; }
h2 { font-size: clamp(28px,3vw,40px); }
h3 { font-size: clamp(24px,2.5vw,32px); }
h4 { font-size: clamp(21px,2vw,27px); }
.navigation-clean-button.shadow { box-shadow: 0 3px 18px #0940670b !important; border-bottom: 1px solid #e5edf3; }
.navigation-clean-button .navbar-nav .nav-link { font-size: 16px; }
.navigation-clean-button .navbar-nav .nav-link[aria-current="page"] { color: #094067; text-decoration: underline; text-decoration-color: #ef4565; text-underline-offset: 7px; }
.navigation-clean-button .dropdown-menu { border: 1px solid #e5edf3; border-radius: 4px; }
body:not(.praxis-page) .border.rounded.hero-image { min-height: 400px; max-height: 400px; border: 0 !important; border-radius: 0 !important; }
.main-content { background: #fff; border: 1px solid #e5edf3 !important; border-radius: 6px !important; box-shadow: 0 16px 50px #0940670b !important; margin-top: -80px !important; }
.main-content > .container { padding-left: 36px; padding-right: 36px; }
.main-content .intro { padding-bottom: 24px; border-bottom: 1px solid #dce6ec; margin-bottom: 32px !important; }
.main-content .intro h1 { margin-bottom: 24px; animation: none; }
.main-content .intro h1::before { content: ''; display: block; width: 32px; height: 3px; background: #ef4565; margin-bottom: 24px; }
.main-content .intro p { margin-bottom: 0 !important; font-size: 19px; }
.main-content .versatz-links { padding-left: 0; }
.main-content p,.main-content li { line-height: 1.75; }
.main-content h3 { margin-bottom: 20px !important; }
.main-content .shadow,.main-content .shadow-sm { box-shadow: 0 8px 26px #0940670c !important; }
.main-content a { text-underline-offset: 4px; }
.main-content .form-control { border: 1px solid #ccdce6; border-radius: 4px; padding: 13px 16px; height: auto; font-size: 16px; background: #f8fbfe; }
.main-content .form-control:focus { background: #fff; border-color: #3da9fc; box-shadow: 0 0 0 3px #3da9fc20; }
.main-content .form-group { margin-bottom: 20px; }
.main-content .btn { min-height: 46px; padding: 11px 24px; border-radius: 3px; font-size: 16px; }
.home-page .urlaub { margin: 24px 30px !important; padding: 20px 26px !important; border-radius: 4px; font-size: 15px; line-height: 1.65; text-align: left !important; }
.home-page .urlaub + .urlaub { background: #edf7ff !important; color: #094067 !important; border-left: 3px solid #3da9fc; }
.home-page .main-content > .container { margin-top: 48px !important; margin-bottom: 48px; }
.home-page .main-content > .container:first-of-type .col-sm-12 { margin-top: 0 !important; }
.home-page #pic-allgemienarzt { margin-bottom: 0; margin-top: 24px !important; }
.home-page .main-content .item { border: 1px solid #dce6ec; border-radius: 4px; padding: 26px !important; margin-bottom: 20px !important; background: #f8fbfe; }
.home-page .main-content .item .icon { font-size: 30px !important; }
.site-contact-footer .footer-contact, .site-contact-footer .footer-contact a { color: #fff !important; }
.site-contact-footer .shadow-lg { box-shadow: 0 10px 30px #09406718 !important; border-radius: 4px !important; }
.site-contact-footer h3 { font-size: clamp(28px,3vw,38px); }
.site-contact-footer > .row > div > div:first-child { margin-bottom: 12px !important; }
.site-contact-footer > .row > div > div:first-child i { font-size: 32px !important; }
.site-contact-footer .versatz-links { padding-left: 0; }
.site-contact-footer .footer-contact p { font-size: 16px; }
.footer-basic { padding: 20px 15px !important; }
@media(max-width: 767px) {
 body:not(.praxis-page) .border.rounded.hero-image { min-height: 280px; max-height: 280px; }
 .main-content { margin-left: 14px !important; margin-right: 14px !important; margin-top: -48px !important; padding-bottom: 20px !important; }
 .main-content > .container { padding: 0 22px; margin-top: 36px !important; margin-bottom: 36px !important; }
 .main-content .intro p { font-size: 17px; }
 .main-content p,.main-content li { font-size: 16px; }
 .main-content h1 { overflow-wrap: anywhere; }
 .home-page .urlaub { margin: 16px !important; padding: 18px !important; }
 .home-page .main-content > .container { margin-top: 32px !important; margin-bottom: 32px; }
 .home-page .main-content .row { row-gap: 24px; }
 .home-page #pic-allgemienarzt { width: 100%; max-width: 100% !important; float: none !important; }
 .site-contact-footer > .row > div { padding-left: 28px; padding-right: 28px; }
 .site-contact-footer .footer-contact { padding-left: 0; padding-right: 0; }
}

/* Portrait heroes: preserve headroom above the overlapping content card. */
body.home-page .border.rounded.hero-image,
body.praxis-page .praxis-hero {
 height:560px; min-height:560px; max-height:560px;
 max-width:1400px; margin:70px auto 0;
 background-position:50% 20% !important;
}
@media(max-width:767px) {
 body.home-page .border.rounded.hero-image,
 body.praxis-page .praxis-hero { height:400px; min-height:400px; max-height:400px; }
}
