*	{ 
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

@font-face {
	font-family: "neulis-light";
	src: url('../font/neulis-light.woff2') format('woff2'),
	url('../font/neulis-light.woff') format('woff');
	font-weight: 300;
	}

html, body {
	padding: 0;
	margin: 0;
	border: 0px;
	width: 100%;
	font-family: 'neulis-light', sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .4px;
	color: #333;
	background: #fff;
	}

p, div	{
	font-family: 'neulis-light', sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .4px;
	color: #333;
	}

.sfont	{
	font-family: 'neulis-light', sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .4px;
	}

#silke-content .sfont	{
	font-family: 'neulis-light', sans-serif;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0;
	}

a:link, a:visited {
	font-family: 'neulis-light', sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .4px;
	color: #ec6862;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
	}

a:hover, a:active {
	font-family: 'neulis-light', sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .4px;
	color: #333;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
	}

img	{
	max-width: 100%;
	height: auto;
	border: 0;
	}

img[usemap], map area{
	outline: none;
	}

ol	{
	margin: 25px 0 5px 14px;
	}

h1	{
	font-family: 'neulis-light', sans-serif;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: .4px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	}

.redfont	{
	color: #ec6862;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: .4px;
	font-weight: bold;
	}

.redfonts	{
	color: #ec6862;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: .4px;
	font-weight: bold;
	}

/* Burger */

.burger	{
	display: none;
	position: fixed;
	top: 31px;
	right: 41px;
	width: 52px;
	height: 40px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9200;
	}

label.hamburg { 
	cursor: pointer;
	display: block;
	width: 52px;
	height: 40px; 
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	}

input#hamburg {
	display: none;
	}

.hamburg {
	display: block;
	position: relative; 
	width: 52px;
	height: 40px; 
	margin-left: auto;
	margin-right: auto;
	}

.line	{ 
	position: absolute; 
	left: 10px;
	height: 2px;
	width: 42px; 
	background: #ec6862;
	border-radius: 2px;
	display: block; 
	transition: 0.5s; 
	transform-origin: center; 
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.line:nth-child(1) {
	top: 9px; 
	}

.line:nth-child(2) {
	top: 18px;
	}

.line:nth-child(3) {
	top: 27px;
	}

.hamburg.checked .line:nth-child(1) {
	transform: translateY(9px) rotate(-45deg);
	}

.hamburg.checked .line:nth-child(2) {
	opacity: 0;
	}

.hamburg.checked .line:nth-child(3) {
	transform: translateY(-9px) rotate(45deg);
	}

/* Header */

.header	{
	background: #fff;
	width: 93%;
	height: 140px;
	margin: 0 auto;
	padding: 3% 2% 0 5%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.header-min {
	background: #fff;
	width: 93%;
	height: 120px;
	margin: 0 auto;
	padding: 1.5% 2% 0 5%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(85,85,85,0.15);
	-moz-box-shadow: 2px 2px 2px 0 rgba(85,85,85,0.15);
	box-shadow: 2px 2px 2px 0 rgba(85,85,85,0.15);
	}

/* Logo + SlideIn */

#logo	{
	float: left;
	width: 140px;
	margin-right: 4%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.logo	{
	width: 130px;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.logo-min {
	width: 110px;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.logo-text	{
	position: fixed;
	z-index: 2000;
	left: -260px;
	top: 0;
	width: 220px;
	height: 100vh;
	padding: 38px 20px 0 20px;
	box-shadow: 0px 0px 3px 3px rgba(85,85,85,0.17);
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	background: url('../images/bg-logo-text.png') no-repeat top center;
	}

#logo-text-logo {
	width: 130px;
	margin: 0 auto 25px auto;
	display: block;
	}

#logo-text-close {
	color: #ec6862;
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	display: block;
	float: right;
	margin: -30px 0 0 0;
	}

#header-bar {
	width: 83%;
	float: left;
	}

#social	{
	float: left;
	width: 20%;
	}

#social img {
	margin-right: 7%;
	height: 16px;
	width: auto;
	}

/* Kontakt-Zeile oben */

#kontaktieren {
	float: left;
	width: 80%;
	text-align: right;
	}

a.kontaktieren:link, a.kontaktieren:visited {
	font-family: 'neulis-light', sans-serif;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: .4px;
	margin: 0 2%0 0;
	text-decoration: none;
	color: #ec6862;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

a.kontaktieren:hover, a.kontaktieren:active {
	font-family: 'neulis-light', sans-serif;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: .4px;
	margin: 0 2% 0 0;
	text-decoration: none;
	color: #555;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

/* Pfeil-Animation */

.arrow-right {
	-webkit-animation: bounceRight 2s infinite;
	animation: bounceRight 2s infinite;
	float: right;
	margin-left: 14px;
	color: #ec6862;
	font-size: 20px;
	}

@-webkit-keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	40% {
	-webkit-transform: translateX(-26px);
	transform: translateX(-26px);
	}	
	60% {
	-webkit-transform: translateX(-13px);
	transform: translateX(-13px);
	}}

@-moz-keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
	transform: translateX(0);
  	}
	40% {
	transform: translateX(-26px);
	}
	60% {
	transform: translateX(-13px);
	}}

@keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
	-ms-transform: translateX(0);
	transform: translateX(0);
	}
	40% {
	-ms-transform: translateX(-26px);
	transform: translateX(-26px);
	}
	60% {
	-ms-transform: translateX(-13px);
	transform: translateX(-13px);
	}}

/* Navi */

.navigation {
	padding-top: 29px;
	text-align: left;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.navigation-min {
	padding-top: 56px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

a.navi:link, a.navi:visited {
	font-family: 'neulis-light', sans-serif;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: .4px;
	margin: 0 3%0 0;
	text-decoration: none;
	color: #555;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

a.navi:hover, a.navi:active, a.navi-active:link, a.navi-active:visited, a.navi-active:hover, a.navi-active:active {
	font-family: 'neulis-light', sans-serif;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: .4px;
	margin: 0 3% 0 0;
	text-decoration: none;
	color: #ec6862;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

#mobile-navigation {
	background: #f7f7f7;
	width: 260px;
	height: 100vh;
	position: fixed;
	z-index: 3000;
	top: 0;
	right: 0;
	display: none;
	-webkit-box-shadow: 0 0 4px 4px rgba(85,85,85,0.15);
	-moz-box-shadow: 0 0 4px 4px rgba(85,85,85,0.15);
	box-shadow: 0 0 4px 4px rgba(85,85,85,0.15);
	}

.clearfix	{
	clear: both;
	}

/* Contents */

#content-start {
	width: 100%;
	padding-top: 150px;
	}

#content-wrapper {
	width: 93%;
	margin: 0 auto;
	padding: 3% 2% 0 5%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

#left-spacer {
	float: left;
	width: 140px;
	margin-right: 4%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

#content	{
	float: left;
	width: 70%;
	padding: 150px 0 0 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.content-img {
	margin-bottom: 50px;
	}

.content-img-mobile {
	display: none;
	margin-bottom: 50px;
	}

.content-left {
	float: left;
	width: 25%;
	margin: 0 5% 0 -3.9%;
	}

.content-right {
	float: left;
	width: 70%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.content-inner {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

/* Startseite */

#neue-wege {
	position: absolute;
	top: 250px;
	left: 305px;
	z-index: 900;
	font-size: 24px;
	line-height: 34px;
	}

#neue-wege a:link, #neue-wege a:visited {
	font-size: 24px;
	line-height: 34px;
	color: #ec6862;
	}

#neue-wege a:hover, #neue-wege a:active {
	font-size: 24px;
	line-height: 34px;
	color: #333;
	}

#startimg	{
	padding-top: 0;
	}

/*  Unternehmen */

.leistung	{
	text-transform: uppercase;
	background: url('../images/pointer-leistung-down.png') no-repeat top right;
	cursor: pointer;
	color: #ec6862;
	padding: 0 0 17px 0;
	line-height: 15px;
	}

.leistung-up {
	background: url('../images/pointer-leistung-up.png') no-repeat top right;
	cursor: pointer;
	color: #ec6862;
	}

.details	{
	display: none;
	padding: 0 0 20px 0;
	}

.leistung-line {
	border-bottom: 1px solid #ddd;
	margin-bottom: 17px;
	}

/* Wir */

#wir-map {
	display: block;	
	}

#content-center-wir {
	position: absolute;
	top: 32%;
	left: 38.8%;
	z-index: 800;
	width: 28%;
	height: 425px;
	text-align: center;
	}

/* Networks */

#networks-wrapper {
	width: 100%;
	max-height: 1668px;
	position: relative;
	}

#networks, #nicole, #reinhard, #alexander, #albrecht, #bettina, #nicoler, #michael, #ingrid, #martina, #christine, #inken, #olivia, #amadeo, #joern {
	position: absolute;
	top: 80px;
	left: 267px;
	width: 420px;
	}

#networks-bg, #networks-map {
	display: block;
	}

#page-bg	{
	display: block;
	}

.content-list, .content-list-wir {
	display: none;
	width: 93%;
	margin: 0 auto;
	padding: 40px 2% 0 5%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.content-networks-left {
	float: left;
	width: 25%;
	margin: 0 5% 0 0;
	}

.content-networks-right {
	float: left;
	width: 70%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-bottom: 30px;
	}

/* Strategie */

.content-strategie-txt {
	max-width: 62%;
	margin: 0 auto;
	padding-top: 35px;
	}

/* Andere über uns */

.about	{
	position: absolute;
	top: 30%;
	left: 29%;
	z-index: 800;
	background-image: url('../images/about-bubble.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 645px;
	height: 630px;
	padding-right: 20px;
	background-position: top center;
	text-align: center;
	}

#content-list-about {
	display: none;
	padding: 188px 2.5% 0 2.5%;
	}

/* Footer */

#footer	{
	max-width: 1500px;
	padding: 30px 20px;
	text-align: center;
	}

#footer a:link, #footer a:visited {
	margin: 0  10px;
	font-family: 'neulis-light', sans-serif;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: .4px;
	text-decoration: none;
	color: #555;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

