.volltextsuche {
  position: relative; }
  .volltextsuche > form > label {
    display: inline-block;
    width: calc(100% - 60px);
    max-width: 270px;
    margin-right: 10px; }
  .volltextsuche #volltextsuche {
    width: 100%; }
  .volltextsuche #volltextsucheErgebnis {
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 1;
    background: white;
    border: 1px solid #DBDBDB; }
    .volltextsuche #volltextsucheErgebnis li a {
      display: block;
      padding: 0 8px;
      line-height: 36px;
      color: #ba212b;
      text-decoration: none; }
      .volltextsuche #volltextsucheErgebnis li a:hover {
        border-top: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
        line-height: 34px;
        cursor: pointer;
        color: #e6757c; }
    .volltextsuche #volltextsucheErgebnis li:first-child a:hover {
      border-top: 0;
      line-height: 35px; }
    .volltextsuche #volltextsucheErgebnis li:last-child a:hover {
      border-bottom: 0;
      line-height: 34px;
      padding-bottom: 1px; }

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