/* THE TEAM BROWSER CSS */

.the_team {
	z-index: 80;
	background: #fff;
	width: 100%;}

.team_headline {
	z-index: 100;
	margin-top: 1em;
	padding: 2em 10em 0em;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;}

.iphone_team { display: none; }	


.da-slider{
	z-index: 90;
	width: 100%;
	height: 734px;
	position: relative;
	overflow: hidden;
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
}

.da-slide{
	position: absolute;
	width: 100%;
	height: auto;
	margin-left: 0px;
	top: 0px;
	left: 0px;
	text-align: left;
}

.da-slider .slider_background {
	z-index: 99;
	width: 100%;
	height: auto;
}

.da-slider .slider_background img {
	width: 100%;
	height: auto;
}

.da-slide img {
	width: 100%;
	height: auto;
}


.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide .team01, .da-slide .team02, .da-slide .team03, .da-slide .team04, .da-slide .team05, .da-slide .team06,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide .team01, 
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 0%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide .team01{
	width: 20%;
	left: 0%;
	top: 0%;
	z-index: 10;
}

.da-slide .team02{
	width: 20%;
	left: 20%;
	top: 0%;
	z-index: 10;
}

.da-slide .team03{
	width: 20%;
	left: 40%;
	top: 0%;
	z-index: 10;
}

.da-slide .team04{
	width: 20%;
	left: 60%;
	top: 0%;
	z-index: 10;
}

.da-slide .team05{
	width: 20%;
	left: 80%;
	top: 0%;
	z-index: 10;
}

.da-slide .team06{
	width: 40%;
	left: 60%;
	margin-top: 34em;
	z-index: 20;
}



.da-slide-current .team01, 
.da-slide-current p,
.da-slide-current .da-link{
	left: 0%;
	opacity: 1;
}

.da-slide-current .team02 {
	left: 20%;
	opacity: 1;
}

.da-slide-current .team03 {
	left: 40%;
	opacity: 1;
}

.da-slide-current .team04 {
	left: 60%;
	opacity: 1;
}

.da-slide-current .team05 {
	left: 80%;
	opacity: 1;
}

.da-slide-current .team06 {
	top: 87%;
	opacity: 1;
	float: left; 
}



/* Animation classes and animations */

/* Slide out to the left*/
.da-slide-toleft .team01{
	-webkit-animation: toLeftAnim1 0.8s ease-in-out both;
	-moz-animation: toLeftAnim1 0.8s ease-in-out both;
	-o-animation: toLeftAnim1 0.8s ease-in-out both;
	-ms-animation: toLeftAnim1 0.8s ease-in-out both;
	animation: toLeftAnim1 0.8s ease-in-out both;
}

.da-slide-toleft .team02{
	-webkit-animation: toLeftAnim2 0.8s ease-in-out both;
	-moz-animation: toLeftAnim2 0.8s ease-in-out both;
	-o-animation: toLeftAnim2 0.8s ease-in-out both;
	-ms-animation: toLeftAnim2 0.8s ease-in-out both;
	animation: toLeftAnim2 0.8s ease-in-out both;
}

.da-slide-toleft .team03{
	-webkit-animation: toLeftAnim3 0.8s ease-in-out both;
	-moz-animation: toLeftAnim3 0.8s ease-in-out both;
	-o-animation: toLeftAnim3 0.8s ease-in-out both;
	-ms-animation: toLeftAnim3 0.8s ease-in-out both;
	animation: toLeftAnim3 0.8s ease-in-out both;
}

.da-slide-toleft .team04{
	-webkit-animation: toLeftAnim4 0.8s ease-in-out both;
	-moz-animation: toLeftAnim4 0.8s ease-in-out both;
	-o-animation: toLeftAnim4 0.8s ease-in-out both;
	-ms-animation: toLeftAnim4 0.8s ease-in-out both;
	animation: toLeftAnim4 0.8s ease-in-out both;
}

.da-slide-toleft .team05{
	-webkit-animation: toLeftAnim5 0.8s ease-in-out both;
	-moz-animation: toLeftAnim5 0.8s ease-in-out both;
	-o-animation: toLeftAnim5 0.8s ease-in-out both;
	-ms-animation: toLeftAnim5 0.8s ease-in-out both;
	animation: toLeftAnim5 0.8s ease-in-out both;
}

