#header_center, #header_right, #top_bar_row, .product-actions, #rightbar, #footer-tertiary, #attachments, #product-details, .product_right_column .easycontent {
    display: none;
}
@page { size: auto;  margin: 0mm; }
.product_left_column {
    flex: 0 0 30%;
    max-width: 30%;
}
.product_middle_column {
    flex: 0 0 70%;
    max-width: 70%;
}
.product-description-short p, .product-description-short span, .product-description-short li, .product-description p, .product-description span, .product-description li {
    font-size: 12px;
}
#st_header {
    position: static !important;
}
#header_left {
    text-align: right;
    margin-left: auto;
}
.product_description_container .st_read_more_box {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;

  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;

  -webkit-column-fill: balance;
  column-fill: balance;
      
  break-inside: auto;
  page-break-inside: auto;
  
  overflow: visible;
  border-left: none;
  padding-left: 0;
}
#footer_before_container::after {
    content: "Kunststoff-Institut Lüdenscheid | Ansprechpartner: Christine Bergener | +49 2351 1064-180 | bildung@kimw.de";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2mm;
    height: 8mm;
    line-height: 8mm;
    text-align: center;
    font-size: 10pt;
    color: #000;
    background: transparent;
    z-index: 9999;
    display: block;
}
body {
    margin-bottom: 10mm !important;
}