@charset "utf-8";
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/OpenSans-Regular.ttf?#iefix");
	src: url("../fonts/opensans/OpenSans-Regular.ttf?#iefix") format("truetype");
}
@font-face {
	font-family: "ClassicoURW W05 Regular";
	src: url("../fonts/5102892/467a20f7-1972-4f08-b045-cd1e151369f0.eot?#iefix");
	src: url("../fonts/5102892/467a20f7-1972-4f08-b045-cd1e151369f0.eot?#iefix") format("eot"), url("../fonts/5102892/db8fb8e8-f340-445c-b2e0-8c93f8d308e3.woff2") format("woff2"), url("../onts/5102892/0e00ea45-0880-4af5-9a57-fc18eb05e209.woff") format("woff"), url("../fonts/5102892/c4306ed1-6eaa-4610-b869-6eb75df91f92.ttf") format("truetype");
}
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, th, td, a, img, hr {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	color: #666666;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}
#container {
	width: 100%;
	height: 100vh;
}
.backgroundImage {
	background-image: url("../images/hintergrund.jpg");
	background-position: center center;
	background-size: cover;
}
#headerWrap {
	position: absolute;	
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100px;
	z-index: 100;
}
#header {
	padding: 30px 0;
	background-color: #ffffff;
	border-bottom: 20px solid #00736d;
}

.inhalt {
	height:100%;
	width:100vw;
	}

.fullwidth {
	width: 100%;
}
.fixedwidth {
	width: 100%;
	margin: 0 auto;
}
.headerBox {
	min-height: 100px;
	position: relative;
	padding: 0 35px;
}
.logo {
	position: absolute;
	right: 25px;
	top: 30px;
}
.logo img {
	width: auto;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
.contextMenuBox {
	padding: 25px 0;
}
.contextMenu {
	padding: 0 25px;
	border: 1px solid #b3c8c1;
	border-top-color: rgb(179, 200, 193);
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: rgb(179, 200, 193);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: none;
	border-bottom: none;
	display: inline-block;
	float: left;
}
.mainMenu {
	padding: 45px 0 0;
}
.mainMenu ul {
	list-style-type: none;
}
.mainMenu ul li {
	float: left;
}
.mainMenu ul li a, .mainMenu ul li a:visited {
	margin: 15px 0;
	border-left: 1px solid #b3c8c1;
	border-right: 1px solid #b3c8c1;
	padding: 15px 30px 15px 70px;
	display: block;
	background-color: #ffffff;
	color: #434e54;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 10px -3px;
	cursor: pointer;
}
.mainMenu ul li a:hover, .mainMenu ul li a.topLevelAktiv {
	background-color: #00736d;
	color: #f38222;
	margin: 0;
	padding: 30px 30px 30px 70px;
	border-left: 1px solid #00736d;
	border-right: 1px solid #00736d;
	background-position: 10px 12px;
	text-decoration: none;
}
.iconBackend {
	background-image: url(../images/menuIconBackend.png);
}
.storeContainer {
	position: relative;
	display: block;
	top: 50%;
	bottom: 50%;
	background-color: rgba(255, 255, 255, 0.8);
	width: 360px;
	padding: 20px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
}
.iconStoreLink {
	width: 180px;
	height: auto;
}
h1 {
	font-family: "ClassicoURW W05 Regular";
	font-size: 46px;
	line-height: 80px;
	font-weight: normal;
}
.clearfix {
	display: block;
}