@charset "utf-8";

/* allgemein */
html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth; /* Langsam scrollen */
}
body {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: auto;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'sans-serif', 'georgia', 'Roboto', 'helvetica';
	font-sitz: 1em;
	color: #000;
	margin: 0;
	padding: 0;
}
.wrapper {
	width: -moz-calc(100% - 4em);
	width: -webkit-calc(100% - 4em);
	width: -khtml-calc(100% - 4em);
	width: -o-calc(100% - 4em);
	width: calc(100% - 4em);
	padding-right: 2em;
	padding-left: 2em;
	margin-right: auto;
	margin-left: auto;
	max-width: 1750px;
}
.wrapperflex {
	width: -moz-calc(100% - 4em);
	width: -webkit-calc(100% - 4em);
	width: -khtml-calc(100% - 4em);
	width: -o-calc(100% - 4em);
	width: calc(100% - 4em);
	padding-right: 2em;
	padding-left: 2em;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	font-size: 1em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.max-width {
	max-width: 1750px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	border: 1px solid transparent;
}
#content .max-width {
	max-width: 1250px;
}
.width100 {
	width: 100%;	
}

/* ENDE allgemein */

/* nur fuer noscript hinweis */
#noscriptbox {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1 / 2;
	color: #fff;
	background-color: #C80028;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

/* #above */
#above {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2; /* 1 */
	grid-row: 2 / 3; /* 1 / 2; */
	color: #fff;
	background-color: #468ccf;
	background: #468ccf -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background: #468ccf -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: #468ccf -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: #468ccf -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: #468ccf -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: #468ccf linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	/*background: url(images/hintergrundbgblau.jpg) no-repeat fixed center center;
	background-size: cover;*/
	text-align: right;
}
#above ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}
#above li {
	display: inline;
	list-style-type: none;
	font-size: 0.9rem;
	padding-right: 0.6em;
}
#above li:not(:first-child)::before {
	content: '| ';
	padding-right: 0.6em;
	color: #fff;
}

@media screen and (max-width: 1250px) {
	#above {
		background: #468ccf;
	}
}
/* ENDE #above */

/* #navi */
#navi {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 3; /* 2 */
	grid-row: 3 / 4; /* 2 / 3 */
	position: sticky;
	top: 0;
	/*opacity: 0.9;*/
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid #d5d5d5;
	/*border-top: 0;*/
	background-color: #fff;
	z-index: 15;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* Hack IE 10 fuer Schatten */
	#navi {
		margin-bottom: 4px;
	}
}
/* ENDE #navi */

/* #header */
#header {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 4; /* 3 */
	grid-row: 4 / 5; /* 3 / 4 */
	margin: 0 auto;
	width: 100%;
	background-color: #f3f3f3;
	background-position: 75% 50%; /* 75% 50%; */
	background-size: cover;
	background-repeat: no-repeat;
	backface-visibility: hidden;
}
.startseite {
	height: 650px;
	/*background-image: url('images/start1.jpg');*/
}
.anmeldung {
	height: 450px; /* 290px; */
	background-image: url('images/anmeldung.jpg');
}
.login {
	height: 450px;
	background-image: url('images/login.jpg');
}
.faq {
	height: 450px;
	background-image: url('images/faq.jpg');
}
.agb {
	height: 450px;
	background-image: url('images/agb.jpg');
}
.kontakt {
	height: 450px;
	background-image: url('images/kontakt.jpg');
}
.admin {
	height: 200px;
	background-image: url('images/admin.jpg');
}

#header .max-width .wrapperflex .spruch {
	/*height: 100%;
	width: 595px;*/
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	/*border: 1px dotted #F00;*/
}
#header .max-width .wrapperflex .spruch h1 {
	color: #333;
	font-family: 'Georgia', 'Literata', 'Nimbus Roman No 9 L', 'IBM Plex Serif', 'serif', 'Noto Serif', 'Times';
	/*background: rgba(212, 212, 212, 0.5);*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 10px;
	margin-left: -10px;
	display: inline-block; /* inline */
	vertical-align: middle;
	font-weight: lighter;
	white-space: pre-line;
	/*margin-bottom: 3px;*/
}
#header .max-width .wrapperflex .spruch h1 abbr {
	text-decoration: none;
}

