:root {
    --primary: #C49A6C;
    --primary-highlight: #8B6530;
    --primary-light: #E8D5B8;
    --text-light: #EDE8E1;
    --bg-dark: #0c0a08;
    --panel-bg: rgba(18, 12, 7, 0.72);
    --panel-border: rgba(196, 154, 108, 0.28);
    --nav-animation-speed: 700ms;
    --animation-speed: 100ms;
    --standard-opacity: 1;
}

.bio {
    color: #a09080;
    font-size: 0.9rem;
}


.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;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.06em;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.3s ease;
}

.btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.btn:hover::after {
    left: 150%;
}


.door {
    color:darkgray;
}
.rond {
    border-radius: 200px !important;
    border: 1px solid black;
    width: 100px;
    float: left;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
}

.prijs {
    color: var(--primary);
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.whiteTrBg {
    background-color: rgba(97, 32, 32, 0.6);
    border:1px solid #2e0f0f;
    backdrop-filter: blur(7px);
    color:#F5F1EC !important;
}

.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: #000000;
    overflow: hidden;
    height:720px;
}


.navbar {
    --bs-navbar-toggler-padding-y:0.625rem;
    --bs-navbar-brand-margin-end: 0rem;
}

.table-dark {
    --bs-table-striped-bg: #6c5445 !important;
}

.navbar-meisje {
    background-color: rgba(10, 7, 4, 0.97);
    border-bottom: 1px solid rgba(196, 154, 108, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}


.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;
}
.alert {
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    backdrop-filter: blur(7px);
}

.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: #80552b;
    background-image: url("../images/background.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: #80552b;
    background-image: url("../images/background1.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: #0f0803;
    background-image: url("../images/background2.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: #37270e;
    background-image: url("../images/background3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.fullWidthBackground5 {
    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: #0c0503;
    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: #f1d58c;
    background-image: url("../images/background6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}



.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;
}

.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: var(--primary-light);
    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;
}

div.empty div.alert.alert-light {
    margin-bottom:0px!important;
}

.footer {
    background-color: var(--bg-dark);
    font-size: .9em;
    height: 60px;
    color: var(--text-light);
    border-top: 1px solid var(--panel-border);
}

.form-control.ro {
    background-color: #f1f1f1 !important;
    color:darkgray!important;
    border:1px solid black;
}
body {
    position: relative;
    background-color: var(--bg-dark);
    color: var(--text-light);
    font-family: 'Cinzel', serif;
    line-height: 2em;
    font-weight: bold;
}
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%;
}

.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-light);
    border-left: 2px solid var(--primary);
    font-style: italic;
}
h1 {
    margin-bottom: 30px;
    color: var(--primary);
    text-shadow: 0 0 12px rgba(196, 154, 108, 0.55),
    0 0 40px rgba(196, 154, 108, 0.25);
    letter-spacing: 0.03em;
    line-height: 1.6;
}

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;
}

.navbar-nav.nav li.nav-item {
    transition: all var(--nav-animation-speed);
}
.navbar-nav.nav li.nav-item:hover {
    background-color: rgba(196, 154, 108, 0.15);
    border-radius: 10px;
}
.centerText {
    line-height: 40px;
}
.smallTd {
    width: 10px;
}
.bg-body-secondary {
    background-color: #0e0b09 !important;
    color: var(--text-light);
    border-top: 1px solid var(--panel-border);
}
#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;
}

.navbar .nav-link:focus,
.navbar .nav-link:focus-visible,
.navbar .nav-link:active,
.navbar .nav-item .nav-link:focus,
.navbar .nav-item .nav-link:focus-visible,
.navbar .nav-item .nav-link:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.navbar .btn::after {
    display: none;
}

