/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
  
  * {
    color:#000 !important;
    box-shadow:none !important;
    text-shadow:none !important;
    background:transparent !important;
  }
  
  html { background-color:#fff; }
  
  /* Hide navigation */
  nav { display:none; }

  /* Kopf- und Fussbereich einfaerben */ 
  header[role="banner"], 
  footer[role="contentinfo"] {
    background: #1240ef;
    color: white; 
    width: 100%;
    left: 0;
  }

  /* Show abbr title value in brackets after the text */
  abbr[title]:after { content: " (" attr(title) ")"; }

  figure { 
    margin-bottom:1em; 
    overflow:hidden;
  }

  figure img { border:1px solid #000; }
  

  
}

/* eof */