@charset "UTF-8";
.kw--job-search {
  background: #f4f4f4;
  padding: 35px; }
  .kw--job-search__text {
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 760px) {
      .kw--job-search__text {
        flex-grow: 1;
        margin-bottom: 0; } }
  .kw--job-search__main {
    position: relative; }
    @media (min-width: 760px) {
      .kw--job-search__main {
        display: flex;
        justify-content: space-between;
        padding-bottom: 2em; } }
  .kw--job-search__icon {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 20px;
    width: 18px;
    height: auto;
    fill: #da291c; }
  .kw--job-search__loc {
    margin-bottom: 20px; }
    .kw--job-search__loc__field {
      width: 100%;
      position: relative; }
    @media (min-width: 595px) {
      .kw--job-search__loc {
        display: flex; } }
    @media (min-width: 760px) {
      .kw--job-search__loc {
        flex-grow: 1;
        margin-bottom: 0; } }
    .kw--job-search__loc__field {
      margin-bottom: 20px; }
      @media (min-width: 595px) {
        .kw--job-search__loc__field {
          margin-bottom: 0; } }
  .kw--job-search__textfield {
    padding: 11px 30px 11px 18px !important;
    width: 100%;
    border: none;
    font-size: 18px;
    position: relative;
    color: #737373;
    border: 2px solid #f4f4f4 !important; }
    .kw--job-search__textfield:focus {
      border: 2px solid #da291c !important; }
  .kw--job-search__selectfield {
    border: 2px solid #f4f4f4;
    min-width: 100%;
    font-size: 18px;
    padding: 0 30px 0 10px;
    height: 100%;
    -webkit-appearance: none;
    /* Entfernt den Standard-Style für WebKit-Browser */
    -moz-appearance: none;
    /* Entfernt den Standard-Style für Firefox-Browser */
    appearance: none;
    /* Standard CSS3-Eigenschaft */
    background-color: white;
    min-height: 47px;
    max-width: 100%; }
    .kw--job-search__selectfield:focus {
      border: 2px solid #da291c !important; }
  .kw--job-search__select {
    position: relative; }
    .kw--job-search__select:after {
      content: "C";
      color: #da291c;
      font-family: ETmodules;
      font-size: 16px;
      right: 11px;
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%); }
    .kw--job-search__select--label {
      font-size: 0.7em;
      padding-left: 0;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Open Sans", system, "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Open Sans", sans-serif; }
  .kw--job-search .submit {
    margin-left: auto;
    margin-right: auto;
    display: inherit;
    padding: 12px 30px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    background-color: #da291c;
    color: white;
    border: 1px solid #f4f4f4;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap; }
    @media (min-width: 760px) {
      .kw--job-search .submit {
        margin-left: inherit;
        margin-right: inherit;
        margin-bottom: 0;
        line-height: 1;
        padding: 13px 30px;
        font-size: 17px;
        margin-left: 20px; } }
    .kw--job-search .submit:hover, .kw--job-search .submit:focus {
      background-color: transparent;
      color: #da291c;
      border: 1px solid #da291c; }
  .kw--job-search__clear {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .kw--job-search__clear svg {
      width: 13px;
      height: 18px;
      margin-left: 10px;
      background-size: 20px; }
    .kw--job-search__clear .circle {
      position: relative; }
      .kw--job-search__clear .circle:after {
        content: "Q";
        font-family: ETmodules;
        font-size: 16px;
        right: 0;
        position: absolute; }
    @media (min-width: 760px) {
      .kw--job-search__clear {
        position: absolute;
        bottom: -1em;
        right: 0; } }
  .kw--job-search__filter {
    margin-top: 35px;
    padding-top: 35px;
    position: relative; }
    @media (min-width: 760px) {
      .kw--job-search__filter {
        padding-bottom: 2em; } }
    .kw--job-search__filter:before {
      position: absolute;
      content: '';
      height: 1px;
      width: 100%;
      left: 0;
      top: 0;
      background: #cdcdcd; }
    .kw--job-search__filter__toggle {
      width: 100%;
      margin-bottom: 1em; }
      .kw--job-search__filter__toggle__icon {
        background-color: #da291c;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-self: center;
        margin-right: 10px;
        fill: white;
        transform: rotate(180deg);
        transition: all ease-in-out .5s; }
      .kw--job-search__filter__toggle__link {
        display: flex;
        align-items: center; }
        .kw--job-search__filter__toggle__link.open svg {
          transform: rotate(0deg);
          transition: all ease-in-out .5s; }
      .kw--job-search__filter__toggle__headline {
        color: black;
        font-size: 20px;
        font-weight: 700;
        font-family: "Open Sans", system, "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Open Sans", sans-serif; }
    .kw--job-search__filter .kw--job-search__select-wrapper {
      margin-bottom: 1em; }
    @media (min-width: 760px) {
      .kw--job-search__filter__filters {
        display: flex;
        justify-content: flex-start;
        flex-flow: row wrap; }
        .kw--job-search__filter__filters .kw--job-search__select-wrapper {
          width: 48%; } }
    @media (min-width: 981px) {
      .kw--job-search__filter__filters .kw--job-search__select-wrapper {
        width: 31%;
        margin-right: 1em; } }

.kw--jobs-wrapper__notfound {
  padding: 4em 0; }
.kw--jobs-wrapper__more-loc {
  text-align: center;
  padding: 1em 0; }
.kw--jobs-wrapper__header {
  display: flex;
  padding: 2em 0;
  flex-wrap: wrap;
  font-family: "Open Sans", system, "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Open Sans", sans-serif;
  font-weight: 400; }
  @media (min-width: 760px) {
    .kw--jobs-wrapper__header {
      display: flex; } }
  .kw--jobs-wrapper__header .kw--job-count {
    order: 2;
    width: 50%;
    font-family: "Open Sans", system, "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Open Sans", sans-serif;
    font-size: 16px; }
    @media (min-width: 760px) {
      .kw--jobs-wrapper__header .kw--job-count {
        font-size: 18px; } }
    .kw--jobs-wrapper__header .kw--job-count__nmbr {
      font-weight: 700; }
    .kw--jobs-wrapper__header .kw--job-count__label {
      display: block; }
    .kw--jobs-wrapper__header .kw--job-count__data {
      display: block; }
  .kw--jobs-wrapper__header .kw--job-sort-options {
    order: 3;
    width: 50%;
    font-family: "Open Sans", system, "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    display: none; }
    .kw--jobs-wrapper__header .kw--job-sort-options label {
      font-size: 16px; }
      @media (min-width: 760px) {
        .kw--jobs-wrapper__header .kw--job-sort-options label {
          font-size: 18px; } }
    .kw--jobs-wrapper__header .kw--job-sort-options select {
      border: none !important; }
.kw--jobs-wrapper__list {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important; }
.kw--jobs-wrapper__entry {
  border-bottom: 1px solid #cdcdcd; }
  .kw--jobs-wrapper__entry:first-of-type {
    border-top: 1px solid #cdcdcd; }
  .kw--jobs-wrapper__entry__wrapper {
    padding: 1em 0;
    position: relative; }
  .kw--jobs-wrapper__entry__icon {
    width: 15px;
    margin-right: 1em;
    height: auto;
    display: block;
    min-width: 15px; }
  .kw--jobs-wrapper__entry__header {
    display: flex; }
  .kw--jobs-wrapper__entry__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: "Open Sans", system, "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Open Sans", sans-serif;
    color: black; }
    @media (min-width: 760px) {
      .kw--jobs-wrapper__entry__title {
        font-size: 24px;
        line-height: 28px; } }
  .kw--jobs-wrapper__entry__txt {
    font-size: 16px;
    line-height: 20px;
    color: black; }
    @media (min-width: 760px) {
      .kw--jobs-wrapper__entry__txt {
        font-size: 18px;
        line-height: 22px; } }
  .kw--jobs-wrapper__entry__loc {
    padding: 1em 0;
    display: flex; }
  .kw--jobs-wrapper__entry__pub {
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", system, "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Open Sans", sans-serif;
    color: black; }
    @media (min-width: 760px) {
      .kw--jobs-wrapper__entry__pub {
        position: absolute;
        right: 0;
        top: 1em; } }
  .kw--jobs-wrapper__entry:hover .kw--jobs-wrapper__entry__title, .kw--jobs-wrapper__entry:focus .kw--jobs-wrapper__entry__title {
    color: #da291c; }

.kw--job-pagination {
  order: 1;
  width: 100%;
  font-family: "Open Sans", system, "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 1em; }
  .kw--job-pagination a {
    display: inline-block;
    padding: 5px 10px;
    color: #737373; }
  .kw--job-pagination .page-numbers.current {
    color: #da291c;
    border-bottom: 4px solid #da291c;
    display: inline-block;
    padding: 5px 10px; }
  .kw--job-pagination .kw--job-pagination--icon {
    fill: #cdcdcd;
    width: 10px; }

.button--py {
  background-color: #25d366;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
  padding: .3rem .4rem .1rem .4rem;
  min-height: 40px;
  width: auto;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Open Sans", system, "San Francisco", -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Open Sans", sans-serif; }
  .button--py:hover, .button--py:focus {
    border: 2px solid #25d366 !important; }
  .button--py:visited, .button--py:active {
    color: white !important;
    text-decoration: none !important; }
  .button--py span {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .05rem; }
  .button--py svg {
    width: 25px;
    display: inline-block;
    margin-left: 10px; }

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