html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
* {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.cc_container .cc_btn {
	background-color: #1c8997 !important;
	/* Farbe des Buttons */
	color: #fff !important;
	/* Textfarbe des Buttons */
}

.cc_container {
	background: #ececec !important;
	/* Hintergrundfarbe des gesamten Bereichs */
	color: #666 !important;
	/* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
	color: #1c8997 !important;
	/* Textlink-Farbe "Mehr Infos" */
}

.parallax {
	position: relative;
}

.mobile {
	display: none;
}

.bgimg div {
	position: absolute;
	bottom: 7px;
	right: 10px;
	left: 10px;
	text-align: right;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	font-size: 13px;
}

::selection {
	background: #1c8997;
	/*background: rgba(180, 0, 31, 0.99);*/
	color: #fff;
}

::-moz-selection {
	background: #1c8997;
	/*background: rgba(180, 0, 31, 0.99);*/
	color: #fff;
}

.content {
	max-width: 1280px;
	width: 100%;
	margin: auto auto;
}

.content.fullwidth {
	max-width: 100%;
}

section .content {
	padding-top: 175px;
	padding-bottom: 175px;
}

section:nth-child(even) {
	background-color: #f5f5f5;
}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 35;
	background-color: #fff;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
	padding: 25px;
	padding-bottom: 0px;
	background-color: #fff;
}

header a.logo {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000 !important;
	font-size: 30px;
	letter-spacing: 2px;
}

header a.logo b {
	font-size: 35px;
}

header a.logo span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}

header nav {
	float: right;
}

header nav ul li a .live {
	position: absolute;
	display: block;
	text-align: center;
	font-size: 15px;
	left: 0px;
	right: 0px;
}

header nav ul {
	list-style-type: none;
}

header nav ul li {
	float: left;
}

header nav ul li a {
	position: relative;
	padding: 20px 25px 35px 25px;
	display: block;
	text-decoration: none;
	font-size: 22px;
	color: #afafaf !important;
	border-bottom: solid 5px #fff;
}

header nav ul li a:hover {
	color: #000 !important;
}

header nav ul li a.current {
	border-bottom: solid 5px #1c8997;
	color: #000 !important;
}

section {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
	background-color: #fff;
	clear: both;
	overflow: hidden;
}

section h1,
section h2 {
	position: relative;
	left: -2px;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 16px;
	font-weight: normal;
}

section h1 .sub,
section h2 .sub {
	display: block;
	font-size: 18px;
}

section.fullscreen {
	max-width: 100%;
	min-height: 450px;
}

section#enter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 25px 0px 25px 0px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 10;
}

section#enter a#slideIn {
	display: block;
	width: 64px;
	height: 64px;
	background-image: url('./img/arrowdown.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	overflow: hidden;
	text-indent: -500px;
}

section#enter a.logo {
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-size: 70px;
	letter-spacing: 2px;
}

section#enter a.logo b {
	font-size: 80px;
}

section#enter a.logo span {
	display: block;
	font-weight: normal;
	font-size: 26px;
}

section#intro {
	min-height: 450px;
	height: 450px;
	z-index: 0;
	background-color: none;
}

section#intro .portrait_slider {
	height: 100%;
}

section#intro .portrait_slider .portrait {
	height: 100%;
	width: 33.33333%;
	float: left;
	background-size: cover;
	background-position: center center;
}


section .content .text p {
	margin-bottom: 1em;
}


section#about .text {
	padding: 20px;
	font-size: 18px;
	text-align: left;
}

section#demos {
	text-align: center;
}

.content iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content a {
	text-decoration: none;
	color: #1c8997;
}

.content a:hover {
	color: #1c8997;
}

.grid {
	display: inline-block;
	float: left;
}

.grid.half {
	width: 50%;
}

.clear {
	clear: both;
}

footer {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}


.fullheight {
	position: absolute;
	min-height: 800px;
	background-size: cover;
	background-position: left center;
}

footer .content {
	padding: 0px !important;
}

footer .sociallinks {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.sociallinks li {
	float: left;
	list-style-type: none;
	margin-right: 25px;
	margin-bottom: 25px;
}

footer .sociallinks li {
	margin-left: 5px;
	margin-right: 5px;
}

.sociallinks li a {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	text-indent: -500px;
	background-size: contain;
	opacity: 0.75;
}

footer .sociallinks li a {
	width: 32px;
	height: 32px;
}

.sociallinks li a:hover {
	opacity: 1;
}

.sociallinks li.yt a {
	background-image: url('./img/youtube-logo-button.png');
}

.sociallinks li.tw a {
	background-image: url('./img/twitch-logo-button.png');
}

.sociallinks li.in a {
	background-image: url('./img/instagram-logo-button.png');
}

section h2,
section h3 {
	text-transform: uppercase;
	font-weight: normal;
}

section#games h2,
section#games h3 {
	margin-bottom: 10px;
	background-size: cover;
}

