html {
	background: #acf url(img/front3.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/front3.jpg', sizingMethod='crop');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/_front_.jpg', sizingMethod='crop')";
	-webkit-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/front3.jpg', sizingMethod='crop')";
}

body {
	font-family: /*georgia, */verdana, arial;
	font-weight: normal;
	text-decoration: none;
}


@media (max-width: 730px) {
	body {
		font-size: 8pt
	}
}

@media (min-width: 730px) {
	body {
		font-size: 10pt
	}
}

/*
 @media 
 devicePixelRatio ???
 */

#menu_wrapper {
	vertical-align: top;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	-moz-box-shadow: inset -5px -5px 5px #888;
	-webkit-box-shadow: inset -5px -5px 5px #888;
	box-shadow: inset -5px -5px 5px #888;
	position: relative;
	overflow: hidden;
	z-index: 1000;
}

#menu {
	display: inline-block;
	padding: 1em;
	text-decoration: none;
	font-size: 1.2em;
	font-style: normal;
	color: black;
	text-align: left;
	line-height: 200%;
	display: inline-block;
	font-family: /*georgia, */verdana, arial;
}

.col1 {
	vertical-align: top;
	width: 13em;
	xposition: fixed;
	xposition: absolute;
	xz-index: 1;
	xdisplay: none;
}

.col2 {
	vertical-align: top;
	text-align: left;
	
	width: auto;
}

.col3 {
	vertical-align: top;
	width: auto; /*520px;*/
}

.col23 {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	width: "*";
}

.col_content {
	border-radius: 10px;
	margin: 0 0.5em auto 0.5em;
	vertical-align: top;
	background: rgba(255,255,255,0.6);
}

.col3_s {
	margin-top: 0.5em;
}

.col_block{
	display: inline-block;
}

.mxw{
	max-width: 600px;
}

@media (max-width: 900px) { /* small display */
	.col3_w {
		display: none;
	}
    .x_mxw {
    	max-width: none;
    } 
}

@media (min-width: 901px) { /* wide display */
    .col3_w {
    	width: 33%;
    	/*max-width: 500px;*/
    }    
	.col3_s {
		display: none;
	}
    .x_mxw {
    	max-width: none;
    } 
}
*/

.xx_pic_top {
	position: relative;top:-21px;	
}


.col_content_plan {  /* ibl sct_tab2 sh1  */
	display: inline-block;
	width: auto;
	margin: 0 0.5em auto 0.5em;
	vertical-align: top;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 0.8em 0.2em rgba(0,0,0,0.5);
}

#PlanAuswahl/*, #PlanAuswahl li */ {
	text-decoration: none;
	font-size: 1.2em;
	font-family: /*georgia, */verdana, arial;
	font-style: normal;
	color: black;
	text-align: left;
	line-height: 200%;
	display: inline-block;
	margin: 0;
	padding: 0px;
	width: 100%;
}

#PlanAuswahl li {
	display: inline-block;
	width: 100px;
	text-align: center;
}


.colTitle {
	display: inline-block;  
	padding: 1em;
	text-decoration: none;
	font-size: 1.2em;
	font-family: /*georgia, */verdana, arial;
	font-style: normal;
	color: black;
	text-align: left;
	line-height: 200%;
	margin-bottom: 0;
	color: black;
	
	font-weight: bold;	
}

.sh_map {
	box-shadow: 0 0 0.8em 0.2em rgba(0,0,0,0.5);
}

.textbox {
	font-family: /*georgia, */verdana, arial;
	padding-left: 2em;
	padding-right: 1em;
	padding-bottom: .75em;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: left;
	line-height: 140%;
}

.textbox0 {
	padding-bottom: 1em;
}

.contact_group { /* Border Kontaktformular */
	border: 1px solid rgba(0,0,0,0.4);
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-weight: bold;
}

.contact_group_legend {
	padding: 0.35em;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.4);
}

.contact_field {
	display: block;
	margin-left: auto;
	margin-right: 2%;
	margin-left: 2%;
	border-radius: 5px;
	font-weight: normal;
}

.contact_field:hover {
/*  Label Hintergrund */
	background: rgba(0,0,255,0.1);
}

.contact_chk {
	display: inline;
	font-weight: normal;
}


