@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Bilo";
  src: url("../../../fonts/Bilo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.button {
  font-family: "Bilo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #E29E18;
  border-radius: 100px;
  color: white;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
}
.button:hover {
  background-color: transparent;
  transition: 0.3s;
  color: #E29E18;
  text-decoration: unset;
}
.button:hover svg {
  fill: #E29E18;
  transition: 0.3s;
}
.button svg {
  width: 16px;
  fill: white;
  margin-left: 10px;
  position: relative;
  top: 1px;
  transition: 0.3s;
}

.button_hover-active {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  color: #E29E18;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
  text-transform: uppercase;
}
.button_hover-active:hover {
  background-color: #E29E18;
  transition: 0.3s;
  color: white;
  text-decoration: unset;
}

.information-hero {
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.information-hero .container {
  max-width: 1600px;
  margin: 0 auto 50px;
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

.information-hero__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.information-hero__text {
  flex: 1 1 50%;
}

.information-hero__title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 49px;
  margin-bottom: 30px;
  color: #3B3935;
  font-weight: bold;
  line-height: 1.2;
  max-width: 700px;
}

.information-hero__description {
  font-family: "Bilo", sans-serif;
  font-weight: 400;
  margin: 30px 0;
  font-size: 19px;
  color: #3B3935;
  max-width: 500px;
}

.information-hero__divider {
  margin: 1rem 0;
  border: none;
  border-top: 4px solid #E29E18;
  max-width: 150px;
}

.information-hero__image {
  flex: 1 1 45%;
  text-align: right;
  position: relative;
  height: 700px;
  display: flex;
  justify-content: center;
}

.information-hero__image img {
  max-width: 590px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px 500px 0 0;
  position: absolute;
  z-index: 2;
}

.prop_hero_image {
  z-index: 3 !important;
  max-width: 500px !important;
  top: 6%;
  -o-object-fit: unset !important;
     object-fit: unset !important;
  border-radius: unset !important;
}

@media (max-width: 1400px) and (min-width: 1000px) {
  .information-hero__title {
    font-size: 38px;
    line-height: 50px;
  }
  .information-hero__image img {
    max-width: 490px;
  }
  .prop_hero_image {
    max-width: 400px !important;
  }
}
@media (max-width: 999px) and (min-width: 600px) {
  .information-hero__title {
    font-size: 38px;
    line-height: 50px;
  }
  .information-hero__image img {
    max-width: 100%;
    width: 100%;
    border-radius: 400px 400px 0 0;
  }
  .prop_hero_image {
    max-width: 80% !important;
  }
  .information-hero__image {
    flex: unset;
  }
  .information-hero .container {
    flex-direction: column;
    gap: 60px;
  }
  .information-hero__content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 599px) {
  .information-hero__title {
    font-size: 28px;
    line-height: 38px;
  }
  .information-hero__image img {
    max-width: 100%;
    width: 100%;
    border-radius: 400px 400px 0 0;
  }
  .prop_hero_image {
    max-width: 80% !important;
    top: 10% !important;
  }
  .information-hero__image {
    height: 350px;
    flex: unset;
  }
  .information-hero .container {
    flex-direction: column;
    gap: 60px;
  }
  .information-hero__content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .information-hero__button {
    font-size: 16px;
    padding: 10px 24px;
  }
}/*# sourceMappingURL=hero.css.map */
/* Hero slider: crossfade tussen 2 afbeeldingen (elke 5s, getoggeld via JS) */
.information-hero__image.has-hero-slider .hero-slide {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.information-hero__image.has-hero-slider .hero-slide.is-active {
  opacity: 1;
}
