@media all {
	.trennlinie {
		border-bottom: 1px solid #006651;
	}

	.tileimagecontainer {
		height: 175px !important;
	}

	img.object-fit-cover.fixed-sizes {
		object-fit: cover !important;
		width: 100% !important;
		height: 200px !important;
	}

	body:not(.accessible) .copyright-distance {
		margin-bottom: 30px;
	}

	body.accessible .copyright-distance {
		margin-bottom: 30px;
	}

	.margin-bottom-30 {
		margin-bottom: 30px;
	}
}

@media all and (max-width: 992px) {
	img.object-fit-cover.fixed-sizes {
		width: auto !important;
	}

	.position-relativ.image-outline.copyright-distance {
		width: min-content;
		margin: auto;
	}
}

@media all and (max-width: 767px) {
	.endOfArticle {
		right: 0;
	}
}