
/* Stijlen voor print */
@media print {
  body {
    font-family: arial; /* Serif voor betere leesbaarheid op papier */
    color: #000; /* Zwart voor betere contrast */
    background-color: #fff;
  }
iframe, nav, aside, .ads,header,footer, form, .navigation,.hubspot,.lightbox,.up-btn, .hbspt-form, .widget-align-right,.lasBIK {
    display: none!important; /* Verberg onnodige elementen */
  }
 #hubspot-messages-iframe-container[style] {
	display: none!important;
}
.order2flow-logo img {
    float: left;
} 
	img {
max-width: 200px;
        max-height: 200px;
		margin-right: 30px;
		display: block;
		float: right;
	}
	.row {
		clear: both;
	}

  @page {
    margin: 1cm; /* Pagina-marges */
    @bottom-right {
      content: "Pagina " counter(page); /* Paginanummer rechtsonder */
    }
  }
}


