/* konform zu CSS3 - copyright 2025 Gerrit Hecht, Gerrit@Squap.de, Squap.de - alle Rechte vorbehalten - erstellt am: 31. März 2025 */

/* Normalisierung */

	* {
		margin: 0;
		padding: 0;
		border: 0;
		
	}
	a,
	button {
		text-decoration: none;
		color: inherit;
	}
	button {
		font: inherit;
		background: transparent;
		cursor: pointer;
	}
	ul {
		list-style: none;
	}
	table {
		border-collapse: collapse;
	}
	main { /* IE9-11 Unterstützung */
		display: block;
	}
	i::after { /* fügt ein Leerzeichen hinter kursivem Text ein */
		content: "\A0";
	}
	div {
		position: relative;
	}

	
/* Sprachschalter */

	[lang=de] [lang=en],
	[lang=en] [lang=de] {
		display: none;
	}


/* Animationen */

	a,
	a::after,
	.menueText,
	.menueText::after,
	.menueLinien,
	.menueLinien::before,
	.menueLinien::after {
		-webkit-transition: 0.5s; /* Safari 3.1 to 6.0 */
		transition: 0.5s;
	}

	nav ul .menueOffen ul li,
	nav ul .menueOffen ul a::before,
	.galer #betrachter,
	.galer #lupe button,
	.galer #lupe button::before,
	.galer #lupe button::after,
	.galer #lupe > div,
	.galer main figure,
	.galer main img,
	.galer #lupe h3,
	.galer #lupe figcaption {
		-webkit-transition: 0.5s; /* Safari 3.1 to 6.0 */
		transition: 0.5s;
	}
	
	#naviSchalter .menueText,
	#naviSchalter .menueLinien,
	#kontSchalter .menueText,
	#kontSchalter .menueLinien,
	nav ul ul li,
	nav ul ul a::before {
		-webkit-transition: 0s; /* Safari 3.1 to 6.0 */
		transition: 0s;
	}
	
	body.geladen nav,
	body.geladen nav > ul,
	body.geladen #kont,
	body.geladen #kont > div,
	body.geladen #naviSchalter,
	body.geladen #naviSchalter .menueText,
	body.geladen #naviSchalter .menueLinien,
	body.geladen #kontSchalter,
	body.geladen #kontSchalter .menueText,
	body.geladen #kontSchalter .menueLinien {
		-webkit-transition: 0.5s; /* Safari 3.1 to 6.0 */
		transition: 0.5s;
	}
	

/* Schrift, Zeilenhöhe, Schriftgrößen und -schnitte, Worttrennungen */

	@font-face {
		font-family: 'Didact Gothic';
		font-style: normal;
		font-weight: 400;
		src: local('Didact Gothic Regular'), local('DidactGothic-Regular'),
			url('_fonts/didact-gothic-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			url('_fonts/didact-gothic-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	}

	
	body {
		font-size: 120%; /* 100% = 1em = 16px; 120% = 19.2px; 80% = 12.8px; skalierbar von 70 bis 200 */
		line-height: 1.6;
		font-family: 'Didact Gothic', sans-serif;
	}
	h1 {
		font-size: 1.6em;
		line-height: 1;
	}
	h2 {
		font-size: 1.3em;
	}
	h3,
	footer .cr {
		font-size: 1.1em;
	}
	figcaption,
	#logo b,
	ul ul,
	ul button,
	aside > div,
	footer {
		font-size: 0.8em;
	}
	.galer main article figcaption {
		font-size: 0.5em;
	}
	#logo b,
	footer .cr {
		line-height: 1.4;
	}
	
	h1, h2 {
		font-weight: normal;
	}
	h1, h2, h3,
	nav,
	.menueText {
		letter-spacing: 0.05em;
	}
	nav ul ul {
		letter-spacing: 0em;
	}
	a,
	.menueText {
		font-weight: bold;
	}
	p.zitat {
		font-style: italic;
	}

	header,
	.infor #links section > div,
	footer,
	nav,
	aside > button {
		white-space: nowrap;
	}
	main,
	aside,
	.works #voraussetzungen h2 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto; 
	}
	h1, h2, h3,
	.archi #archiv p + div,
	.archi #archiv div + div {
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none; 
	}
@media (max-width: 94em) {
	body {
		font-size: 100%;
	}
	#logo b {
		font-weight: normal;
		font-size: 0.77em;
		line-height: 1.5;
	}
	footer .cr {
		font-size: 1.2em;
		line-height: 1.6;
	}
}
@media (max-width: 53em) {
	#logo b {
		line-height: 1.4;
	}
}
@media (max-width: 22em) {
	body {
		font-size: 80%;
	}
	footer .cr {
		font-size: 1.2em;
		line-height: 2;
	}
}


