/* CSS Document */
body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index:-2;
	position:relative;
	background-image:url('../images/greyzz.png');
	-webkit-backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
}
.loading{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:99999;
	background-color:#FFFFFF;	
}
.preload{
	position:absolute;
	width:600px;
	height:300px;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-150px;	
	text-align:center;
}
.preload h1{
	font-size:25px;
	font-weight:normal;	
	font-family: 'PT Serif', serif;
}
.load{
	margin:auto;
	display:block;
	width:600px;
	height:50px;
	padding-top:30px;
	font-size:16px;
	text-align:center;
	opacity:1;
	-webkit-animation:ease-in-out blinkin 4s infinite;
    animation: ease-in-out blinkin 4s infinite;
}
@keyframes blinkin {
    0% {
        opacity: 1;
    }
	50%{
		opacity: 0;
	}
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blinkin {
    0% {
        opacity: 1;
    }
	50%{
		opacity: 0;
	}
    100% {
        opacity: 1;
    }
}

header {
	position: fixed;
	top: 0;
	display: block;
	height: 110px;
	width: 100%;
	background-color: #000;
}
.lang{
	position: absolute;
    right: 30px;
    color: #fff;
    top: 8px;	
}
.lang a{
	color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 2px;
    margin-right: 5px;	
}
.mainwidth {
	    position: relative;
	width: 1224px;
	height: 100px;
	margin: auto;
	padding: 15px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
@media screen and (max-width:1224px) {
	.mainwidth {
	width: 100%;
	height: 100px;
	margin: auto;
	padding: 15px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.innercontent{
	width:100% !important;
	padding:90px !important;
		box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
}
nav {
	display: block;
	float: right;
	padding-top: 22px;
}
nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
nav ul li {
	display: block;
	font-size: 14px;
	letter-spacing:0.02em;
	text-transform:uppercase;
	float: left;
	position: relative;
}
nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
}
nav ul li:hover a, nav ul li.aktiv a{
	padding:10px 5px;
}
nav ul li:hover>a:before, nav ul li.aktiv>a:before {
	content: "";
	background-image:url(../images/lefttop.png);
	padding: 5px;
}
nav ul li:hover>a:after, nav ul li.aktiv>a:after {
	content: "";
	background-image:url(../images/rightbottom.png);
	padding: 5px;
}
nav ul li:hover ul {
	display: block;
	text-decoration: none !important;
	z-index:1000;
	opacity:1;
}
nav ul li ul {
	display: block;
	opacity:0;
	background-color: #111;
	position: absolute;
	z-index: 999;
	box-shadow: 0px 0px 5px #000;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform: translateX(-50%);
	margin-top: 5px;
	width:130px;
	transition:all 0.5s;
}
.arrow-up-background{
	height:10px !important;
	top:-10px;
	width:110px;
	position:absolute;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #111;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
}
nav ul li ul li a {
	text-align: center;
	display: block;
	padding: 10px 15px !important;
	text-decoration: none;
	color: #fff;
	margin:auto;
	width:100px ;
}
nav ul li ul li:hover a{
	text-decoration: none;
	padding:10px 10px !important;
	width:110px;
}
nav ul li ul li a:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.content{
	top: 110px;
	bottom: 80px;
	position: fixed;
	width: 100%;
	min-height:400px;
	z-index:-1;
	background-color:rgba(255,255,255,0.1);
}
.blogcontent{
	top: 110px;
	bottom: 0px;
	position: fixed;
	width: 100%;
	overflow-y:scroll;
	z-index:-1;
}
.innercontent{
	width:1024px;
	margin:auto;
	padding-top:100px;	
}
.blog{
	clear:both;
	padding:40px;
	color:#333;
} 
.blog:nth-child(even){
	background-color:#eee;	
}
.blog .time{
	display:block;
	float:right;
	font-size:14px;
	color:#888;	
}
.blog h1{
	font-size:22px;	
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
}
.blog h2{
	font-size:20px;	
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
}
.blog h3{
	font-size:18px;	
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
}
.blog h4{
	font-size:16px;	
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
}
.blog h5{
	font-size:14px;	
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
}
.blog h6{
	font-size:12px;	
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
}
.blog p{
	color:#555;	
}


.preview-image-container{
	width:960px;
	height:125px;
	margin:auto;
	display:block;	
	margin-top:13px;
	overflow:hidden;
	position:relative;
}
.preview-image-container .scrollcontainer{
	height:100px;	
}
footer {
	-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
	
	display:block;
	bottom: -120px;
	position: fixed;
	height: 123px;
	width: 100%;
	background-color:rgba(0,0,0,1);
	transition:all .4s;
}
.footerbutton{
position:absolute;
border-radius:2px 2px 0px 0px;
left:50%;
top:-25px;
width:60px;
height:25px;
margin-left:-30px;
background-color:#000;
background-image:url(../images/slideshow.png);
}
.pfeilleft{
	position:absolute;	
	width:10px;
	height:20px;
	background-image:url(../images/arrowleft.png);
	left:50%;
	top:50%;
	margin-top:-10px;
	margin-left:-500px;
	cursor:pointer;
}
.pfeilright{
	position:absolute;	
	width:10px;
	height:20px;
	background-image:url(../images/arrowright.png);
	left:50%;
	top:50%;
	margin-top:-10px;
	margin-left:500px;
	cursor:pointer;
}
.thumb{
opacity:0.3;
cursor:pointer;	
float:left;
}
.thumb.aktiv,.thumb:hover{
opacity:1;	
}
footer:hover{
bottom:0px;	
}
.whitesymbol{
	color:#fff;
	font-weight:bold;
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	text-decoration:none;
	opacity:0.4;
	cursor:pointer;
	z-index:5;
}
.whitesymbol:hover{
	opacity:1;	
}
#carousel{
	width:100%;
	overflow:hidden;
	position:relative;
	/*max-height:650px;*/
	margin-top:40px;
	height:100%;	
}
.scroll{
	z-index:3;
	margin:auto;
	min-width:5000px;
	height:100%;
}
.carousel-content{
	float:left;
	height:100%;
	position:relative;
}
.carousel-content .infooverlay{
	background-color:rgba(0,0,0,0.8);
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;	
}
.infocontent{
	position:absolute;
	left:50%;
	bottom:20%;
	/*height:50%;*/
	width:60%;
	margin-left:-30%;
	margin-top:-18%;
	padding:20px;  
	box-sizing:border-box;
	color:#fff;		
	border-left:0px solid rgba(255,255,255,0.4);
}
.infocontent .titlecolumn{
	display:table-cell;
	width:50%;
	height:100%;
	border-right:1px solid #fff;
	
	text-align:right;
	padding:20px;  
	box-sizing:border-box;	
	float:left;
}
.infocontent .infocolumn{
	display:table-cell;
	width:50%;
	height:100%;
	color:#fff;
	text-align:left;
	padding:20px;
	box-sizing:border-box;
	float:left;
	vertical-align:bottom;
}
.infocontent h1{
	font-size:20px;
	font-weight:normal;
	padding:0px;
	margin:0px; 
}
#fullscreendiv:-webkit-full-screen	{ width: 100%; heigh: 100%; visibility:visible !important; }
#fullscreendiv:-moz-full-screen		{ width: 100%; heigh: 100%; visibility:visible !important; }
#fullscreendiv:-ms-fullscreen		{ width: 100%; heigh: 100%; visibility:visible !important; }
#fullscreendiv:-o-full-screen		{ width: 100%; heigh: 100%; visibility:visible !important; }
#fullscreendiv:full-screen			{ width: 100%; heigh: 100%; visibility:visible !important; }

#fullscreendiv{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


#fullscreendiv .fullscreen, .carousel-content .fullscreen{
	cursor:pointer;
	-webkit-perspective:150px;
	perspective:150px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:2;
	width:25px;
	height:25px;
	background-image:url('../images/fullscreen.png');
}
#fullscreendiv .close{
	background-image:url('../images/close.png') !important;	
}
.carousel-content .info{
	cursor:pointer;
	-webkit-perspective:150px;
	perspective:150px;
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:2;
	width:25px;
	height:25px;
	background-image:url('../images/infoscreen.png');
}
.carousel-content .control{
	opacity:1 !important;
}
.carousel-content .transf{
	transition:all .4s;	
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	height:100%;
	background-image:url('../images/load.gif');
	background-repeat:no-repeat;
	background-position:center center;
	outline: 1px solid transparent;
}
.carousel-content .transf img{
	margin:auto;
	display:block;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
		-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.carousel-content .transf img.hformat{
	height:100%;
	width:auto;
	display:block;
}
.carousel-content .transf img.qformat{
	height:100%;
	display:block;
}
.carousel-content.aktiv{
	-webkit-perspective:150px;
	perspective:150px;		
}
.carousel-content.aktiv .transf{
	transform:scale(1) rotateY(0deg);
	-moz-transform:scale(1) rotateY(0deg);
	-webkit-transform:scale(1) rotateY(0deg);
}
.carousel-content.before{
	-webkit-perspective:150px;
	perspective:150px;	
}
.carousel-content.before .transf{
-webkit-transform:scale(0.9) rotateY(0deg);
	-moz-transform:scale(0.9) rotateY(0deg);
	transform:scale(0.9) rotateY(0deg);
	opacity:0.5;
}
.carousel-content.after{
	-webkit-perspective:150px;
	perspective:150px;	
}
.carousel-content.after .transf{
	-webkit-transform:scale(0.9) rotateY(0deg);
	-moz-transform:scale(0.9) rotateY(0deg);
	transform:scale(0.9) rotateY(0deg);
	opacity:0.5;
}
.scroll .carousel-content:last-child{

}
.text-content{
	position:relative;
}
.text-content .poweredby .fb{
	display:inline-block;
	padding:10px 20px;
	background-color:#136EA0;
	border-radius:3px;
	box-shadow:0px 0px 2px #000;
	border:1px solid #7B95DD;
	border-right:1px solid #3C648F;
	border-bottom:1px solid #3C648F;
	color:#fff;
	cursor:pointer;
	font-weight:normal;
	font-size:14px;
}
.text-content .poweredby{
	position:absolute;
	left:50%;
	top:60%;
	width:500px;
	height:300px;
	margin-left:-250px;
	margin-top:-150px;
	color:#fff;
	text-align:center;
	background-color:#1f1f1f;	
}
:fullscreen, :-moz-full-screen, :-webkit-fullscreen{
  background-color: #33ffff;
}