/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}


/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 340px;
  width: auto;
  padding: 16px;
  margin-top: -40px;
  color: red;
  font-weight: bold;
  font-size: 32px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


#bilderbeschriftung {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
        position: absolute; 
        top: 663px;
	margin: auto;
	width: 1000px;
	background: black;
	color: white;
	text-align: center;
        font-size: 22px;
	background-position: center;
	z-index: 1000;
}



