:root {
    --primary: #24436e;
    --primary-highlight: #3a5e94;
    --nav-animation-speed: 700ms;
    --animation-speed: 100ms;
    --standard-opacity: 1;

    /* Editorial type system — Spectral (reading/display), IBM Plex Sans (UI),
       IBM Plex Mono (instrument-readout labels). */
    --bb-serif: 'Spectral', Georgia, 'Palatino Linotype', Palatino, serif;
    --bb-sans:  'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --bb-mono:  'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

    /* Bioelectric palette */
    --bb-ink:   #0b1a3e;
    --bb-navy:  #15306b;
    --bb-slate: #24436e;
    --bb-spark: #1f9ec4;
    --bb-paper: #f6f8fc;
}
.bio {
    color: #757575;
    font-size:0.9rem;
}
.rond {
    border-radius: 200px !important;
    border: 1px solid black;
    width: 100px;
    float: left;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
}



.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.centerText {
    text-align: center;
}

.btn {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}


.navbar {
    --bs-navbar-toggler-padding-y:0.625rem;
    --bs-navbar-brand-margin-end: 0rem;
}

.table-dark {
    --bs-table-striped-bg: #454d6c !important;
}

.navbar-meisje {
    /*background-image: linear-gradient(to right top, #d1d4e7, #686e83, #414e78, #506987, #c0cbf7);*/
    background-color: #24436e !important;
    border-bottom: 1px solid #000000;
    opacity:0.95;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

.myhover {
    cursor:pointer;
}

.helpIcon {
    float:right;
    cursor:pointer;
}
.form-check {
    margin-bottom: 0.625rem;
}
.bootstrap-dialog .btn-modal-close {
    border-radius: unset;
    box-shadow: unset;

}
.bootstrap-dialog-title  {
    width:400px;
}

.modal-header.bootstrap-dialog-header {
    padding-right:10px;
    padding-left:10px;
    padding-top:2px;
    padding-bottom:2px;
}

.bootstrap-dialog-close-button {
    width:-moz-available;
    width:-webkit-fill-available;
    text-align:end;
}
.prijs {
    color: #676767;
    font-size:21px;
    font-weight: bold;
}
.fullWidthNoBackground {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:0;
    padding-bottom:0;
    background-color: #ffffff;
    overflow: hidden;
    height:560px;
}


.fullWidthBackground {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #b19c9b;
    background-image: url("../images/background1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.fullWidthBackground2 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #a8aeac;
    background-image: url("../images/background2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.fullWidthBackground3 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #cfccc5;
    background-image: url("../images/background3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}


.fullWidthBackground4 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #cfd1d0;
    background-image: url("../images/background4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}
.fullWidthBackground6 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #231f1e;
    background-image: url("../images/background6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}
.whiteTrBg {
    background-color:rgba(255, 255, 255, 0.6);
}
.carousel-plaatje {
    padding:3px;
    border-radius: 10px;
    margin:5px;
    border: 1px solid #878787;
    cursor:pointer;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
}

.keeptogether {
    display: flex;
}

.keeptogether a.btn.btn-dark {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.keeptogether a.btn.btn-light {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.backgroundCarousel { z-index: -99; } /* keeps this behind all content */
.backgroundCarouselItem {
    position: fixed;
    width: 100%; height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

}
.backgroundOne {
    background: url(../images/background1.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundTwo {
    background: url(../images/background2.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundCarousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}

.switchButton {
    padding:5px;
    color:white;
    margin-right:10px;
}
.oleo-script swash caps-regular {
    font-family: "Oleo Script Swash Caps", system-ui;
    font-weight: 400;
    font-style: normal;
}

.oleo-script {
    font-family: "Oleo Script Swash Caps", system-ui;
    font-weight: 700;
    font-style: normal;
}

.margin-top-fix {
    margin-top:10px;
}

.dotransition {
    animation: blinker 1s linear infinite;
}


@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}
.help-block {
    color: red;
    font-weight:bold;
}
.control-label {
    margin-top:5px;
    color: #565656;
    font-weight:bold;
}
.table-bordered.table-striped {
    border:0 !important;
}
.table-bordered.table-striped th{
    border:0 !important;
}
.table-bordered.table-striped tr{
    border:0 !important;
}
.bold {
    font-weight: bold;
}

.table-bordered.table-striped td{
    border:0 !important;
}

.alert {
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    backdrop-filter: blur(7px);
}


div.empty div.alert.alert-light {
    margin-bottom:0px!important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.form-control.ro {
    background-color: #f1f1f1 !important;
    color:darkgray!important;
    border:1px solid black;
}
body {
    position:relative;
}
tr.green td {
    background-color: #deebde;
}
.headerfortable {
    white-space: nowrap;
    font-weight: bold;
    background-color: #d7d7d7;
}

.nowrap {
    white-space: nowrap;
}


.ui-autocomplete-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table tbody tr.table-more-danger {
    background-color:red !important;
    color:white !important;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-nav {
    max-height:300px;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:9999;
    background: rgba(0, 0, 0, 0.7);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    overflow: auto;
    max-height: 80%;
}

h2 {
    font-size: 1.5rem !important;
    padding-bottom: 20px;
    padding-top: 20px;
}

h3 {
    font-size: 1.3rem !important;
    padding-bottom: 15px;
    padding-top: 15px;
}

h4 {
    font-size: 1.2rem !important;
}

h5 {
    font-size: 1.1rem !important;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 10px;
    border: 1px solid black;
    border-radius:5px;
    padding-left:10px;
    padding-right:10px;
    right: 20px;
    margin-bottom:5px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 1200px){
    .popup{
        width: 90%;
    }
}


.table-bordered.table-striped tr {
    user-select: none;
}


.navbar-nav.nav li.nav-item a.nav-link {
    border-radius: 10px;
}
.site-index {
    margin-top:10px;
}
.fixed-top {
    z-index:10;
}
.navbar-nav.nav li.nav-item {
    border-radius: 10px;
    margin: 5px;
}
.helvetica {
    font-family: 'Helvetica', 'Arial', sans-serif;
}
.lightlink {
    font-weight:normal;
}
.row, .table, .btn {
    opacity: var(--standard-opacity);
}

.quote {
    font-size: 20px;
    padding:20px;
    font-family: Serif;
    font-weight:bold;
    color:var(--primary);
}
h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: var(--primary);
    text-shadow: 2px 2px 2px rgba(202, 202, 202, 0.48);
}

.navbar-nav.nav li.nav-item {
    transition: all var(--nav-animation-speed);
}
.navbar-nav.nav li.nav-item:hover {
    background-color: var(--primary-highlight);
    color:white;
    border-radius: 10px;
}
.centerText {
    line-height: 40px;
}
.smallTd {
    width: 10px;
}
.bg-body-secondary {
    background-color: #efefef;
}
#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    display: none;
}


.highlight.nav-item {
    border:1px solid white;
}
.navbar-toggler:focus {
    box-shadow:none;
    border:none;
}
a.navbar-brand {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.38);
}
.filter-pink {
    filter:invert(14%) sepia(83%) saturate(7335%) hue-rotate(317deg) brightness(90%) contrast(113%);
}
.neus {
    color: #ec0083;
    background-color:white;
    border-radius:5px;
    padding:5px;
    font-weight:bold;
}

.no-wrap {
    white-space: nowrap;
}
.bg-body-tertiary {
    background-color: #e8fdff;
}
.lineHeightFix {
    line-height: 40px;
}
.call {
    padding:5px;
    background-color: white;
    color:darkblue;
    border-radius:5px;
    border:1px solid darkred;
}
.yellow {
    padding:5px;
    color: yellow;
    border-radius:5px;
    font-weight:bold;
    background-color: black;
}
h4 {
    padding-top:10px;
}
.navbar-toggler {
    box-shadow:none;
    border:none;
}

.navbar .nav-item .nav-link {
    color:white;
}
.myrule {
    width:80%;
    color: white;
    margin:20px;
}

#magneet, #magneetterug, #zilver, #zilverterug, #bloedpulsen, #bloedpulsenterug, #meerinfo, #braintuner, #videos, #videosterug, #bestellen {
    scroll-margin-top:40px;
    overflow: initial !important;
}

.startvak {
    background: linear-gradient(0deg, rgba(195,224,224,1) 0%, rgba(255,255,255,1) 100%);
    border: 1px solid #7c7c7c;
    border-radius:10px;
    padding-top:10px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

@keyframes blinker1 {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    37% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 0.6;
        transform: scale(1.15);
    }
    43% {
        opacity: 1;
        transform: scale(1);
    }
    46% {
        opacity: 0.6;
        transform: scale(1.35);
    }
    49% {
        opacity: 1;
        transform: scale(1);
    }
    52% {
        opacity: 0.6;
        transform: scale(1.5);
    }
    55% {
        opacity: 1;
        transform: scale(1);
    }
    57% {
        opacity: 0.6;
        transform: scale(1.35);
    }
    60% {
        opacity: 1;
        transform: scale(1);
    }
    63% {
        opacity: 0.6;
        transform: scale(1.15);
    }
    66% {
        opacity: 1;
        transform: scale(1);
    }

}
@keyframes blinker {
    10% {
        opacity: 0.6;
    }
}


.dofasttransition {

    animation: blinker 500ms linear infinite;
}
#actiefRow {
    font-weight: bold;
    font-size: calc(1.275rem + 0.3vw);
    line-height: 1.5;
    animation: blinker1 8s linear infinite;
}

#actiefRow td {
    background-color: #90ff90 !important;
}
html.h-100 body.d-flex.flex-column.h-100 main#main.flex-shrink-0 div.container div.nevo2023-index div#w0.grid-view.is-bs4.kv-grid-bs4.hide-resize div#w0-container.table-responsive.kv-grid-container table.kv-grid-table.table.table-hover.table-bordered.table-striped thead.kv-table-header.w0 tr#w0-filters.filters.skip-export td input#nevo2023search-voedingsmiddelnaam.form-control
.smallfont {
    font-size: 12px;
    float: right;
    margin-bottom: 0;
    margin-top: -10px;
}
form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}


.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}
.nomargin {
    margin-bottom:0px;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}
.whiteBg {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}


.whiteBgNoShadow {
    background-color:white;
    border-radius:10px;
    margin: -10px;
    padding: 10px;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}
.nav-link {
    padding-left:10px;
    padding-right:10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.38);
}
.nav-link.active {
    background-color: #ffffff;
    color: black !important;
    white-space: nowrap;
    border-radius: 10px;
}
.opsomming li {
    padding:0.8em;
    font-size:1.2em;
}
.carousel-control-prev-icon {
    filter: drop-shadow(0px 0px 2px #000000);
}
.carousel-control-next-icon {
    filter: drop-shadow(0px 0px 2px #000000);
}

.mycarousel {
    box-shadow: 13px 13px 13px 0px rgba(0,0,0,0.25);
    border:5px solid grey;
    border-radius:10px;
}

.featurette-image {
    margin-top:27px;
    margin-bottom:27px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    border-radius: 10px;
}
.rounded-image {
    border-radius: 10px;
}
.featurette-divider {
    border-top: 1px solid #6987c9;
    width:80%;
    margin: 40px auto !important;
    margin-top:50px !important;

}


.lead {
    color: var(--primary);
    font-weight: bold;
}

div a.btn {
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
}

div a.btn.btn-success {
    border:none;
}
.selector {
    color: white;
}
.selector:hover {
    color: white;
    border:1px white;
}

.selector:focus {
    color:white;
}


.btn-primary {
    background-color: var(--primary);
    color: #ffffff;
    border:none;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
}


.btn-primary:active {
    background-color: var(--primary)!important;
    color: #ffffff;
}

.form-check-input:checked {
    background-color: var(--primary);
    border:1px solid var(--primary);
}

.btn-primary:hover {
    background-color: var(--primary-highlight);
    color: #ffffff;
}

.btn:hover {
    transform: scale(0.93);
    transition: all var(--animation-speed);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.50);
}

ul > li.page-item.active > a {
    background-color: var(--primary);
    border:1px solid var(--primary);
}

ul > li.page-item > a {
    color: var(--primary);
    border:1px solid var(--primary);
}
.page-link:hover {
    background-color: var(--primary-highlight);
    color:white;
    border:1px solid var(--primary);
    transition: all var(--animation-speed);

}

a {
    color: #0b3e6f;
    text-decoration:none;
    font-weight:bold;
}
div a.btn.btn-success:hover {
    background-color: var(--primary-highlight);
    transition: all var(--animation-speed);
    transform: scale(0.93);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.50);
}

div button.btn {
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
}

.kv-grid-table {
    border-radius: 15px;
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
}
.table-rounded {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-collapse: collapse;
    width: 100%;
    border-radius: 15px;

    /* add this */
    overflow:hidden;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.50);
}

div button.btn.btn-success {
    border:none;
    color: #ffffff;
}

div button.btn.btn-success:hover {
    background-color: var(--primary-highlight);
    color: #ffffff;
    transition: all var(--animation-speed);
    transform: scale(0.93);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.50);
}

.btn-danger:hover {
    transition: all var(--animation-speed);
    transform: scale(0.93);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.50);
}


tbody tr.w0 td.w0 table.table.table-hover {
    margin-bottom: 0 !important;
    transition: all var(--animation-speed);

}


.navbar-toggler span {
    display: block;
    background-color: #ffffff;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}



/* ── Article card grid (_article_leads.php) ─────────────────────────── */
.bb-article-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 8px;
}

.bb-article-card {
    position: relative;
    height: 420px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(13, 27, 62, 0.45);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.4s ease;
}

.bb-article-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 48px rgba(13, 27, 62, 0.65);
}

