.kaindl-news-featured,
.kaindl-news-carousel {
  overflow: hidden;
}

.page-body[data-transformed="v1"] {
  width: min(100%, 981px);
  margin-inline: auto;
}

.page-body[data-transformed="v1"] .kaindl-copy,
.page-body[data-transformed="v1"]
  .collection-teaser--press-contact
  .contact-persons__item-content,
.page-body[data-transformed="v1"]
  .collection-teaser--press-contact
  .formatted-text {
  color: #525252;
  font-family: var(--kaindl-font-family);
  font-size: 1rem;
  line-height: 1.55;
}

.page-body[data-transformed="v1"] .kaindl-copy h2,
.page-body[data-transformed="v1"]
  .collection-teaser--press-contact
  .collection-teaser__box-headline {
  color: #000;
  font-family: var(--kaindl-font-family);
  font-size: clamp(1.45rem, 2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
}

.page-body[data-transformed="v1"] .kaindl-copy p,
.page-body[data-transformed="v1"] .kaindl-copy li,
.page-body[data-transformed="v1"]
  .collection-teaser--press-contact
  .formatted-text
  p {
  color: #525252;
  font-size: 1rem;
  line-height: 1.55;
}

.page-body[data-transformed="v1"] .kaindl-copy strong,
.page-body[data-transformed="v1"]
  .collection-teaser--press-contact
  .contact-persons__item-content
  > p {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.page-body[data-transformed="v1"] .kaindl-copy a:not(.btn),
.page-body[data-transformed="v1"]
  .collection-teaser--press-contact
  .formatted-text
  a {
  color: #000;
  font-size: 1rem;
  line-height: 1.55;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.kaindl-news-carousel {
  padding-top: clamp(1.5rem, 2.5vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
}

.layout-main:has(.kaindl-news-carousel) {
  padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
}

.page-body[data-transformed="v1"] > .page-body__section.section-spacer {
  padding-block: clamp(1.5rem, 2.5vw, 2.5rem);
}

.kaindl-news-featured {
  padding-top: var(--kaindl-section-space);
}

.kaindl-news-carousel .container-fluid {
  width: 100%;
}

.kaindl-news-carousel .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.kaindl-news-carousel .col-12 {
  width: min(100%, 981px);
  margin-inline: auto;
}

.kaindl-news-featured__image-section .col-12,
.kaindl-news-featured__text-section .col-12 {
  width: min(100%, 981px);
  margin-inline: auto;
}

.kaindl-news-featured__gallery .col-12 {
  width: min(100%, 981px);
  margin-inline: auto;
}

.kaindl-news-featured .content-carousel__body,
.kaindl-news-carousel .content-carousel__body {
  background-color: rgb(245, 245, 245);
  overflow-anchor: none;
}

.kaindl-news-carousel .content-carousel__headline {
  margin: 0 0 clamp(2rem, 3vw, 2.4rem);
  font-size: clamp(1.45rem, 2vw, 1.6rem);
  line-height: 1.2;
  font-weight: 700;
}

.kaindl-news-featured .content-carousel__slider-wrapper,
.kaindl-news-carousel .content-carousel__slider-wrapper {
  position: relative;
  overflow: visible;
  z-index: 1;
  padding-inline: 15px;
  padding-top: 30px;
  cursor: pointer;
}

.kaindl-news-featured .content-carousel__slider,
.kaindl-news-carousel .content-carousel__slider {
  position: relative;
  overflow: visible;
  cursor: pointer;
}

.kaindl-news-featured .content-carousel__slider .swiper-wrapper,
.kaindl-news-carousel .content-carousel__slider .swiper-wrapper {
  cursor: pointer;
}

.kaindl-news-featured .content-carousel__slider-item,
.kaindl-news-carousel .content-carousel__slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 614px);
  height: auto;
  cursor: pointer !important;
}

.kaindl-news-featured .content-carousel__slider-item img,
.kaindl-news-carousel .content-carousel__slider-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  cursor: pointer !important;
}

.kaindl-news-featured .content-carousel__slider-item:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next),
.kaindl-news-carousel .content-carousel__slider-item:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.kaindl-news-featured .content-carousel__slider-item:not(.swiper-slide-active):hover img,
.kaindl-news-featured .content-carousel__slider-item:not(.swiper-slide-active):focus-visible img,
.kaindl-news-carousel .content-carousel__slider-item:not(.swiper-slide-active):hover img,
.kaindl-news-carousel .content-carousel__slider-item:not(.swiper-slide-active):focus-visible img {
  transform: scale(0.985);
}

