.onze-locaties-map {
  padding: 0px 0 45px;
  overflow: hidden;
  color: #501f3a;
  background: #ffffff;
}

.beleef-location-page .onze-locaties-map .be-container {
    padding-inline: 0px;
}

.onze-locaties-map .onze-locaties-map__row {
  --be-grid-gutter-x: 104px;
  --be-grid-gutter-y: 46px;
}

.onze-locaties-map .onze-locaties-map__copy,
.onze-locaties-map .onze-locaties-map__visual {
  min-width: 0;
}

.onze-locaties-map .onze-locaties-map__title {
  margin: 0 0 20px;
  color: #50203a;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-synthesis: none;
  line-height: 1.1;
  letter-spacing: 0;
}

.onze-locaties-map .onze-locaties-map__title em {
  display: inline-block;
  color: #ff8359;
  font-style: normal;
  background: linear-gradient(90deg, #ff965e 0%, #ff5b62 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.onze-locaties-map .onze-locaties-map__copy p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #501f3a;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-synthesis: none;
  line-height: 1.4;
  letter-spacing: 0;
}

.onze-locaties-map .onze-locaties-map__map {
  position: relative;
  left: 50%;
  isolation: isolate;
  width: min(760px, 145%);
  aspect-ratio: 2100 / 1450;
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
}

.onze-locaties-map .onze-locaties-map__map::before,
.onze-locaties-map .onze-locaties-map__map::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.onze-locaties-map .onze-locaties-map__map::before {
  top: 13.45%;
  left: 5.1%;
  width: 43.71%;
  aspect-ratio: 918 / 440;
  background: url("../assets/shapes/zigzag-lavender.svg") center / contain no-repeat;
}

.onze-locaties-map .onze-locaties-map__map::after {
  right: 3.62%;
  bottom: 6.21%;
  width: 43.71%;
  aspect-ratio: 918 / 440;
  background: url("../assets/shapes/zigzag-mint.svg") center / contain no-repeat;
}

.onze-locaties-map .onze-locaties-map__image {
  position: relative;
  top: 4.28%;
  z-index: 1;
  width: 69.11%;
  aspect-ratio: 1466 / 1280;
  margin-left: 14.95%;
}

.onze-locaties-map .onze-locaties-map__frame {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.onze-locaties-map .onze-locaties-map__pin {
  position: absolute;
  z-index: 2;
  display: block;
  width: min(38px, calc(6.41% + 10px));
  max-width: none;
  height: auto;
  aspect-ratio: 106 / 122;
  transform: translate(-50%, -50%);
}

.onze-locaties-map .onze-locaties-map__pin img {
  display: block;
  width: 100%;
  height: auto;
}

.onze-locaties-map .onze-locaties-map__pin--one {
  top: 35.24%;
  left: 25.71%;
}

.onze-locaties-map .onze-locaties-map__pin--two {
  top: 70.44%;
  left: 78.5%;
}

@media (max-width: 1200px) {
  .onze-locaties-map .onze-locaties-map__row {
    --be-grid-gutter-x: 104px;
  }
  .onze-locaties-map .onze-locaties-map__map {
    width: min(760px, 145%);
  }
.onze-locaties-map .onze-locaties-map__title {
    font-size: 48px;
}
}

@media (max-width: 1023px) {
  .onze-locaties-map {
    padding: 58px 0 40px;
  }

  .onze-locaties-map .onze-locaties-map__copy {
    width: 100%;
    max-width: none;
  }

  .onze-locaties-map .onze-locaties-map__row {
    --be-grid-gutter-y: 36px;
  }

  .onze-locaties-map .onze-locaties-map__copy p {
    font-size: 18px;
    line-height: 1.45;
  }

  .onze-locaties-map .onze-locaties-map__map {
    width: min(760px, 100%);
  }
  
    .onze-locaties-map .onze-locaties-map__title {
        font-size: 44px;
    }
}

@media (max-width: 640px) {
    .onze-locaties-map {
        padding: 60px 0 80px;
    }

  .onze-locaties-map .onze-locaties-map__row {
    --be-grid-gutter-y: 26px;
  }

  .onze-locaties-map .onze-locaties-map__title {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .onze-locaties-map .onze-locaties-map__copy p {
    font-size: 16px;
    line-height: 1.45;
  }

  .onze-locaties-map .onze-locaties-map__map {
    width: 96%;
  }
}

@media (max-width: 390px) {
  .onze-locaties-map .onze-locaties-map__title {
    font-size: 40px;
  }
}


/* For responsive css start*/

@media (max-width: 1500px) and (min-width: 1201px) {
    .onze-locaties-map .be-container {
        width: min(calc(100% - 160px), var(--be-container));
        padding-inline: 0 !important;
    }
}


@media (max-width: 1200px) and (min-width: 1025px) {
    .onze-locaties-map .be-container {
        width: min(calc(100% - 120px), var(--be-container));
        padding-inline: 0 !important;
    }
}


@media (max-width: 1024px) and (min-width: 768px) {
    .onze-locaties-map .be-container {
        width: min(calc(100% - 80px), var(--be-container));
        padding-inline: 0 !important;
    }
}


@media (max-width: 767px) {
    .onze-locaties-map .be-container {
        width: min(calc(100% - 40px), var(--be-container));
        padding-inline: 0 !important;
    }
.onze-locaties-map .onze-locaties-map__image {
  position: relative;
  top: 4%;
  z-index: 1;
  width: 80%;
  aspect-ratio: 1466 / 1280;
  margin-left: 8%;
}
.onze-locaties-map .onze-locaties-map__map::before {
    top: 5%;
    left: 3%;
    width: 43.71%;
    aspect-ratio: 918 / 440;
}
.onze-locaties-map .onze-locaties-map__map::after {
    right: 0%;
    bottom: -6%;
    width: 43.71%;
    aspect-ratio: 918 / 440;
}
}


/* For responsive css end*/
