
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

  body {
  font-family: 'Open Sans', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  }

  h1 {
  font-size: 34px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 26px;
  }

  h4 {
  font-size: 21px;
  }

  h5 {
  font-size: 18px;
  }

  h6 {
  font-size: 16px;
  }

  body {
  font-size: 15px;
  }

  body,
  .product-usps li,
  .stock-message {
  color: #595959;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #595959 !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--secondary-500) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--secondary-800) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--secondary-500) !important;
  color: #fff !important;
  }

  .btn:hover,
  .wpcf7-submit:hover,
  .woocommerce span.onsale:hover,
  .woocommerce a.button:hover,
  .woocommerce .button:hover,
  [type="submit"]:hover,
  .nf-form-content input[type=submit]:hover
  {
  background: var(--secondary-800) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--secondary-800) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--secondary-800) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--secondary-500) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--secondary-800) !important;
  color: #fff !important;
  }

  div.phone a.phone, div.email a.email i {
  color: #fff !important;
  }

  div.phone a.phone:hover, div.email a.email:hover {
  background: var(--secondary-800) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--secondary-800);
  border-color: var(--secondary-800);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--secondary-800) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--secondary-800) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  }

  .img-responsive {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }



  header div.header {
  background-color: rgba(255, 255, 255, .5) !important;
  }
  header .sticky_menu_small div.header {
  background-color: rgb(255, 255, 255) !important;
  }

  @media only screen and (max-width : 992px) {
  header nav.navbar-default {
  background: none !important;
  }
  }

  header > div.wrapper {
  display: block;
  position: relative;
  }

  header div.header::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  }

  header > div.wrapper::after {
  background: url('https://bellapura.nl/wp-content/uploads/sites/520/2025/09/header_drie.jpg');
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  }




  @media only screen and (min-width : 992px) {
  body.home header > div.wrapper {
  min-height: 350px;
      min-height: 441px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 591px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 241px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 391px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 166px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 166px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 266px;
  }
  header > div.wrapper.above {
  min-height: 416px;
  }

  header div.header div.holder {
  height: 166px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--secondary-800); !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(10, 0, 0, .5) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, .5) !important;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  }

  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
  color: var(--secondary-800) !important;
  }
  }


  @media only screen and (min-width : 992px) {
  section.featured div.wrapper {
  margin-top: -100px;
  }
  header>div.wrapper .header__content {
  transform: translate3d(0, -40px, 0);
  }
  }





  header div.header {
  text-align: center;
  }

  header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-bottom: 1px solid var(--secondary-500);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse ul.navbar-nav li a, header nav.navbar-default div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li.active > a {
  color: var(--secondary-500) !important;
  }
  }


  header div.header div.contact i {
  color: var(--secondary-500);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: center;
  }
  }

  section.featured div.item p,
  section.news div.item p {
  color: #595959 !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--secondary-500) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--secondary-800) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--secondary-500);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--secondary-800) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: #595959 !important;
  }

  section.prices table tr td a {
  color: #595959 !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: #595959 !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--secondary-800);
  }

  :root {
 --primary-50: #fcfdfe;
            --primary-100: #f7fafe;
            --primary-200: #eef4fc;
            --primary-300: #e5effa;
            --primary-400: #dce9f8;
            --primary-450: #c7d9f0;
            --primary-500: #98badf; /* Base - jouw lichtblauwe kleur */
            --primary-550: #8bb0da;
            --primary-600: #7ea6d5;
            --primary-650: #719cd0;
            --primary-700: #6492cb;
            --primary-750: #5788c6;
            --primary-800: #4a7ec1;
            --primary-850: #3d74bc;
            --primary-900: #306ab7;
--secondary-50: #f4f9fb;
            --secondary-100: #e8f2f7;
            --secondary-200: #d1e5ef;
            --secondary-300: #bad8e7;
            --secondary-400: #a3cbdf;
            --secondary-450: #6fa1c7;
            --secondary-500: #146b95; /* Base - jouw donkerblauwe kleur */
            --secondary-550: #12658c;
            --secondary-600: #105e83;
            --secondary-650: #0e587a;
            --secondary-700: #0c5271;
            --secondary-750: #0a4c68;
            --secondary-800: #08465f;
            --secondary-850: #064056;
            --secondary-900: #043a4d;
--tint: #F6E7E4;
--text: #8b90a9;
--kop: #18212d;
--bluekop: var(--secondary-500);
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bodytekst: "Montserrat", sans-serif;
--koptekst: "Montserrat", sans-serif;
--font-size-h1: calc(1rem* 2.25);
 --font-size-h2: calc(1rem* 1.75);
--font-size-h3: calc(1rem* 1.5);
 --font-size-h4: calc(1rem* 1.25);
--font-size-h5: calc(1rem* 1);
 --font-size-h6: calc(1rem* 0.875);
    --font-size-h0: calc(1rem * 2.95);
    --font-size-h00: calc(1rem * 3.75);
    --font-size-h000: calc(1rem * 4.5);
    --font-size-h0000: calc(1rem * 5.25);
    --font-size-h00000: calc(1rem * 6);
    --font-size-h000000: calc(1rem * 6.75);
}

