/*
Theme Name: WZH infographic
Theme URI: https://wzh.pixdev.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema op maat door Pixel Creation.
Version: 1.0
Text Domain: wzh-infographic
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
@font-face {
  font-family: "Amsi Pro";
  src: url("webfonts/AmsiPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amsi Pro";
  src: url("webfonts/AmsiPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amsi Pro";
  src: url("webfonts/AmsiPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion Pro";
  src: url("webfonts/MinionPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1rem;
  font-family: "Amsi Pro", sans-serif;
  color: #2a2c60;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.hotspot-map-open .logo {
  display: none;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

.accessibility {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 16px;
}
.accessibility .set-font-size {
  padding: 0 0 3px 0;
  display: inline-flex;
}
.accessibility .set-font-size .font-size {
  padding: 0 8px 2px 8px;
  display: flex;
  align-items: end;
  line-height: 1;
  border: 0;
  background-color: unset;
}
.accessibility .set-font-size .font-size.font-small {
  font-size: 15px;
}
.accessibility .set-font-size .font-size.font-medium {
  font-size: 18px;
}
.accessibility .set-font-size .font-size.font-large {
  font-size: 21px;
}
.accessibility .set-font-size .font-size:hover {
  text-decoration: underline;
}
.accessibility .set-font-size .font-size.active {
  font-weight: 700;
  cursor: default;
}
.accessibility .set-font-size .font-size.active:hover {
  text-decoration: none;
}
.accessibility .contrast {
  border: 0;
  background-color: unset;
}

/* Colors */
.first-color {
  color: #d0e7f4 !important;
}

.second-color {
  color: #f8f8ec !important;
}

.third-color {
  color: #F6F5F1 !important;
}

.fourth-color {
  color: #2a2c60 !important;
}

.text-color {
  color: #2a2c60 !important;
}

.white-color {
  color: #ffffff !important;
}

.black-color {
  color: #000000 !important;
}

.first-bg {
  background-color: #d0e7f4 !important;
}

.second-bg {
  background-color: #f8f8ec !important;
}

.third-bg {
  background-color: #F6F5F1 !important;
}

.fourth-bg {
  background-color: #2a2c60 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.black-bg {
  background-color: #000000 !important;
}

::selection {
  background-color: #d0e7f4;
  color: #2a2c60;
}

/* TYPOGRAPHY */
h1, .h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
  font-family: "Amsi Pro", sans-serif;
  margin-bottom: 1.5rem;
  color: #2a2c60;
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: "Amsi Pro", sans-serif;
  color: #2a2c60;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  font-size: 2.25rem;
  line-height: 2.575rem;
  font-weight: 600;
  font-family: "Amsi Pro", sans-serif;
  color: #2a2c60;
  margin-bottom: 1.5rem;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  font-family: "Amsi Pro", sans-serif;
  color: #2a2c60;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.575rem;
  font-weight: 600;
  font-family: "Amsi Pro", sans-serif;
  color: #2a2c60;
}

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.475rem;
  font-weight: 600;
  font-family: "Amsi Pro", sans-serif;
  color: #2a2c60;
}

p, ul li, ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

small {
  font-size: 0.875rem;
  line-height: 1.35rem;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}
.p-last-child ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.p-last-child ul li {
  padding-left: 5px;
}
.p-last-child ul li::marker {
  color: #d0e7f4;
}
@media screen and (max-width: 767px) {
  .p-last-child ul li::marker {
    font-size: 20px;
  }
}

a {
  color: #2a2c60;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: #2a2c60;
  text-decoration: underline;
}
a.a-no-hover:hover {
  text-decoration: none;
}
a.a-color-inherit {
  color: inherit;
}
a.a-hover-text-decoration:hover {
  text-decoration: underline !important;
}
a.a-hover-color:hover {
  color: #f8f8ec !important;
}

strong {
  font-weight: 600;
}

.container {
  max-width: 1500px !important;
  padding: 0 20px !important;
}

.title {
  text-align: center;
  text-transform: uppercase;
  background-color: #d0e7f4;
  padding: 50px 0 20px 0;
}

.logo {
  width: 200px;
  position: absolute;
  right: 100px;
  top: -40px;
  z-index: 9999;
}
@media screen and (max-width: 1249px) {
  .logo {
    width: 170px;
    right: 20px;
    top: -10px;
  }
}
@media screen and (max-width: 649px) {
  .logo {
    width: 100px;
  }
}
@media screen and (max-width: 499px) {
  .logo {
    right: 0;
    top: -35px;
    width: 70px;
  }
}

