.msGallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}

.msGallery figure {
	position: absolute;
	display: inline-block;
	width:100%;
	top: 0;
	left: 0;
/*	left: 2em;*/
	z-index: 1;
	animation: slide 15s infinite;
}

.msGallery figure:last-of-type {
	position: relative;
}

.msGallery > figure figcaption {
	position: absolute;
	left: 1em;
	font-size: 2em;
	font-weight: bold;
	bottom: 0.5em;
	z-index: 2;
	color: white;
}

@keyframes slide {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.msGallery figure:nth-of-type(2) {
	animation-delay: 5s;
	opacity: 0;
}

.msGallery figure:nth-of-type(3) {
	animation-delay: 10s;
	opacity: 0;
}


.desktop-only {
	display: inline-block;
}

.mobile-only {
	display: none;
}

body {
    margin: 0 auto;
/*    max-width: 90%;*/
}

a:link {
	text-decoration: none;
/*	color:#999999;*/
	color:#525252;
/*	font-family:Arial, Helvetica, sans-serif;*/
/*	font-size:1em;*/
}

a:visited { 
	text-decoration: none;
/*	color:#999999;*/
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}


.iOWSignArea {
	position: fixed;
	top: 150px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 500px;
	text-align: center;
	padding: 10px;
	background:#CCFFCC;
	border-bottom: 1px solid #d5d5d5;
}

.iOWMenuWHMan {
/*	position:absolute;*/
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
/*	height: 100%;*/
/*	width: 26%;*/
	width: 100%;
	z-index: 9;

	text-align: center;
	padding: 10px;
	background: #F1F3F4;
	border-bottom: 1px solid #d5d5d5;
}

.iOWMenuGet {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 26%;
	z-index: 9;
}

.iOWMenu {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	text-align: center;
	padding: 10px;
	background: #F1F3F4;
	border-bottom: 1px solid #d5d5d5;
	z-index: 9;
}


.mainstyletext {
	margin: .5em;
/*	color:#999999;*/
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

.mainstylehead {
	margin: .5em;
/*	color:#999999;*/
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

.mainstylehl {
	margin: .5em;
/*	color:#999999;*/
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

.mainstylefooter {
	margin: .5em;
/*	color:#999999;*/
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

.lbfooter {
    margin: 0 auto;
	text-align:center;
}

.lbpicsize {
/*	display: block;*/
	width: 100%;
	height: 100%;
}


.header-img-size {
  width: 30%;
  height: 30%;
}

.iOWHeadLabel {
/*	color:#006666;*/
/*	color:#666666;*/
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

.cckMenuOffWHMan {
	transition: height 1s ease-in-out;
	font-size: 1.3em;
	height: 100%;
/*	height: 6em;*/
	overflow: hidden;
/*	background:#990000;*/
	position: absolute;
	top: 3.9em;
	left: 1.3em;
	display: none;
}

.cckMenuOnWHMan {
	transition: height 1s ease-in-out;
	font-size: 1.3em;
/*	height: 100%;*/
	height: 6em;
	overflow: hidden;
/*	background:#990000;*/
	position: absolute;
	top: 3.9em;
	left: 1.3em;
/*	display: none;*/
}

.cckMenuOff {
	transition: height 1s ease-in-out;
	font-size: 1.3em;
	height: 100%;
/*	height: 6em;*/
	overflow: hidden;
/*	background:#990000;*/
	position: absolute;
	top: 3.9em;
	left: 1.3em;
	display: none;
}

.cckMenuOn {
	transition: height 1s ease-in-out;
	font-size: 1.3em;
	height: 100%;
/*	height: 6em;*/
	overflow: hidden;
/*	background:#990000;*/
	position: absolute;
	top: 3.9em;
	left: 1.3em;
/*	display: none;*/
}

.cckmdiv {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

.navmenu {
	font-size: 2em;
	text-decoration: none;
	position: absolute;
	top: 0.3em;
	left: 0.3em;
/*	display: none;*/
	display: block;
	width: 1px;
	overflow: hidden;
	padding-left: 1em;
	margin-right: 2rem;
}

.navmenu::before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 1em;
	height: 0.2em;
/*	border-top: 0.6em double silver;*/
/*	border-bottom: 0.2em solid silver;*/
	border-top: 0.6em double teal;
	border-bottom: 0.2em solid teal;
}

.SizeView {
	display: flex;
	justify-content: left;
}


.WHmainflex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.WHmainflex-container > section {
	flex: 0 90%;
}

.mainflex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mainflex-container > section {
	flex: 0 60%;
}

.mainitem-container {
	margin: .5em;
}

.mainflex-item {
/*	border: 1px solid;*/
/*	margin: .5em;*/
/*	padding: .5em;*/
/*	background: #fdfcf3;*/
	width: 100%
}




.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-container > section {
	flex: 0 30%;
}

.item-container {
	margin: .5em;
}

/* große Viewports */

.flex-item {
/*	border: 1px solid;*/
/*	margin: .5em;*/
/*	padding: .5em;*/
/*	background: #fdfcf3;*/
	width: 100%
}

.flex-item:nth-of-type(2) {
/*	background: #ffebe6;*/
}

.flex-item:nth-of-type(3) {
/*	background: #e6f2f7;*/
}

.flex-item:nth-of-type(4) {
/*	background: #ebf5d7;*/
}


@media screen and (max-width: 600px) {
	.header-img-size {
		width: 65%;
		height: 65%;
	}

	.flex-container section {
		flex: 0 100% !IMPORTANT;
}

	.fungirl {
		display: none;
	}
	
	.navmenu {
		display: inline-block;
	}
	
	.mobile-only {
		display: block;
	}
	
	.desktop-only {
		display: none;
	}


	.cckMenuOn {
		font-size: 2em;
	}

	.cckMenuOff {
		font-size: 2em;
	}
	
}