/* Hintergründe, Schrift- und Rahmenfarben - seitenspezifisch siehe _css_s.php */

	body {
		color: rgba(0, 0, 0, 1); /* #000000 schwarz Schrift */
		background-image: url(bilder/kopf.png);
		background-repeat: no-repeat;
		background-position: 50% 0;
	}

	.menueLinien,
	.menueLinien::before,
	.menueLinien::after {
		background-color: rgba(85, 85, 85, 1); /* #555555 dunkelgrau Hintergrund */
	}
	nav,
	footer,
	.menueText {
		color: rgba(85, 85, 85, 1); /* #555555 dunkelgrau Schrift */
	}

	header::after,
	footer::before {
		background-color: rgba(192, 192, 192, 1); /* #c0c0c0 mittelgrau Hintergrund */
	}
	h1, h2,
	nav > ul,
	aside > div {
		border-color: rgba(192, 192, 192, 1); /* #c0c0c0 mittelgrau Rahmen */
	}

	footer {
		background-color: rgba(240, 240, 240, 1); /* #e0e0e0 hellgrau Hintergrund */
	}
	
	aside > div {
		background-color: rgba(251, 253, 255, 1); /* # sehr helles blaugrau Hintergrund */
	}
	nav > ul > li > a,
	nav > ul > li > button {
		background-color: rgba(255, 255, 255, 1); /* #ffffff weiß Hintergrund */
	}
	nav > ul::after {
		background-image: url(bilder/start_cr.png); /* 44 x 240 */
		background-color: rgba(255, 255, 255, 1); /* #ffffff weiß Hintergrund */
		background-repeat: repeat-y;
	}
	aside > div::before {
		background-image: url(bilder/start_cl.png); /* 44 x 240 seitenspezifisch */
		background-repeat: repeat-y;
	}
	#adresse::before {
		background-repeat: no-repeat;
	}

	a::after,
	.menueText::after,
	.menueSchalter:hover .menueLinien,
	.menueSchalter:hover .menueLinien::before,
	.menueSchalter:hover .menueLinien::after {
		background-color: rgba(16, 128, 222, 1); /* #1080de hellblau Hintergrund */
	}
	a:hover,
	.menueSchalter:hover .menueText {
		color: rgba(16, 128, 222, 1); /* #1080de hellblau Schrift */
	}

	.menueOffen > .menueSchalter > .menueLinien,
	.menueOffen > .menueSchalter:hover > .menueLinien {
		background: transparent; /* transparent Hintergrund */
	}

	nav a::before,
	.galer #ladeHinweis div { /* seitenspezifisch */
		background-image: url(bilder/noten.png);
		background-repeat: no-repeat;
	}
	p.zitat::before,
	p.zitat::after,
	._link::before,
	nav .ueber a::before,
	nav ul ul a::before,
	.ueber main a::before { /* seitenspezifisch */
		background-image: url(bilder/symbo.png);
		background-repeat: no-repeat;
	}
	.int::before {
		background-position:    0px bottom;
	}
	.aud::before {
		background-position:  -25px bottom;
	}
	.drk::before {
		background-position:  -50px bottom;
	}
	.emp::before {
		background-position:  -75px bottom;
	}
	.vid::before {
		background-position: -100px bottom;
	}
	.fbk::before {
		background-position: -125px bottom;
	}
	nav .ueber a::before {
		background-position: -145px bottom;
	}
	.dok::before {
		background-position: -165px bottom;
	}
	#nachOben::before {
		background-position: -178px bottom;
	}
	.tel::before {
		background-position: -191px bottom;
	}
	p.zitat::before,
	p.zitat::after {
		background-position: -204px bottom;
	}


@media (max-width: 94em) { /* verkleinern auf 100% */
	body {
		/* background: rgba(200, 255, 255, 1); */
		background-position: 50% -1.6em;
	}
}
@media (max-width: 78em) { /* menü links klappt ein und wird fixed */
	body {
		/* background: rgba(255, 200, 200, 1); */
	}
	nav > ul,
	.gescrollt nav.menueOffen {
		background-color: rgba(255, 255, 255, 1); /* #ffffff weiß Hintergrund */
	}
}
@media (max-width: 66em) { /* kontakt rechts klappt ein */
	body {
		/* background: rgba(255, 200, 255, 1); */
	}
}
@media (max-width: 53em) { /* komplette verschlankung */
	body {
		/* background: rgba(200, 255, 200, 1); */
		background-position: 50% -2.75em;
	}
	nav > ul {
		border-color: rgba(192, 192, 192, 0); /* #c0c0c0 mittelgrau Rahmen */
	}
}
@media (max-width: 37em) { /* fuß neue anordnung, weitere verschlankung */
	body {
		/* background: rgba(255, 255, 200, 1); */
		background-position: 50% -3.25em;
	}
}
@media (max-width: 22em) { /* minimale breite */
	body {
		/* background: rgba(255, 150, 150, 1); */
	}
}
@media (max-height: 30em) { /* für handy quer */
	body {
		/* background: rgba(255, 150, 150, 1); */
	}
}


