@font-face {
    font-family: 'jsl_blackletternormal';
    src: url('/inc/jblack-webfont.woff2') format('woff2'),
         url('/inc/jblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
* {
	padding:0; margin:0;
	box-sizing: border-box;
}
::-moz-selection {
  color: white;
  background: rgba(0,0,0,0.5);
}
::-webkit-selection {
  color: white;
  background: rgba(0,0,0,0.5);
}
::selection {
  color: white;
  background: rgba(0,0,0,0.5);
}
html {
	height:100%;
}
body {
	position:relative;
	width:100%;
	height:100%;
	background-color:#2e2e2e;
	color:#9b9b9b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Krub', sans-serif;
	font-size:16px;
	-webkit-text-size-adjust:none;
}
img {
    pointer-events: none;
}
.jsl,h1,h2,h3 {
	font-family:'jsl_blackletternormal';
	font-weight: normal;
	color:#fff;
	line-height: auto !important;
}
#bartop {
	z-index:1;
	position:fixed;
	top:0;left:0;
	width:100%;
	height:50px;
	background-color:#222;
	box-shadow: 0 9px 9px -9px rgba(0,0,0,0.5);
}
#fb,#insta {
	position:fixed;
	z-index:99;
	top:10px;
	opacity:0.4;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#fb {
	right:10px;
}
#insta {
	right:50px;
}
#fb:hover,#insta:hover {
	opacity:1;
}
img {
	border:none;
	outline:none;
}
a.press {
	display: block;
	opacity:0.5;
	margin-left:30px;
	margin-right:30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a.press:hover {
	opacity:1;
}
h1 {
	overflow:hidden;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-100px;
	width:200px;
	height:50px;
	text-align:center;
	font-size:42px;
	line-height:60px;
	color:#eee;
}
#topfill {
	height:50px;
	width:inherit;
}
#bg {
	z-index:0;
	position: relative;
	height:56vw;
	max-height:88%;
	width:100%;
	background-color:#292929;
	display:flex;
	justify-content: center;
    align-items: center;
}
#bgtemp {
	position: absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	filter: blur(5px);
	zbackground-image:url(/img/wp1low.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg {
	position: absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#bg:hover #prevbg,#bg:hover #nextbg {
	opacity:0.75;
	
}
#prevbg,#nextbg {
	position: absolute;
	z-index:999;
	top:50%;
	margin-top:-15px;
	cursor:pointer;
	width:18px;
	height:29px;
	background-size: cover;
	opacity:0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#prevbg {
	left:30px;
	background-image:url(/img/arrowleft.png);
}
#nextbg {
	right:30px;
	background-image:url(/img/arrowright.png);
}
#prevbg:hover,#nextbg:hover {
	opacity:1 !important;
}
#bgbollekes {
	position:absolute;
	bottom:19px;
	left:auto;
	z-index:999999;
	height:10px;
	overflow: hidden;
	opacity:0;
}
.bgbolleke {
	width:8px;
	height:8px;
	line-height: 8px;
	background-color:white;
	opacity:0.5;
	margin:0px 4px 7px 4px;
	display: inline-block;
	border-radius: 50%;
	s-webkit-transition: all 0.2s ease-in;
	s-moz-transition: all 0.2s ease-in;
	s-o-transition: all 0.2s ease-in;
	stransition: all 0.2s ease-in;
}
.bgbollekeactive {
	opacity:1 !important;
	transform:scale(1.2) !important;
	box-shadow: 0 0 2px rgba(0,0,0,0.5) !important;
}
#arrowdown {
	position:relative;
	left:50%;
	text-align: center;
	margin-left:-24px;
	width:48px;
	height:48px;
	margin-top:-21px;
	margin-bottom:-27px;
	background:#2e2e2e;
	border-radius:50%;
	padding: 15px 9px;
	opacity:1;
	z-index:999;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#infosheet_cover {
	position: fixed;
	display:none;
	z-index: 999998;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}

.infosheet h3 {
	font-family:'Lato';
	letter-spacing: -1px;
	font-size:25px;	
}
.infosheet::-webkit-scrollbar {
   width:4px;
}

.infosheet::-webkit-scrollbar-track {
    border-radius:2px;
    background:transparent;
}

.infosheet::-webkit-scrollbar-thumb {
    border-radius:2px;
    background:#111;
}

.infosheet::-webkit-scrollbar-thumb:hover {
    background:#999;
}

.infosheet::-webkit-scrollbar-thumb:window-inactive {
    background:yellow;
}