.bb-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bb-article-card:hover .bb-card-bg {
    transform: scale(1.08);
}

.bb-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(10, 22, 60, 0.97) 0%,
            rgba(12, 26, 68, 0.93) 30%,
            rgba(18, 36, 82, 0.72) 52%,
            rgba(28, 50, 98, 0.25) 74%,
            rgba(36, 67, 110, 0.05) 100%
    );
    transition: background 0.4s ease;
}

.bb-article-card:hover .bb-card-overlay {
    background: linear-gradient(
            to top,
            rgba(10, 22, 60, 0.99) 0%,
            rgba(12, 26, 68, 0.96) 34%,
            rgba(18, 36, 82, 0.82) 56%,
            rgba(28, 50, 98, 0.38) 76%,
            rgba(36, 67, 110, 0.10) 100%
    );
}

.bb-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 18px 20px;
    color: #fff;
    z-index: 2;
}

.bb-card-category {
    display: inline-block;
    font-size: 0.64rem;
    font-family: var(--bb-mono);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(120, 210, 245, 0.92);
    margin-bottom: 8px;
    font-weight: 500;
}

.bb-card-title {
    font-family: Georgia, 'Palatino Linotype', Palatino, serif;
    font-size: 0.97rem !important;
    font-weight: bold;
    line-height: 1.42;
    color: #ffffff;
    margin: 0 0 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 20, 0.6);
}