.navbar .btn:hover,
.navbar .btn:active {
    transform: none;
    box-shadow: none;
}
a.navbar-brand {
    text-shadow: 0 0 20px rgba(196, 154, 108, 0.4);
}
.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: #100e0c;
}
.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 {
    border: none;
    height: 1px;
    background: linear-gradient(
            to right,
            transparent,
            rgba(196, 154, 108, 0.85) 25%,
            rgba(196, 154, 108, 0.95) 50%,
            rgba(196, 154, 108, 0.85) 75%,
            transparent
    );
    width: 35%;
    margin: 70px auto;
    position: relative;
    overflow: visible;
}

.myrule::before {
    content: '◆';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary);
    background-color: var(--bg-dark);
    padding: 0 18px;
    font-size: 0.55rem;
    line-height: 1;
    letter-spacing: 0.2em;
}

#voorwie, #ervaring, #rife, #methodieken, #proces {
    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;
    }
}

.successTransparant {
    background-color:rgba(209, 231, 221, 0.6);
}

.warningTransparant {
    background-color:rgba(255, 243, 205, 0.6);
}

.infoTransparant {
    background-color:rgba(207, 244, 252, 0.6);
}

.lightTransparant {
    background-color:rgba(252, 252, 253, 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: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(196, 154, 108, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px !important;
    color: var(--text-light);
}

.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/background2.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundTwo {
    background: url(../images/background3.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundCarousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}
.whiteBgNoShadow {
    background-color: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-radius: 10px;
    margin: -10px;
    padding: 10px;
    color: var(--text-light);
}

.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: none;
}
.nav-link.active {
    background-color: rgba(196, 154, 108, 0.18);
    color: var(--primary) !important;
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid var(--panel-border);
}
.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);
}

.carousel-fade .carousel-item {
    transition-duration: 1.2s;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition-duration: 1.2s;
}

.mycarousel {
    box-shadow: 13px 13px 13px 0px rgba(0,0,0,0.25);
    border:5px solid grey;
    border-radius:10px;
}

.carousel.featurette-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.featurette-image {
    margin-top: 27px;
    margin-bottom: 27px;
    border-radius: 10px;
    border: 1px solid rgba(196, 154, 108, 0.35);
    box-shadow: 0 0 18px rgba(196, 154, 108, 0.35),
    0 0 50px rgba(196, 154, 108, 0.15),
    0 12px 40px rgba(0, 0, 0, 0.6);
}

.rounded-image {
    border-radius: 10px;
}
.featurette-divider {
    border-top: 1px solid #6987c9;
    width:80%;
    margin: 40px auto !important;
    margin-top:50px !important;

}
.whitelead {
    color: white;
    font-weight: bold;
}


.lead {
    color: var(--primary-light);
    font-weight: bold;
}

div a.btn {
    box-shadow: 0 4px 18px rgba(196, 154, 108, 0.15), 0 2px 8px rgba(0, 0, 0, 0.3);
}

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: 0 4px 18px rgba(196, 154, 108, 0.22), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}


.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: translateY(-3px);
    box-shadow: 0 10px 30px rgba(196, 154, 108, 0.30);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(196, 154, 108, 0.20);
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

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: var(--primary);
    text-decoration: none;
    font-weight: bold;
}
div a.btn.btn-success:hover {
    background-color: var(--primary-highlight);
}



.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;
}

.btn-danger:hover {
    background-color: #a32020;
}


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);
}

/* Language switcher — segmented EN / NL toggle in the navbar */
.lang-switch {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 2px;
    margin: 5px;
    padding: 3px;
    border: 1px solid var(--panel-border);
    border-radius: 10px;
    background-color: rgba(196, 154, 108, 0.06);
}

.lang-switch .lang-option {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    color: var(--primary-light);
    text-decoration: none;
    transition: color var(--animation-speed) ease, background-color var(--animation-speed) ease;
}

.lang-switch .lang-option:hover {
    color: var(--primary);
}

.lang-switch .lang-option.active,
.lang-switch .lang-option.active:hover {
    color: #0c0a08;
    background-color: var(--primary);
    box-shadow: 0 0 12px rgba(196, 154, 108, 0.35);
}

.lang-switch .lang-option:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}


