/******************************* SOLR ************************************/
@media (min-width:768px){
    .tx_solr_outer {
	min-height: 500px;
    }
}
.tx_solr_outer .page {
    background: none; 
}
.tx_solr_outer ul,
.tx_solr_outer ol {
    list-style: none;
}
#tx-solr-search li.tx-pagebrowse-pages ol {
    display: inline;
    margin: 0;
    padding: 0 !important;
}
.tx_solr_outer #tx-solr-search h2 {
    color: #000;
}
body.city .tx_solr_outer .tx-solr-search-word {
    color:#04274d;
}
body.tourism .tx_solr_outer .tx-solr-search-word {
    color:#590505;
}
.tx_solr_outer .searchdrawer {
    position: relative;
}
.tx_solr_outer .tx-solr-q {
    width: 100%; /* war 50% */
    float:left;
}
.tx_solr_outer .result_summary {
    clear: both; 
    width: 100%;
}

.tx_solr_outer .tx-solr-search-form {
    margin-bottom: 25px;
}
@media (min-width:768px){
    .tx_solr_outer .tx-solr-search-form .tx-solr-submit {
	width: auto;
	margin-top: 0;
	margin-left: 30px;
    }
    .tx_solr_outer .tx-solr-search-form .tx-solr-suggest {
	width: 310px;
	float: left;
    }
}
.tx_solr_outer .tx-solr-search-form #tx-solr-search-form-pi-results .tx-solr-suggest {
    position: relative;
    z-index: 10;
}
.tx_solr_outer .tx-solr-search-form #tx-solr-search-form-pi-results .tx-solr-suggest:focus {
    position: relative;
    z-index: 6000;
}
.tx_solr_outer .tx-solr-search-form #tx-solr-search-form-pi-results .tx-solr-suggest:focus + .clear_search {
    z-index: 6001;
}

/*.autocomplete-suggestions {
    background:#fff;
}
.autocomplete-suggestions .autocomplete-suggestion {
    padding:5px 10px;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
    cursor: pointer;
    background:#ddd;
}*/

.tx_solr_outer .tx-solr-submit {
    margin-left: 0;
    margin-top: 15px;
    float: left;
}

.tx_solr_outer .facets {
    margin: 25px 0;
}
.tx_solr_outer .facets li {
    list-style: none;
    padding:0;
}
.tx_solr_outer .facets li:before {
    content:none;
}
.tx_solr_outer .facet-option-list .facet-option {
    margin-bottom: 5px;
    border: 1px solid #b4b4b4;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width:768px) {
    .tx_solr_outer .facet-option-list .facet-option {
	width: auto;
	float: left;
	margin-right: 5px;
    }
    .tx_solr_outer .tx-solr-submit {
        margin-left: 10px;
        margin-top: 0;
    }
}

