/* alles geändert für Typo3 9.5 */

.tx-indexedsearch-icon img {
    max-width: none;
}

.tx-indexedsearch-info {
    font-size: 80%;
    color: #aaa;
}

ul.tx-indexedsearch-browsebox {
    list-style: none;
    margin: 0 0 1em 0;
    overflow: hidden;
}

.tx-indexedsearch-browsebox li { float: left; list-style: none !important;}

.tx-indexedsearch-browsebox li a {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 1em 0 0;
    text-decoration: none;
}

.tx-indexedsearch-browsebox li a:focus,
.tx-indexedsearch-browsebox li a:hover,
.tx-indexedsearch-browsebox li a:active {
    background:#f8f8f8;
}

.tx-indexedsearch-search-table { width:auto;}
.tx-indexedsearch-search-table td {padding:.5em 1em .5em 0;}

.tx-indexedsearch-redMarkup { color: #f00; }

/* -----------------für Typo3 9.5:--------------------- */
.tx-indexedsearch-form{
display: inline-block;
width: auto;
max-widht: 250px;
}
.tx-indexedsearch-search-submit{
display: inline-block;
padding-left: 10px;
}
.tx-indexedsearch-form input{
padding: 4px;
}
.tx-indexedsearch-rules{
padding: 10px 0;
font-size: 0.7em;
}
.tx-indexedsearch-info-sword{
font-weight: bold;
}
div.tx-indexedsearch-browsebox{
background: white;
padding: 8px;
border-radius: 4px;
margin-bottom: 12px;
border: 1px solid #ccc;
border-top: 5px solid #ccc;
}
ul.tx-indexedsearch-browsebox{
margin: 0 !important;
}
.tx-indexedsearch-browselist-currentPage a{
background: #ccc;
}
.tx-indexedsearch-redMarkup{ color: #f37122; }

/* -------------------------für Typo3 13.4-----------------------*/
/* keine lokalen Partials oder Templates mehr im Einsatz; alles per Typoscript/CSS */
#tx_indexedsearch legend,
.tx-indexedsearch-res .tx-indexedsearch-info,
#tx_indexedsearch p,
.tx-indexedsearch-searchbox,
ul.tx-indexedsearch-browsebox{
visibility: hidden;
height: 0;
display: none;
}
div.tx-indexedsearch-browsebox {
  background: transparent;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 12px;
  border: 1px solid transparent;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: transparent;
  border-top: 5px solid transparent;
	text-align: center;
}
.tx-indexedsearch-info-sword{text-align: center;}
.tx-indexedsearch-info-sword-word::before{
content: open-quote;
}
.tx-indexedsearch-info-sword-word::after{
content: close-quote;
}
.tx-indexedsearch-res{
display: list-item;
list-style: url(https://raiba-pfaffenhofen.de/fileadmin/Raiba/Resources/Extensions/indexed_search/Images-Admin/LayoutBilder/raiba_bullet.png) outside !important;
}