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

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

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

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

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

:root {
  --black: #18191c;
  --light-coral: #e49b9b;
  --black-2: #0e0f11;
  --white: #ffffffc2;
  --cta: #fff2e5;
}

body {
  color: #333;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 3.1vw;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Ubuntu, Arial, sans-serif;
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: underline;
}

.hero {
  width: 100%;
  height: 100vh;
}

.hero.contatc-hero {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 20vh;
  position: relative;
  overflow: hidden;
}

.nav-bar {
  justify-content: space-between;
  align-items: center;
  max-width: 85vw;
  height: 18vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vh;
  padding-bottom: 4vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-content.kapsalon {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.nav-links {
  display: flex;
}

.image {
  z-index: -1;
  filter: contrast(107%);
  object-fit: cover;
  background-image: linear-gradient(269deg, #0e0f1133, #0e0f1100 55%, #0e0f1133), url('../images/kapper-bert-aan-het-knippen.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: visible;
}

.image.contact-image {
  z-index: -1;
  filter: none;
  background-image: linear-gradient(269deg, #0e0f1133, #0e0f1100 55%, #0e0f1133), url('../images/kapper-bert_aan-het-bellen.jpg');
  background-position: 0 0, 50%;
  flex: none;
  align-self: flex-end;
  width: 52vw;
  height: 34vw;
  max-height: 34vw;
  margin-bottom: 9vh;
  display: block;
  position: relative;
  inset: 0% 0% 0% 10.2%;
}

.logo-image {
  color: #661919;
  width: 15vw;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8em;
  line-height: 1.5;
  position: relative;
}

.heading.tarieven-heading {
  display: inline;
}

.heading-3 {
  color: var(--light-coral);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

.paragraph {
  color: #fff;
  margin-top: 2vh;
  font-size: 1em;
  line-height: 1.5;
}

.paragraph.links {
  margin-top: 2vh;
  font-size: .9em;
  line-height: 2;
}

.nav-link {
  color: #fff;
  text-align: right;
  padding-right: 0;
  font-size: 1.3vw;
  line-height: 1.3em;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

.heading-container {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 9vh;
  padding-bottom: 9vh;
  display: flex;
}

.heading-container.kb-cont {
  justify-content: flex-end;
}

.heading-container.contact-container {
  padding-top: 0;
}

.container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 85vw;
  height: 82vh;
  display: flex;
  position: relative;
}

.container.footer {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: block;
}

.container.lookbook {
  height: auto;
}

.container.kapsalon {
  height: 100%;
}

.container.contact-cont {
  align-items: flex-end;
  display: block;
}

.section-kb {
  width: 100%;
  height: 62.5vw;
  position: relative;
  overflow: hidden;
}

.kb-image {
  z-index: -1;
  filter: contrast(101%);
  object-fit: cover;
  background-image: linear-gradient(280deg, #0e0f1114, #0e0f1100 50%, #0e0f1112), url('../images/kapper-bert_pand-in-buitenpost_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 62.5vw;
  position: absolute;
  overflow: visible;
}

.nav-link-block {
  flex-direction: column;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.nav-link-block.rechts {
  padding-right: 0;
}

.tarieven-hover-stroke {
  background-color: #fff;
  height: 2px;
  margin-top: 0;
  display: block;
}

.tarieven-hover-stroke.loookbok-stroke {
  column-count: 2;
  margin-top: 0;
}

.mededeling-div {
  margin-bottom: 3em;
  text-decoration: none;
  display: flex;
}

.text-hero-content {
  max-width: 46vw;
  margin-top: 3em;
  margin-bottom: .8em;
}

.text-hero-content.kapsalon {
  max-width: 54vw;
  margin-bottom: 4vh;
}

.cta-div {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4vh;
  margin-bottom: 0;
  display: flex;
}

.text-mededeling {
  flex-direction: column;
  margin-left: 3vw;
  display: flex;
}

.stripe-div {
  border-left: .3vw solid #fff;
}

.text-mededeling-p {
  max-width: 25vw;
  margin-bottom: 0;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
}

.text-mededeling-p.contact {
  text-transform: uppercase;
  max-width: 36vw;
  font-family: Ubuntu, Arial, sans-serif;
  font-weight: 500;
}

.cta {
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.link {
  color: #fff;
  text-transform: uppercase;
  background-color: #e49b9b;
  border-radius: 5em;
  align-items: center;
  padding: 1.25em 1.8em;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 1px 1px 20px 2px #fff3;
}

.link:hover {
  background-color: #ca7c7c;
}

.left-cta {
  display: flex;
}

.right-cta {
  text-transform: uppercase;
  max-width: 18vw;
  padding-bottom: 0;
  font-family: Ubuntu, Arial, sans-serif;
  font-weight: 500;
}

.footer {
  background-color: #0e0f11;
  height: auto;
  position: relative;
}

.logo-footer {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.kb_logo {
  filter: invert();
  height: 10vh;
  display: block;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 12vh;
  padding-bottom: 6vh;
  display: grid;
  position: relative;
}

.footer-link-div {
  flex-direction: column;
  display: flex;
}

.footer-link-div.volg-mij {
  display: none;
}

.footer-link {
  text-align: center;
  padding-top: 2vh;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.volg-mij {
  text-align: left;
  display: block;
}

.footer-link.brandeer-footer {
  color: #ffffffc2;
  text-align: right;
  font-size: .9em;
  font-weight: 400;
  display: block;
}

.nav-bar-mobile {
  justify-content: space-between;
  align-items: center;
  height: 18vh;
  padding-top: 4vh;
  padding-bottom: 4vh;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.mededeling-content {
  display: flex;
}

.nav-stroke-wrapper {
  padding-right: 5vw;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.nav-stroke-wrapper.lookbook-stroke-wrapper {
  width: 100%;
  padding-right: 0;
  position: static;
}

.nav-stroke-wrapper.contatc-line {
  padding-right: 0;
}

.nav-bar-mobile-wrapper {
  display: none;
}

.navigatie {
  justify-content: center;
  align-items: stretch;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link-pc {
  color: #fff;
  text-align: right;
  border-bottom: 2px #fff;
  padding-bottom: 2px;
  padding-right: 0;
  font-size: 1.2em;
  line-height: 1.5;
  text-decoration: none;
}

.nav-link-pc:hover {
  text-decoration: none;
}

.nav-link-pc:focus {
  border-bottom: 2px solid #fff;
}

.nav-link-pc.w--current {
  border-bottom-style: solid;
}

.nav-links-mobile {
  display: none;
}

.nav-link-block-mob {
  flex-direction: column;
  padding-right: 5vw;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.5vh;
  padding-left: .3vw;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}

.heading-4.lookbook-title {
  line-height: 1;
  position: static;
  left: -4vw;
}

.link-arrow {
  align-items: center;
  padding-left: .5em;
  display: flex;
}

.link-text {
  color: #000;
  letter-spacing: 1px;
  font-size: .9em;
  line-height: 1.5;
}

.black-transition {
  z-index: 70;
  background-color: var(--black-2);
  opacity: 1;
  display: block;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: var(--black-2);
}

.empty-state {
  display: none;
}

.klik-op-foto {
  max-width: 60%;
  margin-bottom: 4vh;
  display: block;
}

.lookbook-section {
  width: 100%;
  height: auto;
  overflow: visible;
}

.sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  margin-top: 10vh;
  position: sticky;
  top: 15vh;
  overflow: visible;
}

.sticky-container {
  flex-direction: column;
  justify-content: flex-end;
  height: 40vh;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: block;
}

.lookbook-fotos {
  flex: 1;
  align-self: flex-start;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.lookbook-linkblock {
  align-items: center;
  margin-bottom: 10vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5;
}

.heading-5.volg-mij {
  text-align: right;
}

.heading-5.heading-footer-combo {
  display: block;
}

.heading-5.afspraak-geopend {
  text-align: right;
  padding-left: 0;
  font-size: 2em;
  position: static;
  inset: 2.6em 0% auto auto;
}

.lookbook-image {
  max-width: 100%;
}

.lookbook-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -4vw;
}

.lookbook-cms-section {
  flex-flow: column wrap;
  align-content: center;
  align-items: flex-start;
  margin: 10vh auto;
  display: flex;
}

.lookbook-text-section {
  height: auto;
}

.lookbook-images-section {
  width: 96vw;
  margin: 5vh auto 10vh;
}

.collection-item {
  margin-bottom: 2vh;
}

.tarieven-wrapper {
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: flex-start;
  width: 85vw;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tarieven-textlink {
  text-transform: uppercase;
  padding-right: 4vw;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.prijs-info {
  align-self: flex-end;
}

.excl-btw-text {
  color: var(--white);
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5;
}

.navigator-section {
  z-index: 20;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 12vh;
  padding-top: 0;
  padding-bottom: 3vh;
  display: flex;
  position: sticky;
  top: 0;
}

.tarieven-content {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.tarief-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15vh;
  padding-top: 10vh;
  display: flex;
}

.tarief-content-wrapper.laatste {
  margin-bottom: 7vh;
}

.tarieven {
  justify-content: space-between;
  width: 49vw;
}

.tarief-info {
  z-index: 0;
  position: relative;
}

.tarief-amount {
  z-index: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.tarief-info-text {
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 1.5vw;
  line-height: 1.5;
  position: relative;
}

.tarief-amount-text {
  color: #adadad;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5;
}

.tarief-amount-text.euroteken {
  padding-right: .1em;
}

.tarief-amount-text.vanaf-tarief {
  padding-right: .4em;
}

.tarief-heading {
  align-self: center;
  align-items: center;
  display: block;
}

.section-tarieven {
  margin-top: 5vh;
}

.contact-gegevens-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 5vh;
  display: flex;
}

.contact-link {
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 2vw;
  line-height: 1.5;
  text-decoration: none;
}

.contact-link.telefoon {
  margin-top: 0;
  margin-left: 5vw;
}

.contact-info-text {
  color: #fff;
  font-size: 1vw;
}

.contact-info-text:hover {
  text-decoration: underline;
}

.text-contact {
  flex-direction: column;
  margin-left: 3vw;
  display: flex;
}

.footer-headings {
  width: 100%;
  display: flex;
}

.footer-links {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-heading-wrapper {
  width: 33%;
}

.footer-heading-wrapper.volg-mij {
  width: 100%;
  display: block;
}

.footer-link-div-brandeer {
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-top: 2vh;
  display: block;
}

.nxt-project {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.nxt-proj-link {
  filter: grayscale();
  width: 100%;
  padding: 0;
  transition: filter .4s cubic-bezier(.158, .57, .462, .927);
  display: block;
  position: relative;
}

.nxt-proj-link:hover {
  filter: grayscale(20%);
}

.text-block {
  text-align: center;
  padding: 5vw 0;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5;
}

.text-block:hover {
  text-decoration: underline;
}

.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;
}

.kb-logo {
  z-index: -1;
  opacity: .1;
  filter: blur(1px);
  align-self: center;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
}

._404-linkblock {
  z-index: 40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.div-block {
  width: 600px;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.empty-state-2 {
  color: #fff;
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
}

.contact-image {
  z-index: -1;
  justify-content: flex-end;
  align-items: center;
  width: 60vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-image.mobile {
  display: none;
}

.contact-heading {
  color: var(--white);
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.is--hidden {
  padding: 0;
  display: none;
}

.tarieven-items {
  flex-flow: row;
  place-content: center space-between;
  width: 49vw;
  display: flex;
  position: relative;
}

.tarieven-hoverimage {
  z-index: 1;
  width: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 2.5em;
  overflow: hidden;
}

.image-3 {
  filter: grayscale(5%);
  object-fit: cover;
  display: block;
}

.lookbook-info-wrapper {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.arrow-svg {
  width: 1em;
  display: inline-block;
}

.second {
  flex-direction: column;
  justify-content: space-between;
  height: 13em;
  display: flex;
}

.pop-up-modal-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-modal {
  z-index: 2;
  background-color: #131313;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 800px;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  height: 600px;
  padding: 30px;
  display: inline-block;
}

.collection-list-2 {
  justify-content: center;
  align-items: center;
}

.mededeling-pop-up-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pop-up-text {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.close-popup-modal {
  width: 40px;
  height: 40px;
  margin: 33px 21px 21px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.kruisje-modal {
  background-color: #fff;
  width: 100%;
  height: .2em;
  transform: rotate(45deg);
}

.kruisje-modal.spiegel {
  transform: translate(0, -.1em)rotate(-45deg);
}

.blur-background {
  z-index: 1;
  background-color: #000000b5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.empty-state-3 {
  display: block;
}

.pop-up-hide {
  display: none;
}

.section {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
  position: relative;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kb_textwrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20%;
  display: flex;
}

.body-2 {
  background-color: #fff;
}

.hero_heading {
  width: 25ch;
}

@media screen and (min-width: 1440px) {
  .hero {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-container.kb-cont {
    display: flex;
  }

  .section-kb {
    margin-left: auto;
    margin-right: auto;
  }

  .cta {
    position: relative;
  }

  .lookbook-section {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-div-brandeer {
    align-self: center;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    line-height: 1.3em;
  }

  h2 {
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 3.1vw;
    font-weight: 400;
    line-height: 1.3em;
  }

  p {
    font-size: 22px;
    line-height: 1.5em;
  }

  .nav-bar {
    padding-top: 4vw;
    padding-bottom: 3vw;
  }

  .image {
    filter: contrast(104%);
    background-image: linear-gradient(269deg, #0e0f1133, #0e0f1100 55%, #0e0f1133), url('../images/kapper-bert-aan-het-knippen.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .container {
    max-width: 85vw;
  }

  .container.kapsalon {
    height: 100%;
  }

  .link {
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  }

  .footer-content {
    padding-top: 8vh;
  }

  .footer-link:hover {
    text-decoration: underline;
  }

  .heading-5 {
    font-size: 1.4vw;
  }

  .lookbook-cms-section {
    align-content: center;
  }

  .lookbook-images-section {
    max-width: 2600px;
  }

  .tarieven-textlink {
    text-decoration: none;
  }

  .prijs-info {
    top: 58%;
  }

  .tarief-info, .tarief-amount {
    position: relative;
  }

  .tarief-info-text {
    line-height: 1.5;
  }

  .section-tarieven {
    margin-top: 10vh;
  }

  .contact-gegevens-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .contact-link.telefoon {
    margin-top: 0;
    margin-left: 5vw;
  }

  .contact-heading {
    margin-top: 0;
    margin-bottom: 2vh;
  }

  .tarieven-hoverimage {
    z-index: 1;
  }

  .lookbook-info-wrapper {
    max-width: 2463px;
  }

  .arrow-svg {
    display: block;
  }

  .pop-up-modal-wrapper {
    display: none;
  }

  .close-popup-modal {
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  .hero.contatc-hero {
    height: auto;
  }

  .nav-bar {
    display: none;
  }

  .hero-content {
    height: 100%;
  }

  .nav-links {
    z-index: 30;
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image {
    background-position: 50%;
  }

  .image.contact-image {
    background-image: linear-gradient(269deg, #0e0f1133, #0e0f1100 56%, #0e0f1133), url('../images/kapper-bert_aan-het-bellen-1400px.jpg');
    background-position: 0 0, 50%;
    justify-content: center;
    align-self: center;
    width: 80vw;
    height: 80vw;
    max-height: 60vw;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .logo-image {
    width: 20vw;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .heading {
    text-align: left;
    font-size: 7em;
  }

  .heading.tarieven-heading {
    margin-bottom: .3em;
    display: block;
  }

  .heading-3 {
    font-size: 2em;
  }

  .paragraph {
    max-width: 60vw;
    font-size: 1.8vw;
  }

  .paragraph.links {
    text-align: center;
    max-width: none;
  }

  .nav-link {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 8vw;
    line-height: 2.7;
    display: inline-block;
  }

  .heading-container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .heading-container.contact-container {
    justify-content: flex-start;
  }

  .container {
    flex-direction: column;
    max-width: 90vw;
    height: 82vh;
  }

  .container.lookbook {
    align-items: flex-start;
  }

  .container.contact-cont {
    height: auto;
  }

  .section-kb {
    height: 133vw;
  }

  .kb-image {
    object-fit: cover;
    object-position: 63% 50%;
    background-position: 0 0, 60%;
    height: 100%;
  }

  .nav-link-block {
    justify-content: center;
    height: 25%;
    padding-top: 4vh;
    padding-bottom: 4vh;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .mededeling-div {
    align-self: flex-end;
    margin-bottom: 2em;
  }

  .mededeling-div.contact-page {
    margin-bottom: -1.4em;
  }

  .text-hero-content {
    max-width: 85vw;
    margin-top: 0;
    position: relative;
    top: -5vh;
  }

  .text-hero-content.kapsalon {
    max-width: 90vw;
  }

  .text-hero-content.lookbook {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .cta-div {
    flex-direction: row;
    width: 100%;
    margin-top: 0;
  }

  .stripe-div {
    border-left-width: .5vw;
  }

  .text-mededeling-p {
    max-width: 29vw;
    font-size: 1.5em;
  }

  .text-mededeling-p.contact {
    max-width: 38vw;
  }

  .link {
    align-items: center;
    font-size: 1.4em;
  }

  .left-cta {
    flex: 1;
  }

  .right-cta {
    flex: 0 auto;
    max-width: 31vw;
  }

  .footer {
    height: auto;
    font-size: 1.3em;
  }

  .kb_logo {
    height: 8em;
  }

  .footer-content {
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    align-self: stretch;
    display: flex;
    position: relative;
  }

  .footer-link-div {
    align-items: flex-start;
    display: block;
  }

  .footer-link-div.volg-mij {
    display: none;
  }

  .footer-link {
    text-align: left;
  }

  .nav-bar-mobile {
    z-index: 31;
    display: flex;
  }

  .nav-stroke-wrapper.lookbook-stroke-wrapper {
    display: none;
  }

  .nav-bar-mobile-wrapper {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navigatie {
    width: 100%;
  }

  .burger {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 10vw;
    height: 12vh;
    display: flex;
  }

  .burger-streep-boven {
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-streep-onder {
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-pc {
    font-size: 8vw;
    line-height: 1.5;
  }

  .nav-links-mobile {
    z-index: 30;
    background-color: var(--black-2);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 15em;
    padding-bottom: 15em;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-link-block-mob {
    justify-content: center;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .nav-link-block-mob.tarieven {
    flex: 0 auto;
    margin-top: 0;
  }

  .heading-4 {
    padding-left: .4vw;
    font-size: 3em;
  }

  .heading-4.lookbook-title {
    order: -1;
    font-size: 2.5em;
    position: static;
    left: 0;
  }

  .black-transition {
    background-color: var(--black-2);
  }

  .mededeling-collection-wrapper {
    flex: 0 auto;
    align-self: flex-end;
    margin-bottom: 8em;
  }

  .klik-op-foto {
    order: 1;
    justify-content: space-between;
    max-width: 30%;
    margin-bottom: 0;
    display: block;
  }

  .sticky-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .sticky-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
  }

  .lookbook-fotos {
    padding-top: 3vh;
  }

  .lookbook-linkblock {
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
  }

  .heading-5 {
    font-size: 1.5em;
  }

  .heading-5.heading-footer-combo {
    text-align: center;
  }

  .heading-5.afspraak-geopend {
    padding-left: 0;
    font-size: 1.8em;
  }

  .lookbook-title {
    order: -1;
    position: relative;
    left: 0;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lookbook-cms-section {
    max-width: 90vw;
    margin-top: 10vh;
    margin-bottom: 0;
  }

  .tarieven-textlink {
    font-size: 1.8em;
  }

  .prijs-info {
    align-self: center;
  }

  .excl-btw-text {
    font-size: 1.4vw;
  }

  .navigator-section {
    justify-content: center;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .tarieven-content {
    padding-bottom: 5vh;
  }

  .tarief-content-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5vh;
  }

  .tarieven {
    justify-content: space-between;
    width: 100%;
    margin-top: 2vh;
    display: block;
  }

  .tarief-info-text, .tarief-amount-text {
    font-size: 2vw;
  }

  .contact-info-text {
    font-size: 2.5vw;
    display: block;
  }

  .footer-headings {
    flex: 0 auto;
    display: flex;
  }

  .footer-link-div-brandeer {
    text-align: center;
    margin-top: 4vh;
  }

  .text-block {
    font-size: 3vw;
  }

  .kb-logo {
    max-width: 60%;
  }

  .contact-image {
    justify-content: center;
    display: none;
  }

  .contact-image.mobile {
    align-self: flex-start;
    width: 74vw;
    height: auto;
    display: block;
    position: relative;
    left: -5vw;
  }

  .contact-heading {
    font-size: 2vw;
  }

  .tarieven-items {
    flex-wrap: wrap;
    place-content: center space-between;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tarieven-hoverimage {
    bottom: 57%;
    overflow: hidden;
  }

  .arrow-svg {
    display: block;
  }

  .first {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .second {
    height: auto;
  }

  .third {
    align-self: center;
  }

  .pop-up-modal-wrapper {
    z-index: 99;
    display: flex;
  }

  .pop-up-text {
    font-size: 2.6em;
  }

  .pop-up-hide {
    display: none;
  }

  .kb_textwrapper {
    width: 100%;
    padding-right: 0%;
  }

  .hero_heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    padding-top: 5vh;
  }

  .nav-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image.contact-image {
    width: 90vw;
    max-height: 80vw;
    inset: 0%;
  }

  .logo-image {
    width: 30vw;
  }

  .heading {
    padding-right: 2.4em;
  }

  .heading.tarieven-heading {
    text-align: center;
    margin-bottom: .4em;
    padding-right: 0;
    display: block;
  }

  .heading-3 {
    font-size: 3em;
  }

  .paragraph {
    font-size: 2vw;
  }

  .nav-link {
    line-height: 2.7;
  }

  .nav-link.second {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-container.contact-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    flex-direction: column;
    align-items: flex-start;
    position: static;
  }

  .container.contact-cont {
    height: auto;
  }

  .section-kb {
    height: 100vh;
  }

  .kb-image {
    height: 100%;
  }

  .mededeling-div {
    flex: 0 auto;
    align-self: flex-end;
    margin-bottom: 4em;
    left: 0;
  }

  .mededeling-div.contact-page {
    margin-bottom: -2.6em;
  }

  .text-hero-content {
    max-width: 90vw;
    margin-bottom: 4vh;
  }

  .text-hero-content.lookbook {
    margin-top: 0;
  }

  .text-mededeling-p {
    max-width: 30vw;
    font-size: 2em;
  }

  .text-mededeling-p.contact {
    font-size: 2vw;
  }

  .cta {
    font-size: .8em;
  }

  .link {
    font-size: 2.5em;
    line-height: 1.5;
  }

  .right-cta {
    justify-content: flex-end;
    align-self: center;
    max-width: 29vw;
    display: none;
  }

  .footer {
    letter-spacing: .2px;
    font-size: 1.5em;
  }

  .kb_logo {
    height: 10em;
  }

  .footer-link-div {
    text-align: center;
    padding-bottom: 7vh;
  }

  .footer-link.volg-mij {
    text-align: center;
  }

  .nav-bar-mobile {
    position: relative;
  }

  .mededeling-content {
    font-size: 1.1em;
  }

  .nav-bar-mobile-wrapper {
    overflow: hidden;
  }

  .nav-link-pc {
    font-size: 2.4vw;
  }

  .nav-link-block-mob {
    height: 17vh;
    line-height: 20vh;
  }

  .nav-link-block-mob.tarieven {
    margin-top: 0;
    display: flex;
  }

  .heading-4 {
    font-size: 3.3em;
  }

  .heading-4.lookbook-title {
    font-size: 3.4em;
  }

  .link-arrow {
    line-height: 1.5;
  }

  .mededeling-collection-wrapper {
    align-self: flex-start;
  }

  .klik-op-foto {
    flex: 0 auto;
    width: 100%;
  }

  .lookbook-fotos {
    padding-top: 3vh;
    padding-bottom: 5vh;
  }

  .lookbook-linkblock {
    margin-bottom: 5vh;
  }

  .heading-5.heading-footer-combo {
    display: block;
  }

  .heading-5.afspraak-geopend {
    font-size: 1.6em;
  }

  .collection-list {
    flex-direction: column;
    display: flex;
  }

  .lookbook-cms-section {
    margin-top: 10vh;
  }

  .tarieven-textlink {
    padding-right: 5vw;
    font-size: 2.2em;
  }

  .prijs-info {
    top: 60%;
  }

  .excl-btw-text {
    font-size: 2vw;
  }

  .navigator-section {
    align-self: auto;
  }

  .tarieven-content {
    padding-bottom: 0;
  }

  .tarief-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tarieven {
    width: 100%;
    margin-top: 1vh;
  }

  .tarief-info-text, .tarief-amount-text {
    font-size: 2.5vw;
  }

  .contact-info-text {
    font-size: 3vw;
  }

  .footer-headings {
    display: none;
  }

  .footer-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block {
    font-size: 4vw;
  }

  .contact-image.mobile {
    width: 80vw;
    left: -5vw;
  }

  .tarieven-items {
    width: 100%;
  }

  .kruisje-modal {
    height: .3em;
  }

  .kb_textwrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .hero_heading {
    width: 100%;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    padding-top: 0;
  }

  .image.contact-image {
    height: 45vh;
  }

  .logo-image {
    width: 40vw;
  }

  .heading {
    padding-right: 0;
    font-size: 9em;
  }

  .heading.tarieven-heading {
    margin-bottom: .4em;
  }

  .heading-3 {
    font-size: 4.5em;
  }

  .paragraph {
    max-width: 80vw;
    font-size: 4vw;
  }

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

  .nav-link {
    width: 100%;
    height: 100%;
    line-height: 4;
  }

  .nav-link.first {
    height: 100%;
    line-height: 3.8;
  }

  .heading-container {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section-kb {
    height: 100vh;
  }

  .kb-image {
    object-position: 50% 50%;
    background-image: linear-gradient(280deg, #0e0f111a, #0e0f1100 50%, #0e0f111a), url('../images/kapper-bert_pand-in-buitenpost.jpg');
    background-position: 0 0, 57%;
    background-repeat: repeat, no-repeat;
  }

  .mededeling-div {
    margin-bottom: 12%;
  }

  .text-hero-content {
    max-width: 77vw;
    margin-top: 5vh;
    margin-bottom: 0;
    top: -8.6vh;
  }

  .text-hero-content.kapsalon {
    margin-bottom: 0;
  }

  .stripe-div {
    border-left-width: .6vw;
  }

  .text-mededeling-p {
    max-width: 70vw;
    font-size: 3.5em;
  }

  .text-mededeling-p.contact {
    max-width: 75vw;
    font-size: 12px;
  }

  .link {
    background-color: var(--light-coral);
    font-size: 3.5em;
  }

  .kb_logo {
    height: 13em;
  }

  .footer-content {
    justify-content: space-between;
    align-items: flex-end;
    padding: 16vh 0 5vh;
  }

  .footer-link-div {
    align-items: center;
    width: 100%;
    padding-bottom: 5vh;
  }

  .footer-link {
    font-size: 3.5vw;
    line-height: 2;
  }

  .footer-link.volg-mij {
    text-align: right;
  }

  .footer-link.brandeer-footer {
    font-size: 3.5vw;
  }

  .mededeling-content {
    justify-content: flex-end;
  }

  .nav-links-mobile {
    height: 100vh;
    display: none;
  }

  .nav-link-block-mob {
    margin-bottom: 2vh;
    overflow: hidden;
  }

  .heading-4 {
    font-size: 3.8em;
  }

  .heading-4.lookbook-title {
    font-size: 4.2em;
  }

  .klik-op-foto {
    display: none;
  }

  .lookbook-section {
    margin-bottom: 10vh;
  }

  .sticky-container {
    padding-bottom: 2vh;
  }

  .lookbook-linkblock {
    margin-bottom: 2vh;
  }

  .heading-5.heading-footer-combo {
    font-size: 6vw;
    display: block;
  }

  .lookbook-cms-section {
    margin-top: 10vh;
  }

  .collection-item {
    margin-bottom: 1vh;
  }

  .tarieven-textlink {
    padding-right: 8vw;
    font-size: 3.2em;
  }

  .prijs-info {
    text-align: center;
    align-self: center;
    margin-top: 2vh;
    top: 62%;
  }

  .excl-btw-text {
    font-size: 3vw;
    position: relative;
    top: -.4vh;
  }

  .navigator-section {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .tarief-content-wrapper {
    padding-top: 6vh;
    padding-bottom: 0;
  }

  .tarieven {
    margin-top: 1vh;
  }

  .tarief-info-text, .tarief-amount-text {
    font-size: 3vw;
  }

  .contact-gegevens-wrapper {
    margin-top: 3vh;
  }

  .contact-link {
    width: 50%;
  }

  .contact-link.telefoon {
    margin-left: 0;
  }

  .contact-info-text {
    font-size: 5vw;
  }

  .text-contact {
    width: 80%;
  }

  .footer-headings {
    display: none;
  }

  .footer-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-heading-wrapper {
    width: 50%;
    display: flex;
  }

  .footer-heading-wrapper.midden {
    display: block;
  }

  .footer-heading-wrapper.volg-mij {
    justify-content: flex-end;
  }

  .footer-link-div-brandeer {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3vh;
    font-weight: 700;
    display: flex;
  }

  .text-block {
    font-size: 5vw;
  }

  .kb-logo {
    max-width: 90%;
  }

  .text-404 {
    width: 80%;
  }

  .contact-image.mobile {
    left: -5vw;
  }

  .contact-heading {
    font-size: 3vw;
  }

  .pop-up-modal {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0;
    display: flex;
  }

  .image-4 {
    object-position: 62% 50%;
    height: 100vh;
    padding: 22px 10px;
    position: relative;
  }

  .pop-up-text {
    z-index: 3;
    text-align: center;
    align-self: center;
    margin-top: 1em;
    margin-bottom: 1.9em;
    font-size: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .close-popup-modal {
    z-index: 2;
    margin-top: 87px;
  }

  .kruisje-modal {
    height: 2px;
  }

  .section {
    padding-left: 5em;
    padding-right: 5em;
  }

  .kb_textwrapper {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
  }

  .hero_heading {
    font-size: 2rem;
  }
}

#w-node-_1ae45582-41c2-b97b-874a-e562db24aba0-179e519d {
  align-self: start;
}

#w-node-c0638926-bc63-347e-6fa5-06294fee94d1-179e519d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7677230c-f4ef-d23b-68a4-5ddcd7659f70-179e519d {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}