:root {
  --kleur1: #ddaba0;
  --kleur2: #c2a6b1;
  --kleur3: #5c595c;
  --kleur4: #ddaba0c1;
  --kleur5: #ffffff;

  --waas1: #ddaba0c1;
  --waas2: #c2a6b1c1;
  --waas3: #5c595cc1;
  --waas4: #ddaba0c1;
  --waas5: #ddaba0c1;

  --1kleur1: #ddaba0;
  --1kleur2: #97697b;
  --1kleur3: #7f7d60;
  --1kleur4: #866b5b;
  --1kleur5: #5c595c;

  --2kleur1: #8bcacc;
  --2kleur2: #c2a6b1;
  --2kleur3: #a6d7c4;
  --2kleur4: #798279;
  --2kleur5: #786178;

  --3kleur1: #727b5d;
  --3kleur2: #97697b;
  --3kleur3: #5c6a65;
  --3kleur4: #6c787b;
  --3kleur5: #5c595c;
}

@font-face {
  font-family: "ZenKaku";
  src: url("ZenKaku.ttf") format("truetype");
}

html,
body {
  margin: auto;
  width: 100%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

/* Indeling */

.paralax {
  position: relative;
  height: 100vh;
  margin: 0 0 0 0;
  scroll-behavior: smooth;
  background-image: url("/plaatjes/4.jpeg");
  background-attachment: fixed;
  background-position: 75% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}

.mij {
  position: relative;
  width: 40vh;
  height: 30vh;
  margin: 1vw 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);
}

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

.paralax2 {
  position: relative;

  background: #f5ecec;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.paralax3 {
  position: relative;
  background: #fff;
  height: 90vh;
  padding: 4vw 10vw 0 10vw;
  justify-content: space-between;
  background-image: url("/plaatjes/lamp.jpeg");
  background-attachment: fixed;
  background-position: 75% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

@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;
  bottom: 4vw;
  right: 4vw;
  left: 56vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}

.venster {
  text-align: left;
  width: 40vw;
  height: 14vw;
  padding: 1vw 2vw;
  margin: 0 0 3vw 0;
  border: 1px solid #fff;
  background: var(--waas1);
  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;
  background-image: url("/plaatjes/2.jpeg");
  background-attachment: fixed;
  background-position: 75% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Voorstuk */

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

.uw {
  width: 85vw;
  height: 100vh;

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

.u1 {
  position: relative;
  width: 40vw;
  height: 85vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-content: start;
}

.u2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 40vw;
  height: 85vh;
}

.udeel {
  width: 100%;

  margin: 0 0 1vw 0;
  padding: 2vw;
  background: #fff;
  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 {
  object-position: top;
  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);
}

.prijs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vw;
  text-align: left;
  overflow-x: visible;
  white-space: nowrap;
}

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

.vov {
  position: relative;
  width: 40vw;
  height: 80vh;
  text-align: left;
}

/* Algemeen */

h1 {
  font-family: "ZenKaku", cursive;
  color: #fff;
  font-size: 5vw;
  text-transform: uppercase;
  opacity: 1;
  line-height: 5vw;
  margin: 0;
}

h2 {
  font-family: "ZenKaku", cursive;
  color: var(--kleur3);
  font-weight: 900;
  font-size: 1.3vw;
  opacity: 1;
  text-transform: uppercase;
  margin: 0;
}

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

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

p {
  font-family: "ZenKaku", cursive;
  color: var(--kleur3);
  font-weight: 900;
  font-size: 1vw;
  opacity: 1;
}

.p1 {
  font-family: "Oooh Baby", cursive;
  font-size: 4vh;
  font-weight: bold;
  line-height: 3vh;
  color: var(--kleur1);
  text-decoration: none;
}

.p2 {
  font-family: "ZenKaku", cursive;
  color: #fff;
  font-weight: 900;
  font-size: 1vw;
  opacity: 1;
}

hr {
  border: 0;
  margin: 2vw 0;
  height: 1px;
  background: var(--kleur5);
}

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;
}

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

.logoklein {
  width: 6vw;
  object-fit: contain;
}

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

  object-fit: contain;
}

.logolinks {
  position: absolute;
  top: 8vw;
  left: 4vw;
  width: 12vw;
  height: 15vw;
  background-image: url("/plaatjes/logo.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.logolinks:hover {
  opacity: 0.5;
}

.titel {
  position: absolute;
  right: 4vw;
  top: 7.8vw;
  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;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 5vw;
  cursor: pointer;
  transition: top 0.3s ease 0s;
  overflow-x: hidden;
  background: var(--kleur1);
  z-index: 999;
}

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

.kruisdoos {
  position: absolute;
  top: 0.7vw;
  right: 1.4vw;
  width: 3vw;
  height: 3vw;
  display: inline-block;
  cursor: pointer;
  background-image: url("/plaatjes/doos.png");
  filter: invert();
  transition: all 1s;

  background-repeat: no-repeat;
  background-size: cover;
}

.kruisdoos:hover {
  transform: rotate(-90deg);
}

.kruisdoos:focus {
  transform: rotate(-90deg);
}

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

.bars {
  position: absolute;
  top: 0.7vw;
  right: 1.4vw;
  width: 1.8vw;
  display: inline-block;
  cursor: pointer;
}

.bar1 {
  float: right;
  width: 1.8vw;
  height: 0.3vw;
  background-color: #333;
  margin: 0.2vw 0;
  transition: 0.4s;
  transform: translate(0, 0.7vw) rotate(-45deg);
}

.bar2 {
  float: right;
  width: 1.8vw;
  height: 0.3vw;
  background-color: #333;
  margin: 0.2vw 0;
  transition: 0.4s;
  opacity: 0;
}

.bar3 {
  float: right;
  width: 1.8vw;
  height: 0.3vw;
  background-color: #333;
  margin: 0.2vw 0;
  transition: 0.4s;
  transform: translate(0, -0.7vw) rotate(45deg);
}

.change .bar1 {
  transform: none;
}

.change .bar2 {
  opacity: 1;
}

.change .bar3 {
  transform: none;
}

.change {
  opacity: 0;
  margin-left: 100%;
}

.menu {
  position: absolute;
  top: 0.4vw;
  left: 2vw;
  right: 6vw;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  height: 2vw;
  width: 90%;
  margin-top: 1vw;
  text-align: justify;
  font-family: "ZenKaku", cursive;
  transition: 0.4s;
}

.menu ul {
  list-style: none;
  padding: 0 3vw;
  margin: 0;
  height: 2vw;
}

.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  top: 0;
}

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

