#item_carousel {
  /* margin: 80px auto; */
  padding: 80px 15px;
  background: #F4F4F4;
}

.item_carousel_content {
  max-width: 1216px;
  margin: auto;
}

#quote_project-terms {
  margin-top: 32px;
  margin-bottom: 77px;
  text-align: center;
}

#quote_project-terms a {
  padding: 5px 35px;
}

#item_carousel .hide{
  display: none;
}

#item_carousel .project {
  /* margin: 0px 24px 0 0; */
  background-color: #fff;
  /* border-radius: 4px; */
}

#item_carousel .project.projects {
  min-height: 478px;
  background-color: #00446B;
}

#item_carousel .project.receipts {
  min-height: 500px;
}

#item_carousel .owl-themen .owl-item {
  min-height: 440px;
}

#item_carousel .owl-stage {
  display: grid;
  gap: 24px;
  margin-top: 16px;
  grid-template-columns: 32% 32% 32%;
}

#item_carousel .lessItems .owl-stage {
  display: flex;
}

#projects-carousel.lessItems .owl-stage-outer {
  display: grid;
  justify-content: center;
}

#item_carousel .project_item_content {
  padding: 16px 24px 60px;
}

#item_carousel .project.post .project_item_content {
  padding: 32px 24px 60px;
  background-color: #fff;
  text-align: left;
  height: 100%;
}

#item_carousel .receipts .project_item_content {
  padding: 32px 24px 60px;
}


/* #item_carousel .project.themen, .places .project_item_content {
  background-color: transparent;
} */

.project_item_meta_container {
  display: grid;
  gap: 20px;
  color: #2D2D2D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: 'ibm';
  opacity: 0.6;
  margin-bottom: 30px;
  grid-template-columns: auto 50%;
}

.project_item_tags {
  max-width: 200px;
  padding-left: 23px;
  text-align: left;
}

.project_item_land {
  display: inline-flex;
}

.project_item_land::before {
  margin-right: 4px;
  content: url('map-pin.svg');
  height: 16px;
  width: 16px;
  vertical-align: top;
  display: inline-block;
  padding-top: 2px;
}

.project_item_tags::before {
  margin-right: 4px;
  content: url('folder.svg');
  height: 16px;
  width: 16px;
  vertical-align: top;
  display: inline-block;
  padding-top: 2px;
  margin-left: -23px;
}

.receipts .project_item_tags::before {
  content: none;
}

.receipts .project_item_tag_icon {
  margin-right: 4px;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: -23px;
}

.project_item_tag {
  display: contents;
}

.project_item_tag::after {
  content: ',';
  margin-right: 5px;
}

.project_item_tag:last-child::after {
  content: ' ';
  margin-right: 0px;
}

#item_carousel .owl-nav button.disabled {
  color: transparent;
  pointer-events: none;
}

#item_carousel .owl-carousel.owl-post, .owl-carousel.owl-project {
  overflow: hidden;
}

#projects-carousel.owl-project, #projects-carousel.owl-post {
  margin-top: 30px;
}

#projects-carousel .owl-next {
  float: right;
}

#item_carousel .btn, #item_carousel button {
  background: none;
}

#item_carousel .btn {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.44px;
  color: #542400;
  text-transform: uppercase;
}

#item_carousel .btn.active {
  font-weight: 700;
  font-size: 20px;
  line-height: 23.44px;
  color: #E95119;
  text-transform: uppercase;
  text-decoration: underline;
}

#item_carousel .owl-item {
  width: 100% !important;
  height: 100%;
  min-height: 290px;
  display: grid;
}

#item_carousel .owl-jobs .owl-item {
  min-height: unset;
  height: unset;
}

#item_carousel .owl-post .owl-item {
  min-height: 551px;
}

.owl-item:hover {
  transform: translateY(-16px);
  /*margin-top: -16px;
   box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.3);
  background-color: #F4F4F4; */
}

  .owl-item .project:hover {
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.3);
  }

.owl-item:hover .project_item_link {
  margin-bottom: 43px;
}

#projects-carousel .owl-dots.disabled {
  display: none;
}

#projects-carousel .owl-prev, #projects-carousel .owl-next {
  display: none;
}

#projects-carousel .owl-dots {
  text-align: center;
  width: 85%;
  margin: 20px auto 0px;
  background-color: transparent;
}

