.abfallart-container{
	width:100%;
	/*border:solid 1px #888;*/
	border-top-right-radius:30px;
	border-bottom-left-radius:30px;
	text-align:center;
	overflow:hidden;
}

.abfallart-container h3{
	color:white;
}

.abfallart-container p{
	color:white;
}


.abfallart-container img{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	/*border-bottom:solid 1px #888;*/
	width:100%;
	height:250px;
	background-image:cover;
	overflow:hidden;
}

.abfallart-container:hover{
	animation:zoom 0.5s linear forwards;;
}

@keyframes zoom{
	0%{
		transform:scale(1);
	}
	100%{
		transform:scale(1.05);
	}
}

.btn-abfallart-container{
		/*border-top:solid 1px black;*/
		height:50px;
		font-size:20px;
		background-color:black;
		color:white;
}

.btn-abfallart-container img{
	height:25px;
}
