/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * default print stylesheet
 *
 * @copyright       © 2005-2013, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.1.0
 */
@media print {
  /**
  * @section basic layout preparation
  */
  /* (en) change font size unit to [pt] - avoids problems with [px] in Gecko based browsers  	*/
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit [px] in Gecko-Browsern vermeiden */
  body {
    font-size: 10pt;
    padding: 0 5px;
  }
  
  .ym-print {
    position:relative !important;
    top:0 !important;
    left:0 !important;
  }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  .horizont-content,
  .topnavlist,
  .mainnavlist,
  nav,
  .ym-searchform,
  .bmbf-slider-further-information,
  .bmbf-carousel,
  #page-footer {
    display: none !important;
  }
  
  body.bmbf-home .bmbf-carousel {
    display:block !important;
  }
  
  .bmbf-stage-slider {
  	padding-top: 2em;
    background-color:#606060 !important;
  }
  
  .bmbf-stage-slider .ym-g960-7 .ym-gbox {
    padding-left:0 !important;
  }
  
  .bmbf-stage-slider .ym-g960-5 .ym-gbox {
    padding-right:0 !important;
  }
  
  
  
  .bmbf-site-logo, .pt-site-logo,
  .bmbf-site-logo img.ym-print, .pt-site-logo img.ym-print {
    display:block !important;
  } 
  
  #footer {
		padding-top: 2em;
	}
  .h_title {
		font-size: 170%;
	}
	.h_number {
		font-weight: bold;
	}

  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  
  #footer, 
  #content,
  #stage {
    background:transparent !important;
  }
  
  .pt-site-logo {
    xfloat:none !important;
    xposition:relative !important;

  }
  
  #article-header img.flexible {
		display: none;
	}
	.ym-col1 {
		display: none;
	}
	.ym-col3 {
		margin: 0 !important;
	}
	
	.FAQs .content {
		display: block !important;
	} 
  
  .bmbf-article-image-caption {
    padding: 0 15px; 
  }
  
  /*
  .flexslider .slides > li[style] {
    float:none !important;
    margin-bottom:1em;
  }*/
  
}

  
