
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Alegreya:400,700&display=swap');

  body {
  font-family: 'Open Sans', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Alegreya', 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(--olive-base) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--olive-extra-light) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--olive-base) !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(--olive-extra-light) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--olive-extra-light) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--olive-extra-light) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--olive-base) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--olive-extra-light) !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(--olive-extra-light) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--olive-extra-light);
  border-color: var(--olive-extra-light);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--olive-extra-light) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--olive-extra-light) !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;
  }







  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 487px;
  }
  header > div.wrapper.above {
  min-height: 637px;
  }

  header div.header div.holder {
  height: 387px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--olive-extra-light); !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(10, 0, 0, .9) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, .9) !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(--olive-extra-light) !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(--olive-base);
  }

  @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(--olive-base) !important;
  }
  }


  header div.header div.contact i {
  color: var(--olive-base);
  }

  @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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--olive-base) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--olive-extra-light) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--olive-base);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--olive-extra-light) !important;
  }


  .img-circle {
  border-radius: 0 !important;
  }

  section.treatments div.button-wrap {
  background: #e5e9c7;
  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(--olive-extra-light);
  }

  :root {
--text: #201f1d;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bodytekst: "Poppins", sans-serif;
--koptekst: "Old Standard TT", serif;
--siertekst: "Ballet", cursive;
--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);
--sage-extra-light: #F5F7ED;   /* Zeer lichte achtergrond */
  --sage-light: #E8EBDB;         /* Lichte sage */
  --sage-medium-light: #DCDFC8;   /* Zachte sage */
  --sage-base: #D1D7AF;          /* Jouw basiskleur */
  --sage-medium: #C0C79E;        /* Medium sage */
  --sage-dark: #A8AF87;          /* Donkere sage */
  --sage-extra-dark: #8F9770;    /* Extra donker sage */
  --olive-extra-light: #F2F3EB;  /* Zeer lichte achtergrond */
  --olive-light: #E3E6D5;        /* Lichte olive */
  --olive-medium-light: #D4D8BE;  /* Zachte olive */
  --olive-base: #BABF9C;         /* Jouw olive kleur */
  --olive-medium: #A9AE8A;       /* Medium olive */
  --olive-dark: #979C79;         /* Donkere olive */
  --olive-extra-dark: #7E8363;   /* Extra donker olive */
  --grey-extra-light: #F7F7F7;   /* Zeer lichte achtergrond */
  --grey-light: #E5E5E5;         /* Lichte grijs */
  --grey-medium-light: #C8C8C8;   /* Zachte grijs */
  --grey-base: #858585;          /* Jouw grijs kleur */
  --grey-medium: #6E6E6E;        /* Medium grijs */
  --grey-dark: #5A5A5A;          /* Donkere grijs */
  --grey-extra-dark: #404040;    /* Extra donker grijs */
}

.eerstekop {
    margin-top: -33px;
}


section.treatments div.items div.item img {
    height: 330px;
    object-fit: cover;
}
section.treatments div.items div.item a span {
    font-family: var(--koptekst);
}


.home section.treatments .container h2 {
    order: 1;
}
.home section.treatments .container .items {
    order: 2;
}
.home section.treatments .container .behan_knop {
    order: 3;
    margin-top: 35px;
}


.home section.treatments .container {
    display: flex;
    flex-direction: column;
}
.home section.treatments {
    background: var(--sage-extra-light);
}
.home section.treatments h2 {
    margin-top: 0;
    font-size: var(--font-size-h1);
}



.single-behandelingen figure img {
    margin: 0;
    height: 300px !important;
    object-fit: cover;
    width: 100%;
}


.item-category {
    height: 380px;
}
.item-category .centered {
    top: unset !important;
    left: 10px !important;
    transform: unset ! Important;
    bottom: 0 !important;
    text-align: left;
}
.item-category h2 {
    color: #fff !important;
    font-size: 17px;
    letter-spacing: 0;
}

.text-container .text-section {
    position: relative;
}



.header_foto::before, .single-behandelingen figure::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    left: 0;
    bottom: -35px;
    background-image: repeating-linear-gradient(to right, var(--olive-base) 0 20px, transparent 0px 41px);
    opacity: 0.7;
}
.header_foto::after, .single-behandelingen figure::after {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    right: 0;
    bottom: -35px;
    background: var(--olive-base);
    opacity: 0.7;
}
.header_foto img {
    margin: 0;
    height: 300px!important;
    object-fit: cover;
    width: 100%;
}


