body {
	background: #f9f9f9;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	height: 1864px;	
	overflow: hidden;
}

/*__________________NAVI________________*/

.navi {
	position: relative;
	margin: 0 auto;
	height: 105px;	
	width: 1024px;
	z-index: 6;
}

ul {
	position: fixed;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	font-size: 18px;
}

#white {
	position: fixed;
   	width: 100%; 
    height: 105px; 
    background: #f9f9f9;
    box-shadow: 0px -4px 15px #666;
    z-index: 6; 
}

#navi_video {
	position: absolute;
	color: #53baa9;
	left: 0px;
	top: 45px;
	cursor: pointer;
}

#navi_video:hover {
	color: #c6c6c6;
}

#navi_rabatt {
	position: absolute;
	color: #53baa9;
	left: 135px;
	top: 45px;
	cursor: pointer;
}

#navi_rabatt:hover {
	color: #c6c6c6;
}

#navi_partner {
	position: absolute;
	color: #53baa9;
	left: 355px;
	top: 45px;
	cursor: pointer;
}

#navi_partner:hover {
	color: #c6c6c6;
}

#navi_overview {
	position: absolute;
	color: #53baa9;
	left: 519px;
	top: 45px;
	cursor: pointer;
}

#navi_overview:hover {
	color: #c6c6c6;
}

#navi_features {
	position: absolute;
	color: #53baa9;
	left: 702px;
	top: 45px;
	cursor: pointer;
}

#navi_features:hover {
	color: #c6c6c6;
}

#navi_contact {
	position: absolute;
	color: white;
	left: 876px;
	top: 45px;
	cursor: pointer;
}

#contact_green {
	position: absolute;
   	width: 86px; 
    height: 21px;
    left: 874px;
    top: 43px; 
    background: #53baa9;
}

#contact_green.active {
	background: #c6c6c6;
}

#trapez {
	position: absolute;	
   	top: 97px;
   	left: 515px; 
   	width: 2200px;
   	border-bottom: 8px solid #53baa9;
   	border-left: 6px solid transparent;
   	border-right: 0px solid transparent;

   	transition-property: left;
    transition-duration: 0.5s;
}

/*#trapez.active0 {
    left: 0px;
}

#trapez.active1 {
    left: 130px;
}

#trapez.active2 {
    left: 350px;
}

#trapez.active3 {
    left: 515px;
}*/

#trapez.active4 {
    left: 697px;
}

#trapez.active5 {
    left: 867px;
}

/*__________________VIDEO________________*/

.green_op {
	position: fixed;
	background: #6aa097;
	top: -50px;
	width: 7000px;
	margin-left: -2500px;
	height: 2000px;
	opacity: 0.9;
	z-index: 2;
}

/*__________________HEADER________________*/

.header {
	position: relative;
	margin: 0 auto;
	top: -567px;	
	width: 1024px;
}

.header_image {
	position: absolute;
	background: url(jogger.jpg) no-repeat center 97px fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	top: 50px;
	height: 920px;
	width: 100%;
	z-index: 2;
	opacity: 1;
}

.play_button {
	position: absolute;
	left: 73px;
	top: 0px;
	width: 115px;
	opacity: 1;
	z-index: 3;
}

.play_button2 {
	position: absolute;
	left: 73px;
	top: 0px;
	width: 115px;
	opacity: 0;
	z-index: 3;
}

#rec_green {
	position: absolute;	
   	top: 280px;
   	left: 50px; 
   	width: 380px;
   	height: 82px;
   	background: #53baa9;
   	z-index: 4;	
}

#trapez2 {
	position: absolute;	
   	top: 280px;
   	left: 50px; 
   	width: 380px;
   	z-index: 4;
   	border-bottom: 82px solid #53baa9;
   	border-left: 30px solid transparent;
   	border-right: 0px solid transparent;

   	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

p {
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
    font-size: 17px;
    line-height: 150%;
	color: white;
	z-index: 4;
}

.header_text {
	width: 510px;
	top: 380px;
    left: 50px;
}

h1{
    position: absolute;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700; 
    top: 290px;
    left: 66px;
    font-size: 60px;
    width: 570px;
    color: white;
    z-index: 4;
}

/*__________________HEADER+SWITCH________________*/

.switch {
    position: absolute;
	top: 290px;
    left: 365px;
    width: 300px;
    height: 64px;
    overflow: hidden;
}

