/*************************
    PRINT STYLESHEET
**************************/
@page {
    size: A4;
}
@media print { 
html, body {
    width: 210mm;
    height: 297mm;
}
/* Print Styles */
* {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
#navigation,
#myContent,
#cookieLayer,
#companyContact,
#footer,
.tooltipBox,
.reveal-modal,
.header .service,
.jobsGrouping .filterWrap,
.naviSwitch,
.video .rating,
.video .videoFunctions,
.card .event.countdown ul.calendarLinks,
.swiper-container.lightbox {
    display: none !important;
}
h1, h2, h3,
h2.stripeHeadline {
   page-break-after: avoid;
}
img {
   max-width: 100% !important;
}
.col {
    page-break-inside: avoid;
}
a:link {
    color: #000;
}
#contentWrap {
    margin: 0 !important;
    width: 100%;
}
.stripe.forcedHeight .col {
    height: auto !important;
}
.news .dateWrap p,
.news .dateWrap span {
    float: left;
    width: auto;
}
.col .span_1, .col .span_2, .col .span_3, .col .span_4 {
    float: none;
    display: inline-block;
}
/* // Print Styles */
}
