@media print {
   
   .site-header-wrapper,
   .cookiewarning,
   .breadcrumb  { display: none; }
   
   .site-main-wrapper { padding-top: 0; }  
   
   .site-main-wrapper .row, 
   .site-main-wrapper .intro-par { width: 100%; }
    
    /*banner*/
    .page-header .content { padding-top: 30px; }
    .site-main-wrapper .banner { padding-bottom: 24px; }
    .site-main-wrapper .banner .banner-text-outer { width: 100%; position: relative; padding: 0; float: none; }
    .site-main-wrapper .banner div.banner-text-inner { font-size: 18px; width: 100%; position: relative; }
    .site-main-wrapper .banner .banner-image-wrapper { width: 100%; float: none; }
    .site-main-wrapper .banner .banner-text-outer .banner-image-wrapper { display: block; /*margin-top: 23px;*/ }
    .site-main-wrapper .banner > .banner-image-wrapper,
    .site-main-wrapper .banner a > .banner-image-wrapper { display: none; }
    
    /*homepage banner*/    
    body.homepage .site-main-wrapper .banner,
    body.homepage .site-main-wrapper .banner .banner-image-wrapper { height: 60vh; }
    body.homepage .site-main-wrapper .banner .banner-text-outer { padding-top: 70px; }    
    body.homepage .site-main-wrapper .banner .banner-text h1,
    body.homepage .site-main-wrapper .banner .banner-text a { font-size: 36px; }    
    
        
    .teaser .orange-bg { height: auto; background-position: right 20px bottom 20px !important; background-size: 50px !important; }
    .teaser .orange-bg:after,
    .teaser .orange-bg:before { display: none; }
    .teaser .orange-bg .content-wrapper { position: relative; padding: 20px 100px 20px 20px; }    
    .teaser .orange-bg .content-wrapper .content-wrapper-inner .teaser-content { padding: 0; }
    .teaser .orange-bg .content-wrapper .content-wrapper-inner h2 { font-size: 16px; margin-bottom: 16px; padding-right: 0; }
    
    /*right side related materials*/
    .site-main-wrapper .column_2_8_4-c0, 
    .site-main-wrapper .column_2_8_4-c1 { width: 100%; margin-right: 0; margin-bottom: 20px; }
    
    .site-main-wrapper .quotation .blockquote-inner .quote-image, 
    .site-main-wrapper .blockquote .blockquote-inner .quote-image { height: 300px; }
    
    /*footer*/  
    .site-footer-wrapper .footer-teaser { width: 100%; margin-right: 0; margin-bottom: 10px; }  
    .site-footer-wrapper .orange-icon-box-footer { height: auto; }
    .site-footer-wrapper .orange-icon-box-footer:before { position: absolute; left: auto; right: 0; font-size: 60px; }
    .site-footer-wrapper .orange-icon-box-footer .box-content { position: relative; bottom: auto; }
    .site-footer-wrapper .orange-icon-box-footer .box-content .arrow-btn { display: none; }
}