/* CSS Document */
.contentDisplay  {
	--font-color: var(--font-color-dark, #444);
	--element-radius: var(--border-radius, 10px);
	--button-radius: var(--border-radius-small, 5px);
}

.contentDisplay { position: relative; }

.contentDisplay .contentBody img,
.contentDisplay .title img,
.contentDisplay .subTitle img { display: inline-block; }

.contentDisplay .red { color: #d10019; }

.contentDisplay iframe { max-width: 100%; }


@media all and (max-width: 1000px) {
	.contentSubContent .contentDisplay { display: flex; align-items: stretch; justify-content: space-between; gap: 0; }
	.contentSubContent .contentMainGallery { float: none; max-width: none; order: 1; margin-left: initial; }
	/* kein Float Clearer */
	.contentSubContent .contentDisplay.ClearFloat::after, .contentSubContent .contentDisplay .clearBoth.cfx  { display: none; }
}