@media (min-width: 992px) {
  .bookInfoContent-author {
    margin-bottom: 40px;
  }
}

.bookInfoContent-title {
  margin-bottom: 10px;
  font-size: 24px;
  hyphens:auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}

@media (min-width: 768px) {
  .bookInfoContent-title {
    font-size: 32px;
  }
}

.bookInfoContent-subTitle {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 768px) {
  .bookInfoContent-subTitle {
    font-size: 24px;
  }
}

.bookInfoContent-buttons {
  margin-top: 20px;
}

.bookInfoContent-buttons::after {
  clear: both;
}

@media (min-width: 768px) {
  .bookInfoContent-buttons {
    margin-top: 40px;
  }
}

.bookInfoContent-buttons .btn {
  float: left;
  text-align: left;
}

@media (min-width: 768px) {
  .bookInfoContent-buttons .btn {
    padding: 10px;
  }
}

.bookInfoContent-buttons .btn:not(:last-child) {
  margin-right: 15px;
}

.bookInfoContent-buttons .btn.is-active {
  color: white;
  background-color: #0092bc;
  pointer-events: none;
  cursor: pointer;
  margin-bottom: 20px;
}

.bookInfoContent-buttons .btn span {
  display: block;
  margin-bottom: 5px;
}

.bookInfoContent-buttons #more-formats span.price .icon{
  margin-top:4px;
  float:right;
}

/***Mousover Text mehr Formate***/
.bookInfoContent-buttons #more-formats {
	position:relative;
}
.bookInfoContent-buttons #more-formats .more-formats-box {
    position:absolute;
    margin-right: 0;
    margin-top: 0;
    padding: 20px 10px;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    right: 0;
    min-width: 250px;
    top: 100%;
    z-index: 1000;
    line-height:20px;
}
.bookInfoContent-buttons #more-formats .more-formats-box a span{
	float:right;
	margin-bottom:0;
}
.bookInfoContent-buttons #more-formats .more-formats-box a span span{
	float:none;
}
.bookInfoContent-buttons #more-formats .more-formats-box a:hover span{
	text-decoration:underline;
}
.bookInfoContent-buttons #more-formats .more-formats-box a {
	padding:3px 0;
	display:block;
	border-bottom:1px solid #e8e8e8;
}
.bookInfoElement-main .bookInfoContent .bookCover {
  	display:none;
  	max-width: 70%;
  }
  @media (max-width: 991px) {
  .bookInfoContent {
    float: left;
  }
} 
@media (max-width: 767px) {
  .bookInfoElement-main .bookInfoContent .bookCover {
  	display:block;  
  }
}
@media (max-width: 331px) {
  .bookInfoContent-buttons #more-formats .more-formats-box {
  	  right: auto;
  	  left: 0;
  }
}