.tx_solr_outer .facet-option-list .facet-option a {
    cursor: pointer;
    padding: 5px 10px;
    display: block;
}
@media (min-width:1200px) {
    .tx_solr_outer .facet-option-list .facet-option a {
	padding: 5px 20px;
    }
}
.tx_solr_outer .facet-option-list .facet-option a,
.tx_solr_outer .facet-option-list .facet-option .facet-result-count {
    color: #666666;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
body.city .tx_solr_outer .facet-option-list .facet-option:hover a,
body.city .tx_solr_outer .facet-option-list .facet-option:hover .facet-result-count,
body.city .tx_solr_outer .facet-option-list .facet-option.act a,
body.city .tx_solr_outer .facet-option-list .facet-option.act .facet-result-count {
    color: #fff;
    background-color: #63819f;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-decoration: none;
}
body.tourism .tx_solr_outer .facet-option-list .facet-option:hover a,
body.tourism .tx_solr_outer .facet-option-list .facet-option:hover .facet-result-count,
body.tourism .tx_solr_outer .facet-option-list .facet-option.act a,
body.tourism .tx_solr_outer .facet-option-list .facet-option.act .facet-result-count {
    color: #fff;
    background-color: #590505;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.tx_solr_outer #tx-solr-pagination {
    margin-bottom: 40px;
}

.tx_solr_outer #tx-solr-sorting {
    width: 100%;
    margin-bottom: 10px;
}
.tx_solr_outer #tx-solr-pagination {
    width: 100%;
}
body.tourism .tx_solr_outer #tx-solr-pagination span.select {
    border:1px solid #9A9A9A;
}
@media (min-width:480px) {
    .tx_solr_outer #tx-solr-sorting,
    .tx_solr_outer #tx-solr-pagination {
	width: auto;
	max-width: 250px;
	margin-right: 20px;
    }
    .tx_solr_outer #tx-solr-pagination {
	max-width: 160px !important;
    }
}
@media (min-width:768px) {
    .tx_solr_outer #tx-solr-sorting,
    .tx_solr_outer #tx-solr-pagination {
	width: 310px;
    }
    .tx_solr_outer #tx-solr-pagination {
	width: 160px;
    }
}
@media (min-width:1400px) {
    .tx_solr_outer #tx-solr-sorting,
    .tx_solr_outer #tx-solr-pagination {
	float: left;
    }
    .tx_solr_outer #tx-solr-pagebrowser-top {
	float: right;
	margin-right: 8px;
    }
}

.tx_solr_outer #tx-solr-pagebrowser-top {
    margin-bottom: 18px;
}
.tx_solr_outer #tx-solr-pagebrowser-bottom {
    margin-top: 40px;
    float: right;
    margin-right: 8px;
}

