/**
 * Print Stylesheet for joi.ito.com
* @version         1.0
* @lastmodified    28.07.2018
*/
/* test2 */
@media print {

#content {
width: 100%;
margin: 0;
float: none;
}

/** Gutters */
@page { margin: 2cm }

/* Font to 14px/12pt, background to white, text to black.*/
/* Saves ink. */
body {
	/*font: 13pt Georgia, "Times New Roman", Times, serif;*/
	font-size: 10pt;
	line-height: 1.3;
	background: #fff !important;
	color: #000 !important;
}

h1 {
	font-size: 24pt;
}

h2, h3, h4 {
	font-size: 14pt;
	margin-top: 25px;
}

/* Alle Seitenumbrüche definieren */
a, a:after {
	page-break-inside:avoid;
}
blockquote, .comment {
	page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
	page-break-inside:avoid;
}
img {
	page-break-inside:avoid;
	page-break-after:avoid;
}
table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }


.row, .columns, {
	margin:0;
	padding:0;
	border-bottom:none;
}
.top-bar {
	margin:0;
	padding:0;
	border-bottom:none;
}
#joilogo img {
	width:1cm;
	height:1cm;
	margin:0; padding:0;
}
/* Links - Generally */
a, a:visited, a {
	background: transparent;
	color: #000;
	text-decoration: none;
}

a[href^=http]:after,
a#joilogo[href]:after {
   content: "";
}
/* Post title and Meta */
h2.entry-title {
	font-weight:bold;
}
.asset-meta .author,
.asset-meta abbr.published {
	display: block;
	font-size: 8pt;
	font-style:italic;
}
	.byline.vcard span { display:none; }

.asset-meta .author a:before {
	content: "by ";
}
.entry-categories-list {
	display:block;
	font-size: 8pt;
	margin-top: 1em;
}
/* Entry & Comment Links */

/* Title and Meta */
abbr {
	border-bottom: none;
	text-decoration:none;
}
abbr[title]:after {
   content: "";
}

/* Entry & Comment content */
.asset-body a,
.comment-content a {
	background: transparent;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
/*
.asset-body a[href^=http]:after,
.comment-content a[href^=http]:after {
	background: transparent;
	color: #ccc !important;
	content:" <" attr(href) "> ";
	font-size: 90%;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
*/
.asset-body a[href^=http]:after,
.comment-content a[href^=http]:after {
	content:"";
}

$a:after > img {
   content: "";
}
.asset-body img {
	max-width: 50% !important;
}

.asset-body img {
	max-width: 50% !important;
}

hr {
	margin:0;
	padding:0;
	border-bottom:1px solid #999;
}

blockquote {
	border:none;
	border-left: 1px dotted #999;
	color: #666;
	margin: 2pt 2pt 2pt 0;
	padding: 0 0 0 2pt;
	font-size: .9em;
	line-height: 1.5;
}
.entry-credit-box {
	border-top: 1px solid #999;
	padding-top: 2ptpx;
	margin-top: 2pt;
}
/*
.entry iframe, ins {
    display: none;
    height: 0 !important;
    line-height: 0pt !important;
    overflow: hidden !important;
    white-space: nowrap;
    width: 0 !important;
}
.embed-youtube, .embed-responsive, .responsive-embed {
  height: 0;
  overflow: hidden;
  position: absolute;
}
*/
.entry iframe {
	margin:0;
	padding:0;
}

#sidebar, #header-menu, .top-bar-right,
.comments-open-header, #comments-open,
.comment-date a[title="Reply"],
footer .row,
.entry-title em,
.asset-footer
{
display: none;
}
footer {
	margin:0;padding:0;
	border-top:1px solid #000;
}

footer:after {
	color: #999 !important;
	content: "This work is licensed under a Creative Commons Attribution 4.0 International License.";
	font-size: 10pt;
	text-align:center;
}

}