/*************************************************
* SOLR SEARCH-BOX
*************************************************/
#header .tx-solr{
	float: right;
	margin: 20px 0 20px 0;
	width: 40%;
}

.tx-solr .tx-solr-searchbox{
	float: right;
	width: 100%;
}
#tx-solr-search-form-pi-search {
	
}
#ui-id-1{
	z-index: 1000;
}

.tx-solr .tx-solr-search-form {
	background: none;
	border: none;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
	min-height: 40px;
	overflow: hidden;
}
.tx-solr #tx-solr-search-form-pi-results{
	width: 100%;
	display: block;
}
#tx-solr-search-form-pi-results input {
	border-radius: 0;
	-webkit-appearance: none;
}
#tx-solr-search-form-pi-results input.tx-solr-q{
	margin: 0 0 10px 0 !important;
	width: 100% !important;
}
#tx-solr-search-form-pi-results input.tx-solr-submit{
	margin: 0 !important;
}
.tx-solr .tx-solr-q{
	float: left !important;
	display: block;
	padding: 6px 8px 7px 8px;
	height: 36px;
	width: 70%;
}
.tx-solr input.tx-solr-submit{
	cursor: pointer;
	margin: 0 0 0 2%;
	/*width: 140px !important;*/
	width: 28%;
	float: left !important;
	display: block;
	border: none;
	background: #d6d6d6 !important;
	height: 36px;
	color: #808080 !important;
}
.tx-solr .tx-solr-submit:hover{
	background: #c6c6c6 !important;
}
#tx-solr-search-form-pi-search input {
	border: 1px solid #CFCECF;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 6px 8px;
	float:left;
	border-right: none;
	height: 30px;
	color: #444;
	width: 90%;
}
#tx-solr-search-form-pi-search input:focus{
	color: #000;
}
#tx-solr-search-form-pi-search input.submit {
	margin: 0;
	width: 10%;
	border-left: none;
	border-right: 1px solid #CFCECF;
	cursor: pointer;
	display: block;
	text-indent: -10000px;
	background: #fff url(../Images/Base/search-icon.png) right center no-repeat;
}
.tx-solr #tx-solr-search {
	float: none;
	width: 100%;
}
.tx-solr h4{
	font-size: 34px;
	display: block;
	padding: 20px 0 0 0;
}
.tx-solr .result-content{
	font-size: 12px;
}
.tx-solr .results-entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.tx-solr .results-entry a{
	text-decoration: none;
}
.tx-solr .results-highlight {
	background: #eee;
}
.tx-solr .results-entry h5.results-topic{
	margin-bottom: 0;
}

.results-teaser p{margin: 0; padding: 0;}

ul#ui-id-2{
	z-index: 1000;
}
.result-content {
	clear:none !important;
}


#tx-solr-search .facet-option{
	margin:6px 0 0 0;
}

#tx-solr-search .facet-removeall{
	margin:6px 0 3px 0;
}

#tx-solr-faceting{
	margin-bottom: 30px;
}
#tx-solr-search h2 {
    display: block;
	padding: 0 0 8px 0;
	margin: 50px 0 16px 0;
	border-bottom: 2px solid #c6c6c6;
}
#tx-solr-faceting h2{
	font-size: 14px; 
	font-weight: bold;
	background: none;
	padding: 0;
	margin: 0;
}
#tx-solr-search .results-list{
	margin-top: 50px !important;
}

#tx-solr-search .results-teaser{
	padding-bottom: 6px;
}

@media screen and (max-width: 1000px){
	
#tx-solr-search-form-pi-search input {
	width: 85%;
}

#tx-solr-search-form-pi-search input.submit {
	width: 15%;
}
	
}


@media screen and (max-width: 700px){
	#header .tx-solr{ float: none; margin: 0; width: 100%;}
	
	#tx-solr-search-form-pi-search input {
		width: 90%;
	}
	
	#tx-solr-search-form-pi-search input.submit {
		width: 10%;
	}

	#tx-solr-faceting{
		width: 100%;
		clear: both;
		padding-top: 10px;
	}
	
	/*#main form  input.tx-solr-submit{
		margin: 10px 0 0 0;
	}
	#main form input.tx-solr-q {
		width: 100%;
	}*/
	
}

@media screen and (max-width: 400px){
	
	

	
	#tx-solr-search-form-pi-search input.submit {
		background-position: left center;
	}
}