/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.05.2018, 08:56:56
    Author     : juergen kind
*/


@media print {
  body {
    /* IE4-8 and 9 (deprecated). */
    filter: Gray();
    /* SVG version for IE10, Chrome 17, FF3.5, 
       Safari 5.2 and Opera 11.6 */
    filter: url('#grayscale'); 
    /* CSS3 filter, at the moment Webkit only. Prefix it for
       future implementations */
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); /* future-proof */
  }
  
  .image { display: none; }
  
  h3 {
    border-bottom: 0px solid #ffffff;
    margin: auto;
    padding-bottom: .1em;
    width: auto;
}
.section {
    padding-top: 0em;
    padding-bottom: 0em;
}

.main-section { margin-top: 0px;margin-bottom: 0px; padding-top: 0px; }
.carousel-inner { display: none; height: 0px;}

  
}