/* Search Styles */
.tx-indexedsearch-info-noresult {
  padding: 20px 0;
}
.tx-indexedsearch-searchbox-button, .tx-indexedsearch-searchbox fieldset, .tx-indexedsearch #tx-indexedsearch-searchbox-button-submit {
  cursor: pointer;
}
.tx-indexedsearch-info dt, .tx-indexedsearch-info dd {
  font-size: 80%;
  float: left;
  margin-right: 3px;
  display: none; /* ausgeblendet */
}
.tx-indexedsearch-info dd {
  border-right: 1px solid #7F7F7F;
  padding-right: 5px;
  margin-right: 5px;
}
.tx-indexedsearch-info-sword {
  font-weight: bold;
  font-style: italic;
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #333;
}
.tx-indexedsearch-text-item-path p {
  margin: 0;
  line-height: 1;
}
.tx-indexedsearch-res {
  clear: both;
  padding: 20px;
  background: #eee;
}
.tx-indexedsearch-res:nth-child(even) {
  background: none;
}
.tx-indexedsearch-res:after {
  content: "";
  display: block;
  clear: both;
}
.tx-indexedsearch-res h3 {
  margin-bottom: 20px;
}
.tx-indexedsearch-browsebox {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.tx-indexedsearch-browsebox li {
  display: inline;
}
.tx-indexedsearch-browsebox li:after {
  content: "|";
  margin: 0 8px;
}
.tx-indexedsearch-browsebox li:last-child:after {
  display: none;
}
.tx-indexedsearch-searchbox fieldset {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-description {
  text-transform: none !important;
  font-family: "Arial", sans-serif !important;
  font-size: 0.9rem !important;
  margin-top: 0.5rem !important;
}

/* Form and Button Styles */
.tx-indexedsearch-form label, .tx-indexedsearch-form input, .tx-indexedsearch-search-submit input {
  width: auto;
  display: inline-block;
  margin-right: 20px;
  background: none;
  border: 1px solid #333;
}

.tx-indexedsearch-form label {
  border: none;
  padding-left: 0;
  margin-right: 5px;
}

.tx-indexedsearch-form > label:first-child {
  width: 70px;
}

.pid-38 .tx-indexedsearch-searchbox-sword {
  width: 200px;
}

.pid-38 #tx-indexedsearch-searchbox-button-submit {
  background: #fff;
  color: #592c11;
  border: 1px solid #592c11;
  transition: 0.3s ease-in;
  margin: 15px 0 0 79px;
  width: 200px;
}
.pid-38 #tx-indexedsearch-searchbox-button-submit:hover {
  background: #592c11;
  color: #fff;
}

#top-wrapper .tx-indexedsearch-form {
  position: relative;
  display: inline-block;
}
#top-wrapper .tx-indexedsearch-form input {
  padding: 5px;
  color: #7F7F7F;
  margin-right: 0;
}
#top-wrapper .tx-indexedsearch-form label {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0;
}
#top-wrapper .tx-indexedsearch-form #tx-indexedsearch-searchbox-button-submit {
  position: absolute;
  right: 3px;
  background: none;
  border: none;
  color: #7F7F7F;
  top: 6px;
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/*# sourceMappingURL=search.css.map */
