/* Enter Your Custom CSS Here */
body.custom-background {
 	background: linear-gradient(180deg, #808080 0%, #fff 40%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important; 

}

.main-small-navigation {
    background-color: #292929;
}

/*Bilder in Graustufen
img {
   -webkit-filter: grayscale(1);
    filter: gray; 
    filter: grayscale(1);
}*/

#menu-hauptmenue {
    margin-top: 27px;
}

.eventList_1 ul, ul.eo-event-meta {
  list-style-type: none;
  padding: 0 0 0 0;
}

.eventList_1 .eventTable .eventThumb {
  text-align: center;
  vertical-align: middle;
  width: 42%;
}

.eventList_1 .eventTable .eventThumb img {
  margin-top:20px;
  margin-bottom: 20px;
}

.eventList_1 .eventTable .eventTitle, .eventList_1 .eventTable .eventSchedule {
    height: 30px;
}

.eo-event-post-thumbnail {
 	float:right;
}

.eo-event-post-thumbnail img {
	height:150px; 
}

.mobileDisplay {
 	display:none; 
}

.largeDisplay {
    display:table-cell; 
}

.centered {
  text-align: center;
  vertical-align: middle;
}

.post .entry-meta {
  border: 0;
}

@media screen and (max-width: 600px) {
  .eo-event-post-thumbnail {
      float: none;
      text-align: center;
  }
  
  .mobileDisplay {
      display:table-cell;
  }
  
  .largeDisplay {
   	  display:none; 
  }
  
}