:root {
  --mystic-purple: #9b4fd3;
  --bright-yellow: #ffce00;
  --deep-black: black;
  --snow-white: white;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.viewport {
  height: auto;
  background-image: url('../images/header_overons.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.viewport.active {
  height: 70vh;
  background-image: none;
}

.h1 {
  color: var(--mystic-purple);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Chivo, sans-serif;
  font-size: 55px;
  font-weight: 900;
}

.h1.left {
  text-align: left;
}

.h1.left.purple {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.h1.left.purple.mobile {
  max-width: 500px;
}

.h1.left.yellow {
  color: var(--bright-yellow);
}

.h1.center.purple {
  margin-bottom: 20px;
}

.div_text {
  width: 50%;
  justify-content: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div_text.center {
  width: auto;
  margin-left: 100px;
  margin-right: 100px;
}

.div_text.left {
  background-color: var(--bright-yellow);
  padding: 50px 40px 30px;
}

.div_text.left.yellow {
  z-index: 2;
  width: 50%;
  height: auto;
  max-height: 50%;
  float: left;
  background-color: var(--bright-yellow);
  object-fit: fill;
  margin: auto;
  padding: 60px 60px 30px;
  transition: opacity .2s;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: 10%;
}

.div_text.left.yellow.purple {
  background-color: var(--mystic-purple);
  padding-bottom: 40px;
}

.div_text.left.wit {
  width: 50%;
  height: auto;
  max-height: 50%;
  float: left;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin: auto 60px auto 100px;
  padding: 60px 60px 0 0;
  transition: opacity .2s;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: 10%;
}

.p {
  color: var(--deep-black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Chivo, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.p.left {
  max-width: 500px;
  text-align: left;
}

.p.left.white {
  color: var(--snow-white);
  font-size: 16px;
}

.p.left.white.tiny {
  font-size: 12px;
}

.p.center {
  max-width: 530px;
  margin-bottom: 20px;
}

.link {
  border-bottom: 4px solid var(--bright-yellow);
  color: var(--deep-black);
  text-align: center;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Chivo, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  display: inline;
}

.link.yellow:hover {
  border-bottom-color: var(--deep-black);
}

.link.yellow:active {
  color: var(--deep-black);
}

.link.purple {
  border-bottom-color: var(--mystic-purple);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: inline-block;
}

.link.purple:hover {
  border-bottom-color: var(--deep-black);
}

.link.purple:active {
  color: var(--deep-black);
}

.link.purple.white {
  color: var(--snow-white);
}

.link.purple.white:hover {
  border-bottom-color: var(--snow-white);
}

.link.purple.white:active {
  color: var(--snow-white);
}

.link.purple.submit {
  margin-top: 15px;
}

.link.purple.stagiaire {
  color: var(--snow-white);
  align-self: flex-end;
  margin-bottom: 30px;
  margin-left: 60px;
  position: absolute;
}

.link.purple.stagiaire:hover {
  border-bottom-color: var(--snow-white);
  color: var(--snow-white);
}

.link.white {
  color: var(--snow-white);
  font-size: 16px;
}

.link.white:hover {
  border-bottom-color: var(--snow-white);
}

.link.white:active {
  border-bottom-color: var(--bright-yellow);
  color: var(--bright-yellow);
}

.link-div {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-div.left {
  display: block;
}

.nav-link {
  color: var(--snow-white);
  margin: 20px;
  padding: 0;
  font-family: Chivo, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.nav-link:hover {
  border-bottom: 4px solid var(--bright-yellow);
}

.nav-link.w--current {
  border-bottom: 4px none var(--snow-white);
  color: var(--snow-white);
}

.nav-link.w--current:hover {
  border-style: solid;
  border-width: 0 0 4px;
  border-color: var(--bright-yellow);
}

.nav-link.w--current:active {
  color: var(--snow-white);
  border: 1px #000;
}

.nav-link.zwart {
  border-bottom-color: var(--bright-yellow);
  color: var(--deep-black);
}

.nav-link.zwart:hover {
  border-bottom-color: var(--bright-yellow);
}

.nav-link.zwart.w--current {
  text-decoration: none;
}

.nav-link.zwart.current-black.w--current {
  border: 4px solid #000;
  border-bottom-style: none;
}

.nav-link.current.w--current {
  border-bottom-style: solid;
}

.image {
  z-index: 1;
  width: auto;
  max-width: 50%;
  background-color: var(--bright-yellow);
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.image.rechts, .image.links {
  width: 100%;
}

.section_tekst-img {
  max-height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: static;
}

.text-block {
  color: var(--bright-yellow);
  text-align: center;
  align-self: auto;
  margin-top: 0;
  font-family: Chivo, sans-serif;
  font-size: 130px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  top: -80px;
}

.quote {
  color: var(--deep-black);
  text-align: center;
  align-self: flex-start;
  padding-bottom: 20px;
  font-family: Chivo, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.div_tekst {
  max-width: 60%;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div_footer {
  background-color: #000;
  margin-top: 0;
  padding: 0;
}

.div-block-6 {
  width: 33%;
  height: auto;
  float: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 60px;
  position: static;
}

.text-block-2 {
  color: var(--snow-white);
  margin: 0 0 10px;
  font-family: Chivo, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.link-2 {
  color: var(--snow-white);
}

.link-2:hover {
  color: var(--bright-yellow);
}

.icon {
  width: auto;
  height: 25px;
  margin-right: 10px;
}

.icon:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.container-2 {
  max-width: 100%;
  padding: 60px;
}

.container-3 {
  max-width: 100%;
  background-color: var(--deep-black);
  padding-left: 60px;
  padding-right: 60px;
}

.link-3 {
  color: var(--snow-white);
}

.link-3:hover {
  color: var(--bright-yellow);
}

.div_tekstblok {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  margin-top: -135px;
}

.foto {
  width: 330px;
  height: 330px;
  float: left;
  margin-left: 70px;
}

.foto.left {
  width: 370px;
  height: 370px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/placeholder.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
}

.foto.right {
  width: 370px;
  height: 370px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/placeholder.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 60px;
}

.section {
  width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  z-index: -1;
  height: 250px;
  background-color: var(--bright-yellow);
  margin-top: -191px;
  display: block;
  position: relative;
}

.div-block-12 {
  width: 50%;
  height: auto;
  background-color: var(--snow-white);
  align-self: auto;
  line-height: 300px;
  position: static;
}

.div-block-13 {
  z-index: 0;
  width: 90%;
  height: 100%;
  float: right;
  background-color: var(--mystic-purple);
  position: relative;
  top: -90%;
  right: auto;
}

.div-block-13.yellow {
  background-color: var(--bright-yellow);
  right: -10%;
}

.section-4 {
  height: 150px;
  background-image: url('../images/telefoon_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-5 {
  background-image: url('../images/telefoon_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-5.telefoon {
  height: 90vh;
  background-image: url('../images/telefoon_2.jpg');
  background-position: 0%;
  background-size: cover;
  margin-top: 0;
}

.div-block-14 {
  width: 50%;
  height: auto;
  float: right;
}

.div-block-14.right {
  height: 90%;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.form-block {
  width: 80%;
  flex: 0 auto;
  align-self: center;
  display: block;
}

.div-block-15 {
  align-items: flex-start;
  display: block;
}

.text-field {
  color: var(--deep-black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 4px solid #000;
  border-radius: 0;
  padding-left: 0;
  font-family: Chivo, sans-serif;
}

.text-field:focus {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-color: var(--bright-yellow);
  border-left-width: 0;
}

.text-field::-ms-input-placeholder {
  color: var(--deep-black);
}

.text-field::placeholder {
  color: var(--deep-black);
}

.text-field.big {
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 68px;
}

.link2 {
  color: var(--snow-white);
}

.link2:hover {
  color: var(--bright-yellow);
}

.wrapper-videoheader {
  width: 100vw;
  height: 80vh;
  justify-content: center;
  display: flex;
  position: relative;
}

.image-2 {
  width: auto;
  height: 90%;
  max-width: none;
  align-self: center;
  margin: 6% auto 0%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer {
  height: 150px;
}

.container-7 {
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.slider {
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.slide-nav {
  border: 0px solid var(--mystic-purple);
  color: rgba(0, 0, 0, 0);
  display: none;
}

.left-arrow, .right-arrow {
  opacity: 0;
  display: none;
}

.nav-menu {
  float: none;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar {
  color: rgba(51, 51, 51, 0);
  background-color: rgba(221, 221, 221, 0);
  margin-top: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-8 {
  max-width: 60%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.columns {
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.column {
  z-index: 2;
  background-color: var(--bright-yellow);
  padding: 60px;
  right: -60px;
}

.column._2 {
  background-image: url('../images/placeholder.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 50% 0 0;
  right: auto;
}

.column-2 {
  z-index: 1;
  background-image: url('../images/producten.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 50%;
  padding-left: 0;
}

.column-2._2 {
  z-index: 2;
  background-color: var(--mystic-purple);
  background-image: none;
  padding: 60px;
  right: 60px;
}

.columns-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
}

.wrapper-footer {
  background-color: var(--deep-black);
  padding: 60px;
}

.wrapper-quote {
  padding: 60px;
}

.wrapper-text-center {
  margin-top: 60px;
  margin-bottom: 60px;
}

.wrapper-2colums-left {
  margin-top: 100px;
}

.columns-3 {
  z-index: 1;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: relative;
}

.column-6, .column-7 {
  align-items: flex-start;
  padding-top: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-16 {
  height: 0;
  background-image: url('../images/placeholder.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  padding-bottom: 0;
}

.image-3 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  filter: brightness(80%);
  padding-left: 30px;
}

.image-3:hover {
  filter: brightness(80%);
}

.image-4 {
  width: 100%;
  height: 100%;
  padding-right: 30px;
}

.wrapper-2img-center {
  height: auto;
  background-color: var(--snow-white);
  position: relative;
}

.container-9 {
  z-index: 0;
  max-width: 0;
  background-color: var(--bright-yellow);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
}

.div-block-17 {
  height: 50%;
  background-color: var(--bright-yellow);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-8 {
  height: 70%;
}

.div-block-18 {
  position: relative;
  top: 1px;
}

.spacer_yellow {
  height: 100px;
  float: none;
  background-color: var(--bright-yellow);
}

.wrapper-img-text-left {
  object-fit: fill;
  overflow: visible;
}

.column-11 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 120px;
  padding-right: 120px;
  display: block;
  position: static;
  left: auto;
}

.image-5 {
  display: block;
  position: relative;
  top: 60px;
  bottom: auto;
  right: 60px;
}

.columns-4 {
  max-width: 100%;
  align-items: center;
  display: flex;
  overflow: visible;
}

.columns-4:hover {
  border-bottom: 1px solid var(--bright-yellow);
}

.column-12 {
  background-color: var(--mystic-purple);
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.column-13 {
  background-color: var(--bright-yellow);
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.image-6 {
  position: relative;
  top: 60px;
  left: 60px;
}

.columns-5 {
  align-items: center;
  display: flex;
}

.column-14 {
  padding-left: 120px;
  padding-right: 60px;
}

.spacer-100 {
  height: 100px;
}

.wrapper-form {
  height: 80vh;
  max-width: 100%;
  background-image: url('../images/telefoon.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-10 {
  max-width: 10%;
}

.columns-6 {
  height: 100%;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.column-15 {
  padding-left: 0;
  padding-right: 60px;
}

.success-message {
  color: var(--deep-black);
  text-align: left;
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
  font-family: Chivo, sans-serif;
  font-weight: 900;
}

.text-block-3 {
  color: var(--deep-black);
  font-family: Chivo, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0 0;
}

.slider-2 {
  height: 70vh;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide {
  opacity: 1;
  background-color: #000;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0)), url('../images/image_72192707.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.mask {
  background-color: var(--deep-black);
}

.slide-2 {
  opacity: 1;
  background-color: #000;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0)), url('../images/image_50398977.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  opacity: 1;
  background-color: #000;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0)), url('../images/image_67182081.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-3 {
  height: 70vh;
}

.left-arrow-3, .right-arrow-3, .slide-nav-2 {
  display: none;
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0)), url('../images/IMG-9371.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0)), url('../images/image_50398977.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('../images/image_67182081.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-7 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0)), url('../images/image_67187457.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-8 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0)), url('../images/IMG_9058.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.text-block-4 {
  background-color: var(--mystic-purple);
  color: var(--snow-white);
  order: 1;
  align-self: auto;
  margin-top: 30px;
  margin-left: 30px;
  padding: 10px;
  font-family: Chivo, sans-serif;
  font-size: 25px;
  font-weight: 900;
  display: block;
  position: absolute;
}

.text-block-4-copy {
  max-width: 80%;
  color: var(--snow-white);
  text-shadow: 0 0 20px rgba(121, 68, 31, .4);
  background-color: rgba(0, 0, 0, 0);
  order: -1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 0;
  font-family: Chivo, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  display: block;
  position: absolute;
}

.text-block-4-copy2 {
  background-color: var(--mystic-purple);
  color: var(--snow-white);
  margin-top: 30px;
  margin-left: 60px;
  padding: 10px;
  font-family: Chivo, sans-serif;
  font-size: 25px;
  font-weight: 900;
  display: block;
  position: absolute;
}

.text-block-4-copy-copy {
  max-width: 80%;
  color: var(--snow-white);
  background-color: rgba(0, 0, 0, 0);
  order: 0;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 60px;
  padding: 0 20px 0 0;
  font-family: Chivo, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  display: block;
  position: absolute;
}

.link-4 {
  color: var(--deep-black);
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.textfield {
  min-height: 100px;
  color: var(--deep-black);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid #000;
  font-family: Chivo, sans-serif;
}

.textfield:focus {
  border-bottom-color: var(--bright-yellow);
}

.form {
  color: var(--deep-black);
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

@media screen and (max-width: 991px) {
  .div_text.left.yellow.purple {
    padding: 40px;
  }

  .nav-link {
    color: var(--deep-black);
    border-bottom: 1px #000;
    margin: 30px;
    font-size: 20px;
  }

  .nav-link:hover {
    border-bottom-style: none;
  }

  .nav-link.w--current {
    color: var(--deep-black);
    border-bottom-width: 0;
    margin: 30px;
    font-size: 20px;
  }

  .nav-link.w--current:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .form-block {
    width: 100%;
  }

  .image-2 {
    width: auto;
    height: 90%;
    max-width: none;
  }

  .spacer.tablet {
    height: 120px;
  }

  .nav-menu {
    width: 100%;
    max-width: none;
    float: none;
    background-color: var(--snow-white);
    text-align: left;
    flex-flow: column;
    align-content: stretch;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .navbar {
    color: #fff;
  }

  .hamburger {
    color: var(--snow-white);
    background-color: rgba(0, 0, 0, 0);
    font-size: 40px;
  }

  .hamburger.zwart {
    color: var(--deep-black);
  }

  .container-8 {
    max-width: 100%;
  }

  .column {
    padding: 40px;
    right: -30px;
  }

  .wrapper-footer {
    padding: 40px;
  }

  .wrapper-text-center {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-3, .image-3:hover {
    filter: none;
  }

  .spacer_yellow {
    height: 80px;
  }

  .spacer-100.mobile {
    height: 0;
  }

  .wrapper-form {
    background-position: 50%;
    background-size: auto;
  }

  .columns-6 {
    margin-left: 0;
  }

  .column-15 {
    padding-right: 0;
  }

  .text-block-4 {
    padding: 5px;
    font-size: 16px;
  }

  .text-block-4-copy {
    margin-right: 50px;
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-4-copy2 {
    padding: 5px;
    font-size: 16px;
  }

  .text-block-4-copy-copy {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    color: var(--deep-black);
    background-color: rgba(0, 0, 0, 0);
  }

  .container-11 {
    float: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: block;
    position: static;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: var(--snow-white);
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .div_text.left.yellow.purple {
    width: 100%;
    max-height: 0%;
    position: relative;
    left: auto;
  }

  .link.purple.stagiaire {
    margin-left: 30px;
  }

  .quote {
    color: var(--deep-black);
  }

  .wrapper-videoheader {
    height: 60vh;
  }

  .image-2 {
    height: 90%;
  }

  .spacer.mobile {
    height: 80px;
  }

  .nav-menu {
    background-color: var(--snow-white);
  }

  .navbar {
    margin-top: 0;
  }

  .hamburger {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger.zwart {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .columns {
    flex-direction: column-reverse;
  }

  .column {
    right: auto;
  }

  .column-2 {
    padding-top: 60%;
  }

  .column-3 {
    padding-bottom: 40px;
  }

  .column-4 {
    padding-bottom: 10px;
  }

  .columns-3 {
    max-width: 70%;
  }

  .image-3 {
    padding-left: 0;
  }

  .image-4 {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-17 {
    height: 25%;
  }

  .column-11 {
    padding: 40px 40px 0;
  }

  .image-5 {
    padding: 40px;
    position: static;
  }

  .columns-4 {
    flex-direction: column-reverse;
  }

  .image-6 {
    padding: 40px;
    position: static;
  }

  .columns-5 {
    flex-direction: column;
  }

  .column-14 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-form {
    background-image: none;
  }

  .columns-6 {
    flex-direction: column;
  }

  .column-15 {
    padding-top: 80px;
    padding-left: 80px;
  }

  .text-block-4-copy {
    padding-bottom: 20px;
  }

  .text-block-4-copy2, .text-block-4-copy-copy {
    margin-left: 30px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .h1.left.purple.mobile, .h1.left.yellow.mobile, .h1.center.purple.mobile {
    font-size: 45px;
  }

  .div_text.left.yellow.purple {
    padding-left: 30px;
    padding-right: 30px;
  }

  .p.left.white.tiny {
    margin-bottom: 100px;
  }

  .link.purple.stagiaire {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-videoheader {
    height: 50vh;
  }

  .image-2 {
    width: auto;
    height: 90%;
    max-width: none;
  }

  .container-7 {
    margin-bottom: 50px;
  }

  .columns {
    flex-direction: column-reverse;
  }

  .column {
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .column-2 {
    padding-top: 100%;
    position: static;
  }

  .wrapper-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-quote {
    padding: 20px 30px 40px;
  }

  .wrapper-text-center {
    margin: 40px 30px;
  }

  .column-3 {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4, .column-5 {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer_yellow {
    height: 50px;
  }

  .column-8 {
    padding-bottom: 60px;
  }

  .column-9, .column-10 {
    padding-bottom: 30px;
  }

  .wrapper-form {
    opacity: 1;
  }

  .columns-6 {
    flex-direction: column;
    margin-right: 0;
  }

  .column-15 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-4 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .text-block-4-copy {
    max-height: 80%;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
  }

  .text-block-4-copy2 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .text-block-4-copy-copy {
    max-height: 80%;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }
}