/* Schatten */

	main img {
		box-shadow: 0.2em 0.2em 0.2em rgba(46, 61, 73, 0.2);
		border-radius: 0.1em;
	}
	main img.logo {
		box-shadow: none;
		border-radius: 0;
	}
	.galer main figure:hover img {
		box-shadow: none;
	}


/* Formatierung */

	/* Allgemein */

	body {
		min-width: 20em;
		max-width: 105em;
		margin: 0 auto;
	}
	body.geladen #ladeHinweis {
		display: none;
	}
	#oben {
		display: -webkit-flex;  /* Safari */
		-webkit-justify-content: space-between;  /* Safari 6.1+ */
		display: flex;
		justify-content: space-between;
	}
	#oben > div {
		position: static;
		max-width: 60em;
	}

	a,
	button {
		display: inline-block;
		position: relative;
	}
	a::after,
	.menueText::after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		margin-left: 50%;
		height: 0.125em;
		bottom: 0.125em;
	}
	a:hover::after,
	.menueSchalter:hover .menueText::after {
		width: 100%;
		margin-left: 0;
	}

	article {
		padding: 0 3.6em 5em 3.6em;
	}
	article::after {
		content: "";
		clear: both;
		display: block;
	}
	
	h2 {
		text-align: center;
		margin-bottom: 1.5em;
		border-bottom-width: 0.15em;
		border-bottom-style: solid;
	}
	
@media (max-width: 78em) {
	#oben > div {
		margin-left: 6em;
	}
	article {
		padding: 0 3.6em 5em 1.6em;
	}
}
@media (max-width: 66em) {
	#oben > div {
		margin-right: 6em;
	}
}
@media (max-width: 53em) {
	#oben > div {
		margin: 0 3em;
	}
	article {
		padding: 0 2.2em 5em 1.6em;
	}
	h2 {
		text-align: left;
	}
}
@media (max-width: 37em) {
	article {
		padding: 0 1em 5em 0;
	}
}

	h3 {
		margin-top: 2em;
	}

	p {
		padding: 1em 0;
	}
	p.zitat {
		padding-left: 1em;
	}
	p.zitat::before,
	p.zitat::after {
		content: "";
		overflow: hidden;
		display: inline-block;
		width: 11px;
		height: 14px;
	}
	p.zitat::before {
		margin-right: 0.5em;
	}
	p.zitat::after {
		margin-left: 0.5em;
	}

	figcaption {
		display: block;
		text-align: center;
		margin: -0.5em 0 0;
	}
	
	._link {
		margin: 0 0.5em;
	}
	._link::before {
		content: "";
		overflow: hidden;
		position: relative;
		display: inline-block;
		margin-right: 0.3em;
		bottom: -0.15em;
		height: 20px;
	}
	.eig::before {
		width: 8px;
	}
	.int::before,
	.aud::before,
	.drk::before,
	.emp::before,
	.vid::before {
		width: 25px;
	}
	.fbk::before {
		width: 20px;
	}
	.dok::before,
	#nachOben::before,
	.tel::before {
		width: 13px;
	}

	.menueSchalter {
		padding: 0.5em;
	}
	.menueText {
		display: inline-block;
		position: relative;
	}
	.menueLinien,
	.menueLinien::before,
	.menueLinien::after {
		display: inline-block;
		width: 1.2em;
		height: 0.17em;
		border-radius: 0.5em;
	}
	.menueLinien {
		position: relative;
		margin-right: 0.25em;
		top: -0.3em;
	}
	.menueLinien::before {
		content: "";
		position: absolute;
		top: 0.4em;
		left: 0em;
	}
	.menueLinien::after {
		content: "";
		position: absolute;
		top: -0.4em;
		left: 0em;
	}
	
	.menueOffen > .menueSchalter > .menueLinien::before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		top: 0;
	}
	.menueOffen > .menueSchalter > .menueLinien::after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		top: 0;
	}


	/* Menü */

	nav {
		width: calc(2em + 44px);
		min-width: calc(2em + 44px);
		overflow: hidden;
		padding-top: 4.4em;
	}
	nav.menueOffen {
		width: calc(14.5em + 44px);
		min-width: calc(14.5em + 44px);
	}
	nav > ul {
		width: 1.5em;
		min-width: 1.5em;
		padding: 1em 0 1em 0.5em;
		position: relative;
		border-top-width: 0;
		border-top-style: solid;
		border-top-right-radius: 1em;
		border-right-width: 1px;
		border-right-style: solid;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-right-radius: 1em;
	}
	nav.menueOffen > ul {
		width: 12em;
		min-width: 12em;
		padding: 1em 1.5em 1em 1em;
	}
	nav > ul::after {
		content: "";
		display: block;
		position: absolute;
		top: 1em;
		right: -44px;
		width: 44px;
		height: calc(100% - 2em);
	}

	#naviSchalter {
		margin-bottom: 0.5em;
		margin-left: 0;
	}
	nav.menueOffen #naviSchalter {
		margin-left: 0.5em;
	}
	#naviSchalter .menueText {
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		margin-left: -2.55em;
		top: -2.5em;
	}
	nav.menueOffen #naviSchalter .menueText {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
		margin-left: 0;
		top:0;
	}

