/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 18:43:32 */
/* CSS Code fuer Kontaktformular */

/* Input-Feldern einheitliches Design geben */
input.wpcf7-form-control {
  border: 1px solid #c8c8c8;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 23px 0;
  height: auto;
}

/* Button stylen */
input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit {
  color: var(--color-primary1);
  background-color: #f0f0f0;
}

/* Alle Eingabe-Felder gleich lang machen */
#wpcf7-f390-p386-o1 > form > p > label,
#wpcf7-f289-p388-o1 > form > p > label {
  min-width: 527px;
  max-width: 750px;
}
input.f12c,
input.wpcf7-form-control.wpcf7-submit {
  min-width: 527px;
  max-width: 527px;
}
@media screen and (max-width: 600px) {
  #wpcf7-f390-p386-o1 > form > p > label,
  #wpcf7-f289-p388-o1 > form > p > label,
  input.f12c,
  input.wpcf7-form-control.wpcf7-submit {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
