






.tj-schwerpunkte-section--id434640 {
  position: relative;
  width: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.81rem 0 1.87rem 0;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__header {
  display: flex;
  flex-direction: column;
  gap: 2.18rem;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__title {
  font-size: 2.87rem;
  font-family: 'DM Serif Text', sans-serif;
  font-weight: 400;
  line-height: 1.17;
  color: rgba(76,76,76,1);
  margin: 0;
  white-space: nowrap;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__description {
  font-size: 1.31rem;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  line-height: 1.52;
  color: rgba(76,76,76,1);
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__grid {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__row {
  display: flex;
  gap: 1.25rem;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__row:first-child {
  justify-content: flex-start;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__row:last-child {
  padding-right: 3rem;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__card {
  width: calc(33.33% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 0.93rem;
  padding: 1.5rem;
  border-radius: 25px;
  border: 1px solid rgba(210,210,210,1);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__card-header {
  display: flex;
  align-items: flex-start;
  gap: 0.93rem;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__icon {
  width: 2.18rem;
  height: 2.18rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -.1725rem;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__card-title {
  font-size: 1.31rem;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  line-height: 1.33;
  color: rgba(76,76,76,1);
  margin: 0;
}

.tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__card-description {
  font-size: 1.12rem;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  line-height: 1.33;
  color: rgba(76,76,76,1);
}

/* Theme Support */
.tj-schwerpunkte-section--id434640.tj-theme-dark {
  background: linear-gradient(0deg, rgba(33,33,33,1) 0%, rgba(33,33,33,1) 100%);
}

.tj-schwerpunkte-section--id434640.tj-theme-dark .tj-schwerpunkte-section__title,
.tj-schwerpunkte-section--id434640.tj-theme-dark .tj-schwerpunkte-section__description,
.tj-schwerpunkte-section--id434640.tj-theme-dark .tj-schwerpunkte-section__card-title,
.tj-schwerpunkte-section--id434640.tj-theme-dark .tj-schwerpunkte-section__card-description {
  color: rgba(255,255,255,1);
}

.tj-schwerpunkte-section--id434640.tj-theme-dark .tj-schwerpunkte-section__card {
  background: linear-gradient(0deg, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 100%);
  border-color: rgba(66,66,66,1);
}

/* Responsive Design */
@media (max-width: 1269px) {
  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__container {
    gap: 2.88rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__title {
    font-size: 2.43rem;
  }
}

@media (max-width: 1023px) {
  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__container {
    gap: 2.16rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__title {
    font-size: 2.06rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__row {
    flex-wrap: wrap;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__card {
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__row:last-child {
    padding-right: 2.12rem;
  }
}

@media (max-width: 767px) {
  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__container {
    padding: 2rem 0 1.31rem 0;
    gap: 1.35rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__header {
    gap: 1.56rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__title {
    font-size: 1.62rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__description {
    font-size: 1.06rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__card {
    width: calc(50% - .75rem);
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__card-description {
    font-size: 1rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__row:last-child {
    padding-right: 1.68rem;
  }
}

@media (max-width: 479px) {
  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__container {
    padding: 1.31rem 0 1rem 0;
    gap: 1rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__header {
    gap: 1rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__title {
    font-size: 1.43rem;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__card {
    padding: 1rem 1.06rem;
    width: 100%;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__row:last-child {
    padding-right: 1.18rem;
  }
}

@media (max-width: 319px) {
  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__container {
    padding: 1.12rem 0 1rem 0;
  }

  .tj-schwerpunkte-section--id434640 .tj-schwerpunkte-section__title {
    font-size: 1.37rem;
  }
}