div.breadcrumbs span#breadcrumbs, div.breadcrumbs span#breadcrumbs span.breadcrumb_last {
    color: var(--olive-light) !important;
    opacity: 0.8;
}
div.breadcrumbs span#breadcrumbs a {
    color: var(--olive-light) !important;
}

a, .woocommerce ul.products li.product .price, .woocommerce .price {
    color: var(--olive-dark) !important;
}
a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--olive-dark) !important;
opacity: 0.8;
}

section.contact div.holder div.wrap h3 {
    margin-top: 1.15rem;
}
section.contact aside > div:nth-child(1) {
    order: 3;
}
table.opening_hours tr>td:first-of-type {
    width: 120px;
}
aside.d-flex-md-row {
    background: var(--sage-extra-light);
    padding: 35px;
    margin-top: 3rem;
}
aside.d-flex-md-row div.googlemap {
    margin: 10px 0 30px;
}

footer div.column > h4 {
    border-bottom: 0px solid var(--olive-base);
    margin-top: 0;
    color: var(--olive-extra-dark) !important;
    font-size: 16px;
}
footer {
    color: var(--grey-extra-dark)!important;
    padding-top: 100px;
}
footer div.social-media ul li a:hover {
    background: var(--olive-base) !important;
    opacity: 0.6;
}
footer .column.no_kop {
    margin-bottom: 55px;
}
footer .column.no_kop h4, main div.breadcrumbs {
    display: none;
}
footer div.column img {
    filter: invert(0.4) sepia(0.4);
}

footer div.socket, footer div.socket a, footer div.socket a:hover {
    color: var(--grey-extra-dark) !important;
}
footer div.socket img[alt=netbeauty] {
    filter: invert(0.6);
}

footer div.socket {
    margin-top: 50px;
}
footer div.socket .container {
    border-top: 1px solid var(--olive-base);
    padding-top: 15px;
}

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;
position:absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.overmij img {
    height: 610px;
    object-fit: cover;
    width: 100%;
}

.text-section-content h1 {
    font-size: var(--font-size-h00);
    color: white !important;
margin-top: 0;
    width: 71%;
}
.text-section-content h1 span.special {
    font-family: var(--siertekst);
    text-transform: none;
    font-size: 140px;
}


header .page-header h1 {
    border: none !important;
    line-height: 1 !important;
    margin: 0 !important;
    font-size: var(--font-size-h0);
    color: white !important;
}
main .page-header {
    display: none;
}
header .page-header {
    background: var(--olive-extra-dark);
    padding: 150px 0;
    text-align: center;
    position: relative;
}

header .page-header::after, .text-container .text-section::after {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    right: 0;
    bottom: 20px;
    background: var(--olive-base);
    opacity: 0.7;
}
header .page-header::before, .text-container .text-section::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    left: 0;
    bottom: 20px;
    background-image: repeating-linear-gradient(to right, var(--olive-base) 0 20px, transparent 0px 41px);
    opacity: 0.7;
}

.table>thead>tr>th {
    vertical-align: bottom !important;
    border-bottom: 2px solid var(--olive-base);
color: var(--sage-extra-dark);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 17px 8px;
    vertical-align: middle;
    border-top: 1px solid var(--olive-light);
}
.table-hover>tbody>tr:hover {
    background-color: var(--olive-extra-light);
}

section.prices table thead:nth-child(1) tr {
    height: 60px;
}
section.prices table thead tr {
    height: 110px;
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    height: 310px;
    object-fit: cover;
    object-position: center;
}


.single-behandelingen figure, .header_foto {
    position: relative;
    margin-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
html {font-size: 18px !important; }
.dropdown-menu {
    background-color: var(--olive-medium);
}
    header nav.navbar-default div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li.active > a {
        background: var(--olive-dark) !important;
        color: white !important;
    }
.single-behandelingen figure, .header_foto {
    margin-top: -9rem;
}
.home section.treatments > div > div.items > div > div:nth-child(2), .home section.treatments > div > div.items > div > div:nth-child(3) {
    margin-top: 70px;
}
section.treatments .treatments .col-xs-24.col-sm-12 {
    width: 33.3333%;
}
.post-type-archive-behandelingen section.archive.treatments .col-xs-48.col-md-24 {
    width: 33.333%;
}
nav.navbar-default div.navbar-collapse ul.navbar-nav ul.dropdown-menu li > a {
    color: white !important;
    font-weight: 300;
    letter-spacing: 1px;
}
    nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
        background-color: rgb(10 0 0 / 0%) !important;
    }
