@charset "UTF-8";
/* CSS Document */

body {
	background-color:#CCC;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 1.1em;
}

body.start,
body {
	background: url(../images/bodyBg/_MG_9631.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
}

body.page2 {
	background: url(../images/bodyBg/_MG_9630.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
}

body.page1 {
	background: url(../images/bodyBg/_MG_9635.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
}

body.page3 {
	background: url(../images/bodyBg/_MG_9649.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
}

body.page4 {
	background: url(../images/bodyBg/_MG_9659.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
}

#main .inside {
	width: 900px;
	height: 900px;
	border-radius: 5px;
	background-color: #474f42;
}

#main {
	width: 900px;
	height: 900px;
	margin: 10px auto;
	text-align: left;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 350px 10px rgba(40,40,40,.7);
  	-webkit-box-shadow: 0px 1px 350px 10px rgba(40,40,40,.7);
	-o-box-shadow: 0px 1px 350px 10px rgba(40,40,40,.7);
	-ms-box-shadow: 0px 1px 350px 10px rgba(40,40,40,.7);
  	box-shadow: 0px 1px 350px 10px rgba(40,40,40,.7);
}

#container {
	height: 905px;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
}

#navi ul li.page2 {
	border-radius: 0 5px 0 0;
}

#navi ul li.page3 {
	border-radius: 0 0 0 5px;
}

.page1 #main .inside {
	background-color: #b6c158;
	box-shadow: inset 0 0 150px 10px #92ac54;
}

.page3 #main .inside {
	background-color: #c55c4b;
	box-shadow: inset 0 0 150px 10px #994a3d;
}

.page2 #main .inside {
/*	background-color: #ffcb7a;
	box-shadow: inset 0 0 150px 10px #e6af57;  
	background-color: #ffcb7a;
	box-shadow: inset 0 0 150px 10px #e6af57;
	background-color: #577241;
	box-shadow: inset 0 0 150px 10px #4b6238;	*/
	background-color: #feb95f;
	box-shadow: inset 0 0 150px 10px #f1ab5f;
}

.page4 #main .inside {
	background-color: #8c294a;
	box-shadow: inset 0 0 150px 10px #753656;
}

.mod_article.block, #content {
	position: absolute;
	top: 300px;
	left: 300px;
	width: 600px;
	height: 600px;
	padding: 0;
}

h1, h2, p, a {
	font-family: Spinnaker;
	color: #fff;
}

h1 {
	font-size: 1.2em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-top: 0.95em;
	margin-bottom: 0.9em;
	font-weight: normal;
}

h2 {
	font-family: spinnaker;
	font-size: 1em;
	margin-bottom: 0.25em;		
}

p {
	font-size: 0.75em;
	line-height: 1.25em;
	margin: 0 9px 1em 9px;
	color: #fff;
}

a {
	color: #fff;
	display: inline-block;
	text-decoration: underline;
	text-shadow: 0px 0px 0px white;
	-webkit-transition: text-shadow 600ms ease;
	-moz-transition: text-shadow 600ms ease;
	-o-transition: text-shadow 600ms ease;
	-ms-transition: text-shadow 600ms ease;
	transition: text-shadow 600ms ease;
}

a:link {}

a:visited {}

a:hover {
	text-shadow: 0px 0px 10px white;
	-webkit-transition: text-shadow 250ms ease;
	-moz-transition: text-shadow 250ms ease;
	-o-transition: text-shadow 250ms ease;
	-ms-transition: text-shadow 250ms ease;
	transition: text-shadow 250ms ease;
}

.start #vid {
	position: absolute;
	top: 0;
	left: 0;
}

.page1 #content_textbox {
	width: 270px;
	height: 285px;
	padding: 0 15px 15px 15px;
	float: left;
}

.page4 #content_textbox {
	width: 270px;
	height: 285px;
	padding: 0 15px 15px 15px;
	float: left;
}

.page1 #content_textbox_re {
	width: 270px;
	height: 285px;
	padding: 0 15px 15px 15px;
	float: none;
}

.page2 #content_textbox {
	width: 270px;
	height: 560px;
	padding: 0 15px !important;
	float: left;
	overflow-y: auto !important;
}

