/************************************
URL: www.dvkweb.nl
AUTEUR: André Gelinck
DATUM: 1 jan. 2025
VERSIE: 3.1
************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800&display=swap');
    @font-face {
    font-family: 'Raintion-Black';
    src: url('Raintion-Black.woff');}

:root {
  /* light mode */
  /* --light-switch-shadow: #373d4e; */
  --light-switch-shadow: #8C8C8C;
  --light-switch-icon: "🌘";  
  --light-switch-text: "donker thema";
  --grid-maxWidth: 85rem;
  --grid-gutter: 2rem;
  --ff-titel: 'Raintion-Black',"Segoe UI", "Roboto";
  --ff-tekst: 'Lucida Grande', verdana, arial;
  --ff-kop: "Roboto", sans-serif;
  --ff-menu: Tahoma,"Segoe UI","Roboto";
  --fs-body: 13px;
  --fs-tabel:14px;
  --fs-menu: 0.9rem; 
  --l-logo: url('DVK-logo2.svg'); 
  --l-header-bg: #FFFFFF;
  --l-header-T: #13315C;
  --l-header-top: #13315C;
  --l-header-bot: #26B3E4;
  --l-body1-bg: #FFF;   /* FFF EDF5FA*/
  --l-body2-bg: #E6EAF3; /*E6EAF3 */
  --l-menu-bg: #202020;
  --l-menu-T1: #F1F1F1;
  --l-menu-T2: #FDFEFF;
  --l-menu-HT: #FFFFDF;
  --l-menu-Hbg: #333;
  --l-menu-lijn: #484848;
  --l-titel-bg: #26B3E4;
  --l-titel-T: #FFF;
  --l-stand-bg: #1E4782;
  --l-stand-T: #FFF;
  --l-t-lijn: #CFC7C4;
  --l-tekst: #484848;
  --l-tekst-V: #39485F;
  --l-tekst-L: #091F48;
  --l-footer-bg: #19498B;
  --l-footer-T: #CFC7C4;
  --l-footer-L: #091F48;
  --l-link: #01CC8E;
  --l-schaduw: #6E7076;
  --l-bq-bg: #DFF2FE;

  /* dark mode 🌕 🌙 🌘 😎 🌝  🌚 */
  --dark-switch-shadow: #fce477;
  --dark-switch-icon: "🌕";
  --dark-switch-text: "licht thema";
  --d-logo: url('DVK-logo12.svg');
  --d-header-bg: #0B2545;
  --d-header-T: #FFF; 
  --d-header-top: #0B2545;
  --d-header-bot: #26B3E4;
  --d-body1-bg: #0F3C6F;
  --d-body2-bg: #E6EAF3;
  --d-menu-bg: #202020;
  --d-menu-T1: #F1F1F1;
  --d-menu-T2: #FDFEFF;
  --d-menu-HT: #FFFFDF;
  --d-menu-Hbg: #333;
  --d-menu-lijn: #484848;
  --d-titel-bg: #26B3E4;
  --d-titel-T: #FFF;
  --d-stand-bg: #26B3E4;
  --d-stand-T: #FFF;
  --d-t-lijn: #CFC7C4;
  --d-tekst: #A3A6AB;
  --d-tekst-V: #39485F;
  --d-tekst-L: #091F48;
  --d-footer-bg: #0B2545;
  --d-footer-T: #CFC7C4;
  --d-footer-L: #091F48;
  --d-link: #01CC8E;
  --d-schaduw: #6E7076;
  --d-bq-bg: #DFF2FE;

  /* default mode */
  --switch-shadow-color: var(--light-switch-shadow);
  --switch-icon: var(--light-switch-icon);
  --switch-text: var(--light-switch-text);
  --logo: var(--l-logo);
  --header-bg: var(--l-header-bg);
  --header-T: var(--l-header-T);
  --header-top: var(--l-header-top);
  --header-bot: var(--l-header-bot);
  --body1-bg: var(--l-body1-bg);
  --body2-bg: var(--l-body2-bg);
  --menu-bg: var(--l-menu-bg);
  --menu-T1: var(--l-menu-T1);
  --menu-T2: var(--l-menu-T2);
  --menu-HT: var(--l-menu-HT);
  --menu-Hbg: var(--l-menu-Hbg);
  --menu-lijn: var(--l-menu-lijn);
  --titel-bg: var(--l-titel-bg);
  --titel-T: var(--l-titel-T);
  --stand-bg: var(--l-stand-bg);
  --stand-T: var(--l-stand-T);
  --t-lijn: Var(--l-t-lijn);
  --tekst: var(--l-tekst);
  --tekst-V: var(--l-tekst-V);
  --tekst-L: var(--l-tekst-L);
  --footer-bg: var(--l-footer-bg);
  --footer-T: var(--l-footer-T);
  --footer-L: var(--l-footer-L);
  --link: var(--l-link);
  --schaduw: var(--l-schaduw);
  --bq-bg: var(--l-bq-bg);
}
  /* switch mode */
  .theme-switch:checked ~ #page {
  --switch-shadow-color: var(--dark-switch-shadow);
  --switch-icon: var(--dark-switch-icon);
  --switch-text: var(--dark-switch-text);
  --logo: var(--d-logo);
  --header-bg: var(--d-header-bg);
  --header-T: var(--d-header-T);
  --header-top: var(--d-header-top);
  --header-bot: var(--d-header-bot);
  --body1-bg: var(--d-body1-bg);
  --body2-bg: var(--d-body2-bg);
  --menu-bg: var(--d-menu-bg);
  --menu-T1: var(--d-menu-T1);
  --menu-T2: var(--d-menu-T2);
  --menu-HT: var(--d-menu-HT);
  --menu-Hbg: var(--d-menu-Hbg);
  --menu-lijn: var(--d-menu-lijn);
  --titel-bg: var(--d-titel-bg);
  --titel-T: var(--d-titel-T);
  --stand-bg: var(--d-stand-bg);
  --stand-T: var(--d-stand-T);
  --t-lijn: Var(--d-t-lijn);
  --tekst: var(--d-tekst);
  --tekst-V: var(--d-tekst-V);
  --tekst-L: var(--d-tekst-L);
  --footer-bg: var(--d-footer-bg);
  --footer-T: var(--d-footer-T);
  --footer-L: var(--d-footer-L);
  --link: var(--d-link);
  --schaduw: var(--d-schaduw);
  --bq-bg: var(--d-bq-bg);
}

