:root {
  --kleur1: #cfa07a;
  --kleur2: #cc674c;
  --kleur3: #977349;
  --kleur4: #513f30;
  --kleur5: #ffffff;

  --waas1: #cfa07ac1;
  --waas2: #cc674cc1;
  --waas3: #5c595c47;
  --waas4: #977349c1;
  --waas5: #97734948;

  --font1: "Parisienne";
  --font2: "ZenKaku";
}

@font-face {
  font-family: "ZenKaku";
  src: url("ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Parisienne";
  src: url("Parisienne-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Twee kollomen */

.c2 {
  columns: 2;
  orphans: 2;
  gap: 4vw;
  padding: 1vw;
  font-size: 2vw;
  background-color: var(--waas3);
}

.c2 > p {
  font-size: 2vw;
  color: var(--kleur5);
}

/* Een venster */

.ev {
  width: 84vw;
  margin: 0 8vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

/* Twee vensters wrapper */

.bs {
  margin: 3vw 0 0 0;
  padding: 6vw 0 12vw 0;
}

.vovs {
  width: 85vw;
  margin: 0 8vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.vov {
  position: relative;
  width: 85vw;

  text-align: left;
}

/* Twee vensters lager op de pagina plus wrapper */

.svs {
  width: 84vw;
  height: 90vh;
  margin: 0 8vw;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.sv > .om {
  font-size: 2vw;
  margin: 1vh 0 0 0;
  padding: 2vw;
  color: var(--kleur5);
  background-color: var(--waas3);
}

.sv > .omf {
  margin: 0;
}

.sv {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 84vw;

  text-align: left;
  align-content: flex-start;
}

.sv > p {
  font-size: 2vw;
}

.sv > img {
  height: 20vh;
  object-position: center 20%;
}

.svv {
  position: relative;
  width: 83vw;

  text-align: left;

  padding: 1vw 2vw;
  margin: 3vw 0;
  border: 1px solid #fff;
  background: var(--waas4);
  filter: alpha(opacity=50);
  box-shadow: 2vw 2vw 3vw 0 rgba(0, 0, 0, 0.2),
    2vw 2vw 3vw 0 rgba(0, 0, 0, 0.19);
}

.svc {
  position: absolute;
  bottom: 2vh;
  width: 83vw;

  text-align: left;

  padding: 1vw 2vw;
  margin: 3vw 0;
  border: 1px solid #fff;
  background: var(--waas4);
  filter: alpha(opacity=50);
  box-shadow: 2vw 2vw 3vw 0 rgba(0, 0, 0, 0.2),
    2vw 2vw 3vw 0 rgba(0, 0, 0, 0.19);
}

.maan {
  position: absolute;
  margin-top: 20vw;
  width: 40vw;
  height: 40vw;
  object-fit: contain;
  z-index: 9;
  opacity: 0.4;
}

.ster {
  width: 2vw;
  height: 2vw;
  object-fit: contain;
  margin-right: 0.5vw;
  filter: brightness(0) saturate(100%) invert(40%) sepia(79%) saturate(266%)
    hue-rotate(352deg) brightness(100%) contrast(86%);
}

.sterwit {
  width: 4vw;
  height: 4vw;
  object-fit: contain;
  margin-right: 0.5vw;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
}

.sterretje {
  width: 1.2vw;
  height: 1.2vw;
  object-fit: contain;
  margin-right: 0.5vw;
  filter: brightness(0) saturate(100%) invert(21%) sepia(12%) saturate(1473%)
    hue-rotate(345deg) brightness(98%) contrast(83%);
}

html,
body {
  margin: 0;
  width: 100%;

  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  /* border: 1px solid red; */
}

/* Hide scrollbar for IE, Edge and Firefox */
*::-webkit-scrollbar {
  display: none;
}

/* Indeling */

.paralax {
  position: relative;
  background: #fff;
  min-height: 100vh;
  width: 100vw;
  margin: 0 0 0 0;
  scroll-behavior: smooth;
  background: url("/p/voorbaby.png");
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;

  transition: display 0.3s ease-in-out;
}

.paralax2 {
  position: relative;

  background: var(--kleur1);
  height: 100vh;
  width: 100vw;
  padding-top: 6vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.paralax3 {
  position: relative;
  background: #fff;
  min-height: 90vh;
  width: 100vw;
  padding: 10vw 0 0 0;
  justify-content: space-between;

  background: url("/p/lamp.jpeg");
  background-size: cover;

  background-position: 75% 25%;
  background-repeat: no-repeat;
}

.paralax3 > img {
  height: 100%;
  object-fit: cover;
  object-position: left top;
  animation: 50s wissel infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.paralaxa {
  position: relative;
  padding-top: 6vh;
  width: 100vw;
  min-height: 100vh;
  margin: 0 0 0 0;
  scroll-behavior: smooth;
  background: url("/p/voorbaby.png");
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;

  transition: display 0.3s ease-in-out;
}

.ik {
  position: absolute;
  bottom: 7vw;
  left: 10vw;
  width: 40vw;
  height: 50vh;
  object-position: left 25%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

.zit {
  position: relative;
  width: 100%;
  height: 20vh;
  margin: 5vw auto;
  object-position: left 25%;
  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.staar {
  margin: 5vh 0 0 0;
  object-position: left 50%;
}

.huil {
  margin: 2vh 0 0 0;
  object-position: 50% 50%;
}

.streep {
  position: absolute;
  right: 0;
  left: 0;
  padding: 4vw 0 0 0;
  width: 100%;
  height: 0.5vw;
  border-bottom: 0.5vw solid #a5baa5;
}

@keyframes wissel {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.paralax > img:nth-child(1) {
  animation-delay: 0s;
}
.paralax > img:nth-child(2) {
  animation-delay: 10s;
}
.paralax > img:nth-child(3) {
  animation-delay: 20s;
}
.paralax > img:nth-child(4) {
  animation-delay: 30s;
}
.paralax > img:nth-child(5) {
  animation-delay: 40s;
}

.vensters {
  position: absolute;
  top: 60vh;
  right: 4vw;
  left: 30vw;
  height: 35vh;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.vensterloos {
  text-align: right;
  width: 100%;
  height: 10vh;
  margin: 0 0 3vw 0;
}

.venster {
  text-align: left;
  width: 66vw;
  height: 22vh;
  padding: 0 3vw;
  margin: 0 0 3vw 0;
  border: 1px solid #fff;
  background: var(--waas4);
  filter: alpha(opacity=50);
  box-shadow: 2vw 2vw 3vw 0 rgba(0, 0, 0, 0.2),
    2vw 2vw 3vw 0 rgba(0, 0, 0, 0.19);
}

.hoofdpagina {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.middenpagina {
  position: relative;
  width: 100%;
  min-height: 90vh;
}

/* Voorstuk */

.voorstuk {
  background: transparent;
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 4vw 6vw 4vw 6vw;
}

.uw {
  width: 88vw;
  height: 100vh;
  padding: 5vw 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
}

.u1 {
  position: relative;
  width: 42vw;
  height: 85vh;
}

.u2 {
  position: relative;

  width: 40vw;
  height: 85vh;
}

.u2 > img {
  object-position: center 50%;
}

.udeel {
  width: 100%;

  margin: 3vw 0 1vw 0;
  padding: 2vw;

  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 1s;
}

.ufot {
  float: right;
  width: 40%;
  margin: 1.3vw;
  object-fit: contain;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ufot1 {
  width: 48%;
  margin: 0 0 0 0;
  transition: all 1s;
}

.ufot2 {
  width: 48%;

  margin: 0 0 0 0;

  transition: all 1s;
}

.ufot3 {
  width: 100%;
  height: 40vh;
  padding: 5%;
  margin: 3vw 0 0 0;
  background-image: url("/plaatjes/bureau.jpeg");
  transition: all 1s;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.u {
  position: relative;
  width: 30%;
  height: 85vh;
  padding: 2vw;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
}

.u > ul {
  list-style: none;
  margin: 5vw 1vw;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.8vw;
  font-style: normal;
  line-height: 4.5vw;
  color: var(--kleur3);
}

/* Tarieven */

.trajecten {
  width: 84vw;
  height: 90vh;
  margin: 0 8vw;
  padding: 2vh 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.tarieven {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;

  gap: 1vw;
  text-align: left;
  table-layout: fixed;
  font-family: var(--font2);
  border-collapse: collapse;
}

.tar {
  position: relative;
  width: calc((100% / 2) - 0.5vw);
  color: var(--kleur2);
  font-size: 1vw;
  padding: 3vw 3vw 12vw 3vw;
  opacity: 1;
  line-height: 1.5vw;
  border-radius: 3vw;
  background: #ffffffd0;
  margin: 0 0 1vw 0;

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

.tar > h1 {
  color: var(--kleur4);
  font-size: 2.5vw;
  font-style: bold;
  line-height: 3vw;
  text-align: center;
  margin: 0 0 1vw 0;
}

.tar > p {
  text-indent: -2vw;
  padding-left: 2vw;
  color: var(--kleur3);
  font-size: 1.8vw;
  line-height: 3vw;
  margin: 0.2vw;
}

.tar > a {
  position: absolute;
  bottom: 3vw;
  right: 3vw;

  left: 3vw;
  text-align: center;
}

.tar > p:first-of-type {
  color: var(--kleur2);
  text-align: center;
  margin: 0 0 1vw 0;
}

.mg {
  width: 8vw;
  height: 8vw;
  background-color: var(--kleur2);
  aspect-ratio: 1;
  position: absolute;
  top: 4vw;
  right: 1vw;
  clip-path: polygon(
    100% 50%,
    94.14% 58.78%,
    96.19% 69.13%,
    87.42% 75%,
    85.36% 85.36%,
    75% 87.42%,
    69.13% 96.19%,
    58.78% 94.14%,
    50% 100%,
    41.22% 94.14%,
    30.87% 96.19%,
    25% 87.42%,
    14.64% 85.36%,
    12.58% 75%,
    3.81% 69.13%,
    5.86% 58.78%,
    0% 50%,
    5.86% 41.22%,
    3.81% 30.87%,
    12.58% 25%,
    14.64% 14.64%,
    25% 12.58%,
    30.87% 3.81%,
    41.22% 5.86%,
    50% 0%,
    58.78% 5.86%,
    69.13% 3.81%,
    75% 12.58%,
    85.36% 14.64%,
    87.42% 25%,
    96.19% 30.87%,
    94.14% 41.22%
  );
}

.mg > p {
  color: var(--kleur5);
  font-size: 1.3vw;
  line-height: 1.3vw;
  text-align: center;
  text-transform: uppercase;
  margin: 0.2vw;
  padding: 2.5vw 0;
  transform: rotate(-10deg);
}

/* Algemeen */

h1 {
  font-family: var(--font2);
  color: #fff;
  font-size: 8vw;
  text-transform: uppercase;
  opacity: 1;
  line-height: 8vw;
  margin: 0;
}

h2 {
  font-family: var(--font2);
  color: var(--kleur5);
  font-weight: 900;
  font-size: 4vw;
  opacity: 1;
  text-transform: uppercase;
  margin: 0;
}

h3 {
  font-family: "ZenKaku", cursive;
  color: var(--kleur3);

  font-weight: bold;
  font-size: 3vw;
  opacity: 1;
  text-transform: uppercase;
  margin: 0;
}

h4 {
  font-family: var(--font2);
  color: var(--kleur5);
  font-weight: 900;
  font-size: 2vw;
  opacity: 1;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

p {
  font-family: var(--font2);
  color: var(--kleur4);
  font-weight: 900;
  font-size: 2.5vw;
  opacity: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}

.p1 {
  font-family: var(--font1);
  font-size: clamp(1.5rem, 5vw, 3rem);
  line-height: 1.1;

  color: var(--kleur5);
  text-decoration: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.p2 {
  font-family: "ZenKaku", cursive;
  color: #fff;

  font-size: 3vw;
  opacity: 1;
}

.pk {
  font-family: var(--font2);
  color: #fff;
  font-weight: 900;
  font-size: 0.8vw;
  opacity: 1;
}

.av {
  columns: 2;
  font-family: var(--font2);
  color: var(--kleur5);
  font-weight: 900;
  font-size: 2.5vw;
  opacity: 1;
}

.tip {
  text-indent: -2vw;
  padding-left: 2vw;
}

.tip::before {
  content: "";
  position: relative;
  display: inline-block;
  z-index: 10;
  background-image: url("/css/i/ster.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5vw;
  height: 1.5vw;
  object-fit: contain;
  margin-right: 0.5vw;
  filter: brightness(0) saturate(100%) invert(21%) sepia(12%) saturate(1473%)
    hue-rotate(345deg) brightness(98%) contrast(83%);
}

.klik {
  font-size: 2.5vw;
  color: var(--kleur5);
  text-decoration: none;
}

.klik:hover {
  color: var(--kleur4);
}

.klikdonker {
  color: var(--kleur2);
  text-decoration: none;
}

.klikdonker:hover {
  color: var(--kleur4);
}

.klikblog {
  font-family: var(--font2);
  color: #fff;
  font-weight: 900;
  font-size: 2.5vw;
  opacity: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.klikblog:hover {
  color: var(--kleur4);
}

.columns {
  text-align: left;
}

hr {
  display: none;
}

ul.p2 {
  display: inline-block;
  font-family: "ZenKaku", cursive;
  color: #fff;
  font-weight: 900;
  font-size: 1vw;
  opacity: 1;
  margin: 0;
  padding: 0;
  top: 0;
}

ul.p2 > li {
  margin: 0 0 0 2vw;
  padding: 0 0 0 2vw;
}

.logos {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  bottom: 4vw;
  right: 0;
  width: 100%;
}

.log {
  width: 100%;

  object-fit: contain;
}

.logo {
  position: absolute;
  top: 10vw;
  right: 10%;
  width: 50%;
  object-fit: contain;
}

.logoklein {
  width: 30%;
  object-fit: contain;
}

.logo2 {
  position: absolute;
  top: 17vw;
  right: 35%;
  width: 30%;

  object-fit: contain;
}

.logolinks {
  position: absolute;
  top: 60vw;
  left: 4vw;
  width: 60vw;
  height: 60vw;
  background-image: url("/p/logo.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.titel {
  position: absolute;
  right: 4vw;
  top: 40vw;
  width: 78%;
  margin: 0;
  padding: 0 0 4vw 0;
  text-align: right;
  transition: left 2s;
  transition: opacity 2s;
}

.ondertitel {
  position: absolute;
  right: 4vw;
  top: 8vw;
  margin: 0;
  padding: 0;
  text-align: right;
  transition: left 2s;
  transition: opacity 2s;
}

/* Navigatie */

.container {
  position: fixed;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--waas2);
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 0;
  padding-top: 20vh;
  z-index: 0;
  transition: all 0.5s ease;
}

.containerna {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 5vw;
  cursor: pointer;
  background: var(--waas1);
  z-index: 999;
}

.menu {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  left: 4vw;
  right: 4vw;
  cursor: pointer;
  opacity: 1;
  width: 92vw;
  margin-top: 1vw;
  text-align: justify;
  font-family: var(--font2);
  transition: all 0.4s ease-in-out;
}

.menu-hoofd {
  display: inline-block;
  width: 100%;

  margin: 0 0 2vw 0;
  padding: 1.5vw;
  cursor: pointer;
  color: var(--kleur5);
  text-align: left;

  transition: all 0.4s ease-in-out;
}

.lemma {
  font-family: var(--font2);
  font-size: 4vw;
  line-height: 2.3vw;
  letter-spacing: 0.3vw;

  color: var(--kleur5);
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.menu-sub {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2vh 0 0 0;
  text-align: left;
  transform: translateY(-2em);
  z-index: 90;
  cursor: pointer;
  list-style: none;
  transition: all 0.4s ease-in-out;
}

.menu-hoofd:hover .menu-sub {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

.menu-sub-link {
  width: 50%;
  height: 3vh;
  padding: 1vh;
  margin-bottom: 1vw;

  transition: all 0.4s ease-in-out;
}

.menu-sub li > a {
  font-family: var(--font2);
  font-size: 1.5vh;
  line-height: 0.8vh;
  letter-spacing: 0.3vw;

  color: var(--kleur5);
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

@keyframes draai {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.menu-kruis {
  position: fixed;
  display: inline-block;
  top: 2vh;
  right: 2vh;
  width: 10vw;
  height: 10vw;
  margin: 0 0 2vw 0;
  padding: 2.8vw 2vw;
  cursor: pointer;
  color: var(--kleur5);
  text-align: center;
  background-color: var(--kleur2);

  border-radius: 50%;
  z-index: 999;
}

.bars {
  position: relative;
  width: 6vw;
  height: 6vw;
  display: inline-block;
  cursor: pointer;
}

.bar1 {
  float: right;
  width: 6vw;
  height: 0.5vw;
  background-color: var(--kleur5);
  margin: 0.5vw 0;
  transition: 0.4s;
  transform: none;
}

.bar2 {
  float: right;
  width: 6vw;
  height: 0.5vw;
  background-color: var(--kleur5);
  margin: 0.5vw 0;
  transition: 0.4s;

  opacity: 1;
}

.bar3 {
  float: right;
  width: 6vw;
  height: 0.5vw;
  background-color: var(--kleur5);
  margin: 0.5vw 0;
  transition: 0.4s;
  transform: none;
}

.change .bar1 {
  transform: translate(0, 1.4vw) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -1.4vw) rotate(45deg);
}

.change {
  opacity: 0;
}

.cchange {
  opacity: 1;
  z-index: 900;
}

/* Footer */

.footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 10vh;
  margin: 0;
  overflow: hidden;
  text-align: justify;
  font-family: "ZenKaku", cursive;
  background: var(--kleur1);
}

.footer ul {
  position: absolute;
  bottom: 2.5vw;
  left: 0;
  width: 100vw;
  list-style: none;
  padding: 0 3%;
}

.foot li {
  display: inline-block;
  height: 1vw;
}

.filler {
  width: 100%;
  display: inline-block;
  height: 0;
  padding: 0;
}

a.voet {
  font-family: "ZenKaku", cursive;
  font-size: 1.5vw;

  color: var(--kleur5);
  text-decoration: none;
  text-transform: uppercase;
}

a.voet:hover {
  color: var(--kleur3);
}

.geg {
  width: 100%;
  margin: 2vw;
  padding: 0 5vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.gegvoet {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;

  gap: 1vw;
}

.klikvoet {
  font-size: 2vw;
  color: var(--kleur5);
  text-decoration: none;
}

/* Loader */

#pagina {
  height: 100%;
}

#loader {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 10vw auto;
}

#loader div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

#loader div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
}

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

#loader div:nth-child(1):after {
  background: #f7e6e2;
  top: 63px;
  left: 63px;
}

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

#loader div:nth-child(2):after {
  background: #f5ddd7;
  top: 68px;
  left: 56px;
}

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

#loader div:nth-child(3):after {
  background: #efd0c9;
  top: 71px;
  left: 48px;
}

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

#loader div:nth-child(4):after {
  background: #e9bfb6;
  top: 72px;
  left: 40px;
}

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

#loader div:nth-child(5):after {
  background: #ddaba0;
  top: 71px;
  left: 32px;
}

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

#loader div:nth-child(6):after {
  background: #c18e82;
  top: 68px;
  left: 24px;
}

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

#loader div:nth-child(7):after {
  background: #98675b;
  top: 63px;
  left: 17px;
}

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

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

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

/* Credits */

.cred {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0 3%;
  text-align: right;
}

.cred p {
  font-size: 1.2vw;
}

/* FAQs */

.faq {
  position: relative;
  width: 84vw;
  margin: 0 8vw 3vw 8vw;
  text-align: left;
}

.faq-item {
  font-family: var(--font2);
  color: var(--kleur2);
  font-weight: 900;
  font-size: 2vw;
  opacity: 1;
  /* text-transform: uppercase; */
  font-weight: bold;
  margin: 0 2vw 0 0;

  cursor: pointer;
}

.vraag {
  font-weight: bold;
}

.antwoord {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-family: var(--font2);
  color: var(--kleur3); /* kleur5 is overschreven, dus weg ermee */
  font-weight: 900;
  padding-left: 2vw;
  text-transform: none;
  margin: 0.5vw 0 0.5vw 0;
}

.faq-item.open .antwoord {
  max-height: 40vh;
}

.pijl {
  display: inline-block;
  margin-right: 1.2vw;
  font-size: 1.2vw;
  transition: transform 0.3s ease;
}

/* Draai pijltje wanneer open */
.faq-item.open .pijl {
  transform: rotate(-90deg);
}

/* Social media */

#social {
  position: fixed;
  top: 90vh;
  left: 2vw;
  width: 2vw;
  visibility: hidden;
  z-index: +999;
}

.social {
  position: fixed;

  bottom: 1.5vw;
  left: 2vw;
  width: 8vw;
  visibility: visible !important;
  z-index: +999;
}

.slinks {
  display: flex;
  flex-wrap: wrap;
  bottom: 1vw;
  left: 1.5vw;
  width: 8vw;
}

.slink {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-position: 0% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8vw;
  height: 8vw;
  visibility: visible !important;
  filter: brightness(0) saturate(100%) invert(40%) sepia(79%) saturate(266%)
    hue-rotate(352deg) brightness(100%) contrast(86%);
}

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

  background-position: 0% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  width: 4vw;
  height: 4vw;
  filter: brightness(0) saturate(100%) invert(40%) sepia(79%) saturate(266%)
    hue-rotate(352deg) brightness(100%) contrast(86%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);

  margin: 0;
}

.glink {
  position: absolute;
  display: inline-block;

  background-position: 10% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  width: 3vw;
  height: 3vw;

  filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(324%)
    hue-rotate(326deg) brightness(99%) contrast(92%);

  margin: 0.2vw 0.5vw 0 0;
}

.insta {
  background-image: url("/css/i/insta.png");
}

.meel {
  background-image: url("/css/i/meel.png");
}

.wats {
  background-image: url("/css/i/wats.png");
}

.whats {
  height: 4vw;
  width: 20vw;
  margin: 0;
  opacity: 0.8;
  object-fit: cover;
}

.zweefin {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

/* Cookies */

#kw {
  display: none;
}

.kw {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  top: 70vh;
  left: 5vw;
  width: 20vw;
  transition: left 1s ease-in-out;
  z-index: 900;
}

.kwtekst {
  text-align: center;
}

.kwtekst > p {
  font-family: var(--font2);
  font-size: 3vw;
  font-style: normal;
  line-height: 3vw;
  width: 100%;
  text-align: center;
  color: var(--kleur1);

  text-decoration: none;
}

.kwknop {
  display: inline-block;

  cursor: pointer;
  font-family: var(--font2);
  font-size: 2vw;

  text-transform: uppercase;
  color: #fff;

  margin: 0 auto;
  z-index: 1000;
}

.klikapp {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: center;
  text-decoration: none;
}

.klikapp > img {
  object-fit: cover;
  filter: brightness(0) saturate(100%) invert(46%) sepia(58%) saturate(528%)
    hue-rotate(326deg) brightness(92%) contrast(91%);
}

.klikapp > p {
  font-size: 3vw;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--kleur2);
  margin: 0;
}

/* Blog */

.vensterscol {
  position: relative;
  padding: 8vw 6vw;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}

.venstercol:nth-child(1) {
  width: 82vw;
}

.venstercol:nth-child(2) {
  width: 58vw;
  min-height: 90vh;
  padding: 1vw 3vw;
}

.venstercol:nth-child(3) {
  width: 30vw;
  padding: 1vw;
  border: 1px solid #fff;
  background: var(--waas2);
  filter: alpha(opacity=50);
  box-shadow: 2vw 2vw 3vw 0 rgba(0, 0, 0, 0.2),
    2vw 2vw 3vw 0 rgba(0, 0, 0, 0.19);
  font-family: var(--font2);
  color: var(--kleur4);
  font-size: 0.8vw;
  font-style: normal;
  line-height: 0.8vw;
}

/* Contact */

.loggen {
  position: relative;
  margin-top: 20vw;
  margin-left: 18vw;
  width: 50vw;
  height: 90vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}

.contact {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  top: 6%;
  left: 2%;
  right: 2%;
  bottom: 5%;
  padding: 5%;
  z-index: +5;
}

.contactform {
  width: 100%;
}

.groepform {
  width: 100%;
}

.veldform {
  width: 100%;
  margin: 1vw 0 1vw 0;
  padding: 1vw;
  border: 1px solid var(--kleur1);
  border-radius: 0.5vw;
  font-family: "ZenKaku", cursive;
  font-size: 3vw;
  font-style: normal;
  line-height: 3vw;
  color: var(--kleur4);
  font-weight: bolder;
  text-transform: uppercase;
  opacity: 1;
  resize: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.labelform {
  width: 100%;
  height: 5vh;
  margin: 2vh 0;
  font-family: "ZenKaku", cursive;
  font-size: 2.5vh;
  font-style: normal;
  line-height: 2.5vh;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.knop {
  display: inline-block;
  padding: 1vw;
  font-family: var(--font2);
  font-size: 2vw;
  line-height: 2vw;
  background: var(--kleur2);
  color: #fff;
  border: 1px solid var(--kleur5);
  border-radius: 0.5vw;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.2s ease-in-out;
}

.knop:hover {
  background: var(--kleur3);
  transform: rotate(-5deg);
}

/* Contact gegevens */

.cg {
  position: relative;

  width: 100%;
  height: auto;
  padding: 2vw;
  text-align: left;
  table-layout: fixed;
  font-family: var(--font2);
  background: #fff;
  border-radius: 0.5vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cg th {
  width: 100%;

  color: var(--kleur2);
  font-size: 5vw;
  text-transform: uppercase;
  opacity: 1;
  line-height: 5vw;
  background: transparent;
  padding-bottom: 2vw;
}

.cg td {
  width: 100%;
  color: var(--kleur4);
  font-size: 2vw;
  opacity: 1;
  line-height: 3vw;
}

.cg td > .klikdonker {
  padding-left: 5vw;
}

/* Reviews */

.reviews {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.5vw;
  text-align: left;
  table-layout: fixed;
  font-family: var(--font2);
  background: #fff;
  border-radius: 0.5vw;
}

.reviews th {
  width: 50%;

  color: var(--kleur2);
  font-size: 4vw;
  text-transform: uppercase;
  opacity: 1;
  line-height: 4vw;
  background: transparent;
}

.reviews td {
  width: 50%;
  color: var(--kleur4);
  font-size: 3vw;
  opacity: 1;
  line-height: 3vw;
}

/* Succes */

.succes {
  position: relative;

  margin: 0 8vw;
  width: 84vw;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}

.succes:nth-child(1) {
  width: 84vw;
}

.succes:nth-child(2) {
  width: 54vw;
  min-height: 60vw;
  padding: 1vw;
  border: 1px solid #fff;
  background: var(--waas4);
  filter: alpha(opacity=50);
  box-shadow: 2vw 2vw 3vw 0 rgba(0, 0, 0, 0.2),
    2vw 2vw 3vw 0 rgba(0, 0, 0, 0.19);
}

.succes:nth-child(3) {
  width: 30vw;
  padding: 1vw;
  border: 1px solid #fff;
  background: var(--waas2);
  filter: alpha(opacity=50);
  box-shadow: 2vw 2vw 3vw 0 rgba(0, 0, 0, 0.2),
    2vw 2vw 3vw 0 rgba(0, 0, 0, 0.19);
  font-family: var(--font2);
  color: var(--kleur4);
  font-size: 0.8vw;
  font-style: normal;
  line-height: 0.8vw;
}

.sucfot {
  position: relative;
  width: 25vw;
  height: 50vh;

  border: 1px solid #fff;

  object-fit: cover;

  box-shadow: 2vw 2vw 3vw 0 rgba(0, 0, 0, 0.2),
    2vw 2vw 3vw 0 rgba(0, 0, 0, 0.19);
}

/* Inspiratie */

img {
  width: 100%;
}

.thumbnails {
  position: relative;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 50%));
  -ms-grid-columns: repeat(auto-fill, minmax(30%, 50%) 2fr);
  width: 95%;
  margin: 25vw 2.5vw 5vw 2.5vw;
  height: auto;
  background: transparent;
  padding: 1%;
}

.thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1%;
}

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

#short {
  grid-row: span 4;
  -ms-grid-row-span: 4;
  -ms-grid-row: 4;
}

#tall {
  grid-row: span 7;
  -ms-grid-row-span: 7;
  -ms-grid-row: 7;
}

.thumbnail:hover {
  background-color: transparent;
}

.thumbnail span {
  position: absolute;
  visibility: hidden;
  background-color: #232323;
  width: 100%;
  height: auto;
  margin-top: 36%;
  padding: 1% 0.5%;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.thumbnail:hover span {
  /*CSS for enlarged image on hover*/
  visibility: visible;
  transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
}

.overfoto {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1%;
  color: #fff;
}

.linkerhoek {
  float: left;
  width: 20%;
  height: auto;
  padding: 0%;
  margin: 1% 0%;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 1000ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  overflow: scroll;
  z-index: 150;
}

.popupfoto {
  margin: 10vw auto;
  border: 1px solid #fff;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

/* Werkwijze */

.wws {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  padding: 2vw 0 0 0;
}

.ww:nth-child(even) {
  width: 80%;
  margin: 0 0 2vh 10%;
  text-align: left;
  border-radius: 0.5vw;
  padding: 0 0.5vw 0.5vw 0.5vw;
  border: 1px solid #fff;
  background: var(--waas4);
  box-shadow: 2vw 2vw 3vw 0 rgba(0, 0, 0, 0.2),
    2vw 2vw 3vw 0 rgba(0, 0, 0, 0.19);
}

.ww:nth-child(odd) {
  width: 10%;
  height: fit-content;
  margin: 0 0 2vh 0;
  text-align: center;
  padding: 1vw;
  border-radius: 50%;
  background: var(--waas1);
  box-shadow: 2vw 2vw 3vw 0 rgba(0, 0, 0, 0.2),
    2vw 2vw 3vw 0 rgba(0, 0, 0, 0.19);
}

.ww > p {
  font-family: var(--font2);
  font-size: 2vw;
  opacity: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0;
}

.ww > p:nth-child(1) {
  font-family: var(--font2);
  color: var(--kleur5);
  font-weight: 900;
  font-size: 3vw;
  opacity: 1;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0;
}

.ww > img {
  width: 6vw;
  padding: 1vw;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
}

/* Over mij */

.nf {
  display: none;
}

.fg {
  font-size: 1.5vh;
}

.hidden {
  visibility: hidden;
}
