/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  min-height: 100%;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   @font-face {
    font-family: 'mark_problack';
    src: url('fonts/markpro-black-webfont.woff2') format('woff2'),
         url('fonts/markpro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'mark_proregular';
    src: url('fonts/markpro-webfont.woff2') format('woff2'),
         url('fonts/markpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'chronicle_text';
  src: url('fonts/chronicle_text_g1_roman-webfont.woff2') format('woff2'),
       url('fonts/chronicle_text_g1_roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



   body{
    min-height: 100%;
    margin: 0;
    padding: 0px 0 0 0;
    font-family: 'mark_proregular', sans-serif;
    color: #8f8e8e;
    cursor: none;
   }



   #header{
    position: fixed;
    height: 120px;
    z-index: 2;
    top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.801); 
    cursor: none;
    transition: all .8s;
   }

   .nav-up {
    top: -140px !important;
}

   .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    transition: all .8s;
    animation-name: example;
    animation-duration: .8s;
  }

  @keyframes example {
    from {top: -100%;}
    to {top: 0;}
  }
  
   

   .header_content{
    /* max-width: 1024px; */
    position: relative;
    margin: 0 auto;
    padding: 0px 90px 0px 90px;
   }

   #logo{
    width: 280px;
    position: absolute;
    top:15px;
    z-index: 15;
   }

   #logo img{
    width: 100%;
    height: auto;
   }

   .close_btn{
    width: 25px;
    position: absolute;
    z-index: 30;
    right: 45px;
    top: 35px;
  }

   .nav{
    position: absolute;
    font-family: 'mark_problack', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    /* max-width: 1024px; */
   text-align: right;
    top: 67px;
    right: 90px;
    margin: 0;
    padding: 0;
    transition: all .8s;
   }

   .nav li{
    display: inline;
    margin-left: 10px;
   }

   .nav li a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    cursor: none;
   }

   .nav li a:hover{
    color: #8f8e8e;
   }
   
   .menu_point{
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background: #ce1537;
    display: inline-block;
    border-radius: 30px;
    opacity: 0;
    transition: all .8s;
   }

   .show_point{
    opacity: 1;
   }

   .show_blue_point{
    opacity: 1;
    background: #0086c7;
   }

   .current > .menu_point{
    opacity: 1 !important;
    background: #0086c7 !important;
   }

  
   #content{
    display: block;
    padding: 0 90px 0px 90px;
    overflow-x: hidden;
    opacity: 0;
   }

   .grid{
    margin-top: 90px;
    cursor: none;
    overflow: hidden;
   }

   .row{
    position: relative;
    /* max-width: 1024px; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all .8s;  
    }
  
    .img_container{
      max-width: 50%;
      /* height: 100%; */
      opacity: 1;
      position: relative;
      /* display: inline-block; */
      vertical-align:top;
      padding: 1%;
      box-sizing: border-box;
      transition: all .8s !important;  
      pointer-events: none;
    }
    

  
    .img_container img{
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: inline;
      opacity: 0;
      transition: all .8s; 
      margin-top: 30%;
      pointer-events: auto;
      cursor: none;
    }



    .responsive-video{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;  
    box-sizing: border-box;
    transition: all .8s !important;  
    }

    .responsive-video iframe{
      position: relative;
      box-sizing: border-box !important;  
      height: 100%;
      width: 95%; 
      opacity: 0;
      transition: all .8s !important;  
    }


    .lazyloaded{
      opacity: 1 !important;
      transition: all .8s !important; 
      margin-top:0% !important;
    }