.card-grid .feature-card img {
    width: 180px;
}

.feature-card#nieuw::before {
    content: "NIEUW!";
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--secondary-500);
    padding: 5px 15px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
}

.agenda_back {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    padding: 48px 40px;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.2);
    position: relative;
    transition: all 0.4s ease;
    margin: 0 auto;
}




.foto_beh img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 30px;
    margin-top: 46px;
    margin-bottom: 0;
}

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        border-radius: 25px !important;
        padding: 5px 10px;
    }

section.archive.treatments div.items div.treatments div.item a span, section.archive.treatments div.treatments div.item h4, section.archive.treatments div.treatments div.items div.item a span, section.treatments.shortcode div.items div.treatments div.item a span, section.treatments.shortcode div.treatments div.item h4, section.treatments.shortcode div.treatments div.items div.item a span {
    color: white !important;
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img, section.treatments div.items div.item img {
    height: 450px;
    border-radius: 35px !important;
    object-fit: cover;
}

section.footer-cta.text-center.above {
    background: white;
    border-radius: 0 0 50px 50px;
}
section.footer-cta.text-center.above::after {
    width: 100%;
    height: 100%;
    background: var(--secondary-800);
    position: absolute;
    left: 0;
    top: 0;
}

.mission-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 8rem;
}
p.bigger_text {
    font-size: 19px;
    color: var(--kop);
    font-weight: 600;
}

footer .column a {
    color: var(--primary-500) !important;
}
footer .column a:hover {
    color: var(--primary-400) !important;
}
footer strong {
    color: var(--secondary-400);
}
footer div.social-media ul li a:hover {
    background: var(--secondary-700) !important;
}
footer .social-media.size-normal {
    margin-top: -35px;
}
footer {
    padding-top: 100px;
    font-size: 17px;
}
footer div.socket {
    margin-top: 60px;
}
footer div.column > h4 {
    border-bottom: 0px solid var(--secondary-500);
    margin-top: 0;
    margin-bottom: 1px;
    font-size: 19px;
    font-weight: 700;
}


#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.book_cta > a.mega-menu-link {
    padding: 0 16px !important;
    border: 1px solid rgb(20 107 149 / 77%) !important;
    border-radius: 500px !important;
    color: var(--secondary-700) !important;
}
.nbs_panel-group .nbs_panel-heading a strong {
    color: white !important;
}
aside.d-flex-md-row {
    margin-top: 4rem;
    background: var(--primary-200);
    border-radius: 24px;
    padding: 35px;
}
div.googlemap {
    margin: 0 0 30px 0;
}
strong {
    color: var(--secondary-700);
}
table.opening_hours tr>td:first-of-type {
    width: 130px;
}
aside div.block div.head h4 {
    margin-bottom: 25px;
}

.subkop {
    padding: 9px 12px;
    border: 1px solid rgb(20 107 149 / 25%);
    border-radius: 500px;
    font-size: 13px;
    white-space: nowrap;
    align-items: center;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: var(--secondary-500) !important;
    margin: 0;
}
header h2.subkop {
    color: var(--white) !important;
    font-size: 16px;
}
header .header__content h1 {
    font-weight: 600;
    font-size: 64px;
    margin: 0;
}

div.breadcrumbs {
    display: none;
}
div.page-header h1, .intro_beh h1 {
    border-bottom: 0px solid #e6e6e6!important;
    line-height: 1 !important;
    margin-bottom: 60px !important;
    margin-top: 0;
    text-align: center;
    color: var(--bluekop) !important;
    font-weight: 600;
}

.form_back {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    padding: 48px 40px;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.2);
    position: relative;
    transition: all 0.4s ease;
    margin: 0 auto;
}


.intro_beh h1 {
    margin-top: 0;
    margin-bottom: 34px !important;
}
.intro_beh {
    text-align: center;
    margin: 0 auto;
}
.intro_beh img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 30px;
    margin-top: 26px;
}

.featured_intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 auto;
    gap: 5rem;
}
.kop_intro {
    margin-bottom: 35px;
}
.kop_intro h2, .kop_intro h1 {
    margin-top: 0;
}


div.stats > p,  div.stats > div > p, div.card-grid > p {
    display: none;
}
.stat {
    background: linear-gradient(135deg, #ffffff, #f1f5f9);
    padding: 40px 32px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.2);
    position: relative;
}
.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 2rem;
}
.stat-number {
    font-size: 65px;
    font-weight: 800;
    color: var(--secondary-500);
    background-clip: text;
    margin-bottom: 12px;
    line-height: 1;
}
section.accordeon h2 {
    margin-top: 0;
}


