﻿html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'OpenSans', Arial, sans-serif;
	width: 100%;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-color: #000000;
	color: #000000;
	overflow: hidden;
	height: 100%;
}

::-webkit-scrollbar {
	width: 6px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background-color: #999999;

}

::-webkit-scrollbar-thumb {
	background: #414141;
	/*background: linear-gradient(0deg, rgba(251,185,0,0) 0%, rgba(251,185,0,1) 50%, rgba(251,185,0,0) 100%);*/

}

::-webkit-scrollbar-thumb:hover {
	background: #414141;
	/*background: linear-gradient(0deg, rgba(251,185,0,0) 0%, rgba(251,185,0,1) 50%, rgba(251,185,0,0) 100%);*/
}

div {
	box-sizing: border-box;
}

ul {}

li {}

ol {}

img {
	width: 100%;
	height: auto;


}

h1 {}

h2 {
	font-size: 2.5em;
	font-weight: normal;
	color: #fb0000;
	text-transform: uppercase;
	text-align: center;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h5 {
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
}

.sponsorlogo {
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 129px;
	height: auto;
}

.sponsorlogo:before {

	background-image: none;

}

video {
	width: 100%;
	height: auto;
	outline: none;
}

audio {
	margin-top: 1em;
	margin-bottom: 0em;
	width: 100%;
}

.iframeholder {
	position: relative;
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 56.25%;
}

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

a {
	color: #fb0000;
	display: inline-block;
	width: auto;
	position: relative;
	padding-left: 1.5em;
}

a:hover {
	color: #fb0000;
}

a:before {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	top: 3px;
	left: 0px;
	background-image: url(../img/icon_link.png);
	background-repeat: no-repeat;
	background-size: 100%
}

a.download:before {
	background-image: url(../img/icon_download.png);
}

.infoimagecaption a {
	color: #ffffff;
	padding-left: 0em;
}

.infoimagecaption a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.row {
	margin-left: -25px;
	margin-right: -25px;

}

.col {
	padding-left: 25px;
	padding-right: 25px;
}

.meta {
	position: absolute;
	top: 2em;
	right: 2em;
	font-size: 0.875em;
}

.meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta ul li {
	color: #ffffff;
	display: inline;
	padding: 0.25em;
	margin: 0 0.5em;
	cursor: pointer;
}

.wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;

	overflow: hidden;


}

.content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);


}

.content-scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;

	/*overflow:hidden;*/
	overflow-x: scroll;

}

.content-scroller-inner {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0%;
	left: 0%;
	overflow: hidden;

}

.arrow {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	transform: translate(0%, -50%);
	cursor: pointer;
}

.arrow.prev {
	left: 10px;
}

.arrow.next {
	right: 10px;
}

.scrollasset {
	position: absolute;
	width: auto;
	pointer-events: none;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
	transform: translate(-50%, 0%);
}

.rotated {
	transform: rotate(-45deg);
	transform-origin: bottom left;
}

.bold {
	font-weight: bold;
}

.scaledcenter {
	transform: scale(1);
	transform-origin: center center;
}

.scaledbottom {
	transform: scale(1);
	transform-origin: bottom center;
}

.scaledleft {
	transform: scaleX(1);
	transform-origin: left center;
}

.faded {
	opacity: 0;
}

.scrollback {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0px;
	left: 0px;
	/*background-image:url(../img/raster.png);
	background-repeat:no-repeat;
	background-size:100% auto;*/
}

.scrolltext {
	padding: 10px;
	background-color: #eeeeee;
	text-transform: uppercase;
	width: 90%;
	max-width: 400px;
	font-size: 2.5em;
	line-height: 1.4em;
}

.scrolltext.dark {
	background-color: transparent;
	color: #ffffff;


}

.scrolltext.bright {

	line-height: 1.25em;

}

.small {
	font-size: 1.15em;
}

.scrolltime {
	font-family: Orbitron, Arial, sans-serif;
	font-size: 6em;
	color: #fb0000;
	width: auto;
	text-align: center;
	transform: translate(-50%, 0%);
}

.transparent {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	line-height: 1.2em;
	font-size: 1.25em;
}

.transparentbig {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;

}