#projects-carousel .owl-dots span {
  /* background-color: #A6C1AD;
  width: 8px;
  height: 8px; */
  display: block;
  /* border-radius: 5px; */
}

#projects-carousel .owl-dot.active span::before {
  content: url('bullet_active.svg') !important;
}

#projects-carousel .owl-dots span::before {
  content: url('bullet.svg') !important;
  opacity: 1 !important;
}

#projects-carousel .owl-dot {
  padding: 3px;
  background-color: transparent;
}

#projects-carousel .project_item_cat {
  margin-bottom: 24px;
}

#projects-carousel .related_cat {
  text-transform: capitalize;
  margin: 0 0 16px;
}

.places .project_item_content {
  padding: 15px 0;
}

.places #projects-carousel .project .project_item_content, .places #projects-carousel .post .project_item_content {
  padding: 15px 20px 29px;
  background-color: #fff;
}

.places_tag {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 18.75px;
  padding: 1px 8px;
  text-transform: uppercase;
  font-weight: 400;
  display: initial;
  color: #000;
  margin-right: 5px;
}

.carousel_headline {
  margin-bottom: 40px;
  text-align: center;
  color: var(--linie-1-dark-navy-heading, #090B0C);
  text-align: center;
  font-family: 'marselis';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
}

.project_item_country {
  /* margin-top: 16px; */
  margin-bottom: 8px;
  color: #000;
  font-family: 'ibm';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.6;
  display: flex;
  gap: 5px;
}

.owl-item .project.projects .project_item_country {
  color: #fff;
}

.owl-item .project.projects .project_item_country::before {
  background-image: url('map-pin_white.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  margin-top: 5px;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: sub;
}


.project_item_title {
  margin-bottom: 8px;
  display: inline-flex;
  width: 100%;
  color: var(--linie-1-dark-navy-heading, #090B0C);
  font-family: 'marselis';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}

.owl-item .project.projects .project_item_title {
  color: #fff;
}

.project_item_excerpt {
  margin-bottom: 20px;
  color: rgba(9, 11, 12, 0.90);
  font-family: 'ibm';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}

.receipts .project_item_excerpt {
  margin-bottom: 12px;
}

.owl-item .project.projects .project_item_excerpt {
  color: #fff;
}

.project_item_date {
  font-family: 'ibm';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  display: inline-block;
  margin-left: 24px;
  position: absolute;
  bottom: -15px;
  background-color: #00446B;
  padding: 4px 8px;
  left: 0;
}

.project_item_date::before {
  background-image: url('Calendar.svg');
  background-size: 17px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 16px;
  content: "";
  margin-right: 8px;
  vertical-align: sub;
}

.receipts .project_item_date::before {
  background-image: url('food_icon.svg');
}

.project_item_post_cat {
  font-family: 'Roboto';
  padding: 4px 15px 4px 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  display: inline-block;
  background-color: #ffffff;
  color: #e95119;
  position: absolute;
  margin-left: -235px;
  margin-top: 190px;
  border-radius: 8px;
  opacity: 0.8;
}

.project_item_post_cat {
  top: 200px;
  margin-left: 15px;
  margin-top: unset;
}

.project_item_image {
  min-height: 219px;
  background: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* .project.post .project_item_image {
  display: block;
} */

.project_item_image img {
  width: auto;
  margin-right: 5px;
  max-height: 16px;
  vertical-align: text-top;
}

.project_item_time, .project_item_location {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #542400;
  margin-top: 5px;
}

.project_item_time::before {
  background-image: url('clock.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  margin-right: 5px;
  vertical-align: initial;
}

.project_item_location::before {
  background-image: url('map-pin.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  margin-right: 5px;
  vertical-align: initial;
}

.project_item_project_date {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto';
  line-height: 23.44px;
  color: #542400;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 9px 20px;
}

.project_item_project_date::before {
  background-image: url('Calendar.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 18.25px;
  height: 20.83px;
  content: "";
  margin-right: 5px;
  vertical-align: text-top;
}

.projects_button_area {
  display: flex;
  justify-content: center;
}

.projects_button {
  color: var(--linie-1-new-blue, #00446b);
  font-family: 'ibm';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: 60px;
  border-bottom: 1px solid #0760AC;
}

.projects_button img {
  margin-left: 7px;
}

.owl-next span::after, .owl-prev span::before {
  background-image: url('linkarrowblue.svg');
  background-repeat: no-repeat;
  background-size: 36.55px 39px;
  display: inline-block;
  width: 36.55px;
  height: 39px;
  content: "";
}

.owl-prev span::before {
  transform: scaleX(-1); //rotate(180deg);
}

.project_item_link {
  color: #0760AC;
  font-family: 'ibm';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  margin-top: 21px;
  position: absolute;
  bottom: 0;
  margin-bottom: 27px;
  padding-top: 13px;
  background-color: transparent;
  border-bottom: 1px solid #0760AC;
}

.owl-item .project.projects .project_item_link {
  color: #fff;
  border-bottom-color: #fff;
}

.projects_button:hover, .project_item_link:hover {
  opacity: 0.8;
  border-bottom-color: transparent;
}

.owl-item .project.projects .project_item_link:hover {
  border-bottom-color: #00446B;
}

/* .project.events.Events .project_item_link {
  position: absolute;
} */

.project_item_link::after {
  background-image: url('linkarrowblue.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  margin-left: 10px;
  vertical-align: middle;
}

.owl-item .project.projects .project_item_link::after {
  background-image: url('linkarrowwhite.svg');
}

.project_titel_link::after {
  background-image: url('arrow-title.svg');
  background-repeat: no-repeat;
  background-size: 41px 12px;
  display: inline-block;
  width: 41px;
  height: 11px;
  content: "";
  margin-left: 10px;
  vertical-align: middle;
}


.owl-next.disabled span::after, .owl-prev.disabled span::before{
  background-image: unset;
}

.project.project:hover .project_item_project_date, .project.post:hover .project_item_project_date  {
  display: none;
}

.project.project.project:hover .project_item_link::after, .project.post:hover .project_item_link::after {

}

.no_results_string {
  margin: 40px auto;
  display: block;
  text-align: center;
}

#projects-carousel.owl-jobs {
  gap: 23px;
  display: grid;
  max-width: 802px;
  margin: auto;
}

#item_carousel .owl-jobs .owl-stage {
  display: inline-block;
  min-width: 100%;
	width: 100% !important;
}

.project.jobs {
  margin-bottom: 25px;
}

.owl-jobs .project_item_image {
  display: none;
}

#item_carousel .owl-jobs .project_item_content {
  padding: 24px 32px 40px;
}

.owl-jobs .project_item_link {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  padding-top: 0;
  margin-bottom: 0;
}

.jobs_item_meta {
  color: #000;
  font-family: 'ibm';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  opacity: 0.8;
}

.jobs_item_meta_country::before {
  margin-right: 5px;
  content: url('/wp-content/themes/neve-child-master/template-parts/assets/map-pin.svg');
  height: 16px;
  width: 16px;
  vertical-align: top;
  display: inline-block;
  padding-top: 2px;
  transform: scale(0.6);
}

.jobs_item_meta_level::before {
  content: url('/wp-content/themes/neve-child-master/template-parts/assets/briefcase.svg');
  height: 16px;
  width: 16px;
  vertical-align: top;
  display: inline-block;
  padding-top: 2px;
  margin-right: 5px;
  transform: scale(0.6);
}

.jobs .projects_button {
  margin-top: 35px;
}

/* Backend Buttons */
.editor-styles-wrapper a:not(.wp-block-button__link) {
  color: #000;
}


@media only screen and (max-width: 960px) {
  #item_carousel {
    padding: 48px 15px 56px;
  }

  .carousel_headline {
    margin-bottom: 28px;
    font-size: 32px;
  }

  #item_carousel .owl-stage {
    gap: 18px;
  }

  #item_carousel .project.projects {
    min-height: 430px;
  }

  #item_carousel .project_item_content {
    padding: 16px 16px 32px;
  }

  .project_item_title {
    font-size: 20px;
  }

  .project_item_excerpt {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .project_item_link {
    font-size: 16px;
  }

  .projects_button {
    margin-top: 42px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {

  #item_carousel .owl-post .owl-item {
    min-height: unset;
    height: auto;
  }

  #projects-carousel.owl-jobs {
    display: block;
  }

  .jobs_item_meta {
    display: block;
  }

  #item_carousel .owl-jobs .owl-stage {
    /*display: flex;*/
    width: inherit;
  }

  #projects-carousel.lessItems .owl-stage-outer {
    display: block;
    justify-content: unset;
  }

  #item_carousel .project.post .project_item_content {
    height: unset;
  }
}
