/*breakpoints*/
.cardsslider .element__linkedpages .swiper-slide {
  background-color: #e8eff7 !important;
}
.cardsslider .element__linkedpages .swiper-slide:hover {
  background-color: #142D52 !important;
}
.cardsslider .element__linkedpages .swiper-slide:hover * {
  color: #FFF;
}
.element__with--slider .faked__background {
  position: relative;
  z-index: 20;
}
.element__with--slider .faked__background:before {
  content: "";
  right: 0;
  width: 2000px;
  background-color: #FFF;
  height: 100%;
  z-index: 0;
  position: absolute;
}
.element__with--tiles .tile {
  border-bottom: 2px solid #3c3c3c;
}
.element__with--tiles .tile .tile__title {
  display: block;
}
.element__with--tiles .tile .tile__title:not(.without__content) {
  cursor: pointer;
}
.element__with--tiles .tile .tile__title:not(.without__content):after {
  position: absolute;
  width: 35px;
  content: url("/resources/themes/afoeg/images/icons/accordion-arrow.svg");
  right: 0;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1199.98px) {
  .element__with--tiles .tile .tile__title:not(.without__content):after {
    width: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .element__with--tiles .tile .tile__title:not(.without__content):after {
    width: 25px;
  }
}
.element__with--tiles .tile .tile__content {
  height: 0;
  opacity: 0;
  transition: all ease 0.3s;
  pointer-events: none;
  font-size: 17px;
  line-height: 26px;
}
@media screen and (max-width: 991.98px) {
  .element__with--tiles .tile .tile__content {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .element__with--tiles .tile .tile__content {
    font-size: 15px;
    line-height: 24px;
  }
}
.element__with--tiles .tile .tile__content a {
  pointer-events: all;
}
.element__with--tiles .tile.active .tile__title:after {
  transform: rotate(180deg);
}
.element__with--tiles .tile.active .tile__content {
  height: auto;
  opacity: 1;
  margin-bottom: 1rem;
}
.cardswithoutcontent .element__linkedpages .card {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90%;
}
.cardswithoutcontent .element__linkedpages .card.rounded {
  border-radius: 25px !important;
}
.cardswithoutcontent .element__linkedpages .card__badge img {
  border-radius: 50% !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fafoeg%2Fscss%2Fcomponents%2F_linkedpages.scss%22%2C%22%2Fthemes%2Fafoeg%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BDE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%22%7D */