.contact_label {
	display: inline-block;
	width: 30%;
	padding-left: 2%;
	padding-right: 2%;
}

.contact_label + input {
	width: 59%;
	padding-left: 2%;
	padding-right: 2%;
	min-width: 16em;
}

.contact_input {
	display: inline;
	border-radius: 5px;
    margin-left: 2%;
	font-weight: normal;
}

textarea {
	resize: none;
	padding: 1%;
	line-height: 1.1em;

	margin-left: 2%;
	width: 92%;
	margin-right: auto;
	background: rgba(255,255,255,0.6);
}

select:focus, input:focus, textarea:focus, .contact_input:focus /* Schatten für Inputfields */ {
	background: #fff;
	outline: none;
	color: #000;
	font-weight: bold;
	box-shadow: 0 0 0.8em 0.1em #00f;
}




/* --- alte styles */
.nav {
	display: inline-block;
	padding: 1em;
	text-decoration: none;
	font-size: 1.2em;
	font-family: /*georgia, */verdana, arial;
	font-style: normal;
	color: black;
	text-align: left;
	line-height: 200%;
	/*                background-color: #cceeff;*/
}


.n0 {
	/*        padding: 0 0.5em 0 0.5em;*/
	/*        background-color: #c0c0c0;*/
	border-radius: 5px;
}
.n1 {
	/*        padding: 0 0.5em 0 0.5em;*/
	background-color: #c0c0c0;
	border-radius: 5px;
}

h1 {
	font-size: 1em;
}

#T1 {
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	font-family: Comic Sans MS, Georgia, Verdana Arial;
	color: white;
	xposition: absolute;
	
}


#x_subpage_wrapper {
	margin-bottom: 7em;
	position: relative;
	overflow: hidden;
	z-index: 1000;
}

#subpage_wrapper_tab {
	position: relative;
	overflow: hidden;
	z-index: 1000;
}

li {
	list-style: none;
}

.bul {
	list-style-type: disc;
}

.plf {
	padding-left: 1.5em;
}

a {
	text-decoration: none;
	font-weight: normal;
	cursor: default;
	color: blue;
}
a:link {
}
a:visited {
}
a:hover {
	cursor: hand; /* auto; */
	background-color: #c0c0c0;
}
a:active {
}

#x_google_map {
	position: absolute;
	right: 2%;
	top: 100px;
	width: 40%;
	height: 400px;
	margin: 0px;
}

#global_footer {
	height: 3em;
	color: rgba(255,255,255,0.4);
	font-size: 0.8em;
	font-weight: normal;
	font-family: arial;
	position: absolute;
	bottom: 0;
	/* width:100%; */
	/* display: none; */
}

.author {
	color: rgba(255,255,255,0.4);
}
.author:hover {
	background-color: #22f;
}

.mct_tab {
	vertical-align: top;
	background: rgba(255,255,255,0.7);/*font-size:0.8em;*/
}

.sct_tab {
	width: auto;
	margin: 0 0 auto 1%;
	vertical-align: top;
}

.sct_tab2 {
	width: auto;
	margin: 0 0.5em auto 0.5em;
	vertical-align: top;
	background: rgba(255,255,255,0.5);
}

.ibl {
	display: inline-block;
}
.inl {
	display: inline;
}
.bl {
	display: block;
}
.cr {
	border-radius: 10px;
}
.cr5 {
	border-radius: 5px;
}

.sh {
	-moz-box-shadow: inset -5px -5px 5px #888;
	-webkit-box-shadow: inset -5px -5px 5px #888;
	box-shadow: inset -5px -5px 5px #888;
}

.nodisp {
	display: none;
}

.ctr {
	display: block;
	margin-left: auto;
	margin-right: 2%;
	margin-left: 2%
}

label.pre {
	width: 30%;
	padding-left: 2%;
	padding-right: 2%;
}
label.pre + input {
	width: 59%;
	padding-left: 2%;
	padding-right: 2%;
	min-width: 16em;
}

input[type=text], input[type=password], input[type=email], input[type=tel], select {
	font-family: 'AnonymousRegularPro', Monospace;
	margin: 0.3em 1%;
	padding: 0.2em 1%;
	background: rgba(255,255,255,0.6);
}
input[type=checkbox], input[type=radio] {
	font-family: 'AnonymousRegularPro', Monospace;
	margin: 0.3em 1%;
	padding: 0.2em 1%;
}
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

