#danteListView {
  .mainInfo {
    .row {
      &.loading {
        background-image: url("https://commons.digitalebibliothek.gbv.de/prizepapers/images/entityRelations/preloaderBlack.svg");
        background-position: left center;
        background-size: 70px 70px;
      }
      height: 70px;
    }
    padding-top: 80px;
    padding-bottom: 80px;

    .title {
      color: #3f84c5;
      font-family: Roboto;
      font-size: 32px;
      font-weight: 700;
      letter-spacing: 0.64px;
      line-height: 45px;
    }

    .definition {
      color: #212121;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
    }
  }

  .recordInfo {
    padding-bottom: 150px;

    .container.fullwidth {
      padding-top: 80px;
      padding-bottom: 80px;
      border-bottom: 1px solid white;

      &:nth-child(odd) {
        background-color: #467db1;
      }
    }

    .container {
      &.loading {
        height: 140px;
        background-image: url("https://commons.digitalebibliothek.gbv.de/prizepapers/images/entityRelations/preloaderBlack.svg");
        background-position: left top;
        background-size: 70px 70px;
        margin-top: 30px;
      }
    }

    .row {}

    .title {
      color: #fcfcfc;
      font-family: Roboto;
      font-size: 32px;
      font-weight: 400;
      line-height: 35px;
    }

    .definition {
      color: #fcfcfc;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      padding-right: 70px;
    }

    .image {
      padding-left: 70px;

      img {
        max-height: 300px;
        border-radius: 1px;
      }

      .imageBlank {
        width: 200px;
        min-height: 200px;
        background-image: url("https://commons.digitalebibliothek.gbv.de/prizepapers/images/danteListPage/imageBlank.svg");
      }
    }

    .show {
      color: #fcfcfc;
      font-family: Roboto;
      font-size: 26px;
      font-weight: 400;
      line-height: 35px;
      margin-top: 34px;

      .count {
        display: inline;
      }

      .searchButton {
        background-image: url("https://commons.digitalebibliothek.gbv.de/prizepapers/images/danteListPage/searchButton.svg");
        width: 19px;
        height: 18px;
        display: inline-block;
        margin-left: 15px;

        a {
          width: 100%;
          height: 100%;
          display: block;
        }
      }
    }
  }
}
@media all and (max-width:1024px) {
  .mainInfo {
    .row {
      &.loading {}
    }

    .title {}

    .definition {}
  }

  .recordInfo {
    .container.fullwidth {
      &:nth-child(odd) {}
    }

    .container {
      &.loading {}
    }

    .row {}

    .title {}

    .definition {}

    .image {
      display: none;

      img {}

      .imageBlank {}
    }

    .show {
      .count {}

      .searchButton {
        a {}
      }
    }
  }
}