/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 26 2026 | 18:45:11 */
/* Alle Step-"Fake-Felder" erkennen */
.et_pb_contact_field[data-id^="step-"] input,
.et_pb_contact_field[data-id^="step-"] textarea,
.et_pb_contact_field[data-id^="step-"] select {
    display: none !important;
}

/* Label als Überschrift stylen */
.et_pb_contact_field[data-id^="step-"] .et_pb_contact_form_label {
    display: block;
	border-bottom: 1px solid #94cbb9;
	padding-bottom:20px;
	font-weight: 600;
}