.nbs_panel-group .nbs_panel-heading a.collapsed::before {
    content: "+";
    margin-right: 5px;
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: -2px;
}
.nbs_panel-group .nbs_panel-heading a::before {
    content: "-";
    margin-right: 5px;
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: -4px;
}
.nbs_panel {
    background-color: transparent !important;
    border: 1px solid transparent;
    border-radius: 0px !important;
    box-shadow: none !important;
border-color: transparent !important;
}
.nbs_panel-group .nbs_panel-heading {
    border-bottom: 0;
    background-color: var(--primary-500);
    transition: background-color 0.3s ease;
    padding: 0 !important;
    border-radius: 6px !important;
}
.nbs_panel-group .nbs_panel-heading a {
    font-family: var(--koptekst);
    font-size: 18px;
    color: white !important;
    width: 100%;
    display: block;
    padding: 5px 15px;
    position: relative;
}
.nbs_panel-group .nbs_panel-heading+.nbs_panel-collapse>.nbs_panel-body {
    border-top: 1px solid transparent !important;
}
.nbs_panel-body {
    background: var(--primary-100);
}
.nbs_panel-group .nbs_panel+.nbs_panel {
    margin-top: 15px;
}


.individual-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 60px 0 0;
}
.individual-service, .service-card {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: all 0.3s ease;
}
.service-name {
    flex: 1;
}
span.service-price, .service-card span.price {
    background: var(--primary-500);
    color: white;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 16px;
}
.service-card h3 {
    margin-bottom: 20px;
    display: flex;
    margin-top: 1.15rem;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font-size-h4);
}
.service-card {
    display: block;
}

ul.vink-features, ul.cross-features {
    list-style: none;
    margin: 1rem 0;
    padding-inline-start: 20px;
}
.vink-features li, .cross-features li  {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    font-weight: 500;
}
.cross-features li::before {
    content: 'x';
    color: red;
    font-weight: bold;
    margin-right: 15px;
    font-size: 21px;
}
.vink-features li::before {
    content: '✓';
    color: var(--secondary-500);
    font-weight: bold;
    margin-right: 15px;
    font-size: 21px;
}
main section img {
    border-radius: 25px;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin: 60px 0 0;
}
.feature-card h3 {
    margin-top: 1.15rem;
}
.feature-card {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    padding: 48px 40px;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.2);
    position: relative;
    transition: all 0.4s ease;
    font-size: 15px;
}

.emphasis-block {
    background: var(--secondary-400);
    color: white;
    padding: 60px 48px;
    border-radius: 24px;
    margin: 60px 0 0;
    position: relative;
    overflow: hidden;
}
.emphasis-block h3 {
    color: white!important;
margin-top: 1.15rem;
}

.cta_afspraak {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-200);
    border-radius: 30px;
}
.cta_afspraak .afspraak_image {
    flex: 1 0 50% !important;
}.cta_afspraak .afspraak_image img {
    margin: 0;
    height: 490px;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}
.cta_afspraak .afspraak_text {
    padding: 35px 65px;
    flex: 1 0 50% !important;
}
section.footer-cta.text-center.above {
    padding: 0 0 90px;
}


div.treatments > div > div > div > a:nth-child(2), section.treatments> div > div > div > div > div > a:nth-child(2) {
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 20px 32px;
    width: 83%!important;
    background: rgb(255 255 255 / 16%);
    border-radius: 14px;
    text-align: left;
    border: 1px solid rgba(148, 163, 184, 0.2);
    backdrop-filter: blur(1rem);
    right: 0;
    margin: 0 auto;
    color: white !important;
}
section.archive.treatments div.items div.treatments div.item a span, section.archive.treatments div.treatments div.item h4, section.archive.treatments div.treatments div.items div.item a span, section.treatments.shortcode div.items div.treatments div.item a span, section.treatments.shortcode div.treatments div.item h4, section.treatments.shortcode div.treatments div.items div.item a span {
    line-height: 1!important;
    margin: 0 !important;
}


.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 17px 35px !important;
    border-radius: 50px !important;
}
header .header__content a {
    margin: 10px 7px;
}

section.archive.treatments div.treatments div.item, section.archive.treatments div.treatments p, section.treatments.shortcode div.treatments div.item, section.treatments.shortcode div.treatments p, section.treatments div.items div.item {
    position: relative;
}
section.treatments> div > div > div > div > div > a:nth-child(2) {
    bottom: 40px;
}



