a:hover .cb-linkbox-wrap .cb-linkbox-text {
	color: #000;
	background: #eee;
}

.cb-linkbox-wrap .cb-linkbox-bild img {
	width: 100%;
	height: auto;
}

.cb-linkbox-wrap .cb-linkbox-bild img:hover {
	filter: blur(2px);
}

.cb-linkbox-wrap .cb-linkbox-text {
	background: rgb(0, 0, 0, 0.8);
	padding: 10px;
}

a .cb-linkbox-wrap .cb-linkbox-text {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.cb-linkbox-text {
	bottom: 0;
	text-align: center;
	width: 100%;
}

@media (max-width: 991.98px) {}

@media (max-width: 575.98px) {
	.cb-infobox-wrap {
		background: #333 !important;
		color: #fff;
		height: auto !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}