img.Bilder100-1-3ani {
	max-width: 99%;
	height: auto;
	/* box-shadow: 5px 2px 20px 0px #999;*/
	border-radius:1px;
}
.imageBox {
	position: relative;
	width: 100%; height:auto;
	float: left;
	overflow: hidden;
	margin-right: 0px;	
}


.figure {
	position: absolute;
	bottom: 10px; left: 0;
	padding-left: 20px;
	margin: 50px;
	background: white;
}

/* transition slideIn */

.imageBox .tr-slideIn {
	bottom: -250px;
	width: 100%; min-height: 200px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.7;	
	background:white;
	color: black;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.imageBox:hover .tr-slideIn {
	bottom: 0px;
}
