*{
	margin:0;
	padding:0;
}
/*
@keyframes ani{
	0%{background-position: 2369px 0;} 
	50%{transform: scale(1.05);}
	100%{background-position: 0vw 0;}
}
*/

@keyframes ani{
	0%{background-position: 9476px 0;} /* scrollbars suck */
	20%{transform: scale(1.05); background-position: 7484px 0;}
	40%{background-position: 5238px 0;}
	50%{transform: scale(1.5);}
	60%{background-position: 4338px 0;}
	75%{transform: scale(1.05);background-position: 2284px 0;}
	100%{background-position: 0px 0;}
}
.move{
	background:url(http://schielo.at/girlrow.webp) repeat-x 0 / 200% auto;
	height:1124px; /* this value is not important, just not zero */
	animation: ani 60s linear infinite ;
	
	background-size: 2369px 1024px;
}


@keyframes ani2{
	0%{background-position: 1677px 0;} /* scrollbars suck */

	50%{transform: scale(1.1);}

	100%{background-position: 0px 0;}
}

@keyframes anitop{
	0%{background-position: 1184px 0;} /* scrollbars suck */

	50%{transform: scale(1.2);}

	100%{background-position: 0px 0;}
}

.movelake-one{
	background:url(http://schielo.at/Lakepano.webp) repeat-x 0 / 100% auto;
	height:512px; /* this value is not important, just not zero */
	animation: ani2 10s linear infinite ;
	
	background-size: 1677px 512px;
}

.movewindowtop {

    height: 1024px;
    overflow: hidden;
	
	    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: white;

    border-top-style: solid;
	 border-bottom-style: solid;

}

/*
@media only screen and (max-width: 786px) {
	
	@keyframes ani{
	0%{background-position: 300.0vw 0;}
	100%{background-position: 0vw 0;}
}
.move{
	background:url(http://schielo.at/classics/Anrow63.webp) repeat-x 0 / 300% auto;
	height:250px;
	animation: ani 10s linear infinite ;
}
	
}
*/
.movelake-one{
	background:url(http://schielo.at/Lakepano.webp) repeat-x 0 / 100% auto;
	height:512px; /* this value is not important, just not zero */
	animation: ani2 10s linear infinite ;
	
	background-size: 1677px 512px;
}
.movewindowtop {

    height: 1024px;
    overflow: hidden;

}


@media only screen and (max-width: 786px) {
	
	@keyframes ani{
	0%{background-position: 838px 0;}
	50%{transform: scale(1.05);}
	100%{background-position: 0vw 0;}
	}
.move{
	background:url(http://schielo.at/girlrow.webp) repeat-x 0 / 300% auto;
	height:550px;
	background-size: 1184px 550px;
	animation: anitop 10s linear infinite ;
}
	
.movelake-one{
	
	height:256px; /* this value is not important, just not zero */
	background:url(http://schielo.at/Lakepano.webp) repeat-x 0 / 300% auto;
	
	background-size: 838px 256px;
	animation: ani 10s linear infinite ;
	}
	
	
	
.movewindowtop {

    height: 512px;
    overflow: hidden;

}
	
	
}





	
