.elementor-29092 .elementor-element.elementor-element-a0cfccc{--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;}body.elementor-page-29092:not(.elementor-motion-effects-element-type-background), body.elementor-page-29092 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6b4ac4f *//* Überschrift */
.fold-heading {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.fold-heading h2 {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #353C49;
}

/* Gelbe Linie */
.fold-heading-line {
    width: 100%;
    height: 3px;
    background: #FACA30;
    margin-top: 16px;
}

/* Text unter der Überschrift */
.fold-text {
    margin-top: 24px;
}

.fold-text p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    line-height: 1.55;
    color: #353C49;
}

/* Tablet */
@media (max-width: 1024px) {

    .fold-heading h2 {
        font-size: 52px;
    }

}

/* Mobile */
@media (max-width: 767px) {

    .fold-heading h2 {
        font-size: 42px;
    }

    .fold-text p {
        font-size: 18px;
    }

}/* End custom CSS */