section.blok--hero-header {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.blok--hero-header div.container {
  padding: 250px 60px;
  margin: 25px 0 100px;
}

h1 {
  font-family: "ClashDisplay", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 630px;
  width: 100%;
}

section.blok--hero-header.hoog {
  background-position: top center !important;
}
section.blok--hero-header.midden {
  background-position: center !important;
}
section.blok--hero-header.onder {
  background-position: bottom center !important;
}

.call-to-action {
  background-color: #E2C044;
  position: absolute;
  right: -70px;
  bottom: -70px;
  max-width: 320px;
  padding: 20px 40px;
}
.call-to-action p {
  font-family: "ClashDisplay", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.call-to-action .btn {
  background-color: #232323;
  border: 2px solid #232323;
  font-family: "ClashDisplay", sans-serif;
  padding: 10px 20px 8px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s all;
}
.call-to-action .btn svg {
  fill: #ffffff;
  max-width: 16px;
  width: 100%;
  margin-left: 15px;
  position: relative;
  top: 2px;
}
.call-to-action .btn:hover {
  background-color: transparent;
  transition: 0.3s all;
  text-decoration: unset;
  border: 2px solid #ffffff;
}

.hero_header_button {
  background: #8A2422;
  font-family: "ClashDisplay", sans-serif;
  padding: 12px 30px 10px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s all;
}
.hero_header_button svg {
  fill: white;
  max-width: 16px;
  width: 100%;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.hero_header_button:hover {
  background-color: black;
  transition: 0.3s all;
  text-decoration: unset;
}

@media only screen and (max-width: 1200px) and (min-width: 800px) {
  .blok--hero-header div.container {
    padding: 220px 60px;
  }
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 799px) and (min-width: 500px) {
  .blok--hero-header div.container {
    padding: 140px 30px;
    margin: 50px 0 100px;
  }
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .call-to-action {
    padding: 20px 25px;
    bottom: -90px;
  }
}
@media only screen and (max-width: 499px) and (min-width: 300px) {
  .blok--hero-header div.container {
    padding: 90px 20px;
    margin: 50px 0 140px;
  }
  h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .call-to-action {
    padding: 15px 70px 15px 15px;
    bottom: -120px;
  }
  .call-to-action p {
    font-size: 16px;
  }
  .call-to-action .btn {
    padding: 8px 20px 10px;
    font-size: 12px;
  }
  .hero_header_button {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
}/*# sourceMappingURL=hero-header.css.map */