@charset "UTF-8";
/* CSS Document */


html {
 height:100%;
}




body
{
	font-family: Sansation;
	font-size: 100%;
	color: white;
	height:100%;
	margin:0;
	padding:0;
	background-color: black;
}

.root
{
	width:100%;
	height:100%;
	margin: 0px;
	padding:0px;
}





.BGimage
{
	width:100%;
	height:100%;
	margin: 0;
	padding:0;
	position:fixed;
	overflow:hidden;
}

#logoFrame
{
	width:250px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-125px;
	margin-top:-250px;
	/*background-color: rgba(0,0,0,0.55);
}

#mLogo
{
	width:250px;
	height:300px;
	position:absolute;
	top:0px;
	left:0px;
	/*background-color: rgba(255,255,255,1);
	-webkit-mask-image: url(../assets/Bilder/Logos/m_Logo_003_screen_WHITE.png);
	/*background-image: url(../assets/UI/m-filez_Logo.png)
	*/
}


#mLogo:hover
{
	animation: colLogo 5s;
	-webkit-animation: colLogo 5s;
}

/*#logoHome:hover
{
	colChanger.background-color: rgba(179,255,0,1);
	
  -moz-transition-property: background-color;
  -moz-transition-duration: 2s;
   
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 2s;
   
  -o-transition-property: background-color;
  -o-transition-duration: 2s;
   
  -ms-transition-property: background-color;
  -ms-transition-duration: 2s;
 
  transition-property: background-color;
  transition-duration: 2s;
}*/






.BGcontainer
{
	width:100%;
	height:100%;
	margin: 0;
	padding:0;
	position:fixed;
	overflow:hidden;
	background-image: url(../assets/Bilder/Backgrounds/m_icon-Pattern.png);
}

#Wallpaper
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	background-image: url(../assets/Wallpapers/m-filez_BG_01.jpg);
	
}


/* -------- ANIMATIONS ------------*/
@keyframes colLogo
{
0% {background: rgba(255,255,255,1);}
33% {background: rgba(196,255,0,1);}
66% {background: rgba(255,0,234,1);}
100% {background: rgba(255,255,255,1);}

}

@-webkit-keyframes colLogo
{
0% {background: rgba(255,255,255,1);}
33% {background: rgba(196,255,0,1);}
66% {background: rgba(255,0,234,1);}
100% {background: rgba(255,255,255,1);}
}

/* -------- SLIDESHOW CSS ------------*/

