.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}
.tes-main {
  margin-right: -15px;
  margin-left: -15px;
}
.slick-slide img {
  display: block;
}
.tes-main.slick-slider .slick-list, .tes-main.slick-slider .slick-track {
  padding-bottom: 10px !important;
}
.tes-main.slick-slider .slick-list, .tes-main.slick-slider .slick-track {
  display: flex;
  padding: 0 !important;
  padding-bottom: 10px !important;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tes-main.slick-initialized .slick-slide {
  height: initial !important;
}
.tes-main .slick-slide {
  margin: 15px;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.tes-items.slick-slide .tes-inner {
  opacity: .4;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.tes-items.slick-slide.slick-center .tes-inner {
  cursor: grab;
  opacity: 1;
  border-color: transparent;
  -webkit-box-shadow: 0 5px 12px 8px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  box-shadow: 0 5px 12px 8px rgb(0 0 0 / 10%);
}
.tes-main .tes-inner {
  background-color: rgba(255, 255, 255,1.0);
}
.tes-inner {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tes-descri {
  display: flex;
}
.tes-descri span {
  padding: 0;
  margin: 0;
  margin-top: -3px;
}
.tes-img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 100%;
  overflow: hidden;
}
.tes-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.tes-name {
  padding-left: 75px;
}
.tes-name h6 {
  margin: 0 0 5px 0;
}
.tes-name .designation {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.tes-name .unternehmen {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.tes-main .slick-dots {
  bottom: -30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.tes-main ul.slick-dots li {
  padding-left: 0;
}
.tes-main .slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.tes-main .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(26,26,26,0.25);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.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: 0;
  background: 0 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: ea7b7b;
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 12px;
  position: absolute;
  top: 0;
  left: -3px;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ea7b7b;
  opacity: 1;
}
