
  @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(--text-color) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--text-color) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--text-color) !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(--text-color) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--text-color) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--text-color) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--text-color) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--text-color) !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(--text-color) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--text-color);
  border-color: var(--text-color);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--text-color) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--text-color) !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;
  }
  }





  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 204px;
  }
  header > div.wrapper.above {
  min-height: 354px;
  }

  header div.header div.holder {
  height: 104px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--text-color); !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(--text-color) !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(--text-color);
  }

  @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(--text-color) !important;
  }
  }


  header div.header div.contact i {
  color: var(--text-color);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: right;
  }
  }

  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(--text-color) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--text-color) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--text-color);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--text-color) !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(--text-color);
  }

  :root {
    --base-background: #eeeae4;
    --header-color: #382410;
    --text-color: #7c6853;
    --header-background: #d1c5b6; 
    --white: #fff;
--spacing: 8rem;
--gap: 3rem;
}

h6 {
    font-size: calc(0.52em + 1vw);
}
section.watis h6 {
    margin-top: 55px;
    margin-bottom: 10px;
}


div.page-header h1 {
    margin-bottom: 100px!important;
}

section.infoblocks a div.item:hover {
    box-shadow: none!important;
}

section.infoblocks div.item p {
    color: var(--text-color) !important;
}
.infoblocks .item.item-card {
 /*   height: unset!important;*/
    padding: 50px 30px;
    background: var(--base-background);
}
section.watis * {
    color: var(--base-background)!important;
}


main a:not(main a.btn):not(main .infoblocks a){
    text-decoration: underline;
}
a, .woocommerce ul.products li.product .price, .woocommerce .price {
    color: var(--header-color) !important;
}
a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--header-background) !important;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 18px 35px;
    font-size: 17px;
    background: var(--text-color) !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(--header-color) !important;
}





header div.header {
    background-color: var(--header-background) !important;
}

section.navigatiemenu {
    height: 0;
    padding: 0;
}


@media only screen and (min-width: 992px) {
header div.header.full-width div.wrapper img.logo {
    max-width: 250px;
}
/*section.watis {
    height: 60vh!important;
}*/
header div.header div.holder {
    height: 74px;
    min-height: 50px;
}
header > div.wrapper {
    min-height: 74px;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
    color: var(--header-color)!important;
}
header div.header.full-width nav.navbar-default {
    display: none;
}
.home main section {
/*   padding: 100px 0;*/
/*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
 main section {
padding: 100px 0;
}
section.infoblocks {
    /* background: linear-gradient(180deg, var(--text-color) 30%, var(--base-background) 30%); */
    height: unset!important;
    margin-top: -110px!important;
    padding-bottom: 120px!important;
    background: var(--text-color);
}
section.featured div.wrapper {
    margin-top: -20px;
}
}


@media only screen and (max-width: 991px) {
.gallery .gallery-item {
    width: 100%;
}
section.infoblocks {
    padding-top: 0;
    margin-top: -45px;
}
header nav.navbar-default button.navbar-toggle {
    display: none;
}
.headerintro img {
    margin-top: 50px;
}
main section {
padding: 100px 0;
}
section.infoblocks {
    background: var(--text-color);
}
section.infoblocks .wrapper {
    margin-top: 0px!important;
}
footer img.img-responsive {
    margin: 0 auto;
}
}

p.kleintekstinfo {
    margin-top: 50px;
}

body {
    background-color: var(--base-background);
    color: var(--text-color)!important;
    font-size: 19px;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--header-color)!important;
margin: 2.75rem 0 3.85rem;
line-height: 1.15;
font-family: 'Merriweather', serif;
}


h1 { font-size: calc(2.252em + 2vw);}
h2 { font-size: calc(1.953em + 2vw);}
h3 { font-size: calc(1.563em + 2vw);}
h4 { font-size: calc(1.25em + 2vw);}
h5 { font-size: calc(0.95em + 2vw);}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
}

html, body {
    overflow-x: hidden;
}

footer {
    text-align: center;
}