.right-product div.teaser  P{line-height:20px;margin-bottom:16px;}
.right-product div.meta  P{line-height:16px;margin-bottom:8px;}
.documentation A{font-weight:bold;}
.news-related-wrap{margin-top:20px;}


.gallery-thumbs {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0.5rem 0 1.5rem 0;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  width: auto;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.slide-layout-default img {
  max-width: 100%;
  height: auto;
}

.subpage-container .slide-layout-default img {
  max-width: 100%;
  max-height: 360px;
  width: 100%;
  object-fit: contain;
}

/* SLIDER - DEFAULT*/

.slider-container-default {
  background-color: white;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5rem;
}

.slider-container-default h2 {
  color: #1a1a1a;
  margin: auto;
  padding: 1rem;
  font-size: 40px;
  font-weight: 700;
}

.slider-container-default h3 {
  margin: .75rem 0;
}

.slider-container-default p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.slide-layout-default {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  position: relative;
}

.slide-layout-default .slide-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* SLIDER - CAROUSEL*/

.slider-container {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.6) 100%);
}

.slider-container h2 {
  color: white;
  margin: auto;
  padding: 5rem;
  font-size: 40px;
  font-weight: 700;
}

.slide-layout-carousel {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  position: relative;
  max-height: 525px;
  height: auto;        
}

.slide-layout-carousel h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 2.5rem;
}

.slide-layout-carousel .slide-text h2:hover,
.slide-layout-carousel .slide-text p {
  text-decoration: none
}

.slide-layout-carousel .slide-text h2 {
  margin-bottom: 1rem;
}

.slide-layout-carousel .slide-text {
  background-color: white;
  padding: 5rem;
  position: relative;
}

.slide-layout-carousel .slide-text-link {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 1rem 0;
}

.slide-layout-carousel .slide-text-link p {
  font-weight: 600;
}

.slide-layout-carousel .slide-text-link svg {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-top: 5px;
}

.slide-layout-carousel .swiper-button-next,
.slide-layout-carousel .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: black;
  color: white;
  opacity: 1;
  transition: ease-in .2s all;
  z-index: 9999;
}

.slide-layout-carousel .swiper-button-next:hover,
.slide-layout-carousel .swiper-button-prev:hover {
  opacity: .5;
}

.slide-layout-carousel .swiper-button-next.swiper-button-disabled,
.slide-layout-carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.slide-layout-carousel .swiper-button-next:after,
.slide-layout-carousel .swiper-button-prev:after {
  font-size: 20px;
}

.slide-layout-carousel .swiper-button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 150px;
  height: 50px;
  position: absolute;
  right: 5rem;
  bottom: 5rem;
}

/* SLIDER - COVER */

.slide-layout-cover image, 
.slide-layout-cover video {
  max-width: 100%;
}

.slide-layout-cover .slide-image > a {
  display: block;
  line-height: 0;
}

.slide-layout-cover .slide-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  /* background: rgba(255,255,255,.2); */
  color: #fff;
}

.slide-layout-cover .slide-text a {
  color: #fff;
}

.slide-layout-cover .slide-text a h3 { 
  display: inline-block;
}