:root{
    --primary: #DBC415;
    --primary-light: #F3F8F0;
    --primary-dark: #364035;
    --secondary: #757152;
    --secondary-dark: #293128;
    --white: #ffffff;
    --black: #000000;
    --light-text: #EBF3E6;
    --dark: #121212;
    --tinten: rgb(117 113 82 / 20%);
    --tinten-light: #E1EADB;
    --yellow: #CDB818;
    --yellow-dark: #BFAB12;
    --success: #2FD350;
    --danger: #C60028;
    --animation-primary: 0.75s cubic-bezier(0.62, 0.05, 0.01, 0.99);
}
.light-mode .header-with-background{
     //background: var(--primary-light);
}
.light-mode .kennisbank-detail-section h1{color: var(--primary-dark);}
.light-mode .breadcrumb-v3.breadcrumb li, .light-mode .breadcrumb-v3.breadcrumb li a {color: #7571525A;}
.light-mode .breadcrumb-v3.breadcrumb li a:hover {color: var(--primary);}
.light-mode .breadcrumb-v3.breadcrumb li span {background: #7571525A;}
.light-mode .text-block-info h2,
.light-mode .text-block-info p {color: var(--primary-dark);}
.light-mode .text-block-info-v2 h2 {color: var(--primary);}
.light-mode .download-section, .light-mode .articles-section {background: var(--primary-light);}
.light-mode .download-section .primary-button::before {border-right-color: var(--secondary-dark);}
.light-mode .download-section .primary-button::after {border-left-color: var(--secondary-dark);}
.light-mode .download-section .primary-button, .light-mode .download-section .primary-button span {background: var(--secondary-dark);}
.light-mode .download-section .primary-button {color: var(--white);}
.light-mode .download-section .download-box li .icon-button span::before {background: url(../images/download-light-arrow.svg) no-repeat 4px 1px;}
.light-mode .download-section .download-box li .icon-button span::after {background: url(../images/download-light-arrow.svg) no-repeat 4px 1px;}
.light-mode .articles-section .suggestions-box-v2 .suggestions-grid a {color: var(--primary-dark);}