.infosheet {
	overflow:auto;
	text-align:justify;
	position:fixed;
	box-shadow:0 0 20px rgba(255,255,255,0.1);
	z-index:999999;
	left:50%;
	width:800px;
	height:calc(100% - 120px);
	margin-left:-400px;
	background-color:rgba(32,32,32,1);
	padding:30px;
	border-radius:5px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.infosheet.opened {
	top:60px;
	opacity:1;
}
.infosheet.closed {
	opacity:0;
	top:calc(0px - 100vh);
}
.infopic {
	position:relative;margin:30px -30px;width:calc(100% + 60px);height:400px;background-position:center center;background-size:cover; overflow:hidden;
}
.closeinfo {
	position:absolute;right:20px;top:0px;display:block;line-height:50px;z-index:9999999999px;text-decoration:none;cursor:pointer;font-size:50px;
}
.infospot {
	position:absolute;width:calc(100% * 2);height:calc(100% * 2);background-image: url(/img/infobg.png); background-repeat: no-repeat;background-size:cover;
}

@keyframes flickerAnimation {
  0%   { opacity:0.6; }
  50%  { opacity:0.2; }
  100% { opacity:0.6; }
}
@-o-keyframes flickerAnimation {
  0%   { opacity:0.6; }
  50%  { opacity:0.2; }
  100% { opacity:0.6; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:0.6; }
  50%  { opacity:0.2; }
  100% { opacity:0.6; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:0.6; }
  50%  { opacity:0.2; }
  100% { opacity:0.6; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s ease-in-out infinite;
   -moz-animation: flickerAnimation 2s ease-in-out infinite;
   -o-animation: flickerAnimation 2s ease-in-out infinite;
    animation: flickerAnimation 2s ease-in-out infinite;
}
.part {
	background-color:#2e2e2e;
	width: 100%;
	overflow:hidden;
	padding:0 80px;
    border-top: 3px solid rgba(255,255,255,0.05);
    border-bottom: 3px solid rgba(0,0,0,0.1);
}
.partinside {
	position: relative;
	width: 100%;
	max-width:1120px;
	margin:auto;
	padding: 80px 0;
	left:0px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	opacity:1;
}
#footer {
	border-top:3px solid #1e1e1e;
	background:#222;
}
#footer div.partinside {
	padding: 20px 0 !important;
}
.offscreenleft {
	left:-1120px;
	opacity:0;
}
.offscreenright {
	left:1120px;
	opacity:0;
}
.alt {
	background-color:#333;
}
h2 {
	font-family: 'Lato', 'arial black', sans-serif;
	zfont-weight: 900;
	letter-spacing: -1px;
	font-size:39px;
	color:#eee;
	margin:-12px 0 20px 0;
}
h3 {
	font-size:30px;
	color:#ccc;
	margin:0 0 20px 0;
}
.part b {
	color:#bfbfbf;
}
a {
	color:#ddd;
}

#smalltext {
	color:#666;
	font-size:13px;
	line-height:16px !important;
}





#loadingbg2 {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border:6px solid rgba(0,0,0,0.5);
  border-bottom:6px solid #eee;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

table {
	border-collapse: collapse;
}
td {
	padding:0;
}

.teampic {
	display: block;
	margin-bottom:30px;
	border:3px solid #eee;
	background-color:#111;
	border-radius:50%;
	width:80px;
	height:80px;
}
#teamdots {
	position:relative;width:calc(50% - 90px);top:46px;left:50%;margin-left:calc(-25% + 45px);height:1px;border-top:2px dotted #666;
}
.part1pic {
	float:right;
	width:31%;
	margin-left:50px;
	margin-bottom:20px;
}

#materialcontainer {
	padding:0 22px;
	width:100%;
	text-align: center;
}
.material {
	width:100px;
	height:100px;
	border:3px solid #eee;
	background-color:#111;
	display:inline;
	border-radius: 50%;
	margin-left:-22px;
	margin-right:-22px;
	margin-bottom:20px;
}
.materialbreak4,.materialbreak6 {
	display:none;
}

#screenshots {
	width:100%;height:400px;background:#222;overflow:hidden;position:relative;
}
td.screenshot {
    width:400px;
    height:400px;
}
#screenshot_table {
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.screenshot_container {
	display:flex;
	justify-content: center;
    align-items: center;
    width:inherit;
    height:inherit;
    background-size: cover;
    background-position: center center;
	opacity:0.9;
	border:2px solid #222;
	border-left-width:1px;
	border-right-width:1px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.screenshot_container:hover {
	opacity:1;
    box-shadow:none;
}
.screenshot_tt {
	margin-top:85%;
	background:#111;
	padding:3px 6px;
	font-size:13px;
	text-align:center;
	border-radius:5px;
	color:#999;
	opacity:0.6;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.screenshot_container:hover .screenshot_tt {
	opacity:1;
	color:#ddd;
}

#screenshot_arrowleft,#screenshot_arrowright {
	position:absolute;
	top:50%;
	margin-top:-15px;
	cursor:pointer;
	width:18px;
	height:29px;
	background-size: cover;
	opacity:0.5;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#screenshot_arrowleft:hover,#screenshot_arrowright:hover {
	opacity:1;
}
#screenshot_arrowleft .gone,#screenshot_arrowright .gone {
	opacity:0;
}
#screenshot_arrowleft {
	left:-20px;
	background-image:url(/img/arrowleft.png);
}
#screenshot_arrowright {
	right:-20px;
	background-image:url(/img/arrowright.png);
}


