:root {
	--fontSizeI: 14px;
	--fontSizeII: 28px;
}
@media only screen and (max-width: 1120px) {
	:root {
		--fontSizeI: 35px;
		--fontSizeII: 51px;
	}
}



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}



html {
	background-color: #ccc;
}



body {
	margin: 0 auto;
	background-color: white;
	width: 1100px;
	min-height: 110vh; /* Scrollbars immer erzwungen gegen Linksrechtsruckeln */
}
@media only screen and (max-width: 1120px) {
	body {
		width: 1000px;
	}
}



a {
	text-decoration: none;
	color: steelblue !important;
}
a figcaption {
	text-decoration: none;
	color: steelblue !important;
}



#fliesstextFont {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
}



#basicFliesstextStyle div.ueberschrift {
	margin-bottom: 1.5em;
}
#basicFliesstextStyle div.ueberschrift h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
}
#basicFliesstextStyle div.ueberschrift span {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	font-style: italic;
	display: block;
	margin-top: 0.5em;
}
#basicFliesstextStyle p {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
}
#basicFliesstextStyle p.fussnoten {
	font-style: italic;
}
#basicFliesstextStyle p + div.ueberschrift,
#basicFliesstextStyle table + div.ueberschrift {
	margin-top: 3em;
}
#basicFliesstextStyle p + p,
#basicFliesstextStyle table + p,
#basicFliesstextStyle p + table,
#basicFliesstextStyle table + table {
	margin-top: 1.5em;
}
#basicFliesstextStyle table {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	border-collapse: separate;
	border-spacing: 0 0;
}
#basicFliesstextStyle table.-mehrDurchschuss {
	border-spacing: 0 1em;
}
#basicFliesstextStyle table tr td {
	vertical-align: top;
	padding-right: 2em;
}
@media only screen and (max-width: 1120px) {
	#basicFliesstextStyle table tr td {
		padding-right: 1em;
	}
}
#basicFliesstextStyle table tr td span {
	display: block;
	margin: 0;
}
@media only screen and (max-width: 1120px) {
	#basicFliesstextStyle table tr td span {
		margin-bottom: 0.5em;
	}
}



div.overlay {
	display: none;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}
@supports (backdrop-filter: none) {
	div.overlay {
		background-color: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(10px);
	}
}
div.overlay figure {
	margin: 0 auto;
	height: 900px;
	width: 900px;
	max-height: 100%;
}
div.overlay figure img {
	margin: 0 auto;
	padding: 20px 0;
	display: block;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
div.overlay figure figcaption {
	display: block;
	font-size: var(--fontSizeI);
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
div.overlay figure figcaption span {
	display: block;
}



/*#menu { width: 600px; margin: 0 auto ; text-align: right;}
#menu div { opacity: 0.6; font-family:'Pinyon Script'; font-size: 26px; display: inline-block; padding: 10px; }
#menu #inka { float: left; font-size: 26px;}
#menu div a { text-decoration: none; }*/



#hourglass {
	display: block;
	margin: 0px auto;
	height: 300px;
	padding-top: 200px;
}



#keywordmenu {
	display: none;
	position: fixed;
	top: 5px;
	left: 5px;
	max-height: 100%;
	overflow-y: auto;
}
#keywordmenu h1 {
	padding: 10px 15px;
	font-size: 36px;
	line-height: 36px;
	color: #450048;
	opacity: 0.5;
	font-family: 'Pinyon Script';
	cursor: pointer;
}
#keywordmenu ul {
	display: none;
}
#keywordmenu ul.main {
	display: block;
	padding: 7px 20px;
}
#keywordmenu li {
	font-size: 13px;
	line-height: 19px;
	cursor: pointer;
}
#keywordmenu p {
	color: #b18904;
	padding: 5px 30px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
#keywordmenu div.viewSwitcher {
	display: none;
	margin: 10px;
	border: 1px solid #aaa;
	color: grey;
}
#keywordmenu div.viewSwitcher p {
	color: #b18904;
	padding: 5px 30px;
	font-size: 14px;
	line-height: 20px;
}



