body.post-type-archive-bildungsgange {
  background-color: var(--blue6);
}
body.post-type-archive-bildungsgange main {
  padding-top: 90px;
  padding-bottom: 120px;
}
body.post-type-archive-bildungsgange header.page-heading {
  margin-bottom: 90px;
}
body.post-type-archive-bildungsgange .bildungagn-filters .taxonomy-select-wrap {
  margin-bottom: 16px;
}
body.post-type-archive-bildungsgange .bildungagn-filters .taxonomy-select-wrap:last-child {
  margin-bottom: 0;
}
body.post-type-archive-bildungsgange .bildungang-content {
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body.post-type-archive-bildungsgange .bildungang-content.loading {
  pointer-events: none;
  opacity: 0.5;
  filter: blur(3px);
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 100px;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange:last-child {
  margin-bottom: 0;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange header.type-bildunsgange__itemheader {
  flex: 1 320px;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange header.type-bildunsgange__itemheader h2.bildungsgange-title {
  margin-bottom: 30px;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange header.type-bildunsgange__itemheader p {
  color: var(--grey);
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange .type-bildunsgange__itemcontent {
  display: flex;
  flex-direction: column;
  flex: 1 320px;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange .type-bildunsgange__itemcontent a.linklist__lnk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
  padding: 16px;
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  color: var(--blue1);
  font-weight: normal;
  border-bottom: 1px solid var(--blue4);
  transition: color 0.3s ease-in-out;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange .type-bildunsgange__itemcontent a.linklist__lnk span {
  max-width: 390px;
  flex: 1 200px;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange .type-bildunsgange__itemcontent a.linklist__lnk svg.linklist__lnk-icon {
  display: flex;
  flex-shrink: 0;
  max-width: 38px;
  width: 100%;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange .type-bildunsgange__itemcontent a.linklist__lnk svg.linklist__lnk-icon path {
  transition: fill 0.3s ease-in-out;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange .type-bildunsgange__itemcontent a.linklist__lnk:hover {
  color: var(--blue3);
  transition: color 0.3s ease-in-out;
}
body.post-type-archive-bildungsgange .bildungang-content article.type-bildungsgange .type-bildunsgange__itemcontent a.linklist__lnk:hover svg.linklist__lnk-icon path {
  fill: var(--blue3);
  transition: fill 0.3s ease-in-out;
}/*# sourceMappingURL=archive-bildungsgange.css.map */