
  @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: #3a3a3a;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #3a3a3a !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--redtint) !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(--redtint) !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(--redtint) !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: 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.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://magic-hair-kappers.nl/wp-content/uploads/sites/405/2025/01/header_foto.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: 409px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 559px;
    }
  }

  @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: 234px;
  }
  header > div.wrapper.above {
  min-height: 384px;
  }

  header div.header div.holder {
  height: 134px;
  }
  }





  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, 1) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, 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(--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(--redtint);
  }

  @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(--redtint) !important;
  }
  }


  header div.header div.contact i {
  color: var(--redtint);
  }

  @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: #3a3a3a !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--redtint) !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(--redtint);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--main) !important;
  }


  .img-circle {
  border-radius: 0 !important;
  }

  section.treatments div.button-wrap {
  background: #919191;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: #3a3a3a !important;
  }

  section.prices table tr td a {
  color: #3a3a3a !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: #3a3a3a !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--main);
  }

  :root {
--main: #1a1a1a;
--redtint: #fa2e2a;
  --color-main-light-1: #2d2d2d; /* Lichtere tint 1 */
  --color-main-light-2: #404040; /* Lichtere tint 2 */
  --color-main-light-3: #5c5c5c; /* Lichtere tint 3 */
  --color-main-dark-1: #0f0f0f; /* Donkere tint 1 */
  --color-main-dark-2: #080808; /* Donkere tint 2 */
  --color-redtint-light-1: #fc5b57; /* Lichtere tint 1 */
  --color-redtint-light-2: #fd8784; /* Lichtere tint 2 */
  --color-redtint-light-3: #feb3b1; /* Lichtere tint 3 */
  --color-redtint-dark-1: #d32724; /* Donkere tint 1 */
  --color-redtint-dark-2: #a31d1b; /* Donkere tint 2 */
--softtint: #f7f5ef;
--text: #fff;
--kopjes: #fff;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bodytekst: "Barlow", serif;
--koptekst: "Cormorant Garamond", serif;
--subtekst: "Barlow", serif;
--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.85);
    --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);
}

    header div.header.full-width {
        background: var(--main);
    }

.nbs_slider .slide--text>div {
    padding: 12px 2rem 2rem;
}
.nbs_slider .slick-next {
    right: 30px;
}
.nbs_slider .slick-prev {
    left: 30px;
}
section.review_slide .nbs_slider .slick-next i {
    transform: rotate(180deg);
}
section.review_slide .nbs_slider .slick-next, section.review_slide .nbs_slider .slick-prev {
    width: 120px;
    top: unset!important;
    transform: unset!important;
    bottom: 0;
}
.nbs_slider .slick-arrow i {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: var(--color-main-light-3);
    margin: 20px;
}
.nbs_slider .slick-arrow i:before {
    transform: rotate(-45deg);
    transform-origin: left top;
}
.nbs_slider .slick-arrow i:before, .nbs_slider .slick-arrow i:after {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 1px;
    background-color: var(--color-main-light-3);
}
 .nbs_slider .slick-arrow i:after {
    transform: rotate(45deg);
    transform-origin: left bottom;
}


.nbs_slider .slide--text>div {
    display: flex;
    flex-direction: column;
}
.nbs_slider .slide--text>div p {
    order: 1;
}
.nbs_slider .slide--text>div h3 {
    order: 2;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--color-main-light-3);
    padding-top: 20px;
}


.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(--color-main-light-2) !important;
}

section.salon_intro img {
    height: 850px;
    object-fit: cover;
    filter: brightness(0.6);
}
.salon_intro h1 {
    font-size: var(--font-size-h00);
    line-height: 1;
    margin-left: -155px;
}

.behandel_foto .gallery img {
    width: 100%;
    height: 370px !important;
    object-fit: cover;
    object-position: top;
}

