@font-face {
  font-family: "ROsanswebtextregular";
  src: url("fonts/ROsanswebtextregular.woff") format('truetype');
}

@font-face {
  font-family:"RO Serif Web";
  font-weight:400;
  font-style:normal;
  font-display:swap;
  src:url("fonts/RO-SerifWeb-Regular-pOoqe27I.woff2") format("woff2"),
  url("fonts/RO-SerifWeb-Regular-B4oR8vG2.woff") format("woff"),
  url("fonts/RO-SerifWeb-Regular-K2_bFkyW.ttf") format("truetype")
}

body{
  font-family: "ROsanswebtextregular" !important;
}

:root {
  --md-default-fg-color--lighter: #e6e6e6;
}
  
:root > * {
  --md-default-fg-color--lighter: #b4b4b4;
}

.md-header__button.md-logo {
  margin: 0 auto;
  padding-top: -2px;
}

@media (max-width: 1220px) {
  .md-search {
    display: none;
  }

  .md-header__button[for="__search"] {
    display: none;
  }
}

@media (min-width: 1220px) {
  .md-header__button.md-logo img,
  .md-header__button.md-logo svg {
    height: 100%;
    width: 100%;
    padding-left: 396px;
    margin-top: -25px;
  }

  .md-search {
    display: block;
    position: absolute;
    top: 140px;
    left: calc((100vw / 2) + 180px);
    width: 400px;
  }

  .md-header .md-search__input {
    text-overflow: clip;
    width: 100%;
  }

  .md-search__scrollwrap {
    width: 20.7rem;
  }

  [data-md-toggle="search"]:checked ~ .md-header .md-header__option {
    max-width: 0;
    opacity: 0;
    transition: none;
  }

  [data-md-toggle="search"]:checked ~ .md-header .md-search__suggest {
    opacity: 1;
    transition: none;
  }

  [data-md-toggle="search"]:checked ~ .md-header .md-header__option {
    max-width: 0;
    opacity: 0;
    transition: none;
  }

  .md-search__inner {
    padding: 0.1rem 0;
    position: relative;
    transition: none;
    width: 11.7rem;
  }

  [data-md-toggle="search"]:checked ~ .md-header .md-search__overlay {
    opacity: 1;
    transition: none;
  }

  [data-md-toggle="search"]:checked ~ .md-header .md-search__overlay {
    height: 200vh;
    opacity: 1;
    transition: none;
    width: 100%;
  }

  [dir="ltr"] .md-search__input {
    padding-left: 3.6rem;
    padding-right: 2.2rem;
  }

  .md-search__input {
    width: 300px;
  }

  [data-md-toggle="search"]:checked ~ .md-header .md-search__overlay {
    transform: none;
  }

  [data-md-toggle="search"]:checked ~ .md-header .md-search__inner {
    height: 100%;
    opacity: 1;
    transform: none;
    transition: none;
    width: 100%;
  }

  [data-md-toggle="search"]:checked
    ~ .md-header
    .md-search__input:valid
    ~ .md-search__options
    > .md-icon {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

@media (min-width: 1600px) {
  .md-header__button.md-logo img,
  .md-header__button.md-logo svg {
    height: 100%;
    width: 100%;
    padding-left: 416px;
    margin-top: -25px;
  }

  .md-search {
    display: block;
    position: absolute;
    top: 136px;
    left: calc((100vw / 2) + 200px);
    width: 400px;
  }

  .md-header .md-search__input {
    text-overflow: clip;
    width: 100%;
  }

  .md-search__scrollwrap {
    width: 18.7rem;
  }
}

@media (min-width: 2000px) {
  .md-header__button.md-logo img,
  .md-header__button.md-logo svg {
    height: 100%;
    width: 100%;
    padding-left: 434px;
    margin-top: -25px;
  }

  .md-search {
    display: block;
    position: absolute;
    top: 134px;
    left: calc((100vw / 2) + 100px);
    width: 500px;
  }

  .md-header .md-search__input {
    text-overflow: clip;
    width: 100%;
  }

  .md-search__scrollwrap {
    width: 20.7rem;
  }
}

.md-header__button:hover {
  opacity: 1;
}

@media screen and (max-width: 76.2344em) {
  .md-nav__title .md-nav__button.md-logo img,
  .md-nav__title .md-nav__button.md-logo svg {
    height: 5rem;
  }
}

.md-nav__item a {
  text-decoration: none;
}

.md-nav__item a:hover {
  text-decoration: underline;
}

.git-revision-date-localized-plugin-date {
  font-size: 0.6rem;
  color: #000;
}

blockquote p, blockquote * {
  color: #535353!important;
}

[dir=ltr] .md-typeset blockquote {
  padding-left:.6rem;
}

[dir=rtl] .md-typeset blockquote {
  padding-right:.6rem;
}

[dir=ltr] .md-typeset blockquote {
  border-left:.1rem solid var(--md-default-fg-color--lighter);
}

[dir=rtl] .md-typeset blockquote {
  border-right:.2rem solid var(--md-default-fg-color--lighter);
}

.md-top:hover {
  color: var(--md-default-fg-color--light);
  background-color: var(--md-accent-bg-color);
  box-shadow: var(--md-shadow-z3);
}

.md-typeset blockquote {
  color:var(--md-default-fg-color--light);
  margin-left:0;
  margin-right:0
}

.mdx-badge {
  font-size: .85em;
  display: inline-block;
  margin: .2rem .3rem;
}

.mdx-badge__icon {
  border-top-left-radius: .1rem;
  border-bottom-left-radius: .1rem;
  background: var(--md-accent-fg-color--transparent);
  padding: .2rem;
  color: var(--md-accent-fg-color);
}

.mdx-badge__text {
  border-bottom-right-radius: .1rem;
  border-top-right-radius: .1rem;
  background: var(--md-accent-fg-color--transparent);
  padding: .2rem .3rem;
  color: var(--md-accent-fg-color);
  font-weight: 500;
}

.mdx-badge a {
  color: var(--md-accent-fg-color);
  text-decoration: none;
}

.md-typeset .grid {
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

h1, h2, h3, h4, h5, h6 {
  color: #01689b;
}

p {
  color: #000;
}

/* p strong { */
  /* color: #01689b; */
/* } */

/* Stijlen voor de tabel */
table {
  width: 100%;
  border-collapse: collapse;

}

.md-typeset table{
  border: none !important;
  box-shadow:none;
}

.md-typeset__table {
color: #154271;
}


th {
  background-color: #F1F5F9; /* Achtergrondkleur van de tabelkop */
  color: #475569; /* Kleur van de tabelkoptekst */
  border: none; /* Geen randen */
  padding: 12px;
  text-align: left;
  font-size: 16px;
  font-family: "ROsanswebtextregular", sans-serif; /* Custom font */
  font-weight: 400;
}

td {
  padding: 12px;
  text-align: left;
  border: none; /* Geen randen */
  font-family: "ROsanswebtextregular", sans-serif; /* Custom font */
  min-width: 150px;
}

tr {
  border-bottom: 1px solid #B9C7D5; /* Ondergrens van de rijen */
  font-size: 16px;
}

tbody tr td a {
  color: #01689b;
  text-decoration: underline;
}

tbody tr td a:hover {
  text-decoration: underline;
}

.float-container a {
  color: #01689b;
  text-align: left; 
  text-decoration: underline;
}

/* Grid Styling */
.md-typeset .grid {
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

/* Admonition Styling */
:root {
  --md-admonition-icon--simple: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42Z"/></svg>');
  --md-accent-fg-color: #316fb3!important;
}

.md-typeset .admonition.simple,
.md-typeset details.simple {
  border-color: rgb(5, 80, 141);
  text-align: left; 
}

.md-typeset .simple > .admonition-title,
.md-typeset .simple > summary {
  background-color: rgba(185, 185, 185, 0.1);
  text-align: left; 
}

.md-typeset .simple > .admonition-title::before,
.md-typeset .simple > summary::before {
  background-color: rgb(5, 80, 141);
  -webkit-mask-image: var(--md-admonition-icon--simple);
  mask-image: var(--md-admonition-icon--simple);
}

/* Info Section */
.info-section {
  margin-bottom: 30px;
  text-align: left; /* Ensure left alignment */
}

.info-section h2 {
  font-size: 1.5em;
  color: #01689b;
  margin: 0 0 10px;
  text-align: left; /* Ensure left alignment */
}

.subheader a {
  color: #01689b;
  text-decoration: underline;
  text-align: left;
}

.subheader a:hover {
  text-decoration: none;
  text-align: left;
}

.float-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
  gap: 16px; /* Space between the boxes */
  padding-bottom: 32px;
  padding-top: 16px;
}

.float-container h2 {
width: 100%;
border-bottom: solid 3px #154271;
padding-bottom: 8px;
}

.float-child {
  background-color: #e5f1f9;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Push the content and the "Bekijk alle" link to the bottom */
  min-height: 300px; /* Set a minimum height for uniform containers */
}

.float-child-white {
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Push the content and the "Bekijk alle" link to the bottom */
  min-height: 300px; /* Set a minimum height for uniform containers */
  max-width: 500px;
}

.float-box{
  margin: -12px 24px 24px 24px;
}

.styled-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.styled-list ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.float-child-title{
  width: 100%;
  border-bottom: solid 2px #01689b;
}

.styled-list ul li::before {
  content: '\203A'; /* Unicode arrow symbol */
  margin-right: 8px;
  color: #01689b;
  font-weight: bold;
}

/* Styling for the "Bekijk alle" links */
.show-more {
  margin-top: auto; /* Push the "Bekijk alle" link to the bottom */
  text-decoration: underline;
  color: #01689b;
  font-weight: bold;
}

/* Footer Sectie */
.footer-section {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  text-align: left;
}

.footer-section h2 {
  font-size: 1.5em;
  color: #01689b;
  text-align: left;
}

.footer-section a {
  color: #01689b;
  font-weight: bold;
  text-align: left;

}

.footer-section a:hover {
  text-decoration: underline;
  text-align: left;
}

/* Full Width Outline Block */
.full-width-outline-block {
  width: 100%;
  border: 1px solid #01689b; /* Kleur van de outline */
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: left;
}

.full-width-header {
  font-size: 1.5em;
  color: #01689b;
  margin: 0 0 10px;
  text-align: left;
}

.full-width-item {
  margin: 10px 0;
  text-align: left;
}

.item-description {
  font-size: 1em;
  color: #666;
  margin: 0 0 10px;
  text-align: left;
}

.show-more-link {
  font-weight: bold;
  color: #01689b;
  text-decoration: none;
  text-align: left;
}

.show-more-link:hover {
  text-decoration: underline;
  text-align: left;
}

[dir=ltr] .md-typeset .float-container ol li, [dir=ltr] .md-typeset .float-container ul li {
  margin-left: 0;
  text-align: left;
}

[dir=ltr] .md-typeset .float-container ol, [dir=ltr] .md-typeset .float-container ul {
  margin-left: 0;
}

#algoritmekader {
  margin-bottom: 0.2rem;
}

/* Badge Styling */
.mdx-badge {
  font-size: 0.85em;
  display: inline-block;
  margin: 0.2rem 0.3rem;
  text-align: left;
}

.mdx-badge__icon {
  border-radius: 0.1rem 0 0 0.1rem;
  background: var(--md-accent-fg-color--transparent);
  text-align: left;
}

.mdx-badge__text {
  border-radius: 0 0.1rem 0.1rem 0;
  padding: 0.2rem 0.3rem;
  text-align: left;
  text-decoration: none;
}

.mdx-badge a {
  color: var(--md-accent-fg-color);
  text-align: left;
  text-decoration: none;
}

/* Grid Styling */
.md-typeset .grid {
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  text-align: left;
}

/* Admonition Styling */
:root {
  --md-admonition-icon--simple: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42Z"/></svg>');
}

.md-typeset .admonition.simple,
.md-typeset details.simple {
  border-color: rgb(5, 80, 141);
  text-align: left;
}

.md-typeset .simple > .admonition-title,
.md-typeset .simple > summary {
  background-color: rgba(185, 185, 185, 0.1);
  text-align: left;
}

.md-typeset .simple > .admonition-title::before,
.md-typeset .simple > summary::before {
  background-color: rgb(5, 80, 141);
  -webkit-mask-image: var(--md-admonition-icon--simple);
  mask-image: var(--md-admonition-icon--simple);
  text-align: left;
}

/* Algemene layout van de header */
.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  text-align: left;
}

.version-container {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  margin-top: -50px;
  position: relative; /* Voeg dit toe om de hover-info correct te positioneren */
}

.version-label {
  font-size: 0.85em;
  background-color: #B1D5EC;
  color: #01689b;
  padding: 4px;
  border-radius: 3px;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  text-align: left;
}

.hover-info {
  font-size: 0.85em;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  white-space: normal;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: auto;
  min-width: 300px;
  max-width: 400px;
}

.version-container:hover .hover-info,
.hover-info:hover {
  display: block;
}

.subheader {
  font-size: 1.2em;
  color: #01689b;
  margin-left: 0;
  text-align: left;
}

.md-container li{
  color: #000;
}

/* .md-source-file{ */
  /* display: none; */
/* } */

.md-typeset, td {
  line-height: 1.3;
  font-size: .7rem;
}

.md-typeset ol li, .md-typeset ul li {
  margin-bottom: .3em;
}

.md-typeset h1{
  margin: 0.6em 0 .4em 0;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1em;
}

.md-typeset h2{
  margin: 1em 0 .5em 0;
}

.block-image {
  width: 100%;           /* Zorgt ervoor dat de afbeelding over de breedte van het blok gaat */
  height: 120px;         /* Stel een vaste hoogte in voor consistente weergave */
  object-fit: cover;     /* Snijdt de afbeelding bij om het blok volledig te vullen */
}

.md-footer .md-icon svg{
  color: #154273;
}

.subheader{
  font-size: 1.5em;
}

.grid a{
  text-decoration: underline;
  font-weight: 600;
}

.md-grid {
  max-width: 1200px;
}

.md-typeset a {
  color: #000;
}

.md-typeset a:hover{
  color: #316fb3;
}

a {
  text-decoration: underline;
}

@media (min-width: 1220px) {
  .md-sidebar {
    display: none;
  }
}

.md-sidebar__scrollwrap{
  scrollbar-color:#316fb3;
}

[data-md-color-accent=indigo]{
  --md-accent-fg-color:#B2D7EE;
}

.button-primary {
  background-color: #01689b;
  color: #fff;
  border: 1px solid transparent;
  /* Ensure it doesn't go full width */
  display: inline-block;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  display: inline-block; /* Avoid full width */
  width: fit-content;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  margin: 0 0.5em 0.5em 0;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  padding: 1em 1em .8em 1.2em;
  position: relative;
  text-align: center;
  text-shadow: none;
  user-select: none;
  vertical-align: middle;
  word-break: break-word;
  font-size: 0.7rem;
  cursor: pointer;
}

.float-child-content{
padding:.3em 0 .2em 0;
width: 85%;
color: #01689b;
}

[data-md-color-accent=indigo]{
  --md-accent-fg-color:154271 !important;
  --md-accent-fg-color--transparent:#B2D7EE;
}

[data-md-color-accent=teal]{
  --md-accent-fg-color:#154271 !important;
  --md-accent-fg-color--transparent:#E2EDDB;
}

[data-md-color-accent=deep-orange]{
  --md-accent-fg-color:154271 !important;
  --md-accent-fg-color--transparent:#FBEAD9;
}

[data-md-color-accent=blue]{
  --md-accent-fg-color:154271 !important;
  --md-accent-fg-color--transparent:#DCE3EA;
}

.mdx-badge {
  text-decoration: none; /* Optional: remove underline */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

.mdx-badge:hover {
  background-color: #f1f1f1; /* Change background color on hover */
  color: #333; /* Change text color on hover */
  border-radius: 4px; /* Optional: add rounded corners */
}

.mdx-badge__icon:hover {
  transform: scale(1.1); /* Slightly scale the icon */
  transition: transform 0.3s; /* Smooth scaling */
}

.mdx-badge__text:hover {
  font-weight: bold; /* Make the text bold on hover */
}

/* Hide the stars */
li.md-source_fact.md-source_fact--stars {
  display: none;
}

/* Hide the forks */
li.md-source_fact.md-source_fact--forks {
  display: none;
}

li.md-source__fact.md-source__fact--version{
  color: #154271;
}

.md-typeset .admonition.tip, .md-typeset details.tip{
border-color: #B2D7EE;
}

.md-typeset .tip>.admonition-title, .md-typeset .tip>summary{
background-color: #B2D7EE;
}

.md-typeset .admonition, .md-typeset details{
  border: .075rem solid #B2D7EE;
  border-radius: .2rem;
  color: #154271;
  display: flow-root;
  font-size: .64rem;
  margin: 1.5625em 0;
  padding: 0 .6rem;
  page-break-inside: avoid;
}

.md-typeset .tip>.admonition-title:before, .md-typeset .tip>summary:before{
  background-color: #154271;
}

.md-typeset .md-button--primary{
  background-color: #154271;
  color: #FFFFFF;
  border-color: #154271;
  text-decoration: none;
}

.md-typeset .md-button--primary:hover{
  background-color: #01689B;
  color: #FFFFFF;
  border-color: #01689B;
  text-decoration: none;
}

.md-typeset .md-button--secondary {
  background-color: #ffffff;
  color: #154271;
  border: 1px solid #154271;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: color 150ms ease-in-out, box-shadow 150ms ease-in-out;

}

.md-typeset .md-button--secondary:hover {
  color: #154271;
  box-shadow: 0 0 8px 2px rgba(21, 66, 113, 0.6); /* Glow effect */
}

:root {
  --md-admonition-icon--expander: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-6-6 1.5-1.5 4.5 4.5 4.5-4.5 1.5 1.5z'/%3E%3C/svg%3E");}

.md-typeset .admonition.expander,
.md-typeset details.expander {
  border-color: rgb(43, 155, 70, 0);
}
.md-typeset .expander > .admonition-title,
.md-typeset .expander > summary {
  background-color: rgba(43, 155, 70, 0);
  font-size: 1.1em; /* Adjust font size */
  color: #154271; /* Change text color */
  font-weight: 400;
  padding-top: 8px;
  text-decoration: underline;
}
.md-typeset .expander > .admonition-title::before,
.md-typeset .expander > summary::before {
  background-color: #154271;
  -webkit-mask-image: var(--md-admonition-icon--expander);
          mask-image: var(--md-admonition-icon--expander);
  margin-top: 0;
  margin-left: -3px;
  width: 16px;
  height: 16px;
}

.md-typeset .expander > .admonition-title::before,
.md-typeset .expander > summary::after {
  display:none;
}

.md-header__source a{
  text-decoration: none;
}