.informations_banner {
  margin-top: 70px;
  position: relative;
}

.informations_banner img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.informations_banner.vegane-haarpflege img {
  max-height: 700px;
}

@media screen and (min-width: 768px) {
  .informations_banner h1 {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-bottom: 100px;
  }

  .informations_banner span {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 21px;
    max-width: 540px;
  }

  .soziales-engagement span,
  .containere_tierschutz span {
    max-width: 800px;
    font-size: 15px;
    bottom: 30px;
  }

  .containere_tierschutz .sp_d,
  .soziales-engagement .sp_d {
    bottom: 155px;
  }

}
@media screen and (min-width: 992px) {
  .containere_tierschutz .sp_d,
  .soziales-engagement .sp_d {
    bottom: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .containere_tierschutz .sp_d,
  .soziales-engagement .sp_d {
    bottom: 200px;
  }
}
.informations_banner.vegane-haarpflege h1 {
  color: #000;
}



.center {
  text-align: center;
}

.title_kl {
  font-size: 18px;
}

.information__content_container.soziales-engagement,
.information__content_box {
  display: flex;
  align-items: center;
  gap: 30px 50px;
  flex-wrap: wrap;
  padding: 50px 0;
}

.information__content_container.soziales-engagement {
  align-items: flex-start;
}

.information__content_item_top {
  width: 100%;
}

.soziales-engagement__content_box,
.information__content_item {
  width: calc((100% - 50px) / 2);
}

.soziales-engagement_item p,
.information__content_box p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.information__content_item img {
  max-width: 100%;
  width: 100%;
}

.vegane-haarpflege .information__content_item_img img {
  max-width: 500px;
}

.info_btn {
  color: #fff;
  background: #709592;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.info_btn:hover {
  background: #fff;
  color: #709592;
  border-color: #709592;
}

.border_bottom {
  border-bottom: 1px solid #ddd;
}

.border_top {
  border-top: 1px solid #ddd;
}

.title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.produktkontrolle .title {
  margin-bottom: 0px;
}

.soziales-engagement_item_img {
  text-align: center;
}

.soziales-engagement_item_img img {
  max-width: 400px;
  margin: auto;
  margin-bottom: 40px;

}

.title_sm {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.soziales-engagement_item {
  text-align: center;
}

.information__content_box_news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.information__content_item_news_img img {
  min-height: 300px;
  width: 100%;
  object-fit: cover;
}

.information__content_item_news_img {
  margin-bottom: 10px;
}

.faq_info_item {
  position: relative;
}

.faq_info_item .faq_info_item_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.faq_info_item .faq_info_item_title:after {
  content: '✕';
  position: absolute;
  font-size: 16px;
  color: #709592;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  left: 7px;
  transform: rotate(45deg);
}

.faq_info_item .faq_info_item_title:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #709592;
}

.faq_info_item .faq_info_item_text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: none;
}

.active+.faq_info_item_text {
  display: block;
}

.faq_informations_box {
  flex-flow: column;
  align-items: baseline;
  gap: 20px;
}

.help_info_box {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.help_info_box span:first-child {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.help_info_box span:last-child {
  font-size: 16px;
  line-height: 1.5;
}


@media screen and (max-width: 1199px) {
  .informations_banner {
    margin-top: 55px;
  }

  .informations_banner h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
  .informations_banner img {
    margin-bottom: 20px;
}
  .soziales-engagement__content_box,
  .information__content_item {
    width: 100%;
  }
  .informations_banner h1 {
    margin: 0 0 20px;
  }
  .title {
    font-size: 24px;
  }

  .information__content_item_img {
    text-align: center;
  }

  .information__content_box_news {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 575px) {
  .information__content_box_news {
    grid-template-columns: 1fr;
  }
}