@CHARSET "UTF-8";

.tx-indexedsearch-searchbox {
    display: none;
}
.tx-indexedsearch-info-sword {
  font-size: 2.3rem;
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
  margin: 30px 0 20px;
}
.tx-indexedsearch-info-sword .tx-indexedsearch-info-sword-word {
    font-style: italic;
}
.tx-indexedsearch-info-sword .tx-indexedsearch-info-sword-word::before,
.tx-indexedsearch-info-sword .tx-indexedsearch-info-sword-word:after {
  content: '"';
}
.tx-indexedsearch-browsebox .pagination {
    margin: 0 auto 20px;
}
.tx-indexedsearch-results {
    line-height: 18px;
    padding-bottom: 15px;
}
.tx-indexedsearch-res {
    overflow: hidden;
    padding: 15px 30px 0 10px;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}
.tx-indexedsearch-title a {
    color: #1D1D1D;
    font-weight: bold;
}
.tx-indexedsearch-description {
    margin-top: 10px;
}

.ergebnis_text {
  height: 100%;
  overflow: hidden;
}
.ergebnis_text a:hover {
  color: #1D1D1D;
  text-decoration: underline;
}
.ergebnis_text strong {
  color: #1D1D1D;
  font-style: italic;
  font-weight: bold;
}

.ergebnis_n {
    float: left;
    height: 100%;
    margin: 0 15px 0 0;
    overflow: hidden;
    text-align: right;
    width: 40px;
}

.ergebnis .ergebnis_n .progress-bar {
    background-color: #555;
}
.ergebnis .ergebnis_n .progress {
  border-radius: 3px;
}
