#sjs-latest-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.sjs-latest-main {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.sjs-latest-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding: 15px 20px;
  max-width: 500px;
  border-radius: 4px;
}

.sjs-latest-overlay h2 {
  font-size: 1.8rem;
  margin: 5px 0;
}

.sjs-latest-overlay a {
  color: #b58b58;
  text-decoration: none;
  font-weight: bold;
}

.sjs-latest-nav {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.sjs-latest-nav .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin: 0 3px;
  opacity: 0.5;
  cursor: pointer;
}

.sjs-latest-nav .dot.active {
  opacity: 1;
  background: #b58b58;
}

/* Überschrift */
.sjs-latest-heading {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;

}

/* Weißer Titel */
.sjs-title-white {
  color: #fff;
}
