.bookInfoElement:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .bookInfoElement-aside {
    width: 270px;
    float: left;
    margin-right: 40px;
    position:relative;
  }
}

.bookInfoElement-aside .bookCover {
  max-width: 70%;
  margin-bottom: 10px;
  display:none;
}

@media (min-width: 768px) {
  .bookInfoElement-aside .bookCover {
    max-width: 270px;
    display:block;
  }
}
.bookscreenerbtn:hover {
	opacity: 0.7;
}
.bookInfoElement-aside .btn-bookmark {
  margin-bottom: 10px;
  margin-left: -8px;
}

.bookInfoElement-aside .text {
  margin-bottom: 20px;
}

.bookInfoElement-aside .text p {
  margin-bottom: 20px;
}

.bookInfoElement-main {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .bookInfoElement-main {
    float: right;
    width: calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .bookInfoElement-main:after {
    content: "";
    display: table;
    clear: both;
  }
}

.bookInfoElement-main .bookInfoContent {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .bookInfoElement-main .bookInfoContent {
    width: 55%;
    float: left;
    padding-right: 40px;
  }
}

.bookInfoElement-main .bookBuyCTA {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .bookInfoElement-main .bookBuyCTA {
    width: 45%;
    float: left;
  }
}

@media (min-width: 992px) {
  .bookInfoElement-main .collapsible {
    clear: both;
  }
}

.bookInfoElement-bookmark {
  margin-bottom: 10px;
  display: inline-block;
}

.bookInfoElement-main .textCollapsible .text > p, .bookInfoElement-main .textCollapsible .text > div{
  display:none;
}

.bookInfoElement-main .textCollapsible .text > p.is-active,.bookInfoElement-main .textCollapsible .text > div.is-active{
  display:block;
}

.bookInfoElement-aside .bookCover .listsort-position2,.bookInfoElement .bookCover .listsort-position2,.itemcovertitle .bookCover .listsort-position2 {
	background: #009fe3;
	color: #ffffff;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: absolute;
	z-index: 9999;
	top: -15px;
	left: -10px;
	padding: 20px 0;
}
.bookInfoElement-aside .bookCover .listsort-position2.zusatz, .bookInfoElement .bookCover .listsort-position2.zusatz, .itemcovertitle .bookCover .listsort-position2.zusatz {
	background: #1b9d30;
}
.bookInfoElement-aside .bookCover .listsort-position2.zusatz.ebook, .bookInfoElement .bookCover .listsort-position2.zusatz.ebook, .itemcovertitle .bookCover .listsort-position2.zusatz.ebook {
	background: #ed660a;
}