@page {
    size: A4;   
}
@page {
        margin-top: 20mm;
        margin-bottom: 20mm;
        margin-left: 7mm;
        margin-right: 7mm;
    }
    * {
    text-align: left;
  }
    body  {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16pt;  
        color: #000;
        background: #fff;
        overflow-y: visible;
        
    }
    #page_content{height: 100%;overflow-y: visible!important;}
.btn, .no-print{display: none!important;}
.border{border: none!important;}
div[class^='bg-'], div[class*=' bg-']{background: #fff!important;}
a {
  text-decoration: none!important;
  cursor: none!important;
  pointer-events: none !important;
  color: #000;  
}
a[href]::after {content: none !important;}
.has-menu.has-menu-show{padding-left: 0!important;}
.has-calendar.has-calendar-show{padding-right: 0!important;}

/* Beschriftungen von nicht-angekreuzten Checkboxen ausblenden */

  [type="checkbox"]:not(:checked) + label {
    display: none;
  }
  
  label:first-child::after {
    content: ":";
  }

  input:not([type="checkbox"]) {
    border: none;
    font-weight: bold;
  }

  [type="checkbox"]:checked + label::before {
    content: " - ";
  }
 .dataTables_info{display: none!important;} 
 