.theme-switch { /* Hides the checkbox */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.switch-label {
  cursor: pointer;
  display: flex;
    position: absolute !important;
  bottom: 20px;
  margin-left: 20px;
}

.switch-label::before {
  content: var(--switch-icon);
  font-size: 16px;
}

.switch-label::after {
  align-self: center;
  content: var(--switch-text);
  color: var(--switch-shadow-color);
  font-size: 14px;
  line-height: 25px;
  opacity: 0;
  padding-left: 15px;
  transition: opacity .2s;
}

.theme-switch:focus ~ #page .switch-label::before,
.switch-label:hover::before {
  text-shadow: 0 0 15px var(--switch-shadow-color);
}

.theme-switch:focus ~ #page .switch-label::after,
.switch-label:hover::after {
  opacity: 1;
}


*, *:before, *:after {box-sizing: border-box;}

* {scrollbar-width: thin; scrollbar-color: var(--header-T) var(--body1-bg);}

html {-webkit-font-smoothing: antialiased;}

body {margin: 0; background-color: #19498B;color: var(--tekst); font-family: var(--ff-tekst); font-size: var(--fs-body);}

#page {background-color: var(--body1-bg); color: var(--tekst); font-family: var(--ff-tekst); font:var(--fs-body); min-height: 100%; z-index: 20;
 transition: color .2s, background-color .2s; margin-bottom: 230px;}

#pagenkb    { 
        height: 100%; 
    background: url(../inc/bg3.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {text-decoration: none; color: var(--link);}
a:hover {background-color: var(--link); color: var(--stand-T); border-radius: 5px;}

h1, h2, h3, h4, h5, h6 {font-weight: 800; font-family: 'Poppins'; letter-spacing: 1px; margin: 0.5em 0 0.35em; color: var(--header-T);}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em; color: var(--titel-bg); padding: 0 0 1px 1px;}
h3 {font-size: 1.3em; color: var(--titel-bg);}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em; font-weight: 600;}
h6 {font-size: 0.9em; font-weight: 800;}

.oline { border-bottom: 3px solid var(--t-lijn);   padding-left: 15px;}
.tline {border-top: 2px solid var(--t-lijn);}
.dline {border-top: 1px solid var(--t-lijn); border-bottom: 1px solid var(--t-lijn); padding: 5px 0px 2px 15px;}
.hbackgr {background-color: var(--titel-bg);   padding: 5px 0px 5px 15px; color: var(--titel-T);}
.datum { float: right; padding-right: 10px; padding-top: 3px; color: var(--header-T); font-size: 0.7rem;}