@-webkit-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: -20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 0%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-moz-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: -20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 0%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-wmoz-keyframes toLeftAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-moz-keyframes toLeftAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-o-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: -20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 0%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-o-keyframes toLeftAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-ms-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: -20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 0%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@-ms-keyframes toLeftAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: -20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 0%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}
@keyframes toLeftAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: -20%; opacity: 0; }
}


/* Slide in from the right*/
.da-slide-fromright .team01{
	-webkit-animation: fromRightAnim1 0.8s ease-in-out both;
	-moz-animation: fromRightAnim1 0.8s ease-in-out both;
	-o-animation: fromRightAnim1 0.8s ease-in-out both;
	-ms-animation: fromRightAnim1 0.8s ease-in-out both;
	animation: fromRightAnim1 0.8s ease-in-out both;
}

.da-slide-fromright .team02{
	-webkit-animation: fromRightAnim2 0.8s ease-in-out both;
	-moz-animation: fromRightAnim2 0.8s ease-in-out both;
	-o-animation: fromRightAnim2 0.8s ease-in-out both;
	-ms-animation: fromRightAnim2 0.8s ease-in-out both;
	animation: fromRightAnim2 0.8s ease-in-out both;
}

.da-slide-fromright .team03{
	-webkit-animation: fromRightAnim3 0.8s ease-in-out both;
	-moz-animation: fromRightAnim3 0.8s ease-in-out both;
	-o-animation: fromRightAnim3 0.8s ease-in-out both;
	-ms-animation: fromRightAnim3 0.8s ease-in-out both;
	animation: fromRightAnim3 0.8s ease-in-out both;
}

.da-slide-fromright .team04{
	-webkit-animation: fromRightAnim4 0.8s ease-in-out both;
	-moz-animation: fromRightAnim4 0.8s ease-in-out both;
	-o-animation: fromRightAnim4 0.8s ease-in-out both;
	-ms-animation: fromRightAnim4 0.8s ease-in-out both;
	animation: fromRightAnim4 0.8s ease-in-out both;
}

.da-slide-fromright .team05{
	-webkit-animation: fromRightAnim5 0.8s ease-in-out both;
	-moz-animation: fromRightAnim5 0.8s ease-in-out both;
	-o-animation: fromRightAnim5 0.8s ease-in-out both;
	-ms-animation: fromRightAnim5 0.8s ease-in-out both;
	animation: fromRightAnim5 0.8s ease-in-out both;
}