a.lemma {
  font-family: "ZenKaku", cursive;
  font-size: 1.2vw;
  letter-spacing: 1vw;
  color: var(--kleur5);
  text-decoration: none;
  text-transform: uppercase;
}

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

/* Footer */

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

.footer ul {
  list-style: none;
  padding: 0 3%;
}

.foot li {
  display: inline-block;
}

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

a.voet {
  font-family: "ZenKaku", cursive;
  font-size: 0.8vw;
  letter-spacing: 1vw;
  color: var(--kleur5);
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.geg > p {
  position: relative;
  font-family: "ZenKaku", cursive;
  color: var(--kleur5);
  font-weight: 900;
  font-size: 1.1vw;
  opacity: 1;
}

.geg > p > a {
  text-decoration: none;
  color: var(--kleur5);
}

.geg > p > a:hover {
  color: var(--kleur3);
}

.wa {
  height: 2vw;
  margin: 1vw 0;
  opacity: 0.8;
  object-fit: cover;
}

/* 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);
  }
}

/* Social media */

#social {
  position: fixed;
  bottom: 1.5vw;
  left: 2vw;
  width: 2vw;
  visibility: hidden;
  z-index: +999;
}

#sociallinks {
  position: absolute;
  bottom: 1vw;
  left: 1.5vw;
  width: 1.2vw;
  visibility: hidden;
}

.list-unstyled {
  font-size: 1.2vw;
  margin-bottom: 0.5vw;
  float: right;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.list-inline li {
  display: inline-block;
}

.social-icons .fa,
.social-icons .fab,
.social-icons .fas {
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.social-icons .fa:hover,
.social-icons .fa:active,
.social-icons .fab:hover,
.social-icons .fab:active,
.social-icons .fas:hover,
.social-icons .fas:active {
  color: var(--kleur1);
  opacity: 0.8;
}

.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active,
.social-icons.icon-rotate .fab:hover,
.social-icons.icon-rotate .fab:active,
.social-icons.icon-rotate .fas:hover,
.social-icons.icon-rotate .fas:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.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 */

.koek {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 20vw;
  left: 2vw;
  text-align: center;
  width: 4.5vw;
  height: 25vw;
  margin-left: 0.5vw;
  padding: 1vw;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 1s ease-in-out;
}

.koektekst {
  height: 5vw;
  min-width: 20vw;
  margin-top: 10vw;
  padding: 1.2vw;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.koektekst > p {
  font-family: "ZenKaku", cursive;
  font-size: 1.2vw;
  font-style: normal;
  line-height: 1.2vw;
  color: var(--kleur1);
  color: #fff;
  text-decoration: none;
}

.koekknop {
  position: absolute;
  bottom: 1vw;
  border: 1px solid #fff;
  border-radius: 0.2vw;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Contact */

.loggen {
  position: absolute;
  top: 25vw;
  left: 18vw;
  width: 50vw;
  margin: auto;
  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: 1.5vw;
  font-style: normal;
  line-height: 1.5vw;
  color: #fff;
  background: var(--kleur1);
  opacity: 0.7;
  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;
}

.contactknop {
  height: 3vw;

  padding: 0.5vw;
  font-family: "ZenKaku", cursive;
  font-size: 1.2vw;
  font-style: normal;
  line-height: 1.2vw;
  background: var(--kleur1);
  color: #fff;
  border: 1px solid var(--kleur1);
  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);
}

.contactknop:hover {
  background: var(--kleur3);
  color: #f7faff;
}

/* Reviews */

.reviews {
  position: relative;
  width: 60vw;

  margin: 20vw 20vw;
  height: auto;
  text-align: left;
  table-layout: fixed;

  border-spacing: 0 1.5vw;
}

.reviews th {
  width: 100%;
  font-family: "ZenKaku", cursive;
  color: var(--kleur5);
  font-size: 1.5vw;
  text-transform: uppercase;
  opacity: 1;
  line-height: 1.5vw;
  padding: 1.5vw 0;
  background: transparent;
}

.reviews td {
  width: 100%;
  font-family: "ZenKaku", cursive;
  color: var(--kleur1);
  font-size: 1.2vw;

  opacity: 1;
  line-height: 1.5vw;
  padding: 1.5vw;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 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;
}
