/*
Theme Name: Hausservice Rheinland – Hero Centric
Theme URI: https://hausservice-rheinland-2.lead.bummeltech.com/
Author: Hausservice Rheinland
Description: Hero-centric Landingpage-Theme für Hausservice Rheinland – großflächiger Hero, hoher CTA-Kontrast, gedämpfte Naturpalette. Variante 2/3.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: hausservice-rheinland-2-hero
*/

/* Base reset — bulk styling lives in assets/css/main.css and animations.css, enqueued via functions.php */

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

html {
  -webkit-text-size-adjust: 100%;
  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;
}

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

svg {
  max-width: 100%;
  height: auto;
}