@-webkit-keyframes fromRightAnim1{
	0%{ left: 0%;  opacity: 0; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@-webkit-keyframes fromRightAnim5{
	0%{ left: 100%;  opacity: 1; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}
@-moz-keyframes fromRightAnim1{
	0%{ left: 0%;  opacity: 0; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@-moz-keyframes fromRightAnim5{
	0%{ left: 100%;  opacity: 1; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}
@-o-keyframes fromRightAnim1{
	0%{ left: 0%;  opacity: 0; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@-o-keyframes fromRightAnim5{
	0%{ left: 100%;  opacity: 1; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}
@-ms-keyframes fromRightAnim1{
	0%{ left: 0%;  opacity: 0; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@-ms-keyframes fromRightAnim5{
	0%{ left: 100%;  opacity: 1; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}
@keyframes fromRightAnim1{
	0%{ left: 0%;  opacity: 0; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@keyframes fromRightAnim5{
	0%{ left: 100%;  opacity: 1; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}

/* Slide out to the right */
.da-slide-toright .team01{
	-webkit-animation: toRightAnim1 0.8s ease-in-out both;
	-moz-animation: toRightAnim1 0.8s ease-in-out both;
	-o-animation: toRightAnim1 0.8s ease-in-out both;
	-ms-animation: toRightAnim1 0.8s ease-in-out both;
	animation: toRightAnim1 0.8s ease-in-out both;
}

.da-slide-toright .team02{
	-webkit-animation: toRightAnim2 0.8s ease-in-out both;
	-moz-animation: toRightAnim2 0.8s ease-in-out both;
	-o-animation: toRightAnim2 0.8s ease-in-out both;
	-ms-animation: toRightAnim2 0.8s ease-in-out both;
	animation: toRightAnim2 0.8s ease-in-out both;
}

.da-slide-toright .team03{
	-webkit-animation: toRightAnim3 0.8s ease-in-out both;
	-moz-animation: toRightAnim3 0.8s ease-in-out both;
	-o-animation: toRightAnim3 0.8s ease-in-out both;
	-ms-animation: toRightAnim3 0.8s ease-in-out both;
	animation: toRightAnim3 0.8s ease-in-out both;
}

.da-slide-toright .team04{
	-webkit-animation: toRightAnim4 0.8s ease-in-out both;
	-moz-animation: toRightAnim4 0.8s ease-in-out both;
	-o-animation: toRightAnim4 0.8s ease-in-out both;
	-ms-animation: toRightAnim4 0.8s ease-in-out both;
	animation: toRightAnim4 0.8s ease-in-out both;
}

.da-slide-toright .team05{
	-webkit-animation: toRightAnim5 0.8s ease-in-out both;
	-moz-animation: toRightAnim5 0.8s ease-in-out both;
	-o-animation: toRightAnim5 0.8s ease-in-out both;
	-ms-animation: toRightAnim5 0.8s ease-in-out both;
	animation: toRightAnim5 0.8s ease-in-out both;
}


@-webkit-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: 20%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: 40%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: 60%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 80%;  opacity: 0; }
	100%{ left: 80%; opacity: 0; }
}
@-webkit-keyframes toRightAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 100%;  opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: 20%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: 40%; opacity: 0; }
}
@-wmoz-keyframes toRightAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: 60%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 80%;  opacity: 0; }
	100%{ left: 80%; opacity: 0; }
}
@-moz-keyframes toRightAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 100%;  opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: 20%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: 40%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: 60%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 80%;  opacity: 0; }
	100%{ left: 80%; opacity: 0; }
}
@-o-keyframes toRightAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 100%;  opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: 20%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: 40%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: 60%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 80%;  opacity: 0; }
	100%{ left: 80%; opacity: 0; }
}
@-ms-keyframes toRightAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 100%;  opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	85%{ left: 20%;  opacity: 0; }
	100%{ left: 20%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	85%{ left: 40%;  opacity: 0; }
	100%{ left: 40%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 40%;  opacity: 1; }
	85%{ left: 60%;  opacity: 0; }
	100%{ left: 60%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	85%{ left: 80%;  opacity: 0; }
	100%{ left: 80%; opacity: 0; }
}
@keyframes toRightAnim5{
	0%{ left: 80%;  opacity: 1; }
	85%{ left: 100%;  opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}

/* Slide in from the left*/
.da-slide-fromleft .team01{
	-webkit-animation: fromLeftAnim1 0.8s ease-in-out both;
	-moz-animation: fromLeftAnim1 0.8s ease-in-out both;
	-o-animation: fromLeftAnim1 0.8s ease-in-out both;
	-ms-animation: fromLeftAnim1 0.8s ease-in-out both;
	animation: fromLeftAnim1 0.8s ease-in-out both;
}

.da-slide-fromleft .team02{
	-webkit-animation: fromLeftAnim2 0.8s ease-in-out both;
	-moz-animation: fromLeftAnim2 0.8s ease-in-out both;
	-o-animation: fromLeftAnim2 0.8s ease-in-out both;
	-ms-animation: fromLeftAnim2 0.8s ease-in-out both;
	animation: fromLeftAnim2 0.8s ease-in-out both;
}

.da-slide-fromleft .team03{
	-webkit-animation: fromLeftAnim3 0.8s ease-in-out both;
	-moz-animation: fromLeftAnim3 0.8s ease-in-out both;
	-o-animation: fromLeftAnim3 0.8s ease-in-out both;
	-ms-animation: fromLeftAnim3 0.8s ease-in-out both;
	animation: fromLeftAnim3 0.8s ease-in-out both;
}

.da-slide-fromleft .team04{
	-webkit-animation: fromLeftAnim4 0.8s ease-in-out both;
	-moz-animation: fromLeftAnim4 0.8s ease-in-out both;
	-o-animation: fromLeftAnim4 0.8s ease-in-out both;
	-ms-animation: fromLeftAnim4 0.8s ease-in-out both;
	animation: fromLeftAnim4 0.8s ease-in-out both;
}

.da-slide-fromleft .team05{
	-webkit-animation: fromLeftAnim5 0.8s ease-in-out both;
	-moz-animation: fromLeftAnim5 0.8s ease-in-out both;
	-o-animation: fromLeftAnim5 0.8s ease-in-out both;
	-ms-animation: fromLeftAnim5 0.8s ease-in-out both;
	animation: fromLeftAnim5 0.8s ease-in-out both;
}

@-webkit-keyframes fromLeftAnim1{
	0%{ left: -20%;  opacity: 1; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@-webkit-keyframes fromLeftAnim5{
	0%{ left: 80%;  opacity: 0; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}
@-moz-keyframes fromLeftAnim1{
	0%{ left: -20%;  opacity: 1; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@-moz-keyframes fromLeftAnim5{
	0%{ left: 80%;  opacity: 0; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}
@-o-keyframes fromLeftAnim1{
	0%{ left: -20%;  opacity: 1; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@-o-keyframes fromLeftAnim5{
	0%{ left: 80%;  opacity: 0; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}
@-ms-keyframes fromLeftAnim1{
	0%{ left: -20%;  opacity: 1; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@-ms-keyframes fromLeftAnim5{
	0%{ left: 80%;  opacity: 0; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}
@keyframes fromLeftAnim1{
	0%{ left: -20%;  opacity: 1; }
	80%{ left: 0%;  opacity: 0; }
	100%{ left: 0%;  opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: 20%;  opacity: 0; }
	80%{ left: 20%;  opacity: 0; }
	100%{ left: 20%;  opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: 40%;  opacity: 0; }
	80%{ left: 40%;  opacity: 0; }
	100%{ left: 40%;  opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: 60%;  opacity: 0; }
	80%{ left: 60%;  opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}
@keyframes fromLeftAnim5{
	0%{ left: 80%;  opacity: 0; }
	80%{ left: 80%;  opacity: 0; }
	100%{ left: 80%;  opacity: 1; }
}

/* Navigationspfeile*/

.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 30%;
	height: 94px;
	width: 38px;
	cursor: pointer;
	z-index: 2000;
	opacity: 1;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 38px;
	height: 94px;
	background: transparent url(../../content/img/team_arrows.png) no-repeat top left;
	
}
.da-arrows span:hover:after{
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}


/* BACKGROUND AFTER TEAM */
.homepage_background4 {
		background: url('../../content/img/homepage_background_04.jpg') no-repeat center center; 
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover; 
		background-attachment: fixed; 
		padding: 250px 0;
		margin-bottom: 100px; }



/* ANPASSUNG GROSSE BILDSCHIRME */
@media screen and (min-width: 1300px) { .da-slider { height: 745px;} .da-slide .team06 {margin-top: 36em;} }
@media screen and (min-width: 1400px) { .da-slider { height: 805px;} .da-slide .team06 {margin-top: 39em;} }
@media screen and (min-width: 1500px) { .da-slider { height: 865px;} .da-slide .team06 {margin-top: 42em;} }
@media screen and (min-width: 1600px) { .da-slider { height: 920px;} .da-slide .team06 {margin-top: 45em;} }
@media screen and (min-width: 1700px) { .da-slider { height: 975px;} .da-slide .team06 {margin-top: 48em;} }
@media screen and (min-width: 1800px) { .da-slider { height: 1032px;} .da-slide .team06 {margin-top: 51em;} }
@media screen and (min-width: 1900px) { .da-slider { height: 1090px;} .da-slide .team06 {margin-top: 54em;} }
@media screen and (min-width: 2000px) { .da-slider { height: 1145px;} .da-slide .team06 {margin-top: 56em;} }
@media screen and (min-width: 2200px) { .da-slider { height: 1260px;} .da-slide .team06 {margin-top: 62em;} }
@media screen and (min-width: 2400px) { .da-slider { height: 1380px;} .da-slide .team06 {margin-top: 68em;} }
@media screen and (min-width: 2600px) { .da-slider { height: 1490px;} .da-slide .team06 {margin-top: 73em;} }


/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Class 1 , iPhone 2-4S 320 x 480 px,  Anpassungen Design 320 x 480 px */ 
/* 	-------------------------------------------------------------------------------------------------- */

@media 	screen and (device-width: 320px) and (device-height: 480px) and (orientation:portrait), /*HOCHFORMAT*/
		screen and (width: 320px) and (height: 480px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 320px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 1.5em; margin-top: 1em; }
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 320px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -16em; z-index: 20; }
			.da-arrows span					{ 	position: absoute; top: 5%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;}}
	
@media 	screen and (device-width: 320px) and (device-height: 480px) and (orientation:landscape), /*QUERFORMAT*/
		screen and (width: 480px) and (height: 320px) { 	
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 480px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 4.5em; margin-top: -2.5em;}
			.the_team .team_headline img 	{	width: 80%; height: auto; }
			.da-slider						{ 	margin-top: 0.5em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 480px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -13.5em; z-index: 20; }
			.da-arrows span					{ 	position: absolute; top: 12%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;} }
		
/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Class 2 , iPhone 5 320 x 568 px,  Anpassungen Design 320 x 568 px */ 
/* 	-------------------------------------------------------------------------------------------------- */
	
@media 	screen and (device-width: 320px) and (device-height: 568px) and (orientation:portrait), /*HOCHFORMAT*/
		screen and (width: 320px) and (height: 568px) { 	
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 320px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 1.5em; margin-top: 1em; }
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 320px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -16em; z-index: 20; }
			.da-arrows span					{ 	position: absoute; top: 5%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;}}				

@media 	screen and (device-width: 320px) and (device-height: 568px) and (orientation:landscape), /*QUERFORMAT*/
		screen and (width: 568px) and (height: 320px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 568px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 4.5em; margin-top: -2.5em;}
			.the_team .team_headline img 	{	width: 80%; height: auto; }
			.da-slider						{ 	margin-top: 0.5em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 568px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -10em; z-index: 20; }
			.da-arrows span					{ 	position: absolute; top: 12%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;} }	

/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Class 3 , iPhone 6 375 x 667 px,  Anpassungen Design 375 x 667 px */ 
/* 	-------------------------------------------------------------------------------------------------- */
	
@media 	screen and (device-width: 375px) and (device-height: 667px) and (orientation:portrait), /*HOCHFORMAT*/
		screen and (width: 375px) and (height: 667px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 375px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 1.5em; margin-top: 1em; }
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 375px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -16em; z-index: 20; }
			.da-arrows span					{ 	position: absoute; top: 5%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;}}	
		
@media 	screen and (device-width: 375px) and (device-height: 667px) and (orientation:landscape), /*QUERFORMAT*/
		screen and (width: 667px) and (height: 375px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 667px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 4.5em; margin-top: -2.5em;}
			.the_team .team_headline img 	{	width: 80%; height: auto; }
			.da-slider						{ 	margin-top: 0.5em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 667px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -8em; z-index: 20; }
			.da-arrows span					{ 	position: absolute; top: 12%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;} }	

/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Class 4 , iPhone 6Plus 414 x 736 px,  Anpassungen Design 414 x 736 px */ 
/* 	-------------------------------------------------------------------------------------------------- */
	
@media 	screen and (device-width: 414px) and (device-height: 736px) and (orientation:portrait), /*HOCHFORMAT*/
		screen and (width: 414px) and (height: 736px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 414px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 1.5em; margin-top: 1em; }
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; margin-bottom: 4em;}
			.da-slider						{ 	height: 500px; }
			.da-slide						{ 	position: absolute; width: 414px; height: 500px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -12em; z-index: 20; }
			.da-arrows span					{ 	position: absoute; top: 7%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;}}
		
@media 	screen and (device-width: 414px) and (device-height: 736px) and (orientation:landscape), /*QUERFORMAT*/
		screen and (width: 736px) and (height: 414px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 736px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 4.5em; margin-top: -2.5em;}
			.the_team .team_headline img 	{	width: 80%; height: auto; }
			.da-slider						{ 	margin-top: 0.5em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 736px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 60%; left: 40%; margin-top: -5em; z-index: 20; }
			.da-arrows span					{ 	position: absolute; top: 23%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;} }	
											
/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Class 5 , z. B. Samsung Galaxy S3 320x640,  Anpassungen Design 320 x 640 px */ 
/* 	-------------------------------------------------------------------------------------------------- */
	
@media 	screen and (device-width: 320px) and (device-height: 640px) and (orientation:portrait), /*HOCHFORMAT*/
		screen and (width: 320px) and (height: 640px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 320px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 1.5em; margin-top: 1em; }
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 320px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -16em; z-index: 20; }
			.da-arrows span					{ 	position: absoute; top: 5%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;}}
		
@media 	screen and (device-width: 320px) and (device-height: 640px) and (orientation:landscape), /*QUERFORMAT*/
		screen and (width: 640px) and (height: 320px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 640px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 4.5em; margin-top: -2.5em;}
			.the_team .team_headline img 	{	width: 80%; height: auto; }
			.da-slider						{ 	margin-top: 0.5em; }
			.da-slider						{ 	height: 640px; }
			.da-slide						{ 	position: absolute; width: 640px; height: 320px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: 2em; z-index: 20; }
			.da-arrows span					{ 	position: absolute; top: 14%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;} }

/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Class 6 , Samsung Galaxy S5, Sony xperia Z3 360x640,  Anpassungen Design 360 x 640 px */ 
/* 	-------------------------------------------------------------------------------------------------- */
	
@media 	screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait), /*HOCHFORMAT*/
		screen and (width: 360px) and (height: 640px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 360px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 1.5em; margin-top: 1em; }
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 360px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -16em; z-index: 20; }
			.da-arrows span					{ 	position: absoute; top: 7%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;}}
			
@media 	screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape), /*QUERFORMAT*/
		screen and (width: 640px) and (height: 360px) { 
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 640px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 4.5em; margin-top: -2.5em;}
			.the_team .team_headline img 	{	width: 80%; height: auto; }
			.da-slider						{ 	margin-top: 0.5em; }
			.da-slider						{ 	height: 640px; }
			.da-slide						{ 	position: absolute; width: 640px; height: 320px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: 2em; z-index: 20; }
			.da-arrows span					{ 	position: absolute; top: 14%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;} }

