@media screen {
  .print-logo {
    display: none; } }

@media print {
  body {
    padding-top: 35px; }
  /* ======= Base ======= */
  /* ---- Header ---- */
  .header-wrapper, .header-wrapper *, .header-wrapper *:before, .header-wrapper *:after {
    display: none !important;
    float: none !important; }
  .print-logo {
    position: absolute;
    top: 0;
    right: 0; }
    .print-logo, .print-logo img {
      margin: 0 !important;
      height: auto !important;
      display: block !important; }
    .print-logo img {
      height: 30px !important;
      max-height: 30px !important;
      max-width: none !important; }
  #main-navigation {
    display: none; }
  .user-actions, .info-bar {
    display: none; }
  /* ---- Sidebar ---- */
  .sidebar {
    display: none; }
  .sidebar + .uk-width-medium-2-3,
  .sidebar + .uk-width-medium-3-4 {
    width: 100%; }
  .sidebar li .label .fa {
    display: none; }
  /* ---- Footer ---- */
  .footer-box:not(#footer-kontakt) {
    display: none; }
  #footer-kontakt {
    width: 100%;
    padding-top: 25px;
    border-top: 2px solid #aaa; }
  /* ======= Product ======= */
  .add-container {
    display: none !important; }
  .product_item .additional {
    display: none !important; }
  .product_item .product_maininfo {
    margin-bottom: 25px;
    border: 1px solid #aaa !important;
    padding-bottom: 20px !important; }
  /* ======= Product - Grid ======= */
  #products #filter {
    display: none; }
  .category-headbox {
    border: 1px solid #aaa; }
    .category-headbox svg path {
      display: none; }
  /* ======= Product - Detail ======= */
  .detail-wrapper {
    width: 100%; }
  .warenkorb-desktop, .warenkorb-mobile {
    display: none !important; }
  #product-detail {
    /* Alles im Produktslider statisch */
    /* Slider-Thumbnails ausblenden */ }
    #product-detail .product-slider * {
      position: static !important;
      height: auto !important; }
    #product-detail .product-slider img {
      max-height: 300px !important;
      margin-bottom: 2em; }
    #product-detail #product-slider-thumb-nav {
      display: none; }
    #product-detail #product-slider-thumb-nav + div {
      width: 90%; }
    #product-detail .product-slider .item:not(.slick-current) {
      visibility: hidden; }
    #product-detail .slider-nav-button {
      display: none; }
  /* Cross-Selling ausblenden */
  #product-detail + #products {
    display: none; }
  /* Lightbox ausblenden */
  #slider-lightbox-modal, #slider-lightbox-modal.uk-open {
    display: none !important; }
  .attributes tr, .attributes td {
    break-inside: avoid; } }
