#custom-ext-unique_selling_point {
  display: flex;
  justify-content: center;
  align-items: center;
}

#custom-ext-unique_selling_point .usp {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#custom-ext-unique_selling_point .usp__image {
  margin-bottom: 1rem;
}

#custom-ext-unique_selling_point .usp__image .img {
  min-height: 75px;
  height: 75px;
  min-width: 75px;
  width: 75px;
}

#custom-ext-unique_selling_point .usp__text {
  color: #4d4d4d !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: initial !important;
}

#custom-ext-unique_selling_point .usp__text p {
  color: #4d4d4d !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: initial !important;
}

#custom-ext-unique_selling_point .usp__text strong,
#custom-ext-unique_selling_point .usp__text b {
  color: #7ea06f;
}

#custom-ext-unique_selling_point .usp__text p {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  #custom-ext-unique_selling_point {
    flex-direction: column;
  }
  
  #custom-ext-unique_selling_point .usp {
    width: 100%;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 1rem;
  }
  
  #custom-ext-unique_selling_point .usp__image {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  
  #custom-ext-unique_selling_point .usp__text {
    text-align: initial !important;
  }

  #custom-ext-unique_selling_point .usp__text p {
    text-align: initial !important;
  }
}

.tx-rohstoffe {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tx-rohstoffe .bg-texture {
    background-image: url('vhs-assets-css-d9eb44cc9e81e480b18c86a6e1a07c2d.jpg');
    width: 100%;
    height: 464px;
    margin-bottom: -262px;
    margin-top: -208px;
    z-index: -1;
}

.tx-rohstoffe .mobile,
.tx-rohstoffe .desktop {
    width: 100%;
}

.tx-rohstoffe .rohstoff {
    margin: 0 .5rem;
}

.tx-rohstoffe .bg-texture._small {
    height: 232px;
}

.tx-rohstoffe .rohstoffe-pyramide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx-rohstoffe ._only-one-row {
    min-height: 193px;
}

.tx-rohstoffe .rohstoffe-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tx-rohstoffe .rohstoffe-button a {
    margin-top: 4rem;
    width: 350px;
    min-height: 40px;
    border-radius: 40px;
    border: 1px solid rgba(126, 160, 111, .8);
    background-color: rgba(126, 160, 111, .8);
    color: white;
    font-size: 1rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.tx-rohstoffe .rohstoffe-button a:hover {
    background-color: rgba(126, 160, 111, 1);
    border-color: rgba(126, 160, 111, 1);
}

/* Slider */
#rohstoff-carousel .carousel-item-next,
#rohstoff-carousel .carousel-item-prev,
#rohstoff-carousel .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

#rohstoff-carousel .carousel-control-prev,
#rohstoff-carousel .carousel-control-next {
    cursor: pointer;
    min-height: initial;
    border: none !important;
    border-radius: 0 0 0 0;
    background-color: initial;
    color: initial;
    font-size: initial;
    display: flex;
    padding: 0;
    align-items: center;
}

#rohstoff-carousel .carousel-control-prev {
    justify-content: flex-start;
}

#rohstoff-carousel .carousel-control-next {
    justify-content: flex-end;
}

#rohstoff-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237ea06f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#rohstoff-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237ea06f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.rohstoff__image {
    width: 280px;
    height: auto;
}

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

}


