@media print {

    @font-face {
        font-family: 'Century Gothic';
        src: url(../fonts/ufontscomcentury-gothic.svg) format("svg");
        font-weight: 400;
        font-style: normal
    }

    * {
        font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif
    }

    html {
        background-color: transparent
    }

    main {
        border: none;
        box-shadow: none !important
    }

    .printer {
        display: block
    }

    .table-org {
        font-size: 10px;
    }

    .table-org tbody tr {
        height: 20px;
    }

    h1 {
        margin-top: 0 !important
    }

    .contelt_table {
        display: block
    }

    .slideout_menu_edit_programm > *, header, .p_hide, .form > *, .screen {
        display: none !important;
    }

    #inp_search{
     display:none;
    }

    .input {
        border-bottom: none !important;
        display: inline !important;
        float: left;
        position: absolute;
        height: 20px !important
    }
    header{
        display:none;
    }

    canvas {
        width: 100% !important;
        display:inline-block;
        height: auto !important
    }

    @page {
        size: 29.7cm 21cm;
        margin: 15mm 25mm
    }
    html, body {
        width: 21cm;
        height: 29.7cm;
        margin:0 auto;
    }
    .menu{
        display:none;
    }
    .pie .chart{
        max-width:50% !important;
    }
    .formular{
        display:none;
    }
}