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

html, body {
	width:100%;
	height:100%;
	background-color:#2e4844;/*#0e1b3b;*/
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:16px;
	font-weight:400;
	line-height:20px;
	color:#525252;
	background-image:url(../img/bg-content.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-size:100% 1000px;;
	background-attachment:fixed;
}

.popup {
	position:fixed;
	margin-top:10%;
	margin-left:15%;
	width:70%;
	background: rgba(255, 255, 255, 1);
	padding:20px 30px;
	z-index:9999;
	border: 3px solid #95ad15;
	-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;
}

.popupclose {
	position:relative;
	float:right;
	width:50px;
	height:50px;
	margin-top:-15px;
	margin-right:-28px;
	background-image:url(../img/bt-naviclose.png);
	background-size:cover;
	background-repeat:no-repeat;
	z-index:9999;
	cursor:pointer;
}

.popupclose:hover {
	background-image:url(../img/bt-naviclose-hover.png);
}
.popup h5 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:24px;
	font-weight:600;
	line-height:28px;
	color:#95ad15;
	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;	
}



#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;
}

#head {
	position:fixed;
	width:100%;
	min-width:320px;
	max-width:1000px;
	height:71px;
	top:-1px;
	background: rgba(16, 70, 94, 0.95);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	z-index:9999;
}

#logo {
	position:relative;
	height:60px;
	width:auto;
	margin:5px 15px;
	padding:0px;
	cursor:pointer;
}

.langswitch {
	position:absolute;
	height:40px;
	width:40px;
	top:16px;
	right:65px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-box-shadow: 0 3px 5px 0 #092735;
	box-shadow: 0 3px 5px 0 #092735;
}

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

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

#navitrigger {	
	position:absolute;
	height:40px;
	width:40px;
	top:16px;
	right:15px;
	cursor:pointer;
}

#navitrigger #naviopen {	
	position:absolute;
	height:40px;
	width:40px;
	background-image:url(../img/bt-naviopen.png);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-box-shadow: 0 3px 5px 0 #092735;
	box-shadow: 0 3px 5px 0 #092735;
}

#navitrigger #naviclose {	
	position:absolute;
	height:40px;
	width:40px;
	background-image:url(../img/bt-naviclose.png);
	background-repeat:no-repeat;
	background-size:cover;-webkit-box-shadow: 0 -3px 5px 0 #092735;
	box-shadow: 0 -3px 5px 0 #092735;
}

#navi {
	position:fixed;
	width:100%;
	min-width:320px;
	max-width:1000px;
	height:auto;
	top:69px;
	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(16, 70, 94, 0.95);
	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 41px;
	cursor:pointer;
	margin:0px !important;
}

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

#navi h1:hover {
	color:#c4db40;
	background: rgba(9, 39, 53, 0.95);
	background-image:url(../img/list.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.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.7);
	margin-bottom:40px;
	-webkit-box-shadow: 0 5px 10px 0 #092735;
	box-shadow: 0 5px 10px 0 #092735;
}

.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 #092735;
	box-shadow: 0 5px 10px 0 #092735;
}

.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, #features, #media {
	padding:20px 30px;
}

h1 {
	font-family: 'Roboto Condensed', 'sans-serif';
	font-size:32px;
	font-weight:600;
	line-height:32px;
	color:#10465e;
	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:#10465e;
	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;
}

.textlink, #media a {
	color:#525252;
	text-decoration:none;
	border-bottom:2px dotted #95ad15;
	-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:#95ad15;
	-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:160px;
	float:left;
	width:50%;
	margin:20px 0px 20px 0px;
	padding:20px 0px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	background-size:contain;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
	-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;
}

.buybox:first-child {
	margin-right:0px;
}

.buybox:hover {
	-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;
}

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

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

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

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

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

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

.buybox a {
	width:80%;
	padding:5px 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color:#ccc;
	line-height:40px;
	text-transform:uppercase;
	text-decoration:none;
	color:#204060;
}

.buybox a:hover {
	background-color:#204060;
	color:#fff;
}

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

.video-container {
    position: relative;
    padding-bottom: 56.23%;
    height: 0; 
	overflow: hidden;
	margin-top:-1px;
	margin-bottom:-1px;
}

.buybox:hover .overlay {
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	-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;
}
 
.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:#12455d;
	}
	
	#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:#10465e;
		z-index:9999;
		margin-bottom:20px;
	}
	
	.buybox {
		margin-top:10px;
		height:100px;
	}	
	
	#mwp {
		width:100%;
	}
}

@media screen and (max-width: 720px) {
  	.caption {
		position:absolute;
		height:60px;
		font-size:56px;
		line-height:60px;
	}
	
	.capimg {
		display:none !important;
	}	
}

@media screen and (max-width: 560px) {
	.buybox {
		position:relative;
		clear:left;
		width:100%;
		text-align:center;
		background-position:top center;
	}
	
	.overlay {
		width:80%;
		margin:-35px;
	}
	
	.popup {
		position:fixed;
		margin-top:10%;
		margin-left:3%;
		width:94%;
		background: rgba(255, 255, 255, 1);
		padding:20px 30px;
		z-index:9999;
		border: 3px solid #95ad15;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;	
		box-sizing: border-box;
	}
}

@media screen and (max-width: 480px) {
  	.caption {
		position:absolute;
		height:40px;
		font-size:36px;
		line-height:40px;
		right:10px;
	}
	
	#navitrigger {	
		right:11px;
	}
	
	.langswitch {
		right:61px;
	}
	
	#info, #buy, #features, h3 {
		padding:10px 15px;
	}
	
}

@media screen and (max-width: 445px) {
	#logo {
		position:abolute;
		height:auto;
		width:60%;
		top:63%;
		margin-top:-50%;
		margin-left:15px;
		margin-right:15px;
		cursor:pointer;
	}
}