/* ==body================================== */
html,body
{
	background: transparent url("/pics/back_sn.png")  0px 0px repeat;
	box-sizing: border-box;
	font-size: calc((1vw + 1vh + .5vmin)*.9);
}



/* ==Wrapper================================= */
.MWrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Arial;
	font-size: 80%;
	line-height: 140%;
	color: black;
}


/* ==main-grid================================== */
.MGridContainer
{
	height: 98vh;
	width: 90vw;
	display: grid;
	grid-template-columns: 2fr 16fr 1fr 81fr; 
	grid-template-rows: 8fr 3fr 5fr 61fr 2fr 1fr 6fr 1fr 6fr 1fr 2fr 6fr;
	grid-gap: 0px;
}

.MGridElmNav
{
	grid-column: 2;
	grid-row: 4;
}

.MGridElmMikelrecords
{
	grid-column: 4;
	grid-row: 1;
	border-bottom: 1px solid black;	
}	

.MGridElmBreadcrumbs
{
	grid-column: 4;
	grid-row: 2;
}	

.MGridElmImage
{
	grid-column: 4;
	grid-row: 3 / span 2;
}	

.MGridElmImageNameText
{
	grid-column: 4;
	grid-row: 5;
}	

.MGridElmImageInfoText
{
	grid-column: 4;
	grid-row: 7;
}	

.MGridElmThumbs
{
	grid-column: 4;
	grid-row: 9;
}	

.MGridElmFooter
{
	grid-column: 4;
	grid-row: 11;
	border-top: 1px solid black;	
}	

.MGridElmMap
{
	grid-column: 4;
	grid-row: 3 / span 7;
}	
/* ==bread crumbs================================= */
.breadcrumb
{
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
	font-size: 90%;
	font-weight: normal;
	
}

.breadcrumb li
{
    display: inline-block;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.breadcrumb li:after
{
    content: ".";
}
.breadcrumb a
{
	color: black;
    text-decoration: none;
}
.breadcrumb a:hover
{
    text-decoration: underline;
}




/* ==nav-container================================= */
.MNavArea
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;

}
.MNavList
{
	font-size: 90%;
	padding-left: 0%;
	list-style-type: none;
}
.MNavMainFrmt
{
	color: black;
	text-decoration: none;
}
.MNavMainFrmt:hover
{
	color: black;
	text-decoration: underline;
}
.MNavMainSelectedFrmt
{
	color: white;
	text-decoration: none;
}
.MNavMainSelectedFrmt:hover
{
	color: white;
	text-decoration: underline;
}
.MNavSubFrmt
{
	padding-left: 30%;
	color: black;
	text-decoration: none;
}
.MNavSubFrmt:hover
{
	padding-left: 30%;
	color: black;
	text-decoration: underline;
}
.MNavSubSelectedFrmt
{
	padding-left: 30%;
	color: white;
	text-decoration: none;
}

/* ==Bilder================================== */
.MImageArea
{
	position: relative;
	left: 0%;
	top: 2%;
	width: 98%;
	height: 97%;
}
.MFrmtElmImageVer
{
	position: absolute;
	left: 0%;
	top: 0%;
	height: 100%;

}	
.MFrmtElmImageHor
{
	position: absolute;
	left: 0%;
	top: 0%;
	height: 100%;
}	
.MFrmtElmMikelrecords
{
	height: 100%;
	width: auto;
	max-height: 100%;
}	
.MFrmtTableImage
{
	display: block;
	margin-left: 0px;
	margin-right: auto;
	width: 100%;

}	

.MImageNavLeftPic
{
    position: absolute;
	opacity: 0;
	border: 0;
	left: 0%;
	top: 0%;
	height: 20%;
	width: auto;
}
.MImageNavLeftPic:hover
{
	opacity: 1;
}
.MImageNavRightPic
{
    position: absolute;
	opacity: 0;
	border: 0;
	left: 12%;
	top: 0%;
	height: 20%;
	width: auto;
}
.MImageNavRightPic:hover
{
	opacity: 1;
}

