/*
 Theme Name:   Hello Elementor Child
 Description:  hello elementor child theme
 Author:       Gino
 Author URI:   https://www.webgorilla.ch
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

/* TRANSPARENT HEADER FIX
   Verhindert dass der Header-Wrapper Platz im Document-Flow belegt.
   Dadurch liegt der Header ueber dem Hero-Bild (transparent am Anfang,
   wird beim Scroll weiss durch .elementor-sticky--effects). */
.elementor-location-header {
    position: absolute;
    width: 100%;
    z-index: 9997;
}

/* Admin-Bar Offset (32px) beruecksichtigen */
body.admin-bar .elementor-location-header {
    top: 32px;
}