/*
	Extension styles for events because of a broken cache plugin.
*/

.frueh-termine{}
.frueh-termine:nth-child(3n+4){
	margin-left: 0 !important;
}
.frueh-termine .containerright{
	min-height: 120px;
}

/* Show more */
.frueh-termine.frueh-event-hidden{
	display: none;
}

/* Keine Ergebnisse */
.frueh-termine-no-results{
    color: #888;
    font-style: italic;
    padding-bottom: 400px;
}