.runfor_switch {
	position: absolute;
    opacity: 1;
    left: 130px;
    top: -70px;
}

.switch > ul{
    position: absolute;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700; 
    font-size: 60px;
    width: 570px;
    height: 64px;
    color: white;
    font-style: italic;
    list-style: none;
    z-index: 4;
}

/*__________________RABATTE________________*/

.rabatte {
	position: relative;
	margin: 0 auto;
	top: 0px;
	height: 825px;	
	width: 1024px;
}

.green_rabatte {
	position: relative;
	background: #53baa9;
	top: 0px;
	width: 5000px;
	margin-left: -2500px;
	height: 825px;
	z-index: 2;
}

.rabatt_image {
	position: absolute;
	left: 1px;
	top: 65px;
	width: 500px;
	z-index: 4;
}

.rabatte_text {
	position: absolute;
	left: 78px;
	top: 135px;
	z-index: 4;
}

.rabatte_text > h6, .rabatte_text > h7, .rabatte_text > .features_text {
	color: white;
}

.rabatte_text > h7 {
	width: 300px;
}

.rabatte_text > .line5 {
	background: white;
}

/*__________________PARTNER________________*/

.partner_white {
	position: relative;
	top: 0px;
	width: 5000px;
	margin-left: -2500px;
    height: 425px; 
    background: #f9f9f9;
    z-index: 2; 
}

.partner {
	position: relative;
	margin: 0 auto;
	top: 0px;
	height: 425px;	
	width: 1024px;
}

.partner_text {
	position: absolute;
	left: 338px;
	top: 30px;
	z-index: 4;
}

.partner_text > h4 {
	left: 78px;
	top: 65px;
	width: 200px;
	color: #141414;
}

.partner_text > .line3 {
	left: 154px;
	top: 105px;
	background: #141414;
}

.intersport_logo{
	position: absolute;
	left: 35px;
	top: 212px;
	width: 200px;
	z-index: 4;
}

.linda_logo{
	position: absolute;
	left: 362px;
	top: 208px;
	width: 298px;
	z-index: 4;
}

.edeka_logo{
	position: absolute;
	left: 789px;
	top: 241px;
	width: 200px;
	z-index: 4;
}

/*__________________FEATURES________________*/

.green {
	position: relative;
	background: #53baa9;
	top: 0px;
	width: 5000px;
	margin-left: -2500px;
	height: 425px;
	z-index: 2;
}

.feature {
	position: relative;
	margin: 0 auto;
	top: 0px;
	height: 425px;	
	width: 1024px;
}

.features_small {
	position: absolute;
	margin: 0 auto;
	top: 0px;
	left: -120px;
	height: 425px;	
	width: 1024px;
}

.music_image {
	position: absolute;
	left: 98px;
	top: 65px;
	width: 115px;
	z-index: 4;
}

.tracker_image {
	position: absolute;
	left: 336px;
	top: 65px;
	width: 115px;
	z-index: 4;
}

.route_image {
	position: absolute;
	left: 574px;
	top: 65px;
	width: 115px;
	z-index: 4;
}

.community_image {
	position: absolute;
	left: 812px;
	top: 65px;
	width: 115px;
	z-index: 4;
}

h2 {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400; 
    top: 199px;
    left: 120px;
    font-size: 24px;
    color: white;
    z-index: 4;
}

h3 {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400; 
    top: 199px;
    left: 301px;
    font-size: 24px;
    color: white;
    z-index: 4;
}

h4 {
	position: absolute;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400; 
    top: 199px;
    left: 583px;
    font-size: 24px;
    color: white;
    z-index: 4;
}

h5 {
	position: absolute;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400; 
    top: 199px;
    left: 786px;
    font-size: 24px;
    color: white;
    z-index: 4;
}

.line1 {
	position: absolute;
	background: white;
	left: 136px;
	top: 240px;
	height: 3px;
	width: 36px;
	z-index: 4;
}

.line2 {
	position: absolute;
	background: white;
	left: 375px;
	top: 240px;
	height: 3px;
	width: 36px;
	z-index: 4;
}

.line3 {
	position: absolute;
	background: white;
	left: 613px;
	top: 240px;
	height: 3px;
	width: 36px;
	z-index: 4;
}

.line4 {
	position: absolute;
	background: white;
	left: 851px;
	top: 240px;
	height: 3px;
	width: 36px;
	z-index: 4;
}

