@media print {
  @page {
    size: A4;
    margin: 0; }
  html, body {
    width: 210mm;
    height: 297mm;
    font-size: 14px; }
  header {
    position: relative;
    height: 0;
    padding-top: 0; }
    header:before {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 150px;
      height: 80px;
      content: ""; }
  section {
    width: 100% !important; }
  body#site-5 header::before {
    content: url(img/logo_tla.png); }
  p {
    margin-bottom: 10px; }
  a:after {
    content: none !important;
    text-decoration: none; }
  blockquote,
  ul {
    border: none !important;
    border-width: 0; }
  img,
  .teaser-item .teaser-img,
  .header-content-wpapper,
  .navbar-outer,
  #cookie-notification,
  footer {
    display: none !important; } }

/*# sourceMappingURL=print.css.map */