/* Abstand für alle Felder anpassen */
.visform .control-group {
    margin-bottom: 15px; !important;/* Ändern Sie diesen Wert nach Bedarf */
}

.visform .control-group {
    margin-top: 15px; !important;/* Ändern Sie diesen Wert nach Bedarf */
}

.visform input {
    border-radius: 8px;
}