.kaindl-news-featured .swiper-slide-shadow-left,
.kaindl-news-featured .swiper-slide-shadow-right,
.kaindl-news-carousel .swiper-slide-shadow-left,
.kaindl-news-carousel .swiper-slide-shadow-right {
  display: none;
  pointer-events: none;
}

.kaindl-news-carousel .content-carousel__labels {
  margin-top: 20px;
  position: relative;
  z-index: 5;
  padding-inline: 30px;
  overflow-anchor: none;
}

.kaindl-news-carousel .content-carousel__labels-list {
  position: relative;
  width: 70%;
  margin-inline: auto;
}

.kaindl-news-carousel .content-carousel__labels-item {
  display: block;
  text-align: center;
  font-family: var(--kaindl-font-family);
}

.kaindl-news-carousel .content-carousel__labels-item[hidden] {
  display: none !important;
}

.kaindl-news-carousel .content-carousel__labels-item--active {
  pointer-events: auto;
}

.kaindl-news-carousel .content-carousel__labels-item-headline {
  margin: 0 0 8px;
  color: #000;
  font-size: clamp(1.45rem, 2vw, 1.6rem);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.kaindl-news-carousel .content-carousel__labels-item-subtitle {
  margin: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.55;
  text-align: center;
}

.kaindl-news-carousel .content-carousel__labels-item-text {
  color: #525252;
  font-size: 1rem;
  line-height: 1.55;
  text-align: center;
}

.kaindl-news-carousel .content-carousel__labels-item-text strong {
  color: #000;
}

.kaindl-news-carousel .content-carousel__labels-item-text p {
  margin: 0;
}

.kaindl-news-carousel .content-carousel__labels-item-text p + p {
  margin-top: 21px;
}

.kaindl-news-carousel .content-carousel__download {
  display: inline-block;
  margin-top: 14px;
  position: relative;
  z-index: 6;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.kaindl-news-carousel .content-carousel__download:hover,
.kaindl-news-carousel .content-carousel__download:focus-visible {
  color: var(--kaindl-color-primary-hover);
}

.kaindl-news-featured .content-carousel__pagination-wrapper,
.kaindl-news-carousel .content-carousel__pagination-wrapper {
  position: relative;
  padding: 1em 30px 30px;
  background-color: rgb(245, 245, 245);
  overflow-anchor: none;
}

.kaindl-news-featured .content-carousel__pagination-line,
.kaindl-news-carousel .content-carousel__pagination-line {
  height: 1px;
  margin: 0.875em 1em -0.875em;
  background-color: #ddd;
}

.kaindl-news-featured .content-carousel__pagination,
.kaindl-news-carousel .content-carousel__pagination {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  height: 0;
  margin: 0.875em 0;
  color: #000;
}

.kaindl-news-featured .content-carousel__pagination-bullet,
.kaindl-news-carousel .content-carousel__pagination-bullet {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 700;
}

.kaindl-news-featured .content-carousel__pagination-bullet:focus,
.kaindl-news-carousel .content-carousel__pagination-bullet:focus {
  outline: none;
}

.kaindl-news-featured .content-carousel__pagination-bullet::before,
.kaindl-news-carousel .content-carousel__pagination-bullet::before {
  content: "";
  display: block;
  width: 1.75em;
  height: 1.75em;
  background: currentColor;
  border: 1px solid;
  transform: translateY(-50%) rotate(-45deg) scale(0.33);
  transition: 0.3s ease-out;
  pointer-events: all;
  z-index: 3;
}

.kaindl-news-featured .content-carousel__pagination-bullet--active::before,
.kaindl-news-carousel .content-carousel__pagination-bullet--active::before {
  background: rgb(245, 245, 245);
  transform: translateY(-50%) rotate(-45deg) scale(1);
}

.kaindl-news-featured__item + .kaindl-news-featured__item {
  margin-top: var(--kaindl-section-space);
  padding-top: clamp(2rem, 4vw, 4rem);
  border-top: 1px solid #ddd;
}

.kaindl-news-featured__image-section.content-element,
.kaindl-news-featured__text-section.content-element,
.kaindl-news-featured__gallery.content-element {
  padding: 0;
}

.kaindl-news-featured__image-section + .kaindl-news-featured__text-section {
  margin-top: clamp(2rem, 3vw, 3rem);
}

.kaindl-news-featured__image {
  display: block;
  width: 100%;
  margin-inline: auto;
}

.kaindl-news-featured__text {
  color: #616161;
  font-family: var(--kaindl-font-family);
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.7;
}

.kaindl-news-featured__text h4 {
  margin: 0;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
}

.kaindl-news-featured__text h2 {
  margin: 0 0 8px;
  color: #000;
  font-size: clamp(1.45rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
}

.kaindl-news-featured__text h3 {
  margin: 1.25em 0 0.35em;
  color: #000;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.2;
}

.kaindl-news-featured__text p {
  margin: 0 0 21px;
}

.kaindl-news-featured__text p:last-child {
  margin-bottom: 0;
}

.kaindl-news-featured__text strong {
  color: #000;
  font-weight: 700;
}

.kaindl-news-featured__text a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.kaindl-news-featured__text .kaindl-news-faq {
  margin-top: 1.5em;
}

.kaindl-news-featured__text .kaindl-news-faq + p {
  margin-top: 21px;
}

.kaindl-news-featured__text .kaindl-news-faq__item {
  border-top: 1px solid #d2d2d2;
  padding: 0 15px;
  transition: background-color 0.25s ease-in-out;
}

.kaindl-news-featured__text .kaindl-news-faq__item:last-child {
  border-bottom: 1px solid #d2d2d2;
}

.kaindl-news-featured__text .kaindl-news-faq__item[open] {
  background-color: #f5f5f5;
}

.kaindl-news-featured__text .kaindl-news-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5em;
  gap: 1.5rem;
  padding: 15px 0;
  color: #000;
  cursor: pointer;
  font-size: 1.080625rem;
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
}

.kaindl-news-featured__text .kaindl-news-faq__summary::-webkit-details-marker {
  display: none;
}

.kaindl-news-featured__text .kaindl-news-faq__summary::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.kaindl-news-featured__text .kaindl-news-faq__item[open] .kaindl-news-faq__summary::after {
  transform: rotate(45deg);
}

.kaindl-news-featured__text .kaindl-news-faq__body {
  overflow: hidden;
  opacity: 0;
  transition:
    height 0.42s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.22s ease;
}

.kaindl-news-featured__text .kaindl-news-faq__body-inner {
  padding: 20px 0 30px;
}

.kaindl-news-featured__text .kaindl-news-faq__item[open] .kaindl-news-faq__body {
  opacity: 1;
}

.kaindl-news-featured__text .kaindl-news-faq__body-inner > :last-child {
  margin-bottom: 0;
}

.kaindl-news-featured__gallery {
  margin-top: clamp(2rem, 3vw, 3rem);
}

@media (min-width: 860px) {
  .kaindl-news-featured .content-carousel__slider-wrapper,
  .kaindl-news-carousel .content-carousel__slider-wrapper {
    padding-inline: 30px;
  }

  .kaindl-news-featured .content-carousel__pagination-wrapper,
  .kaindl-news-carousel .content-carousel__pagination-wrapper {
    padding: 3em 150px 40px;
  }

  .kaindl-news-featured__text .kaindl-news-faq__body-inner {
    padding: 30px 0 50px;
  }
}

@media (max-width: 767px) {
  .kaindl-news-carousel .col-12 {
    width: 100%;
  }

  .kaindl-news-carousel .content-carousel__labels-list {
    width: 100%;
  }
}

.page-body[data-transformed="v1"]
  .kaindl-news-press-contact-clean
  .collection-teaser__layout {
  margin-left: 0;
  margin-right: auto;
}

.page-body[data-transformed="v1"]
  > .page-body__section:has(> .kaindl-news-press-contact-clean) {
  padding-top: 0;
}

.page-body[data-transformed="v1"]
  .kaindl-news-press-contact-clean.content-element {
  padding-top: 0;
}

.page-body[data-transformed="v1"]
  .kaindl-news-press-contact-clean
  .collection-teaser__body {
  margin-left: 0;
  margin-right: auto;
  margin-top: 0;
  max-width: 64rem;
  width: 100%;
}

.page-body[data-transformed="v1"]
  .kaindl-news-press-contact-clean
  .collection-teaser__box {
  background: transparent;
  min-height: 0;
  padding: 0;
  text-align: left;
}

.page-body[data-transformed="v1"]
  .kaindl-news-press-contact-clean
  .collection-teaser__box-headline
  + .contact-persons__item {
  margin-top: 1.25rem;
}

.page-body[data-transformed="v1"]
  .kaindl-news-press-contact-clean
  .collection-teaser__box-headline,
.page-body[data-transformed="v1"]
  .kaindl-news-press-contact-clean
  .collection-teaser__box-text,
.page-body[data-transformed="v1"]
  .kaindl-news-press-contact-clean
  .contact-persons__item-content,
.page-body[data-transformed="v1"]
  .kaindl-news-press-contact-clean
  .formatted-text {
  text-align: left;
}