@media only screen and (min-width: 992px) {
html {font-size: 22px !important; }
.service-card, .form_back, .intro_beh, .nbs_panel-group {
    width: 70%;
}
.reverse {
            direction: rtl;
    margin-bottom: 0;
        }
        .reverse > * {
            direction: ltr;
        }
ul.column_two {
    column-count: 2;
}
section.behandel_items .container, .breed_column .container {
    width: 90%;
    max-width: 2500px;
}
section.archive.treatments .treatments .col-xs-24.col-sm-12 {
    width: 33.333333%;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.book_cta > a.mega-menu-link {
    margin-left: 35px !important;
}
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
    body header > div.wrapper {
        min-height: 65px;
    }
    header>div.wrapper .header__content {
        transform: translate3d(0, 70px, 0);
    }
header div.header {
    background-color: rgb(255 255 255) !important;
}
    header div.header div.holder {
        height: 79px;
        min-height: 50px;
    }
    header div.header.full-width div.wrapper img.logo {
        max-width: 220px;
    }
    body.home header > div.wrapper {
        min-height: 814px;
    }
header div.header.full-width .container {
    width: 100%;
}
}

header > div.wrapper::after {
    top: 80px;
    border-radius: 20px;
background-position: center;
}
header {
    padding: 0 25px;
}

@media only screen and (max-width: 991px) {
html {font-size: 17px !important;}
footer {
    text-align: center;
}
.foto_beh img {
    height: 140px!important;
}
.nbs_panel-group .nbs_panel-heading a {
    font-size: 14px!important;
}
.intro_beh img {
    height: 160px!important;
}
section.behandel_items .col-xs-24.col-sm-24.col-md-12, section.treatments .treatments .col-xs-24.col-sm-12 {
    WIDTH: 100%;
}
section.treatments div.items div.item a span {
    line-height: 1 !important;
    text-transform: uppercase;
    height: unset !important;
}
.mission-grid, .featured_intro, .stats, .card-grid {
    grid-template-columns: 1fr!important;
    grid-gap: 2rem!important;
}
.cta_afspraak .afspraak_image img {
    height: 340px!important;
    border-radius: 30px 30px 0 0!important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.book_cta > a.mega-menu-link {
    text-align: center;
    margin: 35px 0;
}
.cta_afspraak .afspraak_text {
    padding: 65px 35px!important;
}
header .header__content h1 {
    font-size: 29px!important;
}
header > div.wrapper::after {
    top: 150px!important;
}
.home header>div.wrapper {
    min-height: 830px;
}
header div.header {
    text-align: left;
}
nav.navbar-default, div.navbar-collapse {
    background-color: var(--primary-300)!important;
}
html.navbar-open body.mm-fullsize nav.type-fullsize button.navbar-toggle {
    color: var(--bluekop);
}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
header {
    padding: 0 7px!important;
}
.cta_afspraak {
    display: block!important;
}
footer table.opening_hours {
    margin: 0 auto;
    text-align: left;
}
footer > div.container > div > div:nth-child(2) {
    margin: 75px 0;
}
}



main section, section.treatments {
    padding: 90px 0;
}

body {
    line-height: 1.8;
    font-size: 18px;
font-family: var(--bodytekst);
color: var(--text)!important;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
font-family: var(--koptekst);
color: var(--kop)!important;
}

h1 { font-size: var(--font-size-h1);}
h2 { font-size: var(--font-size-h2);}
h3 { font-size: var(--font-size-h3);}
h4 { font-size: var(--font-size-h4);}
h5 { font-size: var(--font-size-h5);}
h6 { font-size: var(--font-size-h6);}


small, .text_small {font-size: 0.8em;}

.smallmargin {
    margin-top: 1.15rem;
}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}

html, body {
    overflow-x: hidden;
}

img {
    height: auto;
}

@media only screen and (max-width: 991px) {
.gallery .gallery-item {
    width: 100%;
}
.m-pdt-0 {
padding-top:0!important;
}
.m-pdb-0 {
padding-bottom:0!important;
}
.m-pdb-2 {
padding-bottom:2em!important;
}
.m-pdt-2 {
padding-top:2em!important;
}
.m-mt-0 {
margin-top:0!important;
}
.m-mb-0 {
margin-bottom:0!important;
}
}


header>div.wrapper.shadow:before {
    top: 80px !important;
    background: rgb(0 0 0 / 0%);
    border-radius: 20px !important;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: var(--kop) !important;
}
    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:focus {
        background: transparent;
        color: var(--primary-500) !important;
    }

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--kop) !important;
    font-size: 19px !important;
    font-weight: 600 !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: var(--bluekop) !important;
    font-size: 15px!important;
    margin: 5px 0px 5px 0px!important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:focus, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: var(--primary-500) !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px!important;
}

#whatsapp_button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    font-size: 32px;
    line-height: 1;
    border: none;
    outline: none;
    background-color: #25D366;
    color: #fff;
    cursor: pointer;
    padding: 14px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px !important;
}

button#whatsapp_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}