
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

  body {
  font-family: 'Roboto', 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(--graytint) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--main) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--graytint) !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(--main) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--main) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--main) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--graytint) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--main) !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(--main) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--main);
  border-color: var(--main);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--main) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--main) !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://novoskinclinic.nl/wp-content/uploads/sites/383/2024/01/header_new.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: 534px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 684px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 334px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 484px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 259px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 259px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 359px;
  }
  header > div.wrapper.above {
  min-height: 509px;
  }

  header div.header div.holder {
  height: 259px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--main); !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(--main) !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(--graytint);
  }

  @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(--graytint) !important;
  }
  }


  header div.header div.contact i {
  color: var(--graytint);
  }

  @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: 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(--graytint) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--main) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--graytint);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--main) !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(--main);
  }

  @media only screen and (min-width : 1400px) {
  .container {
  width: 1370px;
  }
  }
  :root {
--main: #222222;
--tintdark:#b1b1b1;
--graytint:#dddddd;
--gold:#cb9b62;
--beigetint:#d6cdc4;
--text: #333333;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
}


footer .social-media.size-normal {
    margin-top: -30px;
}
footer div.social-media ul li a {
    background: var(--gold) !important;
}
footer div.social-media ul li a {
    background: var(--gold) !important;
}
footer div.social-media ul li a:hover {
    background: var(--beigetint) !important;
}

.home section.partners {
    padding-bottom: 5px;
}

.adviezen_block {
    background: var(--beigetint);
    padding: 6px 25px 25px;
}

.single-behandelingen section.page div.actions {
    padding: 60px 0 30px;
    text-align: center;
}

.titel_intro {
    background: var(--graytint);
    padding: 25px;
    border-radius: 15px;
    position: relative;
}
.titel_intro::before {
    content: "";
    background-image: url(/wp-content/uploads/sites/383/2023/12/fav.png);
    width: 340px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.2;
    filter: grayscale(1);
    transform: rotate(344deg);
}
.titel_intro div.page-header {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
    z-index: 1;
}
.titel_intro div.page-header h1 {
    margin: 0!important;
}



section.prices table thead tr {
    height: 100px;
}
section.prices table thead:nth-child(1) tr {
    height: 60px;
}
.table>tbody>tr>td {
    padding: 18px 8px;
    vertical-align: middle;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 3px solid var(--beigetint);
}

div.breadcrumbs {
    display: none;
}
div.page-header h1 {
    border-bottom: none!important;
    margin-bottom: 50px!important;
}

section.contact .row .col-md-14.col-md-offset-2 {
    background: #f1f1f1;
    padding: 55px 25px 35px;
}


.reviewslide .slide {
    background: var(--beigetint);
    padding: 25px 35px;
    min-height: 450px!important;
    display: flex!important;
    justify-content: center;
    flex-direction: column;
}
footer .column img.img-responsive {
    margin: 0 auto;
}

footer {
    padding-top: 80px;
}
footer div.socket {
    margin-top: 70px;
}
footer div.column > h4 {
    border-bottom: none!Important;
    margin-bottom: -5px;
}
section.partners {
    display: none;
}
.home section.partners {
    display: block!important;
    background: var(--main)!important;
}


section.pictureblok a div.item-background {
    padding: 260px 0;
    height: unset!important;
    border-radius: 0;
}
section.pictureblok .item-centered.text-center {
    padding: 25px;
    top: unset!important;
    bottom: 0;
    transform: unset!important;
    left: 0;
    text-align: left;
}
section.pictureblok .item-centered.text-center h3 {
    position: relative;
}
p.moreread::before {
    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: -17px;
    bottom: 34%;
}
p.moreread {
    position: relative;
    width: max-content;
    margin-bottom: 0;
}




header .header__content h1 {
    font-size: 7.2em;
    line-height: 1;
    margin: 0px 0px 35px;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    background: var(--gold) !important;
    padding: 13px 45px!important;
}

header .subtitel {
    font-weight: 600;
    color: var(--graytint)!important;
    margin: -22px 0 35px!important;
}

