
  @import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700&display=swap');

  body {
  font-family: 'Karla', serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', 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: var(--text);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--text) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--primary) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--earth-brown) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--primary) !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(--earth-brown) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--earth-brown) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--earth-brown) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--primary) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--earth-brown) !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(--earth-brown) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--earth-brown);
  border-color: var(--earth-brown);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--earth-brown) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--earth-brown) !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://weelness.nl/wp-content/uploads/sites/486/2025/03/foto_buiten-1920x1080.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: 1318px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 1468px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 1118px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 1268px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 1043px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 1043px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 1143px;
  }
  header > div.wrapper.above {
  min-height: 1293px;
  }

  header div.header div.holder {
  height: 1043px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--earth-brown); !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(--earth-brown) !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(--primary);
  }

  @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(--primary) !important;
  }
  }


  header div.header div.contact i {
  color: var(--primary);
  }

  @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(--text) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--primary) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--earth-brown) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--primary);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--earth-brown) !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: var(--text) !important;
  }

  section.prices table tr td a {
  color: var(--text) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--text) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--earth-brown);
  }

  :root {
--primary: #83d097; 
--primary-dark: #5baa6f;    
--primary-light: #a7e3b7;  
--primary-ultralight: #e4f7e9; 
--wood-dark: #7d5a3c;     
--wood-medium: #a67c52;      
--wood-light: #d4b794;      
--earth-brown: #5e4b3b;     
--earth-tan: #d2b48c;      
--earth-moss: #606c38;    
--neutral-200: #f8f9f6;    
--neutral-300: #e8ede3;   
--neutral-400: #d1d9cc;  
--neutral-500: #b1baa9;    
--neutral-600: #838a7d;      
--neutral-700: #5a6156;     
--neutral-800: #3a4038;     
--neutral-900: #232a21;    
--text: #3a3a3a;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--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);
}


.locatie_blok {
    background: var(--primary-dark);
    color: white;
    padding: 5px 25px;
    width: fit-content;
    border-radius: 9px;
    margin-top: -48px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    margin-left: 15px;
}

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 {
    font-weight: 500!important;
    letter-spacing: 2px;
}

section.contact div.holder div.wrap h4 {
    margin-top: 0.5rem;
    font-size: var(--font-size-h3);
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid var(--primary);
}

.single-behandelingen figure img {
    width: 100%;
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    width: 100%;
    height: 270px;
    border-radius: 15px !important;
    object-fit: cover;
}

.pictureblok .item.item-background {
    border-radius: 35px;
}
section.pictureblok .enlarged .item-centered.text-center {
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    bottom: 0;
    text-align: left;
}
h1 strong:not(header h1 strong) {
    color: var(--earth-moss) !important;
}

a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--primary-dark) !important;
}
footer div.social-media ul li a:hover {
    background: var(--primary-dark) !important;
}

header div.header {
    background-color: var(--neutral-300)!important;
}

header > div.wrapper::after {
    background-position: bottom;
}

header div.page-header {
    background: rgb(92 101 84 / 78%);
    padding: 120px 0;
    text-align: center;
}header div.page-header h1 {
    color: white ! Important;
    border: none ! Important;
    margin: 0 !important;
    line-height: 1 !important;
}

main .page-header, div.breadcrumbs {
    display: none;
}

@media only screen and (min-width: 992px) {
html {font-size: 18px !important; }
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
section.pictureblok a div.item-background {
    height: 440px !important;
}
    nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
        background-color: rgb(131 208 151 / 24%) !important;
    }
section.pictureblok .item-centered.text-center h3 {
    writing-mode: vertical-lr;
}
.pictureblok .enlarged .item-centered.text-center h3 {
    writing-mode: horizontal-tb;
    font-size: 38px;
}
section.pictureblok .enlarged .item-centered.text-center {
    display: block;
}
section.pictureblok .enlarged a div.item-bg>img {
    filter: brightness(0.7);
}
section.pictureblok a div.item-bg>img, section.pictureblok .shrink a div.item-bg>img {
    filter: brightness(.3);
}
.pictureblok .row .col-sm-12.shrink {
    width: 20%!important;
}
.pictureblok .row .col-sm-12.enlarged {
    width: 40%!important;
}
.pictureblok .row .col-sm-12 {
    width: 20%;
    transition: 0.5s;
}
.pictureblok .row .col-sm-12:hover {
    width: 40%;
}
    body header > div.wrapper.above::after, body header > div.wrapper.above.shadow::before, body header > div.wrapper.above_shadow::before {
        top: 0;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: var(--text) !important;
    }
header .header__content p {
    font-size: 14px;
}
    header div.header.full-width div.wrapper img.logo {
        max-width: 150px;
    }
header div.header div.holder {
        height: 113px;
        min-height: 50px;
    }
main section .container:not(.home main section .container, main section.contact .container) {
    width: 890px;
}
header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    text-align: left;
    margin-left: 0;
    width: 56%;
}
header .header__content h1 {
    font-size: var(--font-size-h000);
}
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(--primary) !important;
    }
    body.home header > div.wrapper {
        min-height: 828px;
    }
body header > div.wrapper {
        min-height: 380px;
    }
    header>div.wrapper .header__content {
        transform: translate3d(0, 110px, 0);
    }
}

@media only screen and (max-width: 991px) {
html {font-size: 14px !important;}
section.pictureblok a div.item-background {
    padding: 180px 0!important;
}
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-bottom: 1px solid #78634e;
}
footer {
    text-align: center;
}
section.pictureblok .item-centered.text-center {
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    bottom: 0;
    text-align: left;
}
.salonintro img {
    margin-bottom: 60px !important;
}
header .header__content .row.text-center {
    text-align: left;
}
.home main h1, section.slider h2 {
    font-size: var(--font-size-h0);
}
}

.home main h1 {
    font-size: var(--font-size-h00);
}


main section img {
    border-radius: 35px;
}

section.partners {
    background: transparent !important;
}section.partners div.item div.holder img {
    filter: invert(0.6) sepia(1);
}

header > div > div.header__content > div > div > div > a:nth-child(4):hover {
    opacity: 0.5;
}
header > div > div.header__content > div > div > div > a:nth-child(4) {
    background: transparent !important;
    text-decoration: underline;
}
header .header__content a {
    margin: 0;
}
.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 13px 30px!important;
    font-weight: 600!important;
}

footer {
    padding-top: 50px;
}
footer div.socket {
    margin-top: 60px;
}

footer div.column > h4 {
    border-bottom: 0px solid var(--primary);
    margin-bottom: 3px;
    font-size: 22px;
}


main section, section.treatments {
    padding: 60px 0;
}

body {
    line-height: 1.8;
    font-size: 16px;
color: var(--text)!important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 2.75rem 0 1.05rem;
    line-height: 1.15;
    color: var(--neutral-700) !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;
}
.m-mb-4 {
margin-bottom:4em!important;
}
}

@media only screen and (max-width: 1450px) {
footer div.socket {
    padding-bottom: 80px!important;
}
}
