@media print {
  * {
    background: #fff !important;
    color: #000 !important;
  }
  .fl-animation {
    opacity: 1;
  }
  .banner-img,
  .page-teaser-list img {
    display: none;
  }
  .page-teaser-list .page-teaser-content-wrapper * {
    text-align: left;
  }
  .custom-homepage-carousel-row {
    display: none;
  }
  .home .fl-row-full-height > .fl-row-content-wrap {
    min-height: auto;
  }
  footer .fl-button-has-icon,
  footer .fl-photo-img-svg {
    display: none;
  }
}