p {color: var(--tekst); font-family: var(--ff-tekst); font-size: var(--fs-body); line-height: 125%;}

.titel {font-size: 40px; font-family: "Raintion-Black", Tahoma, sans-serif; font-weight: 800; color: var(--header-T); min-width: 280px; z-index: 5;}
.titel span {padding-left: 20px; font-size: 0.85em; color: var(--titel-bg); font-style: italic;}

img {
  width: 100%;
  display: block;
  border-radius: 5px;
  /* background: var(--menu-Hbg); */
  webkit-box-shadow: 0 1px 3px  var(--menu-Hbg);
  box-shadow: 0 1px 3px  var(--menu-Hbg);
}

.imgnot {
    width: 100%;
  display: block;    
  border-radius: 0px;
  webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;  
}

.container {
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  padding-left: 15px;
    padding-right: 15px;
}


.containernkb {
  max-width: 100%; /* var(--grid-maxWidth) */
          height: 100%; 
    background: url(../inc/bg3.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}

.top-container {
  --grid-maxWidth: 1340px;
  --grid-gutter: 2rem;
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  width: 98%;
  padding: 0 calc(var(--grid-gutter) / 2);
  height: 95px; 
}
.topbox {height: 100px;}

.topnav {
  position: fixed;
  overflow: hidden;
 background-color: var(--header-bg);
  border-top: 3px solid var(--header-top);
 /* border-bottom: 2px solid var(--header-bot); */
  top: 0;
  width: 100%;
box-shadow: 0px 1px 17px -14px rgba(16,12,27,0.59);
-webkit-box-shadow: 0px 1px 17px -14px rgba(16,12,27,0.59);
-moz-box-shadow: 0px 1px 17px -14px rgba(16,12,27,0.59);
}

.topnav-centered  {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  z-index: 30;
}

.topnav-right {
  float: right;
    height: 95%;
    width: 42px;
    z-index: 33;
}
.topnav-right img {
      display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 35;
  webkit-box-shadow: 0 1px 3px  var(--header-bg);
  box-shadow: 0 1px 3px  var(--header-bg);  
}
.topnav-left {float: left; height: 100%;}
.topnav-left img {height: 100%; width: 100%; object-fit: contain;}
.div1 {
  float: left;
  background-image: var(--logo);
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: left center;
  background-size: contain;
  height: 100%;
  width: 150px;
  z-index: 40;
}
.col-1 {width: 16%;}
.col-2, .col-2i {width: 28%;}
.col-3 {width: 48%;}
.col-4, .col-4i {width: 68%;}
.col-5 {width: 80%;}
.col-6 {width: 98%;}
.col-8 {width: 100%;}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  background-color: var(--menu-bg);
  font-family: var(--ff-menu);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 70px;
}

.sidebar a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: var(--fs-menu);
  color: var(--menu-T1);
  display: block;
  border-bottom: 1px solid var(--menu-lijn);
  transition: 0.3s;
  margin:0px 30px 0px 20px;
}

.sidebar a:hover {color: var(--menu-HT); background-color: var(--menu-Hbg);}

