/**
 * "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.2
 */
@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-wrapper, .divider, div, section {
    margin-left: 0 !important;
    margin-right: 0 !important;	
	padding-left: 0 !important;
	padding-right: 0 !important;	
    width: 100% !important;
    max-width: inherit !important;
}  

.ym-gbox section {
	padding: 20px 0px 20px 0px !important;
}

.ym-gbox .ym-gbox {
	margin: 0px !important;
}

 
.owl-wrapper {
	width: 100% !important;
}

.owl-wrapper .owl-item{
	display: none !important;
}

.owl-wrapper .owl-item:first-child{
	display: block !important;
}

/* ------ */

.owl-theme4 {
	background: none !important;
}

.owl-theme4 .ym-push-1 {
    left: 0px !important;
}

.owl-theme4 .owl-item {
	width: 100% !important;
}

.owl-theme4 .owl-carousel .owl-wrapper-outer {
	overflow: visible !important;
}


.owl-theme4 .owl-wrapper .owl-item, 
.owl-theme4 .owl-wrapper .owl-item .fce_historieslide .content{
	display: block !important;
}


.owl-theme4 .fce_historieslide .jahreszahl, 
.owl-theme4 .fce_historieslide .jahreszahl.active,
.owl-theme4 .fce_historieslide .jahreszahl:hover{
    background-image: none !important;
    text-align: left !important;
	margin: 0px !important; 	
}


.owl-theme4 .content_gross {
	display: none !important;
}


.owl-theme4 .fce_historieslide .content {
    position: relative;
    display:  block !important;
	top: inherit !important;
	margin-bottom: 1em !important;
}



.ym-gbox section.fce_knaufbox_rechts {
    padding: 19px !important;
}


.linearize-level-2, .linearize-level-2 > [class*="ym-c"], .linearize-level-2 > [class*="ym-g"] {
    display: block !important;
    float: none !important;
    padding: 0;
    margin: 0;
    width: auto !important;
}


  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  nav,
  .ym-searchform,
  .slicknav_btn,
  .fce_knaufbranchenslide, .owl-theme3,
  .fce_parallax,
  .owl-controls,
  footer,
  .uparrow,
  .mehrblau, .mehrweiss
   {
    display: none !important;
  }
nav#mobinav {
	display:block !important;
}


.fce_fullsizebanner {
	height:auto !important;
	height:250px !important;	
}

.mobilogo {
	position:relative !important;
	margin-bottom: 20px !important;
}

.fce_geschaeftsbereiche_acc .ui-accordion-header{
	display: none !important;
}

.fce_geschaeftsbereiche_acc .ui-accordion-content,
.fce_acccordion .ui-accordion-header,
.fce_acccordion .ui-accordion-content{
	display: block !important;
}

.fce_knaufboxbg .content,
.fce_geschaeftsbereiche_acc .custom2col .content {
	display:block !important;
}

.acc-knaufinterferse, .acc-knaufinterferse .ym-g960-6 {
	display: block !important;
}

.fce_accbox {
	height: auto !important;
}

.fce_accbox_onecol {
	padding: 20px !important;
}

.fce_accbox_onecol .bottomcontent{
	display: block !important;
}




  /*------------------------------------------------------------------------------------------------------*/
  /* (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;
  }
  
 .ym-gbox- {
	 /* page-break-inside:avoid !important; */
 }
 

  .ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
    padding-bottom: 0 !important;
    margin-bottom:  0 !important;
  } 
  
	table, th, tbody, tfoot, tr, td  {
		border: 1px solid #666 !important;
	}

*, html, body, p, h1, h2, h3, h4, h5, h6, li, ul, div, span, table, th, tbody, tfoot, tr, td {
	color: #000 !important;
	background-color: #ffffff !important;
}