.bb-card-lead {
    font-family: Georgia, serif;
    font-size: 0.80rem;
    font-style: italic;
    line-height: 1.55;
    color: rgba(210, 225, 255, 0.82);
    margin: 0 0 12px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.bb-article-card:hover .bb-card-lead {
    max-height: 72px;
    opacity: 1;
}

.bb-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--bb-mono);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    color: rgba(160, 200, 255, 0.9);
    text-decoration: none;
    border-bottom: 1px solid rgba(130, 180, 255, 0.35);
    padding-bottom: 2px;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.bb-card-link:hover {
    color: #ffffff;
    border-color: rgba(160, 200, 255, 0.8);
}

.bb-card-link::after {
    content: '→';
    font-size: 0.9em;
    transition: transform 0.25s ease;
}

.bb-card-link:hover::after {
    transform: translateX(4px);
}

.bb-card-no-image {
    background: linear-gradient(135deg, #1a2a5e 0%, #24436e 50%, #1a3a5e 100%);
}

.bb-blog-header {
    font-family: Georgia, 'Palatino Linotype', Palatino, serif;
    font-size: 1.55rem;
    font-weight: bold;
    color: #24436e;
    margin-top: 15px;
    margin-bottom: 0;
    letter-spacing: -0.01em;
}

.bb-blog-header a {
    color: inherit;
    text-decoration: none;
}

.bb-blog-header a:hover {
    color: #3d4257;
}

@media (max-width: 1100px) {
    .bb-article-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .bb-article-grid {
        grid-template-columns: 1fr;
    }
    .bb-article-card {
        height: 380px;
    }
}

/* ── Blog page masthead (blog.php) ──────────────────────────────────── */
.blog-masthead {
    background: linear-gradient(135deg, #08152e 0%, #0f2248 45%, #162e5a 100%);
    padding: 52px 0 44px;
    position: relative;
    overflow: hidden;
}

.blog-masthead::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
            repeating-linear-gradient(
                    90deg,
                    rgba(255,255,255,0.025) 0px,
                    rgba(255,255,255,0.025) 1px,
                    transparent 1px,
                    transparent 80px
            );
    pointer-events: none;
}

.blog-masthead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,
    transparent 0%,
    rgba(100,160,255,0.5) 20%,
    rgba(130,190,255,0.8) 50%,
    rgba(100,160,255,0.5) 80%,
    transparent 100%
    );
}

