/* 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;
}
*/

.zoom-wrap{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.zoomPic {
	margin: 0px;
	width:  100%;
	height: 100%;
/*  background-color: blue;*/
	background-image: url(../images/hintergrund_4.jpg);
	background-position: center center;
	-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 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
	    -ms-transition: all 1.5s ease-in-out;
	     -o-transition: all 1.5s ease-in-out;
	        transition: all 1.5s ease-in-out;
	
	z-index:-4;
}

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