@charset "utf-8";
/* mobile styles */
@media only screen and (max-width: 850px) {  
  #mobile-navigation p a#mobile-nav-home, #mobile-navigation p a#mobile-nav-contact, #mobile-navigation p a.mobile-nav-menu {
	  background-image:url(../_img/muehlacker/sprite-24.png);
  }
  
  #mobile-navigation ul li a:hover, #mobile-navigation ul li a:focus, #mobile-navigation ul li a.nav-active {
	  background: #e9cce2; 
	  background: -moz-linear-gradient(left, #fbf5f9 0%, #e9cce2 10%, #e9cce2 90%, #fbf5f9 100%); 
	  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fbf5f9), color-stop(10%,#e9cce2), color-stop(90%,#e9cce2), color-stop(100%,#fbf5f9)); 
	  background: -webkit-linear-gradient(left, #fbf5f9 0%,#e9cce2 10%,#e9cce2 90%,#fbf5f9 100%); 
	  background: -o-linear-gradient(left, #fbf5f9 0%,#e9cce2 10%,#e9cce2 90%,#fbf5f9 100%); 
	  background: -ms-linear-gradient(left, #fbf5f9 0%,#e9cce2 10%,#e9cce2 90%,#fbf5f9 100%); 
	  background: linear-gradient(to right, #fbf5f9 0%,#e9cce2 10%,#e9cce2 90%,#fbf5f9 100%); 
  }
  
  #mobile-navigation ul ul {
	  background: #fbf5f9; 
	  background: -moz-linear-gradient(left, #f6ebf4 0%, #f6ebf4 10%, #f6ebf4 90%, #fbf5f9 100%); 
	  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fbf5f9), color-stop(10%,#f6ebf4), color-stop(90%,#f6ebf4), color-stop(100%,#fbf5f9)); 
	  background: -webkit-linear-gradient(left, #fbf5f9 0%,#f6ebf4 10%,#f6ebf4 90%,#fbf5f9 100%); 
	  background: -o-linear-gradient(left, #fbf5f9 0%,#f6ebf4 10%,#f6ebf4 90%,#fbf5f9 100%); 
	  background: -ms-linear-gradient(left, #fbf5f9 0%,#f6ebf4 10%,#f6ebf4 90%,#fbf5f9 100%); 
	  background: linear-gradient(to right, #fbf5f9 0%,#f6ebf4 10%,#f6ebf4 90%,#fbf5f9 100%); 
  }
  
  #mobile-navigation ul ul ul {
	  background: none;
  }
  
  #events-teaser div p.events-teaser-more a {
	  background-image:url(../_img/muehlacker/sprite-24.png) !important;
	  color: #013689;
  }
}