/*
Theme Name:   Hello Child Hentzien
Theme URI:    https://elementor.com/hello-theme/
Description:  Hausmeisterservice Hentzien – Custom Child Theme
Author:       Web-Agentur
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-child-hentzien
*/

/* ============================================================
   DESIGN SYSTEM
   ============================================================ */
:root {
  --rot:       #c0392b;
  --rot2:      #962d22;
  --rot-light: rgba(192,57,43,0.08);
  --dunkel:    #1c1c1c;
  --grau:      #555555;
  --bg:        #f4f2f0;
  --weiss:     #ffffff;
  --rand:      #dedad6;
  --radius:    10px;
  --max-width: 1280px;
}

/* ============================================================
   GLOBAL
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
body {
  background-color: var(--bg);
  color: var(--dunkel);
  font-family: 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  margin: 0; padding: 0;
}
img { max-width: 100%; height: auto; }
a { color: var(--rot); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--rot2); }

/* Elementor max-width */
.elementor-section .elementor-container { max-width: var(--max-width); }

/* ============================================================
   SEITEN-INHALT
   ============================================================ */
.site-content { min-height: 60vh; }
