/*zusätzliche formatierung für orgon-love*/

#beschreibung {
	max-width: 1200px;
	margin: 1.5em auto;
	padding:0em;
	font-size: 1.2em;
	line-height: 1.3em;
	background-color:#e7dad7;
	border-top:1px solid #001eff;
	border-bottom:1px solid #001eff;
}

.galerie {
	max-width: 1200px;
	margin: 1.5em auto;
	padding:0em;
}

figure{
	position:inline-block;
	overflow:hidden;
	float:left;
    height: 330px;
    width: 260px;
	margin: 10px 10px 20px 10px;
	padding: 9px;
	background-color: #ffffff;
	
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	
	transition: all 0.25s ease-in;
}

figure img {
	width: 100%;
	height: auto;
}

figcaption {
	font-size: 0.7em;
}

figure:hover {
	-webkit-transform: scale(2);
	/* für Safari, Android */
	
	-moz-transform: scale(2);
	
	-ms-transform: scale(2);
	/* für IE9 */
	
	-o-transform: scale(2);
	
	transform: scale(2);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
	z-index: 2;
}

figure:nth-child(5n):hover {
	-webkit-transform: scale(2) rotate(2deg);
    -moz-transform: scale(2) rotate(2deg);
    -ms-transform: scale(2)rotate(2deg);
    -o-transform: scale(2)rotate(2deg);
    transform: scale(2)rotate(2deg);
}

figure:nth-child(3n-2):hover {
	-webkit-transform: scale(2) rotate(-2.5deg);
    -moz-transform: scale(2) rotate(-2.5deg);
    -ms-transform: scale(2)rotate(-2.5deg);
    -o-transform: scale(2)rotate(-2.5deg));
    transform: scale(2)rotate(-2.5deg);
}
