/*Variables*/
/*Mixins*/
.filter-bg {
  background-color: rgba(204, 204, 207, 0.12);
  padding: 60px 0;
}
.filter-bg .rte {
  color: #5E5E5E;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px 10px;
  margin-bottom: 60px;
  padding: 0 15px;
}
.tags .tag {
  list-style: none;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #3BB88C;
  color: #3BB88C;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.4s all ease;
  transition-property: background-color, color;
}
.tags .tag:hover {
  background-color: #3BB88C;
  color: #FFFFFF;
}
.tags .tag.active {
  background-color: #3BB88C;
  color: #FFFFFF;
}
.use-case-overview .img-container {
  position: relative;
  margin-bottom: 7px;
  border-radius: 10px;
  overflow: hidden;
}
.use-case-overview .teaser-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s transform ease;
}
.use-case-overview .teaser-card img:hover {
  transform: scale(1.1);
}
.use-case-overview .teaser-card .category {
  font-size: 18px;
  font-family: "Bold", sans-serif;
  background: linear-gradient(90deg, #3BBBB3 0%, #44E696 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.use-case-overview .teaser-card .title {
  font-family: "Bold", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 385px) {
  .use-case-overview .teaser-card .title {
    font-size: calc(1.1162790698vw + 15.7023255814px);
  }
}
@media (min-width: 1460px) {
  .use-case-overview .teaser-card .title {
    font-size: 32px;
  }
}
.overview-teaser {
  margin-bottom: 60px;
  display: grid;
  grid-template-areas: "a a a a a a a a b b b b" "a a a a a a a a c c c c";
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px 40px;
}
.overview-teaser .teaser-card {
  display: flex;
  flex-direction: column;
}
.overview-teaser .teaser-card picture {
  height: 232px;
}
.overview-teaser .teaser-card:nth-child(1) {
  grid-area: a;
}
.overview-teaser .teaser-card:nth-child(1) picture {
  height: 600px;
}
.overview-teaser .teaser-card:nth-child(1) .title {
  font-family: "Bold", sans-serif;
  font-size: 28px;
}
@media (min-width: 385px) {
  .overview-teaser .teaser-card:nth-child(1) .title {
    font-size: calc(1.5813953488vw + 21.911627907px);
  }
}
@media (min-width: 1460px) {
  .overview-teaser .teaser-card:nth-child(1) .title {
    font-size: 45px;
  }
}
.overview-teaser .teaser-card:nth-child(2) {
  grid-area: b;
  border-bottom: 1px solid #CCCCCF;
}
.overview-teaser .teaser-card:nth-child(2) .title {
  margin-bottom: 20px;
}
.overview-teaser .teaser-card:nth-child(3) {
  grid-area: c;
}
@media (max-width: 1200px) {
  .overview-teaser {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "a a a a" "c c b b";
  }
  .overview-teaser .teaser-card:nth-child(1) picture {
    height: 340px;
  }
  .overview-teaser .teaser-card:nth-child(2) {
    border-bottom: 0;
  }
  .overview-teaser .teaser-card:nth-child(2) .title {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .overview-teaser {
    grid-template-areas: none;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .overview-teaser .teaser-card:nth-child(1) {
    grid-area: unset;
  }
  .overview-teaser .teaser-card:nth-child(1) picture {
    height: 240px;
  }
  .overview-teaser .teaser-card:nth-child(1) .title {
    font-family: "Bold", sans-serif;
    font-size: 20px;
  }
}
@media (max-width: 768px) and (min-width: 385px) {
  .overview-teaser .teaser-card:nth-child(1) .title {
    font-size: calc(1.1162790698vw + 15.7023255814px);
  }
}
@media (max-width: 768px) and (min-width: 1460px) {
  .overview-teaser .teaser-card:nth-child(1) .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .overview-teaser .teaser-card:nth-child(2) {
    grid-area: unset;
  }
  .overview-teaser .teaser-card:nth-child(2) .title {
    font-family: "Bold", sans-serif;
    font-size: 20px;
  }
}
@media (max-width: 768px) and (min-width: 385px) {
  .overview-teaser .teaser-card:nth-child(2) .title {
    font-size: calc(1.1162790698vw + 15.7023255814px);
  }
}
@media (max-width: 768px) and (min-width: 1460px) {
  .overview-teaser .teaser-card:nth-child(2) .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .overview-teaser .teaser-card:nth-child(3) {
    grid-area: unset;
  }
  .overview-teaser .teaser-card:nth-child(3) .title {
    font-family: "Bold", sans-serif;
    font-size: 20px;
  }
}
@media (max-width: 768px) and (min-width: 385px) {
  .overview-teaser .teaser-card:nth-child(3) .title {
    font-size: calc(1.1162790698vw + 15.7023255814px);
  }
}
@media (max-width: 768px) and (min-width: 1460px) {
  .overview-teaser .teaser-card:nth-child(3) .title {
    font-size: 32px;
  }
}
.filter-container {
  position: relative;
}
.filter-container .bg-image picture {
  position: absolute;
  height: 50%;
  z-index: -1;
}
.filter-container .bg-image picture:first-child {
  left: 0;
  bottom: 0;
}
.filter-container .bg-image picture:last-child {
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.filter-container .bg-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.filter-container .teaser-card .title {
  font-size: 18px;
  font-family: "Bold", sans-serif;
}
@media (min-width: 385px) {
  .filter-container .teaser-card .title {
    font-size: calc(0.4651162791vw + 16.2093023256px);
  }
}
@media (min-width: 1460px) {
  .filter-container .teaser-card .title {
    font-size: 23px;
  }
}
.filter-container .teaser-card picture {
  height: 240px;
}
.filter-container .items-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 40px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .filter-container .items-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .filter-container .items-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 40px;
  }
}
@media (max-width: 768px) {
  .filter-container .items-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media (max-width: 576px) {
  .filter-container .items-container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}