.hero-section--angebote {
  /* background-image: url("https://cj.gta-design.ch/wp-content/uploads/2023/09/Page-9.png"); */
  background-position: center;
}

.hero_content-text--job {
  max-width: 700px;
}

.current-posts {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 95px;
  width: 100%;
  height: 260px;
  background-color: #cd132d;
  margin-bottom: 20px;
}

.current-posts p {
  color: #fff;
}

.load-more--jobs {
  height: 260px;
}

.load-more__plus {
  transition: 0.2s;
}

.load-more--jobs:hover .load-more__plus {
  filter: invert(109%) sepia(94%) saturate(5000%) brightness(69%) contrast(167%);
}

.job-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 36px;
  padding-bottom: 30px;
  padding-top: 25px;
  height: 260px;
  background-color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
  transition: 0.3s;
  border-top: 2px solid #cd132d;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -1px rgba(155, 155, 155, 0.75);
}

.job-post:hover {
  background-color: #fdfdfd;
  border-top: 2px solid #000;
}

.job-post:hover h3,
.job-post:hover .job-post-content p {
  color: #000;
}

.job-post h3 {
  color: #666;
  font-weight: 700;
  word-break: break-word;
  font-size: 22px;
  margin-top: 30px;
}

.job-post-content p {
  padding-left: 5px;
}

.job-post-content {
  display: flex;
  color: #a2a5a7;
}

.job-post-content svg {
  width: 26px;
  height: 28px;
}

/*.job-post:hover .job-post-content svg {
  filter: invert(96%) sepia(80%) saturate(14%) hue-rotate(217deg)
    brightness(124%) contrast(105%);
}*/

#blog-category-job {
  width: 100%;
  background-color: #e0e2e494;
  height: 50px;
  border: 370;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  appearance: none;
  outline: none;
}

/* izmene */
.no-logo.job-post-logo h3 {
  margin-top: 74px;
}
/* izmene */
.job-post-logo img {
  height: 35px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .current-posts,
  .job-post {
    margin-bottom: 60px;
  }

  #blog-form {
    padding-bottom: 60px;
  }
}