.page-template-default section .container:not(.home.page-template-default section .container), section.prices .container, .tax-behandelingen-categorie section.archive.treatments .container, .post-type-archive-behandelingen main section .container, .single-behandelingen main section .container {
    width: 800px;
}
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
.text-section-content {
        max-width: 45em;
        margin: 0 auto;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    header > div.wrapper {
        min-height: 185px;
    }

header div.header.full-width {
        background: var(--olive-extra-dark);
        border-bottom: 1px solid var(--olive-base);
    }
    header div.header.full-width div.wrapper img.logo {
        max-width: 140px;
    }
header div.header.full-width .container {
    width: 90%;
    max-width: 2500px;
}
    header div.header div.holder {
        height: 107px;
        min-height: 50px;
    }
    header div.navbar-collapse {
        text-align: right;
    }
    body.home header > div.wrapper {
        min-height: 100px;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: var(--white) !important;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}


@media only screen and (max-width: 991px) {
html {font-size: 14px !important;}
header nav.navbar-default {
    background: var(--olive-extra-dark);
}
section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img, section.treatments div.items div.item img {
    height: 220px!important;
}
.eerstekop {
    margin-top: -13px!important;
}
.header_foto, .single-behandelingen figure {
    margin-top: -150px;
    position: relative;
    z-index: 100;
}
html.navbar-open .header_foto, html.navbar-open .single-behandelingen figure {
    display: none;
}
.table>tbody>tr>td.col-md-32 {
    width: 60%;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: 14px;
}
.header_foto figure.gallery-item img {
    height: 140px !important;
}
.header_foto figure.gallery-item {
    width: 33.3333%;
}
header .page-header h1 {
    font-size: var(--font-size-h1)!important;
}
section.text-container img {
    position: relative;
    height: 350px;
}
footer table.opening_hours {
    margin: 0 auto;
}
footer div.column img {
    margin: 0 auto;
}
footer > div.container > div > div:nth-child(2) {
    margin: 70px 0;
}
.overmij img {
height: 460px;
    margin-top: 60px;
}
footer {
    text-align: center;
}
.text-section {
    padding: 125px 45px;
}
.text-section-content h1 span.special {
    font-size: 110px!important;
}
.text-container .container {
    display: block;
}
header .type-fullsize .navbar-collapse[aria-expanded=true] {
    text-align: left;
}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
nav.navbar-default, div.navbar-collapse {
    background-color: var(--olive-extra-dark);
}
header div.social-media ul li a i {
    color: var(--olive-extra-dark) !important;
}
}


section.partners div.item div.holder img {
    filter: invert(0.4);
}
section.partners {
    background: transparent !important;
    padding-top: 0;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    background: var(--olive-dark) !important;
    padding: 15px 45px !important;
    text-transform: uppercase;
    font-weight: 300;
    border: 1px solid var(--olive-dark);
}
.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(--olive-base) !important;
    border: 1px solid var(--olive-dark);
}
.text-container a.btn.btn-secondary {
    background: transparent !important;
    border: 1px solid white;
    color: var(--white) !important;
}

a.btn.btn-secondary {
    background: transparent !important;
    color: var(--text) !important;
}
a.btn.btn-secondary:hover {
    background: var(--olive-dark) !important;
    color: var(--white) !important;
}

main section, section.treatments {
    padding: 100px 0;
}

body {
    line-height: 1.8;
    font-size: 16px;
    font-family: var(--bodytekst);
    color: var(--text) !important;
    /* letter-spacing: -0.5px; */
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    margin: 2.75rem 0 1.05rem;
    line-height: 1.15;
    font-family: var(--koptekst);
    color: var(--text) !important;
    text-transform: uppercase;
}
h1, h2 {
    letter-spacing: -3.5px;
}


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;
}
}
