#tx-solr-search{width:72%;float:right}
#tx-solr-search-functions{width:25%;float:left}

#tx-solr-search .tx-solr-search-word{font-weight:bold}
.results-highlight{background:#fdee53}

ul.tx-pagebrowse {float: right; margin: 2em 0 1em 0}
ul.tx-pagebrowse li:before {display:none;}
ul.tx-pagebrowse li {text-indent: 0;list-style-type: none; float: left; display: block; padding: 16px 20px;}
ul.tx-pagebrowse li {font-size: 12px; font-weight: bold; color: #bdc4d1;}
ul.tx-pagebrowse li a {font-size: inherit; font-weight: inherit; color: #636a74; text-decoration: none;}
ul.tx-pagebrowse li.tx-pagebrowse-current, ul.tx-pagebrowse li.hover {background-color: #e4eaf6; border-color:#abc1e8;}

.tx-solr-search-form, #mobile-tab {display:none;}

select#resultsPerPage {
    position: absolute;
	overflow: hidden;
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px !important;
	-moz-appearance: toolbargripper;
	pointer-events: none;
	border: 0;
    padding: 12px 0 0 2px;
	font-size: 13px;
	color: #636a74;
    width: 180px;
    background-color: transparent;
	text-indent: 0.01px;
	text-overflow: '';
}

select#resultsPerPage option {
    background-color: #FFFFFF;
    border: medium none;
    height: 30px;
    padding: 7px;
}
/* IE */
select#resultsPerPage::-ms-expand {display: none;}

#tx-solr-pagination-results-per-page form {
	background: url(../../img/dropdown.png) no-repeat right #fff;
	display: inline-block;
	height: 38px;
    width: 170px;
}
#tx-solr-pagination-results-per-page form.hover {
	background: url(../../img/dropup.png) no-repeat right #fff;
}

#tx-solr-pagination-results-per-page {
	border: 1px solid rgba(97, 106, 117, 0.2);
	display: inline-block;
	margin-bottom: 8px;
    width: 180px;
}
#tx-solr-facets .facets {list-style-type:none;list-style-image:none; margin:0;padding:0;}
#tx-solr-facets .facets li {text-indent: 0;list-style-type:none;list-style-image:none;margin-left:0px}
#tx-solr-facets .facets li:before {display:none;}

.facet-option-list {
	border-top: 1px solid rgba(97, 106, 117, 0.2);
}
.facets-wrap .csc-firstHeader {
	border: 1px solid rgba(97, 106, 117, 0.2);
	height: 45px;
	color: #616A74;
	padding: 10px;
	padding-left: 15px;
	background-color: rgba(97, 106, 117, 0.2);
}

#tx-solr-facets .csc-header h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
#tx-solr-facets .csc-header h4 {
	cursor:pointer;
	text-decoration: none;
	font-size: 1.3em;
	color: #616a74;
	display: inline-block;
	width: 95%;
	padding: 7px 5px 7px 15px;
	font-size: 1em;
	font-weight: bold;
	background: url(../../img/dropup.png) no-repeat right #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#tx-solr-facets .csc-header h4.closed {
	background: url(../../img/dropdown.png) no-repeat right #fff;
}

.news-date{
	margin-top: 15% !important;
}

.facet {
	border: 1px solid rgba(97, 106, 117, 0.2);
	border-top:0
}

.facet-option-list {background-color: #fbfcfe; padding: 6px 10px 10px 10px;}

.facet-option-list label {
	font-weight: normal;
	font-size: 0.8em;
	padding: 7px 5px;
	padding-left: 15px;
	margin: 2px 0;
}

#tx-solr-facets-remove {display: none;}

@media screen and (max-width:1100px){
	#tx-solr-search{width:100%; margin-top: -40px;}
	#tx-solr-search-functions{width:50%; float: right;}
	
	#tx-solr-facets #mobile-tab {width: 156px; float:right;}
	#tx-solr-facets #mobile-tab h3 {
		padding: 12px 10px 0 17px;
		margin: 0;
		color: white;
		font-size: 13px;
		height: 40px;
		background: url(../../img/dropdown_blue.png) no-repeat right #003798;
		cursor: pointer;
		z-index: 22;
		position: relative;
	}
	#tx-solr-facets.hover #mobile-tab h3 {
		background: url(../../img/dropup_blue.png) no-repeat right #003798;
	}
	
	/*.hover .facets {*/
	.facets-wrap {
		background-color: white;
		display: none;
		position: absolute;
		z-index: 22;
		padding: 13px;
		-webkit-box-shadow:  1px 1px 20px 8px rgba(0, 0, 0, 0.2);
		box-shadow:  1px 1px 20px 8px rgba(0, 0, 0, 0.2);
		right: 8px;
		margin-top: 40px;
	}
	.hover .facets-wrap {
		display: block;
	}
	.facets {
		border: 1px solid #e0e1e5;
	}
	#tx-solr-facets #mobile-tab {margin:0; display:block; padding-right:10px; background-color: #003798;}
}
@media screen and (max-width:400px){
	.unneccessary-text {display:none;}
	#tx-solr-facets #mobile-tab {width: 90px;}
	
	.facet-option-list {padding: 10px 10px;}
	.facet-option-list label {font-size: 13px;}
	#tx-solr-facets .facet-option-list li {padding: 7px 0;}
}


.facets .ui-slider {
	height: 0.45em;
}
.facets .ui-slider .ui-slider-range {
	border: none;
	background-image: none;
	background-color: #868686;
}


.facets .ui-slider .ui-slider-handle {
	background-image: url(../../img/nadel.gif) !important;
	background-color: transparent !important;
	border: none;
	background-position: -5px center;
}

.facets .ui-slider .ui-slider-handle:nth-child(odd) {
	background-position: 4px center;
}
h4.facet-label span.abbr {
	font-size: 11px;
	margin-left: 7px;
}

h4.facet-label abbr {
	border-bottom:none;
}

.facet-participationfee_sFloatS .facet-option-list,
.facet-epoint_intS .facet-option-list {
	padding: 10px 30px 25px 30px;
}


.tx_solr .facet-option-list label {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 5px;
	padding-left: 35px !important;
	hyphens: auto;
}
.tx_solr .facet-option-list input[type="checkbox"]+label::before {
	position: absolute;
	margin-right: 0;
	margin-top: 0;
	left: 0;
}
