@charset "UTF-8";
/* CSS Document */


.biofleisch-text-2 img {
	width: 49%;
	height: auto;
	margin-top: 0.3em;
	margin-right: 1%;
	float: left;
	box-shadow: 0px 8px 8px 0px #555;
	}
	.biofleisch-text-2 img:hover {
	transform: scale(2.9) translate(12%) rotate(-5deg);
	-webkit-transform: scale(2.9) translate(12%) rotate(-5deg);
	-moz-transform: scale(2.9) translate(12%) rotate(-5deg);
	-ms-transform: scale(2.9) translate(12%) rotate(-5deg);
	-o-transform: scale(2.9) translate(12%) rotate(-5deg);
	
	transition: all 0.5s ease-in-out .5s;
	-webkit-transition: all 0.5s ease-in-out .5s;
	-moz-transition: all 0.5s ease-in-out .5s;
	-ms-transition: all 0.5s ease-in-out .5s;
	-o-transition: all 0.5s ease-in-out .5s;
	}

@media only screen and (min-width:1024px) {						
	.biofleisch-text-2 img {
	width: 24%;
	height: auto;
	margin-top: 0.5em;
	margin-right: 1%;
	}
}


