/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
section.gt-block.aktuality {
  overflow: hidden;
  /* #component AKTUALITY ======================================================================= */
  /*	Defined widths
  --------------------------------------- */
  /*	Slider settings
  --------------------------------------- */
  /*	Colors
  --------------------------------------- */
  /*	Breakpoints
  --------------------------------------- */
  /*	Other
  --------------------------------------- */
}
section.gt-block.aktuality .posts {
  container-type: inline-size;
  display: flex;
  inline-size: 100;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  gap: clamp(1.6rem, calc(1.4814814815vi + 1.0666666667rem), 3.2rem);
  padding-top: clamp(3.2rem, calc(2.962962963vi + 2.1333333333rem), 6.4rem);
  padding-bottom: clamp(3.2rem, calc(2.962962963vi + 2.1333333333rem), 6.4rem);
}
section.gt-block.aktuality .posts__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  align-self: stretch;
  padding-left: clamp(3.2rem, calc(2.962962963vi + 2.1333333333rem), 6.4rem);
  padding-right: clamp(3.2rem, calc(2.962962963vi + 2.1333333333rem), 6.4rem);
}
@media screen and (max-width: 768px) {
  section.gt-block.aktuality .posts__heading {
    padding: 0;
  }
}
section.gt-block.aktuality .posts__heading .title-buttons {
  display: flex;
  inline-size: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
section.gt-block.aktuality .posts__heading .title-buttons .buttons {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, calc(0.7407407407vi + 0.5333333333rem), 1.6rem);
}
section.gt-block.aktuality .posts__heading .title-buttons .buttons .buttons-posts__prev,
section.gt-block.aktuality .posts__heading .title-buttons .buttons .buttons-posts__next {
  display: flex;
  inline-size: 100%;
  max-inline-size: 5.2rem;
  block-size: 5.2rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 1.6rem;
  border: 1.75px solid var(--Grey-200, #e4ebf0);
}
section.gt-block.aktuality .posts__heading .title-buttons .buttons .buttons-posts__prev:hover,
section.gt-block.aktuality .posts__heading .title-buttons .buttons .buttons-posts__next:hover {
  border-color: var(--green-400-secondary, #46bf1a);
  background: rgba(70, 191, 26, 0.1);
}
section.gt-block.aktuality .posts__heading .title-buttons .buttons .buttons-posts__prev svg,
section.gt-block.aktuality .posts__heading .title-buttons .buttons .buttons-posts__next svg {
  inline-size: 2.4rem;
  block-size: 2.4rem;
}
section.gt-block.aktuality .posts__heading .tags {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: clamp(0.8rem, calc(0.7407407407vi + 0.5333333333rem), 1.6rem);
}
section.gt-block.aktuality .posts__heading .tags__content {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex: 1 0 0;
  flex-wrap: wrap;
}
section.gt-block.aktuality .posts__heading .tags__content .tag {
  position: relative;
  display: flex;
  padding: 0.8rem 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  border-radius: 1.4rem;
  border: 1px solid var(--Grey-300, #c1cfd8);
  z-index: 1;
  background: transparent;
  transition: border-color 0.4s ease-out, background-color 0.4s ease-out, box-shadow 0.4s ease-out;
}
section.gt-block.aktuality .posts__heading .tags__content .tag p {
  transition: color 0.4s ease-out;
}
section.gt-block.aktuality .posts__heading .tags__content .tag:hover, section.gt-block.aktuality .posts__heading .tags__content .tag:focus-visible, section.gt-block.aktuality .posts__heading .tags__content .tag.active {
  border-color: var(--green-400-secondary, #46bf1a);
  background: rgba(70, 191, 26, 0.1);
  box-shadow: 0 0.4rem 1.2rem rgba(70, 191, 26, 0.12);
}
section.gt-block.aktuality .posts__heading .tags__content .tag:hover p, section.gt-block.aktuality .posts__heading .tags__content .tag:focus-visible p, section.gt-block.aktuality .posts__heading .tags__content .tag.active p {
  color: var(--blue-600-primary, #0b465d);
}
section.gt-block.aktuality .posts .posts__slider-swiper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  align-self: stretch;
}
section.gt-block.aktuality .posts .posts__slider-swiper .swiper-slide {
  max-inline-size: 36.8rem;
}
section.gt-block.aktuality .posts .posts__slider-swiper .card {
  display: flex;
  inline-size: 100%;
  max-inline-size: 36.8rem;
  padding: 1.2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.8rem, calc(0.7407407407vi + 0.5333333333rem), 1.6rem);
  border-radius: 2rem;
  border: 1.75px solid var(--Grey-200, #e4ebf0);
  background: rgba(246, 249, 251, 0.2);
  transition: all 0.4s ease-out;
}
section.gt-block.aktuality .posts .posts__slider-swiper .card:hover {
  border: 1.75px solid var(--green-400-secondary, #46bf1a);
  background: rgba(70, 191, 26, 0.1);
}
section.gt-block.aktuality .posts .posts__slider-swiper .card__image {
  inline-size: 100%;
  max-inline-size: 34.4rem;
  block-size: 19.2rem;
}
section.gt-block.aktuality .posts .posts__slider-swiper .card__image img {
  inline-size: 100%;
  max-inline-size: 34.4rem;
  block-size: auto;
  border-radius: 1.2rem;
  object-fit: cover;
  aspect-ratio: 344/192;
}
section.gt-block.aktuality .posts .posts__slider-swiper .card__content {
  display: flex;
  padding: 0 0.4rem 0.4rem 0.4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  align-self: stretch;
}
section.gt-block.aktuality .posts .posts__slider-swiper .card__content-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  align-self: stretch;
}
section.gt-block.aktuality .posts .posts__slider-swiper .card__content-heading .tag {
  display: flex;
  padding: 0.8rem 1.6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 1.8rem;
  border: 1.75px solid var(--orange-400-primary, #ff793c);
  background: rgba(248, 94, 25, 0.2);
  backdrop-filter: blur(3.5px);
}
section.gt-block.aktuality .posts .posts__slider-swiper .card__content-heading .tag p {
  color: var(--Orange-500, #f85e19);
}
section.gt-block.aktuality .posts .posts__slider-swiper .card__content-date {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
section.gt-block.aktuality {
  /* #endcomponent */
}

/*# sourceMappingURL=aktuality.css.map */
