.elementor-587 .elementor-element.elementor-element-6963474{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-8px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:2;}body.elementor-page-587:not(.elementor-motion-effects-element-type-background), body.elementor-page-587 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}body.elementor-page-587{margin:0px 0px 0px 0px;padding:20px 0px 0px 0px;}@media(max-width:767px){.elementor-587 .elementor-element.elementor-element-6963474{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//* Body als Container für den Overlay */
body {
    position: relative;
}

/* Overlay zwischen Hintergrund und Inhalt */
body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.8); /* 90% Schwarz */
    z-index: 0; /* Hinter dem Inhalt */
}

/* Inhalt über Overlay */
body * {
    position: relative;
    z-index: 1;
}/* End custom CSS */