/* Text-Animation nur bei grossere Displays */
@media screen and (min-width: 700px) {
	#header .spruch h1 {
	/*.startseite .spruch h1 {*/
		text-align: left;
		animation: textanimation 1.5s;
		text-shadow: rgb(102, 102, 102) 3px 3px 9px; /* Schlagschatten */
	}
	#header .spruch h1 .h1mini {
		text-shadow: rgb(102, 102, 102) 1px 1px 3px; /* Schlagschatten */
	}
	@keyframes textanimation {
		0% {
			font-size: 3em;
			transform: scale(0.6);
			opacity: 0.4;
		}  
		70% {
			transform: scale(1.05);
			opacity: 0.7;
		}
		100% {
			transform: scale(1);
			opacity: 1;	
		}
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#header .max-width .wrapperflex .spruch {
		width: 590px;
	}
}
#header .max-width .wrapperflex .spruch h1 span.h1oben {
	font-size: 3.8rem;
	line-height: 1.2em;
	float: left;
}
#header .max-width .wrapperflex .spruch h1 span.h1mitte {
	font-size: 6rem;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: 1px;
	float: left;
}
#header .max-width .wrapperflex .spruch h1 span.h1mitte > span.h1mini {
	font-size: 0.8rem;
	display: block;
	margin-top: -2.5em;
	margin-bottom: -3em;
	margin-left: 5px;
}
#header .max-width .wrapperflex .spruch h1 span.h1unten {
	font-size: 2.8rem;
	line-height: 1.3em;
	float: left;
}
#header .max-width .wrapperflex .spruch p {
	font-size: 1rem;
	color: #000;
}
.spruch p a.button {
	-moz-box-shadow: inset 0px 1px 3px 0px #bee2f9;
	-webkit-box-shadow: inset 0px 1px 3px 0px #bee2f9;
	box-shadow: inset 0px 1px 3px 0px #bee2f9;
	background-color: #63b8ee;
	background: #63b8ee -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background: #63b8ee -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: #63b8ee -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: #63b8ee -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: #63b8ee -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: #63b8ee linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	border: 1px solid #3866a3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #14396a;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'sans-serif', 'georgia', 'Roboto', 'helvetica';
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #7cacde;
	animation: buttonspruch 8s cubic-bezier(.65,.05,.36,1) infinite;
	/*text-transform: uppercase;*/
}
.spruch p a.button:hover {
	background-color: #468ccf;
	background: #468ccf -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background: #468ccf -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: #468ccf -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: #468ccf -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: #468ccf -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: #468ccf linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
}
.spruch p a.button:active {
	position: relative;
	top: 1px;
}
@keyframes buttonspruch {
	0%, 2% {
		transform: rotate(0);
	}
	5% {
		transform: rotate(-15deg);
	}
	7% {
		transform: rotate(10deg);
	}
	9% {
		transform: rotate(-10deg);
	}
	10% {
		transform: rotate(6deg);
	}
	12% {
		transform: rotate(-4deg);
	}
	14%, 100% {
		transform: rotate(0);
	}
}
	
/* ENDE #header */