.blog-masthead-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.blog-masthead-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--bb-mono);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(140, 185, 255, 0.65);
    text-decoration: none;
    margin-bottom: 14px;
    transition: color 0.22s;
}

.blog-masthead-back:hover { color: rgba(180, 215, 255, 0.95); }
.blog-masthead-back i { font-size: 0.75em; }

.blog-masthead-title {
    font-family: Georgia, 'Palatino Linotype', Palatino, serif;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: bold;
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 24px rgba(0,0,20,0.4);
}

.blog-masthead-sub {
    margin-top: 10px;
    font-family: Georgia, serif;
    font-size: 0.95rem;
    font-style: italic;
    color: rgba(180, 210, 255, 0.60);
    letter-spacing: 0.01em;
}

.blog-masthead-right {
    text-align: right;
    flex-shrink: 0;
}

.blog-masthead-page {
    font-family: var(--bb-mono);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(140, 185, 255, 0.55);
}

.blog-masthead-count {
    font-family: var(--bb-mono);
    font-size: 2.4rem;
    font-weight: 600;
    color: rgba(100, 165, 235, 0.22);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-top: 6px;
}

@media (max-width: 640px) {
    .blog-masthead-inner { flex-direction: column; align-items: flex-start; }
    .blog-masthead-right { display: none; }
    .blog-masthead { padding: 40px 0 36px; }
}

/* ── Article page (article.php) ─────────────────────────────────────── */
:root {
    --art-navy:      #0b1a3e;
    --art-navy-mid:  #15306b;
    --art-slate:     #24436e;
    --art-text:      #1b1e2f;
    --art-muted:     #5c6480;
    --art-rule:      #d8e0ec;
    --art-bg:        #f6f8fc;
    --art-serif:     'Spectral', Georgia, 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    --art-sans:      'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --art-mono:      'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
}

.art-hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: flex-end;
    background-color: var(--art-navy);
    background-size: cover;
    background-position: center 30%;
    overflow: hidden;
    padding-top: 100px;
}

.art-hero-bg-zoom {
    position: absolute;
    inset: -4%;
    background-size: cover;
    background-position: center 30%;
    animation: art-hero-zoom 18s ease-in-out infinite alternate;
}

@keyframes art-hero-zoom {
    from { transform: scale(1); }
    to   { transform: scale(1.06); }
}

.art-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            170deg,
            rgba(11, 26, 62, 0.12) 0%,
            rgba(11, 26, 62, 0.40) 35%,
            rgba(11, 26, 62, 0.82) 65%,
            rgba(8,  18, 50, 0.97) 100%
    );
}

.art-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 20px 60px;
    max-width: 880px;
    margin: 0 auto;
}

.art-hero-meta {
    font-family: var(--art-mono);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(120, 205, 240, 0.85);
    margin-bottom: 18px;
}

.art-hero-title {
    font-family: var(--art-serif);
    font-size: clamp(1.9rem, 4.5vw, 3.4rem);
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 22px;
    text-shadow: 0 3px 20px rgba(0,0,10,0.45);
    letter-spacing: -0.02em;
}

.art-hero-lead {
    font-family: var(--art-serif);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-style: italic;
    line-height: 1.7;
    color: rgba(210, 225, 255, 0.88);
    max-width: 640px;
}

.art-hero-lead p { margin: 0; }

.art-hero-scroll {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    font-family: var(--art-mono);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(140, 175, 240, 0.70);
    text-decoration: none;
    border: 1px solid rgba(140, 175, 240, 0.25);
    padding: 8px 18px;
    border-radius: 20px;
    transition: color 0.25s, border-color 0.25s;
}

.art-hero-scroll:hover {
    color: #fff;
    border-color: rgba(160,195,255,0.6);
}

.art-body-section {
    background: var(--art-bg);
    padding-bottom: 60px;
}