/* ==text-content (impressum,...)================================= */
.MTxtContentArea
{
	position: relative;
	left: 2%;
	top: 3%;
	width: 98%;
	height: 97%;
	overflow: auto;
	background-color: transparent;
}
.MTxtContentHome
{
	position: relative;
	top: 8%;	
	left: 2%;
	width: 98%;
	font-size: 80%;
}
.MTxtContentAktuelles
{
	position: relative;
	top: 10%;	
	left: 2%;
	width: 98%;
	font-size: 80%;
}
.MTxtContentAboutMe
{
	position: relative;
	top: 3%;	
	left: 2%;
	width: 98%;
	font-size: 80%;
}
.MTxtContentFotos
{
	position: relative;
	top: 10%;	
	left: 10%;
	width: 90%;
	font-size: 80%;
}
.MTxtContentImpressum
{
	font-size: 80%;
}
.MTxtTitleImpressum
{
	font-weight: bold;
	font-size: 120%;
}
.MFrmtContentImage
{


}	
/* ==leerplatz ================================= */
.MTxtContentEmpty
{
	position: relative;
	background-color: transparent;
}

/* == content-aktuelles ==================== */
.MAktuellesHeader
{
	font-size: 120%;
	font-weight: bold;
    color: #000000;
}
.MAktuellesNeu
{
    color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.MAktuellesNeu a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.MAktuellesNeu a
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.MAktuellesAlt
{
    color: #848484;
}
.MAktuellesAlt a
{
	color: #848484;
	font-weight: normal;
	text-decoration: underline;
}
.MAktuellesAlt a:hover
{
	color: #848484;
	font-weight: bold;
	text-decoration: underline;
}


/* ==content-container-Map================================= */
.MMapArea
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	
    position: relative;
    top: 0px;
    left: 0px;

    height: 100%;
    width: 100%;

}
.MMapImg
{
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    width: auto;
}
.MMapRectFrmt
{
	fill: white;
	opacity: 0.6;
	
}
.MMapTxtFrmt
{
	font-family:'Verdana';
	font-size: 150%;
	font-weight: normal;
	fill: #9a3200;
}
.MMapTxtFrmt a
{
	fill: #9a3200;
	font-weight: normal;
}
.MMapTxtFrmt a:hover
{
	font-weight: bold;
}
.MMapHiddenFrmt
{
	font-family:'Verdana';
	font-size: 150%;
	font-weight: normal;
	fill: #818181;
}

.MMapTitleTxt
{
	font-family:'Arial';
	font-size: 300%;
	font-weight: normal;
	text-shadow: 2px 1px 2px #000000;
	fill: #000000;
}

/* ==breadcrumbs-container================================= */
.MBreadcrumbsArea
{
	font-size: 90%;
	color: black;
	font-style: normal;
	font-weight: normal;	
	text-decoration: none;	
}


/* ==bildName/bildInfoText-container================================= */
.MImageNameArea
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: transparent;
	text-align: left;
	font-size: 50%;
	font-style: italic;
	font-weight: normal;
	line-height: 100%;
	color: rgba(100, 100, 100, 1);
}

.MImageInfoTextArea
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: transparent;
	text-align: left;
	
	font-size: 75%;
	line-height: 130%;
		
}

/* ==thumbs-container================================= */
.MThumbArea
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: transparent;
	text-align: left;
}
.MThumbPic
{
	width: calc(100% / 15);
	height: auto;
	border: 1px solid black;
}
.MThumbPicSelected
{
	width: calc(100% / 15);
	height: auto;
	border: 1px solid white;
}
/* ==Footer-container================================= */
.MFooterArea
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: transparent;
	text-align: left;
	padding-bottom: 1%;
}
.MFooterArea ul
{
	margin-top: 5px;
    padding: 0px;
    display: block;

}
.MFooterArea li
{
    float: left;
    display: inline;
    border-left: 2px solid #999;
    padding: 0 .5em 0 .5em;

}
.MFooterArea li:first-child
{
    border-left: none;
}
.MFooterArea a
{
    float: left;
    text-decoration: none;
    list-style: none;
    line-height: 120%;
    font-size: 70%;
    font-family: Arial;
    color: rgba(100, 100, 100, 1);

}
.MFooterArea a:hover
{
    text-decoration: underline;
}