/* Bühne */
.statement {
    position: relative;
    width: 100%;
    height: 750px;
  }
  .statement h4 {
    padding-bottom: 0;
    margin-bottom: 2px;
  }

  .buchdetails {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 800;
    color: #333;
  }
@media screen and (min-width: 1200px) {
  .buchdetails {
    font-weight: 800;
    font-size: 20px;
    line-height: 148%;
    color: #000;
    padding-bottom: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

  /* Softcover */
  .a8-bund-soft {
    position: absolute;
    top: 95px;
    left: 30px;
    width: 250px;
  }
  .a8-seitenleim-soft {
    position: absolute;
    top: 0;
    left: 310px;
    width: 250px;
  }
  .a8-umschlag-soft {
    position: absolute;
    top: 110px;
    right: 20px;
    width: 250px;
  }
  .a8-buchruecken-soft {
    position: absolute;
    top: 372px;
    left: 0px;
    width: 250px;
  }
  .a8-rille-soft {
    position: absolute;
    bottom: 0px;
    right: 280px;
    width: 270px;
  }
  .a8-buchblock-soft {
    position: absolute;
    bottom: 190px;
    right: 0px;
    width: 250px;
  }
  .a8-buch-soft {
    position: absolute;
    bottom: 120px;
    left: 60px;
    width: 646px;
    height: 555px;
    z-index: -1;
  }
  /* Hardcover */
  .a8-bund-hard {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 250px;
  }
  .a8-gaze-hard {
    position: absolute;
    top: 0;
    right: 20px;
    width: 250px;
  }
  .a8-buchruecken-hard {
    position: absolute;
    top: 362px;
    left: 0px;
    width: 250px;
  }
  .a8-gelenk-hard {
    position: absolute;
    bottom: 0px;
    right: 310px;
    width: 270px;
  }
  .a8-buchblock-hard {
    position: absolute;
    bottom: 240px;
    right: 0px;
    width: 250px;
  }
  .a8-buch-hard {
    position: absolute;
    bottom: 135px;
    left: 110px;
    width: 646px;
    height: 555px;
    z-index: -1;
  }
  /* Hardcover mit Buchschrauben */
  .a8-bund-schrauben {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 250px;
  }
  .a8-cover-schrauben {
    position: absolute;
    top: 0;
    right: 20px;
    width: 250px;
  }
  .a8-buchruecken-schrauben {
    position: absolute;
    top: 283px;
    left: 0px;
    width: 250px;
  }
  .a8-steg-schrauben {
    position: absolute;
    bottom: 10px;
    right: 300px;
    width: 270px;
  }
  .a8-inhaltsseiten-schrauben {
    position: absolute;
    bottom: 145px;
    right: 0px;
    width: 250px;
  }
  .a8-buch-schrauben {
    position: absolute;
    bottom: 200px;
    left: 139px;
    width: 646px;
    height: 555px;
    z-index: -1;
  }
  /* Metall-Ringbindung Ringbuch (Spiralbindung) */
  .a8-bund-ring {
    position: absolute;
    top: 60px;
    left: 50px;
    width: 250px;
  }
  .a8-deckblatt-ring {
    position: absolute;
    top: 0;
    right: 20px;
    width: 250px;
  }
  .a8-ringbindung-ring {
    position: absolute;
    top: 343px;
    left: 0px;
    width: 250px;
  }
  .a8-rueckblatt-ring {
    position: absolute;
    bottom: 40px;
    right: 300px;
    width: 270px;
  }
  .a8-buchblock-ring {
    position: absolute;
    bottom: 210px;
    right: 0px;
    width: 250px;
  }
  .a8-buch-ring {
    position: absolute;
    bottom: 150px;
    left: 130px;
    width: 646px;
    height: 555px;
    z-index: -1;
  }
  