
  @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: var(--text);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--text) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--bluecolor) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--dark) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--bluecolor) !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(--dark) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--dark) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--dark) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--bluecolor) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--dark) !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(--dark) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--dark);
  border-color: var(--dark);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--dark) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--dark) !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;
  }
  }

  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://beautycenterwoerden.nl/wp-content/uploads/sites/396/2024/02/header.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: 485px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 635px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 285px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 435px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 210px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 210px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 310px;
  }
  header > div.wrapper.above {
  min-height: 460px;
  }

  header div.header div.holder {
  height: 210px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--dark); !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(--dark) !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(--bluecolor);
  }

  @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(--bluecolor) !important;
  }
  }


  header div.header div.contact i {
  color: var(--bluecolor);
  }

  @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(--bluecolor) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--dark) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--bluecolor);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--dark) !important;
  }


  .img-circle {
  border-radius: 0 !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(--dark);
  }

  :root {
--dark: #1a1b1d;
--baby: #88b2c7;
--light: #d9d9d9;
--backgr: #f7f7f7;
--bluecolor: #3a4042;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--text: rgba(26,27,29,1);
--siertext: 'Oooh Baby', cursive;
}


section.member .cta_klantenstop {
    padding: 8px 15px;
    background: var(--backgr);
    color: var(--text) !important;
    font-size: 13px;
    line-height: 1.5;
}

section.text-container img {
  object-position: 0 21% !important;
}

.contact_team ul.fa-ul li {
    padding: 4px 0;
}
.contact_team ul.fa-ul i {
    min-width: 38px;
    font-size: 22px;
    text-align: center;
}
.contact_team ul.fa-ul {
    margin-left: 6px;
}
.contact_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 150px 50px;
    grid-auto-rows: minmax(100px, auto);
}
.contact_team {
    background: var(--backgr);
    padding: 25px;
}
.contact_team h1 {
    font-size: 35px;
    margin-top: -5px;
    margin-bottom: 25px;
}
.contact_team .siersmall {
    font-size: 25px;
    margin-top: 40px;
}
.contact_team img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    margin-top: -70px;
  object-position: 0 20%;
}


section.kaart_view .container p {
    margin: 0;
}

a, .woocommerce ul.products li.product .price, .woocommerce .price {
    color: var(--baby)!important;
}


footer img.img-responsive {
    margin: 10px auto;
}

footer div.column > h4 {
    border-bottom: 0px solid var(--bluecolor);
}
footer {
    padding-top: 60px;
}
footer div.socket {
    margin-top: 80px;
    padding: 17px 0;
}

p.recensie_text {
    font-size: 18px;
    font-style: italic;
    margin-top: 25px;
}

.btn.lightversion:hover {
    background: var(--dark)!important;
    color: #fff!important;
}
.btn.lightversion {
    background: var(--light)!important;
    color: var(--text)!important;
}


.dienstparent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    margin-top: 60px;
}
.dienstitem {
    padding: 15px 55px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
}

.siersmall {
    font-family: var(--siertext);
    font-size: 31px;
    margin-top: 60px;
}
section.member::before {
    content: "";
    background: var(--bluecolor);
    width: 100%;
    height: 75%;
    top: 0;
    left: 0;
    position: absolute;
}


section.member img {
    height: 630px;
    width: 100%;
    object-fit: cover;
}

.salon_item a:hover {
    opacity: 0.6;
}
.salon_item a:hover::after {
    background: var(--light);
    z-index: -1;
}
.salon_item a::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 1px solid var(--text);
    position: absolute;
    right: 0;
    border-radius: 100%;
    bottom: 0;
}
.salon_item a {
    color: var(--text)!important;
    display: flex;
    align-items: center;
}
.salon_item h4 a::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 13px;
    height: 13px;
    border-top: 1px solid var(--text);
    border-right: 1px solid var(--text);
    transform: rotate(45deg);
    right: 15px;
    bottom: 40%;
    transition: 0.5s all;
}

section.kaart_view {
    filter: grayscale(1);
    padding: 0;
}
section.kaart_view .container {
    width: 100%;
    padding: 0;
}

