.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 700;
  line-height: 76px;
}

h2 {
  color: #a3313a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: #fac5c9;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero {
  height: 85vh;
  background-image: none;
  align-items: center;
  margin-top: 65px;
  padding-left: 135px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-div {
  width: 450px;
}

.body {
  background-color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
}

.button {
  color: #fff;
  background-color: #ef3e4a;
  border-radius: 15px;
  margin-top: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.button.white {
  color: #ef3e4a;
  background-color: #fff;
}

.button.white.wat-is {
  z-index: 5;
  position: absolute;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.red {
  background-color: #ef3e4a;
}

.section.red.wat-is {
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.section.red.contact {
  padding-bottom: 25px;
  position: relative;
}

.section.red.contact.footer-aanmeldingsformulier {
  padding-top: 25px;
}

.section.page {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.stappenplan {
  height: 950px;
}

.intro-text {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
}

.black.marge {
  margin-top: 5px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 70px;
}

.stap-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.stap-icoon {
  width: 60px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.stap-wolkje {
  z-index: -1;
  position: absolute;
}

.stap {
  color: #ef3e4a;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.stap.nummer {
  color: #fff;
  padding-bottom: 9px;
  font-weight: 600;
}

.stap.condensed {
  letter-spacing: -1px;
}

.custom-container {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.custom-container.horizontal {
  justify-content: space-between;
  display: flex;
}

.custom-container.page {
  width: 750px;
  margin-top: 150px;
  margin-bottom: 150px;
}

.white {
  color: #fff;
}

.white.contact {
  margin-left: -3px;
}

.text-wrapper {
  width: 45%;
}

.text-wrapper.about {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-wrapper {
  width: 45%;
}

.image-wrapper.about {
  display: none;
}

.image {
  width: 50%;
  height: 100%;
  background-image: url('../images/shutterstock_490626652.jpg');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0;
}

.portret {
  width: 45%;
  background-image: url('../images/DSC06074.JPG');
  background-position: 50% 88%;
  background-size: auto 100%;
}

.footer {
  text-align: center;
  border-top: 2px solid #fff;
  margin-top: 150px;
  padding-top: 35px;
}

.footer.aanmeldingsformulier {
  margin-top: 15px;
}

.credits {
  color: #fac5c9;
  text-align: center;
  margin-top: 35px;
  display: none;
}

.nav-bar {
  z-index: 100;
  width: 100%;
  height: 65px;
  background-color: #ef3e4a;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 8px rgba(92, 92, 92, .25);
}

.nav-menu {
  justify-content: flex-end;
  display: flex;
}

.nav-link {
  padding: 20px;
}

.nav-link.button {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.nav-stripe {
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: none;
}

.dropdown-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.credits-link:hover {
  color: #fff;
  text-decoration: underline;
}

.page-link {
  color: #ef3e4a;
  font-weight: 400;
}

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

.page-header {
  margin-top: 0;
  margin-bottom: 40px;
}

.list {
  color: #000;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.element {
  z-index: -1;
  width: 45%;
  color: rgba(239, 62, 74, .3);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gradient {
  z-index: -2;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .7) 7%, rgba(0, 0, 0, 0) 67%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wat-is-element {
  width: 500px;
  color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.contact-element {
  width: 590px;
  color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navbar-mobile {
  display: none;
}

.heading-2.about {
  margin-top: 0;
}

.open-close-grid {
  display: none;
}

.mail-link {
  color: #fff;
}

.mail-link:hover {
  color: #fac5c9;
  text-decoration: underline;
}

.adressen {
  width: 330px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.dropdown-link-wrapper-fix {
  width: 209px;
  color: #fff;
  background-color: #a3313a;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.werkwijze-dropdown {
  height: 100%;
  color: #fff;
  align-items: center;
  padding-right: 11px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.werkwijze-dropdown.hover.w--open, .hover:hover {
  color: #a3313a;
}

.dropdown-arrow-2 {
  width: 15px;
  margin-left: 7px;
  transform: rotate(0);
}

.dropdown-container {
  display: flex;
}

.dropdown-container:hover {
  color: #a3313a;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(68, 85, 103, .11);
  flex-direction: column;
  align-items: center;
  padding: 10px 3%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-bg {
  z-index: -3;
  height: 100%;
  background-image: url('../images/DSC06011.JPG');
  background-position: 22% 40%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.t_en_v_wrapper {
  height: 110vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: 60px;
    padding-left: 40px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 0;
  }

  .section.red.wat-is {
    flex-direction: column;
    padding-bottom: 0;
  }

  .section.page {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
  }

  .custom-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-container.horizontal {
    flex-direction: column;
  }

  .custom-container.horizontal.wat-is {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-container.page {
    margin-top: 100px;
    margin-bottom: 75px;
  }

  .text-wrapper {
    width: auto;
  }

  .text-wrapper.wat-is {
    margin-bottom: 135px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper {
    width: 100%;
    height: 400px;
    background-image: url('../images/shutterstock_69430420.jpg');
    background-position: 50%;
    background-size: cover;
    display: none;
  }

  .image-wrapper.about {
    height: 530px;
    background-image: url('../images/DSC06074-mob.jpg');
    margin-top: 75px;
    display: block;
  }

  .image {
    width: auto;
    height: auto;
    display: none;
  }

  .portret, .nav-bar {
    display: none;
  }

  .page-header {
    margin-bottom: 20px;
  }

  .element {
    width: 640px;
  }

  .gradient {
    background-image: linear-gradient(35deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 98%);
  }

  .wat-is-element {
    width: 320px;
  }

  .contact-element {
    width: 430px;
  }

  .stripe-mobile-nav {
    height: 3px;
    background-color: #ef3e4a;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .stripe-mobile-nav.white {
    background-color: #fff;
  }

  .nav-menu-mobile {
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 50px;
    font-size: 52px;
    font-weight: 600;
    line-height: 83px;
    display: flex;
    overflow: auto;
  }

  .navbar-mobile {
    z-index: 1;
    width: 100%;
    background-color: #ef3e4a;
    display: block;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 8px rgba(92, 92, 92, .25);
  }

  .nav-link-mobile {
    color: #a3313a;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .nav-link-mobile.dropdown {
    color: #fff;
    font-weight: 300;
  }

  .dropdown-trigger-mobile {
    width: 100%;
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-wrapper-mobile {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-content-mobile {
    width: 100%;
    background-color: #ef3e4a;
    display: block;
  }

  .dropdown-arrow-mobile {
    width: 30px;
    color: #ef3e4a;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: #a3313a;
  }

  .hamburger-line {
    height: 3px;
    background-color: #fff;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamvurger-menu {
    width: 30px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .home-button-mobile {
    color: #fff;
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .navigation {
    display: none;
  }

  .hero-bg {
    background-position: 43%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: 70px;
  }

  h2 {
    font-size: 46px;
    line-height: 52px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .hero {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .hero-div {
    width: 100%;
  }

  .button {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .section {
    padding-top: 50px;
  }

  .section.red.wat-is {
    padding-top: 70px;
  }

  .section.page {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section.stappenplan {
    z-index: 1;
    height: auto;
    margin-bottom: 30px;
    position: relative;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .stap, .stap.nummer {
    font-size: 28px;
    line-height: 34px;
  }

  .custom-container.page {
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .image-wrapper {
    display: none;
  }

  .image-wrapper.about {
    height: 390px;
    margin-top: 50px;
    display: block;
  }

  .portret {
    display: none;
  }

  .footer {
    margin-top: 75px;
  }

  .page-header {
    margin-bottom: 20px;
  }

  .list {
    padding-left: 21px;
  }

  .element {
    width: 90%;
    display: none;
  }

  .wat-is-element {
    top: 2%;
  }

  .contact-element {
    width: 310px;
  }

  .navbar-mobile {
    z-index: 500;
  }

  .nav-link-mobile {
    font-size: 40px;
    line-height: 46px;
  }

  .menu-button {
    height: 61px;
  }

  .heading-2 {
    font-size: 46px;
    line-height: 52px;
  }

  .grid-wrapper {
    overflow: hidden;
  }

  .open-close-grid {
    color: #fff;
    cursor: pointer;
    background-color: #a3313a;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 52px -22px -70px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
  }

  .arrow {
    width: 20px;
  }

  .adressen {
    width: 290px;
  }

  .hero-bg {
    background-position: 70%;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-content-mobile {
    display: block;
    overflow: hidden;
  }

  .hero-heading {
    font-size: 52px;
    line-height: 58px;
  }
}


