/* Abstände zwischen Formularfeldern reduzieren */
.wpcf7 form p {
  margin-bottom: 10px; /* nach Geschmack, Standard ist oft 20–30px */
}

.wpcf7 form label {
  display: block;
  margin-bottom: 4px; /* kleiner Abstand Label → Input */
}

.wpcf7 form .wpcf7-form-control {
  margin-bottom: 0;
}