@media print {
    @page {

        margin: 0;
        size: A4;

        
    }
    body  { margin: 0cm; }
    html, body, table {
        width: 100%;
      }
    p { 
        font-family: Georgia, serif;
        font-size: 10pt;
        line-height: 8pt;
    }
    
    h1 { font-family: Georgia, serif; 
         font-size: 28pt; 
    }
    input {color: #ffffff;}
    .card, .printshow { display: block; visibility: visible}
    textarea{ height: 210px;}

     .topframe{ height: 50px;} 
     div .col-sm-8{width: 100%;}
    
    /*a:after { content: "( " attr(href) ") ";}*/
    nav, .pagination-small, .login-block, .page-header, .main-menu {display: none;}
    
    .printhide, .glyphicon, i .glyphicon-sort, .col-sm-4, #tabellenfilter, #hinweise, .pcoded .pcoded-header[header-theme="theme1"] {
        display: none;
    }
    img, h3, .printshow { display: block; visibility: visible;}
    .sign{ border-top: 0px; border-left: 0px; border-right: 0px;}

}
