/* 
    Created on : 06.03.2015, 23:46:46
    Author     : Amalia Weber
*/
html{
   overflow: auto !important;
}

body{
	font-size: 1.3em;
	padding-right: 1em !important;
	padding-left: 1em !important;
	height: auto !important;
	scroll-behavior: auto;
	top: auto !important;
}

hr{
	border: 0;
	height: 1px;
	background: #257054;
}

ul.lan_menu{
	text-align: center;
	list-style-type: none;	
	padding-left: 0;
	display: block;
}

ul.lan_menu li{
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-color: #257054;
	
}
ul.lan_menu li a {
	width: 1.2em;
	height: 1.2em;
    margin-top: 0;
    font-size: 0.9em;
    line-height: 14px;
    top: 0;
    display: block;
    color: #ffffff;
	line-height: 1.1em;
}

.artistname{
	display: block;
	position: static;
	font-family: 'Dosis', sans-serif;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 2em;
	
}

.signature{
	background-color: #257054; 
	text-align: right; 
	padding: 10px 15px;
	box-sizing: border-box;
	position: static;
	left: auto;
}

.paintings{
	position: static; 
	z-index: 1;
}

.mobile_content{
	margin-top: 3em;
}


@media only screen and (min-width: 1000px) {
  
	.picSwitch, .paintings{
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		height: 1000px;
	}

	.signature{
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
	}

	.mobile_content{
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}



