



div.kf_flex{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;


}

div.kf_left, div.kf_right {
	width:47%;
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
{
	div.kf_left, div.kf_right {
		width:100%;
	}
}
div.kf_left fieldset{
	height: 100%;
}
fieldset.kf {
	padding: 0px;
	color: #437078;
	text-align:left;
	border:none;
	box-sizing: border-box;
}
div.kf_right fieldset{
	height: 100%;
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
{
	fieldset.kf {
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
}
legend.kf {
	margin-left:10px;
	color:#437078;
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
{
	legend.kf {
		display: none;
	}
}
div.label{
	background: #264d69;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
	color: white;
	padding: 5px 0px 5px 10px; 
	box-sizing:border-box;
	transition: all 0.5s ease-out;
}
div.input_dist{
	background: #80a4bd;
	margin-bottom: 8px;
	-webkit-box-shadow: 5px 6px 15px -5px #E0E0E0; 
	box-shadow: 5px 6px 15px -5px #E0E0E0;
	transition: all 0.5s ease-out;
}

div.label_brown{
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
	padding: 5px 0px 5px 10px; 
	box-sizing:border-box;
	background: #d1c5b1;
	color: #264d69;
	transition: all 0.5s ease-out;
}
div.input_dist_lightbrown{
	background: #FDF6E2;
	color: #6D614D;
	margin-bottom: 8px;
-webkit-box-shadow: 5px 6px 15px -5px #E0E0E0; 
box-shadow: 5px 6px 15px -5px #E0E0E0;
}
span.kf_einschub{
	position: relative;
	display:block;
    	width: 100%;
    	font-size: 22pt;
	font-weight: normal;
	margin-top:30px;
	margin-bottom: 20px;
}
span.kf_einschub::after {
	content: "";
	position: absolute;
	left: -30px;
	bottom: -10px; 
	width: 140px;   
	height: 3px; 
	background-color: #7ba3be; 
}
@media (max-width: 700px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1050px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1400px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1750px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2100px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1050px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1400px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1750px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2100px) and (orientation:portrait)
{
	span.kf_einschub::after {
			left: -10px;
	}
}
.kf_form {
	width:100%;
	padding:8px 10px 8px 10px;
     	box-sizing: border-box;
	color:white;
	border:none;
	background: #80a4bd;
	font-size:12pt;
}
div.input_dist:hover div.label{
	transform: scale(1.05);
	transition: all 0.5s ease-out;
}
.kf_form:hover div.label{
	transform: scale(1.05);
	transition: all 0.5s ease-out;
}
.kf_form_lightbrown {
	width:100%;
	padding:8px 10px 8px 10px;
     	box-sizing: border-box;
	border:none;
	background: #FDF6E2;
	color: #6D614D;
	font-size:12pt;
}

div.input_dist_lightbrown:hover div.label_brown{
	transform: scale(1.05);
	transition: all 0.5s ease-out;
}
.kf_form:hover div.label_brown{
	transform: scale(1.05);
	transition: all 0.5s ease-out;
}

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

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;
}

div.cookie {
	margin:10px 0px 0px 0px;
	height:60px;
}
div.cookie .text {
	font-size:10pt;
	line-height:12pt;
	text-align:left;
}

div.checkbox {
	float:left;
	margin-top:10px;
}
div.ch-left {
	margin-left:10px;
	width:30px;
}
div.ch-right {
	width:75%;
}

input.kf_submit {
	margin:10px 0px 20px 0px;
	padding:10px 100px 10px 100px;
	cursor:pointer;
	background:#264d69;
	color:white;
	border:1px solid #cccccc;
 	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14pt;
}
input.kf_submit:hover {
	background:#d1c5b1;
	color:#264d69;
	border:1px solid #d1c5b1;
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
{
	input.kf_submit {
		margin:10px 5px 20px 0px;
		padding:8px 60px 8px 60px;
	}
}
div.kf_antwort {
	margin:30px 0px 30px 100px;
	padding:40px;
	width:65%;
	color:#264d69;
	
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
{
	div.kf_antwort {
		margin:30px 20px 30px 20px;
		padding:20px;
	}
}
input.form{
	    vertical-align: middle !important;
	    transform:scale(1.2);
}
 
 
 
div#cap {
	margin:20px auto 25px auto;
	width:90%;
	text-align:center;
}
div#cap div#cap_text {
	margin:0px auto 0px auto;
	width:100%;
	text-align:left;
}
div#cap div#cap_rahmen {
	margin:10px auto 10px auto;
	width:100%;
	height: 50px;
	border:none;
	display: flex;
	align-items: stretch;
}
div#cap div#cap_vorlage {
	margin:auto;
	width:50%;
	height: 100%;
	padding:10px;
	box-sizing:border-box;
	background:#264d69;
	text-align:right;
	font-size:13pt;
	color:white;
	border:1px solid #264d69;
	border-right:none;
	line-height: 1.5em;
}
div#cap span#cap_hide {
	color:#264d69;
}
div#cap input#cap_eintrag {
	margin:auto;
	width: 50%;
	height: 100%;
	padding:10px 10px 10px 35px;
	box-sizing:border-box;
	font-size:13pt;
	background:#80a4bd;
	color:white;
	border:1px solid #80a4bd;
	line-height: 1.5em;
}
div#cap_rahmen div:nth-child(4){
	display: none;
}