.themenauflistung_container {
    margin: 80px auto 60px;
    max-width: 1084px;
}

.themenauflistung_subheading {
    font-size: 22px;
    line-height: 28.71px;
    font-family: "Garamond";
    color: #fc5f58;
    font-weight: 400;
}

.themenauflistung_title {
    width: 478px;
    font-family: "Space Grotesk";
    font-weight: 600;
    line-height: 44.66px;
    font-size: 35px;
    margin-bottom: 40px;
}

.themencontent_title {
    font-family: "Cabin";
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 700;
}

.themencontent_item:nth-child(1) .themencontent_title {
    color: #3F54C1;
}

.themencontent_item:nth-child(2n) .themencontent_title {
    color: #9EC0F9;
}

.themencontent_item:nth-child(3n) .themencontent_title {
    color: #FC5F58;
}

.themencontent_item:nth-child(4n) .themencontent_title {
    color: #9EC0F9;
}

.themencontent_item:nth-child(5n) .themencontent_title {
    color: #FC5F58;
}

.themencontent_item:nth-child(1) {
    grid-column-start: 1;
}

.themencontent_item:nth-child(2) {
    grid-column-start: 1;
}

.themencontent_item:nth-child(3) {
    grid-column-start: 1;
}

.themencontent_item:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 1;
}

.themencontent_item:nth-child(5) {
    grid-column-start: 2;
    grid-row-start: 2;
}


.themencontent_text p {
    font-family: 'Cabin';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.themencontent_container {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 30px;
    margin-bottom: 0px;
}


@media (max-width:895px) {
  .themenauflistung_container {
      margin: 40px auto;
  }

  .themenauflistung_subheading {
    font-size: 18px;
    line-height: 23px;
  }

  .themenauflistung_title {
    width: 100%;
    line-height: 38px;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .themencontent_container {
    display: block;
  }

  .themencontent_title {
    font-size: 22px;
    line-height: 26px;
  }

  .themencontent_text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