.infopunkt {
	width: 70px;
	height: 70px;
	pointer-events: auto;
	cursor: pointer;
	animation-name: infopunktanimation;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes infopunktanimation {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.3);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

.imageinfo {
	cursor: pointer;
	pointer-events: auto;
	z-index: 1
}

.info {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.info_back {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

.info_inner {
	position: absolute;
	height: calc(100% - 120px);
	width: calc(100% - 120px);
	max-width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	margin-top: 400px;
	transition: margin-top ease 0.35s;
	background: rgb(255, 255, 255);
	background: linear-gradient(167deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 100%);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7);
}

.infoclose {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -5px;
	right: -35px;
	cursor: pointer;
}

.info_scroller {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	overflow-y: auto;
	padding: 60px 40px 40px 40px;
}

.info .container {
	max-width: 100%;
}

.info hr {
	border: none;
	border-bottom: 1px solid #999999;
	margin: 0px auto 10px auto;
	width: 60%;

}

.info p {
	margin-bottom: 0.5em;
}

.infoimage {
	border: 10px solid #fbfbfb;


	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	margin-bottom: 20px;
	cursor: zoom-in;
}

.infoimageholder {
	position: relative;
	margin-left: 20px;
	margin-bottom: 10px;
}

.infoimageholder:before {
	content: "";
	position: absolute;
	width: 140px;
	height: 140px;
	top: -50px;
	left: -50px;
	background-image: url(../img/tesa.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none;
}

.infoimageholder:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 140px;
	bottom: 0px;
	right: -40px;
	background-image: url(../img/tesa.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none;
}

.info .col {
	margin-bottom: 10px;
	margin-top: 20px;
	position: relative
}

.info .col.center {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.info .smalltimeline .col {
	margin-bottom: 0px;
	margin-top: 0px;

}

.infoimagecaption {

	color: #ffffff;
	font-size: 0.875em;
	font-style: italic;
	padding: 10px 10px;
	background-color: #fb0000;
	line-height: 1.15em;
	max-width: 90%;
	position: absolute;
	bottom: 10px;
	left: -20px;
	z-index: 10;
}

.infoimageholder.youtubelink {

	cursor: pointer;
}

.infoimageholder.youtubelink img {
	pointer-events: none;
}

.infoimageholder.youtubelink::before {
	content: '';
	width: 70px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/yt.png);

}

.caption {
	font-size: 0.75em;
	font-weight: bold;
	color: #686868;
	text-align: center;
}

.info .col.el {
	padding-left: 70px;
}

.info .col.el:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	left: 10px;
	top: 0px;
	background-image: url(../info/media/icon_elser.png);
	background-repeat: no-repeat;
	background-size: calc(100% + 2px) calc(100% + 2px);
	background-position: center center;
	border-radius: 50%;
	border: 2px solid #fb0000;
}

.info .col.ns,
.info .col.kr,
.info .col.wm,
.info .col.bk {
	padding-right: 70px;
	text-align: right;
}

.info .smalltimeline .col.right {
	text-align: right;

}

.info .smalltimeline {
	border-top: 1px solid #cecece;
	padding-top: 5px;
	margin: 0;

}

.info .col.ns:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 0px;
	background-image: url(../info/media/icon_ns.png);
	background-repeat: no-repeat;
	background-size: calc(100% + 2px) calc(100% + 2px);
	background-position: center center;
	border-radius: 50%;
	border: 2px solid #fb0000;
}

.info .col.kr:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 0px;
	background-image: url(../info/media/icon_kr.png);
	background-repeat: no-repeat;
	background-size: calc(100% + 2px) calc(100% + 2px);
	background-position: center center;
	border-radius: 50%;
	border: 2px solid #fb0000;
}

.info .col.wm:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 0px;
	background-image: url(../info/media/icon_wm.png);
	background-repeat: no-repeat;
	background-size: calc(100% + 2px) calc(100% + 2px);
	background-position: center center;
	border-radius: 50%;
	border: 2px solid #fb0000;
}

.info .col.bk:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 0px;
	background-image: url(../info/media/icon_keller.png);
	background-repeat: no-repeat;
	background-size: calc(100% + 2px) calc(100% + 2px);
	background-position: center center;
	border-radius: 50%;
	border: 2px solid #fb0000;
}

.info .year {
	color: #fb0000;
	font-size: 2em;
	font-weight: bold;
}

.info .year_small {
	color: #fb0000;
	font-size: 1em;
	font-weight: bold;

}

.inforead {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 15px;
	cursor: pointer;
	z-index: 10;

}

.info .source {
	color: #686868;
	font-style: italic;
	font-size: 0.875em;

}

.info .box {
	font-size: 1.15em;
	font-style: italic;

	padding: 20px 20px;
	line-height: 1.4em;
	background-color: #f1f3f4;
	margin-top: 1em;
	margin-bottom: 1em;

}

.info .box strong {

	font-style: normal;

}

.info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.info ul li {
	padding-left: 20px;
	position: relative;
}

.info ul li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0.5em;
	left: 0px;
	background-color: #fb0000;
	;
}


.overlays {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.7);

	display: none;
}

.overlays a {
	background-image: none;
	padding: 0;

}

.overlays a::before {
	background-image: none;

}

.overlays_back {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

.overlays_inner {
	position: absolute;
	max-height: calc(100% - 120px);
	width: calc(100% - 120px);
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);




	transition: margin-top ease 0.35s;

}

.overlaysclose {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -5px;
	right: -35px;
	cursor: pointer;
}

.overlays_scroller {
	overflow-y: auto;
	background-color: #000000;
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7);
	height: auto;
	width: 100%;
	top: 0px;
	left: 0px;
	overflow-y: auto;
	padding: 60px 40px 40px 40px;
	color: #ffffff;
}

@media (max-width: 1999px) {
	body {
		font-size: 15px;
	}

}


@media (max-width: 991px) {
	body {
		font-size: 14px;
	}

	.info_inner {

		height: calc(100% - 60px);
		width: calc(100% - 60px);

	}

	.infoclose {

		width: 20px;
		height: 20px;

		right: -25px;

	}
}