#widtheight {
	position: fixed;
	top: 10px;
	background-color: #000;
}

span#width, span#height {
	position: absolute;
	z-index: 10000;
	width: 100px;
	background-color: #888;
}

::-moz-selection {
	background: #009cdf;
}

::selection {
	background: #009cdf;
}

body, html {
	font-family: "Open Sans Semibold", sans-serif;
	font-weight: normal;
	background-color: #121212;
	color: #f7f7f7;
	width: 100%;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	
    -moz-osx-font-smoothing: grayscale;
    
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	background-image: url("../img/parallax_bg.png");
	background-size: 1080px 1105px;
	background-repeat: repeat;
	background-position: 50% 0;
}

div#bg {
	background-image: url("../img/parallax_bg.png");
	background-size: 1120px 1146px;
	background-repeat: repeat;
	background-attachment: scroll !important;
	background-position: center center;
	
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 1;
}

header {
	background: #121212;
	padding: 0px 30px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 1005;
	top: 0;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-ms-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-o-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
}

nav ul#nav-mobile {
	display: none;
}

nav ul#nav-mobile {
	text-align: right;
	cursor: default;
	height: 65px;
}

nav ul#nav-mobile li {
	display: inline-block;
	margin-left: 5px;
	padding-top: 18px;
	cursor: pointer;
	font-family: "Open Sans Bold", sans-serif;
	font-weight: normal;
	font-size: 1em;
	vertical-align: middle;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

nav ul#nav-mobile li:first-child {
	margin-left: 0;
	float: left;
	padding-top: 15px;
}

nav ul#nav-mobile li img.logo {
	max-width: 125px;
	width: 100%;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

nav ul#nav-mobile li img.flag, nav ul#nav-mobile li img.menu {
	max-width: 20px;
	width: 100%;
	vertical-align: bottom;
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

nav ul#nav-mobile li img.menu {
	max-width: 30px;
	margin-left: 30%;
}

nav ul#nav-mobile li img.flag.inactive {
	opacity: 0.5;
}

nav ul#nav-mobile li img.flag.inactive:hover {
	opacity: 1;
}

nav ul#nav-mobile li:last-child {
	margin-left: 5px;
}

nav ul#nav-mobile ul#nav-dropdown {
	display: none;
	background: #18191d;
	width: 100%;
	position: absolute;
	left: 0;
	top: 65px;
	z-index: 1000;
}

nav ul#nav-mobile ul#nav-dropdown li {
	display: block;
	padding: 15px;
	text-align: left;
	margin-left: 0;
	border-bottom: 1px solid #1d1e23;
}

nav ul#nav-mobile ul#nav-dropdown li:first-child {
	float: none !important;
}

nav ul#nav-mobile ul#nav-dropdown li img {
	position: absolute;
	right: -2px;
	margin-top: -15px;
	max-width: 45px;
	
	-webkit-box-shadow: 0 0 5px 0 #0a0a0a;
	-ms-box-shadow: 0 0 5px 0 #0a0a0a;
	-o-box-shadow: 0 0 5px 0 #0a0a0a;
	-moz-box-shadow: 0 0 5px 0 #0a0a0a;
	box-shadow: 0 0 5px 0 #0a0a0a;
}

nav ul#nav-desk {
	text-align: right;
	cursor: default;
	height: 85px;
}

nav ul#nav-desk li {
	display: inline-block;
	margin-left: 15px;
	padding-top: 33px;
	cursor: pointer;
	font-family: "Open Sans Bold", sans-serif;
	font-weight: normal;
	font-size: 1em;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

nav ul#nav-desk li span {
	display: block;
	max-width: 150px;
}

nav ul#nav-desk li:first-child {
	margin-left: 0;
	padding-top: 15px;
	float: left;
}

nav ul#nav-desk li:last-child {
	margin-left: 5px;
}

nav ul#nav-desk li span.border, nav ul#nav-desk li.active span.border {
	border-bottom: 2px solid;
	border-color: rgba(0, 158, 227, 1);
	width: 0;
	margin: 0px auto;
	padding-top: 5px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

nav ul#nav-desk li.active {
	pointer-events: none;
}

nav ul#nav-desk li img.logo {
	max-width: 200px;
	width: 100%;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

nav ul#nav-desk li img.flag {
	max-width: 15px;
	width: 100%;
	vertical-align: bottom;
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

nav ul#nav-desk li img.flag.inactive {
	opacity: 0.5;
}

