.etmal-container {
  position:relative;
  width: 100%;
  max-width: 900px;
  height: auto;
/*  border: 1px solid blue;
*/
}

.etmal-text {
/*  margin-top: 2.5rem;
*/
}

.etmal-images {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  float:left;
/*  border: 1px solid red;
*/
  margin-right: 10px;
}

.etmal-image {
  position: absolute;
  width: 100%;
}
.portrait {
  position: absolute;
  width: 56.25%;
  left: 22%;
}
.portrait-video-vertical {
  position: absolute;
  width: 42%;
  left: 29%;
}
.portrait-video-horizontal {
  position: absolute;
  top: 30%;
  width: 60%;
  left: 20%;
}
/* placeholder stretches the images to image-size */
.etmal-placeholder {
  position:relative;
  width: 100%;
  visibility: hidden;
}

.etmal-img-nav-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  border: 1px solid black;
  opacity: 0.4;
  box-shadow: none;
  border-radius: 2px;
  height:2.5rem;
  width:2.5rem;
  cursor: pointer;
}
.etmal-img-nav-button:hover {
  opacity: 0.8;
}

.etmal-img-nav-button:active {
/*  transform:translateY(0);*/
  opacity: 0.8;
  border-bottom-style: none;
  border-right-style: none;
}
.etmal-img-prev-button {
  left: 0;
}
.etmal-img-next-button {
  right: 0;
}

.etmal-container-nav-button {
  position: absolute;
  top: 0;
  font-weight: bold;
  border: 1px solid black;
  box-shadow: none;
  border-radius: 2px;
  height:2.5rem;
  width:2.5rem;
  background:#393939;
  opacity: 0.4;
  color: white;
  cursor: pointer;
}
.etmal-container-nav-button:hover {
  opacity: 0.8;
}
.etmal-container-nav-button:active {
  opacity: 0.8;
  border-bottom-style: none;
  border-right-style: none;
}
.etmal-container-prev-button {
  left: 0;
}
.etmal-container-next-button {
  right: 0;
}

.etmal-text-headline {
  font-weight: bold;
  display: block;
}
.etmal-text-text {
  display: block;
  /* Blocksatz */
  text-align: justify;
  /* Silbentrennung */
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.etmal-text-emptyline {
  padding-top: 10px;
}
