
  @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(--dark);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--dark) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--dark) !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(--dark) !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(--primary) !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(--dark) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--primary) !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(--primary);
  border-color: var(--primary);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--primary) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--primary) !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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }



  header div.header {
  background-color: rgba(255, 255, 255, 1) !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://huidsalonjudith.nl/wp-content/uploads/sites/216/2025/03/IYLF-Huidsalon-Judith-53-3470-53.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: 389px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 539px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
    }
  body header > div.wrapper.sticky_menu .header__content {
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 214px;
  }
  header > div.wrapper.above {
  min-height: 364px;
  }

  header div.header div.holder {
  height: 114px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: #ffffff; !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(255, 255, 255, 1) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(255, 255, 255, 1) !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(--primary) !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(--dark);
  }

  @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(--dark) !important;
  }
  }


  header div.header div.contact i {
  color: var(--dark);
  }

  @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(--dark) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--dark) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--primary) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--dark);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--dark) !important;
  }


  .img-circle {
  border-radius: 0 !important;
  }

  section.treatments div.button-wrap {
  background: var(--dark);
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: var(--dark) !important;
  }

  section.prices table tr td a {
  color: var(--dark) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--dark) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--primary);
  }

  .upgrade__child {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto 1fr;
}

.woocommerce .widget_product_categories ul, aside div.block.treatments ul {
    border: none !important;
}


.table>thead>tr>th {
    vertical-align: bottom !important;
    border-bottom: 2px solid var(--primary);
}
.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: 19px 8px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

section.prices table thead tr {
    height: 140px;
}
section.prices table thead:nth-child(1) tr {
    height: 60px;
}


section.treatments div.items div.item img {
    width: 100%;
    height: 350px;
    margin-top: 0!important;
    object-fit: cover!important;
}
.home section.treatments {
    padding-bottom: var(--spacing);
}
.behan_intro {
    background-image: linear-gradient(90deg, var(--primary-20), var(--light) 50%);
    padding: 25px;
}
.behandelignen__item {
    padding: 2rem;
    border: 1px solid #f5e3dc;
    margin: 2rem 0;
    /* box-shadow: 0 0 5px 2px #ededed; */
}
.behandelignen__item h3 {
    margin-top: 1rem;
    font-size: 1.5rem;
}
.behandelignen__item h3 span.price_item {
    color: #e0ae99;
    font-weight: 600;
    font-style: italic;
}
section.partners div.item div.holder img {
    max-width: 120px;
}

.header__content {
  margin-top: 0 !important;
}

.flying a {
  background: #25D366;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 30px;
}


#nf-form-title-5 {
  display: none;
}

.behandelingen__grid__child img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 2rem;
}


.behandelingen__grid__child {
  font-size: 18px;
  border-bottom: 1px solid var(--grey-100);
}

.gradient__bg {
  background: linear-gradient(90deg, var(--primary-20), var(--light) 50%);
}

.behandelingen__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5rem;
  text-align: center;
  margin: 3rem 0;
}

.col-md-32.col-md-offset-8 {
  margin-left: 0;
  text-align: left;
}

section.intro, section.featured {
  padding: 5rem 0;
}

.lottie_link {
  display: flex;
  align-items: center;
  margin-left: -1.6rem;
}

footer .column a {
  color: var(--light) !important;
}

.header.full-width {
  border-style: none;
  border-width: 5px;
  border-image: linear-gradient(45deg, var(--grey-20), var(--primary)) 1;
  border-top-style: solid;
}


.behandelingen__parent.no-image > div > div {
  padding: 2rem;
  border: 1px solid var(--primary);
 /* border-radius: 2rem;*/
}

.behandelingen__parent.no-image h3 {
  margin-top: 0rem;
}

.mt-auto {
margin-top: auto;
}

aside .block.text {
  border-bottom: 1px solid var(--primary-60);
  margin-bottom: 1rem;
}

aside {
  padding: 1rem;
  background: var(--primary-20);
/*  border-radius: 15px;*/
}


.home section.intro {
  padding: var(--spacing) 0;
}


main:not(.home main) {
  padding: var(--spacing) 0;
}


footer {
  padding-top: var(--gap);
}


body header > div.wrapper {
  min-height: 550px;
  position: relative;
}

/*section.partners {
  border-radius: 3rem 3rem 0 0;
}*/

.upgrade__title, .upgrade__price {
  font-size: 22px;
}

.upgrade__price {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 2rem;
  font-weight: bold;
  color: var(--secondary);
}


.upgrade__child {
  padding: 1rem 0;
  border-bottom: 2px solid var(--primary-40);
}