.blocker{    
position: absolute;
width: 100%;
z-index: 1;
top: 0%;
bottom: 30%; 
}
  
    .trenner{
      width: 100%;
       transition: all .8s; 
    }   


    .flat{
      opacity: 0 !important;
      height: 0px !important;
      overflow: hidden;
      transition: all .8s !important; 
      padding: 0 !important;
      margin: 0 !important;
      top:0% !important;
      left:0px !important;
      flex: 0;
    }

    #circle{
      opacity: 1;
      position:fixed;
      z-index: 100;
      transform:translate(-50%,-50%);
      box-sizing: border-box;
      height:20px;
      width:20px;
      border-radius:50%;
      background-color: #ce1537;
      border: 1px solid #fff;
      pointer-events: none;
      transform:translate3d(-50%,-50%,0);
      /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
      /* transition: transform 3s cubic-bezier(.02,1.23,.79,1.08), left .5s cubic-bezier(.02,1.23,.79,1.08), top .5s cubic-bezier(.02,1.23,.79,1.08);     */
    }

    #overlayHolder{
      opacity: 1;
      position:fixed;
      z-index: 50;
      box-sizing: border-box;
      height:20px;
      width:20px;
      transform:translate3d(30%,30%,0);
    }

    .overlay{
      opacity: 1 !important;
      top:0px !important;
      bottom:0px !important;
      left:0px !important;
      right:0px !important;
      width: 100% !important;
      height: 100% !important;
      transform: translate(0,0)!important;
      border-radius: 0% !important;
      transition: transform .5s, left .5s, right .5s, top .5s, bottom .5s, height .5s, width .5s !important;
      background-color: #fff !important;
      pointer-events: fill !important;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    

    .loader{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 20px;
      height: 20px;
    }
    .loader:before {
      content: "";
      position: relative;
      display: block;
      width: 300%;
      height: 300%;
      box-sizing: border-box;
      margin-left: -100%;
      margin-top: -100%;
      border-radius: 45px;
      background-color: #ce1537;
      -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
              animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }
    .loader:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #0086c7;
      border-radius: 15px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
      -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
              animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }
    
    @-webkit-keyframes pulse-ring {
      0% {
        transform: scale(0.33);
      }
      80%, 100% {
        opacity: 0;
      }
    }
    
    @keyframes pulse-ring {
      0% {
        transform: scale(0.33);
      }
      80%, 100% {
        opacity: 0;
      }
    }
    @-webkit-keyframes pulse-dot {
      0% {
        transform: scale(0.8);
      }
      50% {
        transform: scale(1);
      }
      100% {
        transform: scale(0.8);
      }
    }
    @keyframes pulse-dot {
      0% {
        transform: scale(0.8);
      }
      50% {
        transform: scale(1);
      }
      100% {
        transform: scale(0.8);
      }
    }


  .close_btn:after, .close_btn:before, .close_btn div{
    background-color: #000000;
    border-radius: 0px;
    content: '';
    display: block;
    height: 3px;
    margin: 6px 0;
    transition: all .2s ease-in-out;
}

.close_btn div{
  transform: scale(0);
}

.close_btn:before{

  transform: translateY(9px) rotate(135deg);

}

.close_btn:after{

  transform: translateY(-9px) rotate(-135deg);

}

    .carousel{
      opacity: 0;
      display: none;
      position: absolute;
      top:30px;
      right:30px;
      bottom:40px;
      left:30px;
      box-sizing: border-box;
    }

    .flickity-viewport{
      cursor: none !important;
    }

    .flickity-button{
      cursor: none !important;
    }

    .carousel-cell {
      width: 100%; /* full width */
  height: 100%;
  background: transparent;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
    }

    .carousel-cell img{
      max-width: 100%;
      max-height: 100%;
    }

    .carousel-cell iframe{ 
      width: 100%;
      height: 100%;
    }

    /* fade in image when loaded */
.carousel-cell-image {
  transition: opacity 0.4s;
  opacity: 0;
}


.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.flickity-button.flickity-prev-next-button.previous{
  color: #ce1537;
}

.flickity-button.flickity-prev-next-button.next{
  color: #0086c7;
}

.carousel-cell {
  margin-right: 30px;
}

.flickity-button {
  background: transparent;
}

.flickity-button:hover {
  background: transparent;
  color: #8f8e8e !important;
}

.caption{
  position: absolute;
  bottom: 10px;
  white-space:nowrap;
  font-size: 12px;
  color: #ccc;
}
    

.about_content{
  position: relative;
  padding: 140px 0px 15px 0px;
  max-width: 1100px;
  margin: 0 auto;
}

.about_img_container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about_image_wrapper {
  position: relative;
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
}

