html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
}

.hidden {
    display: none; /* "hidden" in CSS is eigenlijk display:none */
}

.nowrap {
    white-space: nowrap;
}

.embedded-container {
    width: 100%; /* volle breedte */
    max-width: none; /* geen fixed width */
    margin-left: 0; /* links uitlijnen */
    margin-right: 0;
    padding-left: 0; /* optioneel: verwijder padding */
    padding-right: 0;
}

.embedded-container .row {
    margin-left: 0 !important; /* verwijder row-margin */
    margin-right: 0 !important;
}

.embedded-container .col,
.embedded-container [class*="col-"] {
    float: left !important; /* forceer links uitlijnen */
    padding-left: 0 !important; /* verwijder kolom-padding */
    padding-right: 0 !important;
}
