/*
Theme Name: Praxis Gunzelmann
Theme URI: https://www.dr-gunzelmann.de/
Author: Ported & redesigned (Warm Modern)
Author URI: https://www.dr-gunzelmann.de/
Description: Modernes, barrierearmes und DSGVO-bewusstes WordPress-Theme fuer die Praxis Dr. med. Karl-Heinz Gunzelmann. HTML5, vollstaendig responsiv, Warm-Modern-Redesign unter Beibehaltung des urspruenglichen Farbschemas.
Version: 1.7.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: praxis-gunzelmann
Tags: medical, responsive, accessibility-ready, translation-ready, custom-menu, custom-logo, footer-widgets
*/

/* =========================================================================
   This style.css carries only the WordPress theme header (required by WP)
   plus a small reset. The full design system lives in
   assets/css/main.css, enqueued from functions.php with a version stamp.
   ========================================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; }
img, picture, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
nav li::marker { content: ""; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--focus, #1b6f73); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
