/*
Theme Name: VfB 03 Hilden Custom
Theme URI: https://vfb-03-hilden-1.lead.bummeltech.com/
Author: VfB 03 Hilden
Description: Individuelles Theme im Design "Stadion-Flutlicht Editorial" fuer den VfB 03 Hilden e.V.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: vfb03hilden
*/

/* Basis-Reset. Design-System-Variablen und Komponenten liegen in assets/css/*.css (siehe inc/enqueue.php) */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  padding: 0;
}

img, svg { max-width: 100%; height: auto; display: block; }

.icon {
  width: 1.4em;
  height: 1.4em;
  flex: 0 0 auto;
  vertical-align: middle;
}
