.bigTiles .tileimagecontainer {
	height: 225px;
	width: 100%;
	overflow: hidden;
}

.smallTiles .tileimagecontainer {
	height: 198px;
	width: 100%;
	overflow: hidden;
}

.newsinhalt p.h-font {
	font-size: 1.2rem !important;
}

.tileimagecontainer.fixOnHeight figure {
	height: 100%;
}

.tileimagecontainer.fixOnHeight picture img {
	height: 100%;
	object-fit: cover;
}

.tileimagecontainer.fixOnWidth picture img {
	width: 100%;
}

.tilebackground .newsbox i.fa.fa-info.bildinfo {
	margin-top: -20px;
}

@media (max-width:1199px) {
	.bigTiles .tileimagecontainer {
		height: 183px;
	}

	.smallTiles .tileimagecontainer {
		height: 158px;
	}
}

@media (max-width:991px) {
	.bigTiles .tileimagecontainer {
		height: 137px;
	}

	.smallTiles .tileimagecontainer {
		height: 200px;
	}
}

@media (max-width:767px) {
	.bigTiles .tileimagecontainer {
		height: 200px;
	}

	.smallTiles .tileimagecontainer {
		height: 200px;
	}
}