	/*Animationen
	* --------------------------------------- */
	#section1 .intro{
			left: -130%;
			position:relative;
      		transition: all 800ms ease;
	}
	
	
	body.fp-viewing-Augentropfen #section1 .intro{
       left: 0%;
    }
	
	
	
	#section2 .intro{
			bottom: -250px;
			position:relative;
      		transition: all 2000ms ease;
	}
	
	
	body.fp-viewing-Rabatt #section2 .intro{
       bottom: 0px;
    }
	
	
	
	
	#section4 .seite{
			left: 130%;
			position:relative;
      		transition: all 2000ms ease;
	}
	
	
	body.fp-viewing-Eigenschaften #section4 .seite{
       left: 0%;
    }
	
	
	
	#section6 .intro{
			right: -150px;
			position:relative;
      		transition: all 2000ms ease;
	}
	
	
	body.fp-viewing-Komfortzone #section6 .intro{
       right: 0px;
    }
	
	#section7 .seite{
			bottom: -1000px;
			position:relative;
      		transition: all 1600ms ease;
	}
	
	
	body.fp-viewing-Impressum #section7 .seite{
       bottom: 0px;
    }
	
	