.elementor-281 .elementor-element.elementor-element-9c42890{--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;}.elementor-281 .elementor-element.elementor-element-639193e{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-639193e *//* --- KONTAKTFORMULAR STYLING (CF7) --- */

/* Container für Labels und Inputs */
.wpcf7 label {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #1a1a1a; /* Dunkles Grau/Schwarz */
    font-weight: 700;
    width: 100%;
}

/* Eingabefelder (Text, Email, Textarea) */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #eee;
    background-color: #fbfbfb; /* Sehr helles Grau */
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 20px; /* Abstand nach unten */
    border-radius: 0; /* Eckig */
}

/* Fokus-Zustand (Wenn man reinklickt) */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #b38b59; /* Goldene Umrandung */
    background-color: #ffffff;
}

/* Textarea Höhe */
.wpcf7 textarea {
    resize: vertical;
    min-height: 120px;
}

/* --- SENDEN BUTTON (Outline Style) --- */
.wpcf7 input[type="submit"] {
    display: block;
    width: 100%; /* Volle Breite */
    padding: 16px 35px;
    background-color: transparent !important; /* Transparent */
    color: #1a1a1a !important; /* Dunkler Text */
    border: 1px solid #1a1a1a !important; /* Dunkler Rahmen */
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    border-radius: 0 !important; /* Eckig */
    -webkit-appearance: none; /* Safari Fix */
    background-image: none !important; /* Entfernt Verläufe */
    box-shadow: none !important; /* Entfernt Schatten */
}

/* Hover-Effekt für den Button */
.wpcf7 input[type="submit"]:hover {
    background-color: #1a1a1a !important; /* Dunkel gefüllt */
    color: #ffffff !important; /* Weißer Text */
    border-color: #1a1a1a !important;
}

/* Spinner (Ladeanimation) entfernen oder anpassen */
.wpcf7-spinner {
    margin: 10px auto 0;
}/* End custom CSS */