@media (max-width: 78em) {
	nav {
		visibility: hidden;
		position: fixed;
		z-index: 8;
		height: 100%;
	}
	body.geladen nav {
		visibility: visible;
	}
	nav.menueOffen {
		width: 18em;
		min-width: 18em;
		z-index: 10;
	}
	.gescrollt nav {
		padding-top: 3.2em;
	}
	nav.menueOffen > ul {
		overflow: scroll;
		height: calc(100% - 8em);
		width: 14em;
		min-width: 14em;
	}
	nav.menueOffen > ul::after {
		display: none;
	}
}
@media (max-width: 53em) {
	nav {
		width: 2em;
		min-width: 2em;
		padding-top: 3.75em;
	}
	.gescrollt nav {
		padding-top: 0;
	}
	.gescrollt nav > ul {
		padding-top: 0;
	}

	#naviSchalter .menueText {
		display: none;
	}
}
@media (max-width: 37em) {
	nav {
		padding-top: 3.25em;
	}
}
@media (max-height: 30em) {
	nav {
		height: 3em;
	}
	nav.menueOffen {
		height: 100%;
	}
}

		/* Ebene 1 */

	nav li {
		margin-bottom: 0.25em;
	}
	nav a {
		padding: 0.3em 0;
		margin-left: 1.8em;
		width: calc(100% - 3.4em);
	}
	nav a::before {
		content: "";
		overflow: hidden;
		position: absolute;
		width: 14px;
		height: 36px;
		top: 0;
		left: -1.8em;
		margin-right: 1.8em;
	}
	nav .ueber a::before {
		width: 20px;
		height: 20px;
		top: 0.5em;
		left: -1.9em;
	}
	nav a::after {
		bottom: 0.3em;
	}
	nav > ul > li > .menueSchalter {
		padding-left: 1.8em;
	}

		/* Ebene 2 */
	
	nav ul ul li {
		margin-bottom: 0;
		margin-top: -1.9em;
		z-index: -1;
		position: relative;
	}
	nav ul ul a {
		padding: 0.15em 0;
		margin-left: 2.3em;
		width: calc(100% - 1.4em);
	}
	nav ul ul a::before {
		width: 8px;
		height: 20px;
		top: 0.25em;
		left: 0;
	}
	   
	nav.menueOffen ul .menueOffen ul li {
		margin-bottom: 0.1em;
		margin-top: 0;
		z-index: 1;
	}
	nav.menueOffen ul .menueOffen ul li:last-of-type {
		margin-bottom: 1em;
	}
	nav.menueOffen ul .menueOffen ul a::before {
		left: -1em;
	}


	/* Kopf */

	header {
		text-align: right;
		padding-top: 1em;
	}
	header::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		top: 7.45em;
		left: 0;
	}

	header h1 {
		position: absolute;
		margin: 0.75em 0 0 2.2em;
		border-bottom-width: 0.1em;
		border-bottom-style: solid;
	}
	header h3 {
		position: absolute;
		margin: 3em 0 0 2.75em;
	}

	#logo {
		height: 6em;
		margin-bottom: 0.5em;
	}
	#logo::after {
		display: none;
	}
	#logo b {
		display: block;
		margin-top: -0.3em;
		padding-right: 4.6em;
	}
