/* sizable background image */
/*body{
	background: url(../images/hintergrund_4.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-o-background-size:      cover;
	background-size:         cover;
}
*/

.zoomPic {
	margin: 0px;
	width:  100%;
	height: 100%;
/*  background-color: blue;*/
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	
/*	position: 50% 50%;*/
/*	background-size: 100% 100%;*/
	
	-webkit-transition: all 2.5s ease-in-out;
	   -moz-transition: all 2.5s ease-in-out;
	    -ms-transition: all 2.5s ease-in-out;
	     -o-transition: all 2.5s ease-in-out;
	        transition: all 2.5s ease-in-out;
	
	position: fixed; 
	z-index:-4;
}

.zoomPic.zoom {
/*	width: 80% 110% !important;*/
/*	-webkit-transform:  scale(1.03);
	    -moz-transform: scale(1.03);
	    -ms-transform:  scale(1.03);
	        transform:  scale(1.03);*/
/*	transform: scale(1.1) !important;*/
}