.page2 #content_textbox_re {
	width: 270px;
	height: 300px;
	padding: 0 15px;
	float: right;
	overflow-y: auto !important;
}

/* outlet-stoerer */

.outlet {
	background-color: #6c152c;
	box-shadow: inset 0 0 150px 10px #531031;
}

.outlet h1 {
	margin-bottom: 0.4em;
}

.page2 #content_textbox_re.outlet {
	display: block;
	z-index: 999;
}

/* ende outlet-stoerer */

.page2 .pdf_link {
	position: absolute;
	width: 275px;
	top: 565px;
	left: 15px;
}

.page2 #content_bildbox_re {
	 position: absolute;
	 width: 300px;
	 height: 600px;
	 left: 300px;
 }

.page1 .mod_dlh_googlemaps.block p,
.page1 .routinglink {
	color: #ccc;
	margin: 0;
}

.page1 .mod_dlh_googlemaps.block h1 {
	color: #b6c158;
	margin: 0;
}

.image_container {
	margin: 0;
	padding: 0;
}

.page4 #content_textbox {
	height: auto;
}

/*** gallery ***/

.image_container {
	margin: 0;
}

.page3 #gallery.ce_gallery.block {
display: block;
	width: 600px;
	height: 600px;
}

.page3 #m_gallery {
	display: none;
}

.page3 .image_container {
	width: 570px;
	height: 445px;
}

.page3 .image_container a {
	height: 445px;
	box-shadow: 1px 1px 5px #111;
}

#mbCenter {
	border-radius: 5px; 
}

#mbOverlay {
	background: url(../images/mbOverlay.png) 0 0 repeat;
	opacity: 1;
}

.page3 .pagination.block {
	font-size: 0.75em;
	line-height: 1.25em;
	margin: 0 15px 1em 15px;
	color: #fff;
}

.page3 .pagination.block p {
	margin: 10px 0 5px 0;
	text-align: center;
	font-size: inherit;
	color: #c0c0c0;
}

.page3 .pagination.block ul li {
	float: left;
	margin-right: 10px;
}

.page3 .pagination.block ul li a {
	text-decoration: none;
}

.page3 .pagination .current {
	text-shadow: 0px 0px 10px #fff;
	color: #ccc;
	font-weight: bold;
}

#info_text {
	margin: 0 15px;
	width: 570px;
}

#desktop_m {
	display: block;
}
#mobile_m {
	display: none;
}

/*** queries ***/

@media (max-width:650px) {

.page1 .mod_dlh_googlemaps.block p,
.page1 .routinglink {
	font-size: 14px;
	line-height: 14px;
	padding-left: 0;
}

.page1 #content_textbox {
	float: none;
}

.outlet {
	margin: 0 25px 25px 25px;
	width: 400px !important;
}

.page1 .mod_dlh_googlemaps.block h1 {
	font-size: 15px;
	line-height: 15px;
}

#imp {
	padding: 0 25px;
	width: 450px;
	overflow: hidden;
}
#desktop_m {
	display: none;
}
#mobile_m {
	display: block;
}
.page2 .pdf_link,
.page2 #content_bildbox_re,
.page2 #content_textbox_re {
	display: none;
}

.page2 #content_textbox_re.outlet {
	display: block;
}

.page3 #gallery.ce_gallery.block {
	display: none;
}

.page3 #m_gallery {
	display: block;
	width: 500px;
	height: auto;
	margin: 0;
}

#info_text {
	display: none;
}
}

#mobile_m {
	margin: 0 0 25px 25px;
}

#imp {
	padding: 0 15px;
	width: 570px;
	height: 615px;
	overflow: scroll;
}

.ce_html5videojs {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 600px;
}

.start .mod_article.block {
	top: 300px;
	height: 600px;
}

.start #vid {
	margin: 15px 0 0 15px;
}

footer ul li {
	float: right;
	margin-left: 15px;
}

.cc-message {
	text-align: left;
}

.cc-message a {
	margin: 0;
	padding: 0;
}

.cc-compliance a {
	text-decoration: none;
}