/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
    position: static !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #ddd;
  }
  .box,
  tr,
  img .page-header.header-type3 {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .columns {
    display: block;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
  .navigation-toprow_search,
  .navigation-toprow_iconmenu,
  .static-navigation-wrap,
  .bg-breadcrumbs,
  .paypal.checkout,
  .page-footer,
  .product-tabs-list,
  .fotorama__nav--thumbs,
  .fotorama__nav__shaft,
  .technicaldetails-link,
  .shopratings,
  .etrusted-custom__brand,
  .box-tocart,
  .keyfacts-row,
  .block.upsell,
  .fotorama__arr--prev,
  .fotorama__arr--next,
  .product_paymentbanner,
  .product-details-tab > h2,
  .product_socialwrap,
  .fotorama__zoom-in,
  .fotorama__zoom-out,
  .fotorama__stage__frame,
  .videoWrapper,
  .product-reviews-summary,
  .product-tab img,
  .fixedshopping,
  .action-skip-wrapper,
  .span.price-label,
  .product-pro-contra ul > li:before,
  .subpage-header,
  .page.messages {
    display: none !important;
    height: 0px !important;
  }
  .page-header.header-type3 .header-content {
    border: 0px;
    box-shadow: none !important;
  }
  .hersteller_logo {
    max-width: 160px;
    max-height: 50px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .fotorama__stage__frame.fotorama__active {
    display: block !important;
  }
  .fotorama__stage__shaft.fotorama__grab,
  .fotorama__stage__frame,
  .fotorama__stage,
  .fotorama__wrap,
  .fotorama {
    width: 100% !important;
    max-width: auto !important;
    height: auto !important;
    overflow: auto !important;
    position: relative !important;
  }
  .fotorama__stage__frame .fotorama__img {
    max-width: 400px !important;
    position: static !important;
    transform: none !important;
  }
  .align-left,
  .align-right {
    width: 100% !important;
    float: none !important;
  }
  .product-tab {
    display: block;
  }
  .product-tab[id="amfaq_product"],
  .product-tab[id="product.detail.stories"],
  .product-tab[id="catalog.product.related"],
  .product-tab[id="reviews"] {
    display: none;
  }
  .product-tab:nth-of-type(1) .product-tab_wrap,
  .product-tab:nth-of-type(2) .product-tab_wrap,
  .product-tab:nth-of-type(3) .product-tab_wrap {
    display: block;
  }
  .product-tab_title {
    padding: 20px;
    background: #f0f0f0 !important;
  }
  .product-tab_title:before {
    display: none;
  }
  .gallery-placeholder {
    padding: 0px;
  }
  .product-details-tab {
    padding-top: 0px;
  }
  .page-header.header-type3 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 90vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
    page-break-inside: avoid !important;
    page-break-after: avoid !important;
  }
  .container-wide .row {
    margin: 0px !important;
  }
  .page-header.header-type3 .container-wide,
  .navigation-toprow_logo {
    padding: 0px  !important;
  }
  .product-info-main .price-col-right .product_old-price .price {
    color: #000;
    text-decoration: line-through;
  }
  .product-info-main .price-col-right .product_old-price .price:before {
    display: none;
  }
  .product-view-content {
    page-break-after: always !important;
  }
  .product-pro-contra ul {
    list-style: none;
  }
}
