/* hyphens */
#block-leiste > .inner {
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

/* TEXT AUF HAUPTBILD */
.camera_caption_title {
    font-size: 1.5rem;
    font-style: normal;
  	text-transform: uppercase;
  	font-weight: normal;
  	text-align: center;
}
.camera_caption_desc {
    font-size: 1.2rem;
    font-style: normal;
  	text-transform: uppercase;
  	margin-top: 0.15rem;
	text-align: center;
    font-weight: bold;
}
.camera_caption > div {
    background: rgba(0, 0, 0, 0.75);
	padding: 2rem;
	height: 100%;
	margin: 0 auto;
	width: 30rem;
}

/* MARGIN BOTTOM FÜR ABSATZ */
.start-abstand br {
	margin-bottom: 0.5rem;
}

/* BUTTON */
button {
  background-color: #878787;
  border: none;
  color: #ffffff;
  padding: 0.5rem 4rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
}