.eoncalendarofevents-overlay
{
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3ODc4NyIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg3ODc4NyIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(135,135,135,0.2) 0%, rgba(135,135,135,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,135,0.2)), color-stop(100%,rgba(135,135,135,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(135,135,135,0.2) 0%,rgba(135,135,135,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(135,135,135,0.2) 0%,rgba(135,135,135,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(135,135,135,0.2) 0%,rgba(135,135,135,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(135,135,135,0.2) 0%,rgba(135,135,135,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33878787', endColorstr='#33878787',GradientType=0 ); /* IE6-8 */

}

.tx_eoncalendarofevents {
	position: relative;
}

/* --------- VA-Kalender Start --------- */

/*.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator {
	padding: 0;
	margin: 25px 0;
	width: 100%;
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li {
	float: left;
	list-style: none !important;
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li {
	border-top: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); 
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li:hover {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff)); 
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); 
	background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	background: linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
	
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li.current {
	padding: 2px 8px;
	background: #E5E5E5;
	color: #000;
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li a {
	display: block;
	padding: 2px 8px;
	color: #202020;
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li.next a {
    background: url("/typo3conf/ext/eoncalendarofevents/Resources/Public/Icons/arrow-right-small.png") no-repeat scroll 90% 50% transparent;
    padding-right: 20px;
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li.previous a {
    background: url("/typo3conf/ext/eoncalendarofevents/Resources/Public/Icons/arrow-left-small.png") no-repeat scroll 10% 50% transparent;
    padding-left: 20px;
}

#main .tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li a:hover {
	text-decoration: none;
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li:first-child {
	border-radius: 5px 0 0 5px;
	border-left: 1px solid #BABABA;
}

.tx_eoncalendarofevents .listEvents ul.f3-widget-paginator li:last-child {
	border-radius: 0 5px 5px 0;
}*/

.tx_eoncalendarofevents .countEvents {
    margin-bottom: 20px;
}


.tx_eoncalendarofevents .listEvents .event {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    position: relative;
    width: 100%;
}



.tx_eoncalendarofevents .listEvents .event img {}

.tx_eoncalendarofevents .listEvents .event .name {
	display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 5px;
}

.tx_eoncalendarofevents .listEvents .event .date,
.tx_eoncalendarofevents .listEvents .event .location {
	margin-top: 8px;
}


.tx_eoncalendarofevents .listEvents .event .date,
.tx_eoncalendarofevents .listEvents .event .time,
.tx_eoncalendarofevents .listEvents .event .location {
	opacity: 0.8;
	font-size: 0.9em;
	line-height: 1.2em;
}
.listEvents .location ul {
    list-style-type: none;
}
.listEvents .more {
    margin-top: 10px;
}

.tx_eoncalendarofevents .SingleEvent ul.information {
    border: 1px solid #ccc;
    float: right;
    padding: 2%;
    width: 60%;
    list-style-type: none;
    margin: 0;
    /* margin-left: 2%; */
    margin-bottom: 20px;
}
.tx_eoncalendarofevents .SingleEvent ul.information li span {
    width: 100px;
    display: block;
    float: left;
}

.tx_eoncalendarofevents .SingleEvent .datum-item {
    margin-bottom: 20px;
}

.tx_eoncalendarofevents a.back-link {
    margin-bottom: 30px;
    display: block;
}

.tx_eoncalendarofevents .SingleEvent img {
	float: left;
	width: 33%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 10px;
}

.tx_eoncalendarofevents .SingleEvent .date,
.tx_eoncalendarofevents .SingleEvent .time,
.tx_eoncalendarofevents .SingleEvent .information {
	float: right;
	width: 60%;
	padding: 0;
}

.tx_eoncalendarofevents .SingleEvent .information {
	width: 58%;
	padding-left: 2%;
}

.tx_eoncalendarofevents .SingleEvent .date,
.tx_eoncalendarofevents .SingleEvent .time {
	font-weight: bold;
}


.tx_eoncalendarofevents #filterList .form_field_wrap {
    float: left;
    margin-right: 1em;
    padding-right: 22px;
    position: relative;
}

.tx_eoncalendarofevents .filterList {
    background-color: #f1f1f1;
    padding: 10px;
}

.tx_eoncalendarofevents #filterList .dateFilter
{
	margin-bottom: 1em;
}

.tx_eoncalendarofevents .form_field_wrap.input input
{
	width: 85px;
	margin-right: 5px;
}

.tx_eoncalendarofevents #filterList .ui-datepicker-trigger {
    bottom: 3px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 0;
}

#my-carousel-1 ul
{
	padding: 0;
}

.csc-default .tx_eoncalendarofevents li
{
	margin-left: 0;
}

#page .tx_eoncalendarofevents .more a
{
	color: #fff;
}

.clear
{
	clear: both;
}

@media (max-width: 767px) {
	.tx_eoncalendarofevents .SingleEvent ul.information {
		width: 96%;
		float: none;
		clear: both;
		display: block;
	}
}