/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Class 7 , Samsung Galaxy S2, ASUS WIN-PHONE 320 x 533 px,  Anpassungen Design 320 x 533 px */ 
/* 	-------------------------------------------------------------------------------------------------- */
	
@media 	screen and (device-width: 320px) and (device-height: 533px) and (orientation:portrait), /*HOCHFORMAT*/
		screen and (width: 320px) and (height: 533px) { 											
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 320px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 1.5em; margin-top: 1em; }
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 320px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -16em; z-index: 20; }
			.da-arrows span					{ 	position: absoute; top: 5%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;}}
			
@media 	screen and (device-width: 320px) and (device-height: 533px) and (orientation:landscape), /*QUERFORMAT*/
		screen and (width: 533px) and (height: 320px) { 	
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 533px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 4.5em; margin-top: -2.5em;}
			.the_team .team_headline img 	{	width: 80%; height: auto; }
			.da-slider						{ 	margin-top: 0.5em; }
			.da-slider						{ 	height: 640px; }
			.da-slide						{ 	position: absolute; width: 533px; height: 320px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -3em; z-index: 20; }
			.da-arrows span					{ 	position: absolute; top: 12%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;} }	

/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Class 8 , Blackberry 8300 320 x 240 px,  Anpassungen Design 320 x 533 px */ 
/* 	-------------------------------------------------------------------------------------------------- */
	
