.paragraph_style_6 {
  line-height: 1.5;
  text-align: justify;
}
.big_link {
  font-size: 37px;
  display: block;
  text-align: center;
}
.text_heidelberg {
  width: 66%;
  margin: auto;
}

.literatur-musik {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.literatur-musik img:nth-child(1) {
  margin-top: 60px;
  margin-bottom: 37px;
}

.literatur-musik img:nth-child(2) {
  width: 50%;
  margin: auto;
  min-width: calc(min(300px, 70%));
  max-width: 100%;
}

@media (max-width: 920px) {
  .big_link {
    font-size: 5vw;
  }
  .text_heidelberg {
    width: 80%;
  }
}
