@media screen and (max-width: 576px) {
	body{
		overflow-x:hidden;
		background-image:url(../images/global/header/mobilebackground-netunia3101.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
	}
	#Bodycontainer{
		width:100%;
		padding-top:175px;
		padding-bottom:0;
	}
	#mainLogo{
		width:150px;
		height:132px;
		left:calc(50% - 69px);
		background-size:100%;
		background-repeat: no-repeat;
		top:-135px
	}
	#MenuColumn{
		display:none;
	}
	#ThemeboxesColumn{
		display:none;
	}
	#ContentColumn{
		margin-left:0;
		margin-right:0;
	}
	.Content{
		width:100%;
	}
	.mobileMenuButton{
		display:block;
	}
	#mobileMenuContainer{
		visibility:visible;
	}
	#webFooter{
		display:none;
	}
	#mobileHeader{
		display:block;
	}
	#mobileFooter{
		display:block;
	}
	.country_item{
		width:calc(100% / 3);
	}
	#languageBody{
		display:none;
	}
}
@media screen and (min-width: 577px) {
	#mobileMenuContainer{
		visibility:hidden;
	}
}