.hidden_formfields{
	display:none;
}
span.blau{
	color: #004F95;
}
.schulstelle_box_test{
    position: relative;
    display: block;
    vertical-align: middle;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: 0;
	width: 13px;
	bottom: 0;
	opacity: 0;
	z-index: -1
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000000;
	width: 100%;
	z-index: 1;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0D4E96;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox_div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.checkbox_div:last-child{
	margin: 0 auto;
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked){
   position: absolute;
    left: 0;
	opacity: 0;
	z-index: -1;
	width: 13px;
	bottom: 0;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
    color: #000000;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    background: #fff;
}

[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 12px;
    height: 12px;
    background: #0D4E96;
    position: absolute;
    top: 9px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000000;
	width: 100%;
	z-index: 1;
}
[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0D4E96;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
span.wpcf7-list-item{
	margin:0 30px 0 0;
}
.abmeldung_schule .wpcf7-list-item{
	float:none!important;
	margin-bottom: 30px;
}
.schule_box .wpcf7-list-item{
	float:none!important;
	margin-bottom: 30px;
}

.bereich{
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.bereich_ohne{
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.bereich h3, .bereich_ohne h3{
	text-align: left;
	color: #D0AE43;
	text-transform: uppercase;
	font-size: 20px;
}
.schulstelle_box{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.schulstelle_box:last-child{
	margin: 0 auto;
}

.box_abstand{
	margin-bottom: 30px;
	position: relative;
}
.input_box{
	margin-bottom: 30px;
}
.full{
	width: 100%;
}
.half{
	width: calc(50% - 15px);
	float: left;
}
.third{
	width: calc(33.33% - 18px);
	float: left;
	margin-right: 30px;
}
.quarter{
	width: calc(25% - 18px);
	float: left;
	margin-right: 30px;
}
.fifth{
	width: calc(20% - 18px);
	float: left;
	margin-right: 30px;
}
.sixth{
	width: calc(16.6% - 18px);
	float: left;
	margin-right: 30px;
}
.last{
	float: right;
	margin: 0 auto !important;
}
.input_box input{
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	font-size: 18px;
	font-family: 'soleil', sans-serif;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
}
.input_box select{
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	font-size: 18px;
	font-family: 'soleil', sans-serif;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	padding: 0 10px;
}
.abstand_24 .third{
	width: calc(33.33% - 24px);
	float: left;
	margin-right: 30px;
}
.abstand_24 .sixth{
	width: calc(16.6% - 24px);
	float: left;
	margin-right: 30px;
}
.geboren_am_box{
	float: left;
	margin-right: 30px;
	padding: 10px;
	height: 40px;
	line-height: 1;
	width: calc(16.6% - 24px);
}
.abstand_22 .third{
	width: calc(33.33% - 22.5px);
	float: left;
	margin-right: 30px;
}
.abstand_22 .quarter{
	width: calc(25% - 22.5px);
	float: left;
	margin-right: 30px;
}
.abstand_22 .sixth{
	width: calc(16.6% - 22.5px);
	float: left;
	margin-right: 30px;
}

.einblende_input_box{
	margin: 10px auto 0;
	display: none;
}
.weiterbutton{
	background-color: #D0AE43;
	border: none;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin: 0 auto;
	font-size: 18px;
	width: auto;
	line-height: 1;
	padding: 10px 20px;
}
.weiterbutton:hover{
	border: 0;
}
.add_remove_box{
	text-align: center;
}
.add_remove_box div{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	margin: 0 10px;
}
.no_border{
	border:0;
	margin-bottom: 0;
}
.anmeldeboxen{
	margin-bottom: 50px;
}
.anmeldebox_text{
	float: none;
	clear: both;
}
.anmeldeboxen .button_preise{
	margin: 20px 0 0 0;
}
.beschreibung_schulstellen{
	margin-bottom: 30px;
	font-weight: 500;
}

.pflicht_div{
	margin-bottom: 20px;
	position: relative;
}
.schulstellen_ein_aus{
	display: none;
	float: left;
}
.box_abstand .wpcf7-list-item.last{
	float: none;
}

#steuernummer_schueler, #steuernummer_kind{
	text-transform:uppercase;
}

#abschicken{
	background-color: #D0AE43;
	border: none;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin: 0 auto;
	font-size: 18px;
	width: auto;
	line-height: 1;
	padding: 10px 20px;
	margin-top: 50px;
}
#abschicken:hover{
	background-color: #004F95;
}
@media screen and (max-width: 960px) {
	.geboren_am_box{
		width: 100%;
		margin: 0 auto 10px;
		padding: 0;
		height: auto;
	}
	.geburtsdatum_box{
		width: calc(50% - 15px) !important;
	}
}
@media screen and (max-width: 680px) {
	.third, .sixth, .quarter{
		width: calc(50% - 15px) !important;
	}
	.later_last{
		margin: 0 auto 30px !important;
		float: right;
	}
}
@media screen and (max-width: 560px) {
	.checkbox_div{
		width: calc(50% - 15px);
	}
	.checkbox_div:nth-child(2n){
		margin: 5px auto;
	}
	span.wpcf7-list-item {
		margin: 10px auto !important;
		display: block;
	}
}
@media screen and (max-width: 525px) {
	.schulstelle_box {
		position: relative;
		display: block;
		margin: 0 auto 20px;
	}
	.schulstelle_box:last-child{
		margin: 0 auto;
	}
	.half, .third, .quarter, .fifth, .sixth, .later_last, .last{
		width: 100% !important;
		margin: 0 auto 20px !important;
	}
}