:root {
  --_colours---greyblack: #333;
  --_colours---cobalt: #3d45e4;
}

a {
  color: var(--_colours---greyblack);
  text-decoration: none;
}

.wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.sidebar {
  z-index: 99;
  border-top: 0 #0e00ab;
  border-bottom: 1px #0e00ab;
  border-left: 1px #0e00ab;
  border-right: .5px solid #0e00ab;
  flex-flow: column;
  width: 220px;
  height: 100vh;
  margin-top: 0;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.main {
  flex: 0 auto;
  width: auto;
  max-width: 60vw;
  padding: 0;
}

.nav {
  padding-top: 40em;
  display: none;
}

.hero {
  border-bottom: .5px solid #000;
  padding: 5em;
}

.about {
  border: .5px solid #0e00ab;
  padding-left: 6em;
  padding-right: 6em;
}

.projects {
  border: 0 #000;
  border-bottom: .5px solid #0e00ab;
  width: 60vw;
  padding-left: 5em;
  padding-right: 5em;
}

.project-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .5px solid #333;
  border-bottom: 0 #000;
  border-right: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  display: grid;
}

.project-item:hover {
  color: var(--_colours---cobalt);
  text-decoration: underline;
}

.contact {
  border: 0 solid #0e00ab;
  padding: 4em 6em 6em;
}

.heading {
  color: var(--_colours---cobalt);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
}

.heading-2 {
  color: var(--_colours---cobalt);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1em;
}

.link {
  color: var(--_colours---cobalt);
  vertical-align: baseline;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
}

.link-2, .link-3 {
  color: var(--_colours---cobalt);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
}

.link-4 {
  color: var(--_colours---cobalt);
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: underline;
  display: block;
}

.link-5 {
  color: var(--_colours---cobalt);
  text-align: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
}

.text-block {
  margin-top: 10em;
}

.heading-3 {
  color: var(--_colours---greyblack);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  line-height: .8em;
}

.heading-3-rechts {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  line-height: .8em;
}

.heading-3-midden {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  line-height: .8em;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: 10em;
  padding-bottom: 0;
  display: block;
}

.paragraph {
  width: 80%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 1em;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  display: none;
}

.paragraph-3 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-mobile {
  margin-bottom: 1em;
  padding-top: 1em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  display: block;
}

.paragraph-5 {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
}

