	div#plugincalcontainer  {  background:white;width:280px;border:1px solid #555555;position:absolute;top:0px;left:0px;z-index:20;-moz-box-shadow: 0px 0px 10px #777; -webkit-box-shadow: 0px 0px 10px #777;box-shadow: 0px 0px 10px #777;  }
	th.plugincal  {  width:40px;text-align:center;font-weight:bold;padding:3px;border-bottom:1px dotted #666666;border-top:1px dotted #666666;  }
	td.plugincal  {  width:40px;text-align:center;padding:0px;cursor:pointer; }
	td#plugincalmonthtd  {  width:200px;text-align:center;font-size:12pt;font-weight:normal;  }
	td#plugincaltdclose  {  padding-right:10px;padding-top:3px;padding-bottom:8px;  }
	a#plugincalclose  {  font-weight:bold;color:#888888;font-size:8pt;  }
	a.plugincala  {  text-decoration: none;color: black;display:block;padding:3px;font-size:12pt;font-weight:normal;  }
	a.plugincala:hover  {  background: #DDDDEE;font-size:12pt;font-weight:normal;color:black;  }
	
	input.fieldweekday, input.fieldweekday:disabled  {  padding:8px 10px 8px 10px;box-sizing: border-box;background:#EEE;color:#555555;border: none;width: 45px;}
	input.fieldday  {  padding:8px 10px 8px 10px;box-sizing: border-box;background:#EEE;color:#555555;border:1px solid black;width: 120px; }
	
	.form_twocols{
		display: flex;
		align-items: flex-start;
	}
	.form_twocols_1{
		margin-right: 10px;
	}






div.kf_container{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}	

div.kf_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 {
		width:100%;
	}
}
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_right {
		float: none;
		width:100%;
		margin-top: 20px;
	}
}
div.kf_dist {
	margin:10px 0px 0px 0px;
}
@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_dist {
		margin: 0px;
	}
}
fieldset.kf {
	padding:0px 10px 10px 10px;
	color: black;
	text-align:left;
	border:1px solid #999;
	height: 100%;
}
@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;
	}
}
legend.kf {
	margin-left:10px;
	color:#E62229;
}
@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.fieldset2{
	position: relative;
	width: 100%;
	display: flex;
	color: black;
	flex-wrap: wrap;	
	justify-content: space-between;
	border:1px solid #999;
}
@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.fieldset2{
		border: none;
		margin: 0px;
		padding: 0px;
	}
}
fieldset.complete_width{
	position: relative;
	width: 100%;
	color: black;
	border:1px solid #999;
}

fieldset.fieldset_full{
	position: relative;
	width: 100%;
	color: black;
	border:1px solid #999;
}

div.addon_more{
	display: inline;
	color: #E62229;
	cursor: pointer;
}

div.kf_flex{
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
}
div.kf_flex > div{
	padding: 10px;
}


.kf_form {
	width:90%;
	margin-left: 5%;
	padding:8px 10px 8px 10px;
     	box-sizing: border-box;
	background:#EEE;
	color:#555555;
	border:1px solid black;
}
textarea.kf_form{
	width: 95%;
	margin-left: 2.5%;
}
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:6px 100px 6px 100px;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	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 #E62229;
}
@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;
	}
}

input.autoopener:not(:checked) + label + div.auto {
	display:none; 
}


input.autoopener:checked + label + div.auto {
	display:block; 
	margin:0px 0px 0px 0px;
	border: none
}


 
 
 
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%;
	border:none;
}
div#cap div#cap_vorlage {
	float:left;
	margin:auto;
	width:50%;
	padding:10px;
	line-height: 1.5em;
	box-sizing:border-box;
	background:#e3e3e3;
	text-align:right;
	color:#666666;
	border:1px solid #cccccc;
	border-right:none;
}
div#cap span#cap_hide {
	color:#e3e3e3;
}
div#cap input#cap_eintrag {
	float:left;
	margin:auto;
	width:50%;
	padding:10px 10px 10px 35px;
	box-sizing:border-box;
	background:#f2faf2;
	color:#555555;
	line-height: 1.5em;
	border:1px solid black;
}

div#kf_datenschutz{
	width: 100%;
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
}


div.kf_fix_block{
	border-left: 10px solid #C2C2C2;
	background: #EEE;
	padding: 20px;
	margin-bottom: 20px;
}