.review_item::before {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: -20px;
content: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" image-rendering=\"optimizeQuality\" fill=\"%23fa2e2a\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 512 379.51\"%3E%3Cpath d=\"M299.73 345.54c81.25-22.55 134.13-69.68 147.28-151.7 3.58-22.31-1.42-5.46-16.55 5.86-49.4 36.97-146.53 23.88-160.01-60.55C243.33-10.34 430.24-36.22 485.56 46.34c12.87 19.19 21.39 41.59 24.46 66.19 13.33 106.99-41.5 202.28-137.82 247.04-17.82 8.28-36.6 14.76-56.81 19.52-10.12 2.04-17.47-3.46-20.86-12.78-2.87-7.95-3.85-16.72 5.2-20.77zm-267.78 0c81.25-22.55 134.14-69.68 147.28-151.7 3.58-22.31-1.42-5.46-16.55 5.86-49.4 36.97-146.53 23.88-160-60.55-27.14-149.49 159.78-175.37 215.1-92.81 12.87 19.19 21.39 41.59 24.46 66.19 13.33 106.99-41.5 202.28-137.82 247.04-17.82 8.28-36.59 14.76-56.81 19.52-10.12 2.04-17.47-3.46-20.86-12.78-2.87-7.95-3.85-16.72 5.2-20.77z\"%2F%3E%3C%2Fsvg%3E");
    display: inline-block;
}
.review_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 60px;
    margin-top: 50px;
}
.review_item {
    background: var(--color-main-light-1);
    padding: 65px 25px;
    font-size: 15px;
    position: relative;
    height: 100%;
}
.review_item .review_kop {
    font-size: 24px;
    font-family: var(--koptekst);
    margin-bottom: 15px;
}

.merkblok:nth-child(3) {
    margin-top: 120px;
}
.merkblok img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

section.prices table thead:nth-child(1) tr {
    height: 60px;
}
section.prices table thead tr {
    height: 160px;
}


.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: 26px 8px;
    vertical-align: middle;
    border-top: 1px solid var(--color-main-light-2);
}
.table-hover>tbody>tr:hover {
    background-color: var(--color-main-light-1);
}
.table>thead>tr>th {
    border-bottom: 2px solid var(--softtint);
    font-size: 35px;
    font-family: var(--koptekst);
    padding: 15px 8px;
    font-weight: 400;
    vertical-align: bottom;
}


div.breadcrumbs {
    display: none;
}

.prijsblok_parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
.prijsbloks {
    background: var(--color-main-light-1);
    padding: 15px 25px;
    font-size: 15px;
    height: 100%;
}
.prijsbloks h4 {
    font-size: 22px;
    margin-top: 1.15rem;
}

section.contact div.holder div.wrap {
    background: var(--softtint);
    color: var(--main);
}
.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 13px 45px !important;
    border: none !important;
}
section.contact div.holder div.wrap h3 {
    color: var(--main) !important;
    margin-top: 0.15rem;
}

a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--softtint) !important;
}
footer a:hover {
    color: var(--main) !important;
}


footer div.social-media ul li a {
    background: transparent !important;
    border: 1px solid var(--main);
    color: var(--main) !important;
}
footer div.social-media ul li a i {
    color: var(--main) !important;
}
footer div.social-media ul li a:hover i {
    color: white ! Important;
}

footer .circle-container {
    margin-top: 25px;
}
footer div.column {
    position: relative;
}
footer .circle-container {
    width: 200px!important;
    height: 200px!important;
    top: 0!important;
    left: 0!important;
    z-index: 0!important;
}
footer .circle-text span {
    font-size: 15px!important;
    transform-origin: 0 103px!important;
}
footer div.socket {
    margin-top: 70px;
}

footer .social-media.size-normal {
    margin-top: -75px;
}
footer div.column > h4 {
    border-bottom: 0px solid var(--redtint);
}
footer div.socket img[alt=netbeauty] {
    filter: invert(0.8);
}
footer {
    color: var(--main);
    padding-top: 50px;
}
footer div.socket, footer div.socket a, footer div.socket a:hover {
    color: var(--main) !important;
}
main {
    position: relative;
}
main::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--softtint);
    position: absolute;
    left: 0;
    bottom: 7px;
}
footer::before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--main);
    position: absolute;
    top: 7px;
    left: 0;
}
footer, footer div.socket, .footer-sticky {
    background: var(--softtint) !important;
    position: relative;
}

header>div.wrapper.above_shadow:before {
    top: 0;
    background: none;
}

header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
font-family: var(--subtekst);
text-transform: uppercase;
font-size: 13px;
}

div.page-header h1 {
    border-bottom: 0px solid #e6e6e6;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    font-size: var(--font-size-h0000);
}

header .header__content h1 {
    font-size: var(--font-size-h000);
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
}

main section div.page-header {
    display: none;
}

header > div.wrapper::after {
    filter: grayscale(1) brightness(0.5);
    background-position: center 30%;
}


