/*
 * Variables (Colors, Fonts, Breakpoints)
 */
.bg-orange {
  background-color: #ff7b00;
}

.primary-color {
  color: #ff7b00;
}

.fachwissen-section {
  padding-block: clamp(40px, 30.48px + 2.215vw, 80px);
  background-color: #fbfbf9;
}
.fachwissen-section .thema {
  /* font-weight: 600;
  //letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  &::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: $red;
    flex-shrink: 0;
  } */
}
.fachwissen-section .fw-text {
  margin-bottom: clamp(30px, 30.48px + 2.215vw, 66px);
}
.fachwissen-section .fw-text h2,
.fachwissen-section .fw-text .h2 {
  color: #12153f;
}
.fachwissen-section .fw-text p {
  color: #5a5d7a;
}
.fachwissen-section .kachel {
  height: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.fachwissen-section .kachel p {
  color: #12153f;
}
.fachwissen-section .kachel .kachel-category {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.fachwissen-section .kachel.kachel--white {
  background-color: #efefed;
  color: #12153f;
}
.fachwissen-section .kachel.kachel--white .kachel-category {
  color: #A8BBF0;
}
.fachwissen-section .kachel.kachel--white .kachel-link {
  color: #A8BBF0;
}
.fachwissen-section .kachel.kachel--red {
  background-color: #efefed;
  color: #12153f;
}
.fachwissen-section .kachel.kachel--red .kachel-category {
  color: #ee6352;
}
.fachwissen-section .kachel.kachel--red .kachel-link {
  color: #A8BBF0;
}
.fachwissen-section .kachel.kachel--olive {
  background-color: #efefed;
  color: #12153f;
}
.fachwissen-section .kachel.kachel--olive .kachel-category {
  color: #b7ce63;
}
.fachwissen-section .kachel.kachel--olive .kachel-link {
  color: #A8BBF0;
}
.fachwissen-section .kachel-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fachwissen-section .kachel-text h2,
.fachwissen-section .kachel-text h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
}
.fachwissen-section .kachel-text p {
  margin-bottom: 0;
}
.fachwissen-section .kachel-text p:first-of-type,
.fachwissen-section .kachel-text .kachel-category {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.fachwissen-section .kachel-text p:last-of-type {
  margin-top: auto;
}
.fachwissen-section .kachel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.fachwissen-section .kachel-tag {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 100px;
  padding: 10px 12px;
  font-size: 12px;
  white-space: nowrap;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
}
.fachwissen-section .kachel-link {
  text-decoration: none;
  font-weight: 600;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  font-size: clamp(16px, 14.8456375839px + 0.2684563758vw, 20px);
}
.fachwissen-section .kachel-link .btn-arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}
.fachwissen-section .kachel-link:hover {
  text-decoration: none;
}
.fachwissen-section .kachel-link:hover .btn-arrow {
  transform: translateX(6px);
}
.fachwissen-section .fw-thema {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 13.4228187919px + 0.1342281879vw, 16px);
}
.fachwissen-section .fw-swiper {
  padding-bottom: 2.5rem;
}
.fachwissen-section .fw-swiper .swiper-pagination {
  bottom: 0;
}
.fachwissen-section .fw-post-text {
  font-size: 14px;
  color: #5a5d7a;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .fachwissen-section .fw-post-text {
    margin-top: clamp(20px, 30.48px + 2.215vw, 36px);
  }
}/*# sourceMappingURL=style.css.map */