@charset "UTF-8";
/* Normalize
----------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Details page
----------------------- */
.job-article {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 2.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-article .job-title {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
  font-weight: 700 !important;
  color: #363839;
  line-height: 1.2 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.job-article .job-meta {
  display: flex;
  flex-direction: column;
}
.job-article .job-meta .job-title:after {
  content: ", ";
}
.job-article .job-meta p {
  margin: 0.25rem 0;
  color: #363839;
  font-size: 1rem;
}
.job-article .job-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.job-article .job-actions button, .job-article .job-actions a {
  position: relative;
}
.job-article .job-actions button:focus, .job-article .job-actions a:focus {
  outline: none;
}
.job-article .job-actions button:focus-visible, .job-article .job-actions a:focus-visible {
  outline: 2px solid #F4A030;
  outline-offset: 2px;
  z-index: 10;
}
.job-article .job-actions .btn {
  display: inline-flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 0;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}
.job-article .job-actions .btn-primary {
  background-color: #F4A030;
  color: #000;
}
.job-article .job-actions .btn-primary:hover {
  background-color: #ffb346;
}
.job-article .job-actions .btn-secondary {
  background-color: #f5f5f5;
  color: #444;
  border: 1px solid #ccc;
  font-size: 0.9rem;
}
.job-article .job-actions .btn-secondary:hover {
  background-color: #eee;
  color: #000;
}
.job-article .job-actions {
  /* Merken-Button via Mixin */
}
.job-article .job-actions .btn-heart {
  position: relative;
  margin: 0;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: url("/wp-content/themes/salesjob_theme/img/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  transition: background-color 0.2s;
}
.job-article .job-actions .btn-heart.bookmark-heart {
  background-image: url("/wp-content/themes/salesjob_theme/img/heart-active.svg");
}
.job-article .job-actions .btn-heart:hover {
  background-image: url("/wp-content/themes/salesjob_theme/img/heart-active.svg");
}
.job-article .job-actions .btn-heart {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .job-article .job-title {
    font-size: 1.125rem;
    text-align: left;
  }
  .job-article .job-ort {
    text-align: left;
  }
  .job-article .job-meta {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .job-article .job-title {
    text-align: center;
    font-size: 1.375rem !important;
  }
  .job-article .job-ort {
    text-align: center;
  }
}

.job-footer-nav,
.job-header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.job-footer-nav .job-tools,
.job-header-nav .job-tools {
  margin: 0 !important;
}
.job-footer-nav .job-tools a,
.job-header-nav .job-tools a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 1rem 1.5rem 1rem 4rem;
  color: white;
  background-color: #363839;
}
.job-footer-nav .job-tools a::before,
.job-header-nav .job-tools a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/salesjob_theme/img/result-list-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.job-footer-nav .pagination,
.job-header-nav .pagination {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  margin-top: 0;
  padding-top: 0;
}
.job-footer-nav .pagination .page-info,
.job-header-nav .pagination .page-info {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #363839;
  text-transform: none;
  white-space: nowrap;
  margin-top: 0;
}
.job-footer-nav .pagination .page-info .bold,
.job-header-nav .pagination .page-info .bold {
  font-weight: 700;
  color: #363839;
}
.job-footer-nav .pagination .prev-next,
.job-header-nav .pagination .prev-next {
  display: flex;
  gap: 1.5rem;
}
.job-footer-nav .pagination .btn-nav,
.job-header-nav .pagination .btn-nav {
  width: 40px;
  height: 40px;
  background-color: #363839;
  border: 2px solid #363839;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.job-footer-nav .pagination .btn-nav::after,
.job-header-nav .pagination .btn-nav::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
}
.job-footer-nav .pagination .btn-nav:hover,
.job-header-nav .pagination .btn-nav:hover {
  background-color: #f8f9fa;
}
.job-footer-nav .pagination .btn-nav:hover::after,
.job-header-nav .pagination .btn-nav:hover::after {
  border-top: 2px solid #363839;
  border-left: 2px solid #363839;
}
.job-footer-nav .pagination .prev::after,
.job-header-nav .pagination .prev::after {
  transform: rotate(-45deg);
  margin-left: 3px;
}
.job-footer-nav .pagination .next::after,
.job-header-nav .pagination .next::after {
  transform: rotate(135deg);
  margin-right: 3px;
}
@media screen and (max-width: 469px) {
  .job-footer-nav,
  .job-header-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 470px) and (max-width: 1589px) {
  .job-footer-nav,
  .job-header-nav {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1540px;
  }
}
@media screen and (min-width: 1590px) {
  .job-footer-nav,
  .job-header-nav {
    padding-left: 25px;
    padding-right: 25px;
    width: 1540px;
  }
}

/* Form filter
----------------------- */
.main-wrapper {
  display: flex;
  margin: 0 auto;
  gap: 40px;
}

.sidebar-dialog {
  flex: 1;
  min-width: 300px;
  border: none;
}
.sidebar-dialog form.filter-container {
  position: relative;
  background: transparent;
  padding: 0 25px 25px 25px;
  border-radius: 0;
  border: none;
}
.sidebar-dialog form.filter-container .filter-header h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #363839;
  font-size: 24px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.sidebar-dialog form.filter-container .filter-header h2 span#filter_anzahl {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  width: 34px;
  height: 34px;
  padding: 7px 2px 0 0;
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-image: none;
  background-color: #363839 !important;
}
.sidebar-dialog form.filter-container .filter-group .filter-summary {
  color: #363839;
  letter-spacing: 0 !important;
}
.sidebar-dialog form.filter-container button:focus, .sidebar-dialog form.filter-container input:focus, .sidebar-dialog form.filter-container summary:focus, .sidebar-dialog form.filter-container .filter-item:focus {
  outline: none !important;
}
.sidebar-dialog form.filter-container button:focus-visible, .sidebar-dialog form.filter-container input:focus-visible, .sidebar-dialog form.filter-container summary:focus-visible, .sidebar-dialog form.filter-container .filter-item:focus-visible {
  outline: 2px solid #F4A030 !important;
  outline-offset: 2px;
}
.sidebar-dialog form.filter-container fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.sidebar-dialog form.filter-container fieldset .filter-content {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-dialog form.filter-container fieldset .filter-content li:nth-child(n+6) {
  display: none !important;
}
.sidebar-dialog form.filter-container fieldset .filter-content.is-expanded li:nth-child(n+6) {
  display: flex !important;
}
.sidebar-dialog form.filter-container fieldset .filter-content .filter-item {
  display: flex;
  align-items: self-start;
  margin: 0;
  padding-bottom: 0.125rem;
  line-height: 1.5em;
  cursor: pointer;
}
.sidebar-dialog form.filter-container fieldset .filter-content .filter-item label {
  margin: 0;
  color: #363839;
  font-size: 16px;
  letter-spacing: 0 !important;
  cursor: pointer;
  line-height: 1.5 !important;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.sidebar-dialog form.filter-container fieldset .filter-content .filter-item input[type=checkbox] {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 4px 12px 0 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #363839;
  background-color: #fff;
}
.sidebar-dialog form.filter-container fieldset .filter-content .filter-item input[type=checkbox]:focus-visible {
  z-index: 11;
}
.sidebar-dialog form.filter-container fieldset .filter-content .filter-item input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -4px;
  left: -5px;
  width: 28px;
  height: 28px;
  color: black;
  font-size: 16px;
  font-weight: bold;
  background-image: url(/wp-content/themes/salesjob_theme/img/checkbox-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-dialog form.filter-container fieldset .filter-content .filter-item .count {
  color: #363839;
  font-size: 18px;
  margin-left: 5px;
}
.sidebar-dialog form.filter-container fieldset .btn-toggle-more {
  background: none;
  border: none;
  color: #363839;
  font-weight: 800;
  font-size: 18px;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
  margin-top: 5px;
  transition: opacity 0.2s ease;
}

.btn {
  padding: 12px;
  border: none;
  border-radius: 0;
  font-weight: bold;
  cursor: pointer;
}

.btn-mobile-trigger {
  position: relative;
  display: none;
  margin-bottom: 0;
  padding: 10px 50px 10px 30px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
  background: #4a4a4a;
}
.btn-mobile-trigger .badge {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  color: black;
  font-size: 16px;
  line-height: 32px;
  border-radius: 50%;
  background-color: white;
}
.btn-mobile-trigger:focus {
  outline: none !important;
}
.btn-mobile-trigger:focus-visible {
  outline: 2px solid #F4A030 !important;
  outline-offset: 2px;
}

.form-actions {
  display: none;
  gap: 10px;
  margin-top: 30px;
}
.form-actions .btn-primary {
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background: #F4A030;
}
.form-actions .btn-secondary {
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background: #000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  #filter_form > *:not(.filter-title) {
    display: block !important;
    padding: 0 10px !important;
  }
  .main-wrapper {
    flex-direction: column;
    margin-top: 4px;
  }
  .btn-mobile-trigger {
    display: block;
  }
  .sidebar-dialog[open] {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    overflow-y: auto;
    background: #DDE0E2;
  }
  .sidebar-dialog[open] form.filter-container .filter-header {
    margin-top: 2rem;
  }
  .sidebar-dialog[open] form.filter-container .filter-header .badge {
    position: relative !important;
    font-size: 20px !important;
    width: 35px !important;
    height: 35px !important;
    padding-left: 0 !important;
    color: #fff !important;
    font-weight: 700;
    line-height: 34px !important;
    background-color: #363839 !important;
    background-image: none !important;
  }
  .sidebar-dialog[open] form.filter-container .buttons .button {
    display: block !important;
    width: 100%;
    margin: 1rem 0 0.5rem 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: none;
    color: #363839;
  }
  .sidebar-dialog[open] form.filter-container .buttons .button.abbrechen {
    color: #fff;
  }
  .filter-summary {
    list-style: none;
    padding: 10px 0;
    font-weight: bold;
    border-top: 1px solid #dcdde1;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 1.25rem;
  }
  .filter-summary::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 1;
    background-color: #363839;
    color: #fff;
    border-radius: 50%;
    margin-top: 8px;
    font-size: 24px;
  }
  .filter-group fieldset button {
    margin-bottom: 1.25rem;
  }
  .filter-group[open] .filter-summary::after {
    content: "−";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 1;
    background-color: #363839;
    color: #fff;
    border-radius: 50%;
    margin-top: 8px;
    font-size: 24px;
  }
  .btn-close {
    position: absolute;
    top: 14px;
    right: 10px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    padding: 10px;
    z-index: 10;
  }
  .form-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sidebar-dialog {
    display: block !important;
    position: static;
    background: transparent;
  }
  .sidebar-dialog form.filter-container .filter-header {
    display: block !important;
    height: auto;
    line-height: 24px;
    color: #363839;
  }
  .filter-summary {
    list-style: none;
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 0;
  }
  .filter-summary::-webkit-details-marker {
    display: none;
  }
  .btn-close {
    display: none;
  }
  .filter-group {
    margin-bottom: 2.25rem;
    display: block !important;
  }
  .filter-group > fieldset, .filter-group > ul {
    display: block !important;
  }
  .filter-group .filter-summary {
    display: block;
    pointer-events: none;
    cursor: default;
    list-style: none;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .filter-group .filter-summary::-webkit-details-marker {
    display: none;
  }
  #filter_anzahl.badge {
    display: none;
  }
}
.content {
  flex: 2;
}

.job-card {
  background: #fff;
  padding: 20px;
  border-radius: 0;
  border: 1px solid #dcdde1;
  margin-bottom: 20px;
}

/* Form search
----------------------- */
.search-form input,
.search-form .selection-item,
.search-form button {
  position: relative;
}
.search-form input:focus,
.search-form .selection-item:focus,
.search-form button:focus {
  outline: none !important;
}
.search-form input:focus-visible,
.search-form .selection-item:focus-visible,
.search-form button:focus-visible {
  outline: 2px solid #F4A030 !important;
  outline-offset: 2px;
  z-index: 4;
}
.search-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.search-form fieldset .search-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.search-form fieldset .search-wrapper input[type=text]::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  opacity: 1; /* wichtig, da Firefox standardmäßig eine reduzierte Opacity setzt */
}
.search-form fieldset .search-wrapper input[type=text]::placeholder {
  font-family: "Open Sans", sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  opacity: 1; /* wichtig, da Firefox standardmäßig eine reduzierte Opacity setzt */
}
.search-form fieldset .search-wrapper .input-wrapper {
  position: relative;
  width: 100%;
}
.search-form fieldset .search-wrapper .input-wrapper input[type=text] {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #363839;
  letter-spacing: 0;
  border: 0;
  border-right: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
}
.search-form fieldset .search-wrapper .vorschlaege,
.search-form fieldset .search-wrapper .job-title-selection,
.search-form fieldset .search-wrapper .job-area-selection {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 0 0 0 0;
}
.search-form fieldset .search-wrapper .vorschlaege[hidden],
.search-form fieldset .search-wrapper .job-title-selection[hidden],
.search-form fieldset .search-wrapper .job-area-selection[hidden] {
  display: none;
}
.search-form fieldset .search-wrapper .vorschlaege .selection-list,
.search-form fieldset .search-wrapper .job-title-selection .selection-list,
.search-form fieldset .search-wrapper .job-area-selection .selection-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #DDE0E2;
}
.search-form fieldset .search-wrapper .vorschlaege .selection-list .selection-item,
.search-form fieldset .search-wrapper .job-title-selection .selection-list .selection-item,
.search-form fieldset .search-wrapper .job-area-selection .selection-list .selection-item {
  margin: 0;
  padding: 8px 25px;
  font-size: 16px;
  color: #363839;
  letter-spacing: 0;
  line-height: 1.75em;
  cursor: pointer;
}
.search-form fieldset .search-wrapper .vorschlaege .selection-list .selection-item:hover, .search-form fieldset .search-wrapper .vorschlaege .selection-list .selection-item:focus-visible,
.search-form fieldset .search-wrapper .job-title-selection .selection-list .selection-item:hover,
.search-form fieldset .search-wrapper .job-title-selection .selection-list .selection-item:focus-visible,
.search-form fieldset .search-wrapper .job-area-selection .selection-list .selection-item:hover,
.search-form fieldset .search-wrapper .job-area-selection .selection-list .selection-item:focus-visible {
  background: #f8f9fa;
}
.search-form fieldset .search-wrapper .vorschlaege .selection-list .selection-item input[type=checkbox],
.search-form fieldset .search-wrapper .job-title-selection .selection-list .selection-item input[type=checkbox],
.search-form fieldset .search-wrapper .job-area-selection .selection-list .selection-item input[type=checkbox] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 22px;
  width: 22px;
  margin-top: -2px;
  margin-right: 0.5em;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border: 1px solid hsl(0, 0%, 0%);
  background-color: #fff;
}
.search-form fieldset .search-wrapper .vorschlaege .selection-list .selection-item input[type=checkbox]:checked::before,
.search-form fieldset .search-wrapper .job-title-selection .selection-list .selection-item input[type=checkbox]:checked::before,
.search-form fieldset .search-wrapper .job-area-selection .selection-list .selection-item input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -3px;
  left: -4px;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/themes/salesjob_theme/img/checkbox-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.search-form fieldset .search-wrapper .vorschlaege .btn-apply,
