@charset "utf-8";
/* Collage_Index CSS Document */

#position1 {
	position: absolute;
	width: 168px;
	top: 356px;
	bottom: 0;
	left: 245px;
	right: 0;
	z-index: 400;
	height: 205px;
}
#position2 {
	position: absolute;
	width: 200px;
	top: 422px;
	bottom: 0;
	left: 319px;
	right: 0;
	z-index: 350;
	height: 277px;
}
#position3 {
	position: absolute;
	width: 300px;
	top: 457px;
	bottom: 0;
	left: 79px;
	right: 0;
	z-index: 300;
	height: 279px;
}
#position4 {
	position: absolute;
	width: 200px;
	top: 236px;
	bottom: 0;
	left: 330px;
	right: 0;
	z-index: 250;
	height: 266px;
}
#position5 {
	position: absolute;
	width: 200px;
	top: 271px;
	bottom: 0;
	left: 70px;
	right: 0;
	z-index: 200;
	height: 240px;
}
#position6 {
	position: absolute;
	width: 200px;
	top: 196px;
	bottom: 0;
	left: 213px;
	right: 0;
	z-index: 100;
	height: 260px;
}
.zoombox {
	width: 20%
	padding: 0;
	transition: all 250ms ease-in-out 0s; /* Kurzschreibweise (siehe animation) */
}
.zoombox:hover {
	transform: scale(1.6); /*rotate(360deg);*/
	z-index: 1000; /* Überlappung verhindern */
}
