#anmeldung2022 input[type="text"], #anmeldung2022 input[type="date"] {
    margin: 0 0 1em 0;
    clear: both;
    float: none;
    padding: 0.5em !important;
    display: block;
	background-color: #f5f5f5;
	width:100%;
	height:50px;
}
#anmeldung2022 select {
    padding: 0.5em !important;
	height: 50px;
	background-color: #f5f5f5;
	margin: 0 0 1em 0;
}
#anmeldung2022 label {
    display: block;
    clear: right;
    float: none;
    margin-bottom: 0.2em !important;
}
#anmeldung2022 input[type="radio"], #anmeldung2022 input[type="checkbox"] {
	margin-right: 1em !important;
	float: left;
}
#anmeldung2022 label.radiolabel {
    display: block;
	width: 10em !important;
	float: left;
	margin: 0 !important;
}
#anmeldung2022 .radios
{
    display: block;
	width: 50%;
    float: left;
}
#anmeldung2022 .radios > span
{
    white-space: nowrap;
    display: block;
    padding: 0.5em 0 !important;
    clear: both;
}
#anmeldung2022 h4 {
    margin: 1em 0 !important;
    padding: 0 !important;
}
div#submitSchule, div#submitKita, div#submitting {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
div#submitting {
	background-color: #e00003 !important;
	display: none;
	cursor: default !important;
}
hr.trenner {
	height: 0px;
    clear: both;
    float: none;
    margin-bottom: 1.5em !important;
}
.grecaptcha-badge {
  z-index: 99999;
}