.bookListInfoElementWrapper .bookListInfoElement {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bcf0ff;
}
#checkliste .bookListInfoElementWrapper .bookListInfoElement {
  background-color: #e0f2fe;
  padding: 25px;
  margin: 10px 0;
  border: none;
}
.bookListInfoElementWrapper .bookListInfoElement:first-child {
  border-top: 1px solid #bcf0ff;
}
.bookListInfoElementWrapper .bookListInfoElement-innerwrap {
  padding: 20px 20px;float: left;width: 100%;background-color: #e0f2fe;
}
.bookListInfoElementWrapper.bestsellerwrapper .bookListInfoElement:first-child {
  border-top: none;
}

.bookListInfoElementWrapper .bookListInfoElement:last-child {
  border-bottom: none;
}

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

@media (min-width: 480px) {
  .bookListInfoElement-aside {
    width: 195px;
    float: left;
  }
  .bookListInfoElement-aside2 {
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 15px;
  }
}

.bookListInfoElement-aside .bookCover {
  margin-bottom: 10px;
  max-width: 130px;
}

.bookListInfoElement-aside .bookCover .listsort-position {
	background: #009fe3;
    color: #ffffff;
    width:40px;
    height:40px;
    border-radius: 20px;
    font-size: 20px;
    font-weight:bold;
    line-height: 40px;
    text-align:center;
    position: absolute;
    z-index: 9999;
    top:-10px;
    left:-5px;
}

.bookListInfoElement-aside .bookCover .listsort-position2 {
	background: #009fe3;
	color: #ffffff;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: -15px;
	left: -10px;
	padding: 20px 0;
}
.bookListInfoElement-aside .bookCover .listsort-position2.zusatz.ebook {
    background: #ed660a;
}
.bookListInfoElement-aside .bookCover .listsort-position2.zusatz {
	background: #1b9d30;
}
.bookListInfoElement-aside .bookCover .listsort-position2.empf {
	background: #f8aa00;
}
.bookListInfoElement-aside .bookCover .listsort-position2.basis {
	background: #009fe3;
}
.bookListInfoElement-aside .bookCover .listsort-position2.weiter {
	background: #3fa535;
  padding: 12px 0;
}
.bookListInfoElement-aside .bookCover .listsort-position2.uebung {
	background: #283583;
}
.bookListInfoElement-aside .bookCover .listsort-position2.muendlich {
	background: #e6007e;
}
.bookListInfoElement-aside .bookCover .listsort-position2.basis1 {
	background: #cd1719;
  padding: 12px 0;
}
.bookListInfoElement-aside .bookCover .listsort-position2.basis2 {
	background: #f59a30;
  padding: 12px 0;
}
.bookListInfoElement-aside .bookCover .listsort-position2.bottom {
  bottom: -10px;
  top: auto;
}
.bookListInfoElement-aside .bookCover .listsort-position2.right {
  left: auto;
  right: -10px;
}

@media (min-width: 480px) {
  .bookListInfoElement-aside .bookCover {
    max-width: 190px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .bookListInfoElement-aside .bookCover {
    max-width: 220px;
    width: 100%;
  }
}

.bookListInfoElement-main, .bookListInfoElement-main2 {
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .bookListInfoElement-main {
    float: right;
    width: calc(100% - 225px);
    margin-bottom: 0;
  }
  .bookListInfoElement-main2 {
    float: right;
    width: calc(100% - 215px);
    margin-bottom: 0;
    position: relative;
  }
  .bookListInfoElement-main2 .bookListInfoContent {
  	 width: 100%;
  	 float:left;
  }
}

@media (min-width: 768px) {
  .bookListInfoElement-main2 {
    float: right;
    width: calc(100% - 215px);
    margin-bottom: 0;
    position: relative;
  }
  .bookListInfoElement-main2 .bookListInfoContent {
  	 width: calc(100% - 200px);
  	 float:left;
  }
}

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

@media (min-width: 992px) {
  .bookListInfoElement-main .bookListInfoContent {
    padding-right: 40px;
  }
  .bookListInfoElement-main2 .bookListInfoContent {
    padding-left: 40px;
  }
  .insidePage .bookListInfoElement-main .bookListInfoContent {
    padding-right: 0;
  }
}

.bookListInfoElementWrapper.bestsellerwrapper .tab-content {
	display: none;
}
.bookListInfoElementWrapper.bestsellerwrapper .tab-content.current {
	display: block;
}