.choose_first_question, .choose_second_question, .bonn_choosen, .heimerzheim_choosen, .bornheim_gesetzlich_choosen, .bornheim_privat_choosen {
	display:flex;
	flex-wrap:wrap;
}

.first_question_text, .choose_first_question, .choose_second_question, .second_question_text, .bornheim_gesetzlich_text, .bornheim_gesetzlich_choosen,
.bornheim_privat_question_text, .bornheim_privat_choosen, .bonn_question_text, .bonn_choosen, .heimerzheim_question_text, .heimerzheim_choosen {
	display:none;
}

.anfrage_starten, .choose_bornheim, .choose_heimerzheim, .choose_bonn, .choose_bornheim_gesetzlich, .choose_bornheim_privat, .choose_button {
	cursor:pointer;
	margin-bottom:5px;
}

.choose_first_question a, .choose_first_question a:visited, .choose_first_question a:active, 
.choose_second_question a, .choose_second_question a:visited, .choose_second_question a:active,
.bornheim_gesetzlich_choosen a, .bornheim_gesetzlich_choosen a:visited, .bornheim_gesetzlich_choosen a:active,
.bornheim_privat_choosen a, .bornheim_privat_choosen a:visited, .bornheim_privat_choosen a:active,
.bonn_choosen a, .bonn_choosen a:visited, .bonn_choosen a:active,
.heimerzheim_choosen a, .heimerzheim_choosen a:visited, .heimerzheim_choosen a:active
 {
	color:#fff !important;
	text-decoration:none;
}

.choose_first_question a:hover, .choose_second_question a:hover, .bonn_choosen a:hover, .heimerzheim_choosen a:hover, .bornheim_gesetzlich_choosen a:hover, .bornheim_privat_choosen a:hover {
	color:#fff !important;
	text-decoration:underline;
}

.choose_button, .choose_bornheim, .choose_heimerzheim, .choose_bonn, .choose_bornheim_gesetzlich, .choose_bornheim_privat {
	width:180px;
	border-radius:5px;
	padding:10px;
	text-align:center;
	margin-right:5px;
	background-color:#00456B;
	color:#fff;
}

.second_question_text, .first_question_text {
	font-size:24px;
	padding-bottom:15px;
}


.m3-newformular form {
	padding:15px;
	width:100%;
}

.m3-newformular .wdform-label {
	color: #00456B!important;
	font-weight:bold;
}

.m3-newformular .wdform_row {
	margin-top:5px;
}

.m3-newformular select, .m3-newformular textarea, .m3-newformular input[type="text"] {
	border: 1px solid #00456B!important;
    background: transparent!important;
	width:300px;
	max-width:100%;
}

.m3-newformular input[type="checkbox"]{
	width:30px;
	height:30px;
}

.m3-newformular input[type="text"], .m3-newformular select {
	height: 2.5rem!important;
}

.m3-newformular .wdform-calendar-button {
	left:15px !important;
	margin-left: 10px;
	height: 2.75rem!important;
	width:50px;
	border: 1px solid #00456B!important;
    background: transparent!important;
	color: #00456B!important;
}

.m3-newformular .button-submit {
	color:#fff;
	background: #00456B!important;
	height: 2.5rem!important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	border: 1px solid #00456B!important;
}

.m3-newformular .wdform_column {
	width:33% !important;
}

.m3-newformular .wdform_section, .m3-newformular .wdform-field {
	width:100% !important;
}

.m3-newformular .wdform-date {
	width:327px !important;
	left:13px !important;
	top:-30px !important;
}

.m3-newformular .wdform_page {
	background-color:transparent !important;
}

@media only screen and (max-width: 1436px) {
	.m3-newformular .wdform-field {
		display:block !important;
	}
	
	.m3-newformular .wdform_column, .m3-newformular .wdform-field {
		width:100% !important;
	}
	.m3-newformular .wdform-element-section {
		width:96% !important;
	}
}

@media only screen and (max-width: 900px) {
	#header-lunow.folgeseite.m3-form-small {
		height:39vh !important;
	}

	#header-lunow.folgeseite.m3-form-small h2 {
		display:none;
	}

	.onlinetermin.mobile.m3-form-smaller{
		top: 30vh!important;
	}
	.m3-newformular .wdform-element-section {
		width:92% !important;
	}
	
	.m3-newformular .wdform-field {
		width:97% !important;
	}
	
}