@media print {
  .article-banner.spot,
  .breadcrumbs,
  .cookie-consent,
  .privacy-consent,
  .footer,
  .header__nav-wrapper,
  .section-header,
  .tabs,
  .video-spot,
  .emag-overlay,
  .share {
    display: none;
  }

  body {
    padding-top: 0 !important;
  }

  .header {
    position: relative;
  }

  .header-wrapper {
    margin-bottom: 30px;
  }

  .article-segment:not(:last-child) {
    margin-bottom: 20px;
  }

  .article {
    page-break-after: always;
  }
  .article.print {
    max-width: 100%;
    page-break-after: always;
    margin: 0 2cm;
  }

  .article.print > img {
    margin-bottom: 2em;
  }

  .article.print .article-header__caption {
    font-size: 15px;
    min-height: 21px;
  }

  .article.print .article-header__heading {
    font-size: 28px;
  }

  .article.print .article-segment {
    font-size: 12px;
  }

  .header-wrapper.print {
    margin: 0 2cm 1cm;
  }

  .header-wrapper.print .header__left-wrapper {
    box-shadow: none;
  }
}