.about_header_img, .about_header_hover_img {
  /* width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: clip-path 0.3s ease-out;  */
  position: absolute;
  width: 100%;
  height: auto;
  display: inline-block;
  object-fit: cover; /* oder eine andere geeignete object-fit-Eigenschaft */
  object-position: center; /* oder eine andere geeignete object-position-Eigenschaft */
  
}

.about_headline{
  margin-top: 35px;
  font-family: 'mark_problack', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
}

.about_header_text{
  column-count: 2;
  padding-top: 15px;
}

.about_header_text ul{
  margin-left: 10px;
  padding-left: 0px;
}

.about_header_text ul li{

  list-style: none;
  color: #575656;
  font-weight: bold;
  margin-left: 0px;
  padding-left: 0px;
}

.about_header_text ul li::before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color:#0086c7; /* Change the color */
  font-weight:bolder; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -0.5em; /* Also needed for space (tweak if needed) */
}

.about_header_text strong{
  color: #000;
}

.about_header_text p:first-child{
  margin: 0px;
}

.about_header_text p:last-child{
  margin: 0px;
}

.profil_block > div{
  position: relative;
  width: 100%;
}

.profil_img_container{
  width: 60% !important;
  position: absolute;
}

.profil_block img{
  position: absolute;
  width: 100%;
  height: auto;
  display: inline-block;
  object-fit: cover; /* oder eine andere geeignete object-fit-Eigenschaft */
  object-position: center; /* oder eine andere geeignete object-position-Eigenschaft */
}

.profil_block:first-child .profil_img_container img{
  right: -100%;
}

.profil_block:last-child .profil_img_container img{
  left: -40%;
  top: 30%;
}

.name_1{
  font-size: 45px;
  margin-bottom: 5px;
  color: #0086c7;
}

.text_kathi p{
  margin: 0px;
 font-family: 'chronicle_text';
}

.text_kathi h3{
  font-family: 'mark_problack', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #0086c7;
  text-transform: uppercase;
  margin: 15px 0px 5px 0px;
}

.text_kathi ul li{
  display: inline;
  margin-right: .2em;
}

.text_kathi ul{
  padding: 0px;
  margin: 0px;
} 

.text_jan h3{
  font-family: 'mark_problack', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color:#ce1537;
  text-transform: uppercase;
  margin: 15px 0px 5px 0px;
}

.text_jan ul li{
  display: inline;
  margin-right: .2em;
}

.text_jan ul{
  padding: 0px;
  margin: 0px;
} 

.text_kathi ul li:before{
  display: inline;
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color:#0086c7; /* Change the color */
  font-weight:bolder; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: .8em; /* Also needed for space (tweak if needed) */
  margin-left: -0.1em; /* Also needed for space (tweak if needed) */
}

.text_jan ul li:before{
  display: inline;
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color:#ce1537; /* Change the color */
  font-weight:bolder; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: .8em; /* Also needed for space (tweak if needed) */
  margin-left: -0.1em; /* Also needed for space (tweak if needed) */
}

.name_2{
  margin-top: 25%;
  margin-bottom: 5px;
  font-size:45px;
  color: #ce1537;
}

.text_jan p{
  margin: 0px;
  font-family: 'chronicle_text';
}

.text_jan h3{
  font-family: 'mark_problack', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color:#ce1537;
  text-transform: uppercase;
  margin: 15px 0px 5px 0px;
}

.new_img{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: auto;
  display: inline-block;
  object-fit: cover; /* oder eine andere geeignete object-fit-Eigenschaft */
  object-position: center; /* oder eine andere geeignete object-position-Eigenschaft */
}


.imprint_content{
  position: relative;
  padding: 140px 0px 15px 0px;
  margin: 0 auto;
}

.imprint_content img{
  max-width: 100%;
}

.imprint_main_title{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #000;
}

.imprint_title{
  color: #000;
  margin-top: 30px;
}

.contact_wrap{
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
}

.contact_content{
  position: relative;
  padding: 140px 0px 15px 0px;
  min-width: 300px;
  margin: 0 auto;
}

.contact_title{
  color: #000;
  text-transform: uppercase;
  margin-top: 30px;
}

.contact_text a{
  color: #000;
  text-decoration: none;
}

.contact_map{
  position: relative;
  padding: 170px 10px 15px 0px;
}


.contact_map iframe{
  height: 100%;
  width: 100%;
}