.headtitel {
    margin-bottom: 35px;
}
main .subtitel {
    font-weight: 600;
    color: var(--graytint)!important;
    margin-bottom: -20px;
}
main .subtitel.subwhite {
    color: var(--white)!important;
}



header div.header, header>div.wrapper.sticky_menu.sticky_header .header {
    background-color: var(--main) !important;
}


body header > div.wrapper.above::after, body header > div.wrapper.above.shadow::before, body header > div.wrapper.above_shadow::before {
    top: 0;
}

section.pictureblok {
    padding-bottom: 130px!important;
}


header > div.wrapper::after {
    background-position: center;
    top: 80px;
    filter: grayscale(1) brightness(0.8);
}

@media only screen and (min-width: 992px) {
section.pictureblok .enlarged .item-centered.text-center {
    display: block;
}
section.contact aside .block {
    width: 27%;
    float: left;
    margin: 0 3%;
}
section.contact .row .col-md-14.col-md-offset-2 {
    width: 100%;
    margin-left: 0;
}
section.contact .row .col-md-32 {
    width: 100%;
}
body header > div.wrapper {
    min-height: 444px;
}
.dropdown-menu {
    background-color: var(--main);
}
.home header > div.wrapper::after {
    width: 50%;
    margin-left: 50%;
}
header>div.wrapper.shadow:before {
    background: rgb(25 25 25 / 69%);
    background-image: url(/wp-content/uploads/sites/383/2023/12/beige_backgr.jpg);
    width: 50%;
    background-blend-mode: darken;
}
section.pictureblok .enlarged a div.item-bg>img {
    height: 310px;
}
.pictureblok .row .col-sm-12.enlarged .item-centered.text-center {
    background-color: var(--main);
}
section.pictureblok .item-centered.text-center {
    display: none;
}
section.pictureblok .enlarged a div.item-bg>img {
    filter: brightness(1);
}
section.pictureblok a div.item-bg>img, section.pictureblok .shrink a div.item-bg>img {
    filter: grayscale(1) brightness(.5);
}
.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%;
}
header div.header.full-width div.wrapper img.logo {
    max-width: 270px;
}
header div.header div.holder {
    height: 150px;
    min-height: 50px;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
    color: var(--white)!important;
}
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(--gold) !important;
}
body.home header > div.wrapper {
    min-height: 724px;
}
header>div.wrapper .header__content {
    transform: translate3d(0, 68px, 0);
}
header>div.wrapper .header__content .container {
    width: 100%;
}
header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    width: 30%;
    margin-left: 12%;
    text-align: left;
}
}


@media only screen and (max-width: 991px) {
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-bottom: 1px solid #2d2d2d;
    padding: 23px 15px;
}
section.pictureblok a div.item-background {
    padding: 240px 0!important;
}
footer {
    text-align: center;
}
.insta_time h1 {
    text-align: center;
    margin-bottom: 45px;
}
section.pictureblok a div.item-bg>img {
    height: 270px;
    filter: brightness(1);
}
section.pictureblok .item-centered.text-center {
    background: var(--main);
    font-size: 13px;
}
.salonintro img {
    height: 520px!important;
    margin-top: 60px;
}
header .header__content h1 {
    font-size: 3.2em!important;
}
header .header__content .row.text-center {
    text-align: left;
}
header div.header {
    text-align: left;
}
header button.navbar-toggle {
    color: var(--gold);
}
.titel_intro {
    padding: 55px 12px!important;
}
.titel_intro div.page-header {
    width: 100%!important;
}
.titel_intro div.page-header h1 {
    margin-bottom: 36px!important;
    text-align: center!important;
    font-size: 40px;
}
}

.salonintro img {
    height: 690px;
    width: 480px;
    object-fit: cover;
}

a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--tint) !important;
}
a, .woocommerce ul.products li.product .price, .woocommerce .price {
    color: var(--gold) !important;
}

main section, section.treatments {
    padding: 90px 0;
}

body {
    line-height: 1.8;
font-family: 'Rubik', sans-serif;
    font-size: 16px;
/*   font-weight: 300;*/
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
font-family: 'Rubik', sans-serif;
    font-weight: 300;
}


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;
}
}