.shadow-effect {
  background: #f2f0e7;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 38px 38px rgba(0, 0, 0, 0.1), 9px 10px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;

}

.containerxx {
  margin-left: 20%;
  margin-right: 20%;
}

.k_text {
  color: black;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 27px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;

}

.verweis,
.verweis:visited {
  color: #ffffff;
}

.containerxx {

  border-left: auto;
  border-right: auto;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #7493bc;
  padding: 9px 25px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 27px;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 5px;
  margin-bottom: 8px;
  opacity: .2;
  transform: scale3d(0.7, 0.7, 1);
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 50%;
  margin: 0 auto;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #61411d;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #61411d;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}