
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');

  body {
  font-family: 'Open Sans', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', 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: #5b1b33;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #5b1b33 !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--tint) !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(--tint) !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(--tint) !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, 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;
  }
  }





  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 297px;
  }
  header > div.wrapper.above {
  min-height: 447px;
  }

  header div.header div.holder {
  height: 197px;
  }
  }





  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(--dark) !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(--tint);
  }

  @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(--tint) !important;
  }
  }


  header div.header div.contact i {
  color: var(--tint);
  }

  @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: #5b1b33 !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--tint) !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(--tint);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--dark) !important;
  }


  .img-circle {
  border-radius: 0 !important;
  }

  section.treatments div.button-wrap {
  background: #c12942;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: #5b1b33 !important;
  }

  section.prices table tr td a {
  color: #5b1b33 !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: #5b1b33 !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--dark);
  }

  :root {
--dark: #1a1a1a;
--milddark:#222222;
--tint:#c12942;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
}

.foto_block .item.item-background {
    height: unset!important;
    padding: 280px 60px;
}
.foto_block  a div.item-bg>img {
    filter: brightness(.6) grayscale(1)!important;
}
.foto_block a:hover {
    opacity: 1;
}
.foto_block a div.item:hover img {
    filter: brightness(0.7) grayscale(0)!important;
}
.info_block img {
    height: 610px;
    object-fit: cover;
}
.info_block p:nth-child(3) > a {
    margin-top: 45px;
}
.info_block a.btn {
    margin-bottom: -27px;
    width: 63%;
    text-align: left;
}

p.name_recensie {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.15em;
    margin-top: 40px;
}

.home section.text-container img {
    height: 680px;
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img, .single-behandelingen figure img.img-responsive {
    filter: grayscale(1);
}

footer::before {
    content: "";
    background: var(--milddark);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    height: 3px;
}
footer {
    position: relative;
}

footer div.column > h4 {
    border-bottom: 0px solid var(--tint);
    margin-bottom: -5px;
}
footer .social-media.size-normal {
    margin-top: -26px;
}
footer div.social-media ul li a {
    background: transparent!important;
    border: 1px solid white;
}
footer div.social-media ul li a:hover {
    background: var(--tint)!important;
}

footer {
    padding-top: 90px;
}
footer div.socket {
    margin-top: 70px;
}

.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: 28px 8px;
    border-top: 1px solid #424242;
}
.table-hover>tbody>tr:hover {
    background-color: var(--milddark);
}

.single-behandelingen section.page figure {
    margin-bottom: 25px;
}

div.breadcrumbs {
    display: none;
}

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: 400;
    font-family: Open Sans,sans-serif;
    letter-spacing: 0.15em;
}


main ul li, footer ul li, table.opening_hours td {
    padding: 3px 0;
}

.nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: var(--dark)!important;
    border: 1px solid var(--milddark)!important;
    color: #fff!important;
}

section.contact div.holder div.wrap {
    background: var(--milddark);
}

div.page-header h1 {
    border-bottom: none!important;
    margin-bottom: 60px!important;
}

.text-container h1 {
    font-size: 8.448em;
    line-height: 0.9;
    margin-bottom: 35px;
}

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(--gap);
    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%;
}

header div.header, header .sticky_menu_small div.header {
    background-color: var(--dark)!important;
}

header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.15em;
}


footer .column.quote_foot h6 {
    font-size: 1.8em;
    font-style: italic;
}

@media only screen and (min-width: 992px) {
footer .column.quote_foot h6 {
    margin-top: -11px;
}
footer .row .col-sm-16:nth-child(3) {
    width: 47%;
}
footer .row .col-sm-16:nth-child(1), footer .row .col-sm-16:nth-child(2) {
    width: 25%;
}
footer .row .col-sm-16:nth-child(2) {
       margin-right: 3%;
}
.single-behandelingen section.page .container {
    width: 800px;
}
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(--tint)!important;
}
header div.header div.holder {
    height: 116px;
    min-height: 50px;
}
header div.header.full-width div.wrapper img.logo {
    max-width: 210px;
}
header > div.wrapper {
    min-height: 116px;
}
.text-section-content {
    max-width: 45em;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}


@media only screen and (max-width: 991px) {
.text-container .container {
    flex-direction: column;
}
div.page-header h1 {
    font-size: 3.9em!important;
}
.text-section {
    order: 2;
}
.image-section {
    order: 1;
}
header button.navbar-toggle {
    color: var(--white);
}
.home section.text-container img {
    height: 300px!important;
}
.text-container h1 {
    font-size: 6.448em!important;
}
nav.navbar-default, div.navbar-collapse {
    background-color: var(--dark);
}
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-bottom: 0px solid var(--tint);
    padding: 25px 25px;
}
.foto_block .item.item-background {
    padding: 160px 60px!important;
}
section.review_blok{
    background-position: center;
}
.info_block img {
    height: 370px!important;
    margin-top: 80px!important;
}
.info_block a.btn {
    margin-bottom: -27px!important;
    width: 100%!important;
}
}



main section, section.treatments {
    padding: 100px 0;
}

body {
    line-height: 1.4em;
    font-size: 15px;
background:var(--dark);
color:var(--white)!important;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
letter-spacing: 0em;
  font-family: "Libre Caslon Display", serif;
color:var(--white)!important;
}

h1 { font-size: 4.552em;}
h2 {font-size: 3.241em;}
h3 {font-size: 2.653em;}
h4 {font-size: 2.263em;}
h5 {font-size: 2.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;
}
}

a.btn.btn-primary::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    background: white;
    width: 20px;
    height: 1px;
    right: 13px;
    bottom: 28px;
    transition: 0.5s all;
}
a.btn.btn-primary:hover::before {
    width: 12px;
}
a.btn.btn-primary::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    transform: rotate(45deg);
    right: 13px;
    bottom: 25px;
    transition: 0.5s all;
}

main a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter, footer .column a:hover {
    color: var(--tint) !important;
    opacity: 0.7;
}
.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, .modal__container, .footer-cta-box, .rimg, [type="submit"] {
    background: transparent!important;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 18px 75px 18px 15px;
position: relative;
}
.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: transparent!important;
    color: #fff !important;
    border-bottom: 1px solid var(--tint);
    border-top: 1px solid var(--tint);
}

.nf-form-content input[type=submit] {
    background: transparent!important;
    padding: 13px 35px!important;
    border-left: 0!important;
    border-right: 0!important;
    border-radius: 0!important;
    border-bottom: 1px solid var(--white)!important;
    border-top: 1px solid var(--white)!important;
}
.nf-form-content input[type=submit]:hover {
    border-color: var(--tint)!important;
}