/* Source static/css/styles/print/print.scss */

@media print {
  .company_logo,
.login_logo {
    display: block;
    margin-bottom: 0.8em;
    max-width: 11.25rem !important;
  }
  .company_logo img,
.login_logo img {
    display: block;
  }

  .hideme_print,
.cms_live_management {
    display: none !important;
  }

  .showme_print {
    display: inherit !important;
    height: auto !important;
    max-height: none !important;
  }

  .design_navigation li {
    display: block;
    page-break-before: always;
  }

  .design_window {
    display: block;
    page-break-before: always;
  }
  .design_window img {
    display: block;
    page-break-before: always;
  }

  .subpages_design_detail_view,
.startpage_design_detail_view {
    display: block;
    page-break-before: always;
  }
  .subpages_design_detail_view img,
.startpage_design_detail_view img {
    display: block;
    page-break-before: always;
  }

  * {
    background: transparent !important;
    border-color: black !important;
    color: black !important;
    text-shadow: none !important;
  }
  *:before {
    color: black !important;
  }

  @page {
    margin: 2cm;
  }
  .contact_wrapper .postal_address > span {
    display: block;
  }

  .contact {
    display: flex;
  }
  .contact strong {
    min-width: 5.3125rem;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  .google_maps .distance::before {
    content: " - ";
    display: inline;
  }

  main a {
    text-decoration: underline;
  }
  main a.touch_link {
    margin-bottom: 1.6em;
    page-break-inside: avoid;
  }

  .table {
    overflow-y: inherit;
  }

  tr {
    page-break-inside: avoid;
  }

  dl {
    margin: 0;
  }

  dt {
    font-weight: 700;
    margin-bottom: 0.8em;
  }

  dd {
    margin: 0;
  }

  [role=tooltip] {
    display: none;
  }

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

  .search dl br,
.search dl em,
.search dl img {
    display: none;
  }

  .news_entity .hide_creation_date {
    display: none;
  }

  body {
    display: block;
    font-size: 85%;
    overflow-x: visible;
  }

  .page {
    display: block;
  }

  main {
    padding-top: 1.6em;
  }

  .qr_code_print {
    border-top: 0.0625rem solid;
    margin: 1.6em 0 0;
    padding: 0.8em 0 0;
    page-break-inside: avoid;
  }
  .qr_code_print:after {
    clear: both;
  }
  .qr_code_print:after, .qr_code_print:before {
    content: "";
    display: table;
  }
  .qr_code_print img {
    border: 0.0625rem solid black;
    float: left;
  }
  .qr_code_print p {
    margin-left: 10rem;
  }

  .onboarding_person {
    max-width: 34.375rem;
  }
  .onboarding_person .photo {
    margin-top: 3.2em;
  }
  .onboarding_person .photo img {
    border-radius: 50%;
    width: 7.5rem;
  }
}

