/* 
name:		CSS-Layout 
version: 	10.0
date:		2016-08-13
author:		Christian Igel, Köln
*/
@font-face {
	font-family: limatusRegular;
	src: url('../font/limatus_regular.ttf');
}
@font-face {
	font-family: limatusCaps;
	src: url('../font/limatus_caps.ttf');
}
@font-face {
	font-family: limatusItalic;
	src: url('../font/limatus_italic.ttf');
}
body {
	margin: 0;
	padding: 0;
	background-color:rgb(255,255,255);
	overflow-x: hidden;
	overflow-y: auto;
	cursor: default;
} 
.section {
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgb(235,235,235) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient(top, rgb(235,235,235) 0%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom, rgb(235,235,235) 0%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#FFFFFF',GradientType=0);
}
.section > .header {
	position: relative;
	width: 100%;
}
.section > .header > .headline {
	position: relative;
	display: inline-block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 5%;
	width: 65%;
	margin: 0;
	padding: 0;
	color:rgb(0,44,93);
	font-family:limatusRegular;
	font-size: 5vw;
}
.section > .header > .headline > .orange {
	color:rgb(231,93,29);
}
.section > .header > .headline > .hoch {
	font-size: 2.5vw;
}
.section > .header > .logo {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 10%;
	width: 17%;
}
.section > .header > .symbol {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 5%;
}
.section > .header > .symbolBig {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 7%;
}
.section > .imageContent {
	position: relative;
	width: 100%;
}
.section > .imageContent > .iphone {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 55%;
	width: 25%;
}
.section > .imageContent > .ipad {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	width: 30%;
}
.section > .imageContent > .macbook {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 30%;
	width: 60%;
}
.section > .imageContent > .imac {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 45%;
	width: 45%;
}
.section > .imageContent > .pille {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	width: 10%;
	margin-bottom: 12vw;
}
.section > .imageContent > .demo {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	width: 35%;
}
.section > .imageContent > .map {
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 40%;
	width: 55%;
	height: 35vw;
	z-index: 3;
}
.section > .priceContent {
	position: relative;
	top: -6vw;
	width: 100%;
}
.section > .priceContent > .whiteFrame {
	position: relative;
	display: inline-block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 75%;
	width: 25%;
	background-color:rgb(255,255,255);
	opacity: 0.8;
	cursor: default;
	z-index: 3;
	-moz-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
}
.section > .priceContent > .whiteFrame > .content {
	padding: 3vw;
	-moz-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
}
.section > .priceContent > .whiteFrame > .content > .price {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0.1em;
	color:rgba(0,44,93,1);
	font-family: limatusRegular;
	font-size: 2.5vw;
}
.section > .priceContent > .whiteFrame > .content > .text {
	margin: 0;
	padding: 0;
	color:rgb(0,44,93);
	font-family: limatusRegular;
	font-size: 1.3vw;
}
.section > .textContent {
	position: relative;
	top: -10vw;
	width: 100%;
	min-height: 38vw;
}
.section > .textContent > .blueFrame {
	position: relative;
	display: inline-block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 35%;
	background-color:rgb(0,44,93);
	opacity: 0.9;
	cursor: default;
	z-index: 2;
	-moz-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
}
.section > .textContent > .blueFrame > .content {
	padding: 10%;
	-moz-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
}
.section > .textContent > .blueFrame > .content > .text {
	margin: 0;
	padding: 0;
	color:rgb(255,255,255);
	font-family: limatusCaps;
	font-size: 2vw;
}
.section > .textContent > .blueFrame > .content > .lists {
	margin: 0;
	padding: 0;
	color:rgb(255,255,255);
	font-family: limatusCaps;
	font-size: 2vw;
	list-style: square;
}
.section > .textContent > .blueFrame > .content > .text > .orange {
	color:rgb(231,93,29);
	font-size: 5vw;
}
.section > .textContent > .blueFrame > .content > .text > .hyperlink {
	position: relative;
	top: -0.7vw;
	margin-top: 0;
	margin-bottom: 0.3em;
	padding: 0;
	color:rgb(255,255,255);
	font-family: limatusCaps;
	font-size: 2vw;
	cursor: pointer;
}
.section > .textContent > .blueFrame > .content > .text > .hyperlinkMail {
	margin-top: 0;
	margin-bottom: 0.3em;
	padding: 0;
	color:rgb(255,255,255);
	font-family: limatusCaps;
	font-size: 2vw;
	cursor: pointer;
}
.section > .textContent > .orangeFrame {
	position: absolute;
	display: inline-block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 33%;
	width: 67%;
	background-color:rgb(231,93,29);
	border-top: solid 1.5vw rgb(185,74,32);
	opacity: 0.9;
	cursor: default;
	z-index: 1;
	-moz-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
}
.section > .textContent > .orangeFrame > .content {
	padding: 10%;
	-moz-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
}
.section > .textContent > .orangeFrame > .content > .text {
	margin-top: 0;
	margin-bottom: 0.3em;
	padding: 0;
	color:rgb(255,255,255);
	font-family:limatusRegular;
	font-size: 1.8vw;
}
.section > .textContent > .orangeFrame > .content > .lists {
	margin-top: 0;
	margin-bottom: 0.3em;
	padding: 0;
	color:rgb(255,255,255);
	font-family:limatusRegular;
	font-size: 1.8vw;
	list-style: square;
}