.ContentLinkGallery .lizenzData {
		position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
	background: rgba(0,0,0, .3);
	border-radius: 50px;
	padding: 0 10px;
	color: #fff;
}
.ContentLinkGallery .lizenzData a {
	color: #fff;
}
.ContentLinkGallery .item {
	box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .4);
	background: #bcbdbf;
	margin-right: 2%;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
}
.ContentLinkGallery .item h3 {
	color: #fff;
	font-size: 20px;
}
.ContentLinkGallery .item .image {
	padding: 20px 50px;
	border-radius: 4px 4px 0 0;
	background: #fff;
	position: relative;
}
.ContentLinkGallery .item .image img {
	max-width: 100%;
	margin: auto;
}
.ContentLinkGallery .item .text {
	padding: 10px 50px;
	background: #bcbdbf;
	color: #fff;
	border-radius: 0 0 4px 4px;
	text-align: center;
}
.ContentLinkGallery .item .text ul:not([type]) li:after {content: none;}
.ContentLinkGallery .item .text ul:not([type]) li:before {background: #fff;}
.ContentLinkGallery .item .text ul {margin-bottom: 0; padding-bottom: 0; text-align: left;}

@media all and (min-width: 700px) and (max-width: 900px) {
	.ContentLinkGallery .item {width: 49%;}
	.ContentLinkGallery .item:nth-of-type(2n+2) {margin-right: 0;}
}
@media all and (min-width: 900px) and (max-width: 1100px) {
	.ContentLinkGallery .item {width: 32%;}
	.ContentLinkGallery .item:nth-of-type(3n+3) {margin-right: 0;}
}
@media all and (min-width: 1100px) {
	.ContentLinkGallery .item {width: 23.5%;}
	.ContentLinkGallery .item:nth-of-type(4n+4) {margin-right: 0;}
}
@media all and (max-width: 700px) {.ContentLinkGallery .item {margin-right: 0;}}