@media only screen and (min-width: 992px) {
html {font-size: 24px !important; }
.intro_right .col-md-23.col-md-pull-23 {
    text-align: right;
}
.intro_right h1 {
    text-align: right;
    margin-right: -140px;
    margin-left: 0;
}
section.review_slide .nbs_slider {
    width: 50%;
    float: left;
    margin-left: 20%;
}
section.review_slide h2 {
    width: 30%;
    float: left;
    margin: 0;
}
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
header>div.wrapper.sticky_menu.sticky_header .header {
        box-shadow: 0 0 50px -5px rgb(0 0 0 / 40%);
    }
    body header > div.wrapper {
        min-height: 415px;
    }
header .page-header {
    padding: 180px 0;
}
    header>div.wrapper .header__content {
        transform: translate3d(0, 170px, 0);
    }
header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    width: 80%;
    margin-left: 0;
}
.home header > div.wrapper::after {
        width: 60%;
        margin-left: 40%;
        background-position: center;
    }
    body.home header > div.wrapper {
        min-height: 780px;
    }
header>div.wrapper.sticky_menu.sticky_header.sticky_menu_small .header .holder {
        min-height: 50px;
        height: 50px;
    }
header div.header.full-width div.wrapper img.logo {
        max-width: 230px;
    }
header li#menu-item-554 a {
    background: var(--redtint);
    padding: 15px 49px;
    margin-left: 25px;
}
li#menu-item-554 a:hover {
    color: #fff ! Important;
    background: var(--color-main-light-2)!important;
}

    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: #ffffff !important;
    }
    .header.full-width .container {
        width: 100%;
        padding-right: 0;
    }
    header div.navbar-collapse {
        text-align: right;
    }
    header div.header div.holder {
        height: 55px;
        min-height: 50px;
    }
    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(--redtint) !important;
    }
}


@media only screen and (max-width: 991px) {
html {font-size: 18px !important;}
header nav.navbar-default div.navbar-header div.wrapper {
    background: var(--main);
}
.behandel_foto figure.gallery-item {
    width: 50%;
}
.behandel_foto figure.gallery-item img {
    height: 160px !important;
    object-position: center !important;
}
header div.header {
    text-align: left;
}
header button.navbar-toggle {
    color: white !important;
}
header .header__content h1 {
    font-size: var(--font-size-h0)!important;
}
.home header>div.wrapper {
    min-height: 610px;
}
header > div.wrapper::after {
    top: 130px;
}
header .header__content {
    margin-top: 80px;
}
section.salon_intro img {
    height: 550px!important;
}
    .salon_intro h1 {
        margin-top: -125px !important;
        margin-left: 0 !important;
        font-size: var(--font-size-h0);
    }
.review_slide .nbs_slider.slick-initialized.slick-slider {
    margin-top: 80px;
}
footer {
    text-align: center;
}
footer .circle-container {
    right: 0;
    margin: 0 auto;
}
body > footer > div.container > div > div:nth-child(2) {
    margin-top: 230px;
}
footer table.opening_hours {
    margin: 0 auto;
}
header .page-header {
    padding: 120px 0;
}
div.page-header h1 {
    font-size: var(--font-size-h0)!important;
}
.prijsblok_parent, .review_parent {
    grid-template-columns: 1fr!important;
}
}


main section, section.treatments {
    padding: 90px 0;
}

body {
    line-height: 1.5;
    font-size: 17px;
font-family: var(--bodytekst);
color: var(--text)!important;
    font-weight: 400;
background: var(--main);
}

h1, h2, h3, h4, h5, h6 {
    margin: 2.75rem 0 1.05rem;
    line-height: 1.4;
    font-weight: 400;
    font-family: var(--koptekst);
    color: var(--kopjes) !important;
    text-transform: uppercase;
}

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;}

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;
}

.smallmargin {
    margin-top: 1.15rem;
}

@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;
}
}


.circle-container {
    width: 300px;
    height: 300px;
    position: absolute;
    /* margin: -460px auto; */
    top: -70px;
    left: -80px;
    z-index: -1;
}
.circle-text {
    /* position: absolute; */
    /* width: 100%; */
    height: 100%;
    animation: rotate 50s linear infinite;
}

        .circle-text span {
    position: absolute;
    left: 50%;
    font-size: 20px;
    transform-origin: 0 150px;
    font-family: var(--subtekst);
    color: #7a7a7a;
    text-transform: uppercase;
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }