

 
 
div#cap {
	margin:0px auto 25px auto;
	text-align:center;
}
div#cap div#cap_text {
	margin:0px auto 0px auto;
	width:70%;
	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:#e3e3e3;
}
@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:#e3e3e3;
	text-align:right;
	font-size:13pt;
	color:#000000;
	border-right: 2px solid white;
}
div#cap span#cap_hide {
	color:#e3e3e3;
}
div#cap input#cap_eintrag {
	float:left;
	margin:auto;
	width:50%;
	box-sizing: border-box;
	font-size:13pt;
	padding:15px 10px 10px 10px;
	background:#f9f6f2;
	color:#000000;
	border: none;
}