
  @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(--tint) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--main) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--tint) !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(--main) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--main) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--main) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--tint) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--main) !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(--main) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--main);
  border-color: var(--main);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--main) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--main) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  }

  .img-responsive {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }



  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;
  }
  }





  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 557px;
  }
  header > div.wrapper.above {
  min-height: 707px;
  }

  header div.header div.holder {
  height: 457px;
  }
  }

  .topbar {
  background: #3e3e3e;
  }
  .topbar {
  color: #ffffff;
  }

  .shop_uspbar {
  background: #3e3e3e;
  }
  .shop_uspbar {
  color: #ffffff;
  }

  .shop_topbar {
  background: #cbb68b;
  }
  .shop_topbar a,
  .shop_topbar a:hover {
  color: #ffffff !important;
  }


  nav.navbar-default, div.navbar-collapse {
  background-color: var(--main); !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(--main) !important;
  }
  }


  section.featured div.wrapper {
  margin-top: 60px;
  }





  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(--tint);
  }

  @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(--tint) !important;
  }
  }


  header div.header div.contact i {
  color: var(--tint);
  }

  @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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--tint) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--main) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--tint);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--main) !important;
  }


  .img-circle {
  border-radius: 0 !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(--main);
  }

  :root {
--main: #333333;
--softmain: #e6e3e1;
--tint: #d3b89d;
--backgr: #fcf9f6;
--text: #666666;
--kop: #333333;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bodytekst: "Lato", sans-serif;
--koptekst: "Bentham", 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);
}

a, .woocommerce ul.products li.product .price, .woocommerce .price {
    color: var(--tint) !important;
    font-weight: 500;
}
a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--tint) !important;
    opacity: 0.7;
}

.modal__close {

    color: white;
}

