* {
	margin:0px;
	outline:0px;
	padding:0px;
}

html, body {
	width:100%;
	height:100%;
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:16px;
	font-weight:400;
	line-height:20px;
	color:#525252;
	background-color:#001b40;
	background-image:url(../img/bg-content.jpg);
	background-size:cover;
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.popup {
	display:none;
	position:fixed;
	top:10%;
	left:10%;
	right:10%;
	bottom:10%;
	overflow :hidden;
	background: rgba(255, 255, 255, 1);
	z-index:99999;
	border: 3px solid #193764;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 5px 0 #000000;
	box-shadow: 0 2px 5px 0 #000000;
}

.popupcontent {
	position:relative;
}

.lbtrigger {
	width:100%;
	height:70px;
	margin-top:10px;
	margin-bottom:5px;
	font-size:24px;
	font-weight:600;
	line-height:70px;
	color:#fff;
	padding:0px 20px 0px 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	cursor:pointer;
	background-size:70px 70px;
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#0b1c40;
	overflow:hidden;
	-webkit-box-shadow: 0 5px 10px 0 #333;
	box-shadow: 0 5px 10px 0 #333;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.lbtrigger:hover {
	background-color:#0098bd;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.lbtrigger .plus, .lbtrigger .minus {
	float:right;
	font-size:64px;
	line-height:70px;
}

.lbtrigger .minus {
	display:none;
}

.lbframe {
	clear:both;
	display:none;
	position:relative;
	width:100%;
	height:500px;
	padding:0;
	border:1px solid #bbb;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image:url(../img/loading.gif);
	background-size:200px 200px;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.popupclose {
	position:fixed;
	width:50px;
	height:50px;
	top:10%;
	margin-top:5px;
	left:90%;
	margin-left:-70px;
	background-image:url(../img/bt-naviclose.png);
	background-size:cover;
	background-repeat:no-repeat;
	z-index:99999;
	cursor:pointer;
}

.popup h5 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:32px;
	font-weight:600;
	line-height:28px;
	color:#193764;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:10px;	
}

.popup h6 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:24px;
	font-weight:600;
	line-height:32px;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #bbb;
}

.logo {
	position:fixed;
	height:100%;
	min-height:70px;	
	max-height:140px;
	width:50%;
	max-width:320px;
	top:0px;
	padding:0px;
	cursor:pointer;
	z-index:9999;
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
	
}

#logo-de {
	background-image:url(../img/logo-de.png);
}

#logo-en {
	background-image:url(../img/logo-en.png);
}

#newstext {
	position:absolute;
	width:100%;
	height:111px;
	top:0px;
	background-color:#0b2141;
	background-image:url(../img/bg-marquee.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:9996;
}

#head {
	position:fixed;
	width:100%;
	height:70px;
	top:-1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	z-index:9997;
	-webkit-box-shadow: 0 2px 0 0 #fff;
	box-shadow: 0 2px 0 0 #fff;
	background: #004d8e; /* Old browsers */
	background: -moz-linear-gradient(left,  #004d8e 50%, #193764 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #004d8e 50%,#193764 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #004d8e 50%,#193764 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d8e', endColorstr='#193764',GradientType=1 ); /* IE6-9 */

}

.langswitch {
	position:relativer;
	float:right;
	height:40px;
	width:42px;
	margin-top:16px;
	margin-right:15px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#en {
	background-image:url(../img/bt-en.png);
}

#en:hover {
	background-image:url(../img/bt-en-hover.png);
}

#de {
	background-image:url(../img/bt-de.png);
}

#de:hover {
	background-image:url(../img/bt-de-hover.png);
}

#navitrigger {	
	position:relative;
	float:right;
	height:40px;
	width:100%;
	min-width:40px;
	max-width:169px;	
	margin-top:16px;
	margin-right:15px;
	cursor:pointer;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#navitrigger #naviopen {
	position:absolute;
	height:40px;
	width:100%;
	background-image:url(../img/bt-naviopen.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#navitrigger #naviopen:hover {
	background-image:url(../img/bt-naviopen-hover.png);
}

#navitrigger #naviclose {	
	position:absolute;
	height:40px;
	width:100%;
	background-image:url(../img/bt-naviclose.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#navi {
	position:fixed;
	width:auto;
	height:auto;
	top:71px;
	right:0px;
	z-index:9999;
}