@media (max-width: 94em) {
	#logo img {
		width: 240px;
	}
}
@media (max-width: 78em) {
	header h1 {
		margin: 0.75em 0 0 1em;
	}
	header h3 {
		margin: 3em 0 0 1em;
	}
}
@media (max-width: 53em) {
	header {
		padding-top: 0.5em;
	}
	header::after {
		top: 6.3em;
	}
	header h1 {
		margin: 2.3em 0 0 1em;
		border-bottom-style: none;
	}
	header h3 {
		margin: 0.65em 0 0 1em;
	}
	#logo {
		margin-right: -1.4em;
		margin-bottom: 0;
	}
	#logo b {
		display: none;
	}
}
@media (max-width: 37em) {
	header {
		padding-top: 0;
	}
	header::after {
		top: 5.8em;
	}
	header h1 {
		margin: 2.3em 0 0 0;
	}
	header h3 {
		margin: -0.5em 0 0 -0.5em;
	}
	#logo {
		height: 5.7em;
		margin-top: 0.3em;
		margin-right: -2.55em;
	}
}
@media (max-width: 22em) {
	#logo img {
		width: 180px;
	}
}


	/* Inhalt */

		/* Allgemein */
	
	main {
		padding-top: 0.8em; /* 6em; 3.8em */
	}
	
	main ul {
		list-style: disc;
		padding: 1em 0;
	}
	main li {
		margin-left: 1em;
		padding: 0.2em 0 0.2em 0.2em;
	}
	main li:first-of-type {
		padding-top: 0;
	}
	main li:last-of-type {
		padding-bottom: 0;
	}

	main .menueSchalter {
		margin: 0 0.3em 0 0.5em;
		padding: 0;
	}
	main .menueLinien {
		top: -0.25em;
	}

	main .fl {
		float: left;
		margin-right: 2.5em;
	}
	main .fl + ul {
		margin-left: 5em;
	}
	
	main .fr {
		float: right;
		margin-left: 2.5em;
	}
	main .zt {
		text-align: center;
	}

	main .hoch,
	main figure.hoch img {
		width: 13em;
	}
	main .quer,
	main figure.quer img {
		width: 20em;
	}
	
	main figure {
		padding: 1.5em 0 0.5em;
	}
	main figure.zt img,
	main figure.zt video {
		width: 26em;
	}
	main figure.zt video {
		padding-bottom: 1em;
	}
	
	main section {
		display: -webkit-flex;  /* Safari */
		-webkit-justify-content: space-between;  /* Safari 6.1+ */
		display: flex;
		justify-content: space-between;
		padding: 1em 0 2em;
	}
	main section p {
		padding: 0;
	}
	
@media (max-width: 53em) {
	main {
		padding-top: 0.4em;
	}
	main p + ul {
		padding: 0 0 1em;
	}
	main .fl,
	main .fr {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	main p.fl {
		text-align: left;
	}
	main .fr.logo {
		float: right;
		margin-left: 2.5em;
	}
	main .fl + ul {
		margin-left: 0;
	}
	main figure.zt img,
	main figure.zt video {
		width: 20em;
	}
}
@media (max-width: 37em) {
	main .quer,
	main figure.quer img,
	main figure.zt img,
	main figure.zt video {
		width: 13em;
	}
}

		/* Workshops */

	.works #termine b.fl {
		margin-right: 0.5em;
	}
	
	.works #orte h3 {
		width: 100%;
		clear: both;
	}

		/* Unterrichten */
		
	.unter #erwachsene figure.zt {
		margin-top: 1.5em;
	}
	.unter #erwachsene figure.zt img {
		width: 25%;
	}
	.unter #erwachsene figure.zt img + img {
		margin-left: 3em;
	}
@media (max-width: 53em) {
	.unter #erwachsene figure.zt img + img {
		margin-left: 1em;
	}
}

		/* Spielen */

	.spiel #hoerbeispiele figure {
		display: -webkit-flex;  /* Safari */
		-webkit-justify-content: space-between;  /* Safari 6.1+ */
		-webkit-align-items: flex-start;  /* Safari 6.1+ */
		-webkit-flex-wrap: wrap;  /* Safari 6.1+ */
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.spiel #hoerbeispiele audio {
		width: 14em;
		margin-right: 1em;
	}
	.spiel #hoerbeispiele figcaption {
		max-width: 50%;
		text-align: left;
	}
@media (max-width: 53em) {
	.spiel #hoerbeispiele audio {
		margin-right: 0;
		margin-bottom: 1em;
	}
	.spiel #hoerbeispiele figcaption {
		max-width: 100%;
	}
}

		/* Informieren */

	.infor #links section {
		-webkit-flex-wrap: nowrap;  /* Safari 6.1+ */
		flex-wrap: nowrap;
	}
	.infor #links section > p {
		width: 55%;
		margin-right: 2em;
	}
	.infor #links section > p + div {
		width: auto;
		text-align: right;
	}
@media (max-width: 53em) {
	.infor #links section {
		-webkit-flex-wrap: wrap;  /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	.infor #links section > p {
		width: 100%;
	}
}

		/* Shop */

	.oshop figcaption._link {
		margin: -0.5em 0 0;
	}
	
	.oshop #KK-LH-001 .fr {
		text-align: center;
	}
	.oshop #KK-LH-001 .hoch {
		height: 20em;
		width: auto;
	}
	
	.oshop #PV-BA-XXX h3 {
		margin-top: 0;
		text-align: center;
	}
	.oshop #PV-BA-XXX section {
		-webkit-justify-content: space-around;  /* Safari 6.1+ */
		justify-content: space-around;
	}
	.oshop #PV-BA-XXX section > div {
		width: 13em;
		margin: 0 1em;
	}
	.oshop #PV-BA-XXX figure {
		padding: 0.5em 0;
	}
	.oshop #PV-BA-XXX figcaption,
	.oshop #PV-BA-XXX figcaption a {
		margin-top: 0.5em;
	}

