@media print {
  .no-print {
    display: none;
  }
  .skip-link,
  .content--header,
  .content--footer,
  .breadcrumb,
  .share-news-toggle,
  .news-detail__related-news {
    display: none !important;
  }
  body {
    font-family: sans-serif;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  .node__hero,
  [class*=paragraph--color--] {
    background-color: transparent !important;
  }
  .badge {
    color: #090909 !important;
    background-color: transparent;
    border: 1px solid #090909;
  }
  .news-filters {
    display: none !important;
  }
  .news-teaser,
  .news-teaser.node--view-mode-promoted {
    box-shadow: none !important;
  }
  .news-teaser .news-teaser__img,
  .news-teaser.node--view-mode-promoted .news-teaser__img {
    display: none !important;
  }
  .news-items .views-row + .views-row {
    border-top: 1px solid #4d555b;
  }
  .view-publication .publication-teaser {
    box-shadow: none !important;
  }
  .view-publication .publication-teaser .publication-teaser__img {
    float: left !important;
  }
  .paragraph--type--p-04-child,
  .paragraph--type--p-14-child,
  .paragraph--type--p-10 .node--view-mode-related-content {
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .paragraph--type--p-03 .media-text {
    display: flex !important;
    flex-direction: row !important;
  }
  .paragraph--type--p-03 .media-text .media-text__media {
    width: 48% !important;
    margin-left: 2%;
  }
  .paragraph--type--p-03 .media-text .media-text__content {
    width: 48% !important;
  }
  .paragraph--type--p-03 .media-text__style-right {
    flex-direction: row-reverse !important;
  }
  .paragraph--type--p-03 .media-text__style-right .media-text__media {
    margin-right: 2%;
  }
  .paragraph--type--p-04 .paragraph--type--p-04-child {
    display: flex !important;
    flex-direction: row !important;
    gap: 1%;
    page-break-inside: avoid;
  }
  .paragraph--type--p-04 .paragraph--type--p-04-child .media {
    border-radius: 4px !important;
  }
  .paragraph--type--p-04 .paragraph--type--p-04-child .media,
  .paragraph--type--p-04 .paragraph--type--p-04-child .card--text-wrapper {
    width: 48%;
  }
  .paragraph--type--p-05 .quote__wrapper {
    display: flex !important;
    flex-direction: row !important;
  }
  .paragraph--type--p-10 .field--related-content__wrapper .node {
    padding-bottom: 20px;
  }
  .paragraph--type--p-10 .field--related-content__wrapper .node + .node {
    border-top: 1px solid #4d555b;
    border-radius: 0 !important;
  }
  .paragraph--type--p-12 .field--name-field-logo-child {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
  }
  .paragraph--type--p-12 .field--name-field-logo-child .paragraph--child {
    width: 45% !important;
    box-sizing: border-box;
  }
  .paragraph--type--p-14-child {
    display: flex !important;
    flex-direction: row !important;
    page-break-inside: avoid;
  }
  .paragraph--type--p-14-child .p-14--media__wrapper {
    border-radius: 4px !important;
    max-width: 50% !important;
    float: left !important;
  }
  .accordion-item .accordion-header {
    border: 1px solid #090909;
  }
  .accordion-item .accordion-button:after {
    transform: rotate(-180deg);
  }
  .accordion-item .accordion-collapse {
    display: block !important;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .badge {
    color: #fff !important;
    border: none;
  }
}

/*# sourceMappingURL=print.css.map*/