.vendor-img{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 95%;
    height: 146px;

}
@import url(https://fonts.googleapis.com/css?family=Exo:100);
* {margin: 0; padding: 0; border: 0 none;}

.slideshowContainer {
  position: relative;
  overflow: hidden;
  margin: 0px 0 px;
  width: 100%;
  height: 450px;
}

.imageSlides {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

/* add 'visible' class via Javascript */
.visible {
  opacity: 1;
}

.slideshowArrow {
  font-size: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
  opacity: 0.1;
}

#leftArrow {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#rightArrow {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(50%, -50%);
}

.slideshowCircles {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-in-out;
}

.dot {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 2px rgba(255, 255, 255, 0.5);
}


.titelon{
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    justify-content: center;
    bottom: 0;
    align-items: center;
    font-size: 5vw;
    font-weight: 600;
    font-variant-caps: all-petite-caps;
    color: white;
}
.titel2{
    padding: 20px 20px 35px 20px;
    font-weight: bolder;
    font-family: initial;
    text-align: center;
    letter-spacing: 5px;
    background: rgba(158, 134, 134, 0.47);
    /* border: 3px solid; */
    color: #ffffff;
    /* box-shadow: 3px 3px black; */
    text-shadow: 4px 3px #0000008a;
}