.art-reading-col {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 24px 0;
    font-family: var(--art-serif);
    font-size: 1.08rem;
    line-height: 1.9;
    color: var(--art-text);
}

.art-reading-col p      { margin-bottom: 1.4em; }
.art-reading-col h2,
.art-reading-col h3     {
    font-family: var(--art-serif);
    font-weight: bold;
    color: var(--art-navy-mid);
    margin: 2em 0 0.6em;
    letter-spacing: -0.01em;
}
.art-reading-col h2     { font-size: 1.55rem; }
.art-reading-col h3     { font-size: 1.25rem; }
.art-reading-col a      { color: var(--art-slate); text-decoration-thickness: 1px; }
.art-reading-col ul,
.art-reading-col ol     { padding-left: 1.6em; margin-bottom: 1.4em; }
.art-reading-col li     { margin-bottom: 0.4em; }
.art-reading-col strong { color: var(--art-navy-mid); }

.art-breakout {
    margin: 44px auto 0;
    max-width: 1060px;
    padding: 0 20px;
}

.art-breakout img {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(11, 26, 62, 0.22);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.art-breakout img:hover {
    transform: scale(1.008);
    box-shadow: 0 20px 56px rgba(11, 26, 62, 0.30);
}

.art-pair {
    margin: 44px auto 0;
    max-width: 1060px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.art-pair img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 32px rgba(11, 26, 62, 0.20);
    transition: transform 0.5s ease;
}

.art-pair img:hover { transform: scale(1.012); }

@media (max-width: 600px) {
    .art-pair { grid-template-columns: 1fr; }
    .art-pair img, .art-breakout img { height: 240px; }
}

.art-divider {
    max-width: 720px;
    margin: 52px auto 0;
    padding: 0 24px;
    border: none;
    border-top: 1px solid var(--art-rule);
}

.art-author-section {
    background: var(--art-bg);
    padding-bottom: 60px;
}

.art-author-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border: 1px solid var(--art-rule);
    border-radius: 12px;
    padding: 24px 28px;
    box-shadow: 0 4px 16px rgba(11, 26, 62, 0.07);
}

.art-author-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--art-rule);
}

.art-author-name {
    font-family: var(--art-serif);
    font-size: 1.05rem;
    font-weight: bold;
    color: var(--art-navy-mid);
    margin-bottom: 4px;
}

.art-author-bio {
    font-family: var(--art-sans);
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--art-muted);
}

.art-back-link {
    font-family: var(--art-sans);
    font-size: 0.88rem;
    color: var(--art-slate);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    padding: 8px 18px;
    border: 1px solid var(--art-rule);
    border-radius: 20px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.art-back-link:hover {
    background: var(--art-slate);
    color: #fff;
    border-color: var(--art-slate);
}

.art-sticky-bar {
    position: sticky;
    top: 56px;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    height: 46px;
    background: rgba(9, 18, 48, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(80, 130, 220, 0.18);
    box-shadow: 0 3px 18px rgba(0, 0, 20, 0.28);
}

.art-sticky-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--art-mono);
    font-size: 0.69rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(140, 185, 255, 0.80);
    text-decoration: none;
    transition: color 0.22s;
}

.art-sticky-back:hover { color: rgba(210, 230, 255, 0.98); }
.art-sticky-back i { font-size: 0.78em; }

.art-sticky-meta {
    font-family: var(--art-mono);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    color: rgba(130, 170, 240, 0.55);
}

@media (max-width: 600px) {
    .art-sticky-bar { padding: 0 16px; }
    .art-sticky-meta { display: none; }
}
/* ── Language switcher ─────────────────────────────────
   NL / EN segmented toggle living in the navy navbar.
   Borrows the uppercase, letter-spaced vocabulary used
   by the article sticky bar so it reads as part of the set. */
.lang-switch {
    display: inline-flex;
    align-items: stretch;
    margin: 5px 5px 5px 14px;
    padding: 3px;
    gap: 2px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.16);
    align-self: center;
}

.lang-switch .lang-opt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    padding: 4px 11px;
    border-radius: 999px;
    font-family: var(--bb-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.70);
    transition: color 0.2s ease, background-color 0.2s ease;
}

.lang-switch .lang-opt:hover {
    color: #ffffff;
}

.lang-switch .lang-opt.is-active {
    background: #ffffff;
    color: #24436e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.lang-switch .lang-opt:focus-visible {
    outline: 2px solid #f0ad4e;
    outline-offset: 2px;
}

