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: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, div.kf_right {
		width:100%;
	}
}
div.kf_left, div.kf_right fieldset{
	height: 100%;

}
fieldset.kf {
	padding: 20px;
	color: #DA9203;
	text-align:left;
	border:none;
	background:#fff;
	box-sizing: border-box;
 	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
}
@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 0px 10px 0px;
		padding: 10px;
		border: 0px;
	}
}
legend.kf {
	margin-left:10px;
	padding-bottom:40px;
	background: transparent; 
	color:#DA9203;
	
}

@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;
	}
}
fieldset.kf label{
	
	 color: #DA9203;

}

.kf_form {
	margin-left:5px;	
	width:95%;
	padding:8px 10px 8px 10px;
     	box-sizing: border-box;
	background:#fff;
	color:#555555;
	border-width: 5px;
 	border-style: solid;
	border-image:linear-gradient( to bottom, #FCD17B,  #FF9933 ) 1 100%;
	border-right:none;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.kf_form:hover{
	box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.2);
	border:1px solid #FF9933;
	border-left:2px solid #FF9933;
}
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 auto 20px auto;
	padding:6px 100px 6px 100px;
	cursor:pointer;
	background:-moz-linear-gradient(top, #fafafa 0%, #d4d4d4 100%);
	background:-webkit-linear-gradient(top, #fafafa 0%, #d4d4d4 100%);
	background:linear-gradient(to bottom, #fafafa 0%, #d4d4d4 100%);
	color:#777777;
	border:1px solid #cccccc;
 	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input.kf_submit:hover {
	background:-moz-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
	background:-webkit-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
	background:linear-gradient(to bottom, #e4e4e4 0%, #fafafa 100%);
	color:#929292;
	border:1px solid #dddddd;
}
@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 {
		margin:10px 5px 20px 0px;
		padding:8px 60px 8px 60px;
	}
}
div.kf_antwort {
	margin:30px 0px 30px 100px;
	padding:40px;
	width:65%;
	color:#555555;
	border:1px solid #ff9933;
}
@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;
	}
}
table.anmeldung, table.anmeldung td, table.anmeldung tr, table.anmeldung tbody{
		display: block;
	}
	
input.autoopener:not(:checked) + label + div.auto {
	display:none; 
	}

@media (max-width: 850px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1275px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1700px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2125px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2550px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1275px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1700px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2125px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2550px) and (orientation:portrait)
{
	input.autoopener:not(:checked) + label + div.auto {
			
	}
}

input.autoopener:checked + label + div.auto {
	display:block; 

}
@media (max-width: 850px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1275px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1700px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2125px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2550px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1275px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1700px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2125px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2550px) and (orientation:portrait)
{
	input.autoopener:checked + label + div.auto {
	
	}
}
div.abstand_formular{
	
	margin-bottom:30px;
}
 
 
 
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:#DA9203;
	color:#fff;
	border:1px solid #DA9203;
	border-left:2px solid #DA9203;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align:right;
	font-size:13pt;
	line-height: 1.5em;
}
div#cap span#cap_hide {
	color:#DA9203;
}
div#cap input#cap_eintrag {
	margin:auto;
	width: 50%;
	height: 100%;
	padding:10px 10px 10px 35px;
	box-sizing:border-box;
	font-size:13pt;
	line-height: 1.5em;
	color:#555555;
	border:1px solid #fff;
	border-left:2px solid #fff;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
div#cap_rahmen div:nth-child(4){
	display: none;
}

 
  
   

input[type="file"]::file-selector-button {
	background: #DA9203;
	color: white;
	border: none;

	padding: 8px 10px 8px 10px;
	cursor: pointer;
	transition: background 0.2s;
}

input[type="file"]::file-selector-button:hover {
	background: #74A9C8;
}