.maps {
	width:100%;
}
.maps h3,.maps h2 {
	margin-top:0px !important;
	margin-bottom:0px !important;
}
.maps td {
	vertical-align: top;
	text-align: center;
	font-size:13px;
}
.maps td.fillside, .maps td.fillmid {
	width:20%;
}
.maps td.fillmid:after {
	display:block;
	height:86px;
	content:' ';
	border-bottom:2px dotted #666;
	width:90%;
	margin:0 5%;
}
.maps td.fillmid2,.maps td.fillmid3 {
	position:relative;
}
.maps td.fillmid2 div {
	position:absolute;bottom:4px;left:calc(50% - 1px);border-right:2px dotted #666;height:130px;
}
.maps td.fillmid3 div {
	position:absolute;top:-26px;left:calc(50% - 1px);border-right:2px dotted #666;height:110px;
}
.maps img {
	background-color: #111;
	border-radius:50%;border:3px solid #eee;width:173px;height:173px;
}
.prentenatlas {
	background-color: #111;
	border-radius:50%;border:3px solid #eee;width:300px !important;height:300px !important;
	display:block;position:relative;margin:auto;margin-bottom:5px;
}
.keizersberg {
	background-color:#111;
	border-radius:50%;border:3px solid #eee;width:300px !important;height:300px !important;
	float:right; margin-left:40px;
}
.maptext {
	padding-top:130px;
	font-size:20px !important;	
}
.maptext .streep {
	border-top:2px dotted #666;height:8px;
	width:calc(100% - 200px);
	display:inline-block;
}


.tooltip {
	display:block;
	background:rgba(0,0,0,0.5);
	padding:11px 18px 13px 18px;
	border-radius: 5px;
}
.cornertooltip {
	color:#ccc;
	font-size:15px;
	position:absolute;
	right:60px;
	bottom:10px;
}
.cornertooltip b {
	color:#eee;
}
.clickable {
	cursor:pointer;
}
.clickable:hover {
	background:rgba(0,0,0,0.7);
}

.smalltooltip {
	font-size:13px;
	background:rgba(0,0,0,0.75);
	padding:6px 12px 7px 12px;
}

.bigbutton {
	display:inline-block;
	border-radius:999px;
	background:#1c1c1c;
	color:#ddd;
	text-decoration: none;
	font-weight:bold;
	padding:20px 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.bigbutton:hover {
	background:#000;
	color:#eee;
	box-shadow: 0 0 20px rgba(255,255,255,0.2);
}


#part5 td {
	font-size:13px !important;
}
#part5 td b {
	font-size:15px !important;
}

#stats {
	width:100%;
}
#stats small {
	display:block;
	margin:10px 0 5px 0;
}
.statspart {
	float:left;
	width:20%;
	text-align: center;
}
#stats h3 {
	margin-bottom:0 !important;
	font-family:'courier new',monospace;
	font-weight: bold;
	font-size:24px;
	letter-spacing: -3px;
}
#beleg {
	position:relative;
	width:100%;
	height:500px;
	background-color:#111;
	background-image:url('/img/dummy.gif');
	background-position: center center;
	background-size: cover;
	border-top:3px solid #eee;
	border-bottom:3px solid #eee;
}

div.lazyload {
	background-image:url(/img/dummy.gif);
}








@media only screen and (max-width: 950px) {
body {
		font-size:15px;

}
#bg {
	height:56vw !important;
}
h2 {
	font-size:35px;
}
.part1pic {
	display:none;
}

.maps img {
	width:110px;height:110px;
}
.prentenatlas {
	width:200px;height:200px;
}
.maps td.fillmid:after {
	height:56px;
}
.prentenatlas {
	width:200px !important;
	height:200px !important;
}
.keizersberg {
	width:200px !important;height:200px !important;
	margin-left:30px;
	margin-bottom:20px;
}

.maps td.fillmid2 div {
	height:94px;
	bottom:7px;
}
.maps td.fillmid3 div {
	height:78px;
	top:-24px;
}
.maptext {
	padding-top:92px;
	font-size:16px !important;	
}
.maptext .streep {
	height:7px;width:calc(100% - 160px);
}
#bgbollekes {
	left:40px;
}
#materialcontainer {
	padding:0 19px;
}
.material {
	margin-left:-19px;
	margin-right:-19px;
}
.materialbreak4 {
	display:none !important;
}
.materialbreak6 {
	display:block !important;
}

