.tx-indexedsearch-form
{
    width: 50%;
    float: left;
    clear: both;
    margin-right: 10px;
}

.tx-indexedsearch-searchbox-sword
{
    background: #EDEDED;
    color: #000;
    padding: 10px 15px;
    border: none;
    width: 100%;
    height: 40px;
}

.tx-indexedsearch-searchbox-sword:active {
    border: none;
}

.tx-indexedsearch-searchbox-button.btn
{
    height: 40px;
    margin: 0;
}

.search-area
{
    margin-bottom: 30px;
}

.tx-indexedsearch
{
    margin-bottom: 50px;
}

.tx-indexedsearch .tx-indexedsearch-res
{
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #d6d6d6;
}

.tx-indexedsearch-title a
{
    color: #555;
    font-weight: 600;
}

.tx-indexedsearch-text-item-path a {
	font-size: 17px
}

.tx-indexedsearch-title a:hover {
    color: #FCC000;
}

/* Paginierung */

ul.tx-indexedsearch-browsebox {
	float: right;
}

.tx-indexedsearch-browsebox li {
	padding: 0;
	margin-right: 0;
	height: auto
}

.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch-browsebox a:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px){

}

@media (max-width: 991px){
   
}

@media (min-width: 992px){
  
}