@charset "utf-8";

* {
	margin: 0px 0px;
	padding: 0px 0px;
	border: 0px;
	text-align: left;
}

body {
	font-family: "Lato",sans-serif;
	font-weight: 300;
	color: #555555;
	line-height: 24px;
	overflow-x: hidden;
	overflow-y: scroll;
}

a.link {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:15;		
}

a img {
	border: none;
}

a:link, a:visited {
	color: #3893c2;
	text-decoration: none;
}

a:hover {
	color: #ee3d8b;
}

.einzoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.einzoomen:hover {
	-webkit-transform:scale(2.0);
	transform:scale(2.0);
	z-index: 6000;
}

.auszoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.auszoomen:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	z-index: 6000;
}

ul.sigFreeClassic {
	text-align: center;
}

ul.sigFreeClassic li.sigFreeThumb {
	display: inline-block;
	float: none;
}

.fancybox-opened .fancybox-title {
	height: 31px;
	color: transparent;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden;
}

.trennlinie {
	border-top: dotted 1px;
	border-color: #fff;
}

.trennlinie_1 {
	border-top: dashed 1px;
	border-color: #fff;
}

.trennlinie_2 {
	border-top: dashed 1px;
	border-color: #3893c2;
}

.responsive-video iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-video {
	position: relative;
	height: 0;
	padding: 0 0 55% 0;
 	overflow: hidden;
}

#video-1 {
	display: block;
	width: 100%;
	overflow: hidden;
	z-index: -2000;
}

#video-2 {
	width: 100%;
	opacity: 1.0;
	z-index: -1000;
}

.text_vertikal {
	transform: rotate(270deg);
	transform-origin: left top 0;
}

.weiterlesen {
	display: none;
}

.top {
	margin: -50% 0 0 0;
}





@media screen and (min-width: 1024px) {

#Hintergrund {
	position: fixed;
	top: 0px;
	right: 0px;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -2000;
}

#Videos {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -2000;
}

#Logo {
	position: fixed;
	top: 0;
	width: 15%;
	padding: 1% 1%;
	z-index: 7000;
}

#Logo-1 {
	opacity: 0;
	position: fixed;
	top: 0;
	width: 200px;
	padding: 1% 1%;
	z-index: 7000;
}

#Oben {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100px;
	transition: background 1.0s;
	z-index: 5000;
}

#Oben:hover {
	background-color: rgba(255, 255, 255, 1.00);
	transition: background 0.5s;
}

#Oben-1 {
	opacity: 0;
	position: fixed;
	top: 0px;
	background-color: rgba(255, 255, 255, 1.00);
	width: 100%;
	height: 100px;
	z-index: 5000;
}

#Oben-2 {
	opacity: 0;
}

#Diverses {
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0.00);
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #000;
	z-index: 5000;
}

#Navigation {
	position: fixed;
	top: 30px;
	width: 100%;
	height: 40px;
	padding: 0 0 0 28%;
	line-height: 40px;
	text-transform: uppercase;
	z-index: 5000;
}

#Navigation a {
	padding: 12px 12px;
	font-size: 22px;
	color: #000;
	text-decoration: none;
}

#Navigation a:hover {
	color: #3893c2;
}

#Navigation ul li.active a {
	color: #3893c2;
}

.Navigation li {
	display: inline;
}

#Navigation-1 {
	display: none;
}

#Navigation-2 {
	display: none;
}

#Navigation-3 {
	display: none;
}

#Navigation-4 {
	display: none;
}

#Untermenue {
	position: fixed;
	top: 65px;
	left: 28%;
	height: 30px;
	line-height: 30px;
	transition: background 1.0s;
	text-transform: uppercase;
	z-index: 6000;
}

.Untermenue li {
	display: inline;
	padding: 10px 12px;
}

.Untermenue a {
	color: #000;
}

.Untermenue a:hover {
	color: #3893c2;
}

.Untermenue .active a {
	color: #3893c2;
}

.Untermenue .mod-menu__sub a {
	color: #fff;
}

.Untermenue .mod-menu__sub a:hover {
	color: #ccc;
}

.Untermenue .mod-menu__sub .active a {
	color: #ee3d8b;
}

#Mitte {
	position: absolute;
	top: 75%;
	width: 100%;
}

#Inhalt {
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	width: 80%;
	padding: 100px 10% 5% 10%;
	float: left;
	font-weight: 300;
	font-size: 20px;
}

#Inhalt img {
	display: block;
}

.tabelle_10 {
	width: 10%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_20 {
	width: 20%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_25 {
	width: 25%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_30 {
	width: 30%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_33 {
	width: 33.333%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_40 {
	width: 40%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_50 {
	width: 50%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_60 {
	width: 60%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
	
}

.tabelle_66 {
	width: 66.666%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_75 {
	width: 75%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_80 {
	width: 80%;
	padding: 10px 10px;
	border-spacing: 0px;
	float: left;
}

.tabelle_100 {
	width: 100%;
	border-spacing: 0px;
	float: left;
}

.titel_20 {
	font-size: 20px;
	color: #5c5b8e;
	line-height: 20px;
}

.titel_25 {
	font-size: 25px;
	color: #000;
	line-height: 25px;
}

.titel_33 {
	font-size: 33px;
	color: #000;
	line-height: 33px;
}

.titel_50 {
	font-size: 50px;
	color: #000;
	line-height: 50px;
}

.titel_75 {
	font-size: 75px;
	color: #000;
	line-height: 75px;
}

#Fusszeile {
	background-color: rgba(56, 147, 194, 1.00);
	width: 100%;
	float: left;
	font-size: 18px;
	color: #fff;
}

#Fusszeile-1 {
	display: none;
}

#Rechts {
	position: fixed;
	top: 45%;
	right: 0px;
	width: 40px;
	white-space: nowrap;
	font-size: 24px;
	line-height: 0px;
	z-index: 6000;
}

#Rechts a {
	color: #fff;
}

#Menue {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
	color: #433c34;
	z-index: 8000;
}

#Schliessen {
	margin: 5px 5px;
	z-index: 6000;
}

#Rollbalken {
	position: relative;
	height: 100%;
    width: 100%;
    overflow: hidden;
}

#Quickinfo {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	padding: 0 5%;
	overflow-y: scroll;
	z-index: 6000;
}

#Hoch {
 	opacity: 0;
	position: fixed;
	right: 8px;
	bottom: 0;
	width: 50px;
	z-index: 6000;
}

