/* debug */
.right {
	position:absolute;
	top:10px;
	right:40px;
	z-index:1;
	font-size:0.7em;
	background-color:white;
	opacity:0.8;
	text-align:right;
}
/* ende debug */

body {
	font-family:Arial, sans-serif;
	font-size:20px;
	background-color:white;
}

div.main, div.mainHome {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
}

/* Corona teaser */
.mcorona	{font-weight:bold; color:red}

.mHeader {
	position:relative;
	top:0em;
	left:0px;
	/*background-color:#4F68A3;*/
	background-color:white;
	border:1pt solid #e1e1e1;
	border-radius:0.2em;
	margin-bottom:0.3em;
}

.mLangImg {
	position:absolute;
	top:0.8em;
	right:0.6em;
	width:1.5em;
	height:1.5em;
	z-index:1;
	background-color:white;
}

.mInstImg {
	position:absolute;
	top:0.2em;
	right:0.2em;
	width:2.5em;
	height:2.5em;
	z-index:1;
}

.mMenuImg {
	position:fixed;
	top:0.7em;
	left:0.6em;
	width:1.5em;
	height:1.5em;
	z-index:1;
	/*background-color:white;*/
	border: 0.1em solid white;
	opacity:0.9;
	-moz-border-radius:.1em; -webkit-border-radius:.1em; 
}

.mMenuImgHidden {
	position:fixed;
	top:0.8em;
	left:0.6em;
	width:1.5em;
	height:1.5em;
	z-index:1;
	visibility:hidden;
}

.mMenu {
	position:fixed;
	top:2.7em;
	left:0.4em;
	z-index:1;

	display: flex;
	flex-flow:row wrap;
	border:0px solid #d1d1d1;
}


/*#mMenu:active {
	transition: all ease 1.5s;
}
*/

.mMenuEntry {
	width:9em;
	padding:0.5em;
	background-color:white; /*#d1d1d1;*/
	text-align:left;
	font-weight:bold;
	color:#515151; /* #818181; */
	text-decoration:none;
	opacity:0.9;
	border:0px solid #d1d1d1;
	
	transition: width,padding ease .2s;
}

.mMenuHidden {
	visibility:hidden;
	font-size:0.1em;
}

.hidden {
	visibility:hidden;
}

.mSQImage {
	position:relative;
	top:0px;
	padding-left:30px;
	border:0pt solid black;
}

.mSQ {
	position:relative;
	top:0em;
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
	color:#616161;
	text-align:center;
	border:0pt solid black;
}

.mSubSQ {
	position:relative;
	top:0em;
	font-family:Arial;
	font-size:0.75em;
	font-weight:bold;
	color:#6a6a6a;
	text-align:center;
	border:0pt solid black;
}

.mLink     { color:#808080; text-decoration:none;}
.mLink.active  { color:#000000; }


.mBox {
	position:relative;
	background-color:white;
	border:1pt solid #e1e1e1;
	border-radius:0.2em;
	text-align:center;
	height:20em;
	margin:0.2em;
}

.mBox, .mBoxImage, .mBoxVideo, .mPageImage, .mPageBox	{
	width:100%;
}

@media (orientation: landscape) { 
	.mBox, .mBoxImage, .mBoxVideo {
		width:19em;
	}
	.mBox {
		height:19em;
	}
	
	.mPageBox, .mPageImage	{
		width:98%;
	}
}

.mBoxHeader	{
	position:relative;
	top:0.7em;
	font-family:Arial;
	font-weight:bold;
	font-size:1.4em;
	border:0px solid black;
	z-index:1;
}

.mBoxSubheader	{
	position:relative;
	top:1.5em;
	font-family:Arial;
	font-size:1em;
	padding:0.2em;
	border:0px solid black;
	z-index:1;
}

.mBoxReadMore {
	position:relative;
	top:2em;
	font-family:Arial;
	font-size:1.1em;
	font-weight:bold;
	color:#b1b1b1;
	text-decoration:none;
	border:0px solid black;
	padding:0.5em;
	z-index:1;
}

.mBoxImage, .mBoxVideo {
	position:absolute;
	bottom:0px;
	left:0px;
	border:0px solid black;
	border-radius:0.1em;
}

.mPageBox {
	
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;

	position:relative;
	background-color:white;
	text-align:center;
	border:0pt solid #e1e1e1;
	margin:0.1em;
	margin-top:0.5em;
}

/*
.mPageImage, .mPageBox {
	width:15em;
	border:0px solid black;
}
*/
.mDetails {
	transition: all ease .5s;
}

.mPageHeader	{
	font-family:Arial;
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
	padding:0.5em;
	border:0px solid black;
}

.mPageSubheader	{
	font-family:Arial;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	border:0px solid black;
}


.mPageText	{
	font-size:1em;
	text-align:center;
	padding:0.3em;
	border:0px solid black;
}

.mPageTextImage {
	width:15em;
}

.mPageTextImageDesc {
	font-size:0.7em;
}

.mPageExkurs	{
	font-size:0.8em;
	text-align:center;
	padding:0.2em;
	border:0px solid black;
	background-color:#f1f1f1;
}

.mPageImgDesc {
	font-size:0.7em;
}

.mPageQuicklink {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#808080;
}

.mSpace {
	height:10px;
}

/* Seitenende */
.mBottom {
	position:relative;
	top:30px; 
	text-align:center;
}

.mBottom.copyright {
	border:0px solid black; 
	font-size:0.6em;
	padding:10px;
}

.mBottom.legal {
	font-size:0.7em;
}


/* Audios */

.mPageAudio {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:90%;
	margin:.5em;
	padding:.3em;
	background-color:#f1f1f1;
	-moz-border-radius:.2em; -webkit-border-radius:.2em; 
}

.mPageAudioDesc	{ 
	font-size:0.8em;
	text-align:center;
}

.mPageAudioplayer	{  
	margin-top:0.3em;
	width:100%;
	background-color:#f1f1f1;
	}

/* größere Auflösung */
@media all and (min-width: 800px) {
	
	div.main, .mMenu {
		flex-flow:column;
	}

	.mBox, .mBoxImage, .mBoxVideo {
		width:19em;
	}
	.mBox {
		height:19em;
	}
	.mPageBox {
		width:35em;
	}
	
	.mPageImage,.mPageAudio {
		width:33em;
	}
	
	.mPageAudioplayer {
		width:32em;
	}
	
	.mPageText {
		width:25em;
	}
}


/* Galerie */
div#imgContainer {
		position:relative;
		display: flex;
		justify-content: center;
		align-items: center;
		}

.mGalDesc {
	font-size:0.7em;
	text-align:center;
}
/*
@media only screen and (orientation: landscape) {
		img#slideImg {
		max-width: 135vh;
		max-height: 90vh;
		}
	}
*/

#nextBtn, #prevBtn {
    position: absolute;
    cursor: pointer;
}
#nextBtn {
    right: 0px;
}
#prevBtn {
    left: 0px;
}
	