@charset "UTF-8";
* {margin:0px; padding:0px;}


body{background-image: url("../gfx/florian_ewald_hg.jpg"); background-position: center 45px ; background-size: 150vW auto; background-repeat: no-repeat;background-attachment: fixed;background-color:#000000;}

@media only screen and (max-width: 850px) {
	body {background-position: center 65px;background-size: 170vW auto; }
}


@media only screen and (max-width: 480px) {
	body {background-position: center 65px;background-size: 200vW auto; }
}