/* On the collapsed mobile menu, let it sit left-aligned with the links. */
@media (max-width: 1199.98px) {
    .lang-switch {
        margin-left: 5px;
        align-self: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lang-switch .lang-opt { transition: none; }
}

/* ════════════════════════════════════════════════════════════════════
   TYPOGRAPHIC FOUNDATION & POLISH
   Spectral for reading & display, IBM Plex Sans for UI, IBM Plex Mono
   for instrument-readout labels. Loaded site-wide; the article/blog
   pages inherit through --art-* which now point at the same families.
   ════════════════════════════════════════════════════════════════════ */

body {
    font-family: var(--bb-serif);
    color: var(--bb-ink);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.04rem;
    line-height: 1.7;
    letter-spacing: 0.003em;
}

/* Interactive / structural chrome stays on the precise sans. */
.navbar, .navbar-nav, .nav-link, .navbar-brand,
.btn, button, input, select, textarea,
.form-control, .form-label, .control-label, label,
.alert, .badge, .pagination, .grid-view, .kv-grid-table, table,
.bootstrap-dialog, .modal {
    font-family: var(--bb-sans);
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.01em;
}
.nav-link {
    font-weight: 500;
    letter-spacing: 0.015em;
}

/* ── Display headings ─────────────────────────────────────────────── */
h1, h2, h3, h4, h5, .quote, .blog-masthead-title, .art-hero-title {
    font-family: var(--bb-serif);
    font-weight: 600;
}

h1 {
    color: var(--bb-navy);
    font-size: clamp(1.9rem, 1.2rem + 2.4vw, 2.8rem) !important;
    line-height: 1.12;
    letter-spacing: -0.018em;
    text-shadow: none;
    margin-top: 24px;
    margin-bottom: 26px;
}

h1 i, h2 i, h3 i { color: var(--bb-spark); }

h2 {
    color: var(--bb-navy);
    letter-spacing: -0.012em;
}
h3, h4, h5 {
    color: var(--bb-navy);
    letter-spacing: -0.008em;
}

/* On the dark hero/footer-style sections, headings flip to white via
   inline style already; keep the spark icon legible there. */
[style*="color:white"] i, [style*="color: white"] i { color: rgba(120, 205, 240, 0.9); }

p { letter-spacing: 0.002em; }

.lead {
    color: var(--bb-slate);
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 1.65;
}

a { color: var(--bb-slate); }
a:hover { color: var(--bb-spark); }

/* ── Signature: the electric-current divider ──────────────────────────
   A hairline carrying a faint cyan pulse — the blood-pulser's tiny
   current rendered as a rule. Replaces the old invisible white <hr>. */
.myrule {
    width: min(80%, 760px);
    height: 1px;
    border: 0;
    margin: 46px auto;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(36, 67, 110, 0.18) 22%,
        var(--bb-spark) 50%,
        rgba(36, 67, 110, 0.18) 78%,
        transparent 100%);
    opacity: 0.85;
    position: relative;
}
.myrule::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: var(--bb-spark);
    box-shadow: 0 0 9px 1px rgba(31, 158, 196, 0.7);
}
/* On dark photo backgrounds the rule should read brighter. */
.fullWidthBackground .myrule,
.fullWidthBackground2 .myrule,
.fullWidthBackground6 .myrule { opacity: 1; }

.featurette-divider {
    border: 0;
    height: 1px;
    width: min(80%, 760px);
    margin: 50px auto !important;
    background: linear-gradient(90deg,
        transparent, rgba(36, 67, 110, 0.16) 25%,
        var(--bb-spark) 50%, rgba(36, 67, 110, 0.16) 75%, transparent);
    opacity: 0.7;
}

/* ── Content cards (homepage / contact) ───────────────────────────── */
.whiteTrBg {
    background-color: rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    padding: 18px 22px;
    backdrop-filter: blur(3px);
    box-shadow: 0 10px 34px rgba(11, 26, 62, 0.14);
}
.whiteBg {
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 14px;
    box-shadow: 0 10px 34px rgba(11, 26, 62, 0.12);
}

.startvak {
    border-radius: 14px;
    border-color: rgba(36, 67, 110, 0.25);
}

/* ── Readout-style prices & list emphasis ─────────────────────────── */
.prijs {
    font-family: var(--bb-mono);
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--bb-slate);
    letter-spacing: 0.01em;
}

.quote {
    font-family: var(--bb-serif);
    font-style: italic;
    color: var(--bb-navy);
    font-weight: 500;
}

.opsomming li { line-height: 1.55; }
.opsomming li b { color: var(--bb-navy); }

/* ── Buttons: lighter shadow, sans label, calm motion ─────────────── */
.btn {
    border-radius: 9px;
    letter-spacing: 0.01em;
}
div a.btn, div button.btn {
    box-shadow: 0 6px 16px rgba(11, 26, 62, 0.18);
}
.btn-primary {
    box-shadow: 0 6px 16px rgba(11, 26, 62, 0.20);
}
.btn-warning {
    background-color: #f0a818;
    border-color: #f0a818;
    color: #1a1505;
    font-weight: 600;
}
.btn-warning:hover {
    background-color: #ffba33;
    border-color: #ffba33;
}