nav ul#nav-desk li img.flag.inactive:hover {
	opacity: 1;
}

section {
	background: rgba(34, 35, 39, 0.75);

	-webkit-box-shadow: 0px 0px 15px 0px rgba(20, 20, 20, 0.5);
	-ms-box-shadow: 0px 0px 15px 0px rgba(20, 20, 20, 0.5);
	-o-box-shadow: 0px 0px 15px 0px rgba(20, 20, 20, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(20, 20, 20, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(20, 20, 20, 0.5);
}

nav, div#news-wrapper, div#technology-wrapper, div#products-wrapper, div#apps-wrapper, div#team-wrapper, div#contact-wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 0px auto;
}

div#news-wrapper, div#technology-wrapper, div#products-wrapper, div#apps-wrapper, div#team-wrapper, div#contact-wrapper { 
	padding: 25px 25px 25px;
	box-sizing: border-box;
	text-align: center;
}

section a, #technology-tabs li a, #technology-tabs li span, #products-tabs li a, #products-tabs li span, #technology-tabs-m li a, #technology-tabs-m li span, #apps-tabs li a, #apps-tabs li span, .news-single p span.morecontent a.morelink, #news-single p span.morecontent a.morelink, span.panel-start, .dl a, .button.primary {
	font-family: "Open Sans Bold", sans-serif;
	font-weight: normal;
	color: #f7f7f7;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 5px 10px;
	line-height: 1.5em;
	margin: 25px 0px 0px 0px;
	vertical-align: middle;
	display: inline-block !important;
	cursor: pointer;	
	border: 2px solid;
	border-color: rgba(0, 158, 227, 1);
	border-radius: 26px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

.button.primary {
	padding: 10px 20px;
	margin: 0;
}

section a:hover, #technology-tabs li a:hover, #technology-tabs li span:hover, #products-tabs li a:hover, #products-tabs li span:hover, #technology-tabs-m li a:hover, #technology-tabs-m li span:hover, #apps-tabs li a:hover, #apps-tabs li span:hover, .news-single p span.morecontent a.morelink:hover, #news-single p span.morecontent a.morelink:hover, span.panel-start:hover, .dl a:hover {
	background: rgba(0, 158, 227, 1);
	opacity: 1;
}

#technology-tabs-m li a {
	background: rgba(0, 158, 227, 1);
}

#technology-tabs-m li.inactive a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#technology-tabs-m li.inactive a:hover {
	background: rgba(0, 158, 227, 1);
}

a {
	outline: none;
	cursor: pointer;
}

p {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #b1b1b1;
	margin: 10px 0;
	font-size: 0.9em;
	line-height: 1.3em;
}

#apps-wrapper p {
	margin: 0;
}

video {
	outline: none;
}

h1 {
	text-align: center;
	margin: 15px 0px;
}

h2 {
	font-size: 1.3em;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-family: "Open Sans Bold", sans-serif;
	font-weight: normal;
}

div.clear-both {
	clear: both;
}

section#start {
	overflow: hidden;
	background-color: transparent;
	text-align: center;
	margin-bottom: 45px;
	
	-webkit-box-shadow: 0 0 105px 90px rgba(18, 18, 18, 1);
	-ms-box-shadow: 0 0 105px 90px rgba(18, 18, 18, 1);
	-o-box-shadow: 0 0 105px 90px rgba(18, 18, 18, 1);
	-moz-box-shadow: 0 0 105px 90px rgba(18, 18, 18, 1);
	box-shadow: 0 0 105px 90px rgba(18, 18, 18, 1);
}

div#start-bg {
	background-image: url("../img/startimage.jpg");
	background-attachment: scroll !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;	
	
	-webkit-box-shadow: inset 0 0 105px 90px rgba(18, 18, 18, 1);
	-ms-box-shadow: inset 0 0 105px 90px rgba(18, 18, 18, 1);
	-o-box-shadow: inset 0 0 105px 90px rgba(18, 18, 18, 1);
	-moz-box-shadow: inset 0 0 105px 90px rgba(18, 18, 18, 1);
	box-shadow: inset 0 0 105px 90px rgba(18, 18, 18, 1);

}

#start-wrapper {
	max-width: 1280px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 10;
}

section#start div#news-single {
	max-width: 1280px;
	width: 100%;
	height: 300px;
	position: relative;
	top: 50%;
	margin-top: -150px;
	box-sizing: border-box;
}