#Runter {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 50px;
	margin: 0 0 0 -25px;
	z-index: 6000;
}

 }





@media screen and (max-width: 1023px) {
 
 #Hintergrund {
	position: fixed;
	top: 0px;
	right: 0px;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -2000;
}

#Videos {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -2000;
}

#Logo {
	position: fixed;
	top: 0;
	width: 45%;
	padding: 1% 1%;
	z-index: 7000;
}

#Logo-1 {
	opacity: 0;
	position: fixed;
	top: 0;
	width: 20%;
	padding: 1% 1%;
	z-index: 7000;
}
 
#Oben {
	opacity: 0;
	visibility: hidden;
}

#Oben-1 {
	opacity: 0;
	visibility: hidden;
}

#Oben-2 {
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: rgba(255, 255, 255, 1.00);
	width: 100%;
	line-height: 0px;
	z-index: 6000;
}

#Navigation-1 {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 1.00);
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	font-size: 18px;
	color: #433c34;
	z-index: 8000;
}

#Navigation-2 {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	padding: 0 5%;
	overflow-y: scroll;
	z-index: 6000;
}

.Navigation-2 li {
	display: block;
}

#Navigation-2 a {
	padding: 2px 10px;
  	font-size: 22px;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#Navigation-2 a:hover {
	color: #3893c2;
}

#Navigation-2 .nav-pills > .active > a,
#Navigation-2 .nav-pills > .active > a:hover,
#Navigation-2 .nav-pills > .active > a:focus {
	color: #3893c2;
}

#Navigation-2 .mod-menu__sub {
	display: none;
	list-style: none;
}

#Navigation-2 .mod-menu__sub a {
	display: block;
	margin: 0 0 0 10px;
	white-space: nowrap;
	font-size: 18px;
	color: #433c34;
}

#Navigation-2 .nav > li {
	position: relative;
	list-style: none;
	padding: 5px 0;
}

#Navigation-2 .nav > li:hover > .mod-menu__sub,
#Navigation-2 .nav > li > a:focus + .mod-menu__sub {
	display: block;
}

#Navigation-2 .mod-menu__sub > .active > a, 
#Navigation-2 .mod-menu__sub > .active > a:hover,
#Navigation-2 .mod-menu__sub > .active > a:focus {
	display: block;
	color: #3893c2;
}

#Navigation-2 .mod-menu__sub li > a:hover,
#Navigation-2 .mod-menu__sub li > a:focus,
#Navigation-2 .mod-menu__sub:hover > a {
	color: #3893c2;
	text-decoration: none;
}

#Navigation-2 .visually-hidden {
    display: none !important;
}

#Mitte {
	position: absolute;
	top: 100%;
	width: 100%;
}

#Inhalt {
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	width: 100%;
	padding: 100px 0% 5% 0%;
	float: left;
	font-weight: 300;
	font-size: 20px;
}

.tabelle_10 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_20 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_25 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_30 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_33 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_40 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_50 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_60 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
	
}

.tabelle_66 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_75 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_80 {
	width: 100%;
	padding: 1px 1px;
	border-spacing: 0px;
	float: left;
}

.tabelle_100 {
	width: 100%;
	border-spacing: 0px;
	float: left;
}

.titel_20 {
	font-size: 20px;
	color: #5c5b8e;
	line-height: 20px;
}

.titel_25 {
	font-size: 25px;
	color: #000;
	line-height: 25px;
}

.titel_33 {
	font-size: 33px;
	color: #000;
	line-height: 33px;
}

.titel_50 {
	font-size: 50px;
	color: #000;
	line-height: 50px;
}

.titel_75 {
	font-size: 75px;
	color: #000;
	line-height: 75px;
}

#Fusszeile {
	background-color: rgba(56, 147, 194, 1.00);
	width: 100%;
	float: left;
	font-size: 20px;
	color: #fff;
}

#Fusszeile-1 {
	display: none;
}

#Rechts {
	position: fixed;
	top: 45%;
	right: 0px;
	width: 40px;
	white-space: nowrap;
	font-size: 24px;
	line-height: 0px;
	z-index: 6000;
}

#Rechts a {
	color: #fff;
}

#Menue {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
	color: #433c34;
	z-index: 8000;
}

#Schliessen {
	margin: 5px 5px;
	z-index: 6000;
}

#Schliessen-1 {
	margin: 5px 5px 5px 5px;
	z-index: 6000;
}

#Rollbalken {
	position: relative;
	height: 100%;
    width: 100%;
    overflow: hidden;
}

#Quickinfo {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	padding: 0 5%;
	overflow-y: scroll;
	z-index: 6000;
}

#Hoch {
 	opacity: 0;
	position: fixed;
	right: 8px;
	bottom: 0;
	width: 50px;
	z-index: 6000;
}

#Runter {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 50px;
	margin: 0 0 0 -25px;
	z-index: 6000;
}

 }