/* #content */
#content {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 5; /* 4 */
	grid-row: 5 / 6; /* 4 / 5 */
	/* automatische Silbentrennung 
	benoetigt in HTML den Language Tags */
	/*-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
	/*z-index: 1 !important; darf nicht wegen Beispiele auf index-Seite */
}
body.imlogin #content {
	z-index: 1 !important; /* wegen Beitraege in Verwaltung */
}
#content .width100 .max-width .wrapperflex #inhalt {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-size: 1em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin: 0;
	/*background-color: #E4E4E4;*/
}
#content .width100 .max-width .wrapperflex #inhalt ~ #sidebar {
	padding-left: 3em;
}
#content .width100 .max-width .wrapperflex #sidebar {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-size: 1em;
	max-width: 18em;
}
#content .width100 .max-width .wrapperflex #sidebar p, #content .width100 .max-width .wrapperflex #sidebar h6 {
	/*border-left: 1px solid #ccc;*/
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/*#content #inhalt + #sidebar {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-size: 1em;
	max-width: 16em;
	border-left: 1px solid #ccc;
	margin: 0.8em 0 0.8em 3em;
}*/
/* Linie entfernen beim Formular, geht leider so nicht (allgemeiner Nachbar-Selektor) */
/*fieldset ~ #sidebar p, fieldset ~ #sidebar h6 {
	border-left: 0px solid transparent !important;
}*/
#content .width100 .max-width .wrapperflex #sidebar p:first-child {
	margin-top: 2em;
}
#content .width100 .max-width .wrapperflex #sidebar h6 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'sans-serif', 'georgia', 'Roboto', 'helvetica';
	font-weight: normal;
	font-size: 0.9rem;
	line-height: normal;
}
/* ENDE #content */

/* #footer */
#footer {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 6; /* 5 */
	grid-row: 6 / 7; /* 5 / 6 */
	background-color: #313131;
	background: #313131 url('images/bganthrazit.jpg') repeat; /* images/dunkelgrau-textur.jpg */
	/* Footer immer sichtbar 
	position: sticky;
	bottom: 0;*/
}
#footer .wrapper p {
	font-weight: 100;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer .wrapper p span {
	text-align: right;
	display: inline-block;
	float: right;
	margin-right: 5px;
	margin-left: 20px;
}
#footer a, #above a {
	color: #fff !important;
	text-decoration: none;
}
/* ENDE #footer */

