@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
iframe {marginheight="0"; marginwidth="0"; frameborder="0"; scrolling="no"; allowtransparency="true";} 

body {
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	margin:0; overflow-x:hidden;
	
}
#whitedors {
	background:url('../bilder/dots.png') repeat;
	width:100%; 
	height:100%;
	position:fixed;
	z-index:-10;
}
.bg_home {
	background: url('../bilder/bg_home.jpg') top center no-repeat #fbfbfb;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_zimmer {
	background: url('../bilder/bg_rooms.jpg') top center no-repeat #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_restaurant {
	background: url('../bilder/bg_restaurant.jpg') top center no-repeat #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_impressum {
	background: url('../bilder/bg_impressum.jpg') top center no-repeat #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_kontakt {
	background: url('../bilder/bg_kontakt.jpg') top center no-repeat #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_buchen {
	background: url('../bilder/bg_buchen.jpg') top center no-repeat #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_galerie {
	background: url('../bilder/bg_galerie.jpg') top center no-repeat #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg_ort {
	background: url('../bilder/bg_ort.jpg') top center no-repeat #FFFFFF;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
iframe {
	border:none;
	overflow:none;
	outline:none;
}
wrapper {
	width: 100%;
	height:	100%;
}
/* ==================== */
/* Header Definition */
/* ==================== */
header {
	background:url('../bilder/dots.png') repeat;
	width: 100%;
	height:	155px;
	box-shadow: 0px -5px 20px 5px #000000;
	-webkit-box-shadow: 0px -5px 20px 5px #000000;
	-o-box-shadow: 0px -5px 20px 5px #000000;
	-ms-box-shadow: 0px -5px 20px 5px #000000;
	-moz-box-shadow: 0px -5px 20px 5px #000000;
	background-color: #a4bcf2;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true);
}
/* ======================= */
/* Header inner Definition */
/* ======================= */
header .header-inner {
	background:url('../bilder/dots.png') repeat;
	width: 961px;
	height:	155px;
	padding: 0;
	margin: 0 auto;
	background-color:#A4BCF2;
}
header .header-inner .header-logo {
	background:url('../bilder/dots.png') repeat;
	width: 100%;
	padding: 10px 0 0 0;
	background-color:#A4BCF2;
}
header .header-inner .header-logo h1 {
	font-size: 38px;
	letter-spacing: -3px;
	line-height: 1;
	margin: 0;
	background: url('../bilder/logo.png') no-repeat;
	width: 960px;
	height: 107px;
}
header .header-inner .header-logo h1 a {
	display: block;
	width: 269px;
	height:	70px;
}
header .header-inner .header-logo h1 span {
	visibility: hidden;
	display: block;
	text-indent: -9999px;
	font-family: sans-serif;
}
/* ============================ */
/* Header Navigation Definition */
/* ============================ */
header .header-inner nav {
	width: 100%;
	height: 45px;
	margin: 20px 0 0 0;
}
header .header-inner nav ul {
	background-color: rgb(46,132,213);
	width: 961px;
	height: 45px;
	display: block;
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
header .header-inner nav ul li {
	display:inline-block;
	text-align: center;
	float:left;
	height:45px;
	margin:12px 0 0 0;
}
header .header-inner nav ul li a {
	color:rgb(255,255,255);
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	line-height:120%;
	font-size: 21px;
	width:158px;
	padding: 10px 0.7em 6px 0.7em;
	font-weight: 600;
}
header .header-inner nav ul li a:hover, header .header-inner nav ul li.active a {
	color:rgb(255,255,255);
	width:158px;
	background-color: rgb(77,153,227);
	padding: 10px 0.7em 6px 0.7em;
}
/* ============================ */
/* Content Definition */
/* ============================ */
section {
	width: 100%;
	height:	100%;
}
section article {
	width: 950px;
	height:	100%;
	min-height:	550px;
	padding: 0;
	margin: 100px auto 0 auto;
}
/* Startseite */
	section article .block img {
		 padding-top:10px;
	}
section article .block {
	width: 300px;
	float: left;
	height:	100%;
	margin: 0 25px 0 0;
	background-color:rgba(255,255,255,0.9);
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true);
}
section article .block.last {
	margin: 0 0 0 0;
}
section article .block h1 {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:120%;
	color:rgb(255,255,255);
	padding: 15px 0 15px 25px;
	margin:0;
	background-color:rgb(66,150,232);
}
section article .block p {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:150%;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	color:rgb(51,51,51);
}
section article .block a {
	background-color: rgb(46,132,213);
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	float:right;
	line-height:120%;
	padding:10px;
	font-weight: 600;
	color:rgb(255,255,255);
}
section article .block a:hover {
	background-color:rgb(66,150,232);
}
/* zimmer */
section article .block_fullwidth {
	width: 950px;
	float: left;
	height:100%;
	margin: 0 25px 0 0;
	background-color:rgba(255,255,255,0.9);
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true);
}
section article .tabs {
	position:relative;
	margin:0 0 0 -40px;

}
section article .tabs li {
	list-style:none;
	display:inline;
}
section article .tabs li a {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:21px;
	width:233px;
	height:35px;
	padding:10px 0 0 0;
	text-align:center;
	font-weight:normal;
	display:inline-block;
	background-color:rgb(66,150,232);
	color:rgb(255,255,255);
	text-decoration:none;
}
section article .tabs li a.active {
	color:rgb(66,150,232);
	font-size:21px;
	background-color:rgba(255,255,255,0.9);
	outline:none;
}
section article .block h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:rgb(46,127,223);
	font-size:18px;
	line-height:150%;
	padding-left:20px;
	margin:0;
}
section article .block h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:rgb(46,127,223);
	font-size:14px;
	line-height:150%;
	padding-left:20px;
	margin:0;
}
section article .block_fullwidth .tab_content {
	width: 910px;
	padding:20px;
	height:100%;
	margin:0 auto;
}
section article .block_fullwidth .tab_content .left {
	width: 500px;
	height:100%;
	float:left;
}
section article .block_fullwidth .tab_content .left img {
	width: 500px;
	height:330px;
}
section article .block_fullwidth .tab_content .right {
	width: 370px;
	padding:0 0 0 20px;
	height:100%;
	float:left;
}
section article .block_fullwidth .tab_content .right h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:rgb(46,127,223);
	font-size:18px;
	line-height:150%;
	padding:0;
	margin:0;
}
section article .block_fullwidth .tab_content .right p {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding:2px 0 5px 0;
	margin:0;
}
section article .block_fullwidth .tab_content .right ul {
	font-size:12px;
	list-style-type:square;
	color:rgb(46,127,223);
	position:relative;
	margin:15px 0 0 15px;
	padding:0;
	line-height:150%;
}
section article .block_fullwidth .tab_content .right ul li span {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:rgb(51,51,51);
}

