/*
* Print Stylesheet for www.ibnarabisociety.org
* @version         1.0
* @lastmodified    November 21, 2019
*/

@media print {

/* Set page widhts, disable floats and margins */
/* Achtung: Die Klassen und IDs variieren von Theme zu Theme. Hier also eigene Klassen setzen */

#page-container, #page, #single-post {
height: 100%;
width: 100%; 
/* margin: 0; */
float: none;
}

/* Set page margins*/       

@page-container :top {
margin: 2cm;
}

@page-container :bottom {
margin: 2cm;
}

@page-container :left {
margin: 2cm;
}

@page-container :right {
margin: 1cm;
}


/* Typography */
body {
font-size: 10pt;
line-height: 1.3;
color: #000;
}

h1 {
font-size: 24pt;
}

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

/* Handling page breaks */
a {
    page-break-inside:avoid
}
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

/* Handling links */
a:link, a:visited, a {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
text-align: left;
}

a {
    page-break-inside:avoid
}

a[href^=http]:after {
      content:" <" attr(href) "> ";
}

$a:after > img {
   content: "";
}

article a[href^="#"]:after {
   content: "";
}

a:not(:local-link):after {
   content:" <" attr(href) "> ";
}

/* Omit videos and iframes */
.entry iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
.embed-youtube, .embed-responsive {
  position: absolute;
  height: 0;
  overflow: hidden;
}

/* Omit unnecessary page elements */

#header-widgets, nav, aside.mashsb-container, 
.sidebar, .mashshare-top, .mashshare-bottom, 
.content-ads, .make-comment, .author-bio, 
.heading, .related-posts, 
#main-header, .et_pb_section_0, .et_pb_row_0, .et_pb_column_1_3, .CommentSection, .akismet_comment_form_privacy_notice, .druckversion, .et_pb_image, .imageCaption, .et_pb_scroll_top, .et-pb-icon,
#decomments-form-add-comment, 
#breadcrumbs, #footer, .post-byline, .meta-single, 
.site-title img, .post-tags, .readability, 
#main-footer

{
display: none;
}


/* Benutzerdefinierte Nachrichten vor und nach dem Inhalt einfügen */


.et_pb_section_1:before {
	
content: url("Logo-MIAS-print.jpg");
display: block;
margin-top: 10mm;
margin-left: 18mm;	

}

.et_pb_section_1:after {
content: "© Muḥyīddīn Ibn ‘Arabī Society / the Author, 2019";
display: block;
margin-left: 18mm;
font-size: 1em;
margin-top: 10px;

}

}



  

}