body.cms-eco-friendly .sections.nav-sections,
body.cms-consumer-eco-friendly .sections.nav-sections {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  body.cms-eco-friendly #maincontent,
body.cms-consumer-eco-friendly #maincontent {
    padding: 0;
  }
}
body.cms-eco-friendly .withBackground,
body.cms-consumer-eco-friendly .withBackground {
  background: #F0F0F0 !important;
  padding-bottom: 50px;
}
@media (min-width: 995px) {
  body.cms-eco-friendly .leftInfoColumn > div > div,
body.cms-consumer-eco-friendly .leftInfoColumn > div > div {
    transform: translateY(30px);
  }
}
@media (max-width: 995px) {
  body.cms-eco-friendly .infoColumn video,
body.cms-consumer-eco-friendly .infoColumn video {
    position: relative;
    width: 300px;
  }
  body.cms-eco-friendly .infoColumn .pagebuilder-video-container,
body.cms-consumer-eco-friendly .infoColumn .pagebuilder-video-container {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  body.cms-eco-friendly section.usp.fullWidth div.innerUsp div.pagebuilder-column-line div.pagebuilder-column,
body.cms-eco-friendly section.usp.fullWidth div.innerUsp div.pagebuilder-column-line div.pagebuilder-column:first-child,
body.cms-consumer-eco-friendly section.usp.fullWidth div.innerUsp div.pagebuilder-column-line div.pagebuilder-column,
body.cms-consumer-eco-friendly section.usp.fullWidth div.innerUsp div.pagebuilder-column-line div.pagebuilder-column:first-child {
    width: 100% !important;
    max-width: 100% !important;
  }
}

body.cms-eco-friendly .innerlastImage, body.cms-value-for-money .innerlastImage,
body.cms-consumer-value-for-money .innerlastImage,
body.cms-consumer-eco-friendly .innerlastImage,
body.cms-emerio-testing-program .innerlastImage {
  margin-bottom: 40px;
}
body.cms-eco-friendly .innerlastImage img, body.cms-value-for-money .innerlastImage img,
body.cms-consumer-value-for-money .innerlastImage img,
body.cms-consumer-eco-friendly .innerlastImage img,
body.cms-emerio-testing-program .innerlastImage img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  max-width: calc(100vw - 40px) !important;
  display: block;
  position: relative;
  margin-inline: auto;
}

