@charset "utf-8";
/* CSS Dokument */
@media only screen and (max-width: 720px){
	body {background-image: url(../images/background_mobil1.jpg);background-color:#2cacaa;background-position: top center;
	background-repeat: no-repeat;background-attachment:scroll;min-height:auto;background-size:100% auto;}
	footer{margin-top:90%;}
	#wrapper{width:98%;margin-left:1%;}
	#language .de{width:18%;margin-top:67%;margin-left:7%;}
	#language .en{width:18%;margin-top:67%;margin-left:48%;}
}