 #content{ 
	position: relative;
	max-width : 1024px;
	margin-left : auto;
	margin-right : auto;
	padding: 15px 10px;
}
 
body{
	background-image : url("/img/background2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover; 
	margin : 0px;
	/*fuer alle texte*/
	text-align : center;
	font-family : sans-serif;
	color:black;
	height:100vh;
}

div.blur{
    position: absolute;
	top: 0px;
	bottom:0px;
	left:0px;
	right:0px;
	//background-position: center -70px;
	background-color : rgba(210,210,210,0.9);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
	//z-index: 99;
}
div.content{
	position: relative;
	width:100%;
    height:100%; 
	
	//z-index: 100;
}

img.main{
	max-width:400px;
	
}

ul{
	list-style-type: none;
	padding-inline-start:0px;
	font-size:1.1em;
}


img.flag{
	cursor:pointer;
	position: absolute;
	top:5px;
	height:30px;
}

img.flagGer{
	left:5px;
}

img.flagEng{
	right:5px;
}

img.flagCn{
	right:70px;
}


h1{
	font-size:2.0em;
}

h2{
	font-size:1.5em;
}

h3{
	font-size:1.2em;
}

p{
	font-size:1.1em;
}

