@media print {
  body.timeline,
  body.werk {
    display: none;
  }
  * {
    position: static !important;
  }
  body {
    font-family: Arial, Helvetica;
    font-size: 0.8em;
    line-height: 1em;
    margin-left: 10mm;
  }
  p {
    word-break: break-word;
  }
  .werke {
    height: auto !important;
  }
  .w_signatur {
    font-size: 0.8em;
    margin-bottom: 0;
  }
  hr.thick {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  h3.archivetitle {
    color: #6BA2B9;
    font-size: 1.3em;
    font-family: Arial, Helvetica;
    line-height: 1em;
    margin: 0;
    margin-bottom: -2;
    padding: 3px 0;
  }
  h6.originaltitle {
    margin: 0;
    margin-bottom: -2;
    padding: 0;
  }
  .w_pub a,
  .w_trans a {
    color: #cccccc;
  }
  .w_archive td {
    vertical-align: top;
  }
  .w_archive td:first-child {
    width: 60px;
  }
  table {
    border-collapse: collapse;
  }
  .w_pubs table tr td {
    padding-top: 0px;
  }
  .w_pubs table tr td {
    padding-left: 10px;
  }
  .w_pubs table tr td {
    padding-bottom: 12px;
  }
  .w_pubs table tr:last-child td {
    padding-bottom: 0;
  }
  .w_pubs table,
  tr.unpublished,
  td {
    border: none;
  }
  tr.published td {
    border-left: 3px solid #6BA2B9;
  }
  .w_pub.online,
  .w_trans.online {
    border-left: 3px solid #6BA2B9;
  }
  .w_pubs table {
    font-size: 0.9em;
  }
  .w_pubs,
  .w_pub,
  .w_trans {
    font-size: 0.9em;
  }
  .w_pub,
  .w_trans {
    font-size: 0.8em;
    padding: 5px;
  }
  .w_publications {
    margin-top: 10px;
  }
  .w_archive table {
    border: none;
    cellspacing: 7px;
    font-size: 0.7em;
    line-height: 1.2em;
    text-align: left;
  }
  .w_archive tbody th {
    font-size: 0.7em;
    line-height: 1em;
    text-align: left;
    border: none;
  }
  .w_notes,
  .w_tasks {
    font-size: 0.8em;
  }
  .w_notes table {
    border: none;
  }
  .w_tasks {
    color: red;
    margin-top: 10px;
  }
  .w_tasks ul {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
  }
  .w_notes p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
  }
  .entry {
    page-break-inside: avoid;
  }
  .w_entry {
    page-break-inside: avoid;
  }
  .archive-element-filter,
  .archive_filters,
  .archive-sort-group,
  .archive_search,
  .site-header,
  #back-button,
  .edit-link,
  .skip-link,
  .entry-title,
  .pagination,
  .site-footer,
  .w_entry .fulltext,
  .w_entry .desctext {
    display: none;
  }
  .s_results {
    font-size: 0.9em;
  }
  img {
    width: 200px;
    height: auto;
    margin-bottom: 1em;
  }
  img.fulltext-ico,
  img.file-ico,
  img.video-ico,
  img.desctext-ico {
    width: 13px;
  }
  .w_entry:last-child {
    page-break-after: auto;
  }
}
