fieldset{
	position: relative;
	width: 45%;
	display: block;
	margin-bottom: 0px;	
	border: 1px solid #197BAE;
	box-sizing: border-box;
	float: left;
	margin-right: 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{
		float: none;
		width: 100%;
		margin: 0px;
	}
}

legend{
	padding: 5px;
	color: #197BAE;
	font-weight: normal;
	text-align:left;
	letter-spacing: 0.15em;
}

.form  {  
	width: 100%;
	border: 0px;  
	background: #197BAE;
	color: white;
	padding: 10px;
	font-weight:normal;
	border:1px solid #197BAE;
	box-sizing: border-box;
	-moz-box-shadow: 0px 2px 10px 0px #666;
 	-webkit-box-shadow: 0px 2px 10px 0px #666;
	 box-shadow: 0px 2px 10px 0px #666;	
	 margin-bottom: 5px;
}
	

div.form_dist{
	padding: 15px;
}	
i.form_small{
	font-size: 8pt;
}
.formbutton{
	cursor: pointer;
	width: 90%;	
	max-width: 300px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
}
.formbutton:hover{
	background: #197BAE;
	color: white;
}
div.kontakt-antwort {
	margin:25px;
	line-height: 1.4em;
	font-weight:bold;
}
select.form {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}



 
 
div#cap {
	margin:20px auto 25px auto;
	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:1px solid #cccccc;
	box-sizing: border-box;
}
div#cap div#cap_vorlage {
	float:left;
	margin:auto;
	width:50%;
	padding:10px;
	box-sizing: border-box;
	background: #e3e3e3;
	text-align:right;
	font-size:13pt;
	color:#666666;	
	border-right:none;
	line-height: normal;
}
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;
	font-size:13pt;
	background: #197BAE;
	color: white;
	border: none;
}
