/*
Theme Name: Praxis Steuer – Visuelle Wiederherstellung
Description: Schlankes Child Theme für die Startseite der Praxis Dr. Tanja Steuer. Benötigt das kostenlose Kadence Theme.
Author: Praxis Dr. Steuer
Template: kadence
Version: 1.0.0
Text Domain: praxis-steuer
*/

:root { --steuer-pink: #df657b; --steuer-ink: #3e3e45; --steuer-light: #f8f5f5; }
.steuer-page { color: var(--steuer-ink); }
.steuer-page section { scroll-margin-top: 7rem; padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.steuer-page h1, .steuer-page h2, .steuer-page h3 { color: var(--steuer-ink); }
.steuer-page h2 { text-align: center; margin-bottom: .6rem; }
.steuer-page h2::after { content: ''; display: block; width: 3.5rem; height: 3px; margin: 1rem auto 0; background: var(--steuer-pink); }
.steuer-wrap { width: min(1120px, calc(100% - 2.5rem)); margin: auto; }
.steuer-hero { background: linear-gradient(125deg, rgba(223,101,123,.95), rgba(185,76,100,.9)); color: #fff; text-align: center; }
.steuer-hero h1 { max-width: 850px; margin: 0 auto; color: #fff; font-size: clamp(2.2rem, 5vw, 4.3rem); line-height: 1.12; }
.steuer-hero p { max-width: 650px; margin: 1.5rem auto 0; font-size: 1.15rem; }
.steuer-button { display: inline-block; margin-top: 2rem; padding: .85rem 1.35rem; border: 2px solid currentColor; border-radius: 3px; color: inherit; font-weight: 700; text-decoration: none; }
.steuer-button:hover { background: #fff; color: var(--steuer-pink); }
.steuer-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); margin-top: 2.5rem; }
.steuer-card { padding: 1.6rem; background: #fff; border-radius: 5px; box-shadow: 0 7px 24px rgba(49,34,38,.09); }
.steuer-card--pink { background: var(--steuer-pink); color: #fff; }
.steuer-card--pink h3 { color: #fff; }
.steuer-card h3 { margin-top: 0; font-size: 1.12rem; }
.steuer-note { margin: 2.5rem auto 0; max-width: 920px; padding: 1.3rem 1.5rem; background: var(--steuer-pink); color: #fff; }
.steuer-lead { max-width: 860px; margin: 2rem auto 0; text-align: center; font-size: 1.13rem; }
.steuer-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; margin-top: 2.5rem; }
.steuer-gallery img { width: 100%; aspect-ratio: 1.25; object-fit: cover; display: block; }
.steuer-team { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.steuer-person { text-align: center; background: var(--steuer-light); }
.steuer-person img { width: 100%; aspect-ratio: .82; object-fit: cover; margin-bottom: 1rem; }
.steuer-person h3 { font-size: 1.05rem; margin: 0 .75rem .35rem; }
.steuer-person p { font-size: .9rem; margin: 0 .75rem 1.2rem; }
.steuer-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; margin-top: 2.5rem; }
.steuer-faq { max-width: 860px; margin: 2.5rem auto 0; }
.steuer-faq details { border-bottom: 1px solid #ddd; padding: 1rem 0; }
.steuer-faq summary { cursor: pointer; font-weight: 700; color: var(--steuer-ink); }
.steuer-faq details p { margin: .8rem 0 0; }
.steuer-contact { background: var(--steuer-light); }
.steuer-contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; margin-top: 2.5rem; }
.steuer-hours { width: 100%; border-collapse: collapse; }
.steuer-hours th, .steuer-hours td { padding: .55rem 0; border-bottom: 1px solid #d9d4d4; text-align: left; }
.steuer-qr { width: min(200px, 100%); margin-top: 1rem; }
.steuer-form-placeholder { padding: 1.4rem; border-left: 4px solid var(--steuer-pink); background: #fff; }
@media (max-width: 720px) { .steuer-gallery { grid-template-columns: repeat(2, 1fr); } .steuer-columns, .steuer-contact-grid { grid-template-columns: 1fr; gap: 1.5rem; } }

/* Originalnahes Erscheinungsbild der früheren Website */
.steuer-page { font-family: "Open Sans", Arial, sans-serif; }
body.home .site-header { display: none; }
body.home .site-footer { display: none; }
.praxis-steuer-editable { max-width: none; margin: 0; padding: 0; }
/* Native Gutenberg layout */
.praxis-steuer-editable .praxis-section { padding: clamp(3.5rem,7vw,6.5rem) max(1.5rem, calc((100vw - 1100px)/2)); }
.praxis-steuer-editable .praxis-section h2 { color: #df657b; font-style: italic; text-align: center; }
.praxis-steuer-editable .praxis-section p { max-width: 850px; margin: 0 auto 1.25rem; line-height: 1.7; }
.praxis-steuer-editable #Start { background: linear-gradient(rgba(255,255,255,.66),rgba(255,255,255,.66)), url('legacy/img/fotos/praxis/CHF_6462.jpg') center/cover; text-align:center; min-height: 680px; padding-top: 14rem; }
.praxis-steuer-editable #Start h1 { color:#df657b; font-size:clamp(2.3rem,5vw,4.1rem); font-style:italic; text-shadow:1px 1px 2px rgba(0,0,0,.25); }
.praxis-steuer-editable #Praxis, .praxis-steuer-editable #Team { background:#faf7f7; }
.praxis-steuer-editable #Beratung, .praxis-steuer-editable #Behandlung { background:#fff7f8; }
.praxis-steuer-editable figure { max-width: 100%; margin: 1.25rem auto; }
.praxis-steuer-editable figure img { width:100%; height:auto; }
.steuer-page h1, .steuer-page h2, .steuer-page h3, .steuer-page h4 { color: #e84f6e; font-style: italic; font-weight: 500; }
.steuer-page h2::after { display: none; }
.steuer-page section { padding: 4.5rem 0; }
.steuer-nav { position: sticky; top: 0; z-index: 30; min-height: 100px; background: rgba(255,255,255,.93); box-shadow: 1px 1px 3px #999; }
.steuer-nav__inner { width: min(1120px, calc(100% - 2.5rem)); min-height: 100px; display: flex; align-items: center; gap: 2.5rem; margin: auto; }
.steuer-brand { display: flex; align-items: center; flex: 0 0 auto; color: #e84f6e; font-size: .78rem; line-height: 1.22; text-decoration: none; }
.steuer-brand img { width: 65px; height: 65px; object-fit: contain; margin-right: .5rem; }
.steuer-brand strong { font-size: 1rem; font-weight: 500; }
.steuer-brand em { color: #767676; }
.steuer-nav ul { display: flex; flex: 1; justify-content: flex-end; gap: 1.75rem; padding: 0; margin: 0; list-style: none; }
.steuer-nav li a { color: #777; font-size: .9rem; text-decoration: none; white-space: nowrap; }
.steuer-nav li a:hover { color: #e84f6e; }
.steuer-hero { min-height: 720px; padding: 280px 0 110px !important; background: url('assets/CHF_6462.jpg') center bottom / cover no-repeat; color: #e84f6e; }
.steuer-hero h1 { max-width: 760px; color: #e84f6e; font-size: clamp(2.15rem, 4.2vw, 3.4rem); font-style: italic; font-weight: 600; text-shadow: 2px 2px 2px rgba(80,80,80,.35); }
.steuer-hero > .steuer-wrap > p, .steuer-hero .steuer-button { display: none; }
.steuer-intro-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 3.5rem; }
.steuer-intro-grid .steuer-card { min-height: 300px; padding: 1.9rem 1.25rem; border-right: 2px solid rgba(255,255,255,.72); border-radius: 0; box-shadow: none; background: rgba(255,255,255,.62); color: #d9025d; }
.steuer-intro-grid .steuer-card h3, .steuer-intro-grid .steuer-card p { color: inherit; font-style: normal; }
.steuer-intro-grid .steuer-card--pink { background: rgba(232,79,110,.8); color: #fff; }
.steuer-intro-icon { display: block; width: 80px; height: 80px; margin: 0 auto 1.25rem; }
#praxis { padding-bottom: 26rem; background: url('assets/CHF_6162.jpg') center bottom / cover no-repeat; }
#praxis .steuer-gallery { margin-top: 1rem; }
#team { padding-bottom: 26rem; background: url('assets/CHF_6162.jpg') center bottom / cover no-repeat; }
.steuer-person { background: transparent; }
.steuer-person img { border: 2px solid #fff; box-shadow: 0 0 10px rgba(0,0,0,.25); }
.steuer-person h3 { margin-top: .6rem; font-size: 1.05rem; }
#beratung { background: #fff url('assets/CHF_6286.jpg') center bottom / cover no-repeat; padding-bottom: 22rem; }
#behandlung { background: #fff url('assets/CHF_6210.jpg') center bottom / cover no-repeat; padding-bottom: 22rem; }
.steuer-contact { background: #fff !important; }
@media (max-width: 980px) { .steuer-nav__inner { gap: .8rem; } .steuer-nav ul { gap: .8rem; } .steuer-nav li a { font-size: .75rem; } .steuer-intro-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .steuer-nav { position: relative; } .steuer-nav__inner { padding: .8rem 0; min-height: unset; display: block; } .steuer-brand { justify-content: center; } .steuer-nav ul { justify-content: center; flex-wrap: wrap; margin-top: .7rem; } .steuer-hero { min-height: 0; padding: 150px 0 3rem !important; } .steuer-intro-grid { grid-template-columns: 1fr; margin-top: 2.5rem; } .steuer-intro-grid .steuer-card { min-height: unset; } #praxis, #team, #beratung, #behandlung { padding-bottom: 14rem; } }
