@media print {
  @page {
    size: unset !important;
    /* size: portrait; */ /*user can set orientation without this*/
  }
  img,
  .zahlungsuebersicht_img,
  #row-unique-0,
  #row-unique-2,
  #row-unique-3,
  #BorlabsCookieWidget,
  #printButtonUebersicht,
  div.style-light:nth-child(5),
  .style-light.footer-scroll-top,
  .menu-wrapper.no-header,
  .zahlungsuebersicht_tabelle_wrapper p:last-of-type,
  .overlay.overlay-sequential.overlay-full.style-dark.style-dark-bg.overlay-search, div.overlay:nth-child(6) /*identica*/ {
    display: none;
  }
  #row-unique-1 {
    margin: 1em;
  }
  html,
  body {
    height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .k-headline,
  span,
  th,
  p,
  td {
    font-size: 16px !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  #row-unique-1 > div:nth-child(1) {
    padding: 0;
  }
  .klassenfahrt-box {
    padding: 0px 0px !important;
    color: #3c8990;
    background-color: white;
  }
  .klassenfahrt-box > span > a {
    color: #3c8990 !important;
  }
  .klassenfahrt-box > span {
    margin-top: 0 !important;
  }
  h3.k-headline {
    margin: 0;
  }
}
