/* Den Divi-Container und das Input-Feld gezielt ansprechen */
.et_pb_contact_form_0 .et_pb_contact_field input#et_pb_contact_termin-auswahl_0 {
    color: #f6f8e4 !important; /* Textfarbe für das gewählte Datum */
    height: 50px !important;    /* Erzwingt die Höhe auf Mobilgeräten */
    min-height: 50px !important;
    line-height: 50px !important; /* Zentriert den Text/Placeholder vertikal */
    display: block !important;
    -webkit-appearance: none !important;
}

/* Speziell für den Placeholder in Divi auf Mobilgeräten */
#et_pb_contact_termin-auswahl_0::-webkit-input-placeholder {
    color: #f6f8e4 !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

#et_pb_contact_termin-auswahl_0::placeholder {
    color: #f6f8e4 !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

  .erfolg {
    background-color: #c92b2b;
    color: white;
    padding: 16px;
    border-radius: 8px; 
    margin-bottom: 16px;
  }