.tx_solr_outer ul.pager {
    margin: auto;
    list-style: none;
}
.tx_solr_outer ul.pager li {
    display: inline-block;
    float:left;
    list-style: none;
    padding:0;
    width: auto;
}
.tx_solr_outer ul.pager li:before {
    content:none;
}
.tx_solr_outer ul.pager .tx-pagebrowse-current,
.tx_solr_outer ul.pager .page a,
.tx_solr_outer ul.pager li a,
.tx_solr_outer ul.pager .tx-pagebrowse-page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    color: #fff;
    background-color: #63819f;
    /*font-size: 13px;*/
    margin-right: 5px;
}
@media (min-width:992px){
    .tx_solr_outer ul.pager .tx-pagebrowse-current,
    .tx_solr_outer ul.pager .page a,
    .tx_solr_outer ul.pager li a,
    .tx_solr_outer ul.pager .tx-pagebrowse-page a {
	width: 40px;
	height: 40px;
	line-height: 40px;
    }
}
.tx_solr_outer ul.pager .tx-pagebrowse-current {
    background-color: #04274d;
}
body.tourism .tx_solr_outer ul.pager .tx-pagebrowse-current,
body.tourism .tx_solr_outer ul.pager .page a,
body.tourism .tx_solr_outer ul.pager li a,
body.tourism .tx_solr_outer ul.pager .tx-pagebrowse-page a {
    background-color: #ab7878;
}
body.tourism .tx_solr_outer ul.pager .tx-pagebrowse-current {
    background-color: #590505;
}
.tx_solr_outer ul.pager .tx-pagebrowse-prev,
.tx_solr_outer ul.pager .tx-pagebrowse-next {
    margin-right: 5px;
}
.tx_solr_outer ul.pager .tx-pagebrowse-next {
    margin-right: 0;
}
.tx_solr_outer ul.pager .tx-pagebrowse-prev,
.tx_solr_outer ul.pager .tx-pagebrowse-prev a,
.tx_solr_outer ul.pager .tx-pagebrowse-next,
.tx_solr_outer ul.pager .tx-pagebrowse-next a{
    display: inline-block;
}
.tx_solr_outer ul.pager .tx-pagebrowse-prev span,
.tx_solr_outer ul.pager .tx-pagebrowse-next span {
    background-color: #63819f;
    display: inline-block;
    position: relative;
    text-align: center;
    /*top: 4px;*/
    width: 30px;
    height: 30px;
}
@media (min-width:992px){
    .tx_solr_outer ul.pager .tx-pagebrowse-prev span,
    .tx_solr_outer ul.pager .tx-pagebrowse-next span {
	width: 40px;
	height: 40px;
    }
}
body.tourism .tx_solr_outer ul.pager .tx-pagebrowse-prev span,
body.tourism .tx_solr_outer ul.pager .tx-pagebrowse-next span {
    background-color: #ab7878;
}
.tx_solr_outer ul.pager .tx-pagebrowse-prev span:after,
.tx_solr_outer ul.pager .tx-pagebrowse-next span:after {
    content:"";
    background-image: url(/fileadmin/assets/Icons/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.tx_solr_outer ul.pager .tx-pagebrowse-next span:after {
    background-image: url(/fileadmin/assets/Icons/arrow-right.png);
}

.tx_solr_outer .results-list {
    clear: both;
}

.tx_solr_outer .results-list .results-entry {
    padding: 20px 0;
    border-bottom: 1px solid #b4b4b4;
}
.tx_solr_outer .results-list .results-entry:first-child {
    border-top: 1px solid #b4b4b4;
}

.tx_solr_outer .results-list .results-entry .result-img {
    width: 100%;
    max-height: 205px;
    overflow: hidden;
    margin-bottom: 15px;
}
@media (min-width:480px){   
    .tx_solr_outer .results-list .results-entry .result-img,
    .tx_solr_outer .results-list .results-entry .result-img + .results-text {
	padding-right: 25px;
	float: left;
	width: 40%;
    }
    .tx_solr_outer .results-list .results-entry .results-text {
	width: 100%;
    }
    .tx_solr_outer .results-list .results-entry .result-img + .results-text {
	width: 60%;
    }
}
@media (min-width:768px){
    .tx_solr_outer .results-list .results-entry .result-img {
	height: auto;
    }
    .tx_solr_outer .results-list .results-entry .result-img,
    .tx_solr_outer .results-list .results-entry .result-img + .results-text {
	width: 33.3%;
    }
    .tx_solr_outer .results-list .results-entry .results-text {
	width: 100%;
    }
    .tx_solr_outer .results-list .results-entry .result-img + .results-text {
	width: 66.6%;
    }
}

.tx_solr_outer .results-list .results-entry .results-topic {
    margin-top: 0;
    margin-bottom: 10px;
    /*word-wrap: break-word;*/
    display: block;
}
body.city .tx_solr_outer .results-list .results-entry .results-topic a {
    color: #04274d;
    font-weight: 500;
}
body.tourism .tx_solr_outer .results-list .results-entry .results-topic a {
    color: #590505;
    font-weight: 500;
}

body.city .tx_solr_outer .results-list .results-entry .results-highlight {
    color: #04274d;
    font-weight: 600;
}
body.tourism .tx_solr_outer .results-list .results-entry .results-highlight {
    color: #590505;
    font-weight: 600;
}

@media (min-width:768px){
    .tx_solr_outer .facet-type-default {
	border-bottom: 1px solid #b4b4b4;
    }
    .tx_solr_outer .facet-option-list .facet-option {
	margin: 0;
	width: auto;
	border-bottom: none;
	border-left: none;
	position: relative;
	top: 1px;
    }
    .tx_solr_outer .facet-option-list .facet-option:first-child {
	border-left: 1px solid #b4b4b4;
    }
    .tx_solr_outer .facet-option-list .facet-option.act {
	border-bottom: 1px solid #b4b4b4;
    }
    .tx_solr_outer #tx-solr-sorting,
    .tx_solr_outer #tx-solr-pagination {
	width: 310px;
	max-width: none;
	margin-right: 15px;
    }
}
/* .js_search_input_wrapper {
    float:left;
} */
/******************************* /SOLR ************************************/