.rf.imageTextBlock {
  padding-block: 60px;
}
.rf.imageTextBlock.withBackground {
  background: #F0F0F0;
  padding-block: 60px;
}
.rf.imageTextBlock .wrapper {
  max-width: var(--maxWidth);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 980px) {
  .rf.imageTextBlock .wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .rf.imageTextBlock .image {
    position: relative;
    max-height: 275px;
  }
}
@media only screen and (max-width: 992px) {
  .rf.imageTextBlock .image .videoClick {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
}
@media (min-width: 980px) {
  .rf.imageTextBlock .wrapper {
    grid-template-areas: "text video";
  }
  .rf.imageTextBlock .text {
    grid-area: text;
  }
  .rf.imageTextBlock .image {
    grid-area: video;
    position: relative;
  }
  .rf.imageTextBlock .image .videoClick {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  .rf.imageTextBlock.imageLeft .text {
    grid-area: video;
  }
  .rf.imageTextBlock.imageLeft .image {
    grid-area: text;
  }
}
.rf.imageTextBlock .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rf.imageTextBlock p, .rf.imageTextBlock h2 {
  margin: 0;
  padding: 0;
}
.rf.imageTextBlock p {
  margin-top: 20px;
  color: black;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9;
}
.rf.imageTextBlock [data-content-type=text]:nth-child(1) p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  margin-top: 0;
}
.rf.imageTextBlock .video-wrapper {
  position: relative;
  min-height: 330px;
  max-height: 330px;
}
.rf.imageTextBlock .video-wrapper.fullScreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  z-index: 999;
}
.rf.imageTextBlock .video-wrapper video {
  min-height: 330px;
  max-height: 330px;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .rf.imageTextBlock .video-wrapper video {
    height: 100%;
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 980px) {
  .rf.imageTextBlock .video-wrapper {
    width: 100%;
    transform: translateX(0);
  }
}
.rf.imageTextBlock .video-wrapper div[data-content-type=row] {
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
}
.rf.imageTextBlock .video-wrapper.right div[data-content-type=row] {
  right: 0;
}
.rf.imageTextBlock .video-wrapper.left div[data-content-type=row] {
  left: 0;
}
@media only screen and (max-width: 992px) {
  .rf.imageTextBlock .video-wrapper.left div[data-content-type=row] {
    left: 0;
    width: 100%;
  }
}
.rf.imageTextBlock.imageLeft {
  margin-left: 30px;
}
@media only screen and (max-width: 992px) {
  .rf.imageTextBlock.imageLeft {
    padding-bottom: 0;
  }
}
@media (max-width: 980px) {
  .rf.imageTextBlock.imageLeft .video-wrapper {
    width: 100%;
  }
}
.rf.imageTextBlock h2 {
  margin-top: 6px;
}

@media (max-width: 1250px) {
  .body.cms-eco-friendly .category-image.rf [data-content-type=row][data-appearance=contained], body.cms-private-label .category-image.rf [data-content-type=row][data-appearance=contained], body.cms-value-for-money .category-image.rf [data-content-type=row][data-appearance=contained], body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf [data-content-type=row][data-appearance=contained],
body.cms-emerio-testing-program .category-image.rf [data-content-type=row][data-appearance=contained] {
    max-width: 700px;
  }
}
@media (max-width: 1100px) {
  .body.cms-eco-friendly .category-image.rf, body.cms-private-label .category-image.rf, body.cms-value-for-money .category-image.rf, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf,
body.cms-emerio-testing-program .category-image.rf {
    flex-direction: column-reverse;
  }
  .body.cms-eco-friendly .category-image.rf h1, body.cms-private-label .category-image.rf h1, body.cms-value-for-money .category-image.rf h1, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf h1,
body.cms-emerio-testing-program .category-image.rf h1 {
    margin-bottom: 20px;
  }
  .body.cms-eco-friendly .category-image.rf .links-wrapper, body.cms-private-label .category-image.rf .links-wrapper, body.cms-value-for-money .category-image.rf .links-wrapper, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf .links-wrapper,
body.cms-emerio-testing-program .category-image.rf .links-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .body.cms-eco-friendly .category-image.rf .links-wrapper a, body.cms-private-label .category-image.rf .links-wrapper a, body.cms-value-for-money .category-image.rf .links-wrapper a, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf .links-wrapper a,
body.cms-emerio-testing-program .category-image.rf .links-wrapper a {
    margin-right: auto;
    padding-block: 0.8rem;
  }
  .body.cms-eco-friendly .category-image.rf::before, .body.cms-eco-friendly .category-image.rf .afterBanner, body.cms-private-label .category-image.rf::before, body.cms-private-label .category-image.rf .afterBanner, body.cms-value-for-money .category-image.rf::before, body.cms-value-for-money .category-image.rf .afterBanner, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf::before, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf .afterBanner,
body.cms-emerio-testing-program .category-image.rf::before,
body.cms-emerio-testing-program .category-image.rf .afterBanner {
    display: none;
  }
  .body.cms-eco-friendly .category-image.rf .wrapper, body.cms-private-label .category-image.rf .wrapper, body.cms-value-for-money .category-image.rf .wrapper, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf .wrapper,
body.cms-emerio-testing-program .category-image.rf .wrapper {
    position: relative;
    padding-block: 55px;
  }
  .body.cms-eco-friendly .category-image.rf .img-wrapper, body.cms-private-label .category-image.rf .img-wrapper, body.cms-value-for-money .category-image.rf .img-wrapper, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf .img-wrapper,
body.cms-emerio-testing-program .category-image.rf .img-wrapper {
    margin: 0;
  }
  .body.cms-eco-friendly .category-image.rf .img-wrapper img, body.cms-private-label .category-image.rf .img-wrapper img, body.cms-value-for-money .category-image.rf .img-wrapper img, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf .img-wrapper img,
body.cms-emerio-testing-program .category-image.rf .img-wrapper img {
    max-width: 100vw !important;
    width: 100vw;
  }
  .body.cms-eco-friendly .category-image.rf .innerWrapper, body.cms-private-label .category-image.rf .innerWrapper, body.cms-value-for-money .category-image.rf .innerWrapper, body.cms-consumer-eco-friendly body.cms-consumer-value-for-money .category-image.rf .innerWrapper,
body.cms-emerio-testing-program .category-image.rf .innerWrapper {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  body.cms-consumer-service .usp .pagebuilder-column,
body.cms-service .usp .pagebuilder-column,
body.cms-eco-friendly .usp .pagebuilder-column,
body.cms-consumer-eco-friendly .usp .pagebuilder-column,
body.cms-about-our-company .usp .pagebuilder-column,
body.cms-value-for-money .usp .pagebuilder-column {
    border: none !important;
  }
  body.cms-consumer-service .usp .pagebuilder-column:not(:first-child),
body.cms-service .usp .pagebuilder-column:not(:first-child),
body.cms-eco-friendly .usp .pagebuilder-column:not(:first-child),
body.cms-consumer-eco-friendly .usp .pagebuilder-column:not(:first-child),
body.cms-about-our-company .usp .pagebuilder-column:not(:first-child),
body.cms-value-for-money .usp .pagebuilder-column:not(:first-child) {
    display: flex !important;
    flex-direction: row !important;
    padding-block: 20px;
    padding-inline: 15px;
    background-image: url(/media/icons/readmore.svg);
    background-size: 25px !important;
    background-position-x: calc(100% - 2rem) !important;
    background-position-y: center !important;
  }
  body.cms-consumer-service .usp .pagebuilder-column h3,
body.cms-service .usp .pagebuilder-column h3,
body.cms-eco-friendly .usp .pagebuilder-column h3,
body.cms-consumer-eco-friendly .usp .pagebuilder-column h3,
body.cms-about-our-company .usp .pagebuilder-column h3,
body.cms-value-for-money .usp .pagebuilder-column h3 {
    max-width: var(--maxWidth);
    margin-inline: auto;
    position: relative;
    display: block;
    width: 100%;
  }
}