h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: freight-display-pro, sans-serif;
  color: #ffabc6;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Alte Haas Grotesk', sans-serif;
  color: #ffabc6;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'Alte Haas Grotesk', sans-serif;
  color: #ffabc6;
  font-size: 1.5rem;
  font-weight: 400;
}

a {
  color: #ffabc6;
  font-size: 1.5rem;
  text-decoration: none;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: #1b3c23;
}

.left-section-start {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ef201f;
}

.nav-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  padding-left: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d2f6f;
}

.nav-parent.archief {
  padding-right: 1rem;
  padding-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ef201f;
}

.logo-parent {
  position: fixed;
  left: 2%;
  top: 2%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100px;
}

.image {
  position: static;
  left: 2%;
  top: 2%;
}

.bianca-shape-parent {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 5%;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.nav-text {
  margin-left: 1rem;
  font-family: 'Alte Haas Grotesk', sans-serif;
  color: #ffabc6;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-text.info {
  margin-left: 0rem;
  color: #ffabc6;
  text-decoration: none;
}

.nav-link {
  margin-left: 0rem;
}

.body {
  font-family: 'Alte Haas Grotesk', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.content-parent-info {
  display: block;
  margin-top: 2rem;
  margin-right: 5rem;
  margin-left: 1rem;
}

.info-col2 {
  margin-top: 2rem;
}

.info-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

.contact-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.klanten-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading {
  font-family: 'Alte Haas Grotesk', sans-serif;
  color: #ffabc6;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.content-parent-werkoverview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0rem;
  padding-top: 4rem;
  padding-right: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.werk-projectblock {
  margin-bottom: 1rem;
}

.project-link {
  font-family: freight-display-pro, sans-serif;
  color: #ffabc6;
  font-size: 5rem;
  font-weight: 500;
}

.project-link-outline {
  font-family: freight-display-pro, sans-serif;
  color: #ffabc6;
  font-size: 5rem;
  font-weight: 500;
}

.underline {
  height: 3px;
  margin-top: -6px;
  margin-left: 1rem;
  background-color: #ffabc6;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.underline.info {
  margin-left: 0rem;
}

.archief-parent {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  overflow: visible;
  width: 100%;
  background-color: #1b3c23;
}

.project-1 {
  position: relative;
  top: 30%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-wrap {
  position: relative;
  height: 0px;
  padding-top: 56.25%;
}

.werk-visit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.werk-visit-link {
  color: #000;
}

.project-2 {
  position: relative;
  top: 30%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-3 {
  position: relative;
  top: 30%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-4 {
  position: relative;
  top: 30%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-1-info {
  display: none;
  width: 100%;
  padding-top: 4rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.metadata {
  font-family: 'Alte Haas Grotesk', sans-serif;
  color: rgba(255, 171, 198, 0.9);
  font-size: 1.5rem;
  font-weight: 400;
}

.project-2-info {
  display: none;
  width: 100%;
  padding-top: 4rem;
  padding-right: 0.5rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-3-info {
  display: none;
  width: 100%;
  padding-top: 4rem;
  padding-right: 0.5rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-4-info {
  display: none;
  width: 100%;
  padding-top: 4rem;
  padding-right: 0.5rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ffabc6;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  border-bottom: 1px solid #ffabc6;
}

.row:hover {
  background-color: #556258;
}

.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.archief-text {
  font-family: 'Alte Haas Grotesk', sans-serif;
  color: #ffabc6;
  font-size: 1.2rem;
  font-weight: 400;
}

.link-sm {
  font-size: 1.2rem;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.left-section-work {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ef201f;
}

.right-section-work {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 50%;
  background-color: #1b3c23;
}

.archief-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 50vw;
  height: 100vh;
  background-color: #ef201f;
}

.right-section-werk {
  position: relative;
  overflow: hidden;
  width: 50%;
  background-color: #1b3c23;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.info-mobile {
  display: none;
}

.werk-mobile {
  display: none;
}

.archief-wrap-desktop {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  padding-right: 2vw;
  padding-left: 2vw;
}

.project-link-outline-mobile {
  display: none;
  font-family: freight-display-pro, sans-serif;
  color: #ffabc6;
  font-size: 4rem;
  font-weight: 500;
}

.project-1-stick {
  position: relative;
  top: 30%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-2-stick {
  position: relative;
  top: 30%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-3-stick {
  position: relative;
  top: 30%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-4-stick {
  position: relative;
  top: 30%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-load-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #101010;
}

.link-highlight {
  color: #ffabc6;
  font-size: 1.5rem;
}

.link-highlight:hover {
  -webkit-filter: brightness(200%) blur(1px);
  filter: brightness(200%) blur(1px);
}

.link-hover {
  font-size: 1.5em;
}

.link-hover:hover {
  -webkit-filter: brightness(200%) blur(1px);
  filter: brightness(200%) blur(1px);
}

.archief-mobile {
  display: none;
  width: 100%;
  height: auto;
  padding-right: 2vw;
  padding-left: 2vw;
}

.logo-archief {
  position: absolute;
  left: 2%;
  top: 1%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100px;
  padding-top: 0%;
  padding-left: 0%;
}

.log-archief {
  position: fixed;
  left: 2%;
  top: 2%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100px;
}

.paragraph {
  font-size: 1.5rem;
}

.paragraph-2 {
  font-size: 1.5rem;
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 8rem;
  }

  p {
    font-size: 2rem;
  }

  .nav-parent {
    background-color: #1d2f6f;
  }

  .nav-parent.archief {
    background-color: #ef201f;
  }

  .logo-parent {
    left: 2%;
    top: 2%;
    width: 120px;
  }

  .bianca-shape-parent {
    width: 625px;
  }

  .nav-text {
    font-size: 2.5rem;
  }

  .content-parent-info {
    margin-right: 6rem;
  }

  .heading {
    font-size: 2rem;
  }

  .project-link._1 {
    font-size: 8rem;
  }

  .project-link._3 {
    font-size: 8rem;
  }

  .project-link-outline._2 {
    font-size: 8rem;
  }

  .project-link-outline._4 {
    font-size: 8rem;
  }

  .werk-visit-link {
    font-size: 2.5rem;
  }

  .metadata {
    font-size: 2rem;
  }

  .archief-text {
    font-size: 2rem;
  }

  .link-sm {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .archief-overlay {
    display: none;
  }

  .page-load-overlay {
    display: block;
  }

  .link-highlight {
    font-size: 2rem;
  }

  .link-hover {
    font-size: 2rem;
  }

  .logo-archief {
    width: 120px;
  }

  .heading-7 {
    font-size: 3rem;
  }

  .heading-8 {
    font-size: 3rem;
  }

  .log-archief {
    left: 2%;
    top: 2%;
    width: 120px;
  }

  .paragraph {
    font-size: 2rem;
  }

  .paragraph-2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .left-section-start {
    width: 40%;
  }

  .bianca-shape-parent {
    -webkit-transform: translate(-129px, 0px);
    -ms-transform: translate(-129px, 0px);
    transform: translate(-129px, 0px);
  }

  .project-link._1 {
    font-size: 4rem;
  }

  .project-link._3 {
    font-size: 4rem;
  }

  .project-link-outline._2 {
    font-size: 4rem;
  }

  .project-link-outline._4 {
    font-size: 4rem;
  }

  .left-section-work {
    width: 50%;
  }

  .right-section-work {
    width: 65%;
  }

  .right-section-werk {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.2rem;
  }

  .wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-section-start {
    overflow: visible;
    width: 100%;
    height: 70vh;
  }

  .logo-parent {
    position: absolute;
    left: auto;
    top: 2%;
    right: 2%;
    bottom: auto;
    width: 90px;
  }

  .image {
    position: static;
  }

  .bianca-shape-parent {
    position: absolute;
    left: 8%;
    bottom: -1%;
    z-index: 100;
    -webkit-transform: translate(-76px, 0px);
    -ms-transform: translate(-76px, 0px);
    transform: translate(-76px, 0px);
  }

  .nav-link {
    display: block;
  }

  .nav-link.info {
    display: block;
  }

  .heading {
    font-size: 1.2rem;
  }

  .content-parent-werkoverview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .project-link-outline._2 {
    display: none;
  }

  .project-link-outline._4 {
    display: none;
  }

  .project-1-info {
    position: relative;
    left: 0%;
    display: none;
    padding-top: 0rem;
  }

  .metadata {
    color: #ffabc6;
    font-size: 1.2rem;
  }

  .col1 {
    width: 20%;
  }

  .col2 {
    overflow: hidden;
    width: 40%;
    padding-left: 0.5rem;
  }

  .col3 {
    width: 40%;
  }

  .col4 {
    display: none;
  }

  .right-section-work {
    overflow: visible;
    width: 100%;
    padding-bottom: 2rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .archief-overlay {
    display: none;
  }

  .right-section-werk {
    display: none;
    overflow: visible;
    width: 100%;
    padding-bottom: 2rem;
  }

  .info-mobile {
    display: block;
    padding-bottom: 6rem;
  }

  .title-mobile {
    margin-left: 1rem;
  }

  .heading-5 {
    font-family: 'Alte Haas Grotesk', sans-serif;
    color: #ffabc6;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: underline;
  }

  .werk-mobile {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    padding-bottom: 6rem;
    background-color: #ef201f;
  }

  .archief-wrap-desktop {
    display: block;
  }

  .project-link-outline-mobile {
    display: block;
  }

  .project-1-stick {
    top: 0%;
    display: block;
    margin-top: 2rem;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .page-load-overlay {
    display: none;
  }

  .link-hover {
    font-size: 1.2rem;
  }

  .heading-6 {
    margin-left: -0.125rem;
    font-size: 4rem;
  }

  .back-button {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-holder {
    padding: 0.5rem;
  }

  .archief-mobile {
    display: block;
  }

  .logo-archief {
    position: absolute;
    left: auto;
    top: 2%;
    right: 2%;
    bottom: auto;
    width: 90px;
  }

  .log-archief {
    position: absolute;
    left: auto;
    top: 2%;
    right: 2%;
    bottom: auto;
    width: 90px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    width: 100%;
    height: auto;
  }

  .left-section-start {
    height: 50vh;
  }

  .bianca-shape-parent {
    -webkit-transform: translate(-38px, 0px);
    -ms-transform: translate(-38px, 0px);
    transform: translate(-38px, 0px);
  }

  .heading {
    font-size: 1.2rem;
  }

  .project-link._1 {
    font-size: 3.5rem;
  }

  .project-link._3 {
    font-size: 3.5rem;
  }

  .col2 {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .archief-text {
    font-size: 1rem;
  }

  .link-sm {
    font-size: 1rem;
  }

  .project-link-outline-mobile {
    font-size: 3.5rem;
  }
}

@font-face {
  font-family: 'Alte Haas Grotesk';
  src: url('../fonts/AlteHaasGroteskRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}