@media (max-width: 53em) {
	.oshop #PV-BA-XXX section {
		display: block;
	}
	.oshop #PV-BA-XXX section > div {
		margin: 0 auto;
	}
	.oshop #PV-BA-XXX section > div:first-of-type {
		margin-bottom: 2em;
	}
}

		/* Media und Archiv */

	.archi section {
		-webkit-flex-wrap: wrap;  /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	.archi h3 {
		width: 100%;
		margin-top: 1em;
	}
	.archi section > h3 + div,
	.archi section > p {
		width: 60%;
	}
	.archi section > p + div,
	.archi section > div + div,
	.archi section > figure {
		width: 13em;
		text-align: right;
	}
	
	.archi #media p {
		margin-top: 0.5em;
	}
	.archi #media ._link {
		margin-right: 0;
	}
	.archi #media figure {
		padding: 1em 0;
	}
	.archi #media figure img {
		width: 10em;
	}
	.archi #media figcaption {
		text-align: right;
	}
	
	.archi #archiv figure {
		padding: 0.5em 0 0;
	}
	.archi #archiv figure + figure {
		overflow: hidden;
	}
	.archi #archiv .hoch {
		width: 10em;
	}

@media (max-width: 53em) {
	.archi section {
		display: block;
	}
	.archi main article section > * {
		width: auto;
		text-align: left;
	}
	.archi #media figure > figcaption {
		text-align: left;
	}
	.archi #archiv .fl {
		width: 12em;
		margin: 0;
	}
}
	
		/* Galerie */

	.galer #ladeHinweis {
		display: -webkit-flex;  /* Safari */
		display: flex;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(240, 240, 240, 0.9);
		-webkit-justify-content: center;  /* Safari 6.1+ */
		-webkit-align-items: center;  /* Safari 6.1+ */
		justify-content: center;
		align-items: center;
	}
	.galer #ladeHinweis div {
		overflow: hidden;
		width: 14px;
		height: 36px;
		margin-right: 10px;
		-webkit-animation-name: hinweisAnim;
		animation-name: hinweisAnim;
		-webkit-animation-duration: 2.25s;
		animation-duration: 2.25s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	.galer #ladeHinweis div:last-of-type {
		margin-right: 0;
	}

	@-webkit-keyframes hinweisAnim {
		0%, 40%, 100% {
			-webkit-transform: translateY(0);
		}
		20% {
			-webkit-transform: translateY(-18px);
		}
	}
	@keyframes hinweisAnim {
		0%, 40%, 100% {
			transform: translateY(0);
		}
		20% {
			transform: translateY(-18px);
		}
	}

	.galer main article > div {
		display: -webkit-flex;  /* Safari */
		-webkit-justify-content: space-between;  /* Safari 6.1+ */
		-webkit-flex-wrap: wrap;  /* Safari 6.1+ */
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.galer main article figure {
		display: inline-block;
		text-align: center;
		cursor: pointer;
		width: 6em;
		height: 4em;
		padding: 0.2em;
		margin: 0.25em 0 0.25em 0.25em;
		border-width: 0.2em;
		border-style: solid;
		border-color: transparent;
	}
	.galer main article figure:hover {
		border-color: #1080e0;
		border-top-color: #40c0ff;
		border-left-color: #40c0ff;
	}
	.galer main article figure h3 {
		display: none;
	}
	.galer main article figure img {
		max-height: 100%;
		max-width: 100%;
	}
	.galer main article figcaption {
		display: none;
	}

	.galer #betrachter {
		position: fixed;
		z-index: 30;
		left: 0;
		right: 0;
		top: -100%;
		bottom: 100%;
		background-color: rgba(48, 48, 48, 0);
	}
	.galer #betrachter.aktiv {
		top: 0;
		bottom: 0;
		background-color: rgba(48, 48, 48, 0.8);
	}

	.galer #lupe {
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -464px;
		width: 928px;
		top: 50%;
		margin-top: -366px;
		height: 732px;
		background-color: rgba(48, 48, 48, 1);
	}	
	.galer #lupe button {
		position: absolute;
		z-index: 6;
		width: 32px;
		height: calc(100% - 38px);
		font-size: 32px;
		color: rgba(0, 0, 0, 1);
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		background-color: rgba(144, 144, 144, 0.5);
	}
	.galer #lupe button::after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		bottom: -38px;
		border-bottom: 38px solid transparent;
	}
	.galer #lupe button:hover {
		background-color: rgba(72, 72, 72, 1);
		color: rgba(255, 255, 255, 1);
	}
	.galer #vor {
		right: 0;
	}
	.galer #vor::after {
		border-right: 32px solid rgba(144, 144, 144, 0.5);
	}
	.galer #vor:hover::after {
		border-right-color: rgba(72, 72, 72, 1);
	}
	.galer #rue {
		left: 0;
	}
	.galer #rue::after {
		border-left: 32px solid rgba(144, 144, 144, 0.5);
	}
	.galer #rue:hover::after {
		border-left-color: rgba(72, 72, 72, 1);
	}
	.galer #lupe #sch {
		width: calc(100% - 64px);
		left: 32px;
		bottom: 0;
		height: 38px;
		font-size: 19px;
		line-height: 0;
	}
	.galer #lupe #sch::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -32px;
		width: 0;
		height: 0;
		border-bottom: 38px solid rgba(144, 144, 144, 0.5);
		border-left: 32px solid transparent;
	}
	.galer #lupe #sch::after {
		top: 0;
		right: -32px;
		bottom: auto;
		border-bottom: 38px solid rgba(144, 144, 144, 0.5);
		border-right: 32px solid transparent;
	}
	.galer #lupe #sch:hover::before,
	.galer #lupe #sch:hover::after {
		border-bottom-color: rgba(72, 72, 72, 1);
	}

	.galer #lupe > div { /* javascript: galerie */
		position: absolute;
		left: 50%;
		height: 100%;
		display: -webkit-flex;  /* Safari */
		-webkit-align-items: center;  /* Safari 6.1+ */
		-webkit-justify-content: flex-start;  /* Safari 6.1+ */
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.galer #lupe figure {
		position: relative;
		padding: 0;
		text-align: center;
		vertical-align: middle;
		color: rgba(255, 255, 255, 1);
	}
	.galer #lupe h3 {
		position: absolute;
		top: -66px;
		width: 100%;
		color: rgba(255, 255, 255, 1);
		margin-top: 0;
		line-height: 66px;
		height: 66px;
		background-color: rgba(48, 48, 48, 0.8);
	}
	.galer #lupe img {
		margin: 0 auto;
		max-width: 100%;
		max-height: 100%;
	}
	.galer #lupe figcaption {
		position: absolute;
		width: 100%;
		bottom: -28px;
		height: 28px;
		margin-top: 0;
		background-color: rgba(48, 48, 48, 0.8);
	}

