#divProduktKategorien a.produkt-link.cover-hover {
	z-index: 15;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	border:0;
	background-color: transparent;
	transition: .2s all;
}

#divProduktKategorien a.produkt-link.cover-hover:hover {
	background-color: rgba(255,255,255,0.4);
}

#divProduktKategorien .kategorie.smart-home-produkt {
	position: relative;
}