/*****************************************************
.paragraph-component-paragraph-slideshow
*****************************************************/
/*FULLSCREEN
.paragraph-component-paragraph-slideshow .slick-slide{
height: calc(100vh - 110px);
}
.paragraph-component-paragraph-slideshow .slick-slider .slide-img{
 height: 100%;
 width: auto;
 overflow: hidden;
}
.paragraph-component-paragraph-slideshow .slick-slider .slide-img img{
 height: 100%;
 width: auto;
 height: auto;
 width: 100%;
 max-width: initial;
}
*/
/*DEFINED SIZE SCREEN*/
.paragraph-component-paragraph-slideshow .slick-slide{
}
.paragraph-component-paragraph-slideshow .slick-slider .slide-img{
 height: 650px;
 width: auto;
 overflow: hidden;
}
.paragraph-component-paragraph-slideshow .slick-slider .slide-img img{
 height: 100%;
 width: auto;
 max-width: initial;
}
@media only screen and (min-width: 1200px) {
.paragraph-component-paragraph-slideshow .slick-slider .slide-img{
  height: auto;
  width: 100%;
  overflow: hidden;
 }
.paragraph-component-paragraph-slideshow .slick-slider .slide-img img{
  height: auto;
  width: 100%;
  max-width: 100%;
 }
}
@media only screen and (max-width: 768px) {
.paragraph-component-paragraph-slideshow .slick-slider .slide-img{
  height: 350px;
 }
.paragraph-component-paragraph-slideshow .slick-slider .slide-img img{
  position: absolute;
  left: -50%;
 }
}
/*****************************************************
.page-content-wrapper-gdpr
*****************************************************/
.page-content-wrapper-gdpr .paragraph .heading-text>h3{font-size: 2.3rem;}
.page-content-wrapper-gdpr h3{font-size: 1.2rem;}
