.buch-titel {font-size: 22px; color: #10217b; font-weight: 700; margin: 0px}
.buch-autor {margin: 0px; padding: 0px; font-size: 20px;color: #10217b; padding-bottom: 10px;}
.buch-text { color: #4e4e4e; /* font-size: 18px; line-height: 32px; */}
.buch-preis {font-size: 30px; font-weight: 900; color: #10217b;}
.buch-img img {width: 100%; height: 100%;}
.share-popup {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: white;border: 1px solid #ccc;border-radius: 5px; padding: 20px;z-index: 10000 !important;}
.overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 9999!important;}
a.buch-kaufen, a.buch-empfehlen {display: block; width: 45%; max-width: 330px; text-align: center; color: #fff; font-size: 16px; padding: 10px 0px; float: left; margin-right: 15px;}
a.buch-kaufen { background-color: #10217b;}
a.buch-empfehlen { background-color: #b2b2b2;}
a.buch-kaufen:hover { background-color: #1079c6; color: #fff;}
a.buch-empfehlen:hover {background-color: #4e4e4e; color: #fff;}
.share-buttons a {display: inline-block; transition: 0.5s; color: #10217b; padding: 0px 16px 0px 0px; }
.share-buttons a:hover {text-decoration: none;color: #1079c6;}
.buch-row {margin-bottom: 96px;}
.category-links {display: block; padding: 48px 0px 64px 0px}
.category-link {color: #10217b; margin-right: 16px; font-size: 20px;transition: 0.5s;display: inline-block;}
.category-link:hover {color: #1079c6;}
.category-link.active {color: #1079c6;}
.category-link.active:hover {color: #10217b;}

@media screen and (max-width: 767px) {
  .buch-img {padding-bottom: 24px;}
  .buch-img img {width: 100%; max-width: 250px; height: auto; margin: 0 auto;}
}