/*
Willkommen bei Individuelles CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/

.entry-content a{text-decoration: underline !important}

ol li {margin-bottom: 0.5em}

/*
Alle folgenden Regeln dienen dazu, das CSS druckerfreundlich zu machen.
*/
@media print {
	body {
		background: white;
		font-size: 10pt;
		margin: 0;
	}
	
	#secondary.widget-area {
		display: none;
	}
	
	#masthead {
		margin-bottom: 0 !important;
	}
	
	div.header-wrap {
		position: static !important;
	}
	
	div.header-search-icon {
		display: none;
	}
	
	nav {
		display: none;
	}
	
	div.sharedaddy {
		display: none;
	}
	
	footer.entry-meta {
		display: none;
	}
	
	a.scroll-up {
		display: none;
	}
	
	#comments {
		display: none;
	}
	
	#colophon.site-footer {
		display: none;
	}
	
	#primary.content-area {
		margin-left: 0;
		float: none;
		width: auto;
	}
	
	#content a {
		font-weight: bold;
		color: #000066;
		text-decoration: underline;
	}
	
	#content {
		margin-left: 0;
		float: none;
		width: auto;
	}
	
	#footer, .ad {
		display: none;
	}
	
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	
	h3 {
		margin-left: 10px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	blockquote, table, pre {
		page-break-inside: avoid;
	}
	
	ul, ol, dl {
		page-break-before: avoid;
	}
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	img.right {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}
	
	img.left {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}
	
	.right {
		float: right;
	}
	
	.left {
		float: left;
	}
	
	img {
		page-break-inside: avoid;
		page-break-after: avoid;
	}
}

div.content-area {
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
pre {
-ms-hyphens: manual;
-moz-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
}
.entry-content > p {
 line-height: 1.7;
}


table { 
   font-variant-numeric: lining-nums tabular-nums;
}

/*#parallax-bg {
	background-repeat: no-repeat !important;
}*/