.list h2 a,
.list h3 a {
	text-decoration: none;
	color: #000;
	display: block;
}

.list h2 a:before,
.list h3 a:before {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: inline-block;
	content: " ";
	width: 16px;
	height: 16px;
	background-image: url(./img/checkaus.png);
	margin-right: 7px;
	background-size: contain;
	background-position: center center;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}

.list h2 a.active:before,
.list h3 a.active:before {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	background-image: url(./img/checkan.png);
}

.list {
	display: block;
	vertical-align: top;
	clear: none;
	margin-top: 35px;
	padding-left: 25px;
}

.list span {
	display: block;
}

.list li {
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	display: inline-block;
	color: #666;
	width: 45%;
	vertical-align: top;
}

.list .title {
	color: #000;
}

.list span.playthrough:before {
	content: "";
}

.list li {
	border: solid 1px #ececec;
	border-bottom: solid 3px #1c8997;
	padding: 5px 10px 5px 10px;
	width: auto;
	margin-left: 0px;
}

.list_pokemon .playthrough {
	position: absolute;
	transition: opacity .25s;
	opacity: 0;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	margin-left: -5px;
}

.list li:hover {
	cursor: default;
}

.list li:hover .playthrough {
	opacity: 1;
}

.list_zelda .playthrough {
	position: absolute;
	transition: opacity .25s;
	opacity: 0;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	margin-left: -5px;
}

.list_mario .playthrough {
	position: absolute;
	transition: opacity .25s;
	opacity: 0;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	margin-left: -5px;
}

.list_nintendo .playthrough {
	position: absolute;
	transition: opacity .25s;
	opacity: 0;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	margin-left: -5px;
}

.list_indie .playthrough {
	position: absolute;
	transition: opacity .25s;
	opacity: 0;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	margin-left: -5px;
}

section#games h1,
section#games h2 {
	margin-left: 25px;
}

section#games .fullheight {
	right: 0px;
	background-position: center 10%;
}

section#about .fullheight {
	background-position: 20% center;
}

.demo h2 {
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
}

.demo {
	position: relative;
	float: left;
	margin-right: 125px;
	margin-left: 125px;
}

.demos {
	text-align: left;
	overflow: hidden;
}

.demos .container {
	width: 500000px;
}

.demonavigation {
	text-align: center;
}

.demonavigation a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 35px;
	text-indent: -500px;
	border-radius: 100%;
	background-color: #c8c8c8;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.demonavigation a:hover {
	background-color: #afafaf;
}

.demonavigation a.active {
	background-color: #1c8997 !important;
}

.demonavigation .arrow {
	text-indent: 0px;
	text-align: center;
	height: auto;
	padding: 10px 15px 15px 15px;
	font-size: 20px;
	text-decoration: none;
	color: #afafaf;
	background-color: #f5f5f5 !important;
}

.demo .block {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1337;
	background-color: #f5f5f5;
	opacity: 0.7;
}

section#stream {
	overflow: hidden;
	height: 400px;
}

section#stream div.parallax {
	position: absolute;
	width: 100%;
	height: 500px;
	background-image: url('../img/mobile/stream.jpg');
	background-size: cover;
	background-position: 45% center;
	margin-top: 20px;
}

section#stream .content {
	z-index: 25;
	padding-top: 70px;
	padding-bottom: 0px;
}

.livestream {
	text-align: right;
	position: relative;
	z-index: 25;
	padding: 25px;
	color: #fff;
}

.livestream h1,
.livestream h2 {
	display: inline-block;
}

.livestream h1 .sub,
.livestream h2 .sub {
	display: block;
	background-color: rgba(70, 70, 70, 0.30);
	padding: 2px 5px 2px 5px;
	margin-bottom: 3px;
}

.livestream .sub a {
	color: #fff;
	text-decoration: none;
}

.livestream .gotostream {
	padding: 25px;
	background-color: rgba(70, 70, 70, 0.30);
	display: inline-block;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	position: relative;
	left: -2px;
	text-transform: uppercase;
}

footer a {
	color: #afafaf !important;
	text-decoration: none;
}


.c-wootze {
	display: none;
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 35px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 1000;
	top: 18px;
	right: 15px;
}

.c-wootze:focus {
	outline: none;
}

