
@media print {
  body, html, button, input, select, textarea, .pure-g [class *= "pure-u"], .cd-timeline-content {
    font-family: Arial,sans-serif;
    text-align: justify;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #000 !important;
  }

  h1, h2 {
    font-size: 24px;
    font-weight: bold;
  }

  h2 {
    font-size: 20px;
    font-weight: bold;
  }

  h3 {
    font-size: 18px;
    font-weight: bold;
  }

  h4 {
    font-size: 16px;
    font-weight: bold;
  }

  h5 {
    font-size: 14px;
    font-weight: bold;
  }

  h6 {
    font-size: 12px;
    font-weight: bold;
  }

  header, footer, #menu, #kontakt, .cd-start, .cd-end, #aboutme1, #tabline  {
    display: none;
  }

  #termin div {
    width: 100%;
  }

  a:after {
    content: " [" attr(href) "]";
  }

  a {
        color: #000;
        text-decoration: underline
  }

  h1, h2, h3, h4 {
    page-break-after:avoid;
  }

  section {
    margin-bottom: 50px;
  }

  .onlyPrint {
    display: block;
  }

  .tabcontent, #timeline-tag1, #timeline-tag2 {
    display: block;
  }

  .u-bg-black-opacity {
    color: #000;
    background-color: #fff;
  }

}
