@charset "UTF-8";


@media print
{
	/**
	 * @section layout
	 */
	#skipLink, #navigation, #footer, #carousel {
		display: none;
	}

	/**
	 * @section layout
	 */
	body {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		font: 12pt Arial, Helvetica, sans-serif;
		color: #000;
		background: #fff url(none);
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		margin: .75em 0 .5em;
		text-align: left;
		page-break-after: avoid;
	}

	h1 {
		text-align: center;
		padding: 0 0 .5em;
		border-bottom: 1px solid #ccc;
	}

	p {
		margin: .5em;
		font-stretch: expanded;
	}
	
	.page-id-11 #content .page {
		position: static;
	}
	
	.page-id-11 #content #team_teaser {
		width: auto;
		position: static;
		right: auto;
		top: auto;
	}
	
	.page-id-11 #content ul li span {
		padding-left: 50%;
	}
	
	.page-id-11 #content ul li span img {
		display: none;
	}
	
	ul#portfolio_nav,
	.page-id-11 #content ul li span strong {
		display: none;
	}
	
	/**
	 * @section links
	 */
	a, a:visited, a:hover, a:visited:hover {
		color: #000;
		background: transparent;
		text-decoration: none;
	}
	
	a.totop {
		display: none;
	}
	
	/**
	 * @section Zitate
	 */
	* {
		quotes: "\201E" "\201C" "\201A" "\2018";
	} 
	
	q:before, blockquote:before {
		content: open-quote;
	} 
	
	q:after, blockquote:after {
		content: close-quote;
	}
	
	blockquote, q, cite {
		padding-left: .1em;
	}
	
	acronym, abbr {
		border: none;
	}
	
	/**
	 * @section Code
	 * @css-for (nicht benoetigte Bereiche)
	 */
	.code, pre {
		font: .8em 'Courier New', Courier, Fixed;
		padding-left: 1em;
	}
	
	.code a[href]:after {
		content: "";
	}
	
}