@charset "UTF-8";

/* desktops */
@media screen and (min-width: 992px) {

body {
background-image: url(../img_hg/hg_meilensteine.gif);
	background-repeat: no-repeat;	
	
	}
}
/* smarttablets*/
@media screen and (min-width: 768px) and (max-width: 991px)  {
	
	


 body {
	/* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
	background-image: url(../img_hg/hg_meilensteine_1640.gif);
	background-repeat: no-repeat;
  }
}
   
  /* minitablets */
@media screen and (max-width: 767px) {
	
 body {
	/* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
	background-image: url(../img_hg/hg_meilensteine_768.gif);
	background-repeat: no-repeat;
  }
}