/* T3up-Imageslider   */
.t3upslider * {
  margin: 0;
}
.t3upslider .slides {
  overflow: hidden;
  /*max-width: 100%*/
  position: relative;
}
.t3upslider .slider-description {
  bottom: 0;
  background: rgba(69, 69, 69, 0.5);
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
}
.t3upslider .slider-description > * {
  font-size: 1.5rem;
  color: #fff !important;
  display: block;
  width: auto;
  padding: 1rem;
}
/* stil1 */
.t3upslider.style-Stil1 .slider-description {
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.t3upslider.style-Stil2 .slider-description span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  white-space: break-spaces;
}
