body {
  color: #37465e;
  font-size: 2.54mm;
}

#root > * {
  position: absolute;
  height: auto;
  width: auto;
}

@media screen {
  #root {
    display: none;
  }
}

.break-avoid {
  break-inside: avoid;
}

.bold {
  font-weight: bold;
}

h5 {
  font-size: 10px;
  text-transform: uppercase;
  color: #606d78;
  letter-spacing: 0.03px;
  margin-bottom: -0.5rem;
}

h3 span {
  font-size: 10px;
  color: #fff;
  background: indigo;
  padding: 0.125rem;
  border-radius: 2px;
  position: relative;
  top: -3px;
}

/* Layout */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1rem;
}

.hoofdstuk {
  break-before: page;
}

.open-sans-541 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* Page and media rules */
@page {
  size: A4;
  margin-top: 22mm;
  margin-bottom: 18mm;
  margin-left: 18mm;
  margin-right: 22mm;
  background-color: white;
}

.no-page-number {
  page: no-number;
}

@media screen {
  body {
    background-color: rgb(200, 202, 232);
  }

  .pagedjs_page {
    background: white;
    border: 1px solid #d6d9dc;
    border-radius: 4px;
    margin: 20px auto !important;
  }
}

@media print {
  .pagedjs_page {
    margin: 0;
    background: white;
  }
}

.fill-bottom-left {
  string-set: bl-content content(data-ref);
}

a::after {
  content: target-counter(attr(href url), page);
}

/* voorkom dat de page number wordt getoond bij de footnote links */
a.footnote-link::after {
  content: none;
}

table {
  margin-bottom: 25px;
}

/* voorkom dat de content van de pagina onder de header of footer komt */
.pagedjs_page_content {
  z-index: 9999 !important;
}




/* ############################################################ 
    Footer styling
   ############################################################
  pagedjs gebruikt normaal de 'content' css property om de footer gevuld te krijgen 
  https://pagedjs.org/documentation/7-generated-content-in-margin-boxes
  Wij willen onze eigen gestijlde content gebruiken, meer features en flexibiliteit. 
  ############################################################
*/

.pagedjs_pages .pagedjs_pagebox .pagedjs_margin:not(.hasContent) {
  visibility: visible !important;
}

.pagedjs_margin-bottom-left {
  display: none !important;
}

.pagedjs_margin-bottom-right {
  display: none !important;
}


/* stijling van de footer */
.super-footer {
  font-size: 0.6rem;
  display: block;
  margin-top: 10px;
  width: 490pt;
  height: auto;
  min-height: 60pt;
  border-top: 1px solid #DBDBDB;
  padding-top: 10pt;
}

.super-footer-left {
  float: left;
  width: 66.66%;
  box-sizing: border-box;
  text-align: left;
}

.super-footer-right {
  float: right;
  width: 33.33%;
  text-align: right;
  box-sizing: border-box;
}

.super-footer-clearfix {
  clear: both;
}

/* Table header styling */
.transposed-table thead tr:nth-child(1) th {
  border: none !important;
} 

