/*breakpoints*/
.focalpointselement .btn_link:hover h4, .focalpointsoverview .btn_link:hover h4 {
  text-decoration: underline;
  color: #224A69;
}
.focalpointselement .gradient__shadow, .focalpointsoverview .gradient__shadow {
  position: relative;
}
.focalpointselement .gradient__shadow:after, .focalpointsoverview .gradient__shadow:after {
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 150%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767.98px) {
  .focalpointselement .gradient__shadow:after, .focalpointsoverview .gradient__shadow:after {
    border-radius: 0 !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fmanueltabor%2Fscss%2Fcomponents%2F_focalpoints.scss%22%2C%22%2Fthemes%2Fmanueltabor%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */