.form_search_generic {
  .wwe3tbl {
    float: left;
    width: 66%;
  }

  form {
    position: relative;
    height: 100px;

    .wwe3tbl {
      position: absolute;
      width: 68%;
      bottom: 30px;

      input {
        width: 100%;
      }
    }

    .button_container {
      position: absolute;
      right: 0;
      width: 32%;
      bottom: 30px;

      input {
        width: 100%;
      }
    }
  }
}

.form_search_syntactic {
  .wwe3tbl {
    max-width: 434px;

    @media screen and (min-width: 980px) {
      max-width: 2000px;

      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: start;

      .s_ftterms {
        width: 100%;
      }

      .s_gesetze,
      .s_themen {
        width: 50%;

        > div {
          width: 95%;
        }
      }

      .s_themen {
        > div {
          float: right;
        }
      }
    }
  }

  .button_container {
    padding: 20px 0;
    max-width: 434px;
  }
}

.form_search_syntactic,
.form_search_generic {
  .otr,
  .otd_field {
    padding: 0;
  }

  .otd_label {
    padding-bottom: 5px;
  }

  .resultlist {
    list-style-type: none;

    li {
      padding: 2*$gutter 0;
      border-bottom: 1px solid $text;
      width: 100% !important;

      &:first-child {
        border-top: 1px solid $text;
      }
    }

    h2 {
      color: $color-accent-contrast;
      font-size: 1em;
      padding-bottom: 3px;
    }
  }
}