/* CSS Document */

/* ************************ */
/*Hintergrund Bild - Mobile Version*/
/* ************************ */

@media screen and (max-width: 858px) {
	
body {
	background-image: url(wand_mobile.jpg);
}

}