/* Navbar refinement — a touch more presence, same navy. */
.navbar-meisje {
    opacity: 1;
    background-color: #1c3a63 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

@media (max-width: 575px) {
    body { font-size: 1rem; }
}

/* ════════════════════════════════════════════════════════════════════
   MODERN HOMEPAGE REVAMP
   Retire the 2015-era fixed-parallax photo bands + translucent text
   cards. Replace with a calm, editorial rhythm: alternating cool
   surfaces, real elevation, generous whitespace — the same world as
   the blog / article pages.
   ════════════════════════════════════════════════════════════════════ */

html { scroll-behavior: smooth; }
::selection { background: rgba(31, 158, 196, 0.22); color: var(--bb-ink); }

:focus-visible {
    outline: 2px solid var(--bb-spark);
    outline-offset: 2px;
    border-radius: 3px;
}

/* ── Section surfaces ─────────────────────────────────────────────── */
.fullWidthBackground,
.fullWidthBackground2,
.fullWidthBackground3,
.fullWidthBackground4 {
    background-image: none !important;
    background-attachment: scroll !important;
    background-color: #eef4fb;
    box-shadow: none;
    padding: 72px 0;
    border-top: 1px solid rgba(36, 67, 110, 0.07);
    border-bottom: 1px solid rgba(36, 67, 110, 0.07);
    overflow: visible;
}

/* The container sections between bands carry their own breathing room. */
main .container { padding-top: 8px; }
.fullWidthBackground + .container,
.container + .fullWidthBackground,
.fullWidthBackground2 + .container { margin-top: 0; }

/* Vertically center the two-column rows so figure + prose align. */
.fullWidthBackground > .container > .row,
.fullWidthBackground2 > .container > .row,
.fullWidthBackground3 > .container > .row,
.fullWidthBackground4 > .container > .row {
    align-items: center;
}

/* Content panels: clean white cards with a hairline + soft lift,
   instead of frosted glass over photos. */
.fullWidthBackground .whiteTrBg,
.fullWidthBackground2 .whiteTrBg,
.fullWidthBackground3 .whiteTrBg,
.fullWidthBackground4 .whiteTrBg {
    background-color: #ffffff;
    border: 1px solid rgba(36, 67, 110, 0.08);
    box-shadow: 0 14px 40px rgba(11, 26, 62, 0.10);
    backdrop-filter: none;
}

/* ── The dark closing band (alternative medicine) ─────────────────── */
.fullWidthBackground6 {
    background-image: none !important;
    background-attachment: scroll !important;
    background: linear-gradient(135deg, #08152e 0%, #0f2248 50%, #15306b 100%);
    box-shadow: none;
    padding: 76px 0;
    overflow: visible;
    position: relative;
}
.fullWidthBackground6::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--bb-spark), transparent);
    opacity: 0.5;
}
.fullWidthBackground6 > .container > .row { align-items: center; }
.fullWidthBackground6 .whiteTrBg {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(140, 190, 245, 0.18);
    box-shadow: none;
    backdrop-filter: blur(4px);
}
.fullWidthBackground6 .whiteTrBg .lead,
.fullWidthBackground6 .whiteTrBg p {
    color: rgba(226, 236, 250, 0.92) !important;
}

/* ── Hero ─────────────────────────────────────────────────────────── */
.fullWidthNoBackground {
    height: auto;
    min-height: 600px;
    box-shadow: none;
    border-bottom: 1px solid rgba(36, 67, 110, 0.08);
}
.fullWidthNoBackground #video-background {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.02);
    z-index: 0;
}
/* A modern scrim so hero text reads cleanly over the video. */
.fullWidthNoBackground::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        100deg,
        rgba(8, 18, 46, 0.55) 0%,
        rgba(8, 18, 46, 0.22) 42%,
        rgba(8, 18, 46, 0.10) 100%);
    pointer-events: none;
}
.fullWidthNoBackground > .container { z-index: 2; }
.fullWidthNoBackground h1 {
    color: #ffffff;
    text-shadow: 0 3px 22px rgba(0, 0, 12, 0.5);
}
.fullWidthNoBackground h1 i { color: rgba(125, 210, 245, 0.95); }

/* ── Figures / imagery ────────────────────────────────────────────── */
.featurette-image,
.rounded-image,
.mycarousel,
.carousel.featurette-image {
    border-radius: 16px;
    border: none;
    box-shadow: 0 18px 46px rgba(11, 26, 62, 0.18);
    overflow: hidden;
}
.mycarousel { border: none; }
.carousel-plaatje {
    border-radius: 12px;
    border: 1px solid rgba(36, 67, 110, 0.12);
    box-shadow: 0 8px 22px rgba(11, 26, 62, 0.14);
}

/* ── Experiences quote carousel ───────────────────────────────────── */
.carousel .alert.lead,
.carousel .alert {
    font-family: var(--bb-serif);
    font-size: 1.18rem;
    font-style: italic;
    line-height: 1.7;
}

/* ── Footer ───────────────────────────────────────────────────────── */
#footer.bg-body-secondary {
    background: #0b1a3e !important;
    border-top: 1px solid rgba(140, 190, 245, 0.14);
}
#footer, #footer a { color: rgba(206, 222, 245, 0.78); }
#footer a:hover { color: var(--bb-spark); }

/* ── Mobile rhythm ────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .fullWidthBackground,
    .fullWidthBackground2,
    .fullWidthBackground3,
    .fullWidthBackground4,
    .fullWidthBackground6 { padding: 48px 0; }
    .fullWidthBackground > .container > .row > [class*="col-"]:first-child,
    .fullWidthBackground2 > .container > .row > [class*="col-"]:first-child {
        margin-bottom: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .art-hero-bg-zoom { animation: none; }
}

/* ════════════════════════════════════════════════════════════════════
   BRAND NEW DAY — light & bright revamp
   Trade the navy-heavy chrome for an airy, sunrise-bright world:
   a frosted-white header, pale-sky surfaces, the dark closing band
   turned to daylight, and a fresh sky-blue CTA in place of the amber.
   Navy is kept only where it earns its keep — headings and body copy —
   so text stays crisp on all the new light ground.
   ════════════════════════════════════════════════════════════════════ */
