.tx-webx-events h1{
	text-align: center;
}

.tx-webx-events h2{
	text-align: center;
}

.remark{
	font-size: 20px;
}

.eventWrap, #showEvents, .showEvents, #eventResults{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	position: relative;
}

.btn_more{
	
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	background: #ef7f02;
	padding: 10px 15px !important;
	min-width: 200px;
	font-weight: 700;
	font-size: 16px;
	text-align:center;
	text-decoration: none !important;
	cursor: pointer;
	min-height: 32px;
	line-height: normal;
	
}

.eventImage .image{
/* 	min-height: 250px;
	width: 100%;
    height: auto; */
}
.infoBoxCategory{
	color: #fff;
	background: #ef7f02;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding: 6px 15px 4px 15px;
	display: inline-block;
	max-width:100%;
	word-wrap: break-word;
	position:absolute;
	top:0;
	left:0;
	text-align:left;
/* 	    margin: 5px; */
}

.infoBoxCategory img{
	width: 40px;
	height: 40px;
	transform: scaleX(-1);
}

.infoboxNr{
	font-size: 40px;
	color:#fff;
	font-weight:700;
	position: relative;
	bottom: 10px;
	right: 5px; 
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.eventItem{
	padding: 10px 0;
    /* margin-left: 8px;	
	width: 32%; */
	margin: 1%;
    width: 48%;
	margin-bottom: 20px;
}
.btn_more a{
	color: #fff !important;
}
.eventslider{
}
.eventItem span, .eventSliderItem span {
	display:block;
}
.topEventLatest  span{
    display: inline;
}
.eventItem a, .eventSliderItem a{
	text-decoration: none !important;
}
.eventImage{
	position:relative;
	overflow: hidden;
/* 	padding: 5px; */
	text-align: center;
}
.eventItem .infoboxNr, .eventSliderItem .infoboxNr {
/* 	bottom: 80px;
    right: 0px;
    line-height:36px; */
position: absolute;
}
.eventInfo{
	padding: 5px 0 5px 10px;
	text-align:left;
	color: #5c5b5b !important;
	position: relative;
}
.eventTime {
	display:block;
	font-size: 30px;
}
.eventInfo .teaser{
	min-height: 140px;
	
}
.more a, .eventItem a .more {
	color: white;
}

.more {
	text-align: center;
    display: block;
    text-decoration: none !important;
    margin-top: 5px;
    font-weight: 700;
    cursor: pointer;
	position: absolute;
	bottom: 0;
	
	width: 97%;
    background: #ef7f02;
    padding: 10px;
    padding-right: 0;
    margin-right: -10px;
	text-transform: uppercase;
}
.event-info{
	padding: 10px 0 20px;
}
.detailInfobox{
	margin: 10px 0 0;
}
.bg_infobox {
	background: #eee;	
	padding: 10px;
}
.detailInfobox h4 {
	color: #ef7f02;
	text-transform:uppercase;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	padding-right: 40px;
	cursor: pointer;
	position:relative;
}
.detailInfobox h4:after{
	content: "-";
	
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ef7f02;
    position:absolute;
    right:15px;
}
.detailInfobox h4.infoopen:after{
	content: "+";
}
.detailInfoboxContent{
	color: #000;
} 
.eventsfilter {
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: reverse;
	 -webkit-flex-direction: row-reverse;
	     -ms-flex-direction: row-reverse;
	         flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.eventfilter{
	padding: 5px;
	width:100%;
	margin-bottom: 50px;
}
.eventfilter .filterselect {
	
	background-image: url(/typo3conf/ext/webx_events/Resources/Public/images/drop-down_gray.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-align: -webkit-right;
    text-indent: 0.01px;
    border: 1px solid #5c5b5b;
    width: 30%;
    height: 35px;
    padding-right: 30px;
    padding-left: 7px;
}
.loadAllEvents {
	width:100%;
	height:35px;
	min-width:100px;
}

/*DETAIL*/
	
.eventtitle{
	text-align: center;
	font-size: 20px;
/* 	font-size: 25px;
	min-height: 65px; */
}
/* MOBILE */

@media screen and (max-width: 1024px) {
	.eventfilter .filterselect{
		width: 100%;
	}
}
@media screen and (max-width: 680px) {
	.eventItem{
		width: 100%;
		margin: 0;
		padding:0;
		margin-bottom: 20px;
	}
	.event-info{
	}
	#sidebar{
	}
		
	#contentEvents{	
	}
	
}