
#zrjb-item-count-line {
  font-style: italic;
  color: #666;
}
.zv-list_item {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.zv-job_list h3 .title-link {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 10px;
  display: block;
}

.zv-list_info {
  font-size: 16px;
  color: #333;
}

.zv-list_info .zrjb-joblist-property-icon-and-value:first-child {
  display: flex;
}

.zv-list_info .zrjb-joblist-property-icon-and-value {
  line-height: 1.5em;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding-right: 15px;
  font-weight: 300;
}

.zv-list_info .zrjb-joblist-property-icon-and-value i {
  padding-right: 3px;
  color: #666;
}

/* Search & Filter Container */

#zrjb-item-search-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
}

#zrjb-item-search-container .zrjb-filter-keywords-wrapper {
  flex: 0 1 30%;
}

#zrjb-item-search-container .zrjb-filter-keywords-wrapper input {
  border: 0;
  border-bottom: 1px solid #666;
  padding-bottom: 3px;
  font-size: 18px;
  width: 100%;
}

#zrjb-item-search-container .zrjb-filter-umkreis-wrapper {
  flex: 0 1 30%;
}

#zrjb-item-search-container
  .zrjb-filter-umkreis-wrapper
  .select2-container
  .select2-selection--single {
  height: 38px;
}

#zrjb-item-search-container .zrjb-filter-vertragsart-wrapper {
  flex: 0 1 30%;
}

#zrjb-item-search-container .zrjb-submit-button-wrapper {
  flex: 1 1 100%;
  margin: 20px 0;
}

#zrjb-bewerben-button-link, button#zrjb-submit-button {
  font-size: 20px;
  text-transform: uppercase;
  background-color: #ff5e54;
  padding: 8px 50px;
  border: 0;
  margin-bottom: 10px;
  color: #fff !important;
  display: block;
  line-height: 1.7em;
  transition: all 300ms ease 0ms;
  width: fit-content;
  cursor: pointer;
}

button#zrjb-submit-button:hover, #zrjb-bewerben-button-link:hover {
  background-color: #812a3b;
}




/* Pagination */
#zrjb-list-pagination-line {
    margin-top: 30px;
}
 #zrjb-list-pagination-line button {
    padding: 5px 10px;
  border: 1px solid #ff5e54;
  background: transparent;
  font-size: 18px;
  color: #ff5e54;
  margin-right: 10px;
  cursor: pointer;
}

#zrjb-list-pagination-line button:disabled {
  border: 0;
  color: #666;
  cursor: auto;
}

/* Job Detail Page */

.zv-image_container #zrjb-image-container img {
    max-height: 450px;
    object-fit: cover;
    object-position: center 15%;
}

.zv-job_detail_page {
    font-weight: 300;
}

.zv-job_detail_page h3 {
    margin-top: 40px;
    font-weight: 400;
}

.zv-job_detail_page strong {
    font-weight: 600;
}

.zv-job_detail_info {
    font-weight: 300;
}

.zv-job_details_container {

}

.zv-job_details_container_item {
    padding-bottom: 20px;
}

.zv-job_details_container_item i {
    color:#ff5e54;
    padding-right: 3px;
}

.zv-job_details_container_item div {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.zv-job_details_container_item .zv-job_details_container_item_value {
    font-weight: 400;
}

#zrjb-whatsapp_button #zrjb-whatsapp-button-link {
   display: flex;
  flex-direction: column;
}

#zrjb-whatsapp_button #zrjb-whatsapp-button-link img {
  max-width: 200px;
  width: auto;
  height: auto !important;
}

#zrjb-job-description div {
    color: #ff5e54;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

#zrjb-job-description div.zv-job_detail_description {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
}
@media screen and (max-width: 980px) {
    
#zrjb-item-search-container {
  flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
}

#zrjb-item-search-container .zrjb-filter-keywords-wrapper, #zrjb-item-search-container .zrjb-filter-umkreis-wrapper, #zrjb-item-search-container .zrjb-filter-vertragsart-wrapper {
  width: 100%;
}

.zv-job_detail_page h1 {
  font-size: 32px;
}

.zv-job_detail_page h3 {
    font-size: 26px;
}
}