.screenshot_container {
	opacity:1;
}
.screenshot_tt {
	opacity:1;
	color:#fff;
}


#stats h3 {
	font-size:18px;
	letter-spacing: -2px;
}

.infosheet {
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	left:10px;
	margin-left:0;
}
.infosheet.opened {
	top:10px;
	opacity:1;
}
.infosheet.closed {
	opacity:0;
	top:calc(0px - 100vh);
}
.infopic {
	height:calc((100vw - 10px) / 2);
}



}












@media only screen and (max-width: 600px) {
body {
		font-size:14px;

}
table.press td {
	display: block;
	text-align: center;
}
a.press img {
	width:180px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	height:auto !important;
}
#bg {
	zbackground-image:url(/img/wp1low_mob.jpg);
}
#prevbg,#nextbg {
	opacity:0.75;
}
.part {
	padding:0 30px;
}
.partinside {
	padding: 30px 0;
	text-align: justify;
}
#teamdots {
	display:none;
}
#part5 .realtd {
	display: block;
	width:100%;
}
.spacertd {
	display:none;
}
#arrowdown {
}
h1 {
	top:10px;
	margin-left:-75px;
	border-radius:5px;
	width:150px;
	height:40px;
	text-align:center;
	font-size:35px;
	line-height:40px;
}
h2 {
	font-size:26px;
	margin-bottom:15px;
}
h3 {
	font-size:25px;
	margin-bottom:10px;
}
.maps img {
	width:60px;height:60px;
}
.maps td.fillmid:after {
	height:30px;
}

.maps td.fillmid2 div {
	height:70px;
}

.maps td.fillmid3 div {
	height:54px;
	top:-26px;
}


.maptext {
	padding-top:52px;
	font-size:13px !important;	
}
.maptext .streep {
	height:7px;width:calc(100% - 140px);
}


.prentenatlas {
	width:118px !important;
	height:118px !important;
}

.keizersberg {
	width:100% !important;height:100% !important;
	margin-left:0px;
	float:none;
}


.cornertooltip {
	font-size:13px;
	position:absolute;
	left:30px;
	width:calc(100% - 60px);
	text-align: center;
	bottom:10px;
	text-align: right;
	padding:5px 10px 7px 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


#screenshots {
	height:100vw;
}
td.screenshot {
    width:100vw;
    height:100vw;
}


#materialcontainer {
	padding:0 10px;
}
.material {
	margin-left:-10px;
	margin-right:-10px;
}
.materialbreak4 {
	display:block !important;
}
.materialbreak6 {
	display:none !important;
}

.nomobile {
	display:none;
}

#stats {
	width:250px;
	margin:auto;
	position:relative;
	margin-bottom:-30px;
}
.statspart {
	width:50%;
	text-align: center;
	padding-bottom:30px;
}
#beleg {
	height:400px;
}
#smalltext {
	font-size:11px !important;
}

}




@media only screen and (max-width: 500px) {
	h2 {
		font-size:22px;
	}
}



@media only screen and (max-width: 400px) {
.material {
	width:70px;
	height:70px;
}
#beleg {
	height:300px;
}
}


@media only screen and (max-width: 320px) {
	h2 {
		font-size:18px;
	}
}





#cubecontainer {
	width:20px;
	height:20px;
	position: fixed;
	top:15px;
	left:15px;
	-webkit-perspective: 100px;
	-moz-perspective: 100px;
	z-index:99;
}

#cube {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

#cube div {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	border: 1px solid #505050;
}


.front,.back,.right,.left,.top,.bottom {
  background: rgba(0,0,0,0.15);
}



#cube .front  {
  -webkit-transform: rotateY(0deg ) translateZ( 10px );
  -moz-transform: rotateY( 0deg ) translateZ( 10px );
}
#cube .back {
  -webkit-transform: rotateX( 180deg ) translateZ( 10px );
  -moz-transform: rotateX( 180deg ) translateZ( 10px );
}
#cube .right  {
  -webkit-transform: rotateY(  90deg ) translateZ( 10px );
  -moz-transform: rotateY(  90deg ) translateZ( 10px );
}
#cube .left   {
  -webkit-transform: rotateY( -90deg ) translateZ( 10px );
  -moz-transform: rotateY( -90deg ) translateZ( 10px );
}
#cube .top    {
  -webkit-transform: rotateX(  90deg ) translateZ( 10px );
  -moz-transform: rotateX(  90deg ) translateZ( 10px );
}
#cube .bottom {
  -webkit-transform: rotateX( -90deg ) translateZ( 10px );
  -moz-transform: rotateX( -90deg ) translateZ( 10px );
}

