@media print {
  a[href]:after {
    content: none !important;
  }
  .content-with-left-side-bar {
    width: 100%;
  }
  footer .footer-logo {
    display: block;
    float: none;
  }
  footer .socialmedialinks,
  footer .app-download-links,
  footer .footer-menu {
    display: none;
  }
  footer .footer-description,
  footer .footer-menu {
    padding-left: 0;
  }
  .paragraph__column {
    page-break-inside: avoid;
  }
  .compare-box {
    width: 100%;
  }
  .compare-box a {
    display: none;
  }
}
