@page {
  size: A4;
}

html, body {
    width: 210mm;
    height: 297mm;
  }

footer, .fixednav, #header, .printstart {
  display:none;
}
.container h2 {
  width:100%;
  margin-top:45px;
  margin-bottom:30px;
}

#flexbestellen {
  page-break-before: always;
}


* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}