/* Anreise */ 
section article .block_headline {
	background-color:rgb(66,150,232);
	width: 940px;
	padding:0 5px 5px 5px;
	height:45px;
	margin:0 auto;
}
section article .block_headline h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	line-height:120%;
	font-weight:normal;
	color:rgb(255,255,255);
	padding: 13px 0 15px 15px;
	margin:0;
}
section article .block_headline h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	line-height:120%;
	font-weight:normal;
	color:rgb(255,255,255);
	padding: 13px 0 15px 15px;
	margin:0;
}
section article .block_fullwidth.content {
	width: 910px;
	padding:80px 20px 80px 20px;
	height:100%;
	margin:0 auto;
}
section article .block_fullwidth .left {
	width: 390px;
	padding:0 20px 0 0;
	height:100%;
	float:left;
}
section article .block_fullwidth .left h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:rgb(46,127,223);
	font-size:18px;
	line-height:150%;
	padding:0;
	margin:0;
}
section article .block_fullwidth .left p {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding:2px 0 5px 0;
	margin:0;
}
section article .block_fullwidth .left ul {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	list-style-type:square;
	color:rgb(46,127,223);
	position:relative;
	margin:15px 0 0 15px;
	padding:0;
	line-height:150%;
}
section article .block_fullwidth .left ul li span {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
}
section article .block_fullwidth .right {
	width: 500px;
	padding:0 0 0 0;
	height:100%;
	float:left;
}
section article .block_fullwidth .right a { 
color:#000;
}
section article .block_fullwidth .right a:hover { 
text-decoration:underline; 
}
section article .block_fullwidth .right #slideshow {
    position:relative;
    height:330px;
}

section article .block_fullwidth .right #slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

section article .block_fullwidth .right h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:rgb(46,127,223);
	font-size:18px;
	line-height:150%;
	padding:0;
	margin:0;
}
section article .block_fullwidth .right #slideshow img.active {
    z-index:10;
}

