@import url("font-awesome/css/font-awesome.min.css");
/*-------------------------------------- ALLGEMEIN --------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-family: "Arial Rounded MT", sans-serif;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
}body{
	background: url(../img/bg.jpg);
}
.wrapper{
	width: 1000px;
	min-height: 500px;
	background: #202022;
	margin: 80px auto 0 auto;
}.clear{
	clear: both;
	margin-bottom: 10px;
}a{
	color: #FFFFFF;
	text-decoration: underline;
}
/*-------------------------------------- HEADER --------------------------------------*/
header{
	width: 100%;
	height: 370px;
	background: url(../img/header.jpg);
	border-bottom: 2px solid #d1a97a;
	position: relative;
}
/*-------------------------------------- NAVIGATION --------------------------------------*/
.navBG{
	width: 100%;
	height: 70px;
	background: #25262d;
	position: absolute;
	bottom: 0;
	opacity: 0.8;
}nav{
	width: 96%;
	height: 70px;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
}nav .logo{
	width: 210px;
	height: 70px;
	background: url(../img/logo.png);
	float: left;
}nav ul.nav{
	height: 100%;
	float: right;
	text-align: right;
	margin-right: -10px;
}nav ul.nav li.menuItem{
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 70px;
	padding: 0 10px;
	font-size: 16px;
	cursor: pointer;
}nav ul.nav li.menuItem:hover{
	color: #d1a97a;
}nav ul.nav li.active{
	color: #d1a97a;
}.shadow{
	width: 1000px;
	height: 30px;
	margin-bottom: 8px;
	background: url(../img/shadow.png);
}
/*-------------------------------------- CONTENT --------------------------------------*/
.contentWrapper{
	width: 960px;
	min-height: 50px;
	padding: 0 20px 38px 20px;
}.contentWrapper h1.dependency{
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 40px;
}.contentWrapper h1.dependency:first-child{
	margin: 0;
}
/*-------------------------------------- HOME --------------------------------------*/
.contentWrapper .boxes{

}.contentWrapper .boxes .box{
	width: 216px;
	height: 120px;
	border: 2pt solid #d1a97a;
	border-radius: 5px;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	margin-top: 40px;
	float: left;
	margin-left: 24px;
}.contentWrapper .boxes .box:first-child{
	margin-left: 0px;
}.contentWrapper .boxes .box .circle{
	width: 59px;
	height: 59px;
	background: #202022;
	border: 2pt solid #d1a97a;
	border-radius: 40px;
	position: absolute;
	top: -31.5px;
	left: 77px;
	text-align: center;
}.contentWrapper .boxes .box .circle i{
	font-size: 30px;
	margin-top: 15px;
	color: #d1a97a;
}.contentWrapper .boxes .box h1{
	font-size: 15pt;
	margin-top: 35px;
	color: #d1a97a;
}.contentWrapper .boxes .box p{
	font-size: 9pt;
	line-height: 15px;
	margin-top: 4px;
}.contentWrapper .boxes .box2{
	width: 284px;
	min-height: 222px;
	padding: 0 10px 10px 10px;
	border: 2pt solid #d1a97a;
	margin-left: 15px;
	margin-top: 40px;
	float: left;
	position: relative;
	border-radius: 5px;
}.contentWrapper .boxes .box2:first-child{
	margin-left: 0;
}.contentWrapper .boxes .box2 .circle2{
	width: 60px;
	height: 60px;
	background: #202022;
	border: 2pt solid #d1a97a;
	border-radius: 100px;
	text-align: center;
	position: absolute;
	top: -32px;
	left: 122px;
}.contentWrapper .boxes .box2 .circle2 i{
	font-size: 30px;
	margin-top: 15px;
	color: #d1a97a;
}.contentWrapper .boxes .box2 h1{
	text-align: center;
	margin-top: 36px;
	color: #d1a97a;
	font-size: 15pt;
	margin-bottom: 10px;
}.contentWrapper .boxes .box2 ul{

}.contentWrapper .boxes .box2 ul li{
	color: #FFFFFF;
	font-size: 10pt;
	margin-bottom: 8px;
}.contentWrapper .boxes .box2 ul li i{
	font-size: 14px;
	color: #d1a97a;
	margin-right: 6px;
	float: left;
	line-height: 19px;
}
/*-------------------------------------- TEAM --------------------------------------*/
.contentWrapper .memberWrapper{
	width: 100%;
	height: 200px;
	margin: 0 auto;
}.contentWrapper .memberWrapper .member{
	float: left;
	margin-right: 20px;
}.contentWrapper .memberWrapper .member:last-child{
	margin-right: 0;
}.contentWrapper .memberWrapper .member img{
	width: 225px;
}.contentWrapper .memberWrapper .member h1{
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 20px;
	padding-bottom: 10px;
}.contentWrapper .memberWrapper .member p{
	margin-top: 12px;
	color: #FFFFFF;
}.contentWrapper .memberWrapper .member p i{
	color: #FFFFFF;
	margin-bottom: 5px;
	width: 28px;
	margin-left: -6px;
	text-align: center;
}
/*-------------------------------------- FOOTER --------------------------------------*/
footer{
	width: 1000px;
	height: 70px;
	background: #25262d;
	margin: 0 auto;
}footer ul{
	padding-left: 20px;
	padding-top: 18px;
	float: left;
}footer ul a{
	font-size: 12px;
	text-decoration: none;
}footer ul a li{
	margin-bottom: 4px;
}footer p{
	float: right;
	margin-right: 20px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 28px;
}
/*------------------------------------- CUSTOM ---------------------------------------*/
.wrapper .contentWrapper .imprint{
	color: #FFFFFF;
}