.bg {
  width: 100%;
  height: 930px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 649px) {
  .bg {
    height: 760px;
  }
}
@media screen and (max-width: 499px) {
  .bg {
    height: 1000px;
  }
}
@media screen and (max-width: 399px) {
  .bg {
    height: 860px;
  }
}
.bg .border-top {
  background-image: url("images/bol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100% + 10px);
  height: inherit;
  position: absolute;
  top: -2px;
  left: -5px;
  z-index: 9;
}
.bg .border-bottom {
  background-image: url("images/bol-wit.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: calc(100% + 10px);
  height: 70px;
  position: absolute;
  bottom: -2px;
  left: -5px;
  z-index: 99;
}
.bg .poppetjes {
  width: 370px;
  position: absolute;
  left: 0;
  bottom: 110px;
  z-index: 9;
}
@media screen and (max-width: 1375px) {
  .bg .poppetjes {
    left: -100px;
  }
}
@media screen and (max-width: 499px) {
  .bg .poppetjes {
    left: 0;
    bottom: 90px;
    width: 275px;
  }
}
.bg .hand {
  width: 860px;
  position: absolute;
  left: 320px;
  top: 2px;
  z-index: 99;
}
@media screen and (max-width: 1375px) {
  .bg .hand {
    left: 150px;
  }
}
@media screen and (max-width: 1249px) {
  .bg .hand {
    left: 20px;
  }
}
@media screen and (max-width: 649px) {
  .bg .hand {
    width: 700px;
  }
}
@media screen and (max-width: 499px) {
  .bg .hand {
    width: 695px;
    left: 0;
  }
}
@media screen and (max-width: 449px) {
  .bg .hand {
    left: -30px;
  }
}
@media screen and (max-width: 399px) {
  .bg .hand {
    width: 550px;
    left: -20px;
  }
}
.bg .tiles {
  width: 360px;
  height: 603px;
  background-color: transparent;
  position: absolute;
  left: 451px;
  top: 85px;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  overflow-y: auto;
  padding: 20px 0;
}
@media screen and (max-width: 1375px) {
  .bg .tiles {
    left: 277px;
  }
}
@media screen and (max-width: 1249px) {
  .bg .tiles {
    left: 147px;
  }
}
@media screen and (max-width: 649px) {
  .bg .tiles {
    width: 275px;
    height: 540px;
    top: 40px;
    left: 132px;
    gap: 15px;
  }
}
@media screen and (max-width: 499px) {
  .bg .tiles {
    left: 100px;
    width: 290px;
    height: 540px;
  }
}
@media screen and (max-width: 449px) {
  .bg .tiles {
    left: 73px;
  }
}
@media screen and (max-width: 399px) {
  .bg .tiles {
    left: 63px;
    top: 25px;
    width: 230px;
    height: 445px;
  }
}
.bg .tiles .tile {
  width: 93px;
  cursor: pointer;
}
@media screen and (max-width: 399px) {
  .bg .tiles .tile {
    width: 75px;
  }
}
.bg .tiles .tile.active .tile-image-container, .bg .tiles .tile:hover .tile-image-container {
  box-shadow: 0 0 20px 10px rgba(255, 213, 0, 0.2);
}
.bg .tiles .tile .tile-image-container {
  width: 100%;
  height: 85px;
  border: 5px solid #d0e7f4;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: white;
  margin-bottom: 5px;
  transition: 0.3s;
}
@media screen and (max-width: 399px) {
  .bg .tiles .tile .tile-image-container {
    height: 75px;
  }
}
.bg .tiles .tile .tile-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bg .tiles .tile .tile-title {
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .bg .tiles .tile .tile-title {
    font-size: 0.65rem;
  }
}
.bg .tiles-and-modal .tile-modal {
  display: block;
  width: 400px;
  height: 630px;
  border-radius: 20px;
  position: absolute;
  right: 150px;
  left: unset;
  top: 120px;
  z-index: 999;
}
@media screen and (max-width: 1249px) {
  .bg .tiles-and-modal .tile-modal {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .bg .tiles-and-modal .tile-modal {
    display: none;
    width: 393px;
    height: 731px;
    right: unset;
    left: 132px;
    top: 12px;
    border-radius: 37px;
  }
  .bg .tiles-and-modal .tile-modal.is-open {
    display: block;
  }
}
@media screen and (max-width: 649px) {
  .bg .tiles-and-modal .tile-modal {
    width: 320px;
    height: 598px;
    left: 112px;
    top: 9px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 499px) {
  .bg .tiles-and-modal .tile-modal {
    width: 316px;
    height: 590px;
    left: 92px;
    top: 11px;
  }
}
@media screen and (max-width: 449px) {
  .bg .tiles-and-modal .tile-modal {
    width: 318px;
    height: 591px;
    left: 61px;
    top: 10px;
  }
}
@media screen and (max-width: 399px) {
  .bg .tiles-and-modal .tile-modal {
    width: 252px;
    height: 469px;
    left: 52px;
    top: 8px;
    border-radius: 23px;
  }
}
.bg .tiles-and-modal .tile-modal .modal-dialog {
  background-color: #f8f8ec;
  border-radius: 20px;
  margin: unset;
  height: 100%;
}
.bg .tiles-and-modal .tile-modal .modal-dialog .modal-content {
  background-color: inherit;
  border: unset;
  color: #2a2c60;
  border-radius: 20px;
  position: relative;
}
.bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .tile-modal-close {
  opacity: 1;
}
.bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}
@media screen and (max-width: 649px) {
  .bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .modal-body {
    padding: 40px 20px;
  }
}
.bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .modal-body .tile-modal-image-container {
  width: 75px;
  height: 70px;
  border: 5px solid #d0e7f4;
  border-radius: 10px;
  background-color: white;
  flex-shrink: 0;
}
@media screen and (max-width: 499px) {
  .bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .modal-body .tile-modal-image-container {
    display: none;
  }
}
.bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .modal-body .tile-modal-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .modal-body .wp-block-image img {
  border-radius: 20px;
}
.bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .modal-body iframe {
  max-width: 100% !important;
}
.bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .modal-body .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.bg .tiles-and-modal .tile-modal .modal-dialog .modal-content .modal-body .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg .copyright {
  color: white;
  position: absolute;
  right: 150px;
  bottom: 135px;
  z-index: 99;
}
@media screen and (max-width: 1249px) {
  .bg .copyright {
    right: 20px;
  }
}
@media screen and (max-width: 649px) {
  .bg .copyright {
    bottom: 100px;
  }
}
@media screen and (max-width: 499px) {
  .bg .copyright {
    bottom: 60px;
  }
}
@media screen and (max-width: 399px) {
  .bg .copyright {
    bottom: 40px;
  }
}

.sl-wrapper {
  z-index: 9999;
}

.image-with-highlights .main-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.image-with-highlights .locations {
  position: relative;
}
.image-with-highlights .locations .pin {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: url("images/pin.png") no-repeat center center/contain;
}
@media screen and (max-width: 499px) {
  .image-with-highlights .locations .pin {
    width: 25px;
    height: 25px;
  }
}
.image-with-highlights .locations .pin-preview {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background: url("images/pin.png") no-repeat center center/contain;
}
.image-with-highlights .locations .pin {
  cursor: pointer;
  border: none;
  padding: 0;
}
.image-with-highlights .locations .pin .pin-label {
  background-color: #2a2c60;
  color: white;
  padding: 0 5px;
  border-radius: 20px;
  display: block;
  white-space: nowrap;
  position: absolute;
  font-size: 0.5rem;
}
.image-with-highlights .locations .pin .pin-label.location-label-bottom {
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}
.image-with-highlights .locations .pin .pin-label.location-label-top {
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.image-with-highlights .locations .pin .pin-label.location-label-left {
  top: 10px;
  left: -3px;
  transform: translateX(-100%);
}
.image-with-highlights .locations .pin .pin-label.location-label-right {
  top: 10px;
  left: unset;
  right: 7px;
  transform: translateX(100%);
}
.image-with-highlights .locations .pin-preview {
  pointer-events: none;
}

.image-with-highlights .open-map-modal {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.map-modal,
.img-hotspot-modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9999;
}

.map-modal.show,
.img-hotspot-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.map-modal-backdrop,
.img-hotspot-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.map-modal-dialog {
  position: relative;
  z-index: 9;
  width: min(1100px, 100vw - 40px);
  max-height: calc(100vh - 40px);
  margin: 150px auto;
  padding: 20px;
  border-radius: 20px;
  background-color: #f8f8ec;
  overflow: auto;
}

.img-hotspot-modal .dialog {
  position: relative;
  z-index: 9;
  width: min(600px, 100vw - 40px);
  margin: 10vh auto 0;
  padding: 30px;
  border-radius: 20px;
  background-color: #f8f8ec;
}

.map-modal-close,
.img-hotspot-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;
}

.map-modal-close::before,
.map-modal-close::after,
.img-hotspot-close::before,
.img-hotspot-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #000;
}

.map-modal-close::before,
.img-hotspot-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.map-modal-close::after,
.img-hotspot-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-modal .main-img {
  width: 100%;
}

.map-modal .pin {
  width: 26px;
  height: 26px;
}

.img-hotspot-modal #hotspot-text p:last-child,
.img-hotspot-modal [id$=-text] p:last-child {
  margin-bottom: 0;
}

/* FOOTER */
footer {
  padding: 20px 0 40px 0;
  background-color: white;
}
footer .tags {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
footer .tags .tag {
  color: #275b9b;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h2, .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.75rem;
    line-height: 3.075rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.575rem;
  }
}

/*# sourceMappingURL=style.css.map */
