#formularBox {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13pt;
}

.formWidth {
	max-width:800px;
	margin:0 auto;
}

.formBlockTopTitel {
	font-weight:bold;
	font-size:22pt;
	line-height:34px;
	padding-bottom:10px;
}
.formBlockTopSubTitel {
	font-weight:bold;
	font-size:16pt;
	line-height:28px;
	padding-bottom:10px;
}
.formBlockTopText {
	padding-bottom:10px;
}

.kontaktBoxText {
	padding-bottom:20px;
}

.optionsTitel {
	font-weight:bold;
	font-size:16pt;
	line-height:28px;
	padding:20px 0;
}
.optionsBlock {
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #0082c8;
}

#formularBox input, #formularBox select,#formularBox textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13pt;
	/*background-color:#f4f4f4;*/
	border:none;
	border-bottom:1px solid #ababab;
	height:51px;
	width:100%;
	padding-left:20px;
	margin-bottom:20px;
}
#formularBox textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*background-color:#f4f4f4;*/
	border-bottom:1px solid #ababab;
	height:200px;
	width:100%;
	padding:10px 20px;
	margin-bottom:20px;
}
#formularBox input:focus,#formularBox textarea:focus{ 
	outline: none; 
	background-color:#f8f8f8;
}

#formularBox input.err {
	border-color:#f00;
	background-color:#ffe6e6e6;
}
#formularBox input.err::placeholder {
	color:#f00;
}




#formularBox div.auswahlfeld.err {
	border:1px solid #f00;
}

#formularBox button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13pt;
	background-color:#a1bd08;
	border:none;
	border-radius:7px;
	color:#fff;
	height:50px;
	width:120px;
	margin-bottom:22px;
	cursor:pointer;
}
#formularBox button:hover {
	background-color:#819706;
}

#formularBox .auswahlfeld {
	background-size:30px 30px;
	background-position:left 10px center;
	background-repeat:no-repeat;
	min-height:40px;
	font-size:12pt;
	line-height:22px;
	border:1px solid #fff;
	margin-bottom:19px;
	padding-left:60px;
	cursor:pointer;
	margin-bottom:10px;
	display:flex;
	align-items: center;
}

#formularBox .auswahlfeld.chk {
	background-image:url('/page/_webpics/formular/cb-off.svg');
}

#formularBox .auswahlfeld.chk.akt {
	background-image:url('/page/_webpics/formular/cb-on.svg');
}
#formularBox .auswahlfeld.opt {
	background-image:url('/page/_webpics/formular/rb-off.svg');
}

#formularBox .auswahlfeld.opt.akt {
	background-image:url('/page/_webpics/formular/rb-on.svg');
}




