
html, body {
	background-image:none !important;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Epilogue', sans-serif; font-weight:900; color:#000;}
body, span, p, li {font-family: 'Epilogue', sans-serif; font-weight:600; color:#000}

.white-bg {background-color:#fff; z-index:10;}

.time-single-event {background:#f6f5eb;}

/* diploma special */
.diploma {
	text-align:center;
	background:url('../images/MAFF25_diplom.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	height:100%;
	
}
.diploma-inner {position:absolute; top:185mm; width:92%; left:4%; right:4%;}

.diploma h1 {font-size:60px; }
.diploma h2 {font-size:33px; margin-top:0;}
.diploma h4 {font-size:25px; font-weight:500; margin-bottom:8px;}

/* general */

.endbreak {page-break-before:always;}
.print-breakafter {page-break-after:always;}

.ccm-ui {display:none !important;}

.noprint {display:none !important;}



@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
}