@media print {
* {
    background: transparent !important;
    color: black !important;
    box-shadow:none !important;
    text-shadow: none !important;
    filter:none !important;
    -ms-filter: none !important;
}
a,
a:visited {
    text-decoration:underline;
}
.ce_text a[href]:after {
    content: " (" attr(href) ")";
}
.ce_href a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}
pre,
blockquote {
    border:1px solid #999;
    page-break-inside: avoid;
}
thead {
    display:table-header-group;
}
tr,
img {
    page-break-inside: avoid;
}
@page {
    margin:.2cm;
    margin-top: 10mm !important;
}
img {
    max-width: 100% !important;
}
.image_container img {
    max-width:210mm;
    width: auto!important;
    height: auto!important;
}
p {
    orphans: 3;
    widows: 3;
}
h2,
h3 {
    page-break-after: avoid;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom:5mm;
    font-weight:bold;
}
h1 {
    font-size: 22pt!important;
    line-height: 26pt!important;
}
h2 {
    font-size: 20pt!important;
    line-height: 26pt!important;
    orphans: 3;
    widows: 3;
}
h3 {
    font-size: 18pt!important;
    line-height: 22pt!important;
    orphans: 3;
    widows: 3;
}
h5 {
    font-size: 16pt!important;
    line-height: 19pt!important;
}
h6 {
    font-size: 14pt!important;
    line-height: 17pt!important;
}
table {
    width:100%;
}
table td {
    padding:0 2mm 2mm 0;
}
.mod_customnav,
.mod_navigation,
#footer,
#slider,
.mod_article .ce_sliderStart .content-slider .slider-wrapper,
.ce_dlh_googlemaps,
.mod_mobile_menu,
.mobile_menu > div {
    display: none !important;
}

#navbar {
    position: initial !important;
}
}