section#start div#news-single h1 {
	font-size: 2em;
	text-align: left;
	font-family: "Open Sans Extra Bold", sans-serif;
	font-weight: normal;
}

section#start div#news-single p, section#start div#news-single h1 {
	color: #f7f7f7;
	max-width: 435px;
	width: 100%;
	text-align: left;
}

section#start div#news-single div, section#start div#news-single img {
	max-width: 450px;
	width: 90%;
	display: inline-block;
	vertical-align: top;
	margin: 15px;
}

section#start div#news-single img.desk, section#start div#news-single img.mob, section#start div#news-single video {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-ms-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-o-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
}

section#start div#news-single img.mob {
	display: none;
}

div.panel-start {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px; 
	z-index: 10;
}

.morecontent div {
	padding: 0 !important;
	margin: 0 !important;
}

section#start div#news-single p, section#start div#news-single h1, section#start div#news-single p, section#start div#news-single img {
	display: inline-block;
}

img.bg-img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	pointer-events: none;
	position: relative;
	z-index: -5;
}

div#content-wrapper blockquote {
	max-width: 1280px;
	width: 100%;
	margin: 0px auto;
}

span.quote-divider.right { 
	height: 35px;
	position: absolute;
	width: 30%;
	right: 0;
	background: url("../img/divider.jpg") repeat-x center center;
}

span.quote-divider.left { 
	height: 35px;
	position: absolute;
	width: 30%;
	left: 0;
	background: url("../img/divider.jpg") repeat-x center center;
}


div#content-wrapper blockquote p { 
	font-family: "Open Sans Italic", sans-serif;
	font-weight: normal;
	display: inline-block;
	max-width: 625px;
	width: 100%;
	margin: 0px 25px 0px 35px;
	color: #f7f7f7;
	font-size: 0.9em;
	line-height: 1.2em;
}

div#content-wrapper blockquote p strong {
	font-size: 0.9em;
	color: #b1b1b1;
}

blockquote span {
	display: inline-block;
}

blockquote span.divider.right {
	position: absolute;
	height: 35px;
	max-width: 610px;
	width: 100%;
	background: url("../img/divider.jpg") repeat-x center center;
}

blockquote span.divider.left {
	left: 0;
}

div.headline {
	text-align: center;
	height: 40px;
	margin: 40px 0;
}

div.headline span {
	display: inline-block;
}

div.headline span.divider.left, div.headline span.divider.right {
	position: absolute;
	height: 60px;
	width: 0;
	background: url("../img/divider.jpg") repeat-x center center;
}

div.headline span.divider.right {
	right: 0;
}

div.headline span.divider.left {
	left: 0;
}

div.headline span h1 {
	position: relative;
	z-index: 1000;
}

.news-single:first-of-type {
	margin-left: 0;
}

.news-single {
	max-width: 340px;
	width: 100%;
	display: inline-block;
	text-align: left;
	margin-left: 35px;
	vertical-align: top;
	padding: 15px 0;
	
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
}

.news-single img, .news-single video {
	max-width: 340px;
	height: auto;
	width: 100%;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-ms-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-o-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
}

.news-single p a, #news-single p a {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	vertical-align: top;
	font-size: inherit;
	line-height: 1.3em;
}

.news-single p a:hover {
	opacity: 0.5;
}

.morecontent span {
    display: none;
}

.morecontent span.opened {
	display: inline;
}

#technology-wrapper ul.lcd li {
	display: inline-block;
}

#technology-wrapper div.mobile {
	display: none;
	width: 100%;
}

#technology-tabs, #products-tabs, #technology-tabs-m, #apps-tabs {
	text-align: center;
}

#technology-tabs li, #products-tabs li, #technology-tabs-m li, #apps-tabs li{
	display: inline-block;
}

.language li {
	display: inline-block;
	max-width: 45px;
	text-align: center;
	width: 100%;
}

#technology-tabs li a,  #technology-tabs li span, #products-tabs li a, #products-tabs li span, #technology-tabs-m li a, #technology-tabs-m li span, #apps-tabs li a, #apps-tabs li span {
	margin: 0px 5px 25px;	
}

.language ul li a.de.active, .language ul li a.en.active {
	background: rgba(0, 158, 227, 1);
}

#technology-tabs-m {
	display: none;
}

.slider {
	position: relative;
	overflow: hidden;
}

.slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slider.en {
	display: none;
}

.slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: #ccc;
	text-align: center;
	max-width: 1230px;
}

.slider ul li img {
	max-width: 1230px;
	width: 100%;
}

ul.lcd {
	text-align: center;
}

.language {
	float: left;
}

.language ul li a {
	width: 30px;
	padding: 8px 4px;
	margin: 10px 5px;
}

.mobile ul.language li a {
	padding: 8px 4px;
	width: 30px;
}

.mobile ul.language {
	float: none;
}

.control img {
	max-width: 30px;
	vertical-align: bottom;
}

.controls {
	max-width: 1280px;
	width: 100%;
	position: relative;
	display: none;
}

.control {
	position: absolute;
	display: block;
	padding: 2px;
	border: none;
	z-index: 1005;
	opacity: 0.5;
}

.control:hover {
	opacity: 1;
	background: none;
}

.control.prev {
	left: 10px;
}

.control.next {
	right: 10px;
}

.dl:first-of-type {
	margin-right: 10px;
}

.dl a, .dl strong {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}

.lcd {
	text-align: center;
}

#technology-wrapper ul.lcd li.dl.dr {
	display: none;
}

.dl a img {
	max-width: 30px;
	vertical-align: middle;
}

.dl a {
	padding: 0 5px 0 15px;
	margin: 10px 5px;
	line-height: 0;
}

#overlays {
	background: rgba(12, 13, 17, 0.85);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1010;
	display: none;
	overflow-y: scroll;
}

span.overlay-background {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1005;
}

.overlay.if, .overlay.drl, .overlay.pv {
	background: #18191d;
	padding: 25px;
	max-width: 680px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0px auto;
	position: relative;
	top: 15%;
	display: none;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-ms-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-o-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
}

.overlay.drl {
	z-index: 1100;
	clear: both;
	position: fixed;
	left: 50%;
	margin-left: -340px;
}

.overlay.if video, .overlay.drl img, .overlay.pv video {
	max-width: 680px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1100;
	float: none !important;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-ms-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-o-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
}

.overlay.imprint, .overlay.privacy {
	padding: 25px;
	overflow-y: visible;
	overflow-x: hidden;
	display: none;
	max-width: 1230px;
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
}

.overlay.imprint ul, .overlay.privacy ul { 
	padding-left: 15px;
}

.overlay.imprint ul li, .overlay.privacy ul li {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #b1b1b1;
	list-style-type: disc;
}

.overlay.imprint a, .overlay.privacy a {
	display: inline-block;
	font-family: "Open Sans Bold", sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.overlay.imprint a:hover, .overlay.privacy a:hover {
	opacity: 0.5;
}

.overlay.imprint .col.full, .overlay.imprint .col.credits, .overlay.privacy .col.full, .overlay.privacy .col.credits {
	display: block;
	max-width: 100%;
	margin-left: 0;
}

.overlay.imprint span.close, .overlay.privacy span.close {
	right: 35px;
	top: 35px;
	position: fixed;
}

span.close {
	display: inline-block !important;
	cursor: pointer;
	position: absolute;
	top: -35px;
	right: -35px;
	z-index: 1100;
	
	border: 2px solid;
	border-color: rgba(0, 158, 227, 1);
	border-radius: 26px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

span.close:hover {
	background: rgba(0, 158, 227, 1);
}
span.close img {
	max-width: 30px !important;
	vertical-align: sub;
}

.mask { 
	margin: 0px auto;
	max-width: 1230px;
	width: 100%; 
	overflow:hidden; 
	text-align: center;
	padding: 15px 0 0;
}

ul.slides { 
	position:relative; 
	top:0px;
	left:0px; 
}

ul.slides li { 
	float:left; 
	max-width: 1280px;
}

ul.slides li img {
	max-width: 1230px;
	float: left;
}

ul.triggers li.selected a, #technology-tabs-m li.selected a {
	background: rgba(0, 158, 227, 1) none repeat scroll 0 0 !important;
}

div#team-wrapper {
	padding: 25px 0px;
}

div#team-wrapper ul {
	width: 100%;
	overflow-x: hidden;
	margin: 0px auto;
	position: relative;
}

div#team-wrapper ul li {
	display: inline-block;
	margin: 15px;
	float: left;
}

div#team-wrapper ul li div.team-info {
	max-width: 200px;
	margin: 0px auto;
}

