/*
Theme Name: Nervenarztpraxis Pfeffer
Description: Sachliches One-Pager-Theme für eine Facharztpraxis (Neurologie/Psychiatrie): Anschrift, Telefon, Sprechzeiten und Kontakt.
Author: 
Version: 1.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nervenarztpraxis-pfeffer
*/

:root {
  --color-bg: #f3f2f2;
  --color-text: #201f1d;
  --color-text-muted: rgba(32, 31, 29, 0.78);
  --color-text-mutedmore: rgba(32, 31, 29, 0.7);
  --color-divider: rgba(32, 31, 29, 0.16);
  --color-accent: #3d6ea5;
  --color-accent-700: #2c5484;
  --color-accent-900: #152941;
  --font-heading: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: "Palatino Linotype", Palatino, Georgia, serif;
  --space-3: 14px;
  --space-4: 18px;
  --radius-md: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
}
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 600; margin: 0; }
a { color: var(--color-accent-700); text-decoration: underline; text-decoration-color: var(--color-divider); }
a:hover { color: var(--color-accent-900); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }

.wrap { max-width: 880px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px) 48px; }

.hr { height: 1px; border: 0; margin: 36px 0; background: var(--color-divider); }

.hero { padding: 104px 0 10px; }
.kicker {
  display: block; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--color-accent-700); margin: 0 0 40px;
}
.hero h1 { font-size: clamp(34px, 5vw, 52px); line-height: 1.1; }

.notice { margin-bottom: 32px; }
.notice p { margin: 0; text-align: justify; hyphens: auto; color: var(--color-text-muted); }

.info-section { padding: 36px 0; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-4); }
@media (max-width: 600px) { .info-grid { grid-template-columns: 1fr; } }
.card { border: 1px solid var(--color-divider); border-radius: var(--radius-md); padding: var(--space-3); }
.card-row { display: flex; align-items: flex-start; gap: 12px; }
.card-row svg { flex-shrink: 0; margin-top: 2px; }
.card-kicker { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-accent); margin: 0 0 4px; }
.card-body { margin: 0; color: var(--color-text-muted); }

.terminsection { padding: 32px 0; }
.terminsection p { font-size: 15.5px; max-width: 58ch; margin: 0; text-align: justify; hyphens: auto; color: var(--color-text-muted); }

footer.site-footer {
  padding: 28px 0 0; font-size: 13px; line-height: 1.65; color: var(--color-text-mutedmore);
  display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between;
}
footer.site-footer .links { display: flex; gap: 16px; }

.page-content { padding: 48px 0; }
.page-content h1 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 24px; }
.page-content .entry-content { text-align: justify; hyphens: auto; max-width: 68ch; }
.page-content .entry-content p { margin: 0 0 1.2em; }