@media screen and (max-height: 320px) {
	/*#header .max-width .wrapperflex .spruch {
		min-width: 100%;
		width: 240px;
	}*/
}
@media screen and (max-width: 1400px) {
	#header .max-width .wrapperflex .spruch h1 {
		background: rgba(212, 212, 212, 0.5);
	}
	.startseite {
		height: 550px;
		background-position: 50% 50%;
	}
	.anmeldung, .login, .faq, .agb, .kontakt {
		height: 400px;
		background-position: 50% 50%;
	}
	.admin {
		height: 200px;
		background-position: 50% 50%;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1oben {
		font-size: 3rem;
		line-height: 1.2em;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1mitte {
		font-size: 5rem;
		line-height: 1em;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1mitte > span.h1mini {
		font-size: 0.8rem;
		display: block;
		margin-top: -2.5em;
		margin-bottom: -2.5em;
		margin-left: 5px;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1unten {
		font-size: 1.8rem;
		line-height: 1.3em;
	}
}
@media screen and (max-width: 1280px) {
	.wrapper {
		width: -moz-calc(100% - 3em);
		width: -webkit-calc(100% - 3em);
		width: -khtml-calc(100% - 3em);
		width: -o-calc(100% - 3em);
		width: calc(100% - 3em);
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	.wrapperflex {
		width: -moz-calc(100% - 3em);
		width: -webkit-calc(100% - 3em);
		width: -khtml-calc(100% - 3em);
		width: -o-calc(100% - 3em);
		width: calc(100% - 3em);
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	#header .max-width .wrapperflex .spruch h1 {
		background: rgba(212, 212, 212, 0.5);
	}
	#content .width100 .max-width .wrapperflex #sidebar p:first-child {
		margin-top: 1.2em;
	}
}

/*@media screen and (max-width: 950px) {
	#header .max-width .wrapperflex .spruch h1 {
		background: rgba(170, 170, 170, 0.5);
	}
}*/

@media screen and (max-width: 1000px) { /* 992 */
	.wrapper {
		width: -moz-calc(100% - 2em);
		width: -webkit-calc(100% - 2em);
		width: -khtml-calc(100% - 2em);
		width: -o-calc(100% - 2em);
		width: calc(100% - 2em);
		padding-right: 1em;
		padding-left: 1em;
	}
	.wrapperflex {
		width: -moz-calc(100% - 2em);
		width: -webkit-calc(100% - 2em);
		width: -khtml-calc(100% - 2em);
		width: -o-calc(100% - 2em);
		width: calc(100% - 2em);
		padding-right: 1em;
		padding-left: 1em;
	}
	.startseite {
		height: 300px;
		background-position: 50% 50%;
	}
	.anmeldung, .login, .faq, .agb, .kontakt {
		height: 240px;
		background-position: 50% 50%;
	}
	.admin {
		height: 200px;
		background-position: 50% 50%;
	}
	
	#header .max-width .wrapperflex .spruch h1 {
		background: rgba(170, 170, 170, 0.5);
	}
	
	#header .max-width .wrapperflex .spruch h1 span.h1oben {
		font-size: 2rem;
		line-height: 1.2em;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1mitte {
		font-size: 3.5rem;
		line-height: 1em;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1mitte > span.h1mini {
		display: none;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1unten {
		font-size: 1.8rem;
		line-height: 1.3em;
	}
	h1 span.h1oben + span.h1unten {
		margin-top: -0.4em;
	}
	h1 span.h1mitte + span.h1unten {
		margin-top: 0em;
	}
	#header .wrapperflex h1 {
		font-size: 2em;
	}
	nav #logo {
		margin-left: 0.5em;
	}
	.width100 > .wrapper {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin: 0;
	}
	#content {
		line-height: 150%;
	}
	#content .width100 .max-width .wrapperflex {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#content .width100 .max-width .wrapperflex > #inhalt {
		width: 100%;
		padding-right: 0;/**/
		padding-left: 0;
		-ms-flex: 1 auto; /* zusaetzlich wegen IE-Bug mit: auto */
	}
	#content .width100 .max-width .wrapperflex #inhalt ~ #sidebar {
		padding-left: 0;
		margin-bottom: 1em;
	}
	#content .width100 .max-width .wrapperflex > #sidebar {
		width: 100%;
		max-width: 100%;
		-ms-flex: 1 auto; /* zusaetzlich wegen IE-Bug mit: auto */
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		background-color: #e2e2e2;
		border: 1px dotted #666;
	}
	#content .width100 .max-width .wrapperflex #sidebar p, #content .width100 .max-width .wrapperflex #sidebar h6 {
		border-left: 0;
		margin-top: 1em;
		margin-right: 0;
		margin-bottom: 1em;
		padding: 0 1em;
	}
	/*#content .width100 .max-width .wrapperflex #sidebar h6.alter {
		display: none;
	}*/
	#content .width100 .max-width .wrapper {
		padding-right: 0;
		padding-left: 0;
	}
}
/* Hintergrundwechsel nur bei grossere Displays */
/*@media screen and (min-width: 700px) {
	.startseite {
		animation: SlideshowBg 21s linear infinite 0s;
		animation-timing-function: ease-in-out;
	}
	@keyframes SlideshowBg {
		0% {
			background-image: url('images/start1.jpg');
		}
		50% {
			background-image: url('images/start3.jpg');
		}
	}
	@keyframes SlideshowBg {
		0% {
			background-image: url('images/start1.jpg');
		}
		33.3% {
			background-image: url('images/start2.jpg');
		}
		66.6% {
			background-image: url('images/start3.jpg');
		}
	}
}*/	
@media screen and (max-width: 700px) {
	#header {
		background-position: 60% 50%;
	}
	.startseite {
		height: 220px;
		background-position: 50% 50%;
	}
	.anmeldung, .login, .faq, .agb, .kontakt {
		height: 160px;
		background-position: 50% 50%;
	}
	.admin {
		height: 140px;
		background-position: 50% 50%;
	}
	#header .max-width .wrapperflex .spruch {
		/*width: 360px;*/
	}
	#header .max-width .wrapperflex .spruch h1 {
		padding: 10px;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1oben {
		font-size: 1.8rem;
		line-height: 1.5em;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1mitte {
		font-size: 3.0rem;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1unten {
		font-size: 1.2rem;
		line-height: 2em;
	}
	h1 span.h1oben + span.h1unten {
		margin-top: -0.6em;
	}
	h1 span.h1mitte + span.h1unten {
		margin-top: -0.4em;
	}
	.spruch h1 + p {
		margin-top: -0.4em;
	}
	/*#footer {
		position: static;
		bottom: auto;
	}*/
}
@media screen and (max-width: 630px) and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* fuer IE 10 und 11 wegen "white-space: pre-line;" eine Breite */
	#header .max-width .wrapperflex .spruch {
		width: 350px;
	}
}

