/**
 * Print stylesheet for stellenangebote-psychiatrie.de
* @version         1.0
* @lastmodified    20.12.2023
*/

@page :first { 
  margin-top: 4cm; 
}
@page :left  { 
  margin-right: 2.5cm; 
}
@page :right { 
  margin-left: 2.5cm; 
}
@page        { 
  margin: 0 1cm; 
}

@media print {
    #page-topbar, .topnav, .page-title-right, .btn {display: none;}
    img {
    break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    break-inside: avoid; /* or 'auto' */
    display: block;
    }
    table, figure {
      break-inside: avoid;
    }
    .card {
      padding: 18px 8px;
      border-radius: 16px !important;
      border: 1px solid #ececec !important;
      float: left;
      min-width: 48%;
      margin: 0px 1%;
    }
    
    div.card:nth-child(3) {
        display:none;
    }
    .col-xl-4 {
        width: 100%;
    }
    .col-xl-4 div.card:nth-child(1) {
        width: 48%;
        float: left;
        margin-right: 4%;        
    }
    .col-xl-4 div.card:nth-child(2) {
        width: 48%;
        float: left;         
    }
    .col-xl-8 {
        width: 100%;
        margin-top: 16px;
    }
    
    .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;
}
    
    .entry:after {
content: "\ Alle Rechte vorbehalten. (c) 2018 - 2023 Stellenangebote-psychiatrie.de";
color: #999 !important;
font-size: 1em;
padding-top: 30px;
}

    }