.closebtn {
  background-image: url('sluit.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin-left: 20px;
  margin-top: 15px;
}

.sidebar .closebtn {position: absolute; top: 10px; color: #fff; cursor: pointer; font-size: 28px; margin-left: 20px;}

.tmenu {color: #8c8c8c; padding: 4px 0px 6px 0px; margin-left: 35px;}

.menu-list {font-family: var(--ff-tekst); color: var(--tekst); font-size: 14px; padding-left: 5px;}
.menu-list a {padding: 3px; text-decoration: none; font-family: var(--ff-menu); font-size: 16px; color: var(--link); display: inline-block; text-align: left;
              width: 115px; border-radius: 5px;}
.menu-list a:hover {background-color: var(--link); color: var(--stand-T);}

#stand {
  table-layout: auto;
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--body1-bg); 
    font-family: var(--ff-kop);
    font-size: 0.85rem;
    color: var(--tekst);}

#stand td, #stand th {border-bottom: 1px solid #ddd; padding: 5px 2px;}

#stand th {padding-top: 12px; padding-bottom: 6px; background-color: var(--body1-bg); color: var(--header-T);}
#stand span {color: var(--header-bot); position: relative; bottom: 0.4em; font-size: 0.8em;}

.standnkb {overflow-x: auto;}

.tabelrand {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px var(--schaduw);
  box-shadow: 0 2px 5px var(--schaduw);
  padding: 5px;
  margin-bottom: 15px;
  }
.tabelkop {border-radius: 5px; background-color: var(--stand-bg); color:var(--stand-T); text-align:center; padding: 6px;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.vet {font-weight: bold;}
.tc {font-weight: bold; text-align: center; width: 70px;}
.tcc {text-align: center; width: 70px;}
.bq {font-size: 0.8em; font-style: italic; font-weight: bold; border-left:6px solid var(--stand-bg); margin:16px 0 16px 16px; padding:10px 12px 10px 14px;
    background-color: var(--bq-bg); color:#0a3f67;}
.fl-left {float: left;margin: 10px 20px 10px 0;width: 35%;}
.fl-leftcor {float: left;margin: 10px 20px 10px 0;width: 50%;}
.fl-right {float: right;margin: 0 0 10px 20px;width: 35%;}
.clear-fl {overflow: auto;}
.uit {text-align: justify;}
.uitp {text-align: justify; padding: 0px 15px 0px 3px;}
.klein{font-size: 0.9em; font-style: italic;}
.colw3 {column-width: 350px;}
.colw4 {column-width: 450px;}
.knop a {color: var(--link);}
.knop a:hover {background-color: var(--link); color: var(--stand-T); border-radius: 5px;}
.cur {font-style: italic;}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.1); /* Black background with opacity */
  z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.voetblok {
  width: 100%;
  position: fixed;
    overflow: hidden;
z-index: -1;
  bottom: 0;
  left: 0;
  background-color: #000; /* var(--titel-bg); */
}

footer {
    width: 100%;
  position: fixed;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-color: var(--footer-bg);
  color: var(--titel-T); font-size: 14px;}
footer a {
  padding: 6px;
  text-decoration: none;
  font-size: var(--fs-menu);
  color: var(--menu-T1);
  display: block;
  text-align: center;
  width: 150px;
  margin: 0 auto;}
footer h5 {color: var(--titel-T);}
footer a {color: var(--link);}
footer a:hover {background-color: var(--link); color: var(--stand-T); border-radius: 5px;}
.pad {padding: 8px;}
.footer2 {
    position: relative;
    right: 0;
    bottom: 0;
  left: 0;
  height: 40px;
  background-color: var(--titel-bg);
}
.footer2 p {color: var(--titel-T);}
.row {display:flex; flex-wrap: wrap; justify-content: space-around; margin-top: 15px;}
.row2 { display:flex; flex-wrap: wrap; justify-content: space-around;}
.row3 {display:flex;}
.row4 {display:flex; flex-wrap: wrap; justify-content: space-around; margin-bottom: 0px;}
.spacer{height: 250px; background-color: transparent !important;}

/* ==== media query's ==== */
@media screen and (max-width: 640px) {
  #page {font-size: 1.1rem; margin-bottom: 500px;}
  p {font-size: 1.05rem;}
  .top-container {height: 55px;}
  .titel {font-size: 1.2rem;}
  .topnav-centered {left: 55%; width: 55%;}
  .topnav-left: {width: 60px;}
  .topnav-right img {width: 30px; height: 24px;}
  .topbox {height: 50px;}
  .sidebar a {font-size: 1.1rem;}
  footer .col-2 {width: 400px;}

[class*="col-"] {
width: 98%;  
}
}

@media screen (orientation: portrait) {
  .col-3 {width: 98%;}
}

@media screen and (min-width: 641px) and (max-width: 989px){
#page {font-size: 1.1rem; margin-bottom: 500px;}
p {font-size: 0.95rem;}
.sidebar a {font-size: 1.1rem;}
.col-4 {width: 98%;}
.col-3 {width: 98%;}
.col-2 {width: 98%;}
.col-8 {width: 49%;}
.col-2i {width: 35%;}
.col-4i {width: 63%;}
.titel {font-size: 28px;}
}
@media screen and (min-width: 990px) and (max-width: 1279px){
#page {font-size: 1rem;}
  .sidebar a {font-size: 1.05rem;}
.colw4 {column-width: 500px;}  
}

@media screen and (min-width: 1280px){
.colw4 {column-width: 500px;}
}
