:root {
  --white: white;
  --dark-blue: #1a192c;
  --midnight-blue: #191833;
  --black: black;
}

body {
  color: #1a1b1f;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #51a1ca;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
}

.section {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #191833;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu-icon {
  color: #fff;
}

.navigation-item {
  opacity: 1;
  color: #d0d0d0;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 19px;
  padding-right: 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--white);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item:focus {
  color: var(--white);
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #fff;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #fff;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000001a;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

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

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.div-block {
  margin-top: 100px;
}

.div-block-2 {
  margin-top: 40px;
}

.div-block-3 {
  margin-top: 60px;
}

.div-block-4 {
  border-top: 1px solid #ddd;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 0 40px;
}

.credits {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
}

.link {
  display: inline;
}

.link.credits {
  color: #1a1b1f;
  text-decoration: none;
}

.button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #191833;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 1px 1px 3px #0000004d;
}

.button-2:hover {
  color: #fff;
  background-color: #51a1ca;
  box-shadow: 1px 1px 8px #00000080;
}

.button-2.cta-button {
  float: none;
  transition: all .2s;
  transform: translate(0);
  box-shadow: 1px 1px 3px 1px #0000001a;
}

.button-2.cta-button:hover {
  background-color: #28294f;
  transform: translate(0, -2px);
  box-shadow: 1px 2px 5px 3px #00000040;
}

.button-2.cta-button.cta-btn-home {
  float: none;
}

.button-2.cta-button.cta-btn-locaties {
  float: right;
  margin-left: 10px;
}

.paragraph {
  font-weight: 300;
}

.columns {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.column-2 {
  height: 100%;
  padding: 40px 80px;
  transition: opacity .2s;
  overflow: auto;
  transform: translate(0);
}

.column-3 {
  background-image: linear-gradient(#19193299, #51a1ca99);
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-3.home {
  background-image: linear-gradient(#19193299, #51a1ca99), url('../images/1341471290.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.column-3.aanbod {
  background-image: linear-gradient(#19193299, #51a1ca99), url('../images/746192627.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.column-3.artsen {
  background-image: linear-gradient(#19193299, #51a1ca99), url('../images/2144577416.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.column-3.tarieven {
  background-image: linear-gradient(#19193299, #51a1ca99), url('../images/1908773959.jpg');
  background-position: 0 0, 0 65%;
  background-size: auto, cover;
}

.column-3.work {
  background-image: linear-gradient(#19193299, #51a1ca99), url('../images/653520707.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.column-3.locatie {
  background-image: linear-gradient(#19193299, #51a1ca99), url('../images/229537700.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.heading {
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
}

.map {
  height: 180px;
  margin-bottom: 20px;
}

.map-2 {
  height: 180px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.work h3 {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    background-color: var(--dark-blue);
    text-align: center;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-items {
    background-color: #1a1a2c;
  }

  .navigation-items.navbtn {
    background-color: #0000;
    padding: 10px;
  }

  .menu-button {
    padding: 18px;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding: 18px;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .div-block {
    margin-top: 100px;
  }

  .button-2.cta-button {
    background-color: var(--midnight-blue);
  }

  .column-2 {
    overflow: visible;
  }

  .column-3 {
    background-position: 0 0, 50% 66%;
    height: 470px;
  }

  .column-3.home {
    background-position: 0 0, 63% 66%;
  }

  .column-3.artsen {
    background-position: 0 0, 91% 65%;
  }

  .column-3.work {
    background-position: 0 0, 50% 31%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .div-block {
    margin-top: 60px;
  }

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

  .column-3 {
    background-position: 0 0, 50% 64%;
    height: 440px;
  }

  .column-3.home {
    background-position: 0 0, 50% 65%;
  }

  .column-3.artsen {
    background-position: 0 0, 100% 65%;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .div-block {
    margin-top: 60px;
  }

  .column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    background-position: 0 0, 40% 62%;
    height: 420px;
  }

  .column-3.home {
    background-position: 0 0, 40% 65%;
  }

  .column-3.artsen {
    background-position: 0 0, 88% 65%;
  }

  .column-3.tarieven {
    background-position: 0 0, 7% 65%;
  }

  .column-3.work {
    background-position: 0 0, 55% 31%;
  }

  .heading {
    font-size: 50px;
    line-height: 55px;
  }
}