@media screen and (max-width: 420px) {
	#noscriptbox {
		-ms-grid-row: 1;
		grid-row: 1 / 2;
	}
	#navi {
		-ms-grid-row: 2; /* 1 */
		grid-row: 2 / 3; /* 1 / 2 */
		position: none;
		top: none;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	}
	#header {
		-ms-grid-row: 3; /* 2 */
		grid-row: 3 / 4; /* 2 / 3 */
	}
	#navi .wrapper {
		width: -moz-calc(100% - 1em);
		width: -webkit-calc(100% - 1em);
		width: -khtml-calc(100% - 1em);
		width: -o-calc(100% - 1em);
		width: calc(100% - 1em);
    	padding-right: 0.5em;
    	padding-left: 0.5em;
	}
	#header .wrapperflex {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
	#header .max-width .wrapperflex .spruch {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -khtml-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
		padding: 0 5px;
		margin-left: 10px;
		margin-right: 0;
	}
	#header .max-width .wrapperflex .spruch h1 {
		padding-bottom: 22px;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1oben {
		font-size: 1.4rem;
	}
	#header .max-width .wrapperflex .spruch h1 span.h1mitte {
		font-size: 2.3rem;
		line-height: 1em;/*0.5em;*/
	}
	#header .max-width .wrapperflex .spruch h1 span.h1unten {
		font-size: 1.1rem;
		line-height: 1em;
	}
	h1 span.h1mitte + span.h1unten {
		margin-top: -0.5em;
	}
	h1 span.h1oben + span.h1unten {
		margin-top: -0.6em;
	}
	h1 span.h1mitte + span.h1unten {
		margin-top: 0.2em;
	}
	.spruch h1 + p {
		margin-top: -0.5em;
	}
	#content {
		-ms-grid-row: 4; /* 3 */
		grid-row: 4 / 5; /* 3 / 4 */
	}
	#above {
		-ms-grid-row: 5; /* 4 */
		grid-row: 5 / 6; /* 4 / 5 */
		background-color: #313131;
		background: #313131 url('images/bganthrazit.jpg') repeat right bottom; /* images/dunkelgrau-textur.jpg */
		padding-top: 1em;
		padding-bottom: 0.5em;
		text-align: center;
	}
	#footer {
		-ms-grid-row: 6; /* 5 */
		grid-row: 6 / 7; /* 5 / 6 */
	}
	#footer .wrapper p, #above .wrapper ul {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-right: auto;
		margin-left: auto;
		font-size: 1rem;
		font-weight: 400;
		padding-right: 0;
	}
	#above .wrapper ul li a {
		color: #fff !important;
		font-size: 1rem;
	}
	#footer .wrapper p span {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
/* fuer noscript Hinweis bei iframe bei den Beispiele */
#javascriptframe span.noscript {
	color: #fff;
	background-color: #C80028;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}