.elementor-1950 .elementor-element.elementor-element-aff6905{--display:flex;}.elementor-1950 .elementor-element.elementor-element-fdc3e57{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fa32d91 *//* Styling für die äußere Sektion */
body {
    background-color: #f0fff0 !important; /* Hintergrundfarbe außerhalb des Containers */
}

/* Hauptcontainer und Kartendesign */
.vortex-thankyou-page {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0; /* Vertikaler Abstand innerhalb der Elementor-Sektion */
}

.thankyou-container {
    background-color: white;
    padding: 30px 20px;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

/* HEADER & CHECKMARK */
.header {
    text-align: center;
    margin-bottom: 20px;
}

.header h2 {
    font-size: 1.5rem; /* Angepasst für H2/Elementor */
    color: #333;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 700;
}

.checkmark-icon {
    color: #4CAF50; /* Grün */
    font-size: 3rem;
    display: block;
    margin: 0 auto 10px;
    font-weight: 700;
}

/* ALERT BOX (WICHTIGER HINWEIS) */
.alert-box {
    background-color: #fff9e6; /* Hellgelb */
    border: 1px solid #ffe0b2; /* Dunkleres Gelb */
    color: #8f6916; /* Dunkelgelb/Braun */
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 500;
}

.alert-box strong {
    font-weight: 700;
}

/* BILD */
.image-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.customer-service-image {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); 
}

/* FUSSTEXT */
.footer-text {
    color: #555;
    font-size: 0.95rem; /* Leicht größer */
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-text strong {
    color: #333;
}

.whatsapp-note {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #D32F2F; /* Rot */
    margin-top: 20px;
}

/* MOBILE OPTIMIERUNG (Wichtig für Elementor) */
@media (max-width: 767px) {
    .thankyou-container {
        padding: 20px 15px;
        border-radius: 15px;
    }
    
    .header h2 {
        font-size: 1.3rem;
    }

    .checkmark-icon {
        font-size: 2.5rem;
    }
}/* End custom CSS */