nav {
	display: block;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 0px;
	height: fit-content;
	border-bottom: 2px solid #eee;
	background-color: #fcfcfc;
	position: sticky;
	top: 0px;
	overflow: hidden;
	z-index: 100;
}

@media only screen and (max-width: 1120px) {
	nav { 
		width: 1000px;
		/* margin: 0;*/
	}
}





nav div.nameFromPics { 
	display: block; 
	width: 975px; 
	height: 80px; 
	margin: 0 auto;
	background-color: none; 
	position: relative; 
}

nav div.nameFromPics div.word { 
	display: block; 
	text-align: left; 
	height: fit-content; 
	position: absolute; 
	top: 0px
}

nav div.nameFromPics div.word.inka { left: 235px; }
nav div.nameFromPics div.word.perl { right: 235px; }

nav div.nameFromPics div.word span.letter { display: inline-block; height: 80px; }
nav div.nameFromPics div.word.inka span.letter { vertical-align: top; }
nav div.nameFromPics div.word.perl span.letter { vertical-align: bottom; }

nav div.nameFromPics div.word span.letter img { 
	height: 80px; 
	position: relative; 
	filter: drop-shadow(5px 5px 4px #ccc); 
}

@media only screen and (max-width: 1120px) {
	nav div.nameFromPics { height: 230px; }
	nav div.nameFromPics div.word { top: 50px; }
	nav div.nameFromPics div.word.inka { left: 82px; }
	nav div.nameFromPics div.word.perl { right: 82px; }
	nav div.nameFromPics div.word span.letter img { height: 130px; }
}



main {
	margin: 0 auto;
	max-width: 1100px;
	background-color: white;
	display: none;
}
@media only screen and (max-width: 1120px) {
	main {
		width: 1000px;
		min-height: 100vh;
	}
}



main div.jahreszahl {
	display: none;
	padding: 50px 0 0;
}
main div.jahreszahl h1 {
	text-align: center;
	font-size: 34px;
	color: #b18904;
	font-family: Georgia, Times New Roman, Times, serif;
}



main article {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	row-gap: 10px;
	width: 100%;
	padding: 50px 50px;
	border: 0px solid grey;
	overflow: hidden;
	background-color: white;
}
main article::after {
	@clear Floats;
}
@media only screen and (max-width: 1120px) {
	main article {
		padding-bottom: 300px;
	}
}



article header {
	flex: 1 0 100%;
	padding: 10px 0 40px;
	margin: 0;
	border-top: 1px solid #450048;
}
@media only screen and (max-width: 1120px) {
	article header {
		padding-top: 20px;
		border-top-width: 2px;
	}
}



article header h2 {
	font-size: var(--fontSizeII);
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #450048;
	line-height: 1.5em;
}
article header span {
	display: block;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	font-style: italic;
}
article header ul.keywords {
	display: none;
}
article header ul.keywords li {
	display: inline;
	color: grey;
	font-size: var(--fontSizeI);
}
article header ul.keywords li:first-Child::before {
	content: 'Keywords: ';
}
article header ul.keywords li::after {
	content: ', ';
}
article header ul.keywords li:last-child::after {
	content: '';
}



article div.klappbox {
	flex: 0 0 100%;
	position: relative;
	margin: 0 0 50px;
	padding: 0px 0px;
	border-bottom: 0px solid lightgrey;
	min-height: 66px;
	padding-top: 33px;
}
article div.klappbox::after {
	@clear Floats;
}
@media only screen and (max-width: 1120px) {
	article div.klappbox {
		min-height: 98px;
		padding-top: 46px;
	}
}



article div.klappbox div.buttonWrapper div.button,
article div.klappbox div.buttonWrapper div.closeButton {
	cursor: pointer;
	z-index: 10;
	border-radius: 1000px;
	border: 1px solid lightgrey;
	width: fit-content;
	width: -moz-fit-content;
	background-color: white;
}
article div.klappbox div.buttonWrapper div.button {
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
article div.klappbox div.buttonWrapper div.closeButton {
	position: absolute;
	top: 0;
	right: 20px;
	display: none;
	width: 62px;
}
@media only screen and (max-width: 1120px) {
	article div.klappbox div.buttonWrapper div.button,
	article div.klappbox div.buttonWrapper div.closeButton {
		border-width: 3px;
	}
	article div.klappbox div.buttonWrapper div.closeButton {
		width: 100px;
	}
}



article div.klappbox div.buttonWrapper div.button h3,
article div.klappbox div.buttonWrapper div.closeButton h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	/*width: fit-content;
	width: -moz-fit-content;*/
}

article div.klappbox div.buttonWrapper div.button h3::before {
	content: '≡';
	margin-right: 0.5em;
	opacity: 0.5;
}
article div.klappbox div.buttonWrapper div.button h3::after {
	content: '≡';
	margin-left: 0.5em;
	opacity: 0.5;
}
@media only screen and (max-width: 1120px) {
	article div.klappbox div.buttonWrapper div.button h3::before {
		margin-left: 0.5em;
	}
	article div.klappbox div.buttonWrapper div.button h3::after {
		margin-right: 0.5em;
	}
}



article div.klappbox div.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	row-gap: 10px;
	justify-content: space-between;
	border: 1px solid lightgrey;
}
article div.klappbox._collapsed div.wrapper {
	border: none;
	border-top: 1px solid lightgrey;
}
@media only screen and (max-width: 1120px) {
	article div.klappbox div.wrapper {
		margin: 5px 0;
		border-width: 3px;
	}
}



