.hero-section--blog {
  /* background-image: url('https://cj.gta-design.ch/wp-content/uploads/2023/09/cj-BildMuster_1080–e-1.jpg'); */
  background-position: center;
}

.hero-section--blog::before {
  /* position: absolute;
  content: "";
  background: url(../img/circles.png);
  top: 0;
  right: 0;
  width: 627px;
  height: 318px;
  opacity: 0.4; */
}

.blogs {
  padding-top: 90px;
  padding-bottom: 10px;
}

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

#blog-category,
#blog-search,
#blog-region {
  width: 100%;
  background-color: #e0e2e494;
  height: 50px;
  border: 370;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  border: 0;
}

#blog-search {
  padding-left: 45px;
}

#blog-category,
#blog-region {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-label {
  position: relative;
}

.search-label::before {
  position: absolute;
  content: "";
  background-image: url(../img/cj-icon_search.svg);
  top: 21px;
  left: 10px;
  width: 30px;
  height: 30px;
  z-index: -1;
}

#blog-search:focus-visible,
#blog-category:focus-visible,
#blog-region:focus-visible {
  outline: 0;
}

.select-wrapper {
  position: relative;
  z-index: 1;
}

.select-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../img/cj-icon_filter.svg);
  top: 37px;
  right: 20px;
  width: 35px;
  height: 35px;
  z-index: -1;
}

.blog-post-wrap {
  margin-bottom: 80px;
}

.load-more-box {
  height: 420px;
}

.load-more {
  background-color: #fff;
  width: 100%;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -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(0, 0, 0, 0.75);
  transition: 0.3s;
  border-top: 2px solid #cd132d;
  color: #666;
}

.load-more:hover {
  /* background-color: #cd132d; */
  color: #000;
}

.load-more span {
  color: #666;
  font-weight: 700;
  transition: 0.3s;
}

.load-more:hover span {
  color: #000;
}

.load-more__plus {
  height: 80px;
  margin-bottom: 20px;
}

.preloader {
  margin: 40px 0 40px 0px;
  text-align: center;
}

.preloader-ball {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  list-style: none;
  display: inline-block;
  border-radius: 100%;
  background-color: #cd132d;
  -webkit-animation: ball 1s infinite ease-in-out both;
  animation: ball 1s infinite ease-in-out both;
}

.preloader-ball:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader-ball:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.preloader-ball:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader-ball:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.preloader-ball:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes ball {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 1750px) {
  .load-more-box,
  .load-more {
    height: 450px;
  }
}

@media only screen and (max-width: 1400px) {
  .load-more-box,
  .load-more {
    height: 350px;
  }
}

@media only screen and (max-width: 1180px) {
  .load-more-box,
  .load-more {
    height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .blogs {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .blog-post-wrap {
    margin-bottom: 50px;
  }
}