.paragraph-6 {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-7 {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-8 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: .2em;
  padding-top: .8em;
  font-size: 1.5em;
  line-height: 1em;
}

.image, .image-2, .image-3, .image-4 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.return {
  padding: 5em;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.arrow-lottie {
  width: 8%;
}

.arrow-down {
  justify-content: center;
  align-items: center;
  width: 60vw;
  margin-top: 2em;
  margin-bottom: 5em;
  display: flex;
}

.heading-6, .heading-7 {
  font-size: 3em;
  line-height: .8em;
}

.header-mid {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 3em;
  line-height: .8em;
}

.nav-mobile, .hero-mobile, .projects-mobile, .contact-mobile {
  display: none;
}

.link-6 {
  color: var(--_colours---cobalt);
}

.wrapper-mobile, .project-item-mobile {
  display: none;
}

.wrapper-projecten {
  width: 100%;
  display: flex;
}

.wrapper-projecten-mobile {
  display: none;
}

.header-projecten {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  line-height: .8em;
}

.header-projecten-rechts {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  line-height: .8em;
}

.hero-projecten {
  min-width: 60vw;
  padding: 5em;
  overflow: visible;
}

.header-projecten-binnen {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: .9em;
}

.project-item-binnen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .5px solid #000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 4em;
  display: grid;
}

.paragraph-projecten {
  margin-bottom: 0;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1.1em;
}

.header-mid-projecten {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 4em;
  line-height: .8em;
}

.image-projecten {
  padding-top: 1em;
  padding-bottom: 1em;
}

.projecten-tussenkop {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
}

.terugnaarhome {
  color: var(--_colours---cobalt);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1em;
  text-decoration: underline;
}

.link-8 {
  color: var(--_colours---cobalt);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.link-8:hover {
  text-decoration: underline;
}

.code-embed {
  margin-bottom: 1em;
  padding-top: 1em;
}

.hero-projecten-mobile {
  display: none;
}

.header-projecten-mobile-rechts {
  display: block;
}

.arrow-down-mobile {
  justify-content: center;
  align-items: center;
  width: 60vw;
  display: none;
}

@media screen and (max-width: 991px) {
  .image-projecten {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    display: none;
  }

  .sidebar, .hero {
    display: flex;
  }

  .projects {
    display: none;
  }

  .project-list {
    border-top: .5px #000;
    margin-top: 0;
  }

  .contact {
    display: flex;
  }

  .link-4 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.1em;
    text-decoration: underline;
  }

  .link-5 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: underline;
  }

  .heading-3 {
    max-width: 100vw;
  }

  .div-block {
    margin-bottom: 0;
  }

  .paragraph {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.1em;
    overflow: visible;
  }

  .paragraph-mobile {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.1em;
  }

  .paragraph-mobile.megan {
    color: var(--_colours---cobalt);
    font-weight: 700;
  }

  .image {
    max-width: 80%;
  }

  .image-2 {
    max-width: 80%;
    overflow: clip;
  }

  .arrow-down {
    text-align: center;
    width: 60vw;
    margin-top: 2em;
    margin-bottom: 12em;
    display: none;
    overflow: visible;
  }

  .nav-mobile {
    display: none;
  }

  .hero-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    overflow: visible;
  }

  .projects-mobile {
    margin-top: 10em;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .contact-mobile {
    margin-bottom: 10em;
    display: block;
  }

  .wrapper-mobile {
    flex-flow: column;
    margin-top: 3em;
    margin-left: 1em;
    margin-right: 1em;
    display: block;
  }

  .main-mobile {
    max-width: 100vw;
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .heading-3-mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
    line-height: .9em;
  }

  .heading-3-mobile-rechts {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
    line-height: .9em;
  }

  .heading-4-mobile {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 2.5em;
    line-height: .9em;
  }

  .project-item-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: .5px solid #000;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 3em;
    padding-bottom: 3em;
    display: grid;
  }

  .header-mid-mobile {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 3.5em;
    line-height: .8em;
  }

  .arrow-lottie-mobile {
    width: 20%;
  }

  .link-7 {
    color: var(--_colours---cobalt);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
  }

  .wrapper-projecten {
    display: none;
  }

  .wrapper-projecten-mobile {
    margin-left: 1em;
    margin-right: 1em;
    display: block;
  }

  .hero-projecten, .header-mid-projecten {
    display: none;
  }

  .terugnaarhome {
    display: block;
  }

  .hero-projecten-mobile {
    max-width: 100vw;
    margin: 1em;
    display: block;
  }

  .header-projecten-mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
    line-height: .8em;
  }

  .header-projecten-mobile-rechts {
    color: var(--_colours---greyblack);
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
    line-height: .8em;
  }

  .arrow-down-mobile {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 10em;
    display: flex;
    overflow: visible;
  }

  .terugnaarhome-mobile {
    color: var(--_colours---cobalt);
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 1em;
    text-decoration: underline;
  }

  .project-item-binnen-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1em;
    display: grid;
  }

  .link-9 {
    color: var(--_colours---cobalt);
    text-decoration: underline;
  }

  .projecten-tussenkop-mobile {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 2.3em;
    line-height: 1em;
  }

  .image-moving {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: clip;
  }

  .code-embed-2 {
    margin-bottom: 0;
  }

  .code-embed-3 {
    margin-bottom: 0;
  }

  .link-10 {
    color: var(--_colours---cobalt);
    text-decoration: underline;
  }

  .link-11 {
    color: var(--_colours---cobalt);
    font-weight: 700;
    text-decoration: underline;
  }

  .heading-projecten-mobile {
    color: var(--_colours---greyblack);
    margin-top: 1.5em;
    margin-bottom: 0;
    font-size: 4em;
    line-height: .8em;
  }

  .project-item-mobile-binnen {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: .5px solid var(--_colours---greyblack);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3em;
    padding-bottom: 3em;
    display: grid;
  }

  .header-6-mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5em;
    line-height: .9em;
  }
}

#w-node-_0c7edd76-5526-0602-7125-80430c2d9451-79e45986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


