.extendfull {
  padding-left: 3000px !important;
  padding-right: 3000px !important;
  margin-left: -3000px !important;
  margin-right: -3000px !important;
}

.extendleft {
  padding-left: 3000px !important;
  margin-left: -3000px !important;
}

.extendright {
  padding-right: 3000px !important;
  margin-right: -3000px !important;
}

/* GENERAL */
.metromap {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  /* TEXT BUBBLES */
}
.metromap ol, .metromap ul {
  list-style-type: none;
}
.metromap .wrapper-metro-map {
  position: relative;
  width: 100%;
  max-width: 735.04px;
  max-width: 45.94rem;
  margin: 0 auto;
}
.metromap .wrapper-metro-map .background-metro-map.mediumwidth {
  width: 735.04px;
  width: 45.94rem;
  max-width: none;
  display: block;
  margin: 0 auto;
}
.metromap .wrapper-metro-map .background-metro-map.fullwidth {
  width: 940px;
  width: 58.75rem;
  max-width: none;
  display: block;
  margin: 0 auto;
}
@media (min-width: 60.75em) {
  .metromap .wrapper-metro-map {
    max-width: 940px;
    max-width: 58.75rem;
  }
}
.metromap .text-bubble {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.metromap .text-bubble.dark-grey, .metromap .text-bubble.light-grey {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}
.metromap .text-bubble.dark-grey {
  background: rgba(68, 68, 68, 0.3);
  font-family: "WhitneyLight", "Whitney", "Arial", "Helvetica", "sans-serif";
  color: #FFFFFF;
  line-height: 16px;
  line-height: 1rem;
}
.metromap .text-bubble.dark-grey a {
  color: #FFFFFF;
}
.metromap .text-bubble.dark-grey a:hover {
  color: #007E8A;
}
.metromap .text-bubble.light-grey {
  background: rgba(233, 236, 237, 0.6);
  font-family: "WhitneyMedium", "Whitney", "Arial", "Helvetica", "sans-serif";
  color: #444444;
  line-height: 16px;
  line-height: 1rem;
}
.metromap .text-bubble.light-grey a {
  color: #444444;
}
.metromap .text-bubble.light-grey a:hover {
  color: #007E8A;
}
@media (min-width: 60.75em) {
  .metromap .text-bubble.dark-grey, .metromap .text-bubble.light-grey {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 16px;
    padding: 0.25rem 1rem;
  }
  .metromap .text-bubble.dark-grey {
    background: rgba(68, 68, 68, 0.3);
    font-family: "WhitneyLight", "Whitney", "Arial", "Helvetica", "sans-serif";
    color: #FFFFFF;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .metromap .text-bubble.light-grey {
    background: rgba(233, 236, 237, 0.6);
    font-family: "WhitneyMedium", "Whitney", "Arial", "Helvetica", "sans-serif";
    color: #444444;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.metromap .horizontal {
  float: left;
}
.metromap .triangle-bottom-right-dark {
  position: relative;
}
.metromap .triangle-bottom-right-dark:after {
  content: " ";
  border-top: 10px solid rgba(68, 68, 68, 0.3);
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-bottom-left-dark {
  position: relative;
}
.metromap .triangle-bottom-left-dark:after {
  content: " ";
  border-top: 10px solid rgba(68, 68, 68, 0.3);
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-top-right-dark {
  position: relative;
}
.metromap .triangle-top-right-dark:before {
  content: " ";
  border-bottom: 10px solid rgba(68, 68, 68, 0.3);
  border-right: 12px solid transparent;
  position: absolute;
  top: -10px;
  top: -0.625rem;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-top-left-dark {
  position: relative;
}
.metromap .triangle-top-left-dark:before {
  content: " ";
  border-bottom: 10px solid rgba(68, 68, 68, 0.3);
  border-left: 12px solid transparent;
  position: absolute;
  top: -10px;
  top: -0.625rem;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-left-bottom-dark {
  position: relative;
}
.metromap .triangle-left-bottom-dark:before {
  content: " ";
  border-top: 12px solid rgba(68, 68, 68, 0.3);
  border-left: 10px solid transparent;
  position: absolute;
  top: 40%;
  left: -10px;
  left: -0.625rem;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-right-bottom-dark {
  position: relative;
}
.metromap .triangle-right-bottom-dark:before {
  content: " ";
  border-top: 12px solid rgba(68, 68, 68, 0.3);
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 40%;
  right: -10px;
  right: -0.625rem;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-right-top-dark {
  position: relative;
}
.metromap .triangle-right-top-dark:before {
  content: " ";
  border-bottom: 12px solid rgba(68, 68, 68, 0.3);
  border-right: 10px solid transparent;
  position: absolute;
  top: 40%;
  right: -10px;
  right: -0.625rem;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-left-top-dark {
  position: relative;
}
.metromap .triangle-left-top-dark:before {
  content: " ";
  border-bottom: 12px solid rgba(68, 68, 68, 0.3);
  border-left: 10px solid transparent;
  position: absolute;
  top: 40%;
  left: -10px;
  left: -0.625rem;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-bottom-right-light {
  position: relative;
}
.metromap .triangle-bottom-right-light:after {
  content: " ";
  border-top: 10px solid rgba(233, 236, 237, 0.6);
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-bottom-left-light {
  position: relative;
}
.metromap .triangle-bottom-left-light:after {
  content: " ";
  border-top: 10px solid rgba(233, 236, 237, 0.6);
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-top-right-light {
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.metromap .triangle-top-right-light:before {
  content: " ";
  border-bottom: 10px solid rgba(233, 236, 237, 0.6);
  border-right: 12px solid transparent;
  position: absolute;
  top: -10px;
  top: -0.625rem;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-top-left-light {
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.metromap .triangle-top-left-light:before {
  content: " ";
  border-bottom: 10px solid rgba(233, 236, 237, 0.6);
  border-left: 12px solid transparent;
  position: absolute;
  top: -10px;
  top: -0.625rem;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-left-bottom-light {
  position: relative;
}
.metromap .triangle-left-bottom-light:before {
  content: " ";
  border-top: 12px solid rgba(233, 236, 237, 0.6);
  border-left: 10px solid transparent;
  position: absolute;
  top: 40%;
  left: -10px;
  left: -0.625rem;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-right-bottom-light {
  position: relative;
}
.metromap .triangle-right-bottom-light:before {
  content: " ";
  border-top: 12px solid rgba(233, 236, 237, 0.6);
  border-right: 10px solid transparent;
  position: absolute;
  top: 40%;
  right: -10px;
  right: -0.625rem;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-right-top-light {
  position: relative;
}
.metromap .triangle-right-top-light:before {
  content: " ";
  border-bottom: 12px solid rgba(233, 236, 237, 0.6);
  border-right: 10px solid transparent;
  position: absolute;
  top: 40%;
  right: -10px;
  right: -0.625rem;
  display: block;
  width: 0;
  height: 0;
}
.metromap .triangle-left-top-light {
  position: relative;
}
.metromap .triangle-left-top-light:before {
  content: " ";
  border-bottom: 12px solid rgba(233, 236, 237, 0.6);
  border-left: 10px solid transparent;
  position: absolute;
  top: 40%;
  left: -10px;
  left: -0.625rem;
  display: block;
  width: 0;
  height: 0;
}
.metromap .registratie-asiel {
  position: absolute;
  top: 118px;
  left: 24px;
}
.metromap .registratie-asiel .wrapper-logo {
  text-align: center;
}
.metromap .registratie-asiel .image-logo {
  width: 30px;
  height: 21px;
}
@media (min-width: 60.75em) {
  .metromap .registratie-asiel {
    top: 128px;
    left: 28px;
  }
  .metromap .registratie-asiel .image-logo {
    width: 44px;
    height: 31px;
  }
}
.metromap .verblijf-asiel {
  position: absolute;
  top: 230px;
  left: 120px;
}
.metromap .verblijf-asiel .wrapper-logo {
  text-align: center;
  margin-right: 16px;
  margin-right: 1rem;
  float: left;
}
.metromap .verblijf-asiel .image-logo {
  width: 55px;
  height: 17px;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media (min-width: 60.75em) {
  .metromap .verblijf-asiel {
    top: 265px;
    left: 155px;
  }
  .metromap .verblijf-asiel .image-logo {
    width: 65px;
    height: 20px;
  }
}
.metromap .het-gehoor-asiel {
  position: absolute;
  top: 110px;
  left: 184px;
}
.metromap .het-gehoor-asiel .wrapper-sign {
  text-align: center;
}
.metromap .het-gehoor-asiel .image-sign {
  width: 42px;
  height: 42px;
}
@media (min-width: 60.75em) {
  .metromap .het-gehoor-asiel {
    top: 114px;
    left: 234px;
  }
  .metromap .het-gehoor-asiel .image-logo {
    width: 65px;
    height: 20px;
  }
}
.metromap .beslissing-asiel {
  position: absolute;
  top: 110px;
  left: 328px;
}
.metromap .beslissing-asiel .wrapper-sign {
  text-align: center;
}
.metromap .beslissing-asiel .image-sign {
  width: 42px;
  height: 42px;
}
@media (min-width: 60.75em) {
  .metromap .beslissing-asiel {
    top: 114px;
    left: 416px;
  }
  .metromap .beslissing-asiel .image-logo {
    width: 65px;
    height: 20px;
  }
}
.metromap .beslissing-asiel > ul {
  position: absolute;
  width: 500px;
  margin-top: -22px;
}
@media (min-width: 60.75em) {
  .metromap .beslissing-asiel > ul {
    margin-top: 0;
  }
}
.metromap .positief-asiel {
  position: absolute;
  top: -82px;
  left: 146px;
}
.metromap .positief-asiel .wrapper-sign {
  text-align: center;
}
.metromap .positief-asiel .image-sign {
  width: 42px;
  height: 42px;
}
@media (min-width: 60.75em) {
  .metromap .positief-asiel {
    top: -118px;
    left: 196px;
  }
  .metromap .positief-asiel .image-logo {
    width: 65px;
    height: 20px;
  }
}
.metromap .negatief-asiel {
  position: absolute;
  top: 0;
  left: 0;
}
.metromap .negatief-asiel .wrapper-sign {
  text-align: center;
}
.metromap .negatief-asiel .image-sign {
  width: 42px;
  height: 42px;
}
@media (min-width: 60.75em) {
  .metromap .negatief-asiel .image-logo {
    width: 65px;
    height: 20px;
  }
}
.metromap .vluchteling-asiel {
  position: absolute;
  top: -108px;
  left: 290px;
}
.metromap .vluchteling-asiel .wrapper-sign {
  text-align: center;
}
@media (min-width: 60.75em) {
  .metromap .vluchteling-asiel {
    top: -178px;
    left: 380px;
  }
}
.metromap .beschermde-asiel {
  position: absolute;
  top: -29px;
  left: 292px;
}
.metromap .beschermde-asiel .wrapper-sign {
  text-align: center;
}
@media (min-width: 60.75em) {
  .metromap .beschermde-asiel {
    top: -71px;
    left: 382px;
  }
}
.metromap .beroep-asiel {
  position: absolute;
  top: 33px;
  left: 146px;
}
.metromap .beroep-asiel .wrapper-sign {
  text-align: center;
}
.metromap .beroep-asiel .text-bubble {
  margin: 10px 100px;
}
@media (min-width: 60.75em) {
  .metromap .beroep-asiel {
    top: 25px;
    left: 196px;
  }
  .metromap .beroep-asiel .text-bubble {
    margin: 2px 120px;
  }
}
