/*

### Dies sind zusätzliche Styles welche vom System so zum Teil nicht abgedeckt sind. Um einen Konflikt oder eine Kollision mit bereits verwendeten und greifenden Styles zu umgehen, sind die Selektoren sehr spezifisch und beinhalten ggf. Redundanzen.

### These are additional styles, some of which are not covered by the system. In order to avoid a conflict or collision with styles that are already in use, the selectors are very specific and may contain redundancies.
*/

.kunstEcke img {
	width: 100%;
	height: auto;
}

.kunstEcke .headImg img {
	max-height: 450px;
	object-fit: cover;
	object-position: 50% 50%;
}

.kunstEcke .ce_image {
    max-width: 110rem;
    margin: 0 auto;
}

.kunstEcke .mod_article > .ce_image {
    margin: 0 auto;
    padding: 2rem;
}

.kunstEcke .ce_gallery {
	max-width: 110rem;
	padding: 3rem 2rem;
}

.kunstEcke #colorbox button {
	min-width: inherit!important;
}

.teaserKunstecke .button-container {
	display: block;
	float: left;
}

.teaserKunstecke .button-container:nth-of-type(2) {
	margin-left: 240px;
	margin-top: -63px;
}

.teaserKunstecke .button-container:nth-of-type(2):before {
	content: 'Version francaise';
	margin-left: 30px;
}