@media (max-width: 950px) {
	.galer #lupe {
		left: 0;
		margin-left: 0;
		width: 100%;
		cursor: pointer;
	}
	.galer #lupe.aktiv #rue {
		left: -32px;
	}
	.galer #lupe.aktiv #vor {
		right: -32px;
	}
}
@media (max-height: 736px) {
	.galer #lupe {
		top: 0;
		margin-top: 0;
		height: 100%;
		cursor: pointer;
	}
	.galer #lupe.aktiv #sch {
		bottom: -38px;
	}
	.galer #lupe h3 {
		top: 0;
	}
	.galer #lupe.aktiv h3 {
		top: -66px;
	}
	.galer #lupe figcaption {
		bottom: 38px;
	}
	.galer #lupe.aktiv figcaption {
		bottom: -66px;
	}
}
@media (max-width: 37em) {
	.galer #lupe h3 {
		font-size: 1em;
	}
	.galer #lupe h3 .blend {
		display: none;
	}
}

		/* Übersicht */

	.ueber main button {
		display: none;
	}
	.ueber main a::before {
		content: "";
		overflow: hidden;
		position: relative;
		display: inline-block;
		margin-right: 0.3em;
		bottom: -0.1em;
		width: 8px;
		height: 20px;
	}
	.ueber main .ueber a::before {
		background-position: -145px bottom;
		width: 20px;
		margin-left: -12px;
	}
	.ueber .works li:last-of-type {
		display: none;
	}
	.ueber article > ul {
		list-style: none;
	}
	.ueber article > ul > li > a {
		width: 9em;
	}
	.ueber article > ul > li > a::after {
		bottom: auto;
	}
	.ueber article ul ul {
		padding-top: 0.35em;
		padding-bottom: 0;
		display: inline-block;
		vertical-align: top;
		margin-left: 1em;
	}
	.ueber article ul ul li a {
		width: 14em;
	}
	.ueber article ul ul li a::before {
		background: none;
		width: 0;
		height: 0;
		margin-right: 0;
	}


	/* Aside */

	aside {
		width: 3.6em;
		min-width: 3.6em;
		overflow: hidden;
		text-align: right;
		padding-top: 4.4em;
	}
	aside.menueOffen {
		width: 16.5em;
		min-width: 16.5em;
	}
	aside > div {
		width: 14.75em;
		min-width: 14.75em;
		padding: 1.5em 1.5em 1.5em 2em;
		position: relative;
		margin-left: 45px;
		border-top-width: 0;
		border-top-style: solid;
		border-top-left-radius: 1.25em;
		border-left-width: 1px;
		border-left-style: solid;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-left-radius: 1.25em;
	}
	aside.menueOffen > div {
		padding-left: 1.5em;
	}
	aside > div::before {
		content: "";
		display: block;
		position: absolute;
		top: 1.25em;
		left:  -44px;
		width: 44px;
		height: calc(100% - 2.5em);
	}
	
	aside > div > div {
		overflow: hidden;
	}

	#kontSchalter {
		margin-bottom: 0.5em;
		margin-right: 0;
	}
	aside.menueOffen #kontSchalter {
		margin-right: 0.5em;
	}
	#kontSchalter .menueLinien {
		margin-right: 0;
		margin-left: 0.25em;
	}
	#kontSchalter .menueText {
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		margin-right: -3em;
		top: -2.9em;
	}
	aside.menueOffen #kontSchalter .menueText {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
		margin-right: 0;
		top:0;
	}
