/* ALLGEMEIN */

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);*/

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	background: #19a4e9;
}

#wrapper {
	width: 100%;
	min-width: 1200px;
	background: #19a4e9;
	padding: 30px 0;
	position: relative;
	z-index: 3;
}

#contentWrapper {
	position: relative;
	width: 1069px;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
	padding: 22px;
	position: relative;
}

#content {
	width: 1027px;
	box-sizing: border-box;
	padding: 21px 20px 0 20px;
}

a {
	text-decoration: none;
	color: #000;
}

.clear {
	clear: both;
}

.upper {
	text-transform: uppercase;
}

#map {
	width: 100%;
	height: 244px;
}

#plusIcon {
	margin-bottom: -3px;
	margin-right: 5px;
}

.contentBox.upper p:first-of-type {
	margin-bottom: 20px;
}

.contentBox a {
	text-decoration: underline;
}

#aboutIcon, #leistungenIcon, #referenzenIcon, #netzwerkIcon, #kontaktIcon {
	position: absolute;
	z-index: 999;
	opacity: 0.4;
	left: 720px;
	top: 200px;
}
#leistungenIcon {opacity: 0.5; left: 105px; top: 280px;}
#referenzenIcon {opacity: 0.05; left: 40px; top: 250px;}
#netzwerkIcon {opacity: 0.64; left: 800px; top: 210px;}
#kontaktIcon {opacity: 0.05; left: 700px; top: 210px;}

/* TYPOGRAPHY */

h1 {
	font-size: 30px;
	position: relative;
	z-index: 9999;
}

h1 strong {
	font-weight: 700;
	color: #23e919;
}

p {
	position: relative;
	z-index: 9999;
}

h2 {
	font-size: 15px;
	margin: 30px 0;
}

p strong {
	font-weight: 700;
}

.borderTop {
	border-top: 4px solid #19a4e9;
}

/* NAVIGATION */

nav {
	min-width: 1200px;
	background: #fff;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	font-size: 14px;
	padding: 14px 0 35px;
}

.active, nav a:hover {
	font-weight: 700;
}

nav ul li {
	width: 140px;
	text-align: center;
	display: inline-block;
}

nav ul li:nth-of-type(6) {
	width: 110px;
}

nav ul li:nth-of-type(5) {
	width: 170px;
}

nav ul li:nth-of-type(1),
nav ul li:nth-of-type(2),
nav ul li:nth-of-type(3) {
	text-align: left;
}

nav ul li:nth-of-type(5),
nav ul li:nth-of-type(6),
nav ul li:nth-of-type(7) {
	text-align: right;
}

/*nav ul li:nth-of-type(3) {
	width: auto;
}*/

#logo {
	margin-bottom: -28px;
}

/* HEADER */

header {
	height: 264px;
	overflow: hidden;
	position: relative;
}

header img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}

/* CONTENT */

.contentBox {
	width: 470px;
	float: left;
	font-size: 15px;
	line-height: 22px;
}

.contentBox:first-of-type {
	margin-right: 47px;
}

.contentBoxSmall {
	width: 282px;
	font-size: 15px;
	margin-right: 47px;
	line-height: 25px;
}

.contentBoxLarge {
	width: 610px;
	/*margin-left: 17px;*/
	font-size: 15px;
	line-height: 25px;
}

.contentBox ul {
	font-size: 15px;
	line-height: 25px;
	list-style: disc;
}

.contentBox ul strong {
	font-weight: 700;
	text-transform: uppercase;
}

.txtBold {
	font-weight: 700;
}

.contactLinks a {
	text-decoration: none;
}

/* Netzwerk */

#netzwerkWrapper {
	background: #f2f2f2;
	margin-top: 50px;
}

.netzwerkBox {
	width: 286px;
	height: 240px;
	float: left;
	margin: 21px;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
}

.netzwerkBox strong {
	font-size: 15px;
	line-height: 25px;
}

.netzwerkBox img {
	margin-bottom: 10px;
}

/**/

.marBottom {
	margin-bottom: 50px;
}

/* FOOTER */

footer {
	/*width: 1069px;
	margin: 21px auto;
	text-transform: uppercase;
	color: #fff;
	background: #19a4e9;
	font-weight: 300;*/
}

/* Xing */

#xingButton {
	position: absolute;
	right: -49px;
	bottom: -5px;
	z-index: 9;
}


.datenschutz {
	position:absolute;
	right: 0px;
	width: 420px;
}
.datenschutz li {
	display: inline-block;
	width: 205px;
	text-align: right !important;
}
.datenschutz li a { 
	 font-size: 9px;
}