div#team-wrapper ul li span.hover {
	background: rgba(0, 0, 0, 0.7);
	width: 200px;
	height: 200px;
	z-index: 1005;
	position: absolute;
	box-sizing: border-box;
	border-radius: 135px;
	opacity: 0;
	padding-top: 11px;
	cursor: default;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

div#team-wrapper ul li span.hover img {
	margin-bottom: 0;
}

div#team-wrapper ul li h5 {
	margin: 0;
	cursor: default;
}

div#team-wrapper ul li p {
	font-family: "Open Sans Bold Italic", sans-serif;
	font-weight: normal;
	color: #b1b1b1;
	font-size: 0.8em;
	line-height: 0.8em;
	margin: 0;
	cursor: default;
}

div#team-wrapper ul li hr {
	border-color: #b1b1b1;
}

div#team-wrapper ul li span.hover .ma-icon.m {
	display: none;
}

div#team-wrapper ul li span.hover a {
	padding: 0;
	margin: 75px 2px 0px;
	border: 2px solid;
	border-color: rgba(0, 158, 227, 1);
	border-radius: 26px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	 
}

div#team-wrapper ul li span.hover a:hover {
	background: rgba(0, 158, 227, 1);
}

div#team-wrapper ul li span.hover img {
	border: none;
	max-width: 30px;
	vertical-align: top;
}

div#team-wrapper ul li span.hover span.this-tel {
	display: block;
	margin-top: 7px;
	font-size: 0.75em;
	font-family: "Open Sans Bold", sans-serif;
	font-weight: normal;
}

div#team-wrapper ul li hr, .overlay.imprint hr {
	width: 50%;
	border: none;
	border-bottom: 1px solid #666;
	margin: 5px auto;
}

.overlay.imprint hr {
	width: 100%;
	margin: 15px auto;
	border-bottom: 1px solid #18191d;
}

div#team-wrapper ul li img {
	max-width: 200px;
	width: 100%;
	border: 4px solid #0c0d11;
	border-radius: 135px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

div#contact-wrapper {
	text-align: left;
}

div#contact-wrapper div a {
	border: none !important;
	background: transparent;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	vertical-align: top;
	font-size: inherit;
	line-height: 1.3em;
}

div#contact-wrapper div a:hover {
	border: none !important;
	background: transparent;
	opacity: 0.5;
}

div#contact-wrapper .col h3 {
	margin: 0px 0px 15px 0px;
}

div#contact-wrapper .col, .overlay.imprint .col {
	max-width: 250px;
	display: inline-block;
	vertical-align: top;
	margin-left: 65px;
}

div#contact-wrapper .col:first-child, div#contact-wrapper .col:first-child p {
	margin-left: 0;
	line-height: 0.8em;
}

div#contact-wrapper .col span {
	font-size: 0.7em;
}

footer {
	background: #121212;
	margin-top: 40px;
	font-size: 0.7em;
	font-family: "Open Sans Bold", sans-serif;
	font-weight: normal;
	padding: 25px;
	text-align: right;
	
	position: relative;
	z-index: 1005;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-ms-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-o-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.5);
}

footer ul {
	max-width: 1280px;
	width: 100%;
	margin: 0px auto;
}

footer ul li {
	display: inline-block;
	color: #b1b1b1;
	cursor: pointer;
	margin-left: 15px;

	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

footer ul li.panel-news:hover, footer ul li.panel-technology:hover, footer ul li.panel-apps:hover, footer ul li.panel-products:hover, footer ul li.panel-team:hover, footer ul li.panel-contact:hover, footer ul li#imprint:hover {
	color: #f7f7f7;
}

footer ul li:first-child {
	margin-left: 0;
	float: left;
	cursor: default;
}

div.apps-single, div.products-single {
	text-align: left;
	vertical-align: top;
}

div.products-single div, div.apps-single div {
	vertical-align: top;
}

div.products-single div.img-d {
	float: right;
	width: 30%;
}

div.products-single div.img-m {
	width: 100%;
	float: none;
	margin: 0;
	text-align: center;
	display: none;
}

div.products-single div.txt {
	float: left;
	width: 60%
}

ul.slides li div.products-single div.img-d img {
	max-width: 315px;
	width: 100%;
	float: right;	
	border: 5px solid #0c0d11;
	border-radius: 185px;	
}

ul.slides li div.products-single div.img-m img { 
	max-width: 180px;
	width: 100%;
	margin: 0px auto;
	float: none;
	
	border: 5px solid #0c0d11;
	border-radius: 185px;	
}

