@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spicy+Rice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One&display=swap");
@keyframes jump {
  0% {
    transform: translate3d(-1rem, 0.67rem, 0) scale(1, 0.8);
  }
  25% {
    transform: translate3d(0, 0.1rem, 0);
  }
  50% {
    transform: translate3d(0, 0.67rem, 0) scale(1, 0.9);
  }
  75% {
    transform: translate3d(1rem, 0.1rem, 0);
  }
  100% {
    transform: translate3d(1rem, 0.67rem, 0);
  }
}
.birdie:before {
  animation-name: jump;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  animation-delay: 1.5s;
}

.birdie:before {
  content: "";
  background-image: url(../img/svg/birdie-l.svg);
  background-repeat: no-repeat;
  display: block;
  width: 2rem;
  height: 2rem;
  transform: translate(-1rem, 0.67rem);
}

@keyframes fadeIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
@keyframes moveLeft {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
@keyframes moveBack {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  100% {
    transform: translateY(-1rem);
    opacity: 0;
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.mailbox_image {
  animation: moveRight 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.container:not(.nav.container) {
  animation: fadeIn 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.card {
  animation: fadeInTop 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.card:nth-of-type(1) {
  animation-delay: 0.4s;
}
.card:nth-of-type(2) {
  animation-delay: 0.7s;
}
.card:nth-of-type(3) {
  animation-delay: 1s;
}
.card:nth-of-type(4) {
  animation-delay: 1.3s;
}
.card:nth-of-type(5) {
  animation-delay: 1.6s;
}
.card:nth-of-type(6) {
  animation-delay: 1.9s;
}
.card:nth-of-type(7) {
  animation-delay: 2.2s;
}
.card:nth-of-type(8) {
  animation-delay: 2.5s;
}
.card:nth-of-type(9) {
  animation-delay: 2.8s;
}
.card:nth-of-type(10) {
  animation-delay: 3.1s;
}
.card:nth-of-type(11) {
  animation-delay: 3.4s;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 93.7%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: -webkit-fill-available;
}

body {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

a,
button {
  font-size: initial;
  text-decoration: none;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-touch-callout: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.15rem);
  font-weight: 300;
  line-height: 1.7;
  color: rgb(84, 88, 95);
}
@media only screen and (min-width: 668px) {
  body {
    font-size: 1rem;
  }
}

a,
a:link,
a:active {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
a.current,
a:link.current,
a:active.current {
  color: rgb(195, 73, 36);
}
a:hover:not(.current),
a:link:hover:not(.current),
a:active:hover:not(.current) {
  color: rgb(31, 155, 229);
}

p {
  letter-spacing: 0.013rem;
}
p:not(:last-of-type) {
  padding-bottom: 1rem;
}

.font-test p {
  font-family: "Klee One", cursive;
  font-size: 1.2rem;
  letter-spacing: 0;
}

h1 {
  font-weight: 200;
}

h2 {
  font-size: 1.25rem;
  font-weight: 300;
}

h3 {
  font-size: clamp(1rem, 2.5vw, 1.05rem);
  font-weight: 300;
}
h3 span {
  font-size: 0.9rem;
  font-weight: 200;
}

h4 {
  font-weight: 500;
}
h4 span {
  color: rgb(202, 66, 70);
}

.note {
  display: none;
}
.note .puntjes {
  font-style: italic;
}

.heading {
  font-family: "Poppins", sans-serif;
  font-size: max(2.1rem, 1.8vw);
  text-transform: uppercase;
  color: rgb(62, 65, 71);
}
.heading-thin, .heading-bold {
  line-height: 1;
  letter-spacing: -0.1rem;
}
.heading-thin {
  font-weight: 100;
  transform: scaleY(1.15) translate(0, 3.25px);
}
.heading-thin > span {
  font-weight: 200;
  text-transform: lowercase;
  font-size: 1.3rem;
  transform: scaleY(0.9) translate(1px, -1px);
  line-height: 0.8;
  display: inline-block;
  letter-spacing: initial;
}
.heading-bold {
  font-weight: 800;
  transform: scaleY(1.2);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.subnav {
  /* Default value */
  display: flex; /* Default value */
  align-items: center;
  padding: 0.3rem 0;
  font-size: initial;
  text-transform: initial;
  max-width: 25rem;
  transform: translateY(0.5rem);
}
.subnav__item {
  white-space: nowrap;
}
.subnav__item:not(:last-child):after {
  content: "|";
  margin: 0 0.4rem;
}
.subnav__link, .subnav__link:link, .subnav__link:active {
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  padding: 0.2rem 0;
  background-color: inherit;
  color: inherit;
}
.subnav__link.play, .subnav__link:link.play, .subnav__link:active.play {
  color: rgb(232, 232, 232);
}
.subnav__link.test {
  color: transparent;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 3rem 2rem;
}

.card {
  position: relative;
  height: 14rem;
  cursor: pointer;
  box-shadow: 0px 18px 7px -15px rgba(0, 0, 0, 0.38);
  color: rgb(232, 232, 232);
}
.card__style {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: inherit;
  overflow: hidden;
  border-radius: 3px;
  padding: 1rem;
}
.card .front {
  /* Default value */
  display: flex; /* Default value */
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: rgb(241, 241, 241);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
.card .front h1 {
  font-size: max(2.4rem, 1.4vw);
  font-weight: 100;
  line-height: 1.4;
  text-align: center;
  margin-top: auto;
}
.card .front h1 + h1 {
  font-size: clamp(1.3rem, 1vw, 1.5rem);
}
.card .back * {
  font-size: 0.95rem;
  color: rgb(232, 232, 232);
}
.card .back--content {
  letter-spacing: 0.03rem;
  height: 100%;
  position: relative;
  /* Default value */
  display: flex; /* Default value */
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.card .back--head img {
  height: 3.3rem;
}
.card .back--titel {
  font-weight: 200;
}
.card .back--titel-sub {
  font-weight: 600;
}
.card .back--note {
  font-size: 0.9rem;
  font-style: italic;
}
.card .back--goto {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: rgb(232, 232, 232);
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card .back--goto.double {
  bottom: 15px;
  width: 90%;
  /* Default value */
  display: flex; /* Default value */
  justify-content: space-between;
}
.card .back--goto.double a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.card .back--head, .card .back--info, .card .back--info2, .card .back--goto {
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
.card:hover .front {
  height: 0;
  padding: 0 0.5rem;
}
.card:hover .front h1 {
  height: 0;
  transform: scale(0);
  opacity: 0;
}

.card.opl.wds20 .back--content {
  height: 80%;
}
.card.opl .back--info {
  text-align: right;
  align-self: flex-end;
  max-width: 18rem;
}
.card.opl .back--goto, .card.opl .back--goto a {
  text-align: left;
}
.card.opl .front {
  justify-content: center;
}
.card.opl .front img {
  overflow: hidden;
  transform: scale(1.05);
}
.card.opl .svg-wds {
  max-height: 5rem;
}
.card.opl .svg-cuisine {
  max-height: 7rem;
}
.card.opl .ani {
  max-height: 10rem;
}

.card.kraai .front {
  background-color: rgb(67, 159, 172);
}
.card.donk .front {
  background-color: rgb(15, 47, 97);
}
.card.cc .front {
  background-color: rgb(123, 22, 22);
}
.card.wind .front {
  background-color: rgb(8, 105, 172);
}
.card.aavp .front {
  color: rgb(16, 20, 25);
  background-color: rgb(229, 219, 195);
}
.card.login .front {
  background-color: rgb(39, 114, 68);
}
.card.riet .front {
  background-color: rgb(62, 65, 71);
}
.card.kraai .back {
  background-color: rgb(59, 58, 53);
}
.card.donk .back {
  background-color: rgb(62, 65, 71);
}
.card.cc .back {
  background-color: #bc2222;
}
.card.aavp .back {
  background-color: rgb(55, 12, 5);
}
.card.login .back {
  background-color: #34985b;
}
.card.riet .back {
  background-color: #0e0f11;
}
.card.opl.wds20 .back {
  background-color: rgb(173, 188, 76);
}
.card.opl.colors .back {
  background-color: rgb(193, 137, 205);
}
.card.opl.bakery .back {
  background-color: rgb(105, 80, 64);
}
.card.opl.cuisine .back {
  background-color: rgb(65, 140, 159);
}
.card.opl.piper .back {
  background-color: rgb(90, 150, 191);
}
.card.opl.tabel .back {
  background-color: rgb(41, 123, 157);
}
.card.opl.ps .back {
  background-color: rgb(17, 141, 141);
}
.card.opl.animate .back {
  background-color: rgb(62, 65, 71);
}

.card-ani .back--head {
  transform: translateY(6px);
}
.card-ani .back--info {
  transform: translateY(-13px);
}
.card-ani .back--info2 {
  transform: translateY(3px);
}
.card-ani .back--goto {
  transform: translate(0, 6px);
}

.card-ani:hover .icon-window:after,
.card-ani:hover .icon-zoom:after {
  transform: translateX(-5px);
}
.card-ani:hover .back--head {
  transform: translateY(0);
}
.card-ani:hover .back--info {
  transform: translateY(0px);
}
.card-ani:hover .back--info2 {
  transform: translateY(13px);
}
.card-ani:hover .back--goto {
  transform: translate(-8px, 6px);
}
.card-ani.opl:hover .back--goto {
  transform: translate(5px, 6px) !important;
}

.accordion, .sannas {
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
}

.acc_single .acc_section {
  border: 0;
  border-left: 7px solid rgb(84, 88, 95);
}

@media only screen and (min-width: 668px) {
  .acc_multiple {
    margin-top: 0;
  }
}

.acc_section {
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
.acc_section:last-child:not(.acc_nested .acc_section, .acc_single .acc_section) {
  border-bottom: 1px solid #ccc;
}
.acc_section h1 {
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
.acc_section h1:after {
  content: "\ea4a";
  font-family: "boxicons";
  font-size: 1rem;
  position: relative;
  top: 0;
  left: 5px;
}
.acc_section h2 {
  text-transform: uppercase;
  font-weight: 200;
}

.acc_head {
  position: relative;
  padding: 1rem 0 1rem 0.5rem;
  cursor: pointer;
}

.acc_content {
  padding: 0 0.5rem 1rem 0.5rem;
  animation: moveLeft 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.acc_active h1 {
  color: rgb(195, 73, 36);
}
.acc_active h1:after {
  content: "\ea57";
}

.acc_nested:first-child {
  padding-bottom: 1rem;
}
.acc_nested * {
  border: none;
  padding: 0;
  margin: 0;
}
.acc_nested * .acc_head {
  border: none;
}
.acc_nested * .acc_content {
  display: none;
  font-style: italic;
  padding-top: 0.5rem;
}
.acc_nested * .acc_content p {
  font-size: 0.9rem;
}
.acc_nested * .box.nested {
  border: 0;
}
.acc_nested * .box.nested .arrow::after {
  content: "\ea4a";
  font-family: "boxicons";
  font-size: 1rem;
  position: relative;
  top: 0;
  left: 5px;
}
.acc_nested * .acc_active .box {
  padding-bottom: 0.1rem;
}
.acc_nested * .acc_active .box.nested .arrow::after {
  content: "\ea57";
}

.info {
  /* Default value */
  display: flex; /* Default value */
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}
.info_keys {
  max-width: 92%;
}
.info_keys p {
  font-weight: 200;
  transform: scaleY(1.15);
}
.info_txt {
  flex-grow: 1;
  transform: translateY(3px);
}
.info_txt h4 {
  font-weight: 200;
  letter-spacing: 0.03rem;
  transform: scaleY(1.1);
}
.info_txt h4:not(:last-child) {
  padding-bottom: 0.3rem;
}
.info_txt a {
  color: rgb(62, 65, 71);
}

.dot {
  /* Default value */
  display: flex; /* Default value */
  justify-content: flex-start;
  padding: 0.35rem 0;
}
.dot li {
  display: block;
  white-space: normal;
}
.dot li:not(:last-child) {
  margin-right: 0.35rem;
}
.dot-filled, .dot-outline {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
}
.dot-outline {
  background-color: rgb(199, 199, 199);
}
.dot-filled {
  background-color: #787e88;
  border: inherit;
}

.box {
  width: 100%;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
.box:not(:last-child, .box.medium) {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 280px) {
  .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .box .box_rechts {
    flex: 35% 1 1;
  }
}
@media only screen and (min-width: 760px) {
  .box {
    gap: 0 4rem;
  }
}
.box.small .box_links {
  width: 100%;
}
@media only screen and (min-width: 295px) {
  .box.small .box_links {
    flex-basis: 8rem;
  }
}
.box.medium:nth-of-type(3), .box.medium:nth-of-type(6), .box.medium:nth-of-type(7) {
  padding-bottom: 0.8rem;
}
.box.medium .box_links {
  width: 100%;
}
@media only screen and (min-width: 250px) {
  .box.medium .box_links {
    flex-basis: 10rem;
  }
}
.box.large .box_links {
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .box.large .box_links {
    flex-basis: 7.5rem;
  }
}
.box img {
  max-width: 6rem;
  max-height: 3rem;
}

.medium:nth-of-type(1) .dot .dot-filled {
  background-color: rgb(202, 66, 70);
}

.medium:nth-of-type(2) .dot .dot-filled {
  background-color: rgb(233, 131, 42);
}

.medium:nth-of-type(3) .dot .dot-filled {
  background-color: rgb(217, 203, 4);
}

.medium:nth-of-type(4) .dot .dot-filled {
  background-color: rgb(118, 174, 69);
}

.medium:nth-of-type(5) .dot .dot-filled {
  background-color: rgb(8, 105, 172);
}

.medium:nth-of-type(6) .dot .dot-filled {
  background-color: rgb(77, 93, 147);
}

.medium:nth-of-type(7) .dot .dot-filled {
  background-color: rgb(155, 71, 71);
}

.icon {
  position: relative;
}
.icon:after {
  content: "-";
  font-family: "boxicons";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
.icon-window--txt:after {
  content: "\eb3e";
  font-family: "boxicons";
  position: relative;
  top: -2px;
  right: -1px;
  font-size: 0.7rem;
}
.icon-window:after {
  content: "\eb3e";
}
.icon-zoom:after {
  content: "\ebf9";
  font-size: 1.05rem;
}

.arrows-left, .arrows-right {
  display: inline-block;
  margin-top: 1.5rem;
  color: rgb(84, 88, 95);
}
.arrows-left.first, .arrows-left.last, .arrows-right.first, .arrows-right.last {
  color: rgb(199, 199, 199);
  cursor: default;
}
.arrows-left.first:hover, .arrows-left.last:hover, .arrows-right.first:hover, .arrows-right.last:hover {
  color: rgb(199, 199, 199) !important;
  cursor: default;
}
.arrows-left {
  padding-right: 1rem;
}
.arrows .bx {
  font-size: 1.9rem;
  transform: scaleY(1.5);
}

#totop {
  position: fixed;
  bottom: 45%;
  right: -5rem;
  width: 4.5rem;
  height: 4.5rem;
  opacity: 0;
  visibility: hidden;
  border-radius: 50% 0 0 50%;
  background-color: rgb(219, 219, 219);
  background-image: url(../img/svg/arrows.svg);
  background-repeat: no-repeat;
  background-position: -16px 15px;
  background-size: 6.5rem;
  border: 1px dashed rgb(84, 88, 95);
  box-shadow: -5px 5px 7px -3px rgba(0, 0, 0, 0.38);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
  z-index: 1000;
}
#totop.show {
  right: -1rem;
  opacity: 1;
  visibility: visible;
}

[data-title] {
  position: relative;
}
[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  color: rgb(62, 65, 71);
  position: absolute;
  padding: 1px 5px 2px 5px;
  top: -2px;
  left: 30%;
  font-size: 92%;
  white-space: nowrap;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

svg.puzzlepiece {
  fill: rgb(31, 155, 229);
  width: 3rem;
  border: 1px solid;
  border-radius: 3px;
  padding: 0.2rem;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.33), 0 2px 4px -1px rgba(0, 0, 0, 0.23);
  transform-origin: top left;
  transform: translate(11rem, -0.2rem) rotate(50deg);
  animation: 3s linear 0s infinite alternate puzzle;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
svg.puzzlepiece:hover {
  fill: rgb(28, 88, 182);
}

@keyframes puzzle {
  50% {
    transform: translate(11rem, -0.2rem) rotate(0.1turn);
    fill: rgb(195, 73, 36);
  }
  100% {
    transform: translate(11rem, -0.2rem) rotate(0.15turn);
    fill: rgb(58, 191, 104);
  }
}
#home .content__links {
  width: 15.9rem;
  height: 8.3rem;
}
#home h1:last-child {
  font-weight: 300;
  transform: translate(4.3rem, 0.5rem);
}
#home .header {
  width: 19rem;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  position: initial;
}
#home .header.open svg {
  fill: rgb(31, 155, 229);
}
#home .header.open svg:hover {
  fill: rgb(28, 88, 182);
}
#home .image {
  width: 5rem;
  padding: 0;
  margin-top: 0.2rem;
  filter: grayscale(1);
}
#home .burger {
  width: initial;
  height: initial;
}
#home .nav {
  height: initial;
  padding-top: 3rem;
}
#home .nav__list {
  top: 4.5rem;
  padding-top: 0.5rem;
}
#home .nav__list.is-active {
  height: 14rem;
  right: -0.3rem;
}

.word {
  position: absolute;
  min-width: 9rem;
  overflow: hidden;
  transform: translateX(5.85rem);
  margin-top: 0.3rem;
}
.word-one {
  display: inline-block;
}
.word-two {
  min-width: 5rem;
}
.word-two .change {
  display: inline-block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 51.5%;
  animation: changeword 8s linear infinite;
}
.word-two .change:nth-child(1) {
  animation-delay: 0s;
}
.word-two .change:nth-child(2) {
  animation-delay: 2s;
}
.word-two .change:nth-child(3) {
  animation-delay: 4s;
}
.word-two .change:nth-child(4) {
  animation-delay: 6s;
}
.word-one, .word-two .change {
  font-size: 1.5rem;
}

@keyframes changeword {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  5% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(10px);
  }
  80% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.grid.small {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 2rem 2rem;
  max-width: 38rem;
  min-width: 10rem;
}
.grid.small .card {
  height: auto;
}
.grid.small .card__style {
  position: unset;
  border: 1px solid rgb(84, 88, 95);
  border-radius: 5px;
  padding: 0;
}
.grid.small .card.center {
  align-self: center;
}
.grid.small .card .front {
  visibility: hidden;
}
.grid.small .card .back {
  background-color: rgb(219, 219, 219);
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
.grid.small .card .back--content {
  display: block;
}
.grid.small .card .icon:after {
  top: 0.3rem;
  left: 0.5rem;
  color: rgb(16, 20, 25);
}
.grid.small .card:nth-of-type(-n+2) .icon:after {
  color: white;
}
.grid.small .card:hover .back {
  border-radius: 5px;
  transform: scale(1.05);
}

.medium .card.cuisine .front, .medium .card.cuisine .back {
  background-color: rgb(255, 255, 255);
}
.medium .card.me1 .front {
  background: rgb(62, 65, 71);
}
.medium .card.me1 .back {
  background: rgb(16, 20, 25);
}
.medium .card.me2 .front {
  background: #c03b2a;
}
.medium .card.me2 .back {
  background: rgb(247, 247, 247);
}
.medium .card:not(:nth-of-type(n+2)) .front h1 {
  color: rgb(16, 20, 25);
}
.medium .card .front {
  justify-content: center;
}
.medium .card .front h1 {
  margin: 0;
}
.medium .card .back {
  padding: 0;
  background-color: white;
}
.medium .card .back--content img {
  height: 14rem;
  margin: auto;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
.medium .card .back--content.icon:after {
  top: 0.5rem;
  right: 1rem;
}
.medium .card:nth-of-type(-n+3) .icon:after {
  color: rgb(62, 65, 71);
}
.medium:hover .back img {
  opacity: 1;
}

figcaption {
  position: absolute;
  bottom: -2rem;
  left: 1rem;
  color: rgb(62, 65, 71) !important;
}

.logo-naam {
  width: 4.5rem;
}

.mailbox {
  width: max-content;
  margin-bottom: 1rem;
}
.mailbox_image {
  display: block;
  width: 15rem;
  height: 8rem;
  background-image: url(../../img/svg/mailbox-down.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 668px) {
  .mailbox_image {
    height: 11rem;
  }
}
.mailbox_link {
  display: block;
  width: max-content;
  text-align: center;
  letter-spacing: 0.03rem;
  padding: 0.2rem 1.3rem;
  margin-top: 0.1rem;
  color: rgb(232, 232, 232) !important;
  background-color: rgb(195, 73, 36);
  border-radius: 5px;
}
.mailbox:hover .mailbox_image {
  background-image: url(../../img/svg/mailbox-up.svg);
}
.mailbox:hover .mailbox_link:not(.mailbox:hover .mailbox_image) {
  background-color: rgb(118, 174, 69);
}

.containerSlider {
  position: relative;
  overflow: hidden;
  --position: 50%;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.33), 0 2px 4px -1px rgba(0, 0, 0, 0.23);
}

.image-container {
  aspect-ratio: var(--aspect-ratio, 3.07/1);
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
}
.image-before:before {
  content: "before";
  width: 2rem;
  height: 2rem;
  background-color: red;
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: 0.15rem;
  height: 100%;
  background-color: #2e2e2e;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 1px 1px 1px rgba(8, 3, 3, 0.5);
  width: 3rem;
  height: 3rem;
}

body {
  /* Default value */
  display: flex; /* Default value */
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  background-color: rgb(232, 232, 232);
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: inherit;
  z-index: 999;
}
#header.open + main {
  margin-top: 7rem;
}

.image {
  width: 7rem;
  border: 1px solid rgb(84, 88, 95);
  border-radius: 3px;
  filter: grayscale(1);
}
.image-large {
  width: 8rem;
  padding: 0;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.33), 0 2px 4px -1px rgba(0, 0, 0, 0.23);
}

main {
  width: 100%;
  margin-top: 6rem;
  flex-grow: 1;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
@media only screen and (min-width: 668px) {
  main {
    max-width: 63rem;
    margin: 0 auto;
    margin-top: 5rem;
  }
}

.container {
  padding: 0 1.3rem;
}
@media only screen and (min-width: 668px) {
  .container {
    max-width: 63rem;
    margin: 0 auto;
  }
  .container.projecten .content__links {
    width: 75%;
  }
}

.content {
  margin-top: 2rem;
}

.projecten .content__rechts {
  margin-top: 1.5rem;
}

.flex {
  gap: 1rem;
}
.flex__links, .flex__rechts {
  width: 100%;
}
@media only screen and (min-width: 668px) {
  .flex {
    /* Default value */
    display: flex; /* Default value */
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flex__rechts {
    flex-basis: 58%;
    order: 1;
  }
  .flex__links {
    flex-basis: 37%;
    order: 2;
  }
  .flex__links .image-large {
    width: 12rem;
    margin: auto;
  }
  .flex .paragraph {
    display: none;
    visibility: hidden;
  }
}
.flex.reverse {
  gap: 4rem;
}
@media only screen and (min-width: 668px) {
  .flex.reverse {
    gap: 1rem;
  }
  .flex.reverse .flex__rechts {
    padding-top: 1.5rem;
  }
}

footer {
  flex-shrink: 0;
  width: 100%;
  height: 4rem;
  background-color: rgb(219, 219, 219);
}

#detail .container.flex {
  padding-top: 0;
}
#detail .container.flex .flex__rechts {
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 400px) and (max-width: 668px) {
  #detail .detail_image {
    max-width: 70%;
    transition: all 400ms ease-in-out;
  }
}
#detail .sannas {
  margin-top: 2rem;
}
#detail .sannas > h1 {
  display: none;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
#detail .acc_section:first-child {
  border-top: none;
}
#detail .acc_content h4:not(:first-of-type) {
  padding-top: 0.5rem;
}
#detail .acc_head {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
@media only screen and (min-width: 668px) {
  #detail .acc_multiple {
    margin-top: inherit;
  }
}
#detail .button {
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 21rem;
  padding-top: 0.5rem;
}
#detail .button.wds20a {
  max-width: initial;
}

