@media print {
  .header,
  .swiper-hero,
  .tarifrechner-wrapper,
  .footer,
  .navbar,
  .to-top {
    display: none !important;
  }
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    font-size: 12pt;
    line-height: 1.5;
    background: #fff;
    margin: 0;
    padding: 0;
  }
  main,
  article {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  a {
    text-decoration: underline;
    color: #000;
  }
  /* Zeigt die URL hinter dem Link an: Linktext (https://...) */
  a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    margin: 2cm;
  }
}

/*# sourceMappingURL=print.css.map */
