/**
 * Print Stylesheet fuer Deinewebsite.de
* @version         1.0
* @lastmodified    16.06.2016
*/

@media print {

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

.wrap {
width: 1170px;
}

.page-id-712 .box.wrap {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
width: 100%;
}

.page-id-712 .box_txt {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-column-gap: 5px;
}

.page-id-712 .box .box_txt li[class*="color"],
.page-id-712 .box_txt .color3_desktop,
.page-id-712 .box_txt .color4_desktop {
border-width: 1px;
border-top-width: 2px;
border-style: solid;
font-size:0.8125rem;
}

.page-id-712 .box_txt h2 {
font-size:0.8125rem;
}

.page-id-712 .box_txt h2::before,
.page-id-712 .box_txt h2::after {
content: none;
}

.page-id-712 .box_txt .wp-block-group {
border-bottom: none;
}

    
@page { 
margin: 2cm;
size: 330mm 427mm;
margin: 14mm;
}

* {
box-shadow: none !important;
text-shadow: none !important;
}

.logo_print {
display: block !important;
margin-top: 0.5em;
}

.header_title {
display: none;
}

body {
font: 13pt helvetica, arial, sans-serif;
line-height: 1.3;
background: #fff !important;
color: #000;
}

h1 {
font-size: 24pt;
margin-top: 25px;
margin-bottom: 10px;
}

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

body, h1, h2, h3, h4, h5, h6, p, li, ul {
color: #000 !important;
}

 
/* Alle Seitenumbrüche definieren */
a {
    page-break-inside:avoid
}
blockquote {
    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 }
    
/* Linkfarbe und Linkverhalten darstellen */
a:link, a:visited, a {
background: transparent;
color: #000;
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) "> ";
}
    

.embed-youtube, .embed-responsive {
  position: absolute;
  height: 0;
  overflow: hidden;
}
    
/* Unnötige Elemente ausblenden für den Druck */

#header-widgets, nav, aside.mashsb-container, 
.sidebar, .mashshare-top, .mashshare-bottom, 
.content-ads, .make-comment, .author-bio, 
.heading, .related-posts, #decomments-form-add-comment, 
#breadcrumbs, #footer, .post-byline, .meta-single, 
.site-title img, .post-tags, .readability 
{
display: none;
}
    

/* Wichtige Elemente definieren */    
p, address, li, dt, dd, blockquote {
font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */
code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square; margin-left: 18pt;
margin-bottom: 20pt;    
}

li {
line-height: 1.6em;
}    
    
}

/* Específics ISEA */

.box_destacat,
.box_title_text .box_destacat,
.box_title_text .box_content {
padding: 0;
margin: 0;}

.box {
margin: 0 !important;
}