#content #tx-solr-search {
	width: 100%;
	margin-bottom: 2em;
	margin-bottom: 2rem;
	position: relative;
}
#content #tx-solr-search a {
	padding-left: 0;
	background: none;
}
#content .tx-solr-search-form {
	padding: 0;
	border: none;
	background: none;
}
#content #tx-solr-search .results-list {
	padding-left: 0px;
	margin-top: 30px;
}

#content .results-entry {
	border-bottom: none;
}

#content .results-topic a {
	font-size: 18px;
	color: hsl(17, 50%, 49%);
	font-family: UniversNextPro-LightCond,"Roboto",sans-serif;
	font-weight: bold;
}

#content .relevance {
	display: none;
}

#content .tx-solr-customfacets {
	margin-top: 2rem;
}

#content .tx-solr-customfacets button {
	background: none;
	border: none;
	text-transform: uppercase;
	font-family: UniversNextPro-LightCond, Roboto, sans-serif;
	line-height: 34px;
	font-size: 24px;
	border-right: 1px solid hsl(169, 71%, 23%);
	padding: 0 14px;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top: -5px;
	color: hsl(170, 21%, 59%);
}
#content .tx-solr-customfacets .active button,
#content .tx-solr-customfacets button:hover {
	color: hsl(169, 71%, 23%);
}
#content .tx-solr-customfacets li:last-child button {
	border: none;
	padding-right: 0;
}
#content .tx-solr-customfacets li:first-child button {
	padding-left: 0;
}
#content #tx-solr-search-functions {
	display: none;
}




#content .tx-solr-submit {
	border: 1px solid hsl(169, 71%, 23%);
	background-color: hsl(167, 22%, 62%);
	font-family: UniversNextPro-Cond, Roboto, sans-serif;
	color: white;
	font-weight: normal;
	padding: 5px;
	width: 20%;
}

#content .tx_solr .result-found,
#content .tx_solr .result-range,
#content .tx_solr .searched-for {
	display: none;
}
#content .results-highlight {
	background-color: hsl(167, 22%, 62%);
	color: white;
}

#content .tx-solr-q {
	width: 50%;
}

#content #sorting-form {
	display: inline-block;
}

#content #results-per-page {
	float: initial;
	display: inline-block;
}

#content #sorting-form label,
#content #results-per-page label {
	min-widht: 14em;
	min-width: 14rem;
	font-weight: normal;
	display: block;
}

#content #sorting-form select,
#content #results-per-page select {
	display: block;
	margin-left: 0;
}

#solr-pagination {
	position: absolute;
	top: 105px;
	right: 0;
}

.results-list + #solr-pagination {
	position: unset;
	text-align: center;
}

#solr-pagination .pagination li {
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	color: #333;
	border: 1px solid hsl(169, 71%, 23%);
	background-color: hsl(167, 22%, 62%);
}

#solr-pagination .pagination li.previous,
#solr-pagination .pagination li.next {
	display: none;
}

#solr-pagination .pagination li.active {
	border: 1px solid hsl(169, 71%, 23%);
	background-color: hsl(210, 18%, 96%);
}

#solr-pagination .pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #FFF;
	background: none;
	border: none;
}

#solr-pagination .pagination li.active a {
	color: #333;
}



@media (max-width:767px){
	#content .tx-solr-customfacets.tab_headings button {
		border-right: 0;
		padding-left: 0;
	}
	#content .tx-solr-search-line {
		position: relative;
	}
	#content .tx-solr-q {
		width: 80%;
		border-right: none;
	}
	#content .tx-solr-submit {
		position: absolute;
		right: 0;
	}

}
