
  @import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400,700&display=swap');

  body {
  font-family: 'Lora', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Frank Ruhl Libre', 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;
  }



  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--accent) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--bg-soft) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--accent) !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(--bg-soft) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--bg-soft) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--bg-soft) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--accent) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--bg-soft) !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(--bg-soft) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--bg-soft);
  border-color: var(--bg-soft);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--bg-soft) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--bg-soft) !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, 1) !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: 538px;
  }
  header > div.wrapper.above {
  min-height: 688px;
  }

  header div.header div.holder {
  height: 438px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: #ffffff; !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(255, 255, 255, 1) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(255, 255, 255, 1) !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(--bg-soft) !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(--accent);
  }

  @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(--accent) !important;
  }
  }


  header div.header div.contact i {
  color: var(--accent);
  }

  @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: var(--fg-muted) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--accent) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--bg-soft) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--accent);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--bg-soft) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }


  section.treatments div.item a {
  color: var(--fg-muted) !important;
  }

  section.prices table tr td a {
  color: var(--fg-muted) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--fg-muted) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--bg-soft);
  }

   :root {
    --bg: #F7F6F3;
    --bg-soft: #EDEBE5;
    --bg-elevated: #FFFFFF;
    --fg: #0F0F0F;
    --fg-muted: #5A5750;
    --fg-dim: #A8A39B;
    --accent: #4A90C2;
    --accent-deep: #3B7AA8;
    --accent-soft: rgba(74, 144, 194, 0.12);
    --accent-line: rgba(74, 144, 194, 0.4);
    --warm: #8B5A2B;
    --border: rgba(15, 15, 15, 0.1);
    --border-strong: rgba(15, 15, 15, 0.22);
--bodytekst: "Hanken Grotesk", sans-serif;
--koptekst: "Fraunces", 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);
  }

.feature {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: end;
    position: relative;
}



@media only screen and (min-width: 992px) {
html {font-size: 23px !important; }
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
nav.navbar-default div.navbar-collapse ul.navbar-nav>li.afspraak_menu {
    margin-left: 24px;
}
    header div.header.full-width div.wrapper img.logo {
        max-width: 125px;
    }
.reverse {
            direction: rtl;
    margin-bottom: 0;
        }
        .reverse > * {
            direction: ltr;
        }
    header div.header div.holder {
        height: 79px;
        min-height: 50px;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: var(--fg-muted) !important;
        font-size: 13px;
        font-weight: 600 !important;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        transition: color 0.2s ease;
        position: relative;
    }
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(--accent) !important;
    }
    header > div.wrapper {
        min-height: 78px;
    }
}

header > div.wrapper nav.navbar-default div.navbar-collapse ul.navbar-nav>li.afspraak_menu > a {
    background: var(--fg);
    color: var(--bg) !important;
    border: none;
    padding: 12px 22px !important;
    border-radius: 100px;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
}
header > div.wrapper nav.navbar-default div.navbar-collapse ul.navbar-nav>li.afspraak_menu > a:hover {
    background: var(--accent) !important;
    color: var(--bg) !important;
}

@media only screen and (max-width: 991px) {
html {font-size: 20px !important;}

}



main section, section.treatments, .footer-cta {
    padding: 110px 0;
}

body {
    line-height: 1.8;
    font-size: 17px;
font-family: var(--bodytekst);
  background: var(--bg);
    color: var(--fg-muted)!important;
    font-family: 'Hanken Grotesk', system-ui, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
letter-spacing: 3px;
font-family: var(--koptekst);
color: var(--fg)!important;
    font-weight: 300;
    font-size: clamp(40px, 5.5vw, 76px);
    line-height: 1;
    letter-spacing: -0.02em;
}

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;
}
ol, ul {
    margin-bottom: 1.15rem;
}

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;
}
}