@media (max-width: 94em) {
	aside.menueOffen > div {
		padding-left: 1.25em;
	}
}
@media (max-width: 66em) {
	aside {
		visibility: hidden;
		position: absolute;
		right: 0;
		z-index: 9;
	}
	body.geladen aside {
		visibility: visible;
	}
}
@media (max-width: 53em) {
	aside {
		width: 2.9em;
		min-width: 2.9em;
		padding-top: 3.75em;
	}

	#kontSchalter {
		margin-bottom: 0;
	}
	#kontSchalter .menueText {
		display: none;
	}
}
@media (max-width: 37em) {
	aside {
		padding-top: 3.35em;
	}
}

	aside article {
		padding: 0 0 4em;
	}
	aside h2 {
		text-align: right;
		margin-bottom: 0;
	}
	aside p {
		padding: 1em 0 0;
	}
	aside ._link {
		margin: 0;
	}
	aside img {
		max-width: 11em;
		padding: 1em 0 0;
	}
	aside figcaption {
		text-align: right;
	}
	aside .kein_aktu {
		display: none;
	}

	#aktuell {
		border-top-style: none;
		border-bottom-style: none;
	}


	/* Fuß */
	
	footer {
		position: relative;
	}
	footer::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		top: 0;
		left: 0;
	}
	footer ul {
		display: -webkit-flex;  /* Safari */
		-webkit-justify-content: space-around;  /* Safari 6.1+ */
		-webkit-flex-wrap: wrap;  /* Safari 6.1+ */
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	footer li {
		display: inline-block;
	}
	footer li:first-of-type {
		width: 8em;
	}
	footer li > * {
		padding: 1em 0;
		display: inline-block;
	}
	
	footer a::after {
		bottom: 1em;
	}

	#nachOben {
		position: fixed;
		z-index: 9;
		width: 18.1em;
		left: 0;
		margin: 0;
		padding-top: 0.5em;
		bottom: -2em;
		opacity: 0;
	}
	.gescrollt #nachOben {
		opacity: 1;
		bottom: 0;
	}
	#nachOben::before {
		margin-right: 1.3em;
		margin-left: 1.4em;
		bottom: 0;
	}
	#nachOben::after {
		width: 0;
		margin-left: 30%;
	}
	#nachOben:hover::after {
		width: 38%;
		margin-left: 8%;
	}

@media (max-width: 94em) {
	.gescrollt #nachOben {
		bottom: 0.4em;
	}
}
@media (max-width: 78em) {
	#nachOben {
		width: 9em;
	}
	#nachOben::before {
		margin-right: 0.4em;
	}
	#nachOben::after {
		margin-left: 50%;
	}
	#nachOben:hover::after {
		width: 70%;
		margin-left: 15%;
	}
}
@media (max-width: 53em) {
	footer li:first-of-type {
		width: 3em;
	}
	#nachOben {
		width: 2.8em;
		overflow: hidden;
	}
	#nachOben::after {
		margin-left: 1.9em;
	}
	#nachOben:hover::after {
		width: 2em;
		margin-left: 1em;
	}
	.drk {
		width: 2em;
		overflow: hidden;
	}
}
@media (max-width: 37em) {
	footer ul {
		-webkit-justify-content: space-between;  /* Safari 6.1+ */
		justify-content: space-between;
		padding: 0 1.1em;
	}
	footer li:nth-of-type(1) {
		width: 50%;
		order: 1;
	}
	footer li:nth-of-type(2) {
		width: 50%;
		text-align: right;
		order: 2;
	}
	footer li:nth-of-type(1) > a,
	footer li:nth-of-type(2) > a {
		padding-bottom: 0.5em;
	}
	footer li:nth-of-type(1) > a::after,
	footer li:nth-of-type(2) > a::after {
		bottom: 0.5em;
	}
	
	footer li:nth-of-type(3) {
		order: 4;
	}
	footer li:nth-of-type(4) {
		order: 3;
	}
	footer li:nth-of-type(5) {
		order: 5;
	}
	footer li:nth-of-type(3) > span,
	footer li:nth-of-type(4) > a,
	footer li:nth-of-type(5) > a {
		padding-top: 0.5em;
	}
	
	.gescrollt #nachOben {
		bottom: 4em;
	}
}

