.monistimestripebox {
 width:600px; height:100%;
}

.monistimeleft {
 float:left; width:150px;
}

.monistimeright {
 float:left; width:280px;
}

.monistimestripe {
 width:5px; height:120px; background-color: #3B3B3B; margin:auto;
}

.monistimeava {
outline: 1px solid #1B1B1B !important; outline-offset: 10px; height:100px; width:100px; background-blend-mode: multiply, color, normal;  margin:25px; background-size: cover;  float:left;  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.monstimebubble {
position: relative;
  background: var(--forenfarbe3);
  font-family: var(--schriftklein);
  font-size: 12px;
  line-height: 30px;
  text-align: justify;
  width: 350px;
  height: 180px;
  border-radius: 10px;
  padding: 40px;
  overflow: auto;
  color: #BAB8B8;
  margin: 10px;
}

.monistimetitel {
  font-family: var(--schriftheader); color: var(--textbold); line-height:-30px; font-size:30px;
}

.monistimetitel2 {
   font-family: var(--schriftklein); font-size:12px; color:#BAB8B8; text-transform: uppercase;
}


		