.krankmeldung .widget {
	margin-bottom: 10px;
}


.form_fieldset_pur legend {
	color: #444;
	background-color: transparent;
	box-shadow: none;
	padding: 0 0 9px;
}

.form_fieldset_pur legend .mandatory {
	float: right;
}

select.select_xl {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1em;
	width: 100%;
}

select.select_xl {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: white;
	padding: 5px;
	outline: none;
	 background-image:url(https://cekib.de/files/cekib/css/select-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

@media(min-width:768px) and (max-width: 979px) {
	.form_fieldset_pur span{
		display: block;
		float: none;
		padding-bottom: 5px;
	}
	.form_fieldset_pur {
		padding-bottom: 1px;
	}	
}

@media(max-width: 767px) {
	.form_fieldset_pur {
		padding-bottom: 6px;
	}	
}