:root {
  --kleur1: #1e546b;
  --kleur2: #6a7178;
  --kleur3: #adb5bd;
  --kleur4: #e9ecef;
  --kleur5: #edf1f3;
  --kleur6: #c92a2a;
  --kleur7: #f76707;
  --kleur8: #37b24d;
  --kleur9: #ffffff;
  --kleur10: #2d3d4b;

  --blok1: #a62323;
  --blok2: #f58a42;
  --blok3: #d6ce2f;
  --blok4: #33782c;
  --blok5: #2c7078;
  --blok6: #2c379c;
  --blok7: #732c9c;
  --blok8: #9c2c71;
  --blok9: #ffffff;

  --font1: "Segoe";
  --font2: "Segoe Bold";

  --rand: 1px solid #ff000060;
}

@keyframes hartje {
  0% {
    transform: scale(1);
  }

  5% {
    transform: scale(1.1);
  }

  10% {
    transform: scale(1);
  }

  15% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

@font-face {
  font-family: "Segoe";
  src: url("f/Segoe UI.ttf") format("truetype");
}

@font-face {
  font-family: "Segoe Bold";
  src: url("f/Segoe UI Bold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

/* Verkeer */

.vlegenda {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1vw 0;
  padding: 0;
}

.vlegdeel {
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 1vw;
}

.vjaar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.jaartotaal {
  display: block;
  width: 100%;
}

.vweek {
  position: relative;
  bottom: 0;
  width: 100%;
  background: var(--kleur3);
  text-align: center;
}

.vheleweek {
  width: 1.9%;
  padding: 0;
}

.vweekruimte {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  width: 100%;
  height: 200px;
  padding: 0;
  margin: 0;
  cursor: crosshair;
}

.vweektelling {
  width: 100%;
  height: 13px;
  font-family: "Titillium Web", sans-serif;
  color: var(--kleur3);
  font-size: 0.6vw;
  text-align: center;
  padding: 2px 0;
}

.vweek .hoeveel {
  display: block;
  visibility: hidden;
  width: 1.9%;
  height: 1.45vw;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.6vw;
  line-height: 1.55vw;
  display: inline;
  background: var(--kleur1);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  /* Position the tooltip */
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 1;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vweek:hover .hoeveel {
  visibility: visible;
}

.vweeknieuw {
  position: relative;
  bottom: 0;
  width: 100%;
  background: var(--kleur1);
  text-align: center;
}

.vweeknieuw .hoeveel {
  display: block;
  visibility: hidden;
  width: 1.9%;
  height: 1.45vw;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.6vw;
  line-height: 1.55vw;
  display: inline;
  background: var(--kleur1);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  /* Position the tooltip */
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 1;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vweeknieuw:hover .hoeveel {
  visibility: visible;
}

.vweekgetal {
  width: 100%;
  height: 13px;
  font-family: var(--font1);
  color: var(--kleur3);
  font-size: 0.7vw;
  text-align: center;
  padding: 0.2vw 0;
  margin: 0;
}

.vheeljaar {
  width: 3vw;
  padding: 0;
}

.vjaarruimte {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  width: 3vw;
  height: 300px;
  cursor: crosshair;
}

.vjaartelling {
  width: 3vw;
  height: 13px;
  font-family: "Titillium Web", sans-serif;
  color: var(--kleur3);
  font-size: 0.6vw;
  text-align: center;
  padding: 2px 0;
}

.vjaartje {
  position: relative;
  bottom: 0px;
  width: 3vw;
  background: var(--kleur3);
  text-align: center;
}

.vjaartje .hoeveel {
  display: block;
  visibility: hidden;
  width: 3vw;
  height: 3vw;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.6vw;
  line-height: 1.55vw;
  display: inline;
  background: var(--kleur1);
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  /* Position the tooltip */
  position: absolute;
  left: 0;
  padding: 0.5vw 0;

  z-index: 1;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vjaartje:hover .hoeveel {
  visibility: visible;
}

.vjaarnieuw {
  position: relative;
  bottom: 0px;
  width: 3vw;
  background: var(--kleur1);
  text-align: center;
}

.vjaarnieuw .hoeveel {
  display: block;
  visibility: hidden;
  width: 3vw;
  height: 3vw;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.6vw;
  line-height: 1.55vw;
  display: inline;
  background: var(--kleur1);
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  /* Position the tooltip */
  position: absolute;
  left: 0;
  padding: 0.5vw 0;
  bottom: 1px;
  z-index: 1;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vjaarnieuw:hover .hoeveel {
  visibility: visible;
}

.vjaargetal {
  width: 3vw;
  height: 13px;
  padding: 2px 0;
  font-family: "Titillium Web", sans-serif;
  color: var(--kleur3);
  font-size: 0.8vw;
  text-align: center;
}

.pie {
  position: relative;

  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  margin: 30px auto;
  text-align: center;
}

.pie p {
  padding-top: 4vw;
  font-family: var(--font1);
  font-size: 3vw;
  color: var(--kleur9);
}

/* Bot */

.bot {
  width: 60%;
  margin: 10% 20% 0 20%;
}

.bot > label {
  font-family: var(--font1);
  font-size: 1.2vw;
  line-height: 1.4vw;
  text-transform: uppercase;
  color: var(--kleur7);
}

.bot > input[type="text"] {
  width: 80%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 1.2vw;
  font-weight: bolder;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 0.1vw solid var(--kleur7);
  border-radius: 0.5vw;
  cursor: text;
  z-index: 99;
}

.botknop {
  height: 2vw;
  width: 2vw;
  margin: 0 0.5vw 0 0;
  padding: 0 0.3vw;
  font-family: var(--font2);
  font-size: 1.8vw;
  line-height: 1.4vw;
  text-transform: uppercase;
  background-color: var(--kleur9);
  color: var(--kleur7);
  text-align: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  rotate: 10deg;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}

.botknop:hover {
  rotate: -10deg;
  box-shadow: none;
}

.botvraag {
  width: 60%;
  margin: 5% 20% 2% 20%;
  font-family: var(--font1);
  font-weight: lighter;
  color: var(--kleur3);
  font-size: 1vw;
  line-height: 1.4vw;
  text-transform: uppercase;
  text-align: left;
}

.botant {
  width: 60%;
  margin: 5% 20% 0% 20%;
  font-family: var(--font1);
  font-weight: lighter;
  color: var(--kleur10);
  font-size: 1vw;
  line-height: 1.4vw;
  text-transform: uppercase;
  text-align: left;
}

.cursor {
  display: inline-block;
  width: 1ch;
  animation: blink 1s steps(1) infinite;
  vertical-align: bottom;
}
@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

/* Dagelijkse taken */

.dagbalk {
  position: relative;
  width: 100%;
  height: 200px;
}

.dagstuk {
  position: absolute;
  height: 200px;
  transition-duration: 0.15s;
  overflow: hidden;
  border-radius: 0.1vw;
  cursor: pointer;
}

.dagstuk h1 {
  position: absolute;
  height: 200px;
  writing-mode: sideways-lr;
  white-space: nowrap;
  overflow: hidden;
  font-family: var(--font1);
  font-size: 0.7vw;
  line-height: 0.7vw;
  padding: 0.1vw;
}

.dagstuk:hover {
  position: absolute;
  margin: auto;
  width: 200px !important;
  rotate: 90deg;
  scale: 1.5;
  z-index: +1;
  transition-delay: 0.4s;
  box-shadow: 0 0.5vw 0.5vw 0 rgba(0, 0, 0, 0.1);
}

.dagstuk p {
  position: absolute;
  top: 1vw;
  left: 1vw;
  bottom: 1vw;
  right: 1vw;
  text-align: left;
  font-family: var(--font1);
  font-size: 0.5vw;
  display: none;
  rotate: -90deg;
  color: #ffffff;
  border: 1px solid red;
}

.dagstuk ul {
  position: absolute;
  top: 1vw;
  left: 1vw;
  bottom: 1vw;
  right: 1vw;
  text-align: left;
  padding-inline-start: 1vw;
  font-family: var(--font1);
  font-size: 0.5vw;
  opacity: 0;
  color: #ffffff;
  rotate: -90deg;
}

.dagstuk:hover ul {
  opacity: 1;
  transition-delay: 0.4s;
}

.daglijn {
  position: absolute;
  height: 210px;
  border-left: 1px solid var(--kleur2);
}

.daglijn p {
  position: absolute;
  bottom: -1vw;
  font-size: 0.8vw;
  margin-left: -0.4vw;
}

.dagon {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 20px;
}

.daguur {
  height: 20px;
  width: 12.5%;
}

.daguur p {
  font-size: 0.8vw;
  margin-left: -1vw;
}

.daguur:first-of-type p {
  display: none;
}

.dagonder {
  position: absolute;

  display: flex;
  flex-wrap: nowrap;
  bottom: 0;
  right: 0;
  padding: 0;
  height: 100%;
  width: 0.8vw;
  writing-mode: sideways-lr;
  opacity: 0;
  z-index: +2;

  font-family: var(--font1);
  font-size: 0.6vw;
  line-height: 0.7vw;
  color: #ffffff;
}

.dagstuk:hover .dagonder {
  opacity: 1;
  transition-delay: 0.4s;
}

.dagvak {
  position: relative;
  width: 96%;
  margin: 0 2%;
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: var(--kleur2);
}

.dagvak th {
  width: 20%;
  text-align: left;
}

.dagvak td {
  width: 80%;
  cursor: pointer;
}

/* Caroussel */

.vv {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: 20px 0;
  min-height: 10vw;
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;

  border: 1px solid var(--kleur1);
  border-radius: 0.5vw;
  min-height: 10vw;
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: var(--kleur1);
}

.vv::before {
  content: "Belangrijk voor mij";
  position: absolute;
  top: -1.2vw;
  left: 0;
  width: 100%;
}

.car {
  position: relative;
  margin: 1vw 0 0 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.tedoen {
  margin: 0;
  width: 50%;

  padding: 0 0.5vw 0 0;
}

.tedoen h5 {
  display: inline-block;
}

.mySlides {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0.5vw 0.5vw 0.5vw 0.5vw;
  display: none;
  width: 100%;
  height: 400px;
  border-radius: 1vw;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  filter: grayscale(100%);
}

/* Tekst */

h1 {
  width: 80%;
  font-family: var(--font2);
  color: var(--kleur10);
  font-size: 1.6vw;
  line-height: 1.6vw;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  opacity: 0.9;
}

.h1k {
  font-size: 0.7vw !important;
}

h2 {
  width: 80%;
  font-family: var(--font1);
  color: var(--kleur1);
  font-size: 1.5vw;
  line-height: 1.5vw;
  margin: 0 0 1vw 0;
  text-align: left;
  opacity: 0.9;
}

h3 {
  font-family: var(--font2);
  color: var(--kleur2);
  font-size: 1.2vw;
  line-height: 1.2vw;
  text-align: left;
  text-transform: uppercase;
  margin: 1vw 0 0 0;
}

h4 {
  font-family: var(--font1);
  color: var(--kleur1);
  font-size: 1vw;
  line-height: 1vw;
  margin: 0 0 1vw 0;
  text-transform: uppercase;
  text-align: left;
  opacity: 0.9;
}

h5 {
  font-family: var(--font1);
  color: var(--kleur2);
  font-size: 0.9vw;
  line-height: 0.9vw;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}

hr {
  display: block;
  width: 80%;
  margin: 1vw 10%;
  border: none; /* Verwijder standaard border */
  border-top: 0.05vw solid var(--kleur3);
}

p {
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: var(--kleur2);
  margin: 0;
}

/* Bezetting */

.bezetting {
  width: 100%;

  background-color: var(--kleur5);
  text-align: left;
  margin: 0 0 1vw 0;
  border: 0.05vw solid var(--kleur3);
  border-collapse: collapse;
}

.bezetting th {
  position: relative;
  width: 33%;
  height: 2vw;
  padding: 0.2vw 0.5vw;
  font-family: var(--font2);
  font-size: 0.9vw;
  color: var(--kleur9);
  background-color: var(--kleur1);
}

.bezetting td {
  font-family: var(--font1);
  font-size: 0.8vw;
  line-height: 0.8vw;
  width: 33%;
  height: 2vw;
  padding: 0.2vw 0.5vw;
}

.bt {
  float: right;
  margin-right: 1vw;
  color: var(--kleur2);
}

/* Kalender */

.kalmid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.kalbak {
  width: 100%;
}

.legenda {
  position: relative;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 1%;
  background: transparent;
}

.legtab {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.legtab tr {
  margin: 5px 0;
}

.legtab th {
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 0.7vw;
  font-weight: bold;
  text-align: left;
  width: auto;
  height: 15px;
  padding: 0 5px 0 20px;
  margin-top: 10px;
}

.legtab th:first-child {
  padding: 0 10px 0 5px;
}

.legtab td {
  width: 1vw;
  min-width: 1vw;
  height: 1vw;
  box-shadow:
    0 2px 4px 0 rgba(0, 0, 0, 0.2),
    0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.dag {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 20px 0;
  padding: 1% 2%;
  background: transparent;
  text-align: center;
  border-radius: 15px;
}

.heled {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  width: 100%;
  height: 650px;
  border-radius: 10px;
  margin: 60px 0;
}

.dagdeel {
  position: relative;
  width: 100%;
  height: 38px;
  margin: 0;
  border-bottom: 0.05vw solid var(--kleur4);
  border-left: 0.05vw solid var(--kleur4);
  border-right: 0.05vw solid var(--kleur4);
  z-index: +1;
}

.dagdeel:after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  background: transparent;
  content: "";
  width: 100%;
  display: block;
}

.dagdeel:nth-child(1) {
  border: 0.05vw solid var(--kleur4);
  border-top-left-radius: 0.5vw;
  border-top-right-radius: 0.5vw;
}

.dagdeel:nth-child(16) {
  border: 0.05vw solid var(--kleur4);
  border-top: none;
  border-bottom-left-radius: 0.5vw;
  border-bottom-right-radius: 0.5vw;
}

.uur {
  position: absolute;
  left: 10px;
  width: 3vw;
  z-index: 10;
  background: none;
}

.uur > p {
  background: none;
  color: var(--kleur3);
  padding: 0.12vw;
  line-height: 12px;
}

.lemmasdag {
  position: absolute;
  top: 0;
  left: 5vw;
  right: 0;

  z-index: 999;
}

.lemmadag {
  position: absolute;

  font-family: var(--font1);
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;

  padding: 0 0.2vw;

  opacity: 1;
  text-transform: uppercase;
  text-align: left;
}

.lemmadag a {
  font-family: var(--font2);
  font-size: 0.8vw;
  line-height: 0.7vw;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.dag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.dag ul li {
  position: relative;
  float: left;
  font-weight: 900;
  color: #4d5257;
  font-size: 30px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
}

.dag .prev {
  position: absolute;
  top: 0;
  left: 0;
}

.dag .next {
  position: absolute;
  top: 0;
  right: 0;
}

.klikdag {
  background: transparent;
  color: transparent;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  text-decoration: none;
  cursor: pointer;
  z-index: 900;
}

/* Bovendeel */

.maand {
  position: relative;
  width: 100%;

  margin: 3px 0;
  padding: 0;
  background: transparent;
  text-align: center;
  border-radius: 15px;
}

.maand ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.maand ul li {
  font-size: 1vw;
  font-weight: 900;
  color: var(--kleur2);

  line-height: 1vw;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}

.maand .prev {
  position: absolute;
  top: 0;
  left: 0;
}

.maand .next {
  position: absolute;
  top: 0;
  right: 0;
}

.selkal {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 0 auto;
}

.selkal select {
  font-family: var(--font1);
  font-size: 1vw;
  text-decoration: none;
  text-transform: uppercase;

  width: 100%;
  margin: 0;
  line-height: 1vw;
  color: var(--kleur2);
  text-align: center;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
}

.selkal:nth-child(1) select {
  text-align: right;
}

.selkal:nth-child(2) select {
  text-align: left;
}

.selkal select:focus {
  outline: none;
}

.selkald {
  position: relative;
  width: auto;
  margin: 0;
  display: inline-block;
}

.selkald select {
  font-family: var(--font1);
  font-size: 23px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  line-height: 20px;
  color: #02386e;
  text-align: center;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
}

.selkald select:focus {
  outline: none;
}

.op {
  border: 0;
  margin-top: 10px;
  background: transparent;
  font-family: var(--font1);
  color: #0b57a3;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("/css/i/nr.png");
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  opacity: 0.6;
}

.af {
  border: 0;
  margin-top: 10px;
  background: transparent;
  font-family: var(--font1);
  color: #0b57a3;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("/css/i/nr.png");
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  opacity: 0.6;
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.weekdagen {
  font-family: var(--font1);

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 2% 1%;

  background-color: transparent;
}

.weekdagen li {
  position: relative;
  display: inline-block;
  width: 14%;
  color: var(--kleur3);
  font-size: 0.8vw;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}

/* Dagendeel */

.dagen {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 0px 12px;
  background: transparent;
  margin: 0;
}

.dagen::after {
  content: "";
  flex: auto;
}

.dagen li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  width: 14.25%;
  height: 180px;
  padding-top: 14.25%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  border: 3px solid var(--kleur9);
  border-radius: 0.2vw;
}

.dagen li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0.2vw;
  border: 0.5px solid var(--kleur3);

  z-index: 10;
}

.bezet li {
  height: 276px;
}

.vrij {
  width: 100%;
  font-family: var(--font1);
  font-size: 0.8vw;
  color: var(--kleur10);
  text-align: left;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
}

.vrij th {
  position: relative;
  list-style-type: none;
  margin: 0;
  width: 25%;
  font-family: var(--font1);
  text-align: left;

  font-weight: bold;
  color: var(--kleur10);
}

.vrij td {
  position: relative;
  list-style-type: none;
  margin: 0;

  font-family: var(--font1);
  text-align: left;

  color: var(--kleur2);
}

#overlayvraag {
  display: none; /* Belangrijk! */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

#overlayvraag .modal-inner {
  background: #fff;

  max-width: 50vw;
  margin: 10% auto;
  padding: 3vw;
  border-radius: 0.5vw;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  animation: popIn 0.3s ease-out;
}

.modal-inner {
  background: white;

  width: 50vw;
  text-align: center;
}

.modal-inner h3 {
  text-align: center;
}

.knopver {
  border: none;
  width: 100%;
  height: 13px;
  margin-right: 6px;
  margin-top: 2vw;
  padding: 0 0 0 0;
  display: block;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  font-family: Arial;
  font-size: 1.3vw;
  line-height: 1.3vw;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  opacity: 0.5;
  pointer-events: all;
}

@keyframes popIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.inhoud {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: var(--font1);
}

.inhoud::-webkit-scrollbar {
  display: none;
}

.dagen > .legedag {
  list-style-type: none;
  display: inline-block;

  color: #777;
  background: transparent;

  height: 2px;
}

.dagen > .legedag:before {
  visibility: hidden;
}

.nlemma1 {
  position: relative;
  width: 100%;
  height: 110px;
  font-size: 0.6vw;
  line-height: 0.6vw;
  text-align: left;
  text-transform: uppercase;
  padding: 2px 0.3vw 2px 0.3vw;
  margin-bottom: 2px;
  background-color: var(--kleur9);
  border-radius: 0.2vw;
}

.nlemma1 p {
  font-size: 0.6vw;
  line-height: 0.4vw;
  text-transform: none;
  margin-bottom: 0.5vw;
}

.nlemma2 {
  position: relative;
  width: 100%;
  height: 25px;
  font-size: 0.6vw;
  line-height: 0.6vw;
  text-align: left;
  text-transform: uppercase;
  padding: 2px 0.3vw 2px 0.3vw;
  margin-bottom: 2px;
  background-color: var(--kleur4);
  border-radius: 0.2vw;
}

.nlemma2 p {
  color: var(--kleur9);
  font-size: 0.6vw;
  line-height: 0.6vw;
  text-transform: none;
  margin-bottom: 0.5vw;
}

.nlemma3 {
  position: relative;
  width: 100%;
  height: 110px;
  font-size: 0.6vw;
  line-height: 0.6vw;
  text-align: left;
  text-transform: uppercase;
  padding: 2px 0.3vw 2px 0.3vw;
  background-color: var(--kleur9);
  border-radius: 0.2vw;
}

.nlemma3 p {
  font-size: 0.6vw;
  line-height: 0.6vw;
  text-transform: none;
  margin-bottom: 0.5vw;
}

.nr {
  font-size: 0.5vw;
  line-height: 0.5vw;
  float: right;
  overflow: hidden;
}

.nl {
  font-size: 0.7vw;
  line-height: 0.5vw;
  text-align: left;
  overflow: hidden;
}

.klemmas {
  display: block;
  position: static;
  padding-top: 0.4vw;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.klemma {
  display: block;
  position: relative;
  font-family: var(--font1);
  margin: 0.15vw 0.2vw;
  color: #ffffff;
  padding: 0.12vw 0.4vw;
  font-size: 0.58vw;
  line-height: 1.4;
  border-radius: 2vw;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kmeer {
  display: inline-block;
  position: relative;
  font-family: var(--font1);
  width: 100%;
  margin: 0;
  padding: 0;

  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 900;
}

.kmeer p {
  margin: 0;
  padding: 0;
  font-size: 0.6vw;
  line-height: 0.6vw;
  text-align: center;
}

.inlemma {
  color: var(--kleur9);
  font-size: 0.6vw;
  line-height: 0.6vw;
}

.wisagd {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 12px;
  margin: 0 2px;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  z-index: +999;
}

/* Plannen */

.plannen {
  position: relative;
  width: 100%;
  margin: 10px 0 3vw 0;
  padding: 20px 2vw 20px 2vw;
  border-radius: 0.2vw;
  background-color: #ffffff;
  box-shadow:
    0 2px 4px 0 rgba(0, 0, 0, 0.2),
    0 3px 10px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
}

.plantabel {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.rij {
  width: 100%;
  height: 31px;
  display: flex;
  flex-wrap: nowrap;
  justify-items: flex-start;
}

.blokgroot {
  width: 80%;
  height: 31px;
}

.blokgroot > input[type="text"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  font-weight: bolder;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.blokgroot select {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  font-weight: bolder;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.blokklein {
  width: 20%;
  height: 31px;

  font-family: var(--font1);
  color: var(--kleur1);
  font-size: 10px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
  opacity: 0.9;
}

.blokklein > input[type="datetime-local"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  font-weight: bolder;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.blokklein > select {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  font-weight: bolder;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.planin {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  font-weight: bolder;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.pagina {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100vw;
  max-width: 100vw;

  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  display: none; /* blijft zo tot JS 'm toont */
}

.lockup {
  position: absolute;
  top: 4px;
  left: 20px;
  height: 42px;
  width: auto;
}

.logok {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 35px;
  height: 30px;
  padding: 2px;
  background-image: url("/plaatjes/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-color: var(--kleur4);
  border-radius: 0.2vw;
}

.titel {
  position: absolute;
  top: 10px;
  left: 75px;
  height: 30px;
  padding: 0;
}

.titel h2 {
  color: var(--kleur5);
  margin: 0;
}

.loguit {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 30px;
  padding: 2px;
  background-image: url("i/loguit.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  border-radius: 0.2vw;
  filter: invert();
}

.geg {
  position: absolute;
  top: 10px;
  right: 45px;
  height: 30px;
}

.geg p {
  margin: 0 20px;
  font-family: var(--font1);
  color: var(--kleur9);
  font-size: 14px;
  font-weight: lighter;
  line-height: 28px;
  text-align: right;
  opacity: 0.7;
}

.drop {
  position: absolute;
  top: 10px;
  left: 280px;
  width: 40%;
  height: 60px;
  padding: 0;
  z-index: +2;
}

.drop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drop li {
  position: relative;
  display: inline;

  padding: 12px 2vw;
  font-family: var(--font1);
  color: var(--kleur9);
  font-size: 14px;
  font-weight: lighter;
  line-height: 28px;
  text-align: left;
  border: none;

  cursor: pointer;
}

.drop li p {
  display: inline;
  font-family: var(--font1);
  color: var(--kleur9);
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  width: 100%;
  opacity: 0.7;
}

.drop li::after {
  content: "";
  position: absolute;
  top: 16px;
  background-image: url("k/omlaag.png");
  background-size: 12px 12px;
  display: inline-block;
  height: 12px;
  width: 12px;
  object-fit: cover;
  filter: invert();
}

.drop ul > .hide-pseudo::after {
  display: none;
}

.drop li:hover .drop-lemmas {
  display: block;
}

.drop-lemmas {
  display: none;
  position: absolute;
  color: var(--kleur1);
  left: 0;
  min-width: 10vw;
  margin: 0 0 0 1vw;
  padding: 0.5vw 0 0 0;
  opacity: 1 !important;
  z-index: +2;
}

.drop-lemmas a {
  color: var(--kleur1);
  background-color: var(--kleur9);
  padding: 2px 0.5vw;
  text-decoration: none;
  display: block;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.aanhef {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: transparent;
  margin: 0;
  padding: 1vw 2vw;
  z-index: -1;
}

.sesbericht {
  position: absolute;
  top: 58px;
  right: 2vw;

  height: 1.5vw;
  margin: 0;
  padding: 0 0.3vw;
  font-family: var(--font2);
  font-size: 0.8vw;
  line-height: 1.4vw;
  text-transform: uppercase;
  background-color: var(--kleur9);
  color: var(--kleur8);
  text-align: right;
  border: 0.1px solid var(--kleur2);
  border-radius: 0.2vw;

  animation-name: heartFadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 3;
  animation-duration: 1s;
  animation-direction: alternate;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@keyframes heartFadeInOut {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.9;
  }

  25% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
  font-family: var(--font1);
}

body {
  width: 100%;
  margin: auto;
  background-color: var(--kleur4);
}

/* Vlakken */

.lichaam {
  position: absolute;
  top: 150px;
  left: 26vw;
  right: 0;
  margin: 0;
  width: 73vw;
  padding: 0;
  background-color: var(--kleur4);
}

.vlakboven {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: var(--kleur1);
  margin: 0;
  padding: 10px 1vw;
  box-shadow: 0 0.05vw 0.05vw 0 rgba(0, 0, 0, 0.1);
  visibility: visible;
}

.vv {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: 20px 0;
  min-height: 10vw;
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;
  padding: 1vw;
  border: 1px solid var(--kleur1);
  border-radius: 0.5vw;
  min-height: 10vw;
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: var(--kleur1);
}

.vv::before {
  content: "Belangrijk voor mij";
  position: absolute;
  top: -1.2vw;
  left: 0;
  width: 100%;
}

/* Praktijknieuws */

.pn {
  position: relative;
  margin: 0;
  padding: 1vw;
  width: 100%;
  border: 1px solid var(--kleur1);
  border-radius: 0.5vw;
  min-height: 10vw;
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: var(--kleur1);
}

.pn::before {
  content: "Praktijkbericht";
  position: absolute;
  top: -1.2vw;
  left: 0;
  width: 100%;
}

.pno {
  position: absolute;
  top: 0;
  right: 0.4vw;
  font-size: 0.6vw;
}

/* Schijnwerpers */

.sn {
  position: relative;
  margin: 2vw 0;
  padding: 1vw;
  width: 100%;

  border: 1px solid var(--kleur1);
  border-radius: 0.5vw;
  min-height: 10vw;
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: var(--kleur1);
}

.sn::before {
  content: "Actieve schijnwerpers";
  position: absolute;
  top: -1.2vw;
  left: 0;
  width: 100%;
}

.sns {
  position: relative;
  font-family: var(--font2);
  font-size: 2vw;
  color: var(--kleur2);
  width: 6vw;
  padding-left: auto;
  text-align: right;
  float: right;
}

.sns::after {
  content: "maal geturfd";
  position: absolute;
  top: 1.6vw;
  right: 0;
  width: 100%;
  font-size: 0.6vw;
  color: var(--kleur1);
}

.schijns {
  display: grid;
  display: grid;
  grid-template-columns: 90% 10%;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
  margin-bottom: 0.5vw;
}

.schijn:nth-child(2) {
  grid-column: 2;
  grid-row: 1/4;
}

.schijn:nth-child(3) {
  padding: 0.5vw 0;
  grid-column: 1;
}

.schijn:nth-child(4) {
  grid-column: 1;
}

.lm {
  position: absolute;
  top: 0;
  left: 0;
  width: 53vw;
  background-color: var(--kleur9);
  margin: 0;
  padding: 10px 1vw 2vw 1vw;
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  box-shadow: 0 0.05vw 0.05vw 0 rgba(0, 0, 0, 0.1);
}

.lm12 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.lm1 {
  width: 49%;
}

.lm2 {
  width: 49%;
}

.rm {
  position: absolute;
  top: 0;
  right: 1vw;
  width: 18vw;
  background-color: var(--kleur9);
  margin: 0 0 2vw 0;
  padding: 0;
  border-radius: 0.2vw;
  box-shadow: 0 0.05vw 0.05vw 0 rgba(0, 0, 0, 0.1);
}

.hulb {
  position: relative;
  width: 100%;
  padding: 0.5vw;
  background-color: var(--kleur1);
  font-family: var(--font2);
  font-size: 1vw;
  color: var(--kleur5);
  text-transform: uppercase;
  text-align: center;
}

.hulc {
  position: relative;
  width: 100%;

  padding: 1vw 1vw 2vw 1vw;
  color: var(--kleur5);
  background-color: transparent;
}

.hulc ul {
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: var(--kleur2);
  margin: 0;
  padding-left: 1vw;
}

.org {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3vw 0;
}

.aspect {
  position: relative;
  width: 32%;
  padding: 1vw;
  margin-bottom: 1.2vw;
  border: 0.1vw solid var(--kleur1);
  border-radius: 0.5vw;
  background-color: var(--kleur5);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.aspecth {
  position: relative;
  width: 32%;
  height: 0;
  padding: 1vw;
  margin-bottom: 1.2vw;
}

.aspect:hover {
  background-color: var(--kleur4);
  box-shadow: none;
}

.aspect h1 {
  width: 100%;
  font-size: 1vw;
  text-align: center;
  text-wrap: nowrap;
}

/* Knoppen */

.bestelknoppen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  gap: 1vw 1vw;
  margin: 5px 0 1vw 0;
}

.bestelknop {
  position: relative;
  width: 30%;
  height: 4vw;
  border: 0.05vw solid var(--kleur3);
  border-radius: 0.5vw;
  background-color: var(--kleur4);
  margin: 0 0 0 0;
  padding: 0.5vw;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

.bestelknop:hover {
  background-color: var(--kleur3);
  box-shadow: none;
}

.bestelknop h1 {
  width: 100%;
  text-align: center;
  color: var(--kleur1);
  font-size: 1vw;
  line-height: 1vw;
}

.bestelknop:hover h1 {
  color: var(--kleur9);
}

.bestelknop > p {
  position: absolute;
  bottom: 0.2vw;
  right: 0.5vw;
  text-align: right;
  color: var(--kleur2);
  font-size: 0.7vw;
  line-height: 0.7vw;
}

.bestelknop:hover p {
  color: var(--kleur9);
}

.butknoppen {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  gap: 1vw 1vw;
  margin: 5px 0 1vw 0;
}

.butknop {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 32%;
  height: 7vw;
  border: 1px solid var(--kleur4);
  border-radius: 0.5vw;
  background-color: var(--kleur9);
  margin: 0 0 0 0;
  padding: 1vw;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.butknop:hover {
  background-color: var(--kleur4);
  box-shadow: none;
}

.butknop h1 {
  width: 100%;
  text-align: center;
  color: var(--kleur2);
  font-size: 1.4vw;
}

.butknop p {
  width: 100%;
  text-align: center;
  color: var(--kleur2);
}

.lijstknop {
  font-family: var(--font1);
  font-size: 0.8vw;
  color: var(--kleur2);
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
}

.lijstknopg {
  font-family: var(--font1);
  font-size: 1vw;
  color: var(--kleur1);
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
}

.lijstknopdots {
  position: relative;
  display: inline-block;

  font-family: var(--font1);
  font-size: 0.8vw;
  color: var(--kleur2);
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
}

.lijstknopdots::after {
  content: "................................................................................................................................................................................................................................................................................................"; /* Voeg voldoende puntjes toe */
  display: inline-block;
  white-space: nowrap;

  position: absolute;
  margin-left: 0.5vw;
  left: 100%;
  top: 0;
  color: #000;
}

.persknoppen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  gap: 1vw 1vw;
  margin: 25px 0 1vw 0;
}

.persknop {
  position: relative;
  width: 49%;
  height: 11vw;
  border: 0.05vw solid var(--kleur3);
  border-radius: 0.5vw;
  background-color: var(--kleur4);
  margin: 0 0 0 0;
  padding: 0.5vw;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}

.persknop:hover {
  background-color: var(--kleur3);
  box-shadow: none;
}

.persknop h1 {
  width: 100%;
  text-align: center;
  color: var(--kleur1);
  font-size: 1vw;
  line-height: 1.5vw;
}

.persknop h2 {
  width: 100%;
  text-align: center;
  color: var(--kleur2);
  font-size: 1.2vw;
  line-height: 1.5vw;
  margin: 2vw 0;
}

.persknop:hover h1 {
  color: var(--kleur9);
}

.persknop > p {
  position: absolute;
  bottom: 0.2vw;
  right: 0.5vw;
  text-align: right;
  color: var(--kleur2);
  font-size: 0.7vw;
  line-height: 0.7vw;
}

.persknop:hover p {
  color: var(--kleur9);
}

.klikvlak {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  cursor: pointer;
  z-index: +1;
}

.hoofden {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: auto;
  gap: 1vw 1vw;
  margin: 5px 0 1vw 0;
}

.hoofd {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 33%;
  border: 1px solid var(--kleur1);
  border-radius: 0.5vw;

  background-color: var(--kleur1);
  margin: 0 0 0 0;
  padding: 0.2vw 1vw;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.hoofdn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 33%;
  border: 1px solid var(--kleur3);
  border-radius: 0.5vw;
  background-color: var(--kleur3);
  margin: 0 0 0 0;
  padding: 0.2vw 1vw;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
}

.hoofd:hover {
  background-color: var(--kleur4);
  box-shadow: none;
}

.hoofd h1,
.hoofdn h1 {
  width: 100%;
  text-align: center;
  color: var(--kleur9);
  font-size: 1vw;
  text-wrap: nowrap;
}

.hoofd h1.hk {
  font-size: 0.7vw;
}

.kiesjaar {
  position: absolute;
  top: 4vw;
  right: 1vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 20%;
  min-width: 20%;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.kiesjaar * {
  pointer-events: auto;
}

.kiesjaar > label {
  width: 100%;
  font-family: var(--font1);
  font-size: 0.9vw;
  text-transform: none;
  line-height: 0.9vw;
  color: var(--kleur10);
  text-align: right;
  margin: 0;
  padding: 0;
}

.kiesjaar > form {
  width: 100%;
}

.kj {
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 20%;
  min-width: 20%;
  margin: 0;
  padding: 0;
}

.kj > label {
  width: 100%;
  font-family: var(--font1);
  font-size: 0.9vw;
  text-transform: none;
  line-height: 0.9vw;
  color: var(--kleur10);
  text-align: right;
  margin: 0;
  padding: 0;
}

.kj > form {
  width: 100%;
}

.kjsel {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.k {
  position: relative;

  float: right;
  height: 1.5vw;
  width: 4vw;
  margin: 0 0.5vw 0 0.5vw;
}

.kn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1.5vw;
  width: 4vw;
  background-color: var(--kleur1);
  -moz-border-radius: 0.2vw;
  -webkit-border-radius: 0.2vw;
  border-radius: 0.2vw;
  border: 1px solid red;
  border: none;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 1vw;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.kn:hover {
  background-color: var(--kleur4);
  color: var(--kleur2);
}
.kn:active {
  background-color: var(--kleur3);
}

/* Lijsten */

input:focus {
  outline: 0.05vw solid var(--kleur2); /* Verwijder de outline */
  box-shadow: none; /* Verwijder eventuele schaduwen */
}

.scheid {
  margin-top: 20px;

  border: 1px solid transparent;
}

.lijst {
  width: 100%;
  font-family: var(--font1);
  font-size: 0.9vw;
  color: var(--kleur10);
  text-align: left;
  margin: 0;
}

.f {
  table-layout: fixed;
}

.lijst th {
  position: relative;
  width: 30%;
  height: auto;
  padding: 0;
  font-size: 0.9vw;
}

.lijst td {
  width: 70%;
  height: auto;
  padding: 0;
}

.lijst th > input[type="text"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 1vw;
  font-weight: bolder;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.ik {
  font-weight: lighter !important;
  padding: 0 0.2vw !important;
  font-size: 0.8vw !important;
  background-color: var(--kleur9) !important;
}

.ig {
  font-weight: lighter !important;
  padding: 0 0.2vw !important;
  font-size: 1.2vw !important;
  font-weight: bold;
  background-color: var(--kleur9) !important;
  border: none !important;
}

.lijst td > input[type="text"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 1vw;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
  overflow: scroll;
}

.nietvol {
  width: auto;
}

.lijst td > input[type="date"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.lijst td > input[type="time"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.lijst td > input[type="datetime-local"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  font-weight: bolder;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.lijst td > input[type="password"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;

  font-family: var(--font1);
  font-size: 0.8vw;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.lijst td > input[type="number"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
  overflow: scroll;
}

.lijst th > textarea {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;

  font-family: var(--font2);
  font-size: clamp(12px, 0.8vw, 16px);

  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;

  resize: none; /* ð */
  overflow: hidden;
  box-sizing: content-box; /* ð */
  align-self: flex-start; /* belangrijk */
}

.lijst td > textarea {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;

  font-family: var(--font2);
  font-size: clamp(12px, 0.8vw, 16px);

  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;

  resize: none; /* ð */
  overflow: hidden;
  box-sizing: content-box; /* ð */
  align-self: flex-start; /* belangrijk */
}

.lijst td > textarea.rand {
  background-color: var(--kleur6);
  border: none;
  resize: none;
}

.lijst th > select {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.5vw 0.2vw;

  font-family: var(--font1);
  font-size: 0.8vw;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.lijst td > select {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 0.8vw;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.lijst th > input[type="checkbox"] {
  width: 1vw;
  height: 1vw;
  padding: 0.5vw 0.2vw;
  background: lightgray;
}

.lijst th > input[type="number"] {
  width: 100%;
  margin: 0.02vw 0;
  padding: 0.2vw;
  font-family: var(--font1);
  font-size: 1vw;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
  overflow: scroll;
}

.lijst td > input[type="checkbox"] {
  float: right;
  width: 1vw;
  height: 1vw;
  margin: 0.5vw 3vw 0 0;
  padding: 0.5vw 0.2vw;
  background: lightgray;
}

.lijst td > input[type="radio"] {
  width: 1vw;
  height: 1vw;
  margin: 0 0.5vw;

  background: lightgray;
}

.lijst td > label {
  font-family: var(--font1);
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: var(--kleur2);

  margin: 0;
}

.lijst th > img {
  width: 50%;
  margin: 0 25%;
  padding: 0.2vw 0.5vw;
}

.lev {
  table-layout: fixed;
}

.lev tr td {
  width: 10%;
}

.lev tr td:nth-child(1) {
  width: 30%;
}

.lev tr:nth-child(1) td > p {
  writing-mode: vertical-lr;
  margin: 0 40%;
}

.gp {
  width: 100%;
  object-fit: cover;
  padding: 1vw;
  border: 0.05vw solid var(--kleur3);
  border-radius: 0.2vw;
}
.kp {
  width: 30%;
  object-fit: cover;
  padding: 1vw;
  border: 0.05vw solid var(--kleur3);
  border-radius: 0.2vw;
}

.balk {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.3vw;
  background-color: var(--kleur8);
}

.drop-container {
  position: relative;
  width: 100%;
  line-height: 0.5vw;
  display: flex;
  gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6vw;
  padding: 2%;
  border-radius: 0.5vw;
  border: 1px dashed var(--kleur2);
  color: var(--kleur2);
  cursor: pointer;
  transition:
    background 0.2s ease-in-out,
    border 0.2s ease-in-out;
}

.drop-container > label {
  font-family: var(--font1);
  font-size: 0.8vw;
  color: var(--kleur3);
}

.drop-container > input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

.drop-container > input[type="file"]::before {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font1);
  font-size: 1vw;
  color: var(--kleur5);
  border: 1px solid var(--kleur2);
  border-radius: 0.5vw;
}

.drop-container > input[type="file"]::file-selector-button {
  border: none;
  background: var(--kleur1);
  padding: 0.3vw;

  color: var(--kleur9);
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.drop-container:hover {
  background: var(--kleur4);
  border-color: var(--kleur1);
}

.drop-container:hover .drop-title {
  color: var(--kleur1);
}

.drop-title {
  color: var(--kleur1);
  font-size: 1vw;

  text-align: center;
  transition: color 0.2s ease-in-out;
}

.terug {
  float: right;
  border: none;
  width: auto;
  padding: 0 0 0 0;
  cursor: pointer;
  color: var(--kleur3);
  background-color: transparent;
  font-family: var(--font1);
  font-size: 1.2vw;
  line-height: 1.2vw;
  text-transform: uppercase;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  opacity: 0.7;
  z-index: +10;
}

.zak {
  animation-name: zak;
  -webkit-animation-name: zak;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes zak {
  0% {
    transform: translateY(-10vw);
  }

  50% {
    transform: translateY(1vw);
  }

  65% {
    transform: translateY(-0.2vw);
  }

  80% {
    transform: translateY(0.2vw);
  }

  95% {
    transform: translateY(-0.1vw);
  }

  100% {
    transform: translateY(0vw);
  }
}

/* Navigatie */

.icoonoud {
  position: absolute;
  display: table-cell;
  width: 32px;
  height: 32px;
  top: 25px;
  left: 25px;
  text-align: center;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(84%) sepia(17%) saturate(6392%)
    hue-rotate(195deg) brightness(80%) contrast(87%);
}

.icoon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 25px;
  left: 25px;
  background-color: var(--kleur1);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icoon-werkprocessen {
  -webkit-mask-image: url("/css/i/werkprocessen.svg");
  mask-image: url("/css/i/werkprocessen.svg");
}
.icoon-afwijkingen {
  -webkit-mask-image: url("/css/i/afwijkingen.svg");
  mask-image: url("/css/i/afwijkingen.svg");
}
.icoon-takenenhandelingen {
  -webkit-mask-image: url("/css/i/takenenhandelingen.svg");
  mask-image: url("/css/i/takenenhandelingen.svg");
}
.icoon-middelen {
  -webkit-mask-image: url("/css/i/middelen.svg");
  mask-image: url("/css/i/middelen.svg");
}
.icoon-overleg {
  -webkit-mask-image: url("/css/i/overleg.svg");
  mask-image: url("/css/i/overleg.svg");
}
.icoon-kwaliteitenveiligheid {
  -webkit-mask-image: url("/css/i/kwaliteitenveiligheid.svg");
  mask-image: url("/css/i/kwaliteitenveiligheid.svg");
}
.icoon-afwezigheid {
  -webkit-mask-image: url("/css/i/afwezigheid.svg");
  mask-image: url("/css/i/afwezigheid.svg");
}
.icoon-thuiszorgenmdo {
  -webkit-mask-image: url("/css/i/thuiszorgenmdo.svg");
  mask-image: url("/css/i/thuiszorgenmdo.svg");
}
.icoon-organisatie {
  -webkit-mask-image: url("/css/i/organisatie.svg");
  mask-image: url("/css/i/organisatie.svg");
}
.icoon-overpraktijkzeker {
  -webkit-mask-image: url("/css/i/overpraktijkzeker.svg");
  mask-image: url("/css/i/overpraktijkzeker.svg");
}
.icoon-personeel {
  -webkit-mask-image: url("/css/i/personeel.svg");
  mask-image: url("/css/i/personeel.svg");
}
.icoon-beleid {
  -webkit-mask-image: url("/css/i/beleid.svg");
  mask-image: url("/css/i/beleid.svg");
}
.icoon-beheer {
  -webkit-mask-image: url("/css/i/beheer.svg");
  mask-image: url("/css/i/beheer.svg");
}
.icoon-website {
  -webkit-mask-image: url("/css/i/website.svg");
  mask-image: url("/css/i/website.svg");
}
.icoon-nieuwsbrief {
  -webkit-mask-image: url("/css/i/nieuwsbrief.svg");
  mask-image: url("/css/i/nieuwsbrief.svg");
}
.icoon-sofa {
  -webkit-mask-image: url("/css/i/sofa.svg");
  mask-image: url("/css/i/sofa.svg");
}
.icoon-proces-indicatoren {
  -webkit-mask-image: url("/css/i/proces-indicatoren.svg");
  mask-image: url("/css/i/proces-indicatoren.svg");
}
.icoon-financieel {
  -webkit-mask-image: url("/css/i/financieel.svg");
  mask-image: url("/css/i/financieel.svg");
}
.icoon-jaarverslagen {
  -webkit-mask-image: url("/css/i/jaarverslag.svg");
  mask-image: url("/css/i/jaarverslag.svg");
}
.icoon-externeaudit {
  -webkit-mask-image: url("/css/i/externeaudit.svg");
  mask-image: url("/css/i/externeaudit.svg");
}
.icoon-steedsbeter {
  -webkit-mask-image: url("/css/i/steedsbeter.svg");
  mask-image: url("/css/i/steedsbeter.svg");
}
.icoon-vervaldatums {
  -webkit-mask-image: url("/css/i/vervaldatums.svg");
  mask-image: url("/css/i/vervaldatums.svg");
}
.icoon-patienttevredenheid {
  -webkit-mask-image: url("/css/i/patienttevredenheid.svg");
  mask-image: url("/css/i/patienttevredenheid.svg");
}

.menu {
  position: absolute;
  top: 150px;
  left: 0;
  right: 75vw;
  height: auto;
  width: 25vw;
  padding-bottom: 50px;
}

.menu li {
  position: relative;
  display: block;
  border-radius: 0.2vw;
  background: var(--kleur9);
  opacity: 0.9;
  width: 23.5vw;
  height: 78px;
  margin: 2px 0 0 1.5vw;
  padding: 20px 0.5vw;
  box-shadow:
    0.05vw 0.05vw 0.05vw 0 rgba(0, 0, 0, 0.1),
    -0.05vw -0.05vw 0.05vw 0 rgba(0, 0, 0, 0.1);
}

.menu li:first-child {
  margin: 0 0 0 1.5vw;
}

.menu li:hover {
  background: var(--kleur5);
}

.nav-text {
  position: absolute;
  top: 25px;
  left: 75px;
  display: table-cell;
  font-family: var(--font1);
  font-size: 1.3vw;
  font-weight: bold;
  color: var(--kleur2);
  text-decoration: none;
}

/* Zoek */

.zoekbalk {
  position: absolute;
  top: 5px;
  right: 15vw;
  display: flex;
  flex-wrap: nowrap;
  width: 25%;
}

.zoi {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}

.zoi::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0.5vw;
  background-image: url("i/loep.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  object-fit: cover;
  z-index: +1;
  opacity: 0.5;
}

.zoi > input[type="text"] {
  font-family: var(--font1);
  font-size: 1vw;
  width: 90%;
  height: 40px;
  margin: 0;
  padding: 0 3px 0 4vw;
  background: #fff;
  color: var(--kleur2);
  float: left;
  border: 1px solid var(--kleur3);
  border-radius: 0.3vw;
}

.zoekbalk > input[type="submit"]:hover {
  background: #b8bdc6;
}

.zoi > input[type="submit"] {
  width: 30px;
  height: 30px;
  margin: 5px 0 0 20px;
  border: none;
  display: inline-block;
  background-color: transparent;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
  opacity: 0.8;
  cursor: pointer;
  background-image: url("i/zoekop.png");
  transition: all 1s ease;
}

.zl {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.zb {
  position: relative;
  flex: none;
  width: 40%;
}

.zb > input[type="text"] {
  width: 100%;
  padding: 0.2vw 0 0.2vw 2vw;
  font-family: var(--font1);
  font-size: 0.9vw;
  font-weight: bolder;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  cursor: text;
}

.zb::before {
  content: "";
  position: absolute;
  top: 0.2vw;
  left: 0.2vw;
  background-image: url("i/loep.png");
  background-size: 1.5vw 1.5vw;
  background-repeat: no-repeat;

  width: 1.5vw;
  height: 1.5vw;
  object-fit: contain;

  opacity: 0.5;
}

.resultaat {
  font-family: var(--font1);
  font-size: 1vw;
  text-align: left;
  margin: 10px 0 20px 0;
  width: 100%;
  border-radius: 5px;
  table-layout: fixed;
  border-collapse: collapse;
}

.resultaat th {
  position: relative;
  text-transform: uppercase;
  width: 100%;

  color: var(--kleur3);
  height: 15px;
  padding: 2px 5px;
}

.resultaat th > a::after {
  content: "................................................................................................................................................................................................................................................................................................"; /* Voeg voldoende puntjes toe */
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  margin-left: 0.5vw;
  letter-spacing: 0.5vw;
  bottom: 0.2vw;
  color: var(--kleur4);
  overflow: hidden;
}

.resultaat td {
  position: relative;
  font-family: var(--font1);
  font-size: 0.8vw;
  line-height: 0.8vw;
  width: 100%;
  height: 15px;
  color: var(--kleur3);
  padding: 2px 1vw;
  text-align: left;
}

/* Lijsten */

.knop,
input.knop {
  border: none;
  width: auto;
  height: 13px;
  margin-right: 6px;
  margin-top: 0;
  padding: 0 0 0 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  font-family: Arial;
  font-size: 0.8vw;
  line-height: 0.8vw;
  text-transform: uppercase;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  opacity: 0.5;
}

.knop:hover {
  opacity: 1;
}
.knop:active {
  position: relative;
  top: 1px;
}

.turfknop {
  height: 3.5vw;
  width: 3.5vw;
  margin: 0 0.5vw 0 0;
  padding: 0 0.3vw;
  font-family: var(--font2);
  font-size: 0.8vw;
  line-height: 1.4vw;
  text-transform: uppercase;
  background-color: var(--kleur9);
  color: var(--kleur6);
  text-align: center;
  border: 0.2vw solid var(--kleur6);
  border-radius: 50%;
  cursor: pointer;
  rotate: -20deg;
  transition: all 0.2s ease-in-out;
  box-shadow:
    0.2vw 0.1vw 0.2vw var(--kleur4),
    0.2vw 0.1vw 0.2vw var(--kleur4);
}

.turfknop:hover {
  rotate: none;
  box-shadow: none;
}

.turfknop:active {
  background-color: var(--kleur4);
  rotate: none;
  box-shadow: none;
}

.turfknop2 {
  height: 2vw;
  width: 2vw;
  font-family: var(--font2);
  font-size: 0.3vw;
  border: 0.05vw solid var(--kleur8);
  color: var(--kleur8);
  background-color: var(--kleur9);
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  rotate: none;
  box-shadow:
    0.2vw 0.1vw 0.2vw var(--kleur4),
    0.2vw 0.1vw 0.2vw var(--kleur4);
}

.turfknop2:hover {
  box-shadow: none;
}

.turfknop2:active {
  background-color: var(--kleur4);
  box-shadow: none;
}

.hooglaag {
  position: relative;
  width: 30%;
  height: 15px;
  clear: both;
  float: right;
}

.omhoog {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 15px;
  height: 15px;
  border: none;
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
}

.omhoog:hover {
  opacity: 1;
}

.omhoog::before {
  content: "";
  position: absolute;
  background: url("/achterkant/css/knoppen/omhoog.png");
  background-size: cover;
  background-position: left;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  visibility: visible;
  opacity: 1;
}

.omhoogi {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

.omlaag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border: none;
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
}

.omlaag:hover {
  opacity: 1;
}

.omlaag::before {
  content: "";
  position: absolute;
  background: url("/achterkant/css/knoppen/omlaag.png");
  background-size: cover;
  background-position: left;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  visibility: visible;
  opacity: 1;
}

.omlaagi {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

.top {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 52px;
  width: 15px;
  height: 15px;
  border: none;
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
}

.top:hover {
  opacity: 1;
}

.top::before {
  content: "";
  position: absolute;
  background: url("/achterkant/css/knoppen/eerst.png");
  background-size: cover;
  background-position: left;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  visibility: visible;
  opacity: 1;
}

.topi {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

.laatst {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 15px;
  height: 15px;
  border: none;
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
}

.laatst:hover {
  opacity: 1;
}

.laatst::before {
  content: "";
  position: absolute;
  background: url("/achterkant/css/knoppen/laatst.png");
  background-size: cover;
  background-position: left;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  visibility: visible;
  opacity: 1;
}

.laatsti {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

/* Hanige links */

.links {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2vw;
  height: auto;
  padding: 15px 0 0 0;
}

.link {
  position: relative;
  width: 5vw;
  height: 5vw;
  margin: 0 0 0 0;
  font-weight: lighter;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.link h1 {
  position: absolute;
  top: 2.5vw;
  width: 100%;
  font-size: 0.4vw;
  font-weight: lighter;
  line-height: 0.4vw;
  text-align: center;
}

.link:hover {
  transform: scale(1.3);
}

.linkp {
  position: absolute;
  top: 0;
  width: 2vw;
  height: 2vw;
  margin: 0 1.5vw;
  object-fit: cover;
}

.data {
  font-family: "Titillium Web", sans-serif;
  color: #593400;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}

.data th {
  width: 50%;
  text-align: left;
}

.data td {
  vertical-align: top;
  width: 50%;
  text-align: left;
}

.data td input[type="text"] {
  background-color: #ffffff;
  border-color: var(--kleur3);
  color: var(--kleur2);
  box-shadow: none;
  padding: 3px 5px;
  margin: 0;
}

.data td textarea {
  background-color: #ffffff;
  border-color: var(--kleur3);
  color: var(--kleur2);
  box-shadow: none;
  padding: 4px 5px;
  margin: 0;
}

/* Website beheer */

.webtab {
  font-family: "Titillium Web", Helvetica, sans-serif;
  font-size: 0.8vw;
  table-layout: fixed;
  text-align: left;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  width: 100%;
}

.webtab th {
  position: relative;
  text-transform: uppercase;
  width: 30%;
  vertical-align: top;
  font-family: var(--font2);
  color: #fff;
  padding: 2px 5px;
  border-top-left-radius: 0.5vw;
  border-bottom-left-radius: 0.5vw;
}

.webtab td {
  position: relative;
  width: 1.5vw;
  height: 1.5vw;
  vertical-align: top;
  color: #000;
  background-color: #fff;
}

.webtab tr td > input[type="text"] {
  font-family: var(--font2);
  font-size: 15px;
  text-align: left;

  padding: 0 3px;
  background: var(--kleur2);
  float: left;
}

.webtab tr td > textarea {
  width: 100%;
  margin: 0.02vw 0;
  min-height: 2vw;
  padding: 0.2vw;
  display: block;
  font-family: var(--font2);
  font-size: 0.8vw;
  font-weight: lighter;
  background-color: var(--kleur9);
  color: var(--kleur10);
  border: 1px solid var(--kleur4);
  border-radius: 0.2vw;
  resize: vertical;
  outline: none;

  width: 100%;
  overflow: hidden;
  resize: none;
}

.webtab tr td > select {
  text-align: center;
  font-family:
    Cabin Sketch,
    Helvetica,
    sans-serif;
  font-size: 15px;
  text-align: left;

  padding: 0 3px;
  background: var(--kleur2);
  float: left;
}

.webtab th > input[type="checkbox"] {
  width: 18px;
  margin: 0;
  float: right;
  cursor: pointer;
}

.webtab tr td > input[type="radio"] {
  height: 1vw;

  width: 1vw;
  padding: 0 3px;
  background: var(--kleur2);
  float: left;
}

.kleur {
  float: right;
  width: 15px;
  height: 15px;
  padding: 0 3px;
}

/* Algemeen */

.p1 {
  color: var(--kleur2);
}

.tooltop {
  position: relative;
  cursor: help;
}

.tooltop::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%; /* boven de tekst */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  font-size: 0.9em;
  z-index: 1000;
}

.tooltop:hover::after {
  opacity: 1;
}

.klik {
  font-family: var(--font1);
  color: var(--kleur1);
  text-decoration: none;
}

.klik:hover {
  color: #e5e6e8;
}

a.leeg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  cursor: pointer;
}

h6 {
  font-family: var(--font1);
  color: var(--kleur4);
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  float: right;
  opacity: 0.9;
}

h11 {
  font-family: var(--font1);
  color: var(--kleur4);
  font-size: 1vw;
  line-height: 1vw;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  opacity: 0.9;
}

h12 {
  font-family: var(--font1);
  color: var(--kleur6);
  font-size: 0.9vw;
  line-height: 0.9vw;
  text-transform: uppercase;
  float: left;
  opacity: 0.9;
}

.laag {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  margin: 5px 0;
}

.sub {
  position: relative;
  width: 32%;
  border-radius: 0.5vw;
  min-height: 140px;
  background-color: var(--kleur6);
  margin: 0 0 0 0;
  padding: 10px 1vw;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-align: center;
}

.sub h3 {
  color: #ffffff;
  margin: 0;
}

.sub p {
  margin: 0.2vw;
}

.sub:hover {
  background-color: var(--kleur1);
  scale: 1.05;
}

.datums {
  width: 32%;
  float: right;
  text-align: right;
  padding-right: 1vw;
}

.datums h4 {
  text-align: right;
}

.werkvlak {
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  padding: 20px 0;
}

.aurenvlakken {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
}

.aurenvlak {
  width: 49%;
  border-radius: 0.5vw;
  padding: 0.5vw;

  border: 1px solid var(--kleur1);
}

a:hover,
a:focus {
  text-decoration: none;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.zoek {
  font-family:
    Titillium Web,
    Helvetica,
    sans-serif;
  font-size: 15px;
  width: 100%;
  border-collapse: collapse;
}

.zoek th {
  width: 50%;
  padding: 5px;
  text-align: left;
}

.zoek td {
  width: 50%;
  padding: 5px;
  text-align: right;
}

.res {
  font-family: var(--font1);
  font-size: 1vw;
  text-align: left;
  margin: 10px 0 20px 0;
  width: 100%;
  border-radius: 5px;
  table-layout: fixed;
  border-collapse: collapse;
}

.res th {
  position: relative;
  text-transform: uppercase;
  width: 10%;

  color: var(--kleur3);
  height: 15px;
  padding: 2px 5px;
}

.res td {
  position: relative;
  font-size: 0.7vw;
  line-height: 0.7vw;
  width: 30%;
  height: 15px;
  color: #000;
  padding: 2px 1vw;
  text-align: right;
}

/* Voorpagina */

.pien {
  position: relative;
  width: 50%;
  margin: 0 0 20px 0;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pien::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;

  height: 100%;
  width: 100%;

  background-image: url("/plaatjes/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  overflow: visible;
}

.pis {
  width: 100%;
  vertical-align: top;
  font-family: Tahoma, Arial, sans-serif;
}

.pis th {
  vertical-align: top;
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: var(--kleur6);
  color: #fff;
  border-radius: 0.5vw;
  margin-right: auto;

  display: inline-block;
  font-family: var(--font1);
  font-size: 3vw;
  line-height: 3vw;
  text-transform: uppercase;

  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pis td {
  width: 33%;
  padding: 0 0.5vw;
  vertical-align: top;
  height: 35px;
  text-align: right;
  color: #fff;
}

.pis tr td:nth-child(3) {
  font-size: 0.8vw;
  opacity: 0.8;
}

.mij {
  width: 740px;
  margin-top: 20px;
  font-family:
    Titillium Web,
    Helvetica,
    sans-serif;
  font-size: 14px;
  color: var(--kleur1);
  border-radius: 5px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 5px;
}

.mij th {
  width: 150px;
  height: 16px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}

.mij td {
  width: 400px;
  height: 16px;
  padding: 0;
  text-align: left;
}

/* Gegevens */

.ov {
  width: 40px;
  max-width: 40px;
  height: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.cm {
  float: right;
}

.oor {
  width: 100%;
  font-family: var(--font1);
}

.oor th {
  width: 85%;
  height: 25px;
  padding: 0 5px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

.oor td {
  width: 15%;
  height: 25px;
  padding: 2px;
  text-align: right;
}

.babbelrij {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin-bottom: 10px;
}

.babbel {
  width: 100%;
  font-family: var(--font1);
  font-size: 1.1vw;
  padding: 1vw;
}

#hart {
  animation: hartje 2s infinite;
}

.hart {
  animation: hartje 2s infinite;
}

/* Bestellen */

.bestel {
  position: relative;
  border: 0.05vw solid var(--kleur3);
  margin: 1vw 0;
  padding: 0 1vw 1vw 1vw;
  border-radius: 0.5vw;

  box-shadow: 0.5vw 0.5vw 2px var(--kleur4);
}

.tape-section {
  position: absolute;
  width: 100%;
}

.tape-section:first-of-type {
  top: 0;
}

.tape-section:last-of-type {
  bottom: 0;
}

.tape-section::before,
.tape-section::after {
  content: "";
  width: 10vmin;
  height: 4vmin;
  position: absolute;
  background-color: #f6f4e7;
  opacity: 0.8;
  border-right: 1px dotted var(--kleur3);
  border-left: 1px dotted var(--kleur3);
  z-index: 10;
}

.tape-section:last-of-type::after {
  transform: rotate(-45deg);
  right: -2vmin;
  top: -3vmin;
}

.tape-section:first-of-type::before {
  transform: rotate(-45deg);
  left: -5vmin;
}

.tape-section:first-of-type::after {
  transform: rotate(45deg);
  right: -1vmin;
  top: 0;
}

.tape-section:last-of-type::before {
  transform: rotate(45deg);
  left: -4vmin;
  bottom: 0;
}

.bestab {
  width: 100%;
  font-family: var(--font1);
  font-size: 0.9vw;
  color: var(--kleur10);
  text-align: left;
  margin: 0;
}

.bestab th {
  position: relative;
  width: 30%;
  height: auto;
  padding: 0;
  font-size: 0.9vw;
}

.bestab td {
  width: 70%;
  height: auto;
  padding: 0;
}

.kg {
  float: right;
  font-size: 1.2vw !important;
  line-height: 1.2vw !important;
  color: var(--kleur1) !important;
  height: 1.5vw !important;
  opacity: 1;
  margin: 0.2vw 0 0 0.2vw;
}

/* Verwijs */

.verwijs {
  font-family: var(--font1);
  font-size: 1vw;
  text-align: left;
  margin: 160px 0 20px 0;
  width: 100%;
  border-radius: 1vw;
}

.verwijs th {
  position: relative;
  text-transform: uppercase;
  width: 10%;
  background: var(--kleur4);
  font-family: var(--font1);
  color: #fff;
  height: 15px;
  padding: 4px 0.7vw;
  border-radius: 1vw;
}

.verwijs th:hover {
  background: var(--kleur6);
}

.verwijs td {
  position: relative;
  font-size: 0.8vw;
  line-height: 0.8vw;
  width: 30%;
  color: var(--kleur2);
  height: 15px;
  padding: 2px 1vw;
}

/* Handelingen */

.handelingen {
  font-family: var(--font1);
  font-size: 1vw;
  text-align: left;
  border: 1px solid var(--kleur6);
  margin: 40px 0 20px 0;
  width: 100%;
  border-radius: 5px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 0.2vw;
}

.handelingen th {
  position: relative;
  text-transform: uppercase;
  width: 10%;
  background: transparent;
  color: var(--kleur6);
  height: 15px;
  padding: 2px 5px;
}

.handelingen td {
  position: relative;
  font-size: 1vw;
  line-height: 1vw;
  width: 30%;
  color: var(--kleur4);
  background-color: transparent;
  padding: 15px;
  height: 15px;
  padding: 2px 0.5vw;
  border-radius: 0.5vw;
  background: #f9efed;
  border: 1px dashed red;
}

/* Rekenen */

.beleid th {
  width: 50%;
  font-family: var(--font1);
  font-size: 0.8vw;
  text-transform: uppercase;
  text-align: left;
}

.beleid td {
  width: 50%;
  font-family: var(--font1);
  font-size: 0.8vw;
  text-align: left;
}

/* Projecten */

.pj {
  border-collapse: separate;
  border-spacing: 0;
}

.pj tr {
  position: relative;
  box-shadow:
    0 4px 4px 0 rgba(0, 0, 0, 0.2),
    0 6px 8px 0 rgba(0, 0, 0, 0.19);
}

.pj tr:nth-of-type(even) {
  height: 15px;
  box-shadow: none;
}

.pj th {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 30px;
  line-height: 12px;
  padding: 5px 15px;
  font-family:
    Titillium Web,
    Helvetica,
    sans-serif;
  font-size: 14px;
  text-align: left;
}

.pj td {
  position: relative;
  width: 150px;
  min-width: 150px;
  font-family:
    Titillium Web,
    Helvetica,
    sans-serif;
  font-size: 10px;
  padding: 0px 8px;
}

/* Management */

.pers {
  font-family:
    Titillium Web,
    Helvetica,
    sans-serif;
  font-size: 13px;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 50px;
}

.pers th {
  width: 135px;
  height: 15px;
  text-align: left;
  text-transform: uppercase;
}

.pers td {
  width: 40px;
  height: 15px;
  text-align: center;
}

.pers tr:not(:first-child) td:nth-child(2),
.pers tr:not(:first-child) td:nth-child(3),
.pers tr:not(:first-child) td:nth-child(5),
.pers tr:not(:first-child) td:nth-child(6),
.pers tr:not(:first-child) td:nth-child(7) {
  background: #a87b00;
  color: #fff;
  border: none;
}

.pers tr:not(:first-child) td:nth-child(9),
.pers tr:not(:first-child) td:nth-child(12),
.pers tr:not(:first-child) td:nth-child(17),
.pers tr:not(:first-child) td:nth-child(18),
.pers tr:not(:first-child) td:nth-child(19) {
  background: #1a9aba;
  color: #fff;
  border: none;
}

.pers tr:not(:first-child) td:nth-child(10),
.pers tr:not(:first-child) td:nth-child(13) {
  background: #592f0d;
  color: #fff;
  border: none;
}

.pers tr:not(:first-child) td:nth-child(15) {
  background: #38590d;
  color: #fff;
  border: none;
}

/*
    
    .pers tr:first-child td {
      height: 200px;
      writing-mode: sideways-lr;
    
      padding: 0px 6px 10px 6px;
    }
    
    */

.pers tr:first-child td > p1 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 0;
  text-align: start;
}

.pers tr:not(:first-child) > td:last-child {
  width: auto;
  padding-left: 10px;
  text-align: left;
}

.pers tr:first-child > td:last-child {
  padding-left: 12px;
  text-align: center;
}

.modules {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.module {
  width: 48%;
}

.uren {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}

/* Dokterstas */

.tas {
  width: 100%;
  text-align: left;
  font-family: "Titillium Web", sans-serif;
  border-collapse: collapse;
  margin: 30px 0 30px 0;
}

.tas th {
  width: 31%;
  overflow: hidden;
  white-space: nowrap;
  height: 25px;
}

.tas tr:first-child th {
  position: relative;
  padding: 3px;
  font-family: var(--font1);
  font-size: 16px;
  font-weight: normal;
  background-color: transparent;
  color: var(--kleur4);
}

.tas td {
  width: 15%;
  height: 25px;
}

.tas tr > td:nth-child(4) {
  width: 5%;
}

.tas tr > td:nth-child(4) > input {
  text-align: center;
}

.tas tr > td:nth-child(6) {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding: 5px;
}

.tas tr > td:nth-child(6) > input {
  display: inline-block;
  font-size: 10px;
  width: 50%;
  height: 25px;
}

.tas tr > td > input {
  width: 100%;
}

.verl {
  position: absolute;
  top: 60px;
  height: 50px;
}

/* Risico analyses */

.ra {
  font-family: var(--font1);
  font-size: 1vw;
  text-align: left;

  margin: 0 0 20px 0;
  width: 100%;
  table-layout: auto;
}

.ra th {
  position: relative;
  text-transform: uppercase;
  color: var(--kleur9);
  font-size: 1vw;
  padding: 2px 0.5vw;
  background-color: var(--kleur1);
}

.ra tr:first-child th {
  padding-left: 0;
  text-align: center;
}

.ra tr:first-child th:nth-child(1),
.ra tr:first-child th:nth-child(2),
.ra tr:first-child th:nth-child(3),
.ra tr:first-child th:nth-child(7),
.ra tr:first-child th:nth-child(8) {
  width: 17%;
}

.ra tr:first-child th:nth-child(4),
.ra tr:first-child th:nth-child(5),
.ra tr:first-child th:nth-child(6) {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  vertical-align: top;
  width: 5%;
  padding: 0.5vw;
}

.ra tr td:nth-child(1),
.ra tr td:nth-child(2),
.ra tr td:nth-child(3),
.ra tr td:nth-child(7),
.ra tr td:nth-child(8) {
  vertical-align: top;
  padding: 0;
  width: 17%;
}

.ra tr td:nth-child(4),
.ra tr td:nth-child(5) {
  vertical-align: top;
  width: 5%;
}

.ra tr td:nth-child(6) {
  vertical-align: top;
  font-size: 1vw;
  width: 5%;
}

.ra tr td:nth-child(4) > input[type="text"],
.ra tr td:nth-child(5) > input[type="text"],
.ra tr td:nth-child(6) {
  text-align: center;
}

.ra td {
  position: relative;
  font-size: 0.8vw;
  line-height: 0.8vw;
  width: 30%;
  background-color: transparent;
  padding: 0;
}

.ra tr td > input[type="text"] {
  float: left;
  width: 100%;
  font-family: "Arial", sans-serif;
  border: 1px solid var(--kleur2);
  outline: none;
  -moz-box-shadow: 0px 0px 5px var(--kleur1);
  -webkit-box-shadow: 0px 0px 5px var(--kleur1);
  box-shadow: 0px 0px 5px var(--kleur1);
  border-radius: 0.2vw;
  font-size: 0.8vw;
  padding: 0.2vw;
  margin: 0;
}

.ra tr td > textarea {
  font-family: var(--font1);
  font-size: 0.8vw;
  text-align: left;
  width: 100%;
  border: 0.05vw solid var(--kleur3);
  border-radius: 0.2vw;
  resize: vertical;
}

.lager {
  width: 20%;
  height: 22px;
  margin: auto;
  border: none;
  background-color: transparent;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-image: url("iconen/omlaag.png");
}

/* Bestanden */

.map {
  position: relative;
  width: 20%;
  height: 135px;
  padding: 0 1% 0 0;
  margin: 0 0 0 0;
}

.mapp {
  position: relative;
  width: 100%;
  height: 135px;
  background-image: url("map.png");
  background-size: cover;
  filter: opacity(70%);
}

.bestanden {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  height: auto;
}

.bestand {
  position: relative;
  width: 16.66%;
  height: 150px;
  margin: 25px 0 0 0;
}

.pdf {
  background-image: url("iconen/pdf-icoon.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-position: 5% 99%;
  background-size: 30px;
}

.jpg {
  background-image: url("iconen/jpg-icoon.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-position: 5% 99%;
  background-size: 30px;
}

.doc {
  background-image: url("iconen/word-icoon.png");
  background-repeat: no-repeat;
  background-position: 5% 99%;
  background-size: 30px;
}

.docx {
  background-image: url("iconen/word-icoon.png");
  background-repeat: no-repeat;
  background-position: 5% 99%;
  background-size: 30px;
}

.zip {
  background-image: url("iconen/zip-icoon.png");
  background-repeat: no-repeat;
  background-position: 5% 99%;
  background-size: 30px;
}

.xls,
.xlsx {
  background-image: url("iconen/excel-icoon.png");
  background-repeat: no-repeat;
  background-position: 5% 99%;
  background-size: 30px;
}

/* Openingstijden */

.opening {
  border-collapse: collapse;
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  text-align: left;
  table-layout: fixed;
}

.opening th {
  width: 15%;
  height: 40px;
}

.opening td {
  padding-left: 10px;
  width: 13%;
  height: 40px;
}

.opening td p {
  float: left;

  color: #27365b;
  vertical-align: middle;
  margin: 0;
}

.opening td input[type="text"] {
  font-size: 11px;
  float: right;
  width: 40px;
  margin: 0;
}

/* Loader */

#loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;

  height: 100%;

  z-index: 999;
  transition: opacity 0.3s ease;
  inset: 0;
  background-color: var(--kleur4);
}

#roller {
  position: relative;

  width: 10vw;
  height: 10vw;
  margin: 10vw 45vw;
  padding: 0;
}

#roller div {
  position: relative;
  margin: auto;

  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 5vw 10vw;
}

#roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
}

#roller div:nth-child(1) {
  animation-delay: -0.036s;
  animation-delay: -0.2s;
}

#roller div:nth-child(1):after {
  background: #dadef0;
  top: 63px;
  left: 63px;
  top: 14.4vw;
  left: 10.8vw;
}

#roller div:nth-child(2) {
  animation-delay: -0.072s;
  animation-delay: -0.25s;
}

#roller div:nth-child(2):after {
  background: #b6bbd1;

  top: 68px;
  left: 56px;
  top: 14.6vw;
  left: 10.6vw;
}

#roller div:nth-child(3) {
  animation-delay: -0.108s;
  animation-delay: -0.3s;
}

#roller div:nth-child(3):after {
  background: #858ba8;

  top: 71px;
  left: 48px;
  top: 14.8vw;
  left: 10.2vw;
}

#roller div:nth-child(4) {
  animation-delay: -0.144s;
  animation-delay: -0.35s;
}

#roller div:nth-child(4):after {
  background: #5b6287;

  top: 72px;
  left: 40px;
  top: 15.1vw;
  left: 9.8vw;
}

#roller div:nth-child(5) {
  animation-delay: -0.18s;
  animation-delay: -0.4s;
}

#roller div:nth-child(5):after {
  background: #3f4875;

  top: 71px;
  left: 32px;
  top: 15.5vw;
  left: 9.4vw;
}

#roller div:nth-child(6) {
  animation-delay: -0.216s;
  animation-delay: -0.45s;
}

#roller div:nth-child(6):after {
  background: #29346e;

  top: 68px;
  left: 24px;
  top: 16vw;
  left: 8.8vw;
}

#roller div:nth-child(7) {
  animation-delay: -0.252s;
  animation-delay: -0.5s;
}

#roller div:nth-child(7):after {
  background: #122069;

  top: 63px;
  left: 17px;
  top: 16.5vw;
  left: 8.1vw;
}

#roller div:nth-child(8) {
  animation-delay: -0.288s;
}

#roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

#roller div:nth-child(9) {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  animation: none;
  width: 960px;
  margin: 0 0;

  text-align: center;
}

#roller div:nth-child(9):after {
  content: " ";
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  margin: 0 auto 0 auto;
}

#laadtekst {
  position: absolute;
  width: 100%;
  margin: 0;
}

#laadtekst .p1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1vw;

  letter-spacing: 3px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.button {
  font-size: 1em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button:hover {
  color: #c1b0b0;
}

.overlap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: pointer;
  display: block;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 100%) {
  .bestelknop {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}

/* Popups */

.popup {
  position: fixed;
  top: 20%;
  left: 50%;
  width: 40%;
  max-width: 40%;
  transform: translateX(-50%);
  background: #fff;
  padding: 1.4vw 1.8vw 1.8vw 1.8vw;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.13),
    0 1px 4px rgba(0, 0, 0, 0.07);
  border-radius: 0.3vw;
  display: block;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1001; /* boven overlay maar onder loader */
}

.popup.show {
  opacity: 1;
}

.popup h1 {
  font-size: 0.88vw;
  font-weight: 700;
  color: #2d3d4b;
  margin: 0 2vw 0.55vw 0;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #e8ecf0;
}

.popup p {
  font-size: 0.78vw;
  color: #4a5a6a;
  margin: 0.15vw 0 0;
  line-height: 1.5;
}

.popup a {
  display: block;
  font-size: 0.75vw;
  font-family: var(--font2);
  font-weight: 700;
  color: var(--kleur1);
  margin: 0.85vw 0 0.1vw;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
}

#pk {
  position: absolute;
  top: 0.7vw;
  right: 0.9vw;
  margin: 0;
  font-size: 0.85vw;
  font-weight: 700;
  color: #aab4be;
  text-decoration: none;
  text-transform: none;
  transition: color 150ms;
  line-height: 1;
}

#pk:hover {
  color: var(--kleur1);
}

.popup li {
  font-family: var(--font1);
  color: var(--kleur2);
  margin-left: 1vw;
  font-size: 0.78vw;
}

.popup a:hover {
  color: var(--kleur10);
}

.popup .close {
  position: absolute;
  top: 2vw;
  right: 2vw;
  margin: 0;
  transition: all 200ms;
  font-size: 2vw;
  font-weight: bold;
  text-decoration: none;
  color: var(--kleur10);
}
.popup .close:hover {
  color: var(--kleur1);
}

.hide {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.overleg {
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);

  visibility: hidden;
  opacity: 0;
  pointer-events: none; /* <<< dit is cruciaal */
  transition:
    opacity 0.35s ease-in-out,
    visibility 0s 0.35s;
  z-index: 999;
}

.overleg.zichtbaar {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; /* nu pas klikbaar */
  transition: opacity 0.35s ease-in-out;
  z-index: 1001;
}

@keyframes popupIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.popop-open {
  overflow: hidden;
}

.popop {
  max-width: 500px;
  width: 90%;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 40%;
  max-width: 40%;
  transform: translateX(-50%);
  z-index: 1000;
  background: var(--kleur5);
  padding: 2vw;
  transition: all 0.5s ease-in-out;
  box-shadow:
    0.5vw 0.5vw 0.5vw 0 rgba(0, 0, 0, 0.1),
    -0.5vw -0.5vw 0.5vw 0 rgba(0, 0, 0, 0.1);
  border-radius: 1vw;
  display: block;

  transition: opacity 1s ease;
  animation: popupIn 0.25s ease;
  z-index: 1001; /* boven overlay maar onder loader */
}

.klikvlok {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  cursor: pointer;
  z-index: +1;
}

.popop h1 {
  color: var(--kleur1);
  margin-bottom: 2vw;
}

.sluit {
  position: absolute;
  top: 0.5em;
  right: 0.8em;
  font-size: 2em;
  color: #333;
  text-decoration: none;
}

.popop .sluit:hover {
  color: var(--kleur1);
}

.hide {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#sk {
  position: absolute;
  top: 0.5vw;
  right: 0.8vw;
  font-family: var(--font2);
  text-decoration: none;
  color: var(--kleur1);
  margin: 0;
}

#sk:hover {
  color: var(--kleur10);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navrij {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  height: 0;
}

.onderwerpen {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.onderwerp {
  position: relative;
  width: 225px;
  height: 150px;
  border: 3px solid #fff;
  border-radius: 10px;
  font-family: var(--font1);
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 30px 10px;
  margin: 10px 0;
  background: #eff5ff;
  overflow: hidden;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Forum */

.hidden {
  visibility: hidden;
  height: 0;
}

.wis {
  float: right;
  background: #768d87;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #fff;

  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 8px;
  font-weight: bold;
  padding: 2px;
  text-decoration: none;
}

.convers {
  margin: 30px auto;
}

/* Loggen */

#tfaInputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.tfa {
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
}

.loggen {
  width: 640px;
  margin: 20px 20px 20px 0px;
  padding: 20px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
}

.logo {
  width: 710px;
  height: auto;
  background: #fff;
  margin: 20px 0px 10px 0px;
  padding: 0px;
}

.wrapper {
  float: right;
  display: flex;
  flex-direction: row;
  width: 900px;
  flex-wrap: wrap;
}

.vlak2 {
  position: relative;
  width: 180px;
  margin: 10px;
}

.draai {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 80px 0 0 50px;
  transform: rotate(90deg);
  transform-origin: top;
  white-space: nowrap;
}

.start {
  padding: 20px 0;
}

.start h2 {
  line-height: 20px;
}

fieldset {
  float: left;
  width: 100%;
  font-family: "Arial", sans-serif;
  border: 0 none;
  outline: none;
  padding: 0;
  padding-top: 5px;
  margin: 3px 0;
}

legend {
  font-family: var(--font1);
  color: var(--kleur1);
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.9;
}

fieldset > textarea {
  width: 100%;
  resize: vertical;
  font-family: "Arial", sans-serif;
  border: 0 none;
  outline: none;
  font-size: 14px;
}

/* Buttons */

.knopjij {
  background-color: var(--kleur1);
  -moz-border-radius: 0.2vw;
  -webkit-border-radius: 0.2vw;
  border-radius: 0.2vw;
  border: none;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 1vw;
  font-weight: bold;
  padding: 0.3vw;
  margin: 0 0.5vw 0.5vw 0;
  text-decoration: none;
  text-align: center;
}

.knopjij:hover {
  background-color: var(--kleur4);
  color: var(--kleur2);
}
.knopjij:active {
  position: relative;
  top: 1px;
}

.knopwerk {
  font-family: var(--font1);
  font-weight: bold;
  color: var(--kleur2);
  font-size: 0.9vw;
  line-height: 0.9vw;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}

.knopwerk:hover {
  font-weight: bold;
  color: var(--kleur1);
}

/* Modules */

.modules {
  overflow: hidden;
  text-align: left;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #593400;
}

.modules th {
  width: 300px;
  max-width: 300px;
  text-transform: uppercase;
  height: 40px;
  text-align: left;
}

.modules td {
  width: 60px;
  max-width: 60px;
  height: 40px;
  text-align: left;
}

/* Kalender */

.kalender {
  font-family: "Titillium Web", sans-serif;
  color: #593400;
  width: 90%;
}

.kalender th {
  text-align: left;
}

.kalender td {
  text-align: left;
  width: 30%;
}

.foon {
  display: inline-block;
  border: none;
  outline: none;
  width: 0.5vw;
  height: 0.5vw;
  margin-left: 0.2vw;
  filter: invert();
}

.foond {
  display: inline-block;
  border: none;
  outline: none;
  width: 0.8vw;
  height: 0.9vw;

  translate: 0.4vw 0.1vw;
}

/* Jij */

.jij {
  font-family: "Titillium Web", sans-serif;
  color: var(--kleur4);
  text-align: left;
}

.jij th {
  width: 250px;
  text-align: left;
}

.jij td {
  width: 200px;
  text-align: left;
}

/* Gegevens */

.gegevens {
  font-family: "Titillium Web", sans-serif;
  color: #593400;
  text-align: left;
  margin-bottom: 30px;
}

.gegevens th {
  width: 300px;
  text-align: left;
}

.gegevens td {
  width: 400px;
  text-align: left;
}

.form {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}

.hidden {
  visibility: hidden;
  margin: 0 5px;
  height: 0;
}

/* Teller */

.jaar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19); */
  box-shadow:
    inset 3px 3px 7px 0 rgba(105, 107, 109, 0.32),
    inset -4px -4px 6px 0 #ffffff;
}

.week {
  position: relative;
  bottom: 0px;
  width: 12.8px;
  background: #768d87;
  text-align: center;
}

.week .hoeveel {
  display: block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  padding: 2px 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 8px;
  display: inline;
  background: #27365b;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  /* Position the tooltip */
  position: absolute;
  left: -4px;
  top: 1px;
  z-index: 1;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.week:hover .hoeveel {
  visibility: visible;
}

.dag {
  position: relative;
  bottom: 0px;
  width: 1.8px;
  background: #768d87;
  text-align: center;
}

.dag .hoeveel {
  display: block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  padding: 2px 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 2px;
  display: inline;
  background: #27365b;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  /* Position the tooltip */
  position: absolute;
  left: -4px;
  top: 1px;
  z-index: 1;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dag:hover .hoeveel {
  visibility: visible;
}

/* ============================================================
   Agenda-module (ag-*)
   Stijl: licht, helder, modern
   ============================================================ */

/* --- Navigatiebalk --- */

.ag-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 1.2vw 0;
  gap: 0;
}

.ag-nav-rij:first-child {
  padding: 1vw 0 0.4vw;
}

.ag-nav-rij:last-child {
  padding: 0.4vw 0 0.8vw;
  display: flex;
  gap: 0.5vw;
}

.ag-nav-rij {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  width: 100%;
}

.ag-nav h2 {
  flex: 1;
  text-align: center;
  margin: 0;
  font-family: var(--font2);
  font-size: 1.8vw;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--kleur10);
}

.ag-nav-pijl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4vw;
  height: 2.4vw;
  font-size: 1.8vw;
  line-height: 1;
  background: transparent;
  color: var(--kleur2);
  border: none;
  border-radius: 50%;
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s;
}

.ag-nav-pijl:hover {
  background: var(--kleur4);
  color: var(--kleur10);
}

/* --- Maandrooster --- */

.kalbak {
  background: #fff;
  border-radius: 0.5vw;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding-bottom: 0.6vw;
}

.weekdagen li {
  background: #fff;
  color: var(--kleur1);
  font-family: var(--font2);
  font-size: 0.6vw;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0.7vw 0;
  border-bottom: 2px solid var(--kleur4);
}

.dagen li {
  background: #fff;
  border: 1px solid #f0f2f4;
  overflow: hidden;
  height: auto !important;
  min-height: 115px;
  padding-top: 0 !important;
  transition:
    background 0.12s,
    box-shadow 0.12s;
}

.dagen li:hover {
  background: #f5f7ff;
  box-shadow: inset 0 0 0 2px var(--kleur1);
  z-index: 2;
}

.ag-daglink {
  display: block;
  position: absolute;
  inset: 0;
  text-decoration: none;
  color: inherit;
  padding: 0.3vw;
  text-align: left;
  z-index: 950;
}

.ag-dagnr {
  position: absolute;
  bottom: -0.3vw;
  right: 0.3vw;
  top: auto;
  left: auto;
  font-size: 3.8vw;
  font-weight: 900;
  font-family: var(--font2);
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  letter-spacing: -2px;
}

/* Vandaag: gevulde cirkel achter het dagnummer */
.dagen li.ag-vandaag {
  background: #f0f0ff;
  box-shadow: inset 0 0 0 2px var(--kleur1);
}

.dagen li.ag-vandaag .ag-dagnr {
  color: rgba(100, 90, 180, 0.14);
  font-size: 3.8vw;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}

.dagen li.ag-wedag {
  background: #f5f4fc;
}

.dagen li.ag-wedag .ag-dagnr {
  color: rgba(0, 0, 0, 0.04);
}

/* Lege dagen voor de eerste van de maand */
.dagen > .legedag {
  height: 180px;
  padding-top: 14.25%;
  background: transparent;
  border-color: transparent !important;
  pointer-events: none;
}

/* Pilletjes-container: statisch in de flow, text-align reset */
.klemmas {
  display: block;
  position: static;
  padding-top: 0.4vw;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

/* Categorie-pilletjes in dagcellen */
.klemma {
  display: block;
  margin: 0.15vw 0.2vw;
  padding: 0.12vw 0.4vw;
  border-radius: 2vw;
  font-size: 0.58vw;
  font-family: var(--font1);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: 1.4;
}

.ag-meer {
  font-size: 0.58vw;
  color: var(--kleur1);
  padding: 0.1vw 0.4vw;
  font-family: var(--font2);
  letter-spacing: 0.5px;
}

/* --- Dagdetail: hele-dag items --- */

.ag-dagitems {
  width: 100%;
  margin: 0 0 1vw 0;
  display: flex;
  flex-direction: column;
  gap: 0.35vw;
}

.ag-dagitem {
  display: flex;
  align-items: center;
  gap: 0.8vw;
  padding: 0.55vw 1vw;
  background: #fff;
  border-radius: 0.4vw;
  font-family: var(--font1);
  font-size: 0.85vw;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.12s;
}

.ag-dagitem:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ag-dagitem-uitleg {
  color: var(--kleur3);
  font-style: italic;
  font-size: 0.78vw;
}

.ag-dagitem-acties {
  margin-left: auto;
  display: flex;
  gap: 0.8vw;
  font-size: 0.75vw;
  opacity: 0;
  transition: opacity 0.15s;
}

.ag-dagitem:hover .ag-dagitem-acties {
  opacity: 1;
}

.ag-dagitem-acties a {
  color: var(--kleur2);
  text-decoration: none;
  transition: color 0.12s;
}

.ag-dagitem-acties a:hover {
  color: var(--kleur6);
}

/* --- Tijdlijn --- */

.ag-tijdlijn {
  display: flex;
  width: 100%;
  margin: 0.5vw 0;
  font-family: var(--font1);
  overflow: visible;
}

.ag-tijdlijn-uren {
  position: relative;
  width: 3.8vw;
  flex-shrink: 0;
  background: transparent;
  border-right: 1px solid var(--kleur4);
  padding-top: 0.5vw;
}

.ag-tijdlijn-uur {
  position: absolute;
  font-size: 0.62vw;
  color: var(--kleur3);
  right: 8px;
  transform: translateY(-50%);
  white-space: nowrap;
  font-family: var(--font1);
}

.ag-tijdlijn-grid {
  position: relative;
  flex: 1;
  background: #fff;
  border-radius: 0 0.5vw 0.5vw 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.ag-tijdlijn-lijn {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px dashed #edf0f3;
  pointer-events: none;
}

/* In weekweergave: lijn begint pas bij het grid, niet in de urenkolom */
.ag-week-tijdlijn .ag-tijdlijn-lijn {
  left: 0;
}

/* Dikker lijn op het hele uur */
.ag-tijdlijn-lijn:nth-child(1n) {
  border-top-style: dashed;
}

.ag-tijditem {
  position: absolute;
  padding: 0.3vw 0.6vw;
  border-radius: 0.35vw;
  overflow: hidden;
  font-family: var(--font1);
  font-size: 0.75vw;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition:
    box-shadow 0.12s,
    transform 0.12s;
  border-left: 4px solid rgba(0, 0, 0, 0.15);
}

.ag-tijditem:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transform: translateX(1px);
}

.ag-tijditem-inhoud {
  color: #fff;
  display: block;
  height: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  line-height: 1.35;
}

.ag-tijditem-wis {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 0.65vw;
  opacity: 0;
  transition: opacity 0.15s;
  cursor: pointer;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
}

.ag-tijditem:hover .ag-tijditem-wis {
  opacity: 1;
}

.ag-tijditem--slepen {
  opacity: 0.82;
  cursor: grabbing !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  z-index: 100;
  transform: scale(1.01);
}

.ag-tijditem-hendel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
  cursor: ns-resize;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0.35vw 0.35vw;
  transition: background 0.12s;
}

.ag-tijditem-hendel:hover {
  background: rgba(255, 255, 255, 0.45);
}

/* --- Formulier --- */

.ag-form {
  position: relative;
  width: 100%;
  margin: 0.8vw 0;
  padding: 1.8vw 2vw;
  background: #fff;
  border-radius: 0.5vw;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  font-family: "Titillium Web", sans-serif;
}

.ag-form-rij {
  display: flex;
  align-items: center;
  gap: 0.8vw;
  width: 100%;
  min-height: 2.4vw;
  margin: 0.3vw 0;
  border-bottom: 1px solid #f5f6f8;
  padding-bottom: 0.3vw;
}

.ag-form-rij:last-child {
  border-bottom: none;
  margin-top: 0.6vw;
}

.ag-label {
  width: 26%;
  flex-shrink: 0;
  font-family: var(--font1);
  font-size: 0.72vw;
  color: var(--kleur2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ag-input {
  flex: 1;
  padding: 0.35vw 0.6vw;
  font-family: var(--font1);
  font-size: 0.82vw;
  color: var(--kleur10);
  background: #f8f9fa;
  border: 1px solid transparent;
  border-radius: 0.3vw;
  transition:
    border-color 0.15s,
    background 0.15s;
}

.ag-input:focus {
  outline: none;
  background: #fff;
  border-color: var(--kleur1);
  box-shadow: 0 0 0 3px rgba(144, 140, 195, 0.15);
}

/* --- Legenda --- */

.ag-legenda {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw 1.2vw;
  margin: 1vw 0 0.5vw;
  padding: 0;
  font-family: var(--font1);
}

.ag-legenda-item {
  display: flex;
  align-items: center;
  gap: 0.35vw;
  font-size: 0.68vw;
  color: var(--kleur2);
}

.ag-legenda-kleur {
  display: inline-block;
  width: 0.7vw;
  height: 0.7vw;
  border-radius: 50%;
  flex-shrink: 0;
}

.ag-legenda-naam {
  white-space: nowrap;
}

/* --- Foutmeldingenblok --- */

.ag-fouten {
  padding: 0.6vw 1vw;
  background: #fff5f5;
  border-left: 3px solid var(--kleur6);
  border-radius: 0.3vw;
  margin-bottom: 1vw;
  font-size: 0.8vw;
  color: var(--kleur6);
  font-family: var(--font1);
}

/* ============================================================
   Jaarrooster (aj.php)
   ============================================================ */

.ag-jaar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8vw;
  margin: 0.5vw 0;
}

.ag-mini-maand {
  background: #fff;
  border-radius: 0.4vw;
  padding: 0.6vw 0.5vw;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.ag-mini-maand-titel {
  display: block;
  font-family: var(--font2);
  font-size: 0.65vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--kleur1);
  text-decoration: none;
  text-align: center;
  margin-bottom: 0.35vw;
  transition: color 0.12s;
}

.ag-mini-maand-titel:hover {
  color: var(--kleur10);
}

.ag-mini-weekdagen {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0.15vw;
  border-bottom: 1px solid #f0f2f4;
  padding-bottom: 0.15vw;
}

.ag-mini-weekdagen span {
  font-size: 0.45vw;
  text-align: center;
  color: var(--kleur1);
  font-family: var(--font2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ag-mini-dagen {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
}

.ag-mini-leeg {
  visibility: hidden;
}

.ag-mini-dag {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.1vw 0;
  text-decoration: none;
  border-radius: 0.2vw;
  transition: background 0.1s;
}

.ag-mini-dag:hover {
  background: #ededfa;
}

.ag-mini-nr {
  font-size: 0.52vw;
  font-family: var(--font1);
  color: var(--kleur10);
  line-height: 1.3;
}

.ag-mini-wedag .ag-mini-nr {
  color: var(--kleur3);
}

.ag-mini-vandaag .ag-mini-nr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1vw;
  height: 1vw;
  background: var(--kleur1);
  color: #fff;
  border-radius: 50%;
  font-size: 0.46vw;
}

.ag-mini-stippen {
  display: flex;
  gap: 1px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1px;
}

.ag-mini-stip {
  display: inline-block;
  width: 0.28vw;
  height: 0.28vw;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ============================================================
   Weekrooster (wk.php)
   ============================================================ */

.ag-week-container {
  border-radius: 0.5vw;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  margin: 0.5vw 0;
}

.ag-week-headers {
  display: grid;
  grid-template-columns: 3.8vw repeat(7, 1fr);
  background: #fff;
}

.ag-week-uren-leeg {
  border-right: 1px solid var(--kleur4);
}

.ag-week-dagheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.55vw 0;
  text-decoration: none;
  color: inherit;
  border-left: 1px solid #f0f2f4;
  border-bottom: 2px solid var(--kleur4);
  transition: background 0.12s;
}

.ag-week-dagheader:hover {
  background: #f5f7ff;
}

.ag-week-dagheader-naam {
  font-size: 0.52vw;
  font-family: var(--font2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--kleur2);
}

.ag-week-dagheader-nr {
  font-size: 1.1vw;
  font-weight: 600;
  font-family: var(--font2);
  color: var(--kleur10);
  line-height: 1.2;
}

.ag-week-vandaag {
  background: #f0f0ff;
}

.ag-week-vandaag .ag-week-dagheader-nr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6vw;
  height: 1.6vw;
  background: var(--kleur1);
  color: #fff;
  border-radius: 50%;
  font-size: 0.85vw;
}

.ag-week-wedag .ag-week-dagheader-naam,
.ag-week-wedag .ag-week-dagheader-nr {
  color: var(--kleur3);
}

.ag-week-dagitems {
  display: grid;
  grid-template-columns: 3.8vw repeat(7, 1fr);
  background: #fff;
  border-bottom: 1px solid var(--kleur4);
}

.ag-week-dagitems-dag {
  min-height: 1.4vw;
  padding: 0.2vw 0.15vw;
  border-left: 1px solid #f0f2f4;
  display: flex;
  flex-direction: column;
  gap: 0.12vw;
}

.ag-week-dagitem {
  display: block;
  padding: 0.1vw 0.3vw;
  border-radius: 0.2vw;
  font-family: var(--font1);
  font-size: 0.5vw;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.9;
  transition: opacity 0.12s;
}

.ag-week-dagitem:hover {
  opacity: 1;
}

.ag-week-tijdlijn {
  display: flex;
  background: #fff;
}

.ag-week-tijdlijn .ag-tijdlijn-uren {
  border-right: 1px solid var(--kleur4);
  padding-top: 0.5vw;
}

.ag-week-tijdlijn .ag-tijdlijn-grid {
  border-radius: 0;
  box-shadow: none;
}

.ag-week-daglijn {
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #edf0f3;
  pointer-events: none;
}

.sw-praktijk {
  height: auto !important; padding: 10px 0.8vw !important;
  background: var(--kleur9) !important; opacity: 1 !important;
  display: flex !important; align-items: center;
  border-top: 1px solid var(--kleur3) !important; box-shadow: none !important;
}
.sw-praktijk:hover { background: var(--kleur5) !important; }
.sw-praktijk form { width: 100%; }
.sw-praktijk select {
  width: 100%; font-size: 0.85vw; font-family: var(--font1);
  border: none; background: transparent; color: var(--kleur2);
  cursor: pointer; outline: none;
}