.c-wootze span {
	display: block;
	position: absolute;
	top: 18px;
	left: 0px;
	right: 0px;
	height: 2px;
	background: #000;
}

.c-wootze span::before,
.c-wootze span::after {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	height: 2px;
	background: #000;
	content: "";
}

.c-wootze span::before {
	top: -14px;
}

.c-wootze span::after {
	bottom: -14px;
}


.c-wootze--htx {
	transition: opacity 0.1s linear;
}

.c-wootze--htx span {
	transition: background 0s 0.3s;
}

.c-wootze--htx span::before,
.c-wootze--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-wootze--htx span::before {
	transition-property: top, transform;
}

.c-wootze--htx span::after {
	transition-property: bottom, transform;
}

.c-wootze--htx.is-active {
	opacity: 1 !important;
	cursor: pointer !important;
}

.c-wootze--htx.is-active span {
	background: none;
	border: 0px !important;
}

.c-wootze--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-wootze--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.c-wootze--htx.is-active span::before,
.c-wootze--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
	border: 0px !important;
}


/*MOBILE NAV*/
@media (max-width: 1145px) {
	header .mobile {
		display: block;
	}

	header nav {
		display: none;
	}

	header {
		padding-top: 13px;
		padding-bottom: 15px;
		padding-left: 15px;
	}

	header a.logo {
		font-size: 20px;
	}

	header a.logo b {
		font-size: 25px;
	}

	header a.logo span {
		display: block;
		font-weight: normal;
		font-size: 10px;
	}

	header nav {
		width: 100%;
		margin-top: 15px;
		padding-top: 10px;
		border-top: solid 1px #ebebeb;
	}

	header nav ul li {
		display: block;
		text-align: right;
		float: none;
	}

	header nav ul li a {
		display: block;
		text-align: right !important;
		padding: 10px 0px 5px 0px;
		font-size: 22px;
		border: 0px !important;
	}

	header nav ul li a .live {
		position: relative;
		display: inline-block;
		font-size: 22px;
		margin-left: 10px;
	}
}

/*MOBILE PAGE*/

@media (max-width: 800px) {
	.mobile {
		display: block;
	}

	section#enter {
		display: none;
	}

	section#intro {
		display: none;
		margin-top: 70px;
		height: 250px;
		min-height: 250px;
	}

	section#intro .portrait_slider {
		height: 250px;
	}

	body {
		padding-top: 70px;
	}

	.fullheight {
		position: relative;
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}

	.grid.half {
		display: block;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	section .content {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	section#stream div.parallax {
		margin-top: 0px;
	}

	section#about .content {
		padding-top: 0px;

	}

	section#about .sociallinks a {
		width: 47px;
		height: 47px;
	}

	section#about .sociallinks li {
		margin-bottom: 8px;
		margin-right: 8px;
	}

	.list {
		padding-left: 0px;
	}

	.list ul li {
		width: 97%;
		margin: 0%;
		padding: 1%;
		margin-bottom: 15px;
	}

	.list ul li:nth-child(2n+1) {
		margin-right: 2%;
	}

	.demo {
		margin-left: 25px;
		margin-right: 25px;
	}

	.demo iframe {
		width: 320px;
		height: 180px;
	}

	.demo h2 {
		font-size: 12px;
		display: block;
		overflow: hidden;
		height: 37px;
	}

	section#imprint .grid.half {
		width: 90%;
	}

	section#imprint .grid.half p,
	section#imprint .grid.half b {
		font-family: Montserrat !important;
	}
}

@media (max-width: 320px) {

	/*.list ul li{
		width: 100%;
	}

	.list ul li:nth-child(2n+1){
		margin-right: 0%;
	}*/
	.c-wootze {
		right: 10px;
	}

	header {
		padding-left: 10px;
	}
}

p {
	margin-bottom: 1em;
}



section#demos .content h1 a,
section#demos .content h2 a {
	color: #afafaf;
}

section#demos .content h1 a:hover,
section#demos .content h2 a:hover {
	color: #000;
}

section#demos .content h1 a.active,
section#demos .content h2 a.active {
	color: #000;
	border-bottom: solid 2px #1c8997;
}

section#demos .content h2 a,
section#demos .content h3 a {
	color: #afafaf;
	margin-left: 5px;
	margin-right: 5px;
}

section#demos .content h2 a:hover,
section#demos .content h3 a:hover {
	color: #000;
}

section#demos .content h2 a.active,
section#demos .content h3 a.active {
	color: #000;
	border-bottom: solid 2px #1c8997;
}

h2.toggle_kanaltrailer,
h3.toggle_kanaltrailer {
	display: none;
}

section#demos .demos {
	margin-top: 45px;
}