.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1038 .elementor-element.elementor-element-10ac256 .elementor-heading-title{color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-aae47d3 */.ff-hero {
    background: linear-gradient(rgba(5, 45, 90, 0.82), rgba(5, 45, 90, 0.82)), url('DEIN-BILD-HIER.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 90px 30px;
    border-radius: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.ff-hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #ffffff;
}

.ff-hero p {
    font-size: 22px;
    color: #ffffff;
}

.ff-section {
    background: #f4f8fc;
    border-left: 6px solid #0b3a6f;
    padding: 28px;
    border-radius: 12px;
    margin-bottom: 28px;
}

.ff-section h2 {
    color: #0b3a6f;
    margin-top: 0;
}

.ff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 35px 0;
}

.ff-card {
    background: #0b3a6f;
    color: #ffffff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.ff-card h3 {
    color: #ffffff;
    margin-top: 0;
}

.ff-contact {
    background: #0b3a6f;
    color: #ffffff;
    padding: 35px;
    border-radius: 14px;
    margin-top: 40px;
}

.ff-contact h2 {
    color: #ffffff;
}

@media (max-width: 900px) {
    .ff-grid {
        grid-template-columns: 1fr;
    }

    .ff-hero h1 {
        font-size: 36px;
    }

    .ff-hero p {
        font-size: 18px;
    }
}/* End custom CSS */