#footer a:active, #footer a:hover {
	margin: 0  10px;
	font-family: 'neulis-light', sans-serif;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: .4px;
	text-decoration: none;
	color: #ec6862;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

/* Topscroller */

#topscroller {
	width: 45px;
	height: 45px;
	display: none;
	position: fixed;
	right: 41px;
	bottom: 30px;
	z-index: 11000;
	opacity: .75;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	}

#topscroller:hover {
	opacity: 1;
	}

@media only screen and (max-width: 1310px) {

.logo	{
	float: left;
	width: 110px;
	height: auto;
	margin-right: 3%;
	}

.navigation {
	padding-top: 56px;
	}

#neue-wege {
	left: 250px;
	}

#content-center-wir {
	position: static;
	height: auto;
	text-align: left;
	width: 93%;
	margin: 30px auto 0 auto;
	padding: 0 2% 0 5%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

#wir-map, #sandra-content, #sabine-content, #eva-content, #georg-content, #christian-content, #carola-content, #silke-content {
	display: none;		
	}

.content-list-wir {
	display: block;
	}}

@media only screen and (max-width: 1220px) {

.sfont	{
	font-size: 15px;
	line-height: 20px;
	}

#header-bar {
	display: none;
	}

.burger	{
	display: block;
	}

.navigation {
	padding-top: 40px;
	}

a.navi:link, a.navi:visited, a.navi:hover, a.navi:active, a.navi-active:link, a.navi-active:visited, a.navi-active:hover, a.navi-active:active{
	margin: 0 0 20px 35px;
	display: block;
	}

#content-wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 3% 5% 0 5%;
	}

#content-center {
	position: static;
	height: auto;
	text-align: left;
	width: 93%;
	margin: -30px auto 0 auto;
	padding: 0 2% 0 5%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

#networks-wrapper {
	max-height: auto;
	position: static;
	}

#networks {
	position: static;
	width: auto;
	width: 93%;
	margin: 0 auto;
	padding: 3% 2% 0 5%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

#networks-bg, #networks-map, #img-nicole, #nicole, #img-reinhard, reinhard, #img-albrecht, #albrecht, #img-bettina, #bettina, #img-nicoler, #nicoler, #img-michael, #michael, #img-ingrid, #ingrid, #img-martina, #martina, #img-christine, #christine, #img-inken, #inken, #img-olivia, #olivia, #img-amadeo, #amadeo {
	display: none;	
	}

.content-list {
	display: block;
	}

#page-bg	{
	display: none;
	}

.content-strategie-txt {
	max-width: 80%;
	}

#left-spacer {
	display: none;
	}

#content	{
	width: 100%;
	}

#neue-wege {
	top: 220px;
	left: 220px;
	font-size: 22px;
	line-height: 32px;
	}

.about	{
	top: 24%;
	left: 20%;
	}}

@media only screen and (max-width: 1100px) {

.redfont	{
	font-weight: normal;
	}}

@media only screen and (max-width: 900px) {

.burger	{
	top: 20px;
	right: 30px;
	}

#topscroller {
	right: 30px;
	}

h1	{
	line-height: 22px;
	}

#content-wrapper {
	width: 95%;
	margin: 0 auto;
	padding: 3% 2.5% 0 2.5%;
	}

.content-left {
	display: none;
	}

.content-right {
	width: 100%;
	}

.content-img {
	display: none;
	}

.content-img-mobile {
	display: block;
	}

.content-strategie-txt {
	max-width: 85%;
	}

#neue-wege, #neue-wege a:link, #neue-wege a:hover, #neue-wege a:visited, #neue-wege a:active {
	top: 200px;
	left:150px;
	font-size: 20px;
	line-height: 28px;
	}

.about, .about-bg {
	display: none;
	}

#content-list-about {
	display: block;
	}

.redfont	{
	font-weight: normal;
	}}

@media only screen and (max-width: 700px) {

#content-wrapper {
	width: 100%;
	padding: 3% 0 0 0;
	}

.content-right {
	width: 92%;
	padding: 0 4%;
	}

.content-inner {
	width: 95%;
	padding: 0 2.5%;
	}

.content-strategie-txt {
	max-width: 92%;
	}

#neue-wege, #neue-wege a:link, #neue-wege a:hover, #neue-wege a:visited, #neue-wege a:active {
	top: 180px;
	left: 80px;
	font-size: 18px;
	line-height: 26px;
	}

.about	{
	left: 15%;
	width: 410px;
	height: 390px;
	}}

@media only screen and (max-width: 600px) {

#neue-wege {
	top: 160px;
	left: 30px;
	font-size: 17px;
	line-height: 25px;
	}

.content-networks-left {
	float: none;
	width: 100%;
	margin: 0 0 0 0;
	}

.content-networks-right {
	float: none;
	width: 100%;
	}

.about	{
	position: relative;
	left: 0;
	top: 0;
	margin: -150px auto 0  auto;
	width: 390px;
	height: 360px;
	}}

@media only screen and (max-width: 450px) {

#startimg	{
	padding-top: 50px;
	}

.redfont	{
	font-size: 15px;
	line-height: 24px;
	}}