

.hs-testimonial-slider {
  position: relative;
/*   padding: 0 1em; */
}
.hs-gallery .slick-slide {
  max-width: 100%;
  text-align: center;
}
/* Testimonial Wrapper */
.hs-testimonial {
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hs-testimonial.slick-slide {
  padding: 0;
  margin: 1em;
}
/* Testimonial Wrapper :: Variations */
@media only screen and (min-width: 768px) {
  .hs-testimonial--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-testimonial--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .hs-testimonial--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hs-testimonial--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/* Author Image */
.hs-testimonial figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
/* Author Image :: Variations */
@media only screen and (min-width: 768px) {
  .hs-testimonial--right figure {
    margin: 0 0 0 1.5em;
    flex: 1 0 auto;
  }
  .hs-testimonial--bottom figure {
    margin: 0 auto;
  }
  .hs-testimonial--left figure {
    margin: 0 1.5em 0 0;
    flex: 1 0 auto;
  }
}

/* Blockquote */
.hs-testimonial blockquote {
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.3em;
  position: relative;
  
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 2 auto;
  max-width: 650px;
  margin-right:auto;
  box-sizing: border-box; 
 padding: 0 35px; 

}

blockquote {
border:none;
  
}

.hs-testimonial > blockquote > main {
  font-style: italic;
  font-weight: bold;
  color: #000;
  font-size: 26px;
}

/* .hs-testimonial blockquote:before {
  content: "";
  position: absolute;
  display: block;
  height: 1em;
  width: 1em;
  background-color: #fff;
  bottom: calc(100% - .5em - 1px);
  left: calc(50% - .5em);
  border: 1px solid transparent;
  border-top-color: #eee;
  border-right-color: #eee;
  -webkit-transform: rotate(-45deg);    
  -ms-transform: rotate(-45deg);    
  transform: rotate(-45deg);
  -webkit-box-shadow: 0 .25em 2em -.5em rgba(29,29,31,0.3);
  box-shadow: 0 .25em 2em -.5em rgba(29,29,31,0.3);
}
/* Blockquote :: Variations */
@media only screen and (min-width: 768px) {
  .hs-testimonial blockquote:before {
    bottom: initial;
    left: initial;
  }
  .hs-testimonial--top blockquote:before {    
    bottom: calc(100% - .5em - 1px);
    left: calc(50% - .5em);
    -webkit-box-shadow: 0 .25em 2em -.5em rgba(29,29,31,0.3);
    box-shadow: 0 .25em 2em -.5em rgba(29,29,31,0.3);
  }
  .hs-testimonial--right blockquote:before {   
    bottom: calc(50% - .5em - 1px);
    left: calc(100% - .5em);
  }
  .hs-testimonial--bottom blockquote:before {    
    top: calc(100% - .5em - 1px);
    left: calc(50% - .5em);
  }
  .hs-testimonial--left blockquote:before {    
    bottom: calc(50% - .5em - 1px);
    right: calc(100% - .5em);
  }
} 
@media only screen and (max-width:767px){
.slick-prev {
    left: 70% !important; 
}
.slick-next {
    left: 82% !important;
} 
}
/* Footer */
.hs-testimonial footer {
  font-family: sans-serif;
  font-size: .7em;

}
.hs-testimonial footer .name {
  margin-top: 1em;
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.hs-testimonial footer .title {
  margin-top: .3em;
  font-style: italic;
  font-size: 12px;
  color: black;
}

.hs-testimonial > blockquote > footer {
  display: flex;
  align-items: flex-end;
  flex-direction: column; 
}













/* Slick-theme */

/* Slider */
.slick-loading .slick-list {
  background: #fff url('//design-assets.hubspot.com/hubfs/Slick%20Slider/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.eot');
  src: url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.eot') format('embedded-opentype'), url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.woff') format('woff'), url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.ttf') format('truetype'), url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 90% !important;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color:  #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
background-size: contain;
    display: inline-block;
    width: 35px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev {
  left: 85%;
  z-index: 1;
}
[dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}
.slick-prev:before {
  content: '';
background-image:url("data:image/svg+xml,%3Csvg id='slider_left' data-name='slider left' xmlns='http://www.w3.org/2000/svg' width='10.229' height='17.918' viewBox='0 0 10.229 17.918'%3E%3Cpath id='Pfad_271' data-name='Pfad 271' d='M21.71,24.537l-6.857-6.869L21.71,10.8a1.228,1.228,0,0,0,0-1.733h0a1.228,1.228,0,0,0-1.733,0l-7.815,7.815a1.118,1.118,0,0,0,0,1.573l7.815,7.815a1.228,1.228,0,0,0,1.733,0h0A1.228,1.228,0,0,0,21.71,24.537Z' transform='translate(-11.839 -8.709)'/%3E%3C/svg%3E%0A");
}
[dir='rtl'] .slick-prev:before {
  content: '';
background-image:url("data:image/svg+xml,%3Csvg id='slider_left' data-name='slider left' xmlns='http://www.w3.org/2000/svg' width='10.229' height='17.918' viewBox='0 0 10.229 17.918'%3E%3Cpath id='Pfad_271' data-name='Pfad 271' d='M21.71,24.537l-6.857-6.869L21.71,10.8a1.228,1.228,0,0,0,0-1.733h0a1.228,1.228,0,0,0-1.733,0l-7.815,7.815a1.118,1.118,0,0,0,0,1.573l7.815,7.815a1.228,1.228,0,0,0,1.733,0h0A1.228,1.228,0,0,0,21.71,24.537Z' transform='translate(-11.839 -8.709)'/%3E%3C/svg%3E%0A");
} 

.slick-next {
  left: 90%;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 5px;
}
.slick-next:before {
  content:'';
background-image: url("data:image/svg+xml,%3Csvg id='slider_right' data-name='slider right' xmlns='http://www.w3.org/2000/svg' width='10.229' height='17.918' viewBox='0 0 10.229 17.918'%3E%3Cpath id='Pfad_270' data-name='Pfad 270' d='M12.2,24.537l6.857-6.869L12.2,10.8a1.228,1.228,0,0,1,0-1.733h0a1.228,1.228,0,0,1,1.733,0l7.815,7.815a1.118,1.118,0,0,1,0,1.573L13.929,26.27a1.228,1.228,0,0,1-1.733,0h0A1.228,1.228,0,0,1,12.2,24.537Z' transform='translate(-11.839 -8.709)'/%3E%3C/svg%3E");
}
[dir='rtl'] .slick-next:before {
  content:'';
background-image: url("data:image/svg+xml,%3Csvg id='slider_right' data-name='slider right' xmlns='http://www.w3.org/2000/svg' width='10.229' height='17.918' viewBox='0 0 10.229 17.918'%3E%3Cpath id='Pfad_270' data-name='Pfad 270' d='M12.2,24.537l6.857-6.869L12.2,10.8a1.228,1.228,0,0,1,0-1.733h0a1.228,1.228,0,0,1,1.733,0l7.815,7.815a1.118,1.118,0,0,1,0,1.573L13.929,26.27a1.228,1.228,0,0,1-1.733,0h0A1.228,1.228,0,0,1,12.2,24.537Z' transform='translate(-11.839 -8.709)'/%3E%3C/svg%3E");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

