* {
    box-sizing: border-box;
}

.container {
    position: relative;
    display: flex;
}

.slideshow-container {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  text-align: center;
}

.slide.active {
    opacity: 1;
    position: relative;
    height: 21em;
}

@media (min-width: 80em) {
    .StartBildLogoRechts{
        height: 12em;
        margin-bottom: 0.3em;
        margin-left: 0.4em;
        margin-right: 3em;
    }

    #wechselBild, .StartBildGross{
        height: 21em;
    }
}

@media (50em <= width <=80em) {
    .StartBildLogoRechts{
        height: 8em;
        margin-bottom: 0.3em;
        margin-left: 0.4em;
        margin-right: 3em;
    }

    #wechselBild, .StartBildGross{
        height: 19em;
    }
}

@media (width < 50em) {
    .StartBildLogoRechts{
        height: 8em;
        margin-left: 0.4em;
    }

    #wechselBild, .StartBildGross{
        margin-top: 3em;
        margin-bottom: 2em;
        height: 15em;
    }
}

.prev, .next {
  cursor: pointer;
  padding: 0.8em;
  color: white;
  font-weight: bold;
  -webkit-user-select: none;
    user-select: none;
  border-radius: 0.3em;
}

.prev {
    margin-right: 2em;
}

.next {
    margin-left: 2em;
}

.dots {
  text-align: center;
  padding: 0.8em;
}

.dot {
  cursor: pointer;
  height: 0.9em;
  width: 0.9em;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot, .dot:hover {
  background-color: #717171;
}

h5 {
    font-size:0.9em;
    font-family:"Lucida Bright",serif
}