div.apps-single div.img-dm {
	float: left;
	width: 28%;
}

div.apps-single div.txt {
	float: right;
	width: 70%;
}

div.apps-single div.txt-l, div.apps-single div.txt-r {
	width: 48%;
}

div.apps-single div.txt-l {
	float: left;
}

div.apps-single div.txt-r {
	float: right;
}


ul.slides li div.apps-single div.img-dm img, div.apps-single div.img-dm img {
	max-width: 315px;
	width: 100%;
	float: left;
	
	border: 5px solid #0c0d11;
	border-radius: 185px;	
}

@media (max-width: 1200px) { 
	.news-single {
		margin-left: 10px;
	}
}

@media (max-width: 1100px) { 
	.news-single {
		margin-left: 4%;
	}
	
	.news-single:last-of-type {
		display: none;
	}
}

@media (max-width: 1000px) {
	
	section#start div#news-single div, section#start div#news-single img {
		max-width: 355px;
	}
	
	nav ul#nav-desk li img.logo {
		max-width: 125px;
	}
	
	nav ul#nav-desk li { 
		font-size: 0.8em;
		margin-left: 8px;
	}
	
	footer {
		font-size: 0.6em;
	}
	
	footer ul li {
		margin-left: 8px;
	}
	
	nav ul#nav-desk li:first-child {
		padding-top: 25px;
	}
	
	span.quote-divider.right {
		display: none;
	}
	
	div#team-wrapper {
		padding: 25px;
		text-align: center;
	}
	
	div#team-wrapper ul {
		width: 100% !important;
		overflow-x: visible;
	}
	
	div#team-wrapper ul li {
		float: none;
	}
	
	div#team-wrapper ul li span.hover h5 {
		font-size: 0.8em;
	}
	
	div#team-wrapper ul li span.hover p {
		font-size: 0.7em;
		line-height: 0.7em;
	}
	
	.overlay.imprint .col {
		max-width: 100%;
		display: block;
		margin-left: 0;
	}
	
	.overlay.imprint span.close {
		top: 15px;
		right: 15px;
	}
	
	div#apps-wrapper {
		padding: 25px;
	}
	
	div.apps-single div.img-dm, ul.slides li div.products-single div.img-d {
		width: 25%;
	}
	
	div.apps-single div.txt {
		width: 65%;
	}
	
}

@media only screen and (max-width: 900px) {
	
	section#start div#news-single img, section#start div#news-single div {
		margin: 0;
	}
	
	div.apps-single div.txt {
		width: 100%;
		margin-right: 0;
	}
	
	div.apps-single div.img-dm {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}
	
	ul.slides li div.apps-single div.img-dm img {
		max-width: 180px;
		width: 100%;
		margin: 0px auto;
		float: none;
	}
	
	div.products-single div.txt, div.apps-single div.txt, div.apps-single div.txt-l, div.apps-single div.txt-r {
		float: none;
		width: 100%;
	}
	
	div.products-single div.img-m {
		display: inline-block;
	}
	
	 div.products-single div.img-d {
		 display: none;
	 }
	 
	 #apps-wrapper .control {
		 margin-top: 12%;
	 }
	 
}

