@keyframes tileFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --spacer-60: 60px;
}

/*$input-bg
$input-disabled-bg
$input-color

$input-border-width
$input-box-shadow
$input-focus-bg
$input-focus-border-color
$input-focus-color
$input-focus-width
$input-focus-box-shadow
$input-placeholder-color
$input-plaintext-color*/
.cms-content ol,
.cms-content ul {
  padding-left: 0.75rem;
  list-style: inherit;
  list-style-position: inside;
}
.cms-content ol {
  padding-left: 1.875rem;
  list-style: decimal;
}
.cms-content img {
  max-width: 100%;
  height: auto;
}

body #content.page-cms-cluster {
  padding-bottom: 0 !important;
}
body .cms-cluster {
  /*&__mainproduct {
      background-color: $c-beige-2;

      .product-miniature {
          display: flex;
          flex-direction: column;

          &__infos {
              display: flex;
              flex-direction: column;
              padding: 20px;
          }
      }
  }*/
}
body .cms-cluster__content {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  body .cms-cluster__content {
    margin-bottom: 92px;
  }
}
body .cms-cluster__content .cmsbannerblock {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  aspect-ratio: 16/6;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  body .cms-cluster__content .cmsbannerblock {
    margin-bottom: 60px;
  }
}
body .cms-cluster__content .cmsbannerblock picture {
  width: 100%;
}
body .cms-cluster__content .cmsbannerblock img {
  width: 100%;
}
body .cms-cluster__toprow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 32px;
  /* &-left {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }*/
}
@media (min-width: 1200px) {
  body .cms-cluster__toprow {
    margin-bottom: 40px;
  }
}
body .cms-cluster__siblings {
  background-color: #e0d8d0;
  padding: 12px;
}
body .cms-cluster__siblings-title {
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  font-size: 16px;
}
body .cms-cluster__siblings .init-preview {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
body .cms-cluster__siblings ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
body .cms-cluster__siblings ul a {
  color: #201010;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-weight: 500;
}
body .cms-cluster__siblings ul a:hover {
  color: #c8a078;
}
body .cms-cluster__siblings .overflow_txt__trigger {
  margin-top: 16px;
}
body .cms-cluster__mainproductcont-desktop {
  display: none;
}
body .cms-cluster__mainproductcont-desktop .swiper-scrollbar {
  display: none;
}
body .cms-cluster__mainproductcont-desktop .swiper-slide {
  width: 320px;
}
body .cms-cluster__mainproductcont-desktop .swiper-button-prev,
body .cms-cluster__mainproductcont-desktop .swiper-button-next {
  --swiper-navigation-size: 40px;
  --swiper-navigation-sides-offset: -20px;
}
body .cms-cluster__mainproductcont-mobile {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  margin-top: 20px;
}
body .cms-cluster__mainproductcont-mobile .swiper {
  overflow: visible;
}
body .cms-cluster__mainproductcont-mobile .swiper-button-prev,
body .cms-cluster__mainproductcont-mobile .swiper-button-next {
  display: none;
}
body .cms-cluster__mainproductcont-mobile .swiper-container {
  position: relative;
}
body .cms-cluster__mainproductcont-mobile .swiper-slide {
  width: 200px;
}
body .cms-summary {
  background-color: #e0d8d0;
  padding: 12px;
}
body .cms-summary__toggle {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}
body .cms-summary__toggle i {
  font-size: 16px;
  transition: transform 0.15s ease-out;
}
body .cms-summary__toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}
body .cms-summary__list {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  padding-top: 12px;
  margin-bottom: 0;
}
body .cms-summary__list li {
  counter-increment: item;
  margin-bottom: 0;
  cursor: pointer;
  padding: 6px 0;
}
body .cms-summary__list li:before {
  content: counter(item) ". ";
  font-weight: 500;
  margin-right: 0.5em;
}
body .cms-summary__list li:hover {
  color: #ac8050;
}
@media (min-width: 1200px) {
  body .cms-summary {
    padding: 12px 24px;
  }
}
body .cms-introduction__content {
  font-weight: 500;
}
body .list_check {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
body .list_check li {
  background-color: #fff;
  padding: 12px;
  padding-left: 30px;
  font-weight: 500;
  position: relative;
}
body .list_check li:before {
  content: "\e91b";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  font-family: "icomoon";
  font-size: 20px;
  color: #c8a078;
  position: absolute;
  left: 6px;
  top: 12px;
}
body .LinkWithBackground a,
body .btn.orange,
body .btn.underline {
  padding: 0;
  font-size: 1rem;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #946430;
  text-decoration: none;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
body .LinkWithBackground a:hover,
body .btn.orange:hover,
body .btn.underline:hover {
  background-color: transparent;
  border: none;
  color: #c8a078;
}
body .LinkWithBackground a:after,
body .btn.orange:after,
body .btn.underline:after {
  font-family: "icomoon";
  content: "\e90f";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  margin-left: 0.5em;
  vertical-align: middle;
  transition: transform 0.2s ease;
  font-size: 16px;
}
body .cms-description blockquote {
  padding: 12px;
  background-color: #f4f0ec;
}
body .cms-description blockquote > p {
  font-size: large;
  font-weight: 500;
}
body .cms-description blockquote > p:last-child {
  margin-bottom: 0;
}
body .cms-description blockquote .list_stripes {
  display: flex;
  flex-direction: column;
  list-style-position: initial;
}
body .cms-description blockquote .list_stripes li::marker {
  font-size: 1.2rem;
  color: #ac8050;
}
body .cms-description blockquote .list_stripes p:last-of-type {
  margin-bottom: 0;
}
body .cms-description ul li > p {
  margin: 0;
  padding: 0;
  display: inline;
}
body .cms-description .list_stripes li::marker {
  font-size: 1.2rem;
  color: #ac8050;
}
body .cms-description .list_stripes li:has(h2) {
  position: relative;
  list-style: none;
  padding-left: 8px;
}
body .cms-description .list_stripes li:has(h2):before {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #ac8050;
}
body .cms-description h2:not(:first-of-type) {
  margin-top: 32px;
}
body .cms-description h3 {
  font-size: 1.2rem;
}
body .cms-description h3:not(:first-of-type) {
  margin-top: 24px;
}
body .cms-description strong {
  font-weight: 600;
}
body .cms-description p:has([data-external-url=""]) {
  display: block;
}
@media (min-width: 1200px) {
  body .cms-description blockquote {
    padding: 12px 24px;
  }
}
@media (min-width: 1024px) {
  body #content.page-cms-cluster .cms-cluster__maincontentcont {
    display: grid;
    gap: 60px;
    grid-template-columns: auto 320px;
  }
  body .isclustertitle {
    padding-right: 320px;
  }
  body .cms-cluster__mainproductcont-desktop {
    display: block;
  }
  body .cms-cluster__mainproductcont-desktop .cms-cluster__mainproduct {
    position: sticky;
    top: 160px;
    margin-bottom: 40px;
  }
  body .cms-cluster__mainproductcont-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  body .list_check {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  body .list_check li {
    padding: 24px;
    padding-left: 48px;
  }
  body .list_check li:before {
    left: 14px;
    top: 24px;
    font-size: 24px;
  }
  body .cms-cluster__siblings {
    padding: 20px 24px;
  }
  body .cms-cluster__siblings-title {
    font-size: 18px;
  }
  body .cms-cluster__mainproduct .product-miniature {
    flex-direction: row;
  }
  body .cms-summary__toggle {
    font-size: 18px;
  }
  body .cms-description .list_stripes li:has(h2):before {
    left: -12px;
    top: 14px;
    width: 8px;
    height: 8px;
  }
}

.cms-author {
  padding: 12px 12px 20px;
  background-color: #f4f0ec;
  display: grid;
  gap: 6px 12px;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-template-areas: "a b" "c c";
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cms-author {
    margin-bottom: 32px;
  }
}
.cms-author__img {
  max-width: 80px;
}
.cms-author__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
}
.cms-author__txtcont {
  display: flex;
  flex-direction: column;
  grid-area: c;
}
.cms-author__link {
  font-weight: 600;
  line-height: 1;
  font-size: 12px;
  color: #ac8050;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .cms-author {
    grid-template-areas: "a b" "a c";
    grid-template-rows: auto 1fr;
    align-items: flex-start;
    gap: 6px 20px;
  }
  .cms-author__img {
    grid-area: a;
    grid-row: 1/3;
    max-width: 74px;
  }
  .cms-author__name {
    grid-area: b;
  }
  .cms-author__txtcont {
    grid-area: c;
  }
}
@media (min-width: 1200px) {
  .cms-author {
    padding: 20px;
  }
  .cms-author__name {
    font-size: 18px;
  }
  .cms-author__txt {
    font-size: 14px;
  }
  .cms-author__link {
    font-size: 14px;
  }
}
