@charset "utf-8";

.tx-indexedsearch-res .res-tmpl-css {
    margin-bottom: 25px;
}

.tx-indexedsearch-res h3 {
    margin: 0;
}

/*Suchergebnis Match Farbe*/
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #af1428;
}

/*Pfad*/
.tx-indexedsearch-res .tx-indexedsearch-text-item-path a {
    color: #000;
    font-family: wf-DINWeb-Bold, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.tx-indexedsearch-res .tx-indexedsearch-text-item-path a:hover,
.tx-indexedsearch-res .tx-indexedsearch-text-item-path a:focus
.tx-indexedsearch-res .tx-indexedsearch-text-item-path a:active {
    color: #af1428;
    text-decoration: underline;
}

/*Paginierung*/
.tx-indexedsearch-browsebox {
    margin-bottom: 20px;
}

.tx-indexedsearch-browsebox ul.browsebox li a {
    color: #af1428;
    text-decoration: none;
}

.tx-indexedsearch-browsebox ul.browsebox .tx-indexedsearch-browselist-currentPage a {
    color: #000;
}

