.item .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.item .video-wrapper iframe,
.item .video-wrapper object,
.item .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.referenzen.square .owl-item .item .carousel-caption {
  bottom: -45px;
  min-height: 115px;
  padding-left: 15px;
  padding-right: 15px;
}

.square .owl-item {
  aspect-ratio: 1;
}
.square .owl-item .item {
  height: 100%;
  width: auto;
  max-width: none;
  overflow: hidden;
  position: relative;
  border-radius: 20px 0px 20px 20px;
  border: 2px solid #0B4054;
}
.square .owl-item .item .carousel-caption {
  left: 0 !important;
  right: 0 !important;
  top: auto;
  bottom: -55px;
  z-index: 2;
  transition: all 0.75s ease-in;
  pointer-events: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  padding-bottom: 5px;
  padding-top: 5px;
  background: fade(#0B4054, 75%);
  text-align: left;
  font-size: 0.75rem;
  justify-content: flex-start;
}
.square .owl-item .item .carousel-caption:before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1;
  position: absolute;
  right: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  top: 10px;
}
.square .owl-item .item .carousel-caption p {
  pointer-events: auto;
  margin-bottom: 0.5rem;
}
.square .owl-item .item .carousel-caption p a {
  color: #FFF;
}
.square .owl-item .item:hover .carousel-caption, .square .owl-item .item:focus .carousel-caption {
  bottom: 0%;
}
.square .owl-item .item:hover .hover + .preview img, .square .owl-item .item:focus .hover + .preview img {
  opacity: 0;
}
.square .owl-item .item img {
  width: auto;
  height: 100%;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
.square .owl-item .item .preview img {
  position: relative;
  z-index: 1;
  transition: opacity 0.75s ease-in;
  opacity: 1;
}
.square .owl-item .item .hover {
  z-index: 0;
}
.square .owl-item .item .hover img {
  position: absolute;
  top: 0;
  max-height: 100%;
}

.owl-carousel .owl-nav .tdowl-next, .owl-carousel .owl-nav .tdowl-prev {
  position: absolute;
  top: calc((100% - 70px) / 2);
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.75;
  transition: opacity 0.15s ease;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 65%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233EB1B8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  background-color: transparent;
  text-indent: 9999px;
  height: 70px;
  width: 50px;
}
.owl-carousel .owl-nav .tdowl-next:focus, .owl-carousel .owl-nav .tdowl-prev:focus {
  border-radius: 20px;
  outline: 1px;
  color: #ccc;
}
.owl-carousel .owl-nav .tdowl-next:hover, .owl-carousel .owl-nav .tdowl-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  background-color: transparent;
}
.owl-carousel .owl-nav .tdowl-next {
  border: 0;
  box-shadow: none;
  right: 0;
}
.owl-carousel .owl-nav .tdowl-prev {
  border: 0;
  box-shadow: none;
  left: 0;
  transform: rotate(180deg);
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
}
.owl-carousel.pagination-rechteck .owl-dot span {
  border-radius: 0;
  height: 20px;
  width: 25px;
}
.owl-carousel.pagination-kreis_border .owl-dots .owl-dot span {
  border: 1px solid #fff;
}
.owl-carousel .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1339px) {
  .square.mitarbeiter .owl-item .item .carousel-caption {
    height: 100%;
    bottom: -125px;
  }
  .square.mitarbeiter .owl-item .item .carousel-caption p:first-child {
    min-height: 60px;
  }
}
@media only screen and (max-width: 1339px) {
  .square.mitarbeiter .owl-item .item .carousel-caption {
    height: 100%;
    bottom: auto;
    top: calc(100% - 50px);
  }
  .square.mitarbeiter .owl-item .item .carousel-caption p:first-child {
    min-height: 0px;
  }
  .square.mitarbeiter .owl-item .item .carousel-caption:hover, .square.mitarbeiter .owl-item .item .carousel-caption:focus {
    top: calc(100% - 100px);
  }
}

/*# sourceMappingURL=tdowlslider.css.map */