header > div.wrapper::after {
  background-image: linear-gradient(-90deg, #1a1a1a, rgba(16, 16, 16, 0.62) -38%, transparent), url("/wp-content/uploads/sites/216/2025/03/IYLF-Huidsalon-Judith-53-3470-53.jpg");
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
background-position: center 30%;
}


.deco__section__second {
  background: var(--primary-20);
/*  border-radius: 15px;*/
  margin: -60px var(--spacing) 30px;
  padding-top: 90px;
}

.deco__section {
background-image: linear-gradient(90deg, var(--primary-20), var(--light) 50%);
/*border-radius: 15px;*/
  margin: 30px var(--spacing);
}

footer, .footer-cta.center::after, .author {
  background: var(--dark) !important;
}

.deco__section {
  position: relative;
}

/*.deco__blok {
  width: 100%;
  height: 80%;
  background: var(--primary-40);
  position: absolute;
  bottom: -10px;
  z-index: -1;
  margin: 0 -50px 0 -50px;
  border-radius: 15px;
  left: 0;
}*/

.btn {
  padding: 16px 32px;
transition: background .2s,color .2s,border .2s;
border-radius: 210px !important;
background-color: var(--secondary) !important;
background: linear-gradient(90deg, var(--primary-40), var(--primary-20) 38%);
background-image: linear-gradient(90deg, var(--primary-60), var(--primary-80) 38%) !important;
margin-top: 1rem;
transition: .1s linear;
}

.btn:hover {
  background: var(--primary) !important;
background-image: linear-gradient(-90deg, var(--primary-60), var(--primary-80) 38%) !important;
opacity: 0.7;
}

.behandelignen__child {
  display: grid;
grid-gap: var(--gap);
  grid-template-columns: 1fr 1fr;
}


.behandelignen__txt {
  align-content: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.behandelignen__txt h4 {
  margin: 0 0 32px 0;
}

.behandelignen__txt .btn {
  margin-top: var(--gap);
}

.behandelignen__child img {
  position: relative;
}


.behandelignen__child img {
  min-height: 480px;
  width: 100%;
/*border-radius: 15px;*/
  object-fit: cover;
}

.behandelignen__child {
  position: relative;
}



.behandelingen__parent {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: var(--gap);
}


.container {
  position: relative;
  width: 100%;
  max-width: 1225px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

:root {
--light:    #fbf5f2;
--dark:       #0a0504;
--primary:    #db9e85;
--secondary:  #123744;
--grey-100: #c6c6c6;
--grey-80: #d3d3d3;
--grey-60: #e0e0e0;
--grey-40: #ededed;
--grey-20: #fafafa;
--primary-80:  #e0ae99;
--primary-60:  #e6bdac;
--primary-40:  #eccdc0;
--primary-20:  #f2ddd4;
font-size: 16px;
}

.cw * {
    color: #ffffff!important;
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    width: 100%;
    height: 350px;
    border-radius: 0 !important;
    object-fit: cover;
}


@media only screen and (min-width: 992px) {
  :root {
  --spacing: 8rem;
  --gap: 3em;
  } 
    nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
        color: var(--primary) !important;
    }
section.archive.treatments .treatments .col-xs-24.col-sm-12 {
    width: 33.3333%;
}
header > div.wrapper.above .header__content {
  transform: translateY(-50px);
}

body header > div.wrapper.above {
  min-height: 550px;
}


header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a {
  color: var(--dark) !important;
}

.section__pageheader .page-header {
  right: 50%;
  transform: translate(50%, 50%);
}

.page-header {
  position: absolute;
  top: -400px;
  right: 15%;
}
.page-header h1 {
  color: #fff !important;
  border-bottom: 2px solid var(--primary) !important;
}
.behandelingen__parent.invert .behandelignen__txt {
  grid-column: 1;
  grid-row: 1;
}

.behandelingen__parent.invert .behandelignen__image {
  grid-column: 2;
  grid-row: 1;
}

body.home header > div.wrapper {
  min-height: 350px;
  min-height: 389px;
  height: 850px;
}


}

@media only screen and (max-width: 991px) {
   :root {
  --gap: 1rem;
  --spacing: 3em;
  }
section.treatments div.items div.item img, section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    height: 230px !important;
}
header nav.navbar-default ul.navbar-nav .active > a:focus, header nav.navbar-default ul.navbar-nav .active > a:hover, header nav.navbar-default ul.navbar-nav .active > a:visited {
  background: none;
  color: var(--dark) !important;
}
header div.navbar-collapse ul li a, header div.navbar-collapse ul li.active a {
  color: var(--dark) !important;
  line-height: 25px;
}


.behandelingen__grid__child img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

.behandelingen__grid {
  display: flex;
  flex-direction: column;
}


.behandelignen__child img {
  min-height: auto;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 99vw;
}

.deco__section {
  margin: 10px;
}

.behandelignen__child {
  grid-template-columns: auto;
}

footer div.socket {
  padding-bottom: 75px;
}


}

/* No greater than 900px, no less than 400px */
@media (max-width:900px) and (min-width:400px) {
    .foo {
        display:none;
    }
}​


@import url('https://fonts.googleapis.com/css?family=Roboto:400|Lora:400');

html {font-size: 16px;} /*16px*/

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

p {margin-bottom: 1rem;}

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  font-family: 'Lora', serif;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {font-size: 2.441rem;}

h3 {font-size: 1.953rem;}

h4 {font-size: 1.563rem;}

h5 {font-size: 1.25rem;}

small, .text_small {font-size: 0.8rem;}