:root {
    --bb-sky:    #1b9fd8;   /* fresh, accessible sky blue — links & CTAs */
    --bb-sky-lo: #1188c4;
    --bb-aqua:   #36c6e6;
    --bb-cta:    linear-gradient(135deg, #19a6dd 0%, #38c8e8 100%);
    --bb-air:    #f2f8fe;    /* pale-sky section surface */
    --bb-air-2:  #e8f3fd;
    --bb-line:   rgba(27, 64, 110, 0.10);
}

body { color: var(--bb-ink); background-color: #ffffff; }

/* ── Deep-blue header, refined ────────────────────────────────────────
   A rich navy gradient with white text, a hairline cyan glow along the
   bottom edge, and a sky-blue active pill that echoes the CTAs. The one
   dark anchor that lets the rest of the day stay bright. */
.navbar-meisje {
    background: linear-gradient(100deg, #0a1838 0%, #12305f 58%, #173a72 100%) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(120, 190, 240, 0.16);
    box-shadow: 0 4px 26px rgba(8, 18, 46, 0.36);
    opacity: 1;
}
.navbar-meisje::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(56, 200, 230, 0.55), transparent);
    pointer-events: none;
}
.navbar-meisje .navbar-brand,
.navbar .nav-item .nav-link,
.navbar-meisje .nav-link {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 10, 0.35) !important;
}
.navbar-meisje .navbar-brand { font-weight: 600; }
.navbar-meisje .navbar-brand i { color: var(--bb-aqua); }
.navbar-meisje .nav-link:hover { color: #c4ebfa !important; }
.navbar-nav.nav li.nav-item:hover {
    background-color: rgba(255, 255, 255, 0.10);
    color: #ffffff;
}
.navbar-meisje .nav-link.active {
    background: var(--bb-cta);
    color: #ffffff !important;
    box-shadow: 0 3px 12px rgba(25, 166, 221, 0.40);
}
.navbar-toggler span { background-color: #ffffff; }

/* Language toggle, dark variant */
.navbar-meisje .lang-switch {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(0, 0, 0, 0.18);
}
.navbar-meisje .lang-switch .lang-opt { color: rgba(255, 255, 255, 0.72); }
.navbar-meisje .lang-switch .lang-opt:hover { color: #ffffff; }
.navbar-meisje .lang-switch .lang-opt.is-active {
    background: #ffffff;
    color: var(--bb-slate);
}

/* ── Fresh sky-blue CTAs (goodbye orange) ─────────────────────────── */
.btn-warning,
.btn-warning:focus,
.btn-warning:active {
    background: var(--bb-cta) !important;
    border: none;
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(25, 166, 221, 0.32);
}
.btn-warning:hover {
    background: linear-gradient(135deg, #1eabe2 0%, #4ad4ef 100%) !important;
    color: #ffffff !important;
}
.btn-primary {
    background: linear-gradient(135deg, #1f74b4 0%, #2a93d2 100%);
    border: none;
    color: #ffffff;
}
.btn-primary:hover {
    background: linear-gradient(135deg, #2a93d2 0%, #38c8e8 100%);
    color: #ffffff;
}

a { color: var(--bb-sky-lo); }
a:hover { color: var(--bb-sky); }

/* ── Brighter section surfaces ────────────────────────────────────── */
.fullWidthBackground,
.fullWidthBackground2,
.fullWidthBackground3,
.fullWidthBackground4 {
    background-color: var(--bb-air);
    border-top: 1px solid var(--bb-line);
    border-bottom: 1px solid var(--bb-line);
}

/* ── The closing band: from midnight to morning ───────────────────── */
.fullWidthBackground6 {
    background: linear-gradient(135deg, #eaf6ff 0%, #ddeefb 48%, #eef7ff 100%) !important;
}
.fullWidthBackground6::after {
    background: linear-gradient(90deg, transparent, var(--bb-sky), transparent);
    opacity: 0.5;
}
.fullWidthBackground6 h1 {
    color: var(--bb-navy) !important;
    text-shadow: none !important;
}
.fullWidthBackground6 h1 i { color: var(--bb-sky); }
.fullWidthBackground6 .whiteTrBg {
    background: #ffffff;
    border: 1px solid var(--bb-line);
    box-shadow: 0 14px 40px rgba(27, 64, 110, 0.10);
    backdrop-filter: none;
}
.fullWidthBackground6 .whiteTrBg .lead,
.fullWidthBackground6 .whiteTrBg p {
    color: var(--bb-slate) !important;
}

/* ── Hero: let the sunrise through ────────────────────────────────── */
.fullWidthNoBackground::before {
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.62) 0%,
        rgba(255, 255, 255, 0.20) 46%,
        rgba(255, 255, 255, 0.00) 100%);
}
.fullWidthNoBackground h1 {
    color: var(--bb-navy);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 2px 16px rgba(255, 255, 255, 0.6);
}
.fullWidthNoBackground h1 i { color: var(--bb-sky); }

/* ── Daylight footer ──────────────────────────────────────────────── */
#footer.bg-body-secondary {
    background: var(--bb-air) !important;
    border-top: 1px solid var(--bb-line);
}
#footer, #footer a { color: var(--bb-slate); }
#footer a:hover { color: var(--bb-sky); }

/* ── Cards & dividers, slightly airier ────────────────────────────── */
.whiteBg, .whiteTrBg { border: 1px solid var(--bb-line); }
.startvak {
    background: linear-gradient(0deg, #e6f4fb 0%, #ffffff 100%);
    border-color: var(--bb-line);
}