.music_text {
	position: absolute;
	left: 73px;
	top: 256px;
	width: 181px;
	text-align: center;
	z-index: 4;
}

.tracker_text {
	position: absolute;
	left: 313px;
	top: 256px;
	width: 176px;
	text-align: center;
	z-index: 4;
}

.route_text {
	position: absolute;
	left: 551px;
	top: 256px;
	width: 167px;
	text-align: center;
	z-index: 4;
}

.community_text {
	position: absolute;
	left: 794px;
	top: 256px;
	width: 162px;
	text-align: center;
	z-index: 4;
}

/*__________________SCREENS________________*/

#white2 {
	position: relative;
	top: 0px;
	width: 5000px;
	margin-left: -2500px;
    height: 711px; 
    background: #f9f9f9;
    z-index: 2; 
}

.screens {
	position: relative;
	margin: 0 auto;
	top: 0px;
	height: 461px;	
	width: 1024px;
}

.all_screens {
	position: absolute;
	margin: 0 auto;
	top: 0px;
	height: 711px;	
	width: 1024px;
	overflow: hidden;
}

.screen_text {
	position: absolute;
	top: 70px;
}

.circle_back1 {
	position: absolute;
	left: 0px;
	top: 338px;
	width: 46px;
  	height: 46px;
  	border-radius: 50%;
  	background-color: #f9f9f9;
  	z-index: 4;
}

.circle_back2 {
	position: absolute;
	left: 977px;
	top: 338px;
	width: 46px;
  	height: 46px;
  	border-radius: 50%;
  	background-color: #f9f9f9;
  	z-index: 4;
}

.screen1 {
	position: absolute;
	left: -9px;
	top: 0px;
	z-index: 3;
}

.screen2 {
	position: absolute;
	left: 911px;
	top: 0px;
	z-index: 3;
}

.screen3 {
	position: absolute;
	left: 911px;
	top: 0px;
	z-index: 3;
}

.screen4 {
	position: absolute;
	left: 911px;
	top: 0px;
	z-index: 3;
}

.image_screen1 {
	position: absolute;
	left: 130px;
	top: 65px;
	width: 290px;
	z-index: 3;
}

h6{
    position: absolute;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700; 
    top: 45px;
    left: 479px;
    font-size: 60px;
    width: 570px;
    color: #141414;
    z-index: 3;
}

h7{
	position: absolute;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;  
    top: 150px;
    left: 479px;
    width: 300px;
    font-size: 24px;
    color: #141414;
    z-index: 3;
}

.line5 {
	position: absolute;
	background: #141414;
	left: 444px;
	top: 184px;
	height: 3px;
	width: 36px;
	z-index: 3;
}

.features_text {
	position: absolute;
	left: 479px;
	top: 194px;
	width: 379px;
    color: #141414;
	z-index: 3;
}

.circle1 {
	position: absolute;
	left: 486px;
	top: 690px;
	width: 11px;
  	height: 11px;
  	border-radius: 50%;
  	background-color: #53baa9;
  	z-index: 3;
}

.circle1.active, .circle2.active, .circle3.active, .circle4.active {
	background-color: #c6c6c6;
}

.circle2 {
	position: absolute;
	left: 507px;
	top: 690px;
	width: 11px;
  	height: 11px;
  	border-radius: 50%;
  	background-color: #53baa9;
  	z-index: 3;
}

.circle3 {
	position: absolute;
	left: 528px;
	top: 690px;
	width: 11px;
  	height: 11px;
  	border-radius: 50%;
  	background-color: #53baa9;
  	z-index: 3;
}

.circle4 {
	position: absolute;
	left: 533px;
	top: 690px;
	width: 11px;
  	height: 11px;
  	border-radius: 50%;
  	background-color: #53baa9;
  	z-index: 3;
	display: none;
}

/*__________________CONTACT________________*/

#white3 {
	position: relative;
	top: 0px;
	width: 5000px;
	margin-left: -2500px;
    height: 58px; 
    background: #53baa9;
    z-index: 2; 
}

.contact {
	position: relative;
	margin: 0 auto;
	top: 250px;
	height: 58px;	
	width: 1024px;
}

h9 {
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
    top: 21px;
    left: 418px;
    font-size: 17px;
    color: white;
    opacity: 0.7;
    z-index: 4;
}

h10 {
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
    top: 21px;
    right: 3%;
    font-size: 17px;
    color: white;
    z-index: 4;
}

h10:hover {
	color: #141414;
}