@media print {
  /* Setting content width, unsetting floats and margins */
  /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
  main {
    width: 100%;
    margin: 0;
    float: none;
  }
  /** Setting margins */
  @page {
    margin: 2cm;
  }
  .print,
  footer,
  .ath-container,
  .floating-help,
  #site-navigation-buttons,
  #cookiebanner,
  .siteheader {
    display: none;
  }
}
/*# sourceMappingURL=print.css.map */