
/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
Description: Child Theme for Hello Elementor with custom fonts and typography
Author: Raimund Verspohl
*/

@import url("fonts.css");


/* ===== Sticky Header Abstand ===== */
body.elementor-page {
  padding-top: 50px; /* Desktop-Header-Höhe */
}

/* Mobil: Kleinerer Abstand, z. B. bei schmalerem Header */
@media (max-width: 767px) {
  body.elementor-page {
    padding-top: 100px;
  }
}


@media (max-width: 600px) {
  body { font-size: 0.95rem; }
}
