/* Textfarbe in Eingabefeldern und Textareas erzwingen */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 textarea {
    color: #000000 !important; /* Schriftfarbe schwarz */
    background-color: #ffffff !important; /* Hintergrund weiß */
}

/* Platzhalter-Text (falls er nicht angezeigt wird) */
.wpcf7 ::placeholder {
    color: #999999 !important;
    opacity: 1;
}

/* Beschriftungen/Labels (falls diese unsichtbar sind) */
.wpcf7-form label {
    color: #ffffff !important;
}