.elementor-787 .elementor-element.elementor-element-715c299{--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:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-787:not(.elementor-motion-effects-element-type-background), body.elementor-page-787 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS */html, body {
    min-height: 100vh; /* Mindesthöhe, damit Scrollbar gleich aussieht */
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #6DBA94;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #000000;
}/* End custom CSS */