* {
	margin: 0px;
	padding: 0px;
	outline: none;
	box-sizing: border-box;
}

body {
	display: block;
	background-color: #001017;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	font-size: 18px;
	background-image: url("../img/bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#topbutton {
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	z-index: 8000;
	bottom: 10px;
	right: 10px;
	background-image: url("../img/bt-arrow.svg");
}

#topbutton:hover {
	background-color: rgba(255, 255, 255, 1);
	background-image: url("../img/bt-arrow-hover.svg");
}

nav {
	z-index: 8000;
	box-shadow: 0 2px 1px 0 #000000;
}

#desktop {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100px;	
	font-size: 24px;
	line-height: 100px;
	background-color:#001d2f;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#desktop > div, #desktop > ul {
	height: 100px;
}

#desktop > div > img {
	height: 100%;
}

#sticky {
	position: fixed;
	display: block;
	margin: 0px;
	padding: 0px;
	bottom: -5px;
	left: 0px;
	text-decoration: none;
	border: none;
	z-index: 9999;
}

#sticky img {
	width: 300px;
	max-width: 50%;
	border: none;
}

.navi {
	flex-grow: 0;
	position: relative;	
	list-style: none;
	display: flex;
	flex-direction: row; /* umschalten mobile */
}

.spacer {
	flex-grow: 1000;
}

.trigger {
	display: none;
	padding: 20px 0px;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
	transform: skewX(-10deg);
}

.navi > .bt {
	height: 100px;
	vertical-align: top;
	transform: skewX(-10deg);
}

.navi > .bt > a {
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	padding: 0px 20px;
	line-height: 100px;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffffff;
}

.navi > .bt > img {
	padding: 20px 0px;
	height: 100px;
	line-height: 100px;
	/*background-color: #00141e;*/
	text-transform: uppercase;
	cursor: pointer;
}

.navi > .bt:hover {
	background-color: #00141e;
}

#mobile {
	position: fixed;
	width: 100%;
	margin-top: 100px;
}

.subnavi {
	font-size: 20px;
	width: 100%;
	list-style: none;
	background-color: #0e374b;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.subnavi > .subbt {
	transform: skewX(-10deg);
	height: 60px;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.subnavi > .subbt > a {
	text-decoration: none;
	padding: 0px 15px;
	line-height: 60px;
	color: #ffffff;
}

.subnavi > .subbt > img {
	height: 100%;
}

.subnavi > .subbt:hover {
	background-color: #f39100;
}

.subnavi > .clicked:hover {
	background-color: #00141e;
}

.clicked {
	background-image: url("../img/bt-clicked2.svg");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #f39100;
}

.subnavi .clicked {
	background-image: url("../img/bt-clicked1.svg");
}

.logocontainer > img {
	cursor: pointer;
	background-color: transparent;
	padding: 0px 5px 0px 5px;
}

#spacer1, #spacer2 {
	flex-grow: 20;
}

#spacer3, #spacer4 {
	flex-grow: 1;
}

#mainmenu {
	flex-direction: row;  /* umschalten mobile */
}

.buycontainer {
	margin-left: -5px;
	background-color: #f39100;
	transform: translateX(10px) skewX(-10deg);
	cursor: pointer;
}

.buycontainer > img {
	background-color: transparent;
	padding: 20px 0px;
	margin: 0px 25px 0px 15px;
}

.headerspacer {
	width: 100%;
	height: 100px;
}

#pagenav {
	background-color: #00141e;
	padding: 10px 0px 0px 0px;
	background-image: url("../img/bg-pagenavi.png");
	background-position: center;
	background-repeat: no-repeat;
}

#pagenav > .maxwidth {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
	padding: 0px 20px;	
}

#pagenav > .maxwidth > span {
	display: inline-block;
	background-color: #f39100;
	font-weight: 600;
	line-height: 50px;
	padding: 0px 20px;
	margin: 0px 10px 10px 0px;
	white-space: nowrap;
	transform: skewX(-10deg);
}

#pagenav > .maxwidth > a {
	display: inline-block;
	background-color: #001d2f;
	text-decoration: none;
	color: #ffffff;
	line-height: 50px;
	padding: 0px 15px;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
	white-space: nowrap;
	transform: skewX(-10deg);
}

#pagenav > .maxwidth > .page {
	text-align: center;
	padding: 0px 0px;
	width: 100%;
	max-width: 37px;
}

#pagenav a:hover, #pagenav .active {
	background-color: #539bb9 !important;
}

