
/*@import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400italic);

@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400italic);*/

#inhalt {
  margin: 0 auto;
  margin-top: 15vH;
  width: 40%;
}
#bild {
  width: 100%;
  height: 60vH;
  border: solid 1px #777;
}
#titel {
  padding-top: 8px;
  width: 100%;
  text-align: center;
  color: #777;
}
.o1r {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 260px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  opacity: 0;
}

.o1_bg {
  font-family: 'Old Standard TT', serif;
  font-size: 20px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  
  margin: 6px;
  text-align: center;
  width:388px;
  height:153px;
  padding-top:95px;
}

.großgeschrieben {
  text-transform: capitalize;
}