.search-form fieldset .search-wrapper .job-title-selection .btn-apply,
.search-form fieldset .search-wrapper .job-area-selection .btn-apply {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 1rem;
  font-size: 20px;
  color: #363839;
  font-weight: 700;
  border: none;
  background-color: #F4A030;
}
.search-form fieldset .search-wrapper .clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.search-form fieldset .search-wrapper .clear-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -18px;
  left: -30px;
  width: 35px;
  height: 35px;
  background-image: url(/wp-content/themes/salesjob_theme/img/schliessen-kreuz.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.search-form fieldset .search-wrapper .job-title-wrapper {
  flex: 0 0 30%;
}
.search-form fieldset .search-wrapper .job-title-wrapper input {
  background: #fff url(/wp-content/themes/salesjob_theme/img/beruf.svg) 15px center no-repeat;
  background-size: 20px auto;
}
.search-form fieldset .search-wrapper .job-location-container {
  display: flex;
  flex: 0 0 40%;
}
.search-form fieldset .search-wrapper .job-location-container .job-location-wrapper {
  flex: 0 0 75%;
}
.search-form fieldset .search-wrapper .job-location-container .job-location-wrapper input[type=text] {
  display: inline-block;
  background: #fff url(/wp-content/themes/salesjob_theme/img/ort.svg) 15px center no-repeat;
  background-size: 18px auto;
}
.search-form fieldset .search-wrapper .job-location-container .job-area-wrapper {
  flex: 0 0 25%;
}
.search-form fieldset .search-wrapper .job-location-container .job-area-wrapper .input-wrapper input[type=text][name=area_display] {
  border-right: 0;
  background: #fff url(/wp-content/themes/salesjob_theme/img/Pfeil-runter.svg) right 10px center no-repeat;
  background-size: 16px auto;
}
.search-form fieldset .search-wrapper .job-location-container .job-area-wrapper .input-wrapper.disabled input[type=text][name=area_display] {
  color: #757575;
  cursor: default;
  background-image: none;
}
.search-form fieldset .search-wrapper .form-actions {
  display: block;
  flex: 0 0 30%;
  margin-top: 0;
}
.search-form fieldset .search-wrapper .form-actions .btn-submit {
  width: 100%;
  height: 100%;
  padding: 0;
  text-transform: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: #F4A030;
}
.search-form fieldset .search-wrapper .form-actions .btn-submit span {
  font-family: "Montserrat", sans-serif;
  color: #363839;
  padding: 0.25rem 0.25rem 0.25rem 3rem;
  font-size: 20px;
  font-weight: 700;
  background: #F4A030 url(/wp-content/themes/salesjob_theme/img/Lupe-grau.svg) 10px center no-repeat;
  background-size: 26px auto;
}
@media screen and (max-width: 767px) {
  .search-form .search-wrapper {
    flex-direction: column !important;
    gap: 10px;
  }
  .search-form .search-wrapper .job-title-wrapper,
  .search-form .search-wrapper .job-location-container,
  .search-form .search-wrapper .form-actions {
    flex: 0 0 100% !important;
    width: 100%;
  }
  .search-form .search-wrapper .job-location-container {
    flex-direction: row;
  }
  .search-form .search-wrapper .job-location-container .job-location-wrapper {
    flex: 0 0 80%;
  }
  .search-form .search-wrapper .job-location-container .job-area-wrapper {
    flex: 0 0 20%;
  }
  .search-form input[type=text] {
    height: 53px !important;
    padding: 0 40px 0 45px !important;
  }
  .search-form .btn-submit {
    height: 53px !important;
  }
  .search-form .job-area-wrapper input {
    padding-left: 15px !important;
  }
  .search-form .btn-submit {
    background-position: 20px center;
  }
}
@media screen and (min-width: 768px) {
  .search-form input[type=text], .search-form .btn-submit {
    height: 68px;
    padding: 0 40px 0 45px;
  }
  .search-form .job-area-wrapper input {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #suchmaske-container {
    height: auto !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  #suchmaske-container {
    height: 200px !important;
  }
}

/* Job results
----------------------- */
.job-results {
  margin: 0 auto;
}
.job-results .results-title {
  width: 100% !important;
  float: none !important;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  color: #363839;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  text-transform: none !important;
}
.job-results .job-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 24px;
  -webkit-hyphens: auto;
          hyphens: auto;
  border-radius: 0;
  transition: box-shadow 0.3s ease;
  background: #fff;
}
.job-results .job-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.job-results .job-card .main-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
}
.job-results .job-card .main-link:focus-visible {
  outline: 2px solid #F4A030;
  outline-offset: 2px;
}
.job-results .job-card .job-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100% !important;
}
.job-results .job-card .job-main .job-info {
  flex: 1;
}
.job-results .job-card .job-main .job-info .job-title {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 10px 0 !important;
  color: #363839;
  font-weight: 700;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: color 0.2s ease;
}
.job-results .job-card .job-main .job-info .company {
  margin: 0;
  font-weight: 600;
}
.job-results .job-card .job-main .job-info .company::after {
  content: "|";
  margin-left: 12px;
  color: #363839;
}
.job-results .job-card .job-main .job-info .location {
  margin: 0;
}
.job-results .job-card .job-main .job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
.job-results .job-card .job-main .job-logo {
  width: 130px;
  height: 80px;
}
.job-results .job-card .job-main .job-logo img {
  max-width: 130px;
  max-height: 80px;
}
.job-results .job-card .job-infos {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 0 0;
  gap: 1rem;
}
.job-results .job-card .job-infos .btn-heart {
  position: relative;
  margin: 0;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-image: url("/wp-content/themes/salesjob_theme/img/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  transition: background-color 0.2s;
}
.job-results .job-card .job-infos .btn-heart.bookmark-heart {
  background-image: url("/wp-content/themes/salesjob_theme/img/heart-active.svg");
}
.job-results .job-card .job-infos .btn-heart:hover {
  background-image: url("/wp-content/themes/salesjob_theme/img/heart-active.svg");
}
.job-results .job-card .job-infos .btn-heart {
  margin: 0;
  z-index: 2;
}
.job-results .job-card .job-infos .btn-heart:focus-visible {
  outline: 2px solid #F4A030;
  outline-offset: 2px;
}
.job-results .job-card .job-infos .job-top-job {
  height: 40px;
  margin: 0 !important;
  padding: 5px 15px !important;
  font-size: 18px;
  font-weight: 700;
  background-color: #F4A030;
}
@media (max-width: 1000px) {
  .job-results .job-card .job-main {
    flex-direction: column-reverse;
  }
  .job-results .job-card .job-main .job-logo {
    margin: 0;
  }
}

.pagination-container {
  font-family: system-ui, -apple-system, sans-serif;
  margin: 2rem 0;
}
.pagination-container .pagination-info {
  font-size: 0.9rem;
  color: #363839;
  margin-bottom: 1rem;
  text-align: center;
}
.pagination-container .pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}
.pagination-container .pagination-list li {
  margin: 0 !important;
}
.pagination-container .pagination-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #4a4a4a !important;
  font-size: 16px;
  border: 2px solid #4a4a4a;
  border-radius: 0;
  transition: all 0.2s ease;
}
.pagination-container .pagination-list li a:hover {
  background-color: #f8f9fa;
  border-color: #4a4a4a;
  color: #4a4a4a;
}
.pagination-container .pagination-list li a:focus {
  outline: 2px solid #4a4a4a;
  outline-offset: 2px;
}
.pagination-container .pagination-list li.active a, .pagination-container .pagination-list li.paging-nav a {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #fff !important;
  font-weight: bold;
  cursor: default;
}
.pagination-container .dots {
  color: #363839;
  padding: 0 5px;
}
.pagination-container .paging-nav a {
  font-weight: 500;
}
@media (max-width: 768px) {
  .pagination-container .job-main {
    flex-direction: column-reverse;
  }
  .pagination-container .job-logo {
    align-self: flex-start;
  }
  .pagination-container .pagination-list {
    justify-content: space-between;
  }
  .pagination-container .pagination-list li.page:not(.active),
  .pagination-container .pagination-list li.dots {
    display: none;
  }
  .pagination-container {
    /*
    .pagination-list li.paging-nav.back a:after {
    	content: "...";
    	right: -45px;
    	position: absolute;
    	color: black;
    	font-weight: 600;
    }

    .pagination-list li.paging-nav.forward a:before {
    	content: "...";
    	left: -45px;
    	position: absolute;
    	color: black;
    	font-weight: 600;
    }
     */
  }
}