.contact_img{
  position: relative;
  margin: 170px 0px 15px 10px;  
  background-position: center center;
  background-size:cover;
  background-repeat: no-repeat;
}

.sm_links img{
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.sm_links img:hover{
  opacity: .6;
}

.contact_impint_link{
  margin-top: 15px;
}

.contact_impint_link a{
color: #000;
text-decoration: none;
}

.contact_impint_link a:hover{
  color: #999;
}

.split-view {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  cursor: ew-resize;
  background-color:#0086c7;
  pointer-events: none;
  transition: left 0.3s ease-out; /* Hinzugefügt für weichere Bewegung */
}



.about_2_cols{
  margin-top: 60px;
  display: grid;
  grid-gap: 120px;
  grid-template-columns: 1fr 1fr;
}


.hl_kunden{
  font-family: 'mark_problack', sans-serif;
  text-align: center;
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
  margin:60px auto 30px auto;
}

.about_3_cols{
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  max-width: 800px;
  margin:0px auto 60px auto;
}

.about_3_cols img{
  width: 100%;
  height: auto;
}

.about_3_cols a{
  cursor: none;
}

.footer{
  margin: 30px 90px 30px 90px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  border-top: 1px solid #ccc;

}


.imprint_link a{
color: #8f8e8e;
text-decoration: none;
}


@media only screen and (max-width : 1024px) {

  #header{
    height: 95px;
  }

  .header_content{
    padding: 0px 15px 0px 15px;
  }

  #logo{
    width: 230px;
    position: absolute;
    top:15px;
    z-index: 15;
   }

  .nav{

    right: 15px;
    top:55px
  }

  #content{
    padding: 0px 15px 0px 15px;
  }

  .footer{
  margin: 30px 15px 30px 15px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

}

@media only screen and (max-width : 760px) {

  #logo{
    width: 200px;
  }

  #topnav{
    opacity: 0;
    z-index: 10;
    position: fixed;
    top: -100%;
    right: 0px;
    bottom: auto;
    left: 0px;
    background: rgba(255, 255, 255, 0.801);
    transition: all .8s;
    overflow: scroll;
  }

  #topnav.menu_open{
    top:0px;
    opacity: 1;
    transition: all .8s;
    bottom: 0px;
  }

  .nav{
position: relative;
text-align: center;
top: 140px;
  }

  .nav li {
    display: block;
    margin-bottom: 30px;
  }

  .nav-icon{
      width: 25px;
      position: absolute;
      z-index: 30;
      right: 25px;
      top: 35px;
  }

  .nav-icon:after, .nav-icon:before, .nav-icon div{
    background-color: #000000;
    border-radius: 0px;
    content: '';
    display: block;
    height: 3px;
    margin: 6px 0;
    transition: all .2s ease-in-out;
}

.nav-icon-close div{
  transform: scale(0);
}

.nav-icon-close:before{

  transform: translateY(9px) rotate(135deg);

}

.nav-icon-close:after{

  transform: translateY(-9px) rotate(-135deg);

}

.about_content{
  padding-top: 100px;
}



.about_2_cols{
  margin-top: 15px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
}


.flickity-prev-next-button{
  width: 30px;
  height: 30px;

}

.flickity-prev-next-button.previous{
  left: -30px;
}

.flickity-prev-next-button.next{
  right: -30px;
}

   .close_btn{
    width: 25px;
      position: absolute;
      z-index: 30;
      right: 25px;
      top: 35px;
   }

   .contact_wrap{
    display: grid;
    grid-template-columns: 1fr;
    }

    .contact_map{
      padding-top: 0px;
    }

    .contact_map iframe {
      height:450px;
    }

    .contact_img{
      position: relative;
      margin: 0px 0px 0px 0px; 
      height:450px; 
      background-position: center center;
      background-size:cover;
      background-repeat: no-repeat;
    }

    .profil_block:first-child .profil_img_container img{
      right: -50%;
      top:30px
    }
    
    .profil_block:last-child .profil_img_container img{
      left: 0%;
      top: 30px;
    }

    .name_1{
      margin-top: 30px;
    }

    .name_2{
      margin-top: 30px;
    }

    .blocker{  
      bottom: 50%;
    }

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

