@charset "utf-8";



@media print {
    
    .nav {
        display: none;
    }
    
    .contentcard {
        width: 100%;
        background-color: #fff;
        left: 0px;
    }
    
    .content {
        width: 100%;
        overflow-y: visible;
    }
    
    .spalte {
        width: calc(50% - 32px) !important;
        border-top: #e6e6e6 solid 3px;
    }
    
    .spalte:nth-child(odd) {
        background-color: #ffffff;
    }
    
    .breitespalte {
        width: calc(100% - 32px) !important;
        border-top: #e6e6e6 solid 3px;
    }
    
    textarea {
        width: 100%;
        height: 350px;
    }
    
    .uniknopf {
        display: none;
    }
    
    .bilduniknopf {
        display: none;
    }
    
    .kleinbilduniknopf {
        display: none;
    }
    
    .stats .liste {
        display: none;
    }
    
    .stats .anzeige {
        display: block;
        width: 90%;
        height: 90%;
        padding: 0px;
    }
    
    .nichtdrucken {
        display: none;
    }
    
}