/** Project: ganzheit2016
 *  Description: Landingpage Unternehmen als Ganzheit
 *
 *  @creator       Thinkin-Tags v0.5.3
 *  @framework     YAML v4.1.2
 *  @file          print.css
 */

@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 20mm 20mm 20mm 25mm;  
} 

@media print {

	body {
		font-family: "Open Sans";
		font-size: 10pt;
		padding: 10px 10px 10px 10px;
	}

	.ym-searchform {
		display: none;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		background: white;
		color: black;
		page-break-after: avoid;
	}

	.toplink {
		display: none;
	}

	.ym-wrapper-min {
		display: none;
	}

	nav {
		border-bottom: 1px solid gray;
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	nav h1 {
		line-height: 1.4em;
	}

	nav div.ym-wbox {
		display: none;
	}

	footer div.ym-wrapper {
		border-top: 1px solid gray;
		color: transparent;
		margin-top: 30px;
		padding-top: 20px;
		page-break-inside: avoid;
	}

	footer p {
		color: black;
		font-size: 100%;
	}

	footer h3 {
		color: black;
		font-size: 110%;
	}

	p {
		font-size: 120%;
	}

	h2 {
		font-size: 150%;
	}

	li {
		color: black;
		font-size: 120%;
	}

	main h3 {
		background: white;
		color: black;
		font-size: 140%;
		margin: 20px 0px 10px 0px;
		padding: 0 0 0 0;
	}

	main h2 {
		display: none;
	}

	.ym-g50.print-wide,
	.ym-g50.print-wide {
		width: 100%;
	}

	object.svgimg {
		width: 550px;
	}

}

