@charset "UTF-8";
@media print {
  @page { /* Seitenränder im Druck, wird von Firefox und Chrome unterstützt, NICHT von Edge. 1.Seite anders (:first) wird nur von Chrome unterstützt! */
    margin-top: 5mm;
    margin-left: 16mm;
    margin-right: 10mm;
    margin-bottom: 5mm;
    size: A4;
  }
  .site-header, .site-menu {
    display: none !important;
  }
  .site-main {
    padding-top: 0;
  }
  .wp-block-buttons.export {
    display: none !important;
  }
  .site-footer {
    display: none !important;
  }
  .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .type-produkt .wp-block-columns {
    display: table;
    width: 100%;
  }
  .type-produkt .wp-block-columns .wp-block-column {
    width: 50%;
    display: table-cell;
  }
}