.smiley {
  font-size: 1.6rem;
}

.puntjes {
  padding-top: 1rem;
  padding-left: 0.9rem;
}
.puntjes li {
  list-style-type: disc;
}
.puntjes li::marker {
  color: rgb(89, 90, 91);
}

.item {
  cursor: pointer;
}
.item:nth-of-type(n+2) {
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 370px) and (max-width: 668px) {
  #selector1 .item {
    max-width: 60%;
    margin: 0 auto;
  }
}

.lg-backdrop.in {
  opacity: 0.85;
}

.lg-next, .lg-prev {
  background-color: rgba(27, 26, 26, 0.628);
  color: #e4e4e4;
}

.lg-outer .lg-object {
  border-radius: 4px;
}

.lg-toolbar .lg-download::after {
  content: " ";
}

.burger {
  width: 2rem;
  height: 2rem;
}
.burger__line {
  position: relative;
  left: 0.2rem;
}
.burger__line:before, .burger__line:after {
  content: "";
  position: absolute;
}
.burger__line, .burger__line:before, .burger__line:after {
  width: 1.5rem;
  height: 2px;
  border-radius: 3px;
  display: inline-block;
  background-color: rgb(62, 65, 71);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
.burger__line:before {
  transform: translate(0, -0.5rem);
}
.burger__line:after {
  transform: translate(0, 0.5rem);
}
.burger:hover {
  cursor: pointer;
}
.burger:hover .burger__line:before {
  width: 1rem;
  transform: translate(0, -0.6rem);
}
.burger:hover .burger__line:after {
  width: 1.3rem;
  transform: translate(0, 0.6rem);
}
.burger.is-active .burger__line {
  width: 0;
}
.burger.is-active .burger__line:before {
  transform: translate(0.3rem, -0.5rem) rotate(45deg);
  transform-origin: top left;
  width: 1.5rem;
}
.burger.is-active .burger__line:after {
  transform: translate(0.2rem, 0.6rem) rotate(-45deg);
  transform-origin: top left;
  width: 1.5rem;
}

.nav {
  height: 4.25rem;
  /* Default value */
  display: flex; /* Default value */
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgb(62, 65, 71);
}
.nav__logo {
  width: 6rem;
}
.nav__logo > a {
  background-color: inherit !important;
}
.nav__menu {
  position: relative;
}
.nav__list {
  /* Default value */
  display: flex; /* Default value */
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 3.1rem;
  right: -2rem;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding-top: 0.5rem;
  border-width: 0 0.08rem 0.1rem;
  border-style: dashed;
  border-color: transparent;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: rgb(232, 232, 232);
  transition: all 0.3s ease-in-out;
}
.nav__list.is-active {
  width: 12.5rem;
  height: 13rem;
  right: 1.4rem;
  visibility: visible;
  border-color: rgb(57, 59, 63);
  box-shadow: 0px 3px 4px rgba(23, 23, 23, 0.16);
  transition: right 2s, width 800ms, height 500ms ease-in-out;
}
.nav__link {
  position: relative;
  font-size: 1.2rem;
  color: inherit;
  display: block;
  white-space: nowrap;
  padding-left: 4rem;
  transition-property: padding-left;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-delay: 0s;
}
.nav__link:hover, .nav__link:active {
  padding-left: 4.8rem;
}
.nav__link.current {
  padding-left: 2.35rem;
}
.nav__link.current:before {
  content: "";
  background-image: url(../img/svg/birdie-l.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.2rem;
}
.nav__item {
  width: inherit;
  padding: 0.5rem 0;
}

footer {
  background-color: inherit;
}

.footer {
  height: 100%;
  /* Default value */
  display: flex; /* Default value */
  align-items: center;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.05rem;
  color: rgb(84, 88, 95);
}
.footer h2 {
  font-size: 95%;
}/*# sourceMappingURL=main.css.map */