#navi h1 {
	color:#fff;
	font-family: 'Roboto Condensed', 'sans-serif';
	font-weight:400;
	font-size:20px;
	line-height:40px;
	text-transform:uppercase;
	background: rgba(25, 55, 100, 0.90);
	background-image:url(../img/list.png);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px solid #092735;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	padding:0px 18px 0px 41px;
	cursor:pointer;
	margin:0px !important;
}

#navi h1:first-child {
	border-top:1px solid #0b2141;
}

#navi h1:last-child {
	border-bottom:5px solid #0b2141;
}

#navi h1:hover {
	color:#0098bd;
	background: rgba(255, 255, 255, 0.90);
	background-image:url(../img/list.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#container {
	position:relative;
	width:100%;
	height:100%;
	min-width:320px;
	max-width:1000px;
	margin:0px auto;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

.contentbox {
	position:relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom:40px;
	-webkit-box-shadow: 0 5px 10px 0 #00052d;
	box-shadow: 0 5px 10px 0 #00052d;
}

.contentbox2 {
	position:relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	margin-bottom:30px;
	text-align:center;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 );
}

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

.sliderbox {
	position:relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	-webkit-box-shadow: 0 5px 10px 0 #00052d;
	box-shadow: 0 5px 10px 0 #00052d;
}

.flexslider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

.flexslider ul li{
	position:relative;
}

#home {
	margin-top:110px;
}

#info, #buy, #downloads, #features, #media {
	padding:20px 30px;
}

h1 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:32px;
	font-weight:600;
	line-height:32px;
	color:#004d8e;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

h2 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:18px;
	font-weight:800;
	line-height:24px;
	color:#004d8e;
	margin-bottom:10px;
}

h3 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:48px;
	font-weight:600;
	line-height:32px;
	color:#ffffff;
	text-shadow: 0 2px 4px #092735;
	text-transform:uppercase;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

p {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:#525252;
	margin-bottom:10px;
}

ul {
	margin-left:20px;
}

ol {
	margin-left:15px;
}

li {
	margin-bottom:10px;
}

.fullimg {
	position:relative;
	width:100%;
	height:auto;
	background-image:url(../img/map-preview.jpg);
	background-size:contain;
	background-position:left;
	background-color:#1a363a;
	background-repeat:no-repeat;
	text-align:right;
}

.fullmapbg {
	position:absolute;
	width:100%;
	height:auto;
	background-color:#1a363a;
	padding:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dlimg {
	position:relative;
	float:left;
	width:27%;
	margin:5px 10px 10px 0;
	max-width:120px;
	height:auto;
	cursor:pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-box-shadow: 5px 5px 10px 0 rgba(10, 50, 80, 0.5);
	box-shadow: 5px 5px 10px 0 rgba(10, 50, 80, 0.5);
	-webkit-border-radius: 140px;
	border-radius: 140px;
}

.dlimg:hover {
	-moz-transform: scale(0.90);
	-webkit-transform: scale(0.90);
	-o-transform: scale(0.90);
	-ms-transform: scale(0.90);
	transform: scale(0.90);
	-webkit-box-shadow: 2px 2px 0 0 rgba(10, 50, 80, 0.5);
	box-shadow: 2px 2px 0 0 rgba(10, 50, 80, 0.5);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.after {
	clear:none;
}

.textlink, #media a {
	color:#525252;
	text-decoration:none;
	border-bottom:2px dotted #0098bd;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.textlink:hover, #media a:hover {
	color:#0098bd;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

hr {
	height:40px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background-color:transparent;
	border-bottom:3px dotted #869195;
}

.small {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:14px;
	font-weight:400;
	line-height:18px;
	color:#869195;
	margin-bottom:10px;
}

.small a {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:14px;
	font-weight:400;
	line-height:18px;
	text-decoration:none;
	color:#869195;
}

.small a:hover {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:14px;
	font-weight:400;
	line-height:18px;
	color:#204060;
}

.caption {
	position:absolute;
	height:70px;
	left:20px;
	right:25px;
	bottom:10%;
	color:#fff;
	font-family: 'Roboto Condensed', 'sans-serif';
	font-weight:400;
	font-size:72px;
	line-height:80px;
	text-align:right;
	text-transform:uppercase;
	text-shadow: 	0 1px 5px #000000,
					0 1px 5px #000000,
					0 1px 5px #000000;
	cursor:pointer;
	
}

.capimg {
	position:absolute;
	left:20px;
	bottom:20px;
	width:40% !important;	
	cursor:pointer;
}

.buybox {
	position:relative;
	height:100px;
	float:left;
	width:32%;
	margin:2% 2% 5% 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#0b1c40;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.2s ease;
	-webkit-box-shadow: 0 5px 10px 0 #333;
	box-shadow: 0 5px 10px 0 #333;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.buybox:last-child {
	
}

.buybox:hover {
	background-color:#0098bd;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#bottom_steam_de, #bottom_steam_en {
	background-image:url(../img/buy-steam.png);
}

#bottom_amazon_de, #bottom_amazon_en {
	background-image:url(../img/buy-amazon.png);
}

#bottom_simuwelt_de, #bottom_simuwelt_en {
	background-image:url(../img/buy-simuwelt.png);
	margin:2% 0% 5% 0% !important;
}

