/* Elementor form floating labels. */
label:not(.elementor-field-type-acceptance label):not(.elementor-field-type-radio label) {
	position: absolute !important;
	margin-left: 20px !important;
	top: 50%;
	transform: translateY(-50%);
}

.elementor-field-type-textarea label:not(.elementor-field-type-acceptance label):not(.elementor-field-type-radio label) {
	position: absolute !important;
	margin-left: 20px !important;
	top: 30px;
	transform: translateY(-16px);
}

label.focused:not(.elementor-field-type-acceptance label):not(.elementor-field-type-radio label) {
	background: white !important;
	padding: 2px 8px !important;
	margin-left: 12px !important;
	margin-top: -25px !important;
	border-radius: 3px !important;
	font-size: 90% !important;
	transition: all 0.2s ease !important;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option,
p.legal,
.type-policy_confirm {
	display: flex !important;
	align-items: start !important;
	margin-top: 0 !important;
}

.elementor-field-type-acceptance .elementor-field-option label,
p.legal label,
.type-policy_confirm label {
	display: block !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.elementor-field-type-acceptance .elementor-field-option input,
p.legal input,
.type-policy_confirm input {
	margin-right: 10px;
}

.elementor-field-type-acceptance .elementor-field-subgroup label {
	color: #fff !important;
}

.pflichtfeld {
	margin: 0;
	font-size: 12px !important;
	line-height: 1.4 !important;
}
