/* Keep long German headings and contact targets accessible on small screens. */
h1 { overflow-wrap: anywhere; hyphens: auto; }
#rueckruf { scroll-margin-top: 90px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto !important; } }
