/*!
 Theme Name:   JFconcept Bricks Child Theme
 Theme URI:    https://jfconcept.de/
 Description:  A JFconcept GmbH Child-Theme for Bricks Builder
 Author:       JFconcept GmbH
 Author URI:   https://jfconcept.de/
 Template:     bricks
 Version:      1.8
 Text Domain:  bricks
*/

:root {
    /* Setze hier deine ungefähre Header-Höhe als Startwert */
    --header-height: 91.4px;
    --cw: calc(var(--container-m) / 100);
}

/* Wende die Variable sofort an */
#brx-content > section:first-child {
    padding-top: var(--header-height) !important;
    /* Optional: Fügt eine weiche Transition hinzu, falls sich die Höhe ändert */
    transition: padding-top 0.1s linear; 
}