@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('fonts/FranklinGothic-Demi.woff2') format('woff2'),
        url('fonts/FranklinGothic-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.all {
	display: block;
}
.hide_print {
	display: none;
}
@page {
    size: auto;   /* auto is the initial value */
    margin: 0px;  /* this affects the margin in the printer settings */
}
#status_zeigen {
	font-family: 'Franklin Gothic Demi' !important;
	margin: 20px;
	font-size: 12px !important;
	
}

.table > thead > tr > th {
    border-bottom: 2px solid Black;
}
.table > tbody > tr > th {
    border-top: 1px solid Black;
}
.footer {
    font-size: 10px !important;
}
.anschreiben {
    position: relative;
    height: 100vh;
}
.tbm_kontakt {
    position: absolute;
    bottom: -40px;
    font-size: 10px !important;
}
.footer_pagebreak {page-break-after: always;}