@media print {
  h1,
.entry-title,
.singular .entry-title,
.page-title {
    font-size: 22pt;
    font-weight: bold;
  }

  h2,
h3,
h4,
.has-regular-font-size,
.has-large-font-size,
h2.author-title,
p.author-bio,
.comments-title,
.archive-description {
    font-size: 14pt;
    margin-top: 25px;
  }

  aside {
    display: none;
  }

  #masthead.site-header,
div#frontheader {
    display: none;
  }

  .mobile-header {
    display: none;
  }

  .pageentry .intro {
    max-width: 100%;
  }

  div.projekte {
    border: none;
    padding: 0px;
    min-height: inherit;
  }

  a.projekt {
    text-decoration: none;
  }
  a::after {
    display: none;
  }

  .currentmagazin .magazinblockfooter {
    display: none !important;
  }
}