label:hover {
	text-decoration: underline;
	cursor: pointer;
}

.hh:hover/* Label Hintergrund */ {
	background: rgba(0,0,255,0.1);
}

.bs/* Border Kontaktformular */ {
	border: 1px solid rgba(0,0,0,0.4);
}
.psa {
	padding: 0.35em;
}
.vs {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.textarea:focus {
	font-weight: normal;
}
.textarea {
	resize: none;
	width: 98%;
	padding: 1%;
	font-family: 'AnonymousProRegular', monospace;
	font-size: 1.1em;
	line-height: 1.1em;
}

.textarea {
	margin-left: 2%;
	width: 92%;
	margin-right: auto;
	background: rgba(255,255,255,0.6);
}

#submit {
	margin-right: auto;
}


.bold {
	font-weight: bold;
}
.fn {
	font-weight: normal;
}

.colTitle {
	margin-bottom: 0;
	color: black;
}

/* Senden Button */
.fbu {
	width: 9em;
	font-size: 1.2em;
	position: relative;
	color: #000;
	display: block;
	font-family: Monospace, "Courier New";
	text-align: center;
	padding: 0.4em;
	background: rgba(255,255,255,0.6);
	margin-left: auto;
	margin-bottom: 1em;
	border: 1px solid rgba(0,0,0,0.4);
	border-bottom: 1px solid rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 8px rgba(255,255,255,0.1), inset 0 1px rgba(255,255,255,0.3), inset 0 0.7em rgba(255,255,255,0.3), inset 0 1em 2em rgba(255,255,255,0.6), inset 0 -15px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 8px rgba(255,255,255,0.1), inset 0 1px rgba(255,255,255,0.3), inset 0 0.7em rgba(255,255,255,0.3), inset 0 1em 2em rgba(255,255,255,0.6), inset 0 -15px 30px rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(255,255,255,0.1), inset 0 1px rgba(255,255,255,0.3), inset 0 0.7em rgba(255,255,255,0.3), inset 0 1em 2em rgba(255,255,255,0.6), inset 0 -15px 30px rgba(0,0,0,0.2);
}
.fbu:hover {
	-webkit-box-shadow: 0 2px 8px rgba(255,255,255,0.05), inset 0 1px rgba(255,255,255,0.1), inset 0 0.7em rgba(255,255,255,0.1), inset 0 1em 2em rgba(255,255,255,0.2), inset 0 -15px 30px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 8px rgba(255,255,255,0.05), inset 0 1px rgba(255,255,255,0.1), inset 0 0.7em rgba(255,255,255,0.1), inset 0 1em 2em rgba(255,255,255,0.2), inset 0 -15px 30px rgba(0,0,0,0.25);
	box-shadow: 0 2px 8px rgba(255,255,255,0.05), inset 0 1px rgba(255,255,255,0.1), inset 0 0.7em rgba(255,255,255,0.1), inset 0 1em 2em rgba(255,255,255,0.2), inset 0 -15px 30px rgba(0,0,0,0.25);
}
.fbu:active {
	top: 1px;
	-webkit-box-shadow: 0 2px 8px rgba(255,255,255,0.05), inset 0 1px rgba(255,255,255,0.1), inset 0 0.7em rgba(255,255,255,0.1), inset 0 1em 2em rgba(255,255,255,0.2), inset 0 -15px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 8px rgba(255,255,255,0.05), inset 0 1px rgba(255,255,255,0.1), inset 0 0.7em rgba(255,255,255,0.1), inset 0 1em 2em rgba(255,255,255,0.2), inset 0 -15px 30px rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(255,255,255,0.05), inset 0 1px rgba(255,255,255,0.1), inset 0 0.7em rgba(255,255,255,0.1), inset 0 1em 2em rgba(255,255,255,0.2), inset 0 -15px 30px rgba(0,0,0,0.2);
}

@media print {
	.col1 {
		display: none;
	}
	#T1 {
		color: black;
	}
}

@media print {
	.n0 {
		display: none;
	}
}

.col23Lim {
    max-width: 800px;
}

.captcha_img {
	margin-left: 1.5em;
}