



div.kf_left {
	float:left;
	width:48%;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	div.kf_left {
		float: none;
		width:100%;
	}
}
div.kf_right {
	float:right;
	width:48%;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	div.kf_right {
		float: none;
		width:100%;
		margin-top: 20px;
	}
}
fieldset.kf {
	padding:30px;;
	text-align:left;
	border:none;
}
div.kf_dist {
	margin:10px 0px 0px 0px;
}
div.kf_ontop {
	margin:30px 0px 0px 25px;
	padding:40px 0px 0px 0px;
	border-top:1px solid #cccccc;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	fieldset.kf {
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	div.kf_dist {
		margin: 0px;
	}
	div.kf_ontop {
		margin:30px 0px 10px -15px;
		padding:20px 0px 20px 5px;
		border-top:1px solid #cccccc;
	}
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	legend.kf {
		display: none;
	}
}
.kf_form {
	margin:1px 0px 7px 5px;
	width:100%;
	padding:9px 10px 9px 10px;
     	box-sizing: border-box;
	background:#fcfdff;
	border:1px solid #ced7dd;
	border-left:1px solid #abbdce;
	border-bottom:1px solid #dda8b1;
	-webkit-box-shadow:0px 0px 15px #eaedef;
	-moz-box-shadow:0px 0px 15px #eaedef;
	box-shadow:0px 0px 15px #eaedef;
}
.kf_form:hover {
	background:#fffcfc;
	border-bottom:1px solid #c52942;
}
.kf_form:focus {
	background:#fff7f7;
	color:#702c2c;
	border-bottom:1px solid #c52942;
}

input.kf_no_marginbottom {
	margin-bottom:3px;
}

div.kf_telefon {
	float:left;
	margin-right:5%; 
	width:60%;
}
div.kf_telefon_rechts {
	float:left;
	width:35%;
}
div.kf_telefon_rechts label {
	font-size:10pt;
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
{
	div.kf_telefon_rechts {
		width:145px;
	}
}

div.checkbox {
	float:left;
}
div.ch-left {
	margin-left:5px;
	width:30px;
}
div.ch-right {
	width:calc(95% - 40px);
}
div.ch-color {
	color:#333333;
}

.kf_zwischenueberschrift {
	margin:35px 0px 0px 30px;
}

div#kf_pflicht2 {
	float:left;
	width:23px;
}
div#kf_pflicht2_text {
	float:left;
	width: calc(100% - 23px);
	line-height:15pt;
	font-size:0.85em;
	font-style:italic;
}

input.kf_submit {
	margin:10px 0px 20px 0px;
	padding:10px 100px 10px 100px;
	cursor:pointer;
	background:#213a52;
	color:#d2d8dd;
	border:none;
	-webkit-box-shadow:3px 3px 8px #8c9499;
	-moz-box-shadow:3px 3px 8px #8c9499;
	box-shadow:3px 3px 8px #8c9499;
}
input.kf_submit:hover {
	margin:11px -1px 19px 1px;
	background:#c52942;
	color:#dbd2d4;
	-webkit-box-shadow:1px 1px 4px #998c8e;
	-moz-box-shadow:1px 1px 4px #998c8e;
	box-shadow:1px 1px 4px #998c8e;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	input.kf_submit, input.kf_submit:hover {
		margin:10px 5px 20px 0px;
		padding:8px 60px 8px 60px;
	}
}
div.kf_antwort {
	margin:30px 0px 30px 80px;
	padding:40px;
	width:65%;
	background:#fcfdff;
	border:1px solid #ced7dd;
	border:1px solid #b9c1c9;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
{
	div.kf_antwort {
		margin:30px 20px 30px 20px;
		padding:20px;
	}
}


 
 
div#cap {
	margin:0px auto 25px auto;
	text-align:center;
}
div#cap div#cap_text {
	margin:0px auto 0px auto;
	width:90%;
	text-align:left;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div#cap div#cap_text {
		width: 85%;
	}
}
div#cap div#cap_rahmen {
	margin:10px auto 10px auto;
	width:70%;
	border:none;
	background:#DDDDDD;
	box-shadow:1px 1px 3px #eeeeee;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div#cap div#cap_rahmen {
		width: 85%;
	}
}
div#cap div#cap_vorlage {
	float:left;
	margin:auto;
	width:50%;
	padding:10px;
	box-sizing:border-box;
	background:#DDDDDD;
	text-align:right;
	font-size:13pt;
	color:#000000;
}
div#cap span#cap_hide {
	color:#DDDDDD;
}
div#cap input#cap_eintrag {
	float:left;
	margin:auto;
	width:50%;
	box-sizing: border-box;
	font-size:13pt;
	padding:15px 10px 10px 10px;
   	border: 1px solid #ced7dd;
	 color: black;
	 line-height: 1em;
	 background: #fffcfc;
	border-bottom: 1px solid #c52942;
	box-sizing: border-box;
	border-left: 1px solid #abbdce;
	border-bottom: 1px solid #dda8b1;
	box-shadow: 0px 0px 15px #eaedef;
}