@media print {

  body {
    background: white;
    color: black;
    margin: 0;
  }

  .primary-navigation, .secondary-navigation, .tertiary-navigation, .quaternary-navigation, .teaser:not(.teaser-visible), .action a, .youtube, .banner-bar {
    display: none;
  }

  .banner {
    margin-top: 0 !important;
  }

  a {
    color: black !important;
  }

  header {
    position: relative !important;
    padding-bottom: 1rem;
  }

  .main .container {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .main .content {
    max-width: none !important;
  }

  .main .content .text-center {
    text-align: left !important;
  }

  footer {
    text-align: left !important;
    background: white !important;
    color: black !important;
  }

}