.jobagent_link #jobagent_form label {
  margin-top: 1rem;
}
.jobagent_link #jobagent_form button {
  margin-top: 1rem;
  margin-left: 0 !important;
  letter-spacing: 0;
  font-size: 18px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (max-width: 767px) {
  .jobagent_link #jobagent_form label {
    width: 100%;
    margin-right: 0 !important;
  }
  .jobagent_link #jobagent_form button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .jobagent_link #jobagent_form label {
    width: calc(66.66% - 10px);
    margin-right: 10px !important;
  }
  .jobagent_link #jobagent_form button {
    width: 33.33%;
  }
}

/* Top jobs
----------------------- */
.topresults {
  padding: 0;
}
.topresults .top-jobs-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.topresults .top-jobs-wrapper .top-job-card {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  flex: 1 1 calc(33.333% - 20px);
  min-width: 260px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  box-sizing: border-box;
}
.topresults .top-jobs-wrapper .top-job-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.topresults .top-jobs-wrapper .top-job-card a {
  position: relative;
}
.topresults .top-jobs-wrapper .top-job-card a:focus {
  outline: none;
}
.topresults .top-jobs-wrapper .top-job-card a:focus-visible {
  outline: 2px solid #F4A030;
  outline-offset: -2px;
  z-index: 10;
}
.topresults .top-jobs-wrapper .top-job-card .top-job-link {
  text-decoration: none;
  color: inherit;
  padding: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.topresults .top-jobs-wrapper .top-job-card .logo-wrapper {
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.topresults .top-jobs-wrapper .top-job-card .logo-wrapper img {
  max-width: 120px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
.topresults .top-jobs-wrapper .top-job-card .content-wrapper {
  text-align: left;
  padding-bottom: 35px;
}
.topresults .top-jobs-wrapper .top-job-card .content-wrapper .top-job-title {
  font-size: 1.1rem;
  color: #363839;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.topresults .top-jobs-wrapper .top-job-card .content-wrapper .top-job-company {
  margin: 0 !important;
  color: #363839;
  font-size: 0.95rem;
  font-weight: normal;
}
.topresults .top-jobs-wrapper .top-job-card .content-wrapper .top-job-location {
  color: #363839;
  font-size: 0.85rem;
  font-weight: normal;
  margin: 0;
}
.topresults .top-jobs-wrapper .top-job-card .btn-heart {
  position: relative;
  margin: 0;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-image: url("/wp-content/themes/salesjob_theme/img/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  transition: background-color 0.2s;
}
.topresults .top-jobs-wrapper .top-job-card .btn-heart.bookmark-heart {
  background-image: url("/wp-content/themes/salesjob_theme/img/heart-active.svg");
}
.topresults .top-jobs-wrapper .top-job-card .btn-heart:hover {
  background-image: url("/wp-content/themes/salesjob_theme/img/heart-active.svg");
}
.topresults .top-jobs-wrapper .top-job-card .btn-heart {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.topresults .top-jobs-wrapper .top-job-card .btn-heart:focus {
  outline: none;
}
.topresults .top-jobs-wrapper .top-job-card .btn-heart:focus-visible {
  outline: 2px solid #F4A030;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .top-job-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .top-job-card {
    flex: 1 1 100%;
  }
}
/* Favorites list
*
* Additional the indicator in the page header
-------------------------------------------------- */
.merkliste {
  margin: 0 auto;
}
.merkliste h1 {
  text-transform: none !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.merkliste .merkliste-core {
  display: flex;
  flex-direction: column;
}
.merkliste .merkliste-core .job-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 0;
  transition: box-shadow 0.3s ease;
  background: #fff;
}
.merkliste .merkliste-core .job-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.merkliste .merkliste-core .job-card .main-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
}
.merkliste .merkliste-core .job-card .main-link:focus-visible {
  outline: 2px solid #F4A030;
  outline-offset: 2px;
}
.merkliste .merkliste-core .job-card .job-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100% !important;
}
.merkliste .merkliste-core .job-card .job-main .job-info {
  flex: 1;
}
.merkliste .merkliste-core .job-card .job-main .job-info .job-title {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 10px 0 !important;
  color: #363839;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  transition: color 0.2s ease;
}
.merkliste .merkliste-core .job-card .job-main .job-info .company {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0;
}
.merkliste .merkliste-core .job-card .job-main .job-info .company::after {
  content: "•";
  margin-left: 12px;
  color: #adb5bd;
}
.merkliste .merkliste-core .job-card .job-main .job-info .location {
  margin: 0;
  letter-spacing: 0;
}
.merkliste .merkliste-core .job-card .job-main .job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
.merkliste .merkliste-core .job-card .job-main .job-logo {
  width: 130px;
  height: 80px;
}
.merkliste .merkliste-core .job-card .job-main .job-logo img {
  max-width: 130px;
  max-height: 80px;
}
.merkliste .merkliste-core .job-card .job-infos {
  margin: 0;
  line-height: 20px;
}
.merkliste .merkliste-core .job-card .job-infos .btn-heart {
  position: relative;
  margin: 0;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: url("/wp-content/themes/salesjob_theme/img/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  transition: background-color 0.2s;
}
.merkliste .merkliste-core .job-card .job-infos .btn-heart.bookmark-heart {
  background-image: url("/wp-content/themes/salesjob_theme/img/heart-active.svg");
}
.merkliste .merkliste-core .job-card .job-infos .btn-heart:hover {
  background-image: url("/wp-content/themes/salesjob_theme/img/heart-active.svg");
}
.merkliste .merkliste-core .job-card .job-infos .btn-heart {
  margin: 10px 0 0 0;
  z-index: 2;
}
.merkliste .merkliste-core .job-card .job-infos .btn-heart:focus-visible {
  outline: 2px solid #F4A030;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .merkliste .merkliste-core .job-card .job-main {
    flex-direction: column-reverse;
  }
  .merkliste .merkliste-core .job-card .job-main .job-logo {
    margin: 0;
    height: auto;
  }
}

#menu-main-menu > li.bookmarks > a::after {
  font-weight: 700;
  visibility: visible !important;
}

/* Job agent
----------------------- */
.jobagent_link > div:first-child {
  text-transform: none !important;
  letter-spacing: 0;
}
.jobagent_link form#jobagent_form button {
  font-family: "Montserrat", sans-serif;
  text-transform: none !important;
  letter-spacing: 0;
}

/*# sourceMappingURL=main.min.css.map */