@font-face {
  font-family: Bigshoulderstext;
  src: url('../fonts/BigShouldersText-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigshoulderstext;
  src: url('../fonts/BigShouldersText-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigshoulderstext;
  src: url('../fonts/BigShouldersText-ExtraBold.ttf') format("truetype"), url('../fonts/BigShouldersText-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigshoulderstext;
  src: url('../fonts/BigShouldersText-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigshoulderstext;
  src: url('../fonts/BigShouldersText-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigshoulderstext;
  src: url('../fonts/BigShouldersText-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigshoulderstext;
  src: url('../fonts/BigShouldersText-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #6ca10d;
  --dark: #0f0f0f;
  --secondary: #9e1983;
  --secondary-dark: #9e198366;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
}

.navbar.not-fixed {
  padding-bottom: 15px;
  position: static;
}

.nav-link {
  color: #fff;
  padding-top: 30px;
}

.nav-link.w--current {
  color: var(--primary);
}

.image {
  margin-top: 30px;
}

.container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 90px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.sticky {
  border-radius: 5px;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container.contact.background-image {
  background-image: linear-gradient(#161616c7, #161616c7), url('../images/the-hairloft-2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container.contact.openings-uren {
  background-image: linear-gradient(#161616b3, #161616b3), url('../images/maak-afspraak-min.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.layout {
  z-index: 1;
  background-color: #000;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.body {
  border: 1px none var(--dark);
  color: #fff;
  background-color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  overflow: visible;
}

.hero {
  z-index: 10;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/banner-blurred-min.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.hero-container {
  background-image: url('../images/banner-hairloft-hd.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  margin-top: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 20px 16px 11px #00000087;
}

.title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Bigshoulderstext, Impact, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 91px;
}

.paragraph {
  max-width: 600px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph.hero-paragraph {
  max-width: 500px;
  margin-bottom: 46px;
}

.paragraph.green {
  color: var(--primary);
  margin-bottom: 10px;
}

.paragraph.contact {
  margin-bottom: 10px;
}

.paragraph.center {
  text-align: center;
}

.paragraph.center.medium {
  font-weight: 400;
}

.button {
  background-color: var(--secondary);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 200px;
  width: 200px;
  padding: 16px;
  font-weight: 700;
  transition: color .2s, background-color .2s, border-color .2s;
}

.button:hover {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: #0000;
}

.button.left {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.button.left:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.button.center {
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.section {
  z-index: 10;
  background-color: #000;
  width: 100%;
  padding: 0 80px;
  position: relative;
}

.section.dark {
  z-index: 2;
  background-color: #000;
  width: auto;
  margin-top: -100vh;
}

.section.black {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.black.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.black.no-padding.afspraak {
  padding-top: 80px;
}

.section.grey {
  background-color: var(--dark);
}

.section.map {
  padding: 0;
}

.content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 60%;
  min-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.content.left {
  background-color: #0000;
  flex: 0 auto;
  width: 50%;
  min-width: 50%;
  margin-left: 0;
  padding: 30px 60px 30px 80px;
}

.content.left.min-width {
  min-width: 450px;
  padding-left: 40px;
  padding-right: 40px;
}

.content.left.min-width.dark {
  background-color: var(--dark);
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}

.content.left.contact {
  padding-bottom: 60px;
}

.content.right {
  padding-right: 80px;
}

.content.right.contact {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.content.openingsuren {
  width: 60%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content.center {
  width: 60%;
  margin-top: 160px;
  margin-bottom: 80px;
  padding-bottom: 60px;
  padding-left: 0;
}

.top-10-best-salons-image {
  filter: grayscale();
  width: 50%;
  max-width: 700px;
  height: auto;
  margin-left: -80px;
}

.top-10-best-salons-image.small {
  width: 100%;
  display: block;
}

.heading {
  margin-bottom: 20px;
  font-family: Bigshoulderstext, Impact, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.heading.center {
  text-align: center;
}

.carousel-section {
  z-index: 10;
  background-color: #000;
  margin-top: 0;
  padding: 120px 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.carousel-section.hidden {
  display: none;
}

.carousel-section.no-padding {
  padding-top: 30px;
}

.slide-nav {
  display: none;
}

.slide {
  background-color: #0000;
  width: 367px;
  margin-right: 30px;
}

.service-text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.slider-services {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
}

.testimonial-company {
  color: var(--secondary);
  margin-bottom: 0;
  font-size: 13px;
}

.service-card {
  background-color: var(--dark);
  border-radius: 6px;
  width: 367px;
  height: auto;
  min-height: 580px;
  padding: 60px 38px;
  box-shadow: 0 15px 35px #272c2f1a;
}

.testimonial-image {
  margin-right: 20px;
}

.testimonial-name {
  color: #8dd304;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.left-arrow {
  width: 50px;
  inset: auto 60px -60px auto;
}

.right-arrow {
  width: 50px;
  inset: auto 0% -60px auto;
}

.div-block {
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.mask {
  overflow: visible;
}

.service-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Bigshoulderstext, Impact, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.min-height {
  width: 100%;
  min-height: 250vh;
  position: relative;
  overflow: visible;
}

.sticky {
  width: 100%;
  position: sticky;
  top: 0;
}

.image-over-ons {
  object-fit: cover;
  object-position: 30% 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
}

.image-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  max-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-container.werkwijze {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  max-height: 100%;
}

.image-container.no-max-height {
  max-height: 1200px;
}

.kwaliteit-image {
  flex: 0 auto;
  margin-left: -80px;
}

.testimonial-text-2 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.slider-testimonial {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
}

.testimonial-card {
  background-color: var(--dark);
  width: 367px;
  height: auto;
  padding: 60px 38px 40px;
  box-shadow: 0 15px 35px #272c2f1a;
}

.footer-link {
  color: #fdfdfd80;
  margin-top: 10px;
  font-size: 13px;
  display: block;
}

.footer-link.first {
  margin-top: 0;
}

.footer-link.copyright {
  margin-top: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.footer-link.inline {
  display: inline-block;
}

.footer-link.no-margin {
  margin-top: 0;
}

.newsletter-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-field-2 {
  background-color: #fff3;
  border: 1px #000;
  margin-bottom: 0;
}

.footer-block {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
}

.footer-block.first {
  margin-left: 0;
}

.footer-text {
  color: #ffffff80;
  margin-top: 10px;
  padding-bottom: 0;
  font-size: 13px;
}

.footer-text.first {
  margin-top: 0;
  padding-bottom: 0;
}

.footer-text.follow-us {
  margin-right: 10px;
}

.form-block-2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.social-media-block {
  width: 250px;
}

.footer-title {
  color: #fff;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
}

.footer {
  z-index: 10;
  background-color: var(--dark);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 90px 81px 30px;
  display: flex;
  position: relative;
}

.footer.contact {
  margin-top: 0;
}

.form-2 {
  display: flex;
  position: relative;
}

.cta-link {
  color: var(--secondary);
  align-self: flex-start;
  text-decoration: none;
}

.cta {
  font-size: 16px;
  text-decoration: none;
  display: none;
}

.cta.small {
  align-items: center;
  margin-top: 10px;
  margin-right: auto;
  font-size: 13px;
  display: flex;
}

.arrow-right {
  align-self: auto;
  margin-top: -4px;
  margin-left: 6px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.right-image {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-right: 100px;
}

.right-image.hidden, .right-image.margin-top {
  margin-top: 0;
  margin-right: 0;
}

.map {
  width: 100%;
  height: 100%;
}

.map-container {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.subtitle {
  margin-top: 0;
  font-family: Bigshoulderstext, Impact, sans-serif;
}

.price-table {
  width: 100%;
  padding-right: 60px;
}

.table-row {
  border-bottom: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.table-row.last {
  border-bottom-style: none;
}

.table-title {
  width: 70%;
  font-size: 18px;
  font-weight: 700;
}

.table-title.price {
  width: 30%;
}

.table-text {
  width: 70%;
  font-size: 18px;
  font-weight: 300;
}

.table-text.price {
  width: 30%;
}

.table-text.price.green {
  color: var(--primary);
}

.table-text.price.purple {
  color: var(--secondary);
  font-weight: 400;
}

.social {
  margin-left: 5px;
}

.socials {
  align-items: baseline;
  margin-top: 29px;
  display: flex;
}

.copyright {
  z-index: 10;
  background-color: var(--dark);
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.flex-column {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: stretch;
  height: 500px;
  display: flex;
}

.container-3 {
  width: 600px;
  max-width: 940px;
  max-height: 600px;
  margin-left: -80px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .nav-link.w--current {
    color: var(--primary);
  }

  .container.sticky {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .layout {
    background-color: #000;
  }

  .hero-container {
    background-attachment: fixed;
  }

  .paragraph.center.medium {
    max-width: none;
  }

  .section {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.black.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    padding-left: 60px;
  }

  .content.left {
    width: 50%;
    padding-left: 80px;
  }

  .content.right.contact {
    background-color: #000;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 40px;
  }

  .content.openingsuren {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .top-10-best-salons-image {
    width: 50%;
    height: auto;
    margin-left: -80px;
    display: none;
  }

  .top-10-best-salons-image.small {
    max-width: 700px;
    display: block;
  }

  .carousel-section {
    padding-bottom: 120px;
  }

  .min-height {
    min-height: 250vh;
  }

  .image-container.werkwijze {
    min-height: 800px;
  }

  .kwaliteit-image {
    height: auto;
  }

  .footer {
    padding-left: 80px;
    padding-right: 80px;
  }

  .right-image {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .container-3 {
    width: 750px;
    max-width: none;
    max-height: 600px;
    margin-left: -80px;
    padding-left: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container {
    text-align: left;
    justify-content: center;
  }

  .container.contact.background-image {
    justify-content: center;
  }

  .container.contact.openings-uren {
    background-image: linear-gradient(#161616b3, #161616b3), url('../images/maak-afspraak-min.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
  }

  .layout {
    z-index: 1;
    background-color: #000;
  }

  .body {
    font-size: 20px;
  }

  .hero {
    z-index: 10;
    position: relative;
  }

  .hero-container {
    background-color: var(--dark);
    background-image: url('../images/banner-hairloft-hd.jpg');
    background-size: cover;
    background-attachment: fixed;
    margin-top: 90px;
  }

  .title {
    font-size: 128px;
    line-height: 130px;
  }

  .paragraph.center.medium {
    font-size: 26px;
  }

  .button {
    width: 250px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .section {
    z-index: 10;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .section.dark {
    margin-top: -60vh;
  }

  .section.grey {
    background-color: #000;
  }

  .content {
    align-self: center;
    width: auto;
    padding-left: 90px;
  }

  .content.left {
    height: auto;
    min-height: auto;
    padding-right: 90px;
  }

  .content.left.min-width.dark {
    align-self: stretch;
  }

  .content.right.contact {
    padding-left: 60px;
  }

  .content.openingsuren {
    width: 40%;
    height: auto;
  }

  .content.center {
    align-items: stretch;
  }

  .top-10-best-salons-image {
    width: 50%;
    max-width: 1100px;
    margin-left: -80px;
  }

  .top-10-best-salons-image.small {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .heading {
    font-size: 80px;
    line-height: 100px;
  }

  .heading.center {
    text-align: center;
  }

  .carousel-section {
    z-index: 10;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
  }

  .slide-nav {
    display: none;
  }

  .service-card {
    background-color: var(--dark);
  }

  .min-height {
    min-height: 200vh;
    position: relative;
  }

  .sticky {
    width: 100%;
    position: sticky;
    top: 0;
  }

  .image-over-ons {
    object-position: 50% 0%;
  }

  .image-container {
    max-height: 1000px;
  }

  .image-container.werkwijze {
    height: 80vh;
  }

  .kwaliteit-image {
    width: 100%;
    margin-left: 0;
  }

  .footer-link, .footer-text {
    font-size: 16px;
  }

  .footer {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-link {
    font-size: 16px;
  }

  .right-image {
    margin-top: 0;
  }

  .price-table {
    padding-right: 90px;
  }

  .table-text.price.green, .table-text.price.right {
    text-align: right;
  }

  .copyright {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-column {
    height: 750px;
  }

  .container-3 {
    width: 800px;
    max-height: 900px;
    margin-left: -80px;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #000;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    padding-left: 40px;
  }

  .image {
    margin-top: 15px;
  }

  .container {
    margin-bottom: 60px;
  }

  .container.sticky {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .container.contact {
    flex-direction: column;
  }

  .container.contact.inverse {
    flex-direction: column-reverse;
  }

  .body {
    overflow: visible;
  }

  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-container {
    margin-top: 100px;
  }

  .title {
    font-size: 72px;
    line-height: 72px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.hero-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.contact {
    text-align: center;
  }

  .button {
    align-self: center;
    padding: 14px 12px;
    font-size: 16px;
    line-height: 16px;
  }

  .button.left {
    align-self: flex-start;
  }

  .container-2 {
    padding-top: 15px;
  }

  .section {
    background-color: var(--dark);
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.dark {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content {
    padding-left: 30px;
    padding-right: 20px;
  }

  .content.left {
    width: 100%;
    min-width: 350px;
    height: auto;
    margin-left: 0;
  }

  .content.left.min-width.dark {
    background-color: var(--dark);
  }

  .content.left.contact {
    text-align: center;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content.right.contact {
    align-items: center;
    width: 100%;
    padding: 90px 40px;
  }

  .content.openingsuren {
    align-items: center;
    width: 100%;
    padding: 100px 40px;
  }

  .content.center {
    margin-left: auto;
    margin-right: auto;
  }

  .top-10-best-salons-image {
    width: 50%;
    height: auto;
    margin-left: -40px;
  }

  .top-10-best-salons-image.small {
    max-width: 1100px;
  }

  .heading, .heading.center {
    font-size: 42px;
  }

  .carousel-section {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .carousel-section.no-padding {
    padding-top: 0;
  }

  .service-text {
    font-size: 16px;
  }

  .service-title {
    font-size: 28px;
  }

  .min-height {
    min-height: auto;
    margin-top: 60px;
  }

  .sticky {
    position: relative;
  }

  .image-container {
    width: 100%;
  }

  .image-container.werkwijze {
    height: 60vh;
  }

  .kwaliteit-image {
    margin-left: 0;
  }

  .testimonial-text-2 {
    font-size: 16px;
  }

  .footer {
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--dark);
  }

  .nav-menu {
    background-color: var(--dark);
    padding-bottom: 20px;
  }

  .icon {
    color: var(--primary);
  }

  .right-image {
    margin-right: -400px;
    display: block;
  }

  .right-image.hidden {
    display: none;
    overflow: visible;
  }

  .map-container {
    width: 100%;
    height: 600px;
  }

  .subtitle {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .price-table {
    padding-left: 80px;
    padding-right: 80px;
  }

  .table-text {
    font-size: 16px;
  }

  .table-text.price.green {
    text-shadow: 1px 1px 6px #00000059;
    font-weight: 400;
  }

  .socials {
    margin-top: 0;
  }

  .copyright {
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-column {
    overflow: hidden;
  }

  .image-5 {
    max-width: none;
    overflow: clip;
  }

  .container-3 {
    width: 500px;
    max-width: 940px;
    max-height: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    margin-top: 120px;
    margin-bottom: 60px;
  }

  .container.sticky {
    padding-bottom: 0;
  }

  .container.no-mb {
    margin-bottom: 0;
  }

  .container.no-mt {
    margin-top: 0;
  }

  .body {
    overflow: visible;
  }

  .hero-container {
    background-attachment: scroll;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title {
    font-size: 56px;
    line-height: 56px;
  }

  .button {
    width: 180px;
    font-size: 14px;
  }

  .section, .section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    background-color: var(--dark);
    min-width: 100%;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content.left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content.center {
    width: 80%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .top-10-best-salons-image {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .top-10-best-salons-image.small {
    display: block;
  }

  .heading {
    margin-top: 40px;
  }

  .carousel-section {
    padding-top: 0;
  }

  .min-height {
    min-height: auto;
  }

  .kwaliteit-image {
    margin-left: 0;
  }

  .footer-link, .footer-text, .footer-text.first {
    font-size: 11px;
  }

  .footer-text.follow-us {
    width: 100%;
    margin-bottom: 5px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-link {
    font-size: 11px;
  }

  .nav-menu {
    padding-bottom: 20px;
  }

  .map-container {
    height: 300px;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .price-table {
    width: 100%;
  }

  .social.first {
    margin-left: 0;
  }

  .socials {
    flex-wrap: wrap;
  }

  .flex-column {
    flex-flow: column;
    flex: 1;
    align-self: center;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-left: 0;
  }

  .image-6 {
    display: none;
  }

  .container-3 {
    width: 100%;
    max-height: 400px;
    margin-left: 0;
    overflow: hidden;
  }

  .video {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar.not-fixed, .nav-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image {
    margin-top: 20px;
  }

  .container {
    margin-top: 0;
  }

  .container.sticky {
    padding-bottom: 0;
  }

  .container.no-mb {
    margin-bottom: 0;
  }

  .body {
    overflow: visible;
  }

  .hero {
    height: 575px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    height: 500px;
    margin-top: 75px;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .paragraph.hero-paragraph {
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .paragraph.center.medium {
    margin-bottom: 30px;
  }

  .button.left.mobile {
    align-self: center;
  }

  .section {
    background-color: var(--dark);
    padding-left: 0;
    padding-right: 0;
  }

  .section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.left {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.left.min-width.dark {
    min-width: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.left.contact {
    min-width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .content.right.contact {
    padding: 30px 25px;
  }

  .content.openingsuren {
    padding: 60px 25px;
  }

  .content.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-10-best-salons-image {
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading.center {
    font-size: 32px;
    line-height: 36px;
  }

  .carousel-section {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slide {
    width: 90%;
    margin-right: 15px;
  }

  .service-card {
    background-color: var(--dark);
    width: 100%;
    min-height: 450px;
    padding: 30px 15px;
  }

  .min-height {
    min-height: auto;
  }

  .footer-link {
    font-size: 13px;
  }

  .footer-link.no-margin {
    text-align: center;
  }

  .footer-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-block.first {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .footer-text, .footer-text.first {
    font-size: 13px;
  }

  .footer-text.follow-us {
    width: auto;
  }

  .social-media-block.footer-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer {
    z-index: 10;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .cta-link {
    font-size: 13px;
  }

  .cta-link.green {
    color: var(--primary);
  }

  .cta {
    margin-left: auto;
    margin-right: auto;
  }

  .cta.small {
    display: flex;
  }

  .brand {
    width: 150px;
  }

  .image-4 {
    flex: 0 auto;
    align-self: auto;
    max-width: 350px;
  }

  .map-container {
    height: 300px;
  }

  .subtitle {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .price-table {
    padding-left: 0;
    padding-right: 0;
  }

  .table-text {
    font-size: 14px;
  }

  .socials {
    flex-wrap: nowrap;
    margin-top: 10px;
  }

  .copyright {
    z-index: 10;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .video {
    height: 100%;
  }
}


@font-face {
  font-family: 'Bigshoulderstext';
  src: url('../fonts/BigShouldersText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext';
  src: url('../fonts/BigShouldersText-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext';
  src: url('../fonts/BigShouldersText-ExtraBold.ttf') format('truetype'), url('../fonts/BigShouldersText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext';
  src: url('../fonts/BigShouldersText-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext';
  src: url('../fonts/BigShouldersText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext';
  src: url('../fonts/BigShouldersText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulderstext';
  src: url('../fonts/BigShouldersText-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}