@media 	screen and (device-width: 320px) and (device-height: 240px) and (orientation:portrait), /*HOCHFORMAT*/
		screen and (width: 320px) and (height: 240px) { 						
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 320px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 1.5em; margin-top: 1em; }
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; }
			.da-slider						{ 	height: 350px; }
			.da-slide						{ 	position: absolute; width: 320px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -16em; z-index: 20; }
			.da-arrows span					{ 	position: absoute; top: 5%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;}}
			
@media 	screen and (device-width: 320px) and (device-height: 240px) and (orientation:landscape), /*QUERFORMAT*/
		screen and (width: 240px) and (height: 320px) { 		
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 240px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 4.5em; margin-top: -2.5em; padding-right: 0em;}
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; }
			.da-slider						{ 	height: 400px; }
			.da-slide						{ 	position: absolute; width: 240px; height: 320px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -8em; z-index: 20; }
			.da-arrows span					{ 	position: absolute; top: 1%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;} }	

/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Class 9 , iPad 1024x768,  Anpassungen Design 1024 x 768 px */ 
/* 	-------------------------------------------------------------------------------------------------- */

@media 	screen and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait), /*HOCHFORMAT*/
		screen and (width: 768px) and (height: 1024px) { 	
			.da-slider{ margin-top: 10em; }
			.da-arrows span{ top: 20%; }
			.da-slide .team06{ margin-top: 26em; width: 60%; left: 40%;}
			.da-slide .team03{ width: 22%; left: 39%; }
			.the_team .team_headline { padding: 2em 7em 2em; }
			.homepage_background4 {
						background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
						-webkit-background-size: cover; 
						-moz-background-size: cover; 
						-o-background-size: cover; 
						background-size: cover; 
						background-attachment: fixed;
						padding: 250px 0;
						margin-bottom: 100px;}}

@media 	screen and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape), /*QUERFORMAT*/
		screen and (width: 1024px) and (height: 768px) { 	
			.da-slider{ margin-top: 2em; }
			.da-arrows span{ top: 25%; }
			.da-slide .team06{ margin-top: 29em; }
			.the_team .team_headline { padding: 2em 8em 4em; }
			.homepage_background4 {
						background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
						-webkit-background-size: cover; 
						-moz-background-size: cover; 
						-o-background-size: cover; 
						background-size: cover; 
						background-attachment: fixed;
						padding: 250px 0;
						margin-bottom: 100px;}}

/* 	-------------------------------------------------------------------------------------------------- */
/*	Design Anpassung , Fucking-Android-Bug */ 
/* 	-------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1080px) and (-webkit-device-pixel-ratio:3) and (orientation : portrait) {
			.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 360px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 1.5em; margin-top: 1em; }
			.the_team .team_headline img 	{	width: 70%; height: auto; }
			.da-slider						{ 	margin-top: 4em; }
			.da-slider						{ 	height: 480px; }
			.da-slide						{ 	position: absolute; width: 360px; height: 480px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: -16em; z-index: 20; }
			.da-arrows span					{ 	position: absoute; top: 7%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;}}
			
@media only screen and (max-width: 1920px) and (-webkit-device-pixel-ratio:3) and (orientation : landscape) {
						.the_team 						{ 	margin-top: 0em; padding: 2em 0em 0em; max-width: 640px; margin-right: auto; margin-left: auto; }
			.the_team .team_headline 		{ 	padding-left: 4.5em; margin-top: -2.5em;}
			.the_team .team_headline img 	{	width: 80%; height: auto; }
			.da-slider						{ 	margin-top: 0.5em; }
			.da-slider						{ 	height: 640px; }
			.da-slide						{ 	position: absolute; width: 640px; height: 320px; margin-left: 0px; top: 0px; left: 0px; text-align: left; }
			.da-slide .team06					{ 	width: 80%; left: 20%; margin-top: 2em; z-index: 20; }
			.da-arrows span					{ 	position: absolute; top: 14%; height: 94px; width: 38px; cursor: pointer; z-index: 2000; opacity: 1; }
			.homepage_background4 			{	background: url('../../content/img/homepage_background_04.jpg') no-repeat center left; 
												-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; 
												background-size: cover; background-attachment: fixed; padding: 100px 0; margin-bottom: 50px;} }