.text_cta {
    font-size: 22px;
    text-align: left;
    color: white;
    line-height: 1.2;
}
.text_cta h1 {
    margin-top: 1.15rem;
    font-size: var(--font-size-h0);
    text-align: left;
    line-height: 1;
    color: white ! Important;
}
.footer-cta {
    position: relative;
    background: var(--tint);
    padding: 80px 0;
}
.footer-cta a.btn {
    background: var(--main) !important;
    width: 100%;
}
.footer-cta-box.pd-1.position-relative {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 170px;
    align-items: center;
}

 .nbs_panel-group .nbs_panel-heading a.collapsed::before {
    content: "+";
    margin-right: 5px;
    font-size: 31px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.nbs_panel-group .nbs_panel-heading a::before {
    content: "-";
    margin-right: 5px;
    font-size: 31px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.nbs_panel {
    background-color: transparent !important;
    border: 1px solid transparent;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.nbs_panel-group .nbs_panel-heading {
    border-bottom: 0;
    background-color: var(--tint);
    transition: background-color .3s ease;
    padding: 0 !important;
    border-radius: 0 !important;
position: relative;
}
.nbs_panel-group .nbs_panel-heading a {
    font-size: 20px;
    color: #fff !important;
    width: 100%;
    display: block;
    padding: 23px 25px;
}
.nbs_panel-group .nbs_panel-heading+.nbs_panel-collapse>.nbs_panel-body {
    border-top: 1px solid transparent !important;
    background: var(--white);
}
.nbs_panel-group .nbs_panel+.nbs_panel {
    margin-top: 14px;
}



div.breadcrumbs {
    display: none;
}

.cursus_blok {
    scroll-margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    /* gap: 80px; */
    align-items: start;
    background: white;
    box-shadow: 0 4px 12px rgb(18 18 18 / 6%);
}
.pakket_image {
    position: relative;
    height: 100%;
}
.pakket_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}
.pakket_text {
    padding: 45px;
}


h3.kop_tekst {
    margin-top: 10px;
    position: relative;
}
span.price {
    position: absolute;
    right: 0;
    background: var(--main);
    color: white;
    padding: 15px;
    top: -26px;
    font-size: 18px;
    font-family: var(--bodytekst);
    border-radius: 50px;
}


header div.header {
    background-color: var(--backgr) !important;
    border-bottom: 1px solid var(--softmain);
}
header .sticky_menu_small div.header {
    background-color: var(--backgr) !important;
}

div.page-header h1 {
    border-bottom: 0px solid #e6e6e6 !important;
    line-height: 1 !important;
    margin-bottom: 90px;
    text-align: center;
    font-size: var(--font-size-h0);
}
aside {
    background: white;
    padding: 35px;
}
.sub_kop {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: var(--tint);
}
.kop_title {
    margin-top: 15px;
    margin-bottom: 37px;
    font-size: var(--font-size-h0);
}

section.maps_view .container {
    width: 100%;
    padding: 0;
}
section.maps_view iframe {
    height: 500px;
}
section.maps_view p {
    margin: 0;
}
section.maps_view {
    padding: 0;
}


.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    background: var(--tint) !important;
    padding: 14px 57px !important;
    font-style: italic;
}

.slick-dots li::before, ul.list-unstyled li::before {
    display: none;
}

section.treatments_blok h2, .reviews_item h2 {
    margin-top: 0;
    margin-bottom: 37px;
    font-size: var(--font-size-h0);
}

section.flip-container > div > div.text-section > div > div > p {
    display: none;
}
.why_parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.why-card {
    padding: 21px 20px;
    background-color: var(--white);
    position: relative;
}
.why-card .number {
    font-size: 164px;
    font-family: var(--koptekst);
    color: var(--tint);
    line-height: 1;
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0.2;
    right: 0;
}
.why-card h4 {
    margin-top: 1.15rem;
}
.why-card p, .why-card h4 {
    z-index: 10;
    position: relative;
}

section.treatments_blok {
    background: #f6f0eb;
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    width: 100%;
    object-fit: cover;
    height: 440px;
}


@media only screen and (min-width: 992px) {
html {font-size: 21px !important; }
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout ul.mega-sub-menu {
    width: 290px;
    padding: 15px;
    background: var(--tint);
}
section.archive.treatments .treatments .col-xs-24.col-sm-12 {
    width: 33.333333%;
}
section.flip-container .image-section {
    order: 2;
}
    header div.header.full-width div.wrapper img.logo {
        max-width: 190px;
    }
    .text-section-content {
        max-width: 45em;
        margin: 0 auto;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    header>div.wrapper {
        min-height: 109px;
    }
header div.header div.holder {
    min-height: 110px;
    height: 50px;
}
header div.header.full-width .container {
    width: 90%;
    max-width: 2000px;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
    text-align: right;
}
section.treatments_blok .items .col-xs-24.col-sm-9 {
    width: 33.3333333%;
}
section.treatments_blok .items .col-xs-24.col-sm-9:nth-child(4) {
    margin-left: 16.6666%;
}
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: var(--tint)!important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout 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-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: var(--tint) !important;
    opacity: 0.5;
}

section.treatments div.items div.item img {
    height: 490px;
    object-fit: cover;
    width: 100%;
}
section.treatments div.items div.item {
    position: relative;
}
div.treatments > div > div > div > a:nth-child(2), section.treatments> div > div > div > div > div > a:nth-child(2) {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 10px 32px;
    width: 82% !important;
    text-align: center;
    background: var(--backgr);
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
section.treatments div.items div.item a span {
    height: unset !important;
    text-transform: none;
    color: var(--kop) !important;
    margin: 0 !important;
}


@media only screen and (max-width: 991px) {
html {font-size: 14px !important;}
nav.navbar-default, div.navbar-collapse {
    background-color: var(--backgr);
}
.why-card .number {
    font-size: 104px!important;
}
.text-container .container {
    display: block!important;
}
.pakket_image img {
    position: relative!important;
    height: 260px!important;
    object-fit: cover;
}
.cursus_blok {
    grid-template-columns: 1fr!important;
}
section.info_text {
    padding-top: 0;
    margin-top: -35px;
}
html.navbar-open body.mm-fullsize nav.type-fullsize button.navbar-toggle {
    color: var(--tint) !important;
}
span.price {
    right: -30px!important;
    top: -56px!important;
}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
section.text-container img {
    position: relative!important;
    height: 330px !important;
}
.nbs_panel-group .nbs_panel-heading a {
    font-size: 15px!important;
    width: 94%;
}
.text-section {
    padding: 5rem 3rem!important;
}
.why_parent {
    grid-template-columns: 1fr!important;
    gap: 18px!important;
}
section.treatments.treatments_blok .col-xs-24.col-sm-9, section.archive.treatments .treatments .col-xs-24.col-sm-12 {
    width: 100%;
}
section.treatments div.items div.item img, section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    height: 340px!important;
}
.footer-cta-box.pd-1.position-relative {
    grid-template-columns: 1fr!important;
    gap: 20px!important;
}
}


section.text-container {
    padding: 0;
}
.text-container .container {
    padding: 0;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.text-section {
    flex: 1;
    padding: var(--spacing);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-section, .image-section {
    flex: 1 0 50% !important;
}
.image-section {
    flex: 1;
    display: flex;
    position: relative;
}
section.text-container img {
    margin: 0;
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
}


footer div.column>h4, footer section.treatments div.items div.item a div.column>span, section.treatments div.items div.item a footer div.column>span {
    border-bottom: 0px solid #e6e6e6 !important;
    margin-bottom: 11px !important;
    font-size: 17px;
    margin-top: 0;
}
footer {
    padding-top: 100px;
}
footer div.socket {
    margin-top: 60px;
}
footer div.social-media ul li a:hover {
    background: var(--tint) !important;
}


main section, section.treatments {
    padding: 80px 0;
}

body {
    line-height: 1.8;
    font-size: 15px;
font-family: var(--bodytekst);
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4em;
color: var(--text)!important;
    background-color: var(--backgr);
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
letter-spacing: 1px;
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;
}
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
    color: var(--kop) !important;
    text-transform: none !important;
}
    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:hover {
        color: var(--tint) !important;
    }

#whatsapp_button {
    position: fixed;
    bottom: 22px;
    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%);
}

@media only screen and (max-width: 1450px) {
footer div.socket {
    padding-bottom: 80px!important;
}
}


main ul {
    padding-inline-start: 30px;
}
ol, ul {
    margin-bottom: 1.15rem;
}
main ul li {
    list-style: none;
    position: relative;
}
main li, main ol {
    padding: 4px 0;
}
main ul li::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tint);
}