.bildungsgangelist {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: var(--blue6);
}
.bildungsgangelist[data-type="1"] {
  background-color: #fff;
}
.bildungsgangelist[data-type="1"] .bildungsgangeslider__heading {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.bildungsgangelist[data-type="1"] .bildungsgangeslider__heading .section-title {
  margin-bottom: 0;
}
.bildungsgangelist__head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.bildungsgangelist__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
}
.bildungsgangelist__content.loading {
  pointer-events: none;
  opacity: 0.5;
  filter: blur(3px);
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
}
.bildungsgangelist .swiper.bildungsgangeslider-slider {
  overflow: visible;
}

.bildungsgang-item {
  padding: 3px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E0DEDD;
  background-color: #fff;
  max-width: 360px;
  width: 100%;
}
.bildungsgang-item__header a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bildungsgang-item__header a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 356/420;
}
.bildungsgang-item__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 50px;
}
.bildungsgang-item__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  width: 100%;
}
.bildungsgang-item__category {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
}
.bildungsgang-item__category span.post-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
  background-color: #E6F6FF;
  font-size: 12px;
  line-height: 110%;
  color: #205876;
  padding: 2px 4px;
}
.bildungsgang-item__footer {
  margin-top: auto;
}

.bildungsgangeslider__heading {
  margin-bottom: 50px;
}
.bildungsgangeslider__heading .section-title {
  margin-bottom: 30px;
}
.bildungsgangeslider__heading p {
  color: var(--grey);
}

.bildungsgangeslider-slider {
  overflow: visible;
}
.bildungsgangeslider-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  overflow: hidden;
  max-width: 352px;
  width: 100%;
  border: 1px solid #E0DEDD;
  box-shadow: 0px 0px 16px rgba(7, 100, 227, 0.16);
  height: auto;
}
.bildungsgangeslider-slider .swiper-slide header.bildungsgang-item__header {
  max-height: 320px;
  height: 100%;
}
.bildungsgangeslider-slider .swiper-slide header.bildungsgang-item__header a {
  height: 100%;
  width: 100%;
}
.bildungsgangeslider-slider .swiper-slide header.bildungsgang-item__header a img {
  aspect-ratio: 344/320;
}
.bildungsgangeslider-slider .swiper-slide .bildungsgang-item__inner {
  height: 100%;
}
.bildungsgangeslider-slider .bildungsgangeslider-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 30px 24px 30px;
}
.bildungsgangeslider-slider .bildungsgangeslider__title {
  line-height: 130%;
  color: var(--blue1);
  font-weight: bold;
  margin-bottom: 54px;
}
.bildungsgangeslider-slider .button-link {
  margin-top: auto;
}/*# sourceMappingURL=bildungsgangepages-section.css.map */