/*
 * Formulare
 * Inhalt aus dem Plugin-Eintrag "Formulare" hier einfuegen.
 */
/*Label Position normal state*/
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 Position on Focus state*/
label.focused:not(.elementor-field-type-acceptance label):not(.elementor-field-type-radio label) {
	background: white !important;
	/* Change background color (label)) */
	padding: 2px 8px !important;
	margin-left: 12px !important;
	margin-top: -25px !important;
	/* Change position  (label)) */
	border-radius: 3px !important;
	font-size: 90% !important;
	/* Change font size (label)) */
	/*color: #008BD0 !important;
	 Change label text color */
	transition: all 0.2s ease !important;
}

input[type="file"] {
  border-radius: 0!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: 0px !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;
}

.pflichtfeld {
	margin: 0px;
	font-size: 12px !important;
	line-height: 1.4 !important;
}
.elementor-mark-required .elementor-field-label:after {
    color: #C91992;
}

.asterisk {
  color: #C91992!important;  /* deine Wunschfarbe */
  font-weight: bold; /* optional */
}