.aktuelles .tabs-col {
  display: inline-flex;
  width: fit-content !important;
  margin: 0 0 64px !important;
  padding: 8px;
  border-radius: 64px;
  background-color: #FDE4D4;
}

.aktuelles .tab-title {
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 64px;
  color: #FF6600;
  font-family: 'Raleway Regular';
  font-size: 18px;
}

/* Match the Insights active filter state on the German Aktuelles page. */
.aktuelles .tab-title.active,
.aktuelles .tab-title:hover {
  background-color: #FF6600;
  color: #fff;
}

@media only screen and (min-width: 1201px) {
  .insights-news .list-blog,
  .insights-news .blog-feed-item,
  .insights-news .blog-feed-item-title {
    clip-path: none;
    overflow: visible;
  }

  .insights-news .tabs-col {
    margin-bottom: 48px !important;
    padding: 4px;
  }

  .aktuelles .tabs-col {
    margin-bottom: 48px !important;
    padding: 4px;
  }

  .insights-news .tab-title {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .aktuelles .tab-title {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .insights-news .list-blog {
    grid-template-columns: repeat(3, 384px);
    justify-content: center;
    gap: 24px;
  }

  .insights-news .blog-feed-item {
    width: 384px;
    min-height: 349px;
  }

  .insights-news .blog-feed-image {
    height: 192px;
    aspect-ratio: auto;
  }

  .insights-news .blog-feed-item-title {
    margin: 16px 0;
    padding-left: 0;
    transform: none;
    font-size: 18px;
  }

  .insights-news .blog-item-date {
    font-size: 14px;
  }

  .insights-news .blog-item-bottom .butt-cta {
    padding: 12px 24px;
  }

  .insights-news .blog-item-bottom .button-darkblue {
    font-size: 14px;
  }
}