article section {
	flex: 0 0 100%;
	position: relative;
	margin-bottom: 50px;
}
@media only screen and (min-width: 1120.1px) {
	article section.-schmal {
		flex: 0 0 49.5%;
	}
}



article section.-box {
	background-color: #f5f5f5;
	padding: calc(14px + 14px);
	padding-bottom: 0;
}
article section.-eingerueckt {
	padding: calc(14px + 14px);
	padding-bottom: 0;
}
article div.klappbox div.wrapper section {
	background-color: #f5f5f5;
	padding: calc(14px + 14px);
	padding-bottom: 0;
	margin-bottom: 0px;
}



article section div.freestyle {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
article section div.freestyle div.bildblock {
	width: 32%;
	clear: left;
	float: left;
	margin-right: calc(2 * 14px);
	margin-bottom: calc(2 * 14px);
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	gap: calc(2 * 14px);
	row-gap: 14px;
}
article section div.freestyle div.bildblock.-rechts {
	clear: right;
	float: right;
	margin-right: 0;
	margin-left: calc(2 * 14px);
}
@media only screen and (max-width: 1120px) {
	article section div.freestyle div.bildblock {
		width: 50%;
		margin-bottom: 70px;
	}
}



article section div.freestyle div.bildblock.-breite1 {
	width: 25%;
}
@media only screen and (max-width: 1120px) {
	article section div.freestyle div.bildblock.-breite1 {
		width: 33%;
	}
}



article section div.freestyle div.bildblock.-breite3 {
	width: 50%;
}
@media only screen and (max-width: 1120px) {
	article section div.freestyle div.bildblock.-breite3 {
		width: 50%;
	}
}



article section div.freestyle div.bildblock.-breite4 {
	width: 68%;
}
@media only screen and (max-width: 1120px) {
	article section div.freestyle div.bildblock.-breite4 {
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: 100%;
	}
}



article section div.freestyle div.bildblock.-breite5 {
	width: 75%;
}
@media only screen and (max-width: 1120px) {
	article section div.freestyle div.bildblock.-breite5 {
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: 100%;
	}
}



article section div.freestyle div.bildblock.-breite6,
article section div.freestyle div.bildblock.-breiteVoll {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	float: none;
}



article section div.freestyle div.bildblock hr {
	width: 100%;
	height: 0;
	border: none;
}



article section div.freestyle div.bildblock figure {
	/*&.volleBreite {
		height: auto;
		width: calc( calc(100% - @boxPadding) - @boxPadding);
	}*/
	flex: 0 0 0;
}
article section div.freestyle div.bildblock figure img {
	display: block;
	width: 100%;
	filter: drop-shadow(5px 5px 4px #ccc);
}
article section div.freestyle div.bildblock figure figcaption {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	margin-top: 10px;
}
article section div.freestyle div.bildblock figure figcaption span {
	display: block;
}
article section div.freestyle div.textblock {
	margin-bottom: calc(2 * 14px);
	overflow: hidden;
}
article section div.freestyle div.textblock div.ueberschrift {
	margin-bottom: 1.5em;
}
article section div.freestyle div.textblock div.ueberschrift h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
}
article section div.freestyle div.textblock div.ueberschrift span {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	font-style: italic;
	display: block;
	margin-top: 0.5em;
}
article section div.freestyle div.textblock p {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
}
article section div.freestyle div.textblock p.fussnoten {
	font-style: italic;
}
article section div.freestyle div.textblock p + div.ueberschrift,
article section div.freestyle div.textblock table + div.ueberschrift {
	margin-top: 3em;
}
article section div.freestyle div.textblock p + p,
article section div.freestyle div.textblock table + p,
article section div.freestyle div.textblock p + table,
article section div.freestyle div.textblock table + table {
	margin-top: 1.5em;
}
article section div.freestyle div.textblock table {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	border-collapse: separate;
	border-spacing: 0 0;
}
article section div.freestyle div.textblock table.-mehrDurchschuss {
	border-spacing: 0 1em;
}
article section div.freestyle div.textblock table tr td {
	vertical-align: top;
	padding-right: 2em;
}
@media only screen and (max-width: 1120px) {
	article section div.freestyle div.textblock table tr td {
		padding-right: 1em;
	}
}
article section div.freestyle div.textblock table tr td span {
	display: block;
	margin: 0;
}
@media only screen and (max-width: 1120px) {
	article section div.freestyle div.textblock table tr td span {
		margin-bottom: 0.5em;
	}
}



article section div.freestyle div.textblock.-umfliessend,
article section div.freestyle div.textblock.-umfliessendJeAbsatz {
	overflow: visible;
}
article section div.freestyle div.textblock.-umfliessendJeAbsatz p {
	overflow: hidden;
}
article section div.freestyle div.textblock.-zweispaltig {
	column-count: 2;
	column-gap: 2em;
}
article section div.freestyle div.textblock.-dreispaltig {
	column-count: 3;
	column-gap: 2em;
}
@media only screen and (max-width: 1120px) {
	article section div.freestyle div.textblock {
		column-count: auto !important;
	}
}



article section div.freestyle div.textblock div.ueberschrift {
	column-span: all;
}
@media only screen and (max-width: 1120px) {
	article section div.freestyle div.textblock div.ueberschrift.-mobilUnterBildZwingen {
		clear: both;
	}
}
article section div.freestyle div.textblock p {
	orphans: 3;
	widows: 3;
}
article section div.freestyle div.textblock::after {
	@clear Floats;
}



/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/



article section div.gallery {
	height: 650px;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	margin-bottom: calc(14px * 2);
}
@media only screen and (max-width: 1120px) {
	article section div.gallery {
		height: auto;
	}
}



article section div.gallery.-heldRechts {
	align-items: flex-start;
}
article section div.gallery.-niedrig {
	height: 440px;
}
article section div.gallery div.hero {
	position: absolute;
	left: 0;
	top: 0;
	width: 67.2%;
	height: 100%;
	overflow: hidden;
	border-right: 1px solid lightgrey;
	padding-right: calc(14px * 1.5);
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.hero {
		position: relative;
		width: 100%;
		height: 1070px;
		border: none;
		border-bottom: 2px solid lightgrey;
		padding: 0;
		padding-bottom: 20px;
	}
	article section div.gallery div.hero._iAmSingle {
		border: none;
	}
}







article section div.gallery.-heldRechts div.hero {
	left: auto;
	right: 0;
	border-left: 1px solid lightgrey;
	border-right: none;
	padding-right: 0;
	padding-left: calc(14px * 1.5);
}
@media only screen and (max-width: 1120px) {
	article section div.gallery.-heldRechts div.hero {
		border: none;
		border-bottom: 2px solid lightgrey;
		padding: 0;
		padding-bottom: 20px;
	}
	article section div.gallery.-heldRechts div.hero._iAmSingle {
		border: none;
	}
}



article section div.gallery.-halbHalb div.hero {
	width: 50%;
}
article section div.gallery.-fuenfZuEins div.hero {
	width: 81%;
}
article section div.gallery div.hero figure {
	display: flex;
	height: 100%;
	width: 100%;
	position: relative;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
}
article section div.gallery div.hero figure._textNebenBild {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
article section div.gallery.-heldRechts div.hero figure {
	align-items: flex-end;
}
article section div.gallery.-heldRechts div.hero figure._textNebenBild {
	align-items: center;
}
article section div.gallery div.hero figure img {
	display: block;
	flex: 0 1 auto;
	object-fit: contain;
	padding: 0;
	padding-right: calc(14px * 0.5);
	padding-bottom: calc(14px * 0.5);
	max-width: 100%;
	max-height: 100%;
	min-width: 0;
	min-height: 0;
	filter: drop-shadow(5px 5px 4px #ccc);
}
article section div.gallery div.hero figure figcaption {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	display: block;
	flex: 0 20 auto;
	max-width: 70%;
	margin: 1.5em 10px 0 0;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.hero figure figcaption {
		margin-top: 1em;
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		padding-right: 10px;
		overflow: scroll;
	}
}



article section div.gallery div.hero figure figcaption._isEmpty {
	display: none;
}
article section div.gallery div.hero figure._textNebenBild figcaption {
	margin: 0 0 10px 20px;
	align-self: flex-end;
	min-width: 16%;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.hero figure._textNebenBild figcaption {
		/*    min-width: 266px;*/
		margin: 0 0 0 30px;
		min-width: min-content;
		text-align: right;
		align-self: center;
	}
}



article section div.gallery div.hero figure._textNebenBild._textMittig figcaption {
	align-self: center;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.hero figure._textNebenBild._textMittigOnMobile figcaption {
		align-self: center;
		/*    text-align: right;*/
	}
}



article section div.gallery.-heldRechts div.hero figure figcaption {
	text-align: right;
}
article section div.gallery div.hero figure figcaption span {
	display: block;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.hero figure._textNebenBild figcaption span {
		margin-left: auto;
		width: max-content;
		max-width: 270px;
	}
}



/*article section div.gallery div.hero figure figcaption span.-allowLineBreak {
	min-width: auto;
}*/
article section div.gallery div.hero figure figcaption span.titel {
	font-weight: bold;
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
article section div.gallery div.hero figure figcaption span:first-child {
	margin-top: 0;
}
article section div.gallery div.hero figure figcaption span.foto,
article section div.gallery div.hero figure figcaption span.repro {
	font-style: italic;
	margin-top: 0.75em;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.hero figure figcaption span.foto,
	article section div.gallery div.hero figure figcaption span.repro {
		font-size: 66%;
		line-height: 1.5em;
	}
}



article section div.gallery div.hero figure figcaption span.foto::before {
	content: "Fotografie:\A";
}
article section div.gallery div.hero figure figcaption span.repro::before {
	content: "Reproduktion:\A";
}
article section div.gallery div.hero figure figcaption span:last-child {
	margin-bottom: 0;
}
article section div.gallery div.hero figure._textNebenBild figcaption span.foto::before,
article section div.gallery div.hero figure._textNebenBild figcaption span.repro::before {
	display: block;
}
article section div.gallery div.hero figure iframe {
	padding: 0;
	display: block;
	width: 100%;
	height: 370px;
	margin: 0 auto;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.hero figure iframe {
		width: 50%;
		height: 254px;
		transform: scale(2);
		margin-bottom: 127px;
	}
}



article section div.gallery div.hero figure.vierZuDrei iframe {
	width: 100%;
	height: 485px;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.hero figure.vierZuDrei iframe {
		width: 50%;
		height: 350px;
		transform: scale(2);
		margin-bottom: 175px;
	}
}



article section div.gallery div.textblock {
	width: 32.8%;
	padding-left: 14px;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
article section div.gallery div.textblock div.ueberschrift {
	margin-bottom: 1.5em;
}
article section div.gallery div.textblock div.ueberschrift h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
}
article section div.gallery div.textblock div.ueberschrift span {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	font-style: italic;
	display: block;
	margin-top: 0.5em;
}
article section div.gallery div.textblock p {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
}
article section div.gallery div.textblock p.fussnoten {
	font-style: italic;
}
article section div.gallery div.textblock p + div.ueberschrift,
article section div.gallery div.textblock table + div.ueberschrift {
	margin-top: 3em;
}
article section div.gallery div.textblock p + p,
article section div.gallery div.textblock table + p,
article section div.gallery div.textblock p + table,
article section div.gallery div.textblock table + table {
	margin-top: 1.5em;
}
article section div.gallery div.textblock table {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #450048;
	font-size: var(--fontSizeI);
	line-height: 1.5em;
	text-align: left;
	border-collapse: separate;
	border-spacing: 0 0;
}
article section div.gallery div.textblock table.-mehrDurchschuss {
	border-spacing: 0 1em;
}
article section div.gallery div.textblock table tr td {
	vertical-align: top;
	padding-right: 2em;
}
article section div.gallery div.textblock table tr td span {
	display: block;
	margin: 0;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.textblock table tr td {
		padding-right: 1em;
	}
	article section div.gallery div.textblock table tr td span {
		margin-bottom: 0.5em;
	}
}



article section div.gallery div.textblock:first-child {
	padding-top: 0;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.textblock {
		width: 100%;
		padding-left: 0;
	}
}



article section div.gallery.-heldRechts div.textblock {
	padding-left: 0;
	padding-right: 14px;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery.-heldRechts div.textblock {
		padding-right: 0;
	}
}



article section div.gallery.-halbHalb div.textblock {
	width: 50%;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery.-halbHalb div.textblock {
		width: 100%;
	}
}



article section div.gallery.-fuenfZuEins div.textblock {
	width: 16%;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery.-fuenfZuEins div.textblock {
		width: 100%;
	}
}



article section div.gallery div.thumbnails {
	display: flex;
	flex-flow: row wrap;
	width: 32.8%;
	flex-grow: 1;
	padding-left: calc(14px - 4px);
	border-left: 0px solid lightgrey;
	overflow: hidden;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.thumbnails {
		width: 100%;
		height: auto;
		padding-top: 40px;
	}
}



article section div.gallery.-heldRechts div.thumbnails {
	padding-left: 0;
	padding-right: 1%;
}
article section div.gallery.-halbHalb div.thumbnails {
	width: 50%;
}
article section div.gallery.-fuenfZuEins div.thumbnails {
	width: 16%;
}
article section div.gallery div.thumbnails figure {
	display: block;
	flex: 1 1 auto;
	padding: 2%;
	position: relative;
	transition: opacity 1s;
	cursor: pointer;
	border: 0px solid grey;
	min-height: 10%;
	max-height: 100%;
	max-width: 100%;
	min-width: 33.33%;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.thumbnails figure {
		min-width: 33.33%;
		max-height: 250px;
	}
}



article section div.gallery div.thumbnails figure._selected {
	opacity: 0.2;
}
article section div.gallery div.thumbnails figure.video::before {
	height: 100%;
	background-size: 33%;
	width: 100%;
	background-image: url('./play-button.png');
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.thumbnails figure.video::before {
		background-size: 20%;
	}
}



article section div.gallery div.thumbnails figure.-ganzeBreite {
	width: 100%;
}
@media only screen and (min-width: 1120.1px) {
	article section div.gallery div.thumbnails.-proZeile1 figure {
		min-width: 100%;
	}
	article section div.gallery div.thumbnails.-proZeile2 figure {
		min-width: 50%;
	}
	article section div.gallery div.thumbnails.-proZeile3 figure {
		min-width: 33.33%;
	}
	article section div.gallery div.thumbnails.-proZeile4 figure {
		min-width: 25%;
	}
	article section div.gallery div.thumbnails.-proZeile5 figure {
		min-width: 20%;
	}
}



article section div.gallery div.thumbnails figure img {
	display: block;
	object-fit: contain;
	width: 0;
	height: 0;
	min-width: 100%;
	min-height: 100%;
	filter: drop-shadow(5px 5px 4px #ccc);
}
@media only screen and (max-width: 1120px) {
	article section div.gallery div.thumbnails figure img {
		height: 100%;
	}
}



article section div.gallery div.thumbnails figure figcaption {
	display: none;
}
