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

body,html {
	background-color: black;
	font-family: HelveticaNeue-Bold;
	color: white;
	font-size: 36px;
	margin: 0;
	padding: 0;
}
a {
	color: white;
	text-decoration: none;
}

#topmenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
}
.topmenubg {
	background-color: black;
}

#topmenu ul {
	padding: 0 10px 0 0;
	margin: 0;
	height: 100%;
	text-align: right;
}
#topmenu li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#topmenu a {
	display: inline-block;
	padding: 22px 5px 0 5px;
	margin: 0;
	height: 38px;
}

#fokuspokus {
	/*background-image: url("Fokus-Pokus.gif");
	background-size: contain;*/
	width: 300px;
	height: 300px;
	position: fixed;
}

#fokuspokus img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#fokuspokus #fpsub {
	display: none;
}

.page {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
}

#p1 {
	background-color: rgb(250, 230, 40);
	height: 100vh;
}

#p2 {
	background-color: black;
	margin-top:-300px;
}
.ssdesc {
	float: left;
	width: 33.3%;
	font-size: 3vw;
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 70px;
	height: 230px;
}

.ssvideo {
	width: 33.3%;
}

#screenshots {
	background-image: url(screenshots.jpg);
	background-size: cover;
	width: 100%;
	padding-bottom: 55%;
}

#p3 {
	padding-top: 25%;
	padding-bottom: 75%;
}

#p4 {
	background-color: white;
	height: 100vh;
	min-height: 500px;
}

#p4 .ssdesc {
	color: black;
	padding-top: 90px;
	height: 210px;
}

#p4 a {
	display: inline-block;
	width: 33.3%;
	vertical-align: middle;
	text-align:center;
}

#theend {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: black;
	font-size: 11px;
	text-transform: uppercase;
	font-family: HelveticaNeue;
	letter-spacing: 1px;
}

#theend span {
	vertical-align: middle;
}

#theend img {
	vertical-align: middle;
}

.seriesDiv {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	
	float: left;
	width: 25%;
	padding-bottom: 25%;
}
.seriesImg {
	position: absolute;
}

.diaDiv {
	position: absolute;
}

.diaImg {
	position: absolute;
	width: 100%;
	height: 100%;
}

#diaPage {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#diaBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
}

.arrowLeft, .arrowRight {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-size: cover;
}
.arrowLeft {
	background-image: url("arrow_left.png");
	left: 0;
}
.arrowRight {
	background-image: url("arrow_right.png");
	right: 0;
}
.arrowHidden {
	display: none;
}

.closeButton {
	background-image: url("x.png");
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;	
}

#infoOuter {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}
.infoInner {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: auto;
	height: auto;
}
#infoBg {
	background-color: white;
	opacity: 0.95;
}
#infoDiv {
	color: black;
}
.infoCol {
	width: 50%;
	float: left;
	height: 100%;
	padding: 160px 0 0 20px;
	margin: 0 -20px -160px 0;
}

#closeInfo {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url("x_black.png");
	top: 20px;
	right: 20px;
	cursor: pointer;
}

@media (max-width: 1024px) {
}