section article .block_fullwidth .right #slideshow img.last-active {
    z-index:9;
}
/* galerie */
section article .block_fullwidth.content .gallery_line {
	padding:0 0 20px 0;
	height:100%;
	margin:0 auto;
}
section article .block_fullwidth.content .gallery_line a {
	background:none;
	float:none;
	padding:0;
	margin:0;
}
section article .block_fullwidth.content .gallery_line img {
	padding:0 18px 0 0;
	width:167px;
	height:110px;
	float:left;
	margin:0 auto;
}
section article .block_fullwidth.content .gallery_line img.last {
	padding:0 0 0 0;
}
/* Kontakt */
section article .block_fullwidth.contact {
	width: 910px;
	padding:20px 20px 20px 20px;
	height:100%;
	margin:0 auto;
}
section article .block_fullwidth.contact a { 
color:#000;
}
section article .block_fullwidth.contact a:hover { 
text-decoration:underline; 
}
section article .block_fullwidth.contact .left .karte {
	height:450px;
	width:354px;
	overflow:hidden;
	-webkit-box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
 	box-shadow: 3px 3px 5px #999;
}
section article .block_fullwidth.contact .left {
	width: 450px;
	padding:0 20px 0 0;
	height:100%;
	float:left;
}
section article .block_fullwidth.contact .right {
	width: 420px;
	padding:0 20px 0 0;
	height:100%;
	float:left;
}
section article .block_fullwidth.contact .right h2 {
	font-family: 'Open Sans', sans-serif;
	color:rgb(46,127,223);
	font-size:18px;
	font-weight:normal;
	line-height:150%;
	padding:0;
	margin:0;
}
section article .block_fullwidth.contact h2 {
	font-family: 'Open Sans', sans-serif;
	color:rgb(46,127,223);
	font-size:18px;
	font-weight:normal;
	line-height:150%;
	padding:0;
	margin:0;
}
section article .block_fullwidth.contact .right p {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding:2px 0 5px 0;
	margin:0;
}
section article .block_fullwidth.contact .left p {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding:2px 0 5px 0;
	margin:0;
}
section article .block_fullwidth.contact .right form fieldset .input-line label {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	position:relative;
	padding:0;
	margin:15px 0 0 0;
}
section article .block_fullwidth.contact .right form fieldset .input-line .input-bg input[type="text"] {
	background-color:rgb(255,255,255);
	width:100%;
	height:30px;
	border-color:rgb(229,229,229);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
}
section article .block_fullwidth.contact .right form fieldset .input-line .textarea-bg textarea {
	background-color:rgb(255,255,255);
	width:100%;
	height:89px;
	border-color:rgb(229,229,229);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.54);
}
section article .block_fullwidth.contact .right form fieldset button[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:21px;
	border:none;
	float:right;
	background-color:rgb(38,129,216);
	width:250px;

	height:45px;
	line-height:120%;
	color:rgb(255,255,255);
	text-align:left;
	margin: 20px -40px -20px 0;
}
section article .block_fullwidth.contact .right form fieldset button[type="submit"]:hover {
	background-color: rgb(77,153,227);
}
.submitRechts { 
border-bottom: 1px solid #aaa;
border-left: 1px solid #ccc;
border-radius: 20px 6px;
border-right: 1px solid #aaa;
border-top: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
 	box-shadow: 3px 3px 5px #999;
color: #fff;
background-color:#4d99e3;
cursor: pointer;
font-size: 12px;
font-weight: 700;
line-height: 21px;;
margin: 0px 5px 10px 0px;
padding: 4px 12px;
margin-right:120px; 
text-decoration:none;
}
[type="submit"]:hover{ 
background-color:rgb(38,129,216);
}
.buchen a:hover{ 
background-color:rgb(38,129,216);
color:#fff; 
text-decoration:none;
}
/* ============================ */
/* Footer Definition */
/* ============================ */
footer {
	position:fixed;
	z-index:999;
	bottom:0;
	width:100%;
	height:	45px;
}
footer nav {
	background: rgb(46,132,213);
	margin: 0 auto;
	width:950px;
	height:45px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true);
}
footer nav ul {
	width: 100%;
	display:inline-block;
	position: relative;
	list-style-type: none;
	padding:17px 0 0 10px;
	margin:0;
}
footer nav ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:120%;
	float:left;
	color:rgb(255,255,255);
	text-align: center;
	display: inline-block;
	width: 260px;
}
footer nav ul li:first-child {
	width: 170px;
}
footer nav ul li a {
	color:rgb(255,255,255);
}
footer nav ul li a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
}
footer nav ul li a:visited {
	color:rgb(255,255,255);
}
/*bildverzeichnis*/
.trigger { 
	width: 200px; 
	margin-left: 25px;
	padding: 5px;  
	border-radius: 5px; 
	border: 2px solid rgb(221, 221, 221); 
	color:#2f5d8a; 
	margin-bottom: 5px; 
	cursor: pointer; 
	box-shadow: inset 0px 1px 1px #fff; 
	background-color: #e9e9e9;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px; 
	 text-shadow: 0 1px 0 #fff; 
	 -moz-box-shadow: 0 1px 1px #fff inset; 
	 -webkit-box-shadow: 0 1px 1px #fff inset;
}
.trigger a:hover { 
	text-decoration:none; 
	color: #000;
}
.trigger a:focus { 
	text-decoration:none; 
	color: #000;
}
.toggle_container {
	padding: 10px 10px 10px 20px; 
	width: 240px; 
	text-align:left;
}
.toggle_container a { 
	color:#333333; 
}
.toggle_container a:hover { 
	color:#000; 
}
.toggle_container ul {
	list-style:circle;
}
/*haftungsausschlus*/
.trigger_impressum { 
	width: 200px; 
	margin-left: 25px;
	padding: 5px;  
	border-radius: 5px; 
	border: 2px solid rgb(221, 221, 221); 
	color:#2f5d8a; 
	margin-bottom: 5px; 
	cursor: pointer; 
	box-shadow: inset 0px 1px 1px #fff; 
	background-color: #e9e9e9;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px; 
	 text-shadow: 0 1px 0 #fff; 
	 -moz-box-shadow: 0 1px 1px #fff inset; 
	 -webkit-box-shadow: 0 1px 1px #fff inset;
}
.trigger_impressum a:hover { 
	text-decoration:none; 
	color: #000;
}
.trigger_impressum a:focus { 
	text-decoration:none; 
	color: #000;
}
.toggle_container_impressum {
	padding: 10px 10px 10px 20px; 
	width: auto; 
	text-align:left;
}
.toggle_container_impressum a { 
	color:#333333; 
}
.toggle_container_impressum a:hover { 
	color:#000; 
}
.toggle_container_impressum ul {
	list-style:circle;
}
/*trigger datenschutz*/
.trigger_datenschutz { 
	width: auto; 
	margin-left: 25px;
	padding: 5px;  
	border-radius: 5px; 
	border: 2px solid rgb(221, 221, 221); 
	color:#2f5d8a; 
	margin-bottom: 5px; 
	cursor: pointer; 
	box-shadow: inset 0px 1px 1px #fff; 
	background-color: #e9e9e9;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px; 
	 text-shadow: 0 1px 0 #fff; 
	 -moz-box-shadow: 0 1px 1px #fff inset; 
	 -webkit-box-shadow: 0 1px 1px #fff inset;
}
.trigger_datenschutz a:hover { 
	text-decoration:none; 
	color: #000;
}
.trigger_datenschutz a:focus { 
	text-decoration:none; 
	color: #000;
}
.toggle_container_datenschutz {
	padding: 10px 10px 10px 20px; 
	width: auto; 
	text-align:left;
}
.toggle_container_datenschutz a { 
	color:#333333; 
}
.toggle_container_datenschutz a:hover { 
	color:#000; 
}
.toggle_container_datenschutz ul {
	list-style:circle;
}
.shadow {
	-webkit-box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
 	box-shadow: 3px 3px 5px #999;
	border-radius: 8px;
}
#shadow {
	-webkit-box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
 	box-shadow: 3px 3px 5px #999;
	border-radius: 8px;
}
.shadow_1 {
	-webkit-box-shadow: 3px 3px 6px #999;
	-moz-box-shadow: 3px 3px 6px #999;
 	box-shadow: 3px 3px 8px #999;
}
/*kontaktformulare*/
#form { margin: 9px 0 0px 0px; width:100%; }
#form .kontakt {border-top:#cbcbcb 1px solid;border-left:#e0e0e0 1px solid;background:#f2f2f2;border-radius:4px;font: 14px Arial, Helvetica, sans-serif;color:#1e1e1e;padding:5px 10px 7px 10px;outline: medium none;width: 60%;height:17px;float:left;}
#form .answer {border-top:#cbcbcb 1px solid;border-left:#e0e0e0 1px solid;background:#f2f2f2;border-radius:4px;font: 14px Arial, Helvetica, sans-serif;color:#1e1e1e;padding:5px 10px 7px 10px;outline: medium none;width: 10%;height:17px;float:left;}
#form textarea.kontakt {border-top:#cbcbcb 1px solid;border-left:#e0e0e0 1px solid;background:#f2f2f2; border-radius:4px;font: 14px Arial, Helvetica, sans-serif;color:#1e1e1e;height:auto;outline: medium none;overflow: auto;padding: 5px 0px 0px 10px;width: 80%;resize:none;margin:0px 0 0 0;float:left;}
#form .betreff {border-top:#cbcbcb 1px solid;border-left:#e0e0e0 1px solid;background:#f2f2f2; border-radius:4px;font: 14px Arial, Helvetica, sans-serif;color:#1e1e1e;height:auto;outline: medium none;overflow: auto;padding: 0px 0px 0px 10px;width: 40%;resize:none;margin:10px 0 0 80px;float:left;}

#form label {position:relative;overflow:hidden;display: block;min-height:40px;}
#form label strong {font-weight:normal; color:#1e1e1e; float:left; display:inline-block; width:80px; padding-top:2px;}