@charset "UTF-8";
/* CSS Document */

/* SUCHBOX in NAVI */

form#suche_header {
  margin-top: 10px;
  text-align: right;
  }

@media (max-width: 791px) {
  form#suche_header {
  text-align: left;
  }
}



form#suche_header input {
  width: 150px;
  }

/* Anpassung für den MD-Bereich */
@media (min-width: 792px) and (max-width: 1000px) {
  form#suche_header input {
    width: 100px;
  }
}

form#suche_header button {
  background: #ff7d00;
  color: #FFF;
  border: 0px;
  padding: 4px 10px 3px 10px;
  margin-top: 1px;
  }



/* Suchergebnisse */

form#tx_indexedsearch p {
  display: none;
  }

div.tx-indexedsearch-searchbox {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-bottom: 30px;
  }

div.tx-indexedsearch-form {
  float: left;
  }

div.tx-indexedsearch-form label {
  margin-right: 15px;
  }

input#tx-indexedsearch-searchbox-button-submit {
  background: #ff7d00;
  color: #FFF;
  border: 0px;
  margin-left: 15px;
  padding: 3px 10px;
  }

div.tx-indexedsearch-whatis {
  clear: both;
  display: none;
  }



ul.tx-indexedsearch-browsebox {
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  clear: both;
  }

ul.tx-indexedsearch-browsebox li {
  float: left;
  padding: 0;
  margin: 0 5px 0 0;
  }


ul.tx-indexedsearch-browsebox li:before {
  content: none;
  }

ul.tx-indexedsearch-browsebox li a:link {
  background: #f5f5f5;
  padding: 8px 15px;
  color: #4b4b4b;
  display: block;
  }

div.tx-indexedsearch-res {
  clear: both;
  }
