@layer misc {
/* stylelint-disable length-zero-no-unit, unit-disallowed-list, scss/no-global-function-names */
/* stylelint-disable scss/no-global-function-names, function-no-unknown, unit-disallowed-list */
@page {
  size: a4 portrait;
  margin: 12mm;
}
@media print {
  * {
    transition: none !important;
    background: none !important;
    overflow: visible !important;
  }
  #content * {
    page-break-inside: avoid !important;
  }
  body {
    margin: 0 !important;
  }
  a[href]:not([href=""]) {
    text-decoration: none !important;
  }
  *:not(h1):not(h2):not(h3):not(h4):not(h5) {
    font-size: 1rem !important;
  }
  #content h3 {
    margin-top: 1.75cm;
  }
  #header {
    position: relative !important;
  }
  #mainMenu {
    display: none !important;
  }
  #metaMenu {
    display: none !important;
  }
  #logo {
    margin: 0 !important;
  }
  #logo img {
    block-size: 2.75cm !important;
  }
  #logo .ce-gallery > .ce-row {
    position: relative !important;
    transform: none !important;
  }
  #logo .ce-gallery > .ce-row:not(:first-child):not(:only-child) {
    display: none !important;
  }
  .hero {
    display: none !important;
  }
  .breadcrumb {
    margin-bottom: 1.25cm !important;
  }
  .breadcrumb > .current {
    text-decoration: underline !important;
  }
  main {
    margin: 0.625cm 0 !important;
  }
  main * {
    opacity: 1 !important;
  }
  #content {
    max-inline-size: 75% !important;
  }
  [data-content=gridelements_pi1] > .row {
    border: 1px solid grey;
  }
  [data-content=gridelements_pi1] > .row > .col {
    max-inline-size: 50% !important;
  }
  [data-content=gridelements_pi1] > .row > .col * {
    color: black !important;
  }
  #leftCol img,
  #rightCol img {
    display: none !important;
  }
  #leftCol {
    order: -1 !important;
    max-inline-size: 25% !important;
  }
  #rightCol {
    order: 99999 !important;
    max-inline-size: 25% !important;
  }
  #leftCol .navbar {
    display: none !important;
  }
  #leftColAbove {
    display: none !important;
  }
  #dynamicTeaserset {
    display: none !important;
  }
  [class*=sticky] {
    position: static !important;
  }
  #content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(li) {
    color: black !important;
  }
  #content img[src]:not([src=""]) {
    display: none !important;
  }
  .page-navigation > .pagination {
    display: none !important;
  }
  #footer {
    bottom: 0 !important;
    block-size: auto !important;
  }
  #footer > .container > .row > div:first-child {
    display: block !important;
  }
  #footer * {
    color: black !important;
  }
  #footer .socialmedia {
    display: none !important;
  }
  #footerNavi {
    display: none !important;
  }
  #back-to-top {
    display: none !important;
  }
  .tx-om-cookie-consent {
    display: none !important;
  }
}
}