@media (max-width: 768px) {
	
	.mobile {
		display: block !important;
	}
	
	.lcd {
		text-align: center;
	}
	
	.dl:first-of-type {
		margin-right: 0;
	}
	
	div.headline span.divider.left, div.headline span.divider.right {
		height: 65px;
	}
	
	section#start {
		display: none;
	}
	
	h1 {
		font-size: 1.5em;
		line-height: 1.5em;
	}
	
	h3 {
		font-size: 1em;
		line-height: 1em;
	}
	
	header {
		padding: 0px 20px;
	}
	
	nav ul#nav-desk, section#start div#news-single img.desk {
		display: none;
	}
	
	section#start div#news-single img.mob {
		display: inline-block;
	}
	
	nav ul#nav-mobile {
		display: block;
	}
	
	div#content-wrapper {
		margin-top: 85px;
	}
	
	div#content-wrapper blockquote {
		display: none;
	}
	
	div.headline {
		margin: 30px 0;
		height: 30px;
	}
	
	div#news-wrapper, div#technology-wrapper, div#products-wrapper, div#apps-wrapper, div#team-wrapper, div#contact-wrapper, .overlay.imprint {
		padding: 20px;
		box-sizing: border-box;
	}
	
	section a:hover {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	
	.news-single, .news-single img, .news-single video {
		display: block;
		margin: 0px auto !important;
		max-width: 100%;
	}
	
	#technology-tabs, #technology-wrapper div.desk, footer ul li.panel-news, footer ul li.panel-technology, footer ul li.panel-apps, footer ul li.panel-products, footer ul li.panel-team, footer ul li.panel-contact {
		display: none;
	}
	
	.overlay.if, .overlay.drl, .overlay.pv {
		top: 5%;
		padding: 20px;
	}
	
	.overlay.drl {
		left: 0;
		right: 0;
		margin:0px auto;
	}
	
	.overlay.if span.close, .overlay.drl span.close, .overlay.pv span.close {
		margin-right: 50%;
		margin-top: 70%;
		right: -15px;
	}
	
	.overlay.drl {
		width: 100% !important;
	}
	
	#technology-tab1C, #technology-tab2C, #technology-tab3C {
		padding: 0;
	}
	
	#technology-tabs-m, #technology-wrapper div.mobile {
		display: block;
	}
	
	div#contact-wrapper .col {
		margin-left: 0;
		display: block;
	}
	
	div#contact-wrapper .col h3 {
		margin: 25px 0px;
	}
	
	div#team-wrapper ul li img {
		max-width: 115px;
	}
	
	div#team-wrapper ul li span.hover {
		width: 115px;
		height: 115px;
		padding-top: 45px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	div#team-wrapper ul li span.hover h5 {
		font-size: 0.5em;
	}
	
	div#team-wrapper ul li span.hover p {
		font-size: 0.45em;
		line-height: 0.9em;
	}
	
	div#team-wrapper ul li span.hover hr { 
		margin: 2px auto;
	}
	
	ul.slides li div.apps-single img, ul.slides li div.products-single img {
		max-width: 180px;
	}
	
	section a, #technology-tabs li a, #technology-tabs li span, #products-tabs li a, #products-tabs li span, #technology-tabs-m li a, #technology-tabs-m li span, #apps-tabs li a, #apps-tabs li span, .news-single p span.morecontent a.morelink, #news-single p span.morecontent a.morelink, span.panel-start {
		font-size: 0.75em;
		line-height: 0.75em;
	}
	
	#technology-tabs li a, #technology-tabs li span, #products-tabs li a, #products-tabs li span, #technology-tabs-m li a, #technology-tabs-m li span, #apps-tabs li a, #apps-tabs li span {
		margin: 0 5px 15px;
	}
	
	div#bg {
		display: none;
	}
	
	div#team-wrapper ul li span.hover img {
		max-width: 15px;
	}
	
	div#team-wrapper ul li span.hover a {
		margin: 5px 0 0;
	}
	
	div#team-wrapper ul li span.hover .ma-icon.m {
		display: inline-block;
	}
	
	div#team-wrapper ul li span.hover .ma-icon.d {
		display: none;
	}
	
	section p {
		font-size: 0.85em;
	}
	
}

@media only screen and (max-width: 500px) {
	.overlay.if span.close, .overlay.pv span.close { 
		margin-top: 75%;
	}
	footer ul li { 
		width: 100%;
		float: none !important;
		text-align: center;
	}
	footer ul li:last-child {
		margin-top: 10px;
		margin-left: 0;
	}
	
	#apps-wrapper .control {
		margin-top: 20%;
	}
	
}

@media only screen and (max-width: 340px) { 
	
#apps-wrapper .control {
		margin-top: 30%;
	}
	
}

html.fallback {
	background: none;
	background: #0c0d11;
}

body.fallback {
	text-align: center;
	background: #0c0d11;
}

#fallback-content {
	padding: 75px 25px 25px 25px;
}

#fallback-content h1 {
	font-size: 2.5em;
	color: #f7f7f7;
	margin: 20px 0px;
	text-transform: uppercase;
	line-height: 0.85em;
	font-family: 'Open Sans Bold';
	font-weight: normal;
}

strong {
	font-family: 'Open Sans Bold';
	font-weight: normal;
}

#fallback-content p {
	max-width: 725px;
	margin: 20px auto;
	line-height: 1.5em;
	text-align: center;
	color: #f7f7f7;
}

#fallback-content ul {
	text-align: center;
}

#fallback-content ul li {
	display: inline-block;
}

#fallback-content hr {
	width: 50%;
	margin: 5px auto;
	border: none;
	border-bottom: 2px solid #18191d;
}