:root {
  --midnight-blue: #033664;
  --black: #2b2b2b;
  --white: white;
  --black-translucent: #2b2b2bd9;
  --alice-blue: #e1f1ff;
  --goldenrod: #d9a21b;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--midnight-blue);
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  color: var(--black);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.navbar {
  z-index: 0;
  background-color: var(--white);
  height: 60px;
}

.section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 16px;
}

.section.section-footer {
  background-color: var(--midnight-blue);
  padding-bottom: 10px;
}

.section.sectionhero {
  background-image: url('../images/Shells.jpg');
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 340px;
  padding: 0;
  display: flex;
}

.section.sectionprijzenbehandelingen {
  background-color: #e1f1ff80;
}

.section.contact {
  margin-top: 0;
  margin-bottom: 0;
}

.section.home {
  padding-bottom: 60px;
}

.body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.containerwidth {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.paragraph {
  color: var(--black-translucent);
  max-width: 75ch;
  font-size: 14px;
  line-height: 24px;
}

.paragraph.paragraphcard {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.navcontainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: capitalize;
}

.navlink:hover {
  background-color: var(--alice-blue);
  color: var(--black);
}

.navlink:active {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.navlink.w--current {
  color: var(--white);
  background-color: #033664;
}

.button {
  background-color: var(--goldenrod);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 20px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 1px 3px 5px 1px #0003;
}

.grid-footer {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  place-items: center;
}

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

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

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

.sectiontitle {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
}

.sectiontitle.productensectiontitle, .sectiontitle.behandelingensectiontitle {
  margin-bottom: 10px;
}

.sectiontitle.small {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.sectiontitle.small.amargin {
  margin-top: 40px;
}

.card {
  background-color: var(--alice-blue);
  border-radius: 10px;
  flex-direction: column;
  padding: 25px;
  display: flex;
}

.card.boxshadowlight {
  color: var(--black-translucent);
  background-color: #e1f1ff80;
  box-shadow: 0 2px 8px 1px #0003;
}

.cardtitle {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.listitem {
  color: #2b2b2bcc;
  margin-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.list {
  text-align: left;
  margin-bottom: 0;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.prijs {
  color: var(--black);
  text-align: right;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.heading4 {
  color: var(--white);
  margin-bottom: 5px;
}

.textblockfooter {
  color: var(--alice-blue);
  max-width: 30ch;
  margin-bottom: 8px;
  padding-bottom: 0;
}

.textblockfooter.groot {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.heading {
  color: #033664;
}

.cardproduct {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #e1f1ff80;
  background-clip: padding-box;
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: block;
  box-shadow: 0 2px 8px 1px #0003;
}

.productcardinfo {
  color: #333;
  padding: 25px;
}

.subheading {
  margin-bottom: 15px;
}

.productcardtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 0;
  margin-bottom: 80px;
}

.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-4 {
  color: var(--midnight-blue);
}

.html-embed {
  z-index: 1;
  border: 1px solid var(--midnight-blue);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.grid-5 {
  grid-template-rows: auto;
}

.telefoonlink {
  color: var(--black);
  text-decoration: none;
}

.telefoonlink.footer {
  color: var(--alice-blue);
}

.paragraph-2 {
  text-align: center;
  max-width: 110ch;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2.meermarge {
  margin-bottom: 40px;
}

.goldbar {
  background-color: #d9a21b66;
  width: 90%;
  height: 2px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.goldbar.specialistisch {
  width: 100%;
  margin-bottom: 5px;
}

.emaillink {
  color: #333;
  text-decoration: none;
}

.emaillink.footer {
  color: var(--alice-blue);
}

.legalblock {
  color: var(--alice-blue);
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

.paragraph-4 {
  max-width: 60ch;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.heading-5 {
  color: var(--black-translucent);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-5 {
  margin-bottom: 0;
}

.div-block-3 {
  display: inline-block;
}

.paragraph-6 {
  text-align: left;
  margin-bottom: 0;
}

.paragraph-6.mid {
  text-align: center;
}

.div-block-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-7 {
  grid-template-rows: auto;
}

.paragraph-8 {
  text-align: center;
}

.link-block.w--current {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.websitedoorblock {
  color: var(--alice-blue);
  text-align: center;
  margin-top: 0;
  font-size: 12px;
}

.fs-cc-prefs2_close {
  background-color: var(--midnight-blue);
  color: #fff;
  cursor: pointer;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #010440e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_label {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--midnight-blue);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #0540f2;
  border: 1px solid #0540f2;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #0540f2;
  background-color: #fff;
  border-color: #0540f2;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner2_button {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  color: var(--midnight-blue);
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #010440;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  color: var(--midnight-blue);
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  background-color: var(--white);
  color: var(--black);
  border-top-left-radius: 10px;
  width: 28.125rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-5 {
  position: relative;
}

.placeholder {
  border: 2px solid var(--midnight-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-10 {
  text-align: center;
  font-size: 21px;
}

.link {
  color: var(--alice-blue);
}

.navbar-2 {
  background-color: var(--white);
}

.container-2 {
  justify-content: center;
  display: flex;
}

.nav-menu-2 {
  display: flex;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-2-copy {
  color: var(--white);
  margin-top: -62px;
  padding-top: 0;
  text-decoration: none;
  display: block;
}

.link-2-copy._2.w--current {
  margin-top: -20px;
}

@media screen and (max-width: 991px) {
  .navlink {
    background-color: var(--white);
  }

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

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .menu-button {
    z-index: 1;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue);
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1.5fr;
  }

  .grid-footer, .grid-3, .grid-5, .grid-6 {
    grid-template-columns: 1fr;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-5 {
    height: 400px;
  }

  .div-block-6, .div-block-7 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-bottom: 60px;
  }

  .section {
    padding-top: 40px;
  }

  .section.sectionhero {
    height: 200px;
  }

  .navlink {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component, .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .nav-menu {
    text-align: center;
    flex: 0 auto;
  }

  .navbar-2 {
    display: flex;
  }

  .nav-menu-2 {
    text-align: center;
  }
}

#w-node-_71d82f0b-5c49-e0ba-4086-6b189cb9835a-85b4be7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0122367-ffcc-1607-c123-35df2aa2053f-85b4be7f, #w-node-_4e6bb9d6-468c-35f7-ef14-6d6cfe3d0598-85b4be7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37679c7b-cd97-1adc-4f69-e9cb8521b8d5-8521b8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4a86798e-ccaf-9396-d377-bf12d1b7b190-57d2e4bd, #w-node-be419fc6-6bbe-9dc1-2062-5d7bb3680d46-57d2e4bd, #w-node-_8ce96f8e-a410-a4b8-1f14-f34f11e48e06-57d2e4bd, #w-node-be72a6f5-24cf-0c7c-37e6-9eb62837b08e-57d2e4bd, #w-node-_17fc7837-dfec-83fb-a95e-f03488a62077-57d2e4bd, #w-node-_6e2ef720-dad5-6b65-e469-06dc10487108-57d2e4bd, #w-node-_4099af22-7f32-590f-f99b-0d312d392fe6-57d2e4bd, #w-node-f8a89be3-e3aa-fb99-ec86-11ace8d8c95b-57d2e4bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c63f4ae2-2cfd-3314-71df-cacef23d4878-57d2e4bd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b51cd9f0-b88f-c631-c24b-1872542ce1c7-57d2e4bd {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_110b58fb-253e-b01a-1260-dc316c0316e1-6c0316e0 {
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-c63f4ae2-2cfd-3314-71df-cacef23d4878-57d2e4bd, #w-node-b51cd9f0-b88f-c631-c24b-1872542ce1c7-57d2e4bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