#pagenav .disabled {
	cursor: none;
	visibility: hidden;
}

#pagenav .arrows {
	max-width: 30px !important;
	background-color: #0e374b !important;
}

.container {
	width: 100%;
	padding: 50px 0px 50px 0px;
	text-align: justify;
}

.style1 {
	background-image: url("../img/bg.png");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.style2 {
	background-color: rgba(41, 64, 78, 0.7);
}

.maxwidth {
	max-width: 1280px;
	margin: 0px auto;
	padding: 0px 20px;
}

.flex2 {
	display: flex;
	flex-direction: row;
}

.flex2 > .flexitem {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
}

.flex2 > .flexspacer {
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

.grid3 {
	display: grid;
	grid-auto-flow: row;
	grid-gap: 40px 40px;
	grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
	margin: 40px 0px;
}

.updatelist {
	padding: 20px;
	background-color: rgba(0,20,30,0.50);
}

.updatelist .listitem summary{
	font-size: 20px;
	line-height: 24px;
	padding: 15px 60px 15px 20px;
	margin-bottom: 20px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	background-color: #001d2f;
	transition: all 300ms linear;
	list-style: none;
	background-image: url("../img/info-plus.png");
	background-size: 54px 54px;
	background-position: center right;
	background-repeat: no-repeat;
}

.updatelist .listitem:last-child summary{
	margin-bottom: 0px;
}

.updatelist .listitem[open] summary {
	background-color: #f39100;
	background-image: url("../img/info-minus.png");
}

.updatelist .listitem summary::-webkit-details-marker {
  display:none;
}

.updatelist .listitem summary:hover{
	background-color: #539bb9;
	transition: all 300ms linear;
}

.updatelist .listitem div{
	font-size: 18px;
	padding: 20px 20px 40px 20px;
	margin-top: -20px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
}

.updatelist .listitem:last-child div{
	margin-top: 0px;
}

.updatelist .listitem div h5{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.updatelist .listitem div ul{
	font-size: 18px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.buygrid {
	padding: 20px;
	margin-top: -20px;
	background-color: rgba(0,20,30,0.50);
}

.buylist {
	margin-top: 0px !important;
	padding-bottom: 5px !important;
}

.buylist-li {
	display: flex;	
	align-items: stretch;
	margin-bottom: 20px;
	background-color: #001d2f;
}

.buylist-lbl {
	font-size: 20px;
	line-height: 24px;
	padding: 15px 60px 15px 20px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	flex-grow: 100;
	transition: all 300ms linear;
	background-image: url("../img/info-squared.png");
	background-size: 54px 54px;
	background-position: center right;
	background-repeat: no-repeat;
}

.buylist-lbl:hover {
	background-color: #539bb9;
	transition: all 300ms linear;
}

.lnk {
	padding: 0px 20px 0px 0px;
	text-align: left;
	color: #539bb9;
	text-decoration: none;
	transition: all 300ms linear;
	background-image: url("../img/info-squared.png");
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}

.lnk:hover {
	color: #f39100;
	transition: all 300ms linear;
}


.buylist-ico {
	display: flex;
	align-items: center;
	margin-left: 5px;
	background-color: #f39100;
	transition: all 300ms linear;
	cursor: pointer;
}

.buylist-ico:hover {
	background-color: #539bb9;
	transition: all 300ms linear;
}

.buylist-ico img {
	width: 54px;
	height: 54px;
	transform: scale(0.8);
}

.description {
	background-color: rgba(0,20,30,0.50);
	padding: 20px 20px 0px 20px;
}

.thumb {
	width: 100%;
	cursor: pointer;
}

article .video-container {
	margin-bottom:19px;
}

.video-container {
    position: relative;
	width:100%;
    padding-bottom: 56.23%;
    height: 0; 
	overflow: hidden;
	margin-top:-1px;
	margin-bottom:-1px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: -1;
    left: 0;
    width: 100%;
    height: 100%;
}

.container h2 {	
	width: 100%;
	border-bottom: 2px solid #539bb9;
	margin-bottom: 30px;
	display: flex;
	/*flex-direction: row;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	overflow: hidden;*/
}

.container h2 a {
	display: inline-block;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 50px;
	padding: 0px 20px;
	background-color: #539bb9;
}

.container h3 {
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	color: #539bb9;
	border-bottom: 2px dotted #539bb9;
	margin-bottom: 20px;
}

.container h4 {
	width: 100%;
	border-bottom: 4px solid #00141e;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
}

#privacy h4 {
	border-bottom: none;
}

.container h4 a {
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 46px;
	padding: 0px 20px;
	background-color: #00141e;
}

.newsarticle {
	position: relative;
}

.newsinfo {
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #001d2f;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	padding: 0px 20px;
	margin: -30px 0px 20px 0px;
}

.newsinfo .blue {
	color: #539bb9;
	margin: 0px 5px;
}

.newsbanner {
	width: 100%;
	margin-bottom: 15px;
}

article .slider {
	margin-bottom: 20px;
}

.newsslide {
	width: 100%;
}

.container p {
	margin-bottom: 20px;
}

.container ol {
	margin-left: 18px;
}

.container ul {
	margin-left: 18px;
	list-style-type: square;
}

.container ul li, ol li {
	margin-bottom: 20px;
}

.container article p a, .container article ul li a,  .container article ol li a {
	color: #f39100;
	text-decoration: none;
}

.container article p a:hover, .container article ul li a:hover,  .container article ol li a:hover {
	color: #ec6602;
	text-decoration: underline;
}

.container sup {
	font-size: 0.5em
}

#partner {
	padding: 20px 0px 15px 0px;
	background: rgba(255,255,255,0.5);
}

.partnergrid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.partneritem {
	max-width: 245px;
	display: block;
	opacity: 0.5;
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
	transition: all 0.2s linear;
}

.partneritem:hover {
	opacity: 1;
	filter: grayscale(0%);
	transform: scale(1.1);
	transition: all 0.2s linear;
}

.partneritem img {
	width: 100%;
	
}

.partnerthumb {
	background-color:#001d2f;
}

.partnerthumb > img {
	width: 100%;
	transform: scale(0.8);
}

.obt {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height:50px;
	text-transform: uppercase;
	color:#ffffff;
	padding: 0px 20px;
	cursor: pointer;
	overflow: hidden;
	background-color:#f39100;
}

.bbt {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height:50px;
	text-transform: uppercase;
	color:#ffffff;
	padding: 0px 20px;
	cursor: pointer;
	overflow: hidden;
	background-color:#539bb9;
}

footer {
	bottom: 0px;
	/*border-top: 4px solid #00141e;*/
}

.footercontainer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.footernav {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content:center;
	align-items: stretch;
	align-content: stretch;
}

.footernav > .footernavbt {
	display: inline-block;
	color: #ffffff;
	background-color: #001d2f;
	line-height: 50px;
	padding: 0px 15px;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}

.footernav > .footernavbt:hover {
	background-color: #539bb9;
}

.logonav {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content:center;
	align-items: stretch;
	align-content: stretch;
}

.logonav > .logonavbt {
	width: 100px;
	display: inline-block;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
	text-decoration: none;
	transition: all 200ms linear;
}

.logonav > .logonavbtnoa {
	width: 100px;
	display: inline-block;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
	text-decoration: none;
}

.logonav > .logonavbt:hover {
	transform: scale(0.9);
	transition: all 200ms linear;
}

.logonav > .logonavbt > img, .logonav > .logonavbtnoa > img {
	width: 100%;
}

.copy {
	font-size: 12px;
}

@media screen and (max-width: 1500px) {
	#langmenu {
		display: inline;
	}
	
	.tg-langmenu {
		display: none;
	}
}

@media screen and (max-width: 1350px) {	
	#socialmenu {
		display: none;
	}
	
	.tg-socialmenu {
		display: inline;
	}
	
	.flex2 > .flexspacer {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 1000px) {	
	#mainmenu {
		display: none;
	}
	
	.tg-mainmenu {
		display: inline;
	}
	
	#spacer2 {
	flex-grow: 1;
	}
	
	#sn-games, #sn-support {
		background-color: #205a78;
	}
	
	.flex2 {
		flex-direction: column;
	}
}

@media screen and (max-width: 620px) {
	.headerspacer {
		height: 50px;
	}
	
	#desktop, #desktop > div, #desktop > ul, .trigger, .navi > .bt, .navi > .bt > img, #logo {
		height: 50px;	
	}
	
	#desktop, #desktop > div, #desktop > ul, .trigger, .navi > .bt > a, .navi > .bt > img {
		line-height: 50px;
	}
	
	#mobile {
		margin-top: 50px;
	}
	
	.trigger, .navi > .bt > img, .buycontainer > img {
		padding: 5px 0px;
	}
	
	.buycontainer > img {
		margin: 0px 15px 0px 5px;
	}	
}

