@media print {
   /* General */
   *,
   *:before,
   *:after {
      background: transparent !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
   }
   a,
   a:visited {
      text-decoration: underline;
   }
   a[href]:after {
      content: none !important;
   }
   abbr[title]:after {
      content: " (" attr(title) ")";
   }
   a[href^="#"]:after,
   a[href^="javascript:"]:after {
      content: "";
   }
   pre,
   blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
   }
   thead {
      display: table-header-group;
   }
   tr,
   img {
      page-break-inside: avoid;
   }
   p,
   h2,
   h3 {
      orphans: 3;
      widows: 3;
   }
   h2,
   h3 {
      page-break-after: avoid;
   }


   /* Show logotype */
   .lst-header-logo {
      display: block!Important;
   }

   /* --- RESERVATMALL START --- */
   /* Shows headings outside contentarea/innehållsyta */
   .lst-print .sv-decoration-content > div {
      display: block!important;
   } 
   .sv-font-under-struken-rubrik-h2 {
      border-bottom: none!important;
   }

   /* Transparent background */
   .lst-print > div > div {
      background-color: transparent;
   }

   /* show piktogram in print */
   .facilitetwrapper .sv-decoration-content > div:nth-child(3) {
      display: block!important;
      height: 100%!important;
      width: 100%!important;
   }
   .facilitetwrapper .sv-decoration-content > div:nth-child(3) > div {
      display: block!important;
   }

   /* Contact */
   .lst-contactcard > div > div {
      display:block!important;
      border-bottom: 0;
   }
   .subheading {
      margin-bottom: 0!important;
   }
   .lst-contactcard .contains-contact a[href^="mailto:"]:before {
      width: 0;
   }

   /* Visa mer information & hitta hit */
   .lst-print > div {
      display: block!Important;
   }

   /* Reset padding */
   .lst-more-information a {
      padding-left: 0!important;
   }
   .lst-relatedInfo a {
      padding-left: 0!important;
   }
   .lst-print > div > div {
      padding-left: 0;
   }

   /* Hides menu */
   .lst__topnav--green {
      display: none!important;
   }
   /* Hides footer content in print */ 
   .lst-footer-dark-blue {
      display: none!important;
   }
   .lst-footer-gray {
      display: none!important;
   }
   .lst-social--links {
      display: none!important;
   }
   /* Dölj youtube */
   .sv-youtube-portlet {
      display: none!important;
   }

   /* show img caption */
   .sv-imgslideshow-item__description {
      display: inline-block!important;
      background-color: #000!important;
      background-color: rgba(0,0,0,0.4)!important;
      color: #fff!important;
      line-height: 1!important;
      padding: .5em 1em!important;
      border-radius: 1em!important;
   }

   /* Image slider */
   .sv-carousel__dots {
      display: none!important;
   }
   .sv-carousel__navbtn-prev, .sv-carousel__navbtn-next {
      display: none!important;
   }
   .sv-carousel__img--lazy {
      display: none;
   }  
   /* --- RESERVATMALL END --- */
}