.scrollstopper {
	margin-top:-100px;
	height:100px;
}

.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%;
}

.overlay {
	width:100%;
	margin:-35px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#media a {
	border-bottom:none !important;
}

#mwp {
	width:45%;
	height:auto;
	max-height:100%;
	float:left;
}

.imglink img {
	height:70px;
}

@media screen and (max-width: 1000px) {
	html, body {
		background-image:none;
		background-color:#ffffff;
	}
	
	.flexslider {
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
	.contentbox {
		margin-bottom:0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background-color:#fff;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	
	.contentbox2 {
		background-color:#004d8e;
	}
	
	#home {
		margin-top:110px;
	}
	
	.sliderbox {
		-webkit-box-shadow:none;
		box-shadow:none;
		margin-bottom:-20px;
	}
	
	.scrollstopper {
		margin-top:-59px;
		height:59px;
	}
	
	h3 {
		font-family: 'Roboto Condensed', 'sans-serif';
		font-size:32px;
		font-weight:600;
		line-height:32px;
		color:#ffffff;
		padding:10px 30px;
		margin:0px 0px;
		border-bottom:0px solid #95ad15;
		background-color:#004d8e;
		z-index:9999;
		margin-bottom:20px;
	}
	
	#mwp {
		width:100%;
	}
	
	.after {
		clear:both;
	}
}

@media screen and (max-width: 720px) {
  	.caption {
		position:absolute;
		height:60px;
		font-size:56px;
		line-height:60px;
	}
	
	.capimg {
		display:none !important;
	}	
	
	.lbtrigger {
		font-size:18px;
	}
	
	.buybox {
		position:relative;
		clear:left;
		width:100%;
		text-align:center;
		background-position:top center;
	}
	
		#bottom_simuwelt_de, #bottom_simuwelt_en {
		margin:2% 0% 10% 0% !important;
	}
}

@media screen and (max-width: 560px) {	
	.overlay {
		width:80%;
		margin:-35px;
	}
	
	.popup {
		top:2%;
		left:2%;
		right:2%;
		bottom:2%;
	}
	
	.popupclose {
		top:2%;
		margin-top:5px;
		left:98%;
		margin-left:-70px;
	}
	
	.lbtrigger {
		font-size:14px;
	}
}

@media screen and (max-width: 490px) {
  	.caption {
		position:absolute;
		height:40px;
		font-size:36px;
		line-height:40px;
		right:10px;
	}
	
	#info, #buy, #downloads, #features, h3 {
		padding:10px 15px;
	}
	
	#logo-de {
		position:abolute;
		height:auto;
		width:50%;
		cursor:pointer;
		background-image:url(../img/logo-de-mobile.png);
	}
	
	#logo-en {
		position:abolute;
		height:auto;
		width:50%;
		cursor:pointer;
		background-image:url(../img/logo-en-mobile.png);
	}
	
	#navi {
		width:100%;
	}
	
	#navitrigger, #navitrigger #naviopen, #navitrigger #naviclose{
		width:42px;
	}
	
	.lbtrigger {
		font-size:12px;
	}
}