section.connect_blok * {
color:#fff!important;
}

section.info_back {
    background: var(--backgr);
    margin: 0 3em 8em;
}

.connect_blok div.social-media ul li a:hover {
    background: var(--light)!important;
}
.connect_blok div.social-media ul li a {
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 2.6;
}

.teammember img {
    width: 100%;
}

/*.btn.pijlversion::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    background: white;
    width: 20px;
    height: 1px;
    right: 13px;
    bottom: 50%;
    transition: 0.5s all;
}*/
.btn.pijlversion::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    transform: rotate(45deg);
    right: 13px;
    bottom: 43%;
    transition: 0.5s all;
}
.btn.pijlversion {
    padding: 19px 65px 19px 35px!important;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 19px 45px!important;
    position: relative;
}

section.halfleft_bgr::before {
    content: "";
    background: var(--backgr);
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.halftop_bgr::before {
    content: "";
    background: var(--backgr);
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    position: absolute;
}

.sierkop {
    font-family: var(--siertext);
    font-size: 45px;
}

header .header__content h1 {
    font-size: calc(3em + 2vw);
    line-height: 1;
    margin-bottom: 25px;
}

.salon_parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 80px;
    margin-bottom: 35px;
}
.salon_item {
    padding: 35px 0;
    border-bottom: 1px solid var(--bluecolor);
    justify-content: center;
    flex-direction: column;
    display: flex;
}
.salon_item h4 {
    margin: 0 0 25px;
    font-size: 31px;
    display: flex;
    align-items: center;
    font-style: italic;
    position: relative;
}
.salon_item h4 span.cijfer {
    font-size: 55px;
    margin-right: 20px;
    font-style: normal;
}

/*.salons_view .salon_item:nth-child(7) {
    grid-column: 1 / -1;
}*/

.titlekop {
    font-size: calc(2em + 2vw);
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 25px;
}
.subkop {
    font-style: italic;
    letter-spacing: 1px;
}

/*section.target-section {
    padding: 240px 0;
    height: 100vh;
}*/

.flyimg_left {
    position: absolute;
    left: 0;
    top: 120px;
}
.flyimg_left img {
    height: 670px;
    width: 430px;
    object-fit: cover;
}
.flyimg_right {
    position: absolute;
    right: 0;
    bottom: 14%;
}
.flyimg_right img {
    height: 390px;
    width: 320px;
    object-fit: cover;
}

.scrol_link {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: -45px;
    display: flex;
    justify-content: center;
    bottom: 80px;
}

.scroll-down {
    position: relative;
    cursor: pointer;
}
.scroll-down::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    background: white;
    width: 1px;
    height: 73px;
    bottom: 0;
    transition: 0.5s all;
    left: 26px;
}
.scroll-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 23px;
    height: 23px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    transform: rotate(135deg);
    right: -38px;
    bottom: 5px;
    transition: 0.5s all;
}
.scroll-down:hover::before {
    height: 50px;
}

.home header div.header {
    background-color: rgb(255 255 255 / 0%) !important;
}
header div.header {
    background-color: var(--bluecolor)!important;
}
header>div.wrapper.shadow:before, header>div.wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0!important;
    right: 0;
    bottom: 0;
    background: rgb(26 27 29 / 60%);
    z-index: -1;
}
header > div.wrapper::after {
    background-position: center;
}

section.connect_blok {
    background: var(--bluecolor);
    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;
}
.image-section {
    flex: 1;
    display: flex;
}
section.text-container img {
    margin: 0;
    object-fit: cover;
    width: 100%;
}



@media only screen and (min-width: 992px) {

.header.full-width .container {
  width: 80%;
}

#primary_navigation {
  text-align: right;
}

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(--light) !important;
}
footer > .container > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
footer .row .col-sm-24:nth-child(1) {
    width: 24%;
    margin-left: 12%;
}
footer .row .col-sm-24:nth-child(2) {
    width: 50%;
}
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: #ffffff !important;
}
header .navbar-nav.sm-collapsible ul.sm-nowrap>li>a {
    padding: 11px 35px!important;
}
.dropdown-menu {
    background-color: var(--bluecolor);
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
    color: var(--white)!important;
    letter-spacing: 0em;
    font-family: 'Antic Didone', serif;
    font-size: 16px;
}
header div.navbar-collapse {
    text-align: left;
}
.text-container .container {
    height: 700px;
}
.home header>div.wrapper div.wrapper img.logo {
    padding: 0px 0;
    max-width: 140px;
}
header>div.wrapper div.wrapper img.logo {
    padding: 0px 0;
    max-width: 90px;
}
.text-section-content {
    max-width: 45em;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.home header > div.wrapper {
    min-height: 850px;
}
header nav.navbar-default {
    background-color: rgb(10 0 0 / 0%) !important;
}
.home header div.header div.holder {
    height: 180px;
    min-height: 50px;
}
header div.header div.holder {
    height: 110px;
    min-height: 50px;
}
body header > div.wrapper {
    min-height: 108px;
}
header>div.wrapper .header__content {
    transform: translate3d(0, 80px, 0);
}
section.member * {
    color: #fff!important;
}
.dienstitem:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid;
}
.home header .sticky_menu_small div.header,  header .sticky_menu_small div.header {
    background-color: var(--bluecolor)!important;
}
}

.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: 13px 8px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--bluecolor);
}

@media only screen and (max-width: 991px) {
.salon_item a {
    width: 80%;
}
.contact_parent {
    grid-template-columns: repeat(1, 1fr)!important;
}
section.member {
    padding-top: 30px;
}
footer {
    text-align: center;
}
.salon_item a::after {
    bottom: 10px;
}
.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: 13px;
}
.salon_parent {
    grid-template-columns: repeat(1, 1fr)!important;
}
.titlekop {
    font-size: calc(4em + 0.8vw)!important;
}
section.info_back {
    margin: 0 1em 8em;
}
section.info_back .col-md-20.col-md-push-8 {
    margin-top: 90px;
}
    section.member img {
        height: auto !important;
        object-position: top;
    }
section.member::before {
    height: 35%!important;
}
.dienstparent {
    grid-template-columns: repeat(1, 1fr)!important;
}
.dienstitem:nth-child(2) {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-bottom: 35px;
}
.dienstitem {
    padding: 15px 35px;
}
.text-container .container {
    flex-direction: column;
}
.text-section {
    padding: 85px 20px!important;
}
header button.navbar-toggle {
    color: var(--white);
}
.home header>div.wrapper {
    min-height: 670px;
}
header div.navbar-collapse ul li a {
    padding: 25px 25px;
}
header div.header {
    text-align: left;
}
header .navbar-nav .open .dropdown-menu>li>a {
    padding: 18px 15px 18px 38px!important;
}
.flyimg_left img {
    height: 220px!important;
    width: 190px!important;
}
.flyimg_left {
    top: 20px!important;
}
section.target-section {
    height: unset!important;
}
.flyimg_right img {
    height: 210px!important;
    width: 180px!important;
}
.flyimg_right {
    bottom: 20px!important;
}
section.target-section > div > div.row {
    margin: 3em 0;
}
.salon_item h4 span.cijfer {
    display: block;
}
.salon_item a {
    display: block!important;
}
.salon_item h4 a::before {
    bottom: 23px!important;
}
}







main section, section.treatments {
    padding: 100px 0;
}

body {
font-family: 'Mulish', sans-serif;
    line-height: 1.9;
    letter-spacing: 0em;
    font-size: 15px;
    color: var(--text)!important;
}

h1 {
text-transform: uppercase;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.2;
    letter-spacing: 0em;
font-family: 'Antic Didone', serif;
}

h1 { font-size: 3.052em;}
h2 {font-size: 2.441em;}
h3 {font-size: 1.953em;}
h4 {font-size: 1.563em;}
h5 {font-size: 1.25em;}
small, .text_small {font-size: 0.8em;}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}

html, body {
    overflow-x: hidden;
}


@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;
}
}


@media only screen and (min-width: 992px) and (max-width: 1240px){
header div.header.full-width .container {
    width: 98%;
    max-width: 2000px;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
    font-size: 14px;
    padding: 10px 5px;
}
}