@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i);@charset "UTF-8";

/* stylelint-disable
    selector-list-comma-newline-after,
    declaration-block-no-shorthand-property-overrides,
    declaration-block-no-duplicate-properties,
    selector-no-type */

/*
 * Based on: http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * License: none (public domain)
 */

html,
body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
button,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  text-align: inherit;
}

input,
textarea {
  font: inherit;
}

@-webkit-keyframes bounceLoader {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceLoader {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.gridContainer,
.BookPage {
  padding: 13px 0;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  font-size: 0;
  font-weight: 400;
}

.gridContainer > .grid__group,
.BookPage > .grid__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gridContainer > .grid,
.BookPage > .grid {
  font-size: 14px;
}

.gridContainer > .grid > .col,
.BookPage > .grid > .col {
  font-size: 14px;
  padding: 50px 0;
  text-align: center;
  height: 100%;
}

.gridContainer > .grid > .col > span,
.BookPage > .grid > .col > span {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.gridContainer > .grid_12,
.BookPage > .grid_12 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.gridContainer > .grid_12 > *,
.BookPage > .grid_12 > * {
  width: 100%;
}

.gridContainer > .grid_12 > .col,
.BookPage > .grid_12 > .col {
  background: #d8555c;
}

.gridContainer > .grid_11,
.BookPage > .grid_11 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 11);
}

.gridContainer > .grid_11 > *,
.BookPage > .grid_11 > * {
  width: 100%;
}

.gridContainer > .grid_11 > .col,
.BookPage > .grid_11 > .col {
  background: aquamarine;
}

.gridContainer > .grid_10,
.BookPage > .grid_10 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 10);
}

.gridContainer > .grid_10 > *,
.BookPage > .grid_10 > * {
  width: 100%;
}

.gridContainer > .grid_10 > .col,
.BookPage > .grid_10 > .col {
  background: #802218;
}

.gridContainer > .grid_9,
.BookPage > .grid_9 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 9);
}

.gridContainer > .grid_9 > *,
.BookPage > .grid_9 > * {
  width: 100%;
}

.gridContainer > .grid_9 > .col,
.BookPage > .grid_9 > .col {
  background: #40804f;
}

.gridContainer > .grid_8,
.BookPage > .grid_8 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.gridContainer > .grid_8 > *,
.BookPage > .grid_8 > * {
  width: 100%;
}

.gridContainer > .grid_8 > .col,
.BookPage > .grid_8 > .col {
  background: #804775;
}

.gridContainer > .grid_7,
.BookPage > .grid_7 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 7);
}

.gridContainer > .grid_7 > *,
.BookPage > .grid_7 > * {
  width: 100%;
}

.gridContainer > .grid_7 > .col,
.BookPage > .grid_7 > .col {
  background: #1f4e80;
}

.gridContainer > .grid_6,
.BookPage > .grid_6 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 6);
}

.gridContainer > .grid_6 > *,
.BookPage > .grid_6 > * {
  width: 100%;
}

.gridContainer > .grid_6 > .col,
.BookPage > .grid_6 > .col {
  background: #3b8044;
}

.gridContainer > .grid_5,
.BookPage > .grid_5 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 5);
}

.gridContainer > .grid_5 > *,
.BookPage > .grid_5 > * {
  width: 100%;
}

.gridContainer > .grid_5 > .col,
.BookPage > .grid_5 > .col {
  background: #65c1ff;
}

.gridContainer > .grid_4,
.BookPage > .grid_4 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.gridContainer > .grid_4 > *,
.BookPage > .grid_4 > * {
  width: 100%;
}

.gridContainer > .grid_4 > .col,
.BookPage > .grid_4 > .col {
  background: #87ff99;
}

.gridContainer > .grid_3,
.BookPage > .grid_3 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 6);
}

.gridContainer > .grid_3 > *,
.BookPage > .grid_3 > * {
  width: 100%;
}

.gridContainer > .grid_3 > .col,
.BookPage > .grid_3 > .col {
  background: gold;
}

.gridContainer > .grid_2,
.BookPage > .grid_2 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 2);
}

.gridContainer > .grid_2 > *,
.BookPage > .grid_2 > * {
  width: 100%;
}

.gridContainer > .grid_2 > .col,
.BookPage > .grid_2 > .col {
  background: #a88234;
}

.gridContainer > .grid_1,
.BookPage > .grid_1 {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.gridContainer > .grid_1 > *,
.BookPage > .grid_1 > * {
  width: 100%;
}

.gridContainer > .grid_1 > .col,
.BookPage > .grid_1 > .col {
  background: teal;
}

@media (min-width: 996px) {
  .gridContainer,
  .BookPage {
    max-width: 996px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .gridContainer > .grid_8,
  .BookPage > .grid_8 {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 8);
  }

  .gridContainer > .grid_8 > *,
  .BookPage > .grid_8 > * {
    width: 100%;
  }

  .gridContainer > .grid_4,
  .BookPage > .grid_4 {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 4);
  }

  .gridContainer > .grid_4 > *,
  .BookPage > .grid_4 > * {
    width: 100%;
  }

  .gridContainer > .grid_3,
  .BookPage > .grid_3 {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 3);
  }

  .gridContainer > .grid_3 > *,
  .BookPage > .grid_3 > * {
    width: 100%;
  }

  .gridContainer > .grid_1,
  .BookPage > .grid_1 {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 1);
  }

  .gridContainer > .grid_1 > *,
  .BookPage > .grid_1 > * {
    width: 100%;
  }
}

/* stylelint-disable selector-list-comma-newline-after, selector-no-type */

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  background-color: white;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
}

body,
button,
input {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

a {
  color: #891217;
}

a:not(:hover) {
  text-decoration: none;
}

a,
button {
  cursor: pointer;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: 500;
}

.embeddedVideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.embeddedVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desktop-only {
  display: none;
}

@media (min-width: 996px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.hide-desktop {
  display: block;
}

@media (min-width: 996px) {
  .hide-desktop {
    display: none;
  }
}

.Footer {
  position: relative;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px;
  margin-top: 40px;
  border-top: 1px solid #ECEBE9;
  padding-top: 10px;
  background-color: white;
}

.Footer .footerSeparator {
  position: absolute;
  width: 38px;
  height: 38px;
  left: 50%;
  top: -19px;
  margin-left: -19px;
  background: white;
  background-size: 55%;
  border-radius: 50%;
  box-shadow: 0 0 0 16px #fff;
  box-sizing: content-box;
  text-align: center;
  line-height: 34px;
}

.Footer,
.Footer a {
  color: #87847D;
  font-weight: 300;
  -webkit-tap-highlight-color: rgba(248, 248, 248, 0.5);
}

.Footer:hover,
.Footer a:hover {
  text-decoration: none;
}

.Footer h3 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #403c32;
}

.Footer .footerGroup,
.Footer .footerShort {
  padding: 30px 0 10px 39px;
  background: #F7F6F5;
  border-bottom: 1px solid #ECEBE9;
}

.Footer .footerGroup h3,
.Footer .footerShort h3 {
  margin-bottom: 10px;
}

.Footer .footerGroup ul > li > a,
.Footer .footerShort ul > li > a {
  display: block;
  line-height: 40px;
}

.Footer .footerShort {
  padding: 0 0 0 39px;
}

.Footer .footerShort ul {
  padding: 13px 0;
}

.Footer .footerInfoWrapper,
.Footer .footerMail,
.Footer .footerSocial {
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #ECEBE9;
}

.Footer .footerInfoWrapper p {
  width: 100%;
  max-width: 996px;
  margin: 10px auto;
  line-height: 22px;
}

.Footer .footerInfoWrapper .Link {
  color: #0088CC;
}

.Footer .footerMail .Link {
  padding: 0;
  background: none;
  color: #87847D;
  margin-top: 16px;
}

.Footer .footerMail .Link:hover {
  color: #403c32;
}

.Footer .footerMail .Link > .CommonIcon {
  width: 76px;
  height: 76px;
}

.Footer .footerSocial ul > li {
  display: inline-block;
  margin: 30px 6px 0 10px;
}

.Footer .footerSocial ul > li:first-child {
  margin-left: 0;
}

.Footer .footerSocial ul > li:last-child {
  margin-right: 0;
}

.Footer .footerSocial .Button {
  background: white;
  box-shadow: none;
  height: 50px;
  width: 50px;
  border: 2px solid;
  color: #F44336;
  border-color: #F44336;
}

.Footer .footerSocial .Button:hover {
  color: white;
  background-color: #F44336;
}

.Footer .footerSocial .Button.icon-facebook {
  color: #3F51B5;
  border-color: #3F51B5;
}

.Footer .footerSocial .Button.icon-facebook:hover {
  color: white;
  background-color: #3F51B5;
}

.Footer .footerSocial .Button.icon-twitter {
  color: #55ACEE;
  border-color: #55ACEE;
}

.Footer .footerSocial .Button.icon-twitter:hover {
  color: white;
  background-color: #55ACEE;
}

.Footer .footerSocial .Button.icon-instagram {
  color: #527FA3;
  border-color: #527FA3;
}

.Footer .footerSocial .Button.icon-instagram:hover {
  color: white;
  background-color: #527FA3;
}

.Footer .footerSocial .Button .rightIcon {
  height: 36px;
  width: 36px;
  margin: 5px;
}

.Footer .copyright {
  padding-left: 39px;
  line-height: 50px;
  background-color: #F0EFEC;
}

@media only screen and (min-width: 996px) {
  .Footer .footerContactWrapper,
  .Footer .footerGroupWrapper {
    width: 100%;
    text-align: center;
  }

  .Footer .footerContactWrapper > div,
  .Footer .footerGroupWrapper > div {
    display: inline-block;
    vertical-align: top;
    width: 498px;
    border: none;
  }

  .Footer .footerContactWrapper h3,
  .Footer .footerGroupWrapper h3 {
    font-size: 16px;
  }

  .Footer .footerGroupWrapper {
    background-color: #F7F6F5;
  }

  .Footer .footerGroupWrapper .footerGroup {
    width: 332px;
    text-align: left;
  }

  .Footer .copyright > div {
    width: 996px;
    margin: 0 auto;
    padding: 0 13px;
  }

  .Footer .footerShort ul {
    width: 996px;
    margin: auto;
  }

  .Footer .footerShort ul > li {
    display: inline-block;
  }

  .Footer .footerShort ul > li a {
    margin: 0 13px;
  }

  .Footer .footerMail {
    display: inline-block;
  }
}

.MainMenu,
.UserMenu {
  font-weight: 300;
  margin-top: 13px;
}

.MainMenu .sub-menu-item,
.UserMenu .sub-menu-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ECEBE9;
}

.MainMenu .sub-menu-item.-simple,
.UserMenu .sub-menu-item.-simple {
  line-height: 45px;
}

.MainMenu .sub-menu-item .sub-menu-header,
.UserMenu .sub-menu-item .sub-menu-header {
  line-height: 45px;
}

.MainMenu .sub-menu-item .sub-menu-header .CommonIcon,
.UserMenu .sub-menu-item .sub-menu-header .CommonIcon {
  float: right;
  margin-top: 12px;
}

.MainMenu .sub-menu-item .menu-link-title,
.UserMenu .sub-menu-item .menu-link-title {
  display: inline-block;
  vertical-align: middle;
  max-width: 195px;
}

.MainMenu .sub-menu-item > .Link,
.UserMenu .sub-menu-item > .Link {
  color: #403c32;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.MainMenu .sub-menu-item,
.MainMenu ul li,
.UserMenu .sub-menu-item,
.UserMenu ul li {
  color: #403c32;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.MainMenu .sub-menu-item > .CommonIcon.-new,
.MainMenu ul li > .CommonIcon.-new,
.UserMenu .sub-menu-item > .CommonIcon.-new,
.UserMenu ul li > .CommonIcon.-new {
  color: #0088CC;
}

.MainMenu .sub-menu-item > .CommonIcon,
.MainMenu ul li > .CommonIcon,
.UserMenu .sub-menu-item > .CommonIcon,
.UserMenu ul li > .CommonIcon {
  float: right;
  margin-top: 12px;
  color: #87847D;
}

.MainMenu .sub-menu-content,
.MainMenu .user-menu-content,
.UserMenu .sub-menu-content,
.UserMenu .user-menu-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: -260px;
  transition: left 400ms;
  font-family: 'Roboto', sans-serif;
}

.MainMenu .sub-menu-content.-open,
.MainMenu .user-menu-content.-open,
.UserMenu .sub-menu-content.-open,
.UserMenu .user-menu-content.-open {
  left: 0;
}

.MainMenu .sub-menu-content .menu-content-head,
.MainMenu .user-menu-content .menu-content-head,
.UserMenu .sub-menu-content .menu-content-head,
.UserMenu .user-menu-content .menu-content-head {
  font-size: 17px;
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #403c32;
}

.MainMenu .sub-menu-content .Button.menu-content-close,
.MainMenu .user-menu-content .Button.menu-content-close,
.UserMenu .sub-menu-content .Button.menu-content-close,
.UserMenu .user-menu-content .Button.menu-content-close {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  padding: 10px 0;
  margin-top: 10px;
  display: block;
  width: 100%;
  text-align: left;
}

.MainMenu .sub-menu-content .Button.menu-content-close span,
.MainMenu .user-menu-content .Button.menu-content-close span,
.UserMenu .sub-menu-content .Button.menu-content-close span,
.UserMenu .user-menu-content .Button.menu-content-close span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  float: left;
  margin-left: 0;
}

.MainMenu .sub-menu-content ul a,
.MainMenu .user-menu-content ul a,
.UserMenu .sub-menu-content ul a,
.UserMenu .user-menu-content ul a {
  display: block;
  width: 100%;
  color: #403c32;
  border-bottom: 1px solid #ECEBE9;
  -webkit-tap-highlight-color: transparent;
}

.MainMenu .sub-menu-content ul a span,
.MainMenu .user-menu-content ul a span,
.UserMenu .sub-menu-content ul a span,
.UserMenu .user-menu-content ul a span {
  margin-right: 10px;
}

.MainMenu .sub-menu-content ul a span.AuthorImage,
.MainMenu .user-menu-content ul a span.AuthorImage,
.UserMenu .sub-menu-content ul a span.AuthorImage,
.UserMenu .user-menu-content ul a span.AuthorImage {
  margin-right: 0;
}

.MainMenu .sub-menu-content ul a .CommonIcon,
.MainMenu .user-menu-content ul a .CommonIcon,
.UserMenu .sub-menu-content ul a .CommonIcon,
.UserMenu .user-menu-content ul a .CommonIcon {
  float: none;
  margin-top: 0;
}

.MainMenu .sub-menu-content > :last-child,
.MainMenu .user-menu-content > :last-child,
.UserMenu .sub-menu-content > :last-child,
.UserMenu .user-menu-content > :last-child {
  margin-bottom: 45px;
}

.MainMenu .NavigationIcon,
.MainMenu .GenreIcon,
.UserMenu .NavigationIcon,
.UserMenu .GenreIcon {
  vertical-align: middle;
  margin: 10px 0;
}

.MainMenu .NavigationIcon,
.UserMenu .NavigationIcon {
  display: inline-block;
  height: 25px;
  width: 25px;
  fill: #87847D;
  color: #87847D;
}

.MainMenu .NavigationIcon > svg,
.UserMenu .NavigationIcon > svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.MainMenu .NavigationIcon > svg.new-svg,
.UserMenu .NavigationIcon > svg.new-svg {
  color: #0088CC;
  fill: #0088CC;
}

@media (min-width: 996px) {
  .MainMenu {
    width: 996px;
    text-align: right;
    min-height: unset;
    overflow: visible;
    margin-top: 0;
  }

  .MainMenu .sub-menu-wrapper {
    display: inline-block;
    width: auto;
    min-width: 736px;
    background: white;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  }

  .MainMenu,
  .MainMenu .sub-menu-content {
    padding: 0;
  }

  .MainMenu .sub-menu-item,
  .MainMenu ul li {
    font-size: 16px;
    font-weight: 400;
  }

  .MainMenu .sub-menu-item.-highlights {
    padding-bottom: 25px;
  }

  .MainMenu .sub-menu-content {
    overflow-y: hidden;
    position: relative;
    min-height: 380px;
  }

  .MainMenu .sub-menu-content.-categories,
  .MainMenu .sub-menu-content.-campaigns {
    height: 510px;
  }

  .MainMenu .sub-menu-content .menu-content-head {
    font-size: 16px;
    border: none;
    line-height: 1;
    padding: 40px 0 15px;
  }

  .MainMenu .sub-menu-content > :last-child {
    margin-bottom: 0;
  }

  .MainMenu .sub-menu-content ul a {
    border: none;
    padding: 8px 0;
  }

  .MainMenu .sub-menu-content ul a:hover {
    text-decoration: none;
    background-color: #F7F6F5;
  }

  .MainMenu .sub-menu-content > .Button.menu-content-close {
    display: none;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign {
    min-height: 100px;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign.-with-author .timer {
    max-width: 168px;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign > .book {
    padding: 8px 0 8px 4px;
    margin-bottom: 4px;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign > .book > .cover {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 55px;
    line-height: 0;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign > .book > .cover > .author {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    border: 3px solid white;
    border-radius: 2px;
    -ms-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  }

  .MainMenu .sub-menu-content .sub-menu-campaign > .book > .cover > .author > img {
    width: 100%;
    font-size: 0;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign > .book > .timer {
    display: inline-block;
    vertical-align: top;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign > .book > .timer strong {
    font-weight: 500;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign > .book > .timer .authorName {
    display: block;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign .CommonIcon.-timer {
    display: block;
    width: 26px;
    height: 26px;
    color: #0088CC;
  }

  .MainMenu .sub-menu-content .sub-menu-campaign-text {
    display: inline-block;
    vertical-align: text-bottom;
    height: 50px;
    margin-left: 10px;
  }

  .MainMenu .sub-menu-content .-hidden {
    display: none;
  }

  .MainMenu .sub-menu-item {
    display: table-cell;
    vertical-align: top;
    width: calc(736px / 2);
    padding: 0 40px;
    background: white;
    text-align: left;
    border: none;
    border-top: 1px solid #ECEBE9;
  }

  .MainMenu .sub-menu-item:not(:last-child) {
    border-right: 1px solid #ECEBE9;
  }

  .MainMenu .sub-menu-item.-simple,
  .MainMenu .sub-menu-item .sub-menu-header {
    display: none;
  }

  .MainMenu .navigation-see-all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 20px 10px;
    height: 85px;
    width: 100%;
    position: absolute;
    bottom: 1px;
    border-top: 1px dashed #87847D;
    color: #403c32;
  }

  .MainMenu .navigation-see-all.Button {
    background: inherit;
    color: inherit;
    font: inherit;
    border-radius: 0;
  }

  .MainMenu .navigation-see-all .navigation-see-all-text {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    line-height: 20px;
  }

  .MainMenu .navigation-see-all .NavigationIcon {
    margin: 0 10px;
  }

  .MainMenu .navigation-see-all:hover {
    text-decoration: none;
    background-color: #F7F6F5;
  }

  .MainMenu .NavigationIcon,
  .MainMenu .GenreIcon {
    vertical-align: middle;
    margin: 0;
    height: 26px;
    width: 26px;
  }

  .MainMenu .NavigationIcon > svg,
  .MainMenu .GenreIcon > svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
}

.Menu,
.Menu .sub-menu-content {
  min-height: 100%;
  background: white;
  padding: 0 13px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
}

.Menu > .SearchForm {
  padding-top: 10px;
}

.Menu ul > li > a.-active {
  margin: 0;
  padding: 10px 20px 10px 30px;
  background: #f8f8f8;
}

.Menu ul > li > a.-new {
  padding-right: 32px;
}

.Menu ul > li > a.-new > .caption {
  content: 'neu';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  background: #891217;
  color: white;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 4px;
}

.Menu .sub-menu-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ECEBE9;
}

.Menu .sub-menu-item.-simple {
  line-height: 45px;
}

.Menu .sub-menu-item .sub-menu-header {
  line-height: 45px;
}

.Menu .sub-menu-item .sub-menu-header .CommonIcon {
  float: right;
  margin-top: 15px;
  width: 15px;
  height: 15px;
}

.Menu .sub-menu-item .menu-link-title {
  display: inline-block;
  vertical-align: middle;
  max-width: 195px;
}

.Menu .sub-menu-item > .Link {
  color: #403c32;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.Menu .sub-menu-item,
.Menu ul li {
  color: #403c32;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.Menu .sub-menu-item > .CommonIcon.-new,
.Menu ul li > .CommonIcon.-new {
  color: #0088CC;
}

.Menu .sub-menu-item > .CommonIcon,
.Menu ul li > .CommonIcon {
  float: right;
  margin-top: 12px;
  color: #87847D;
}

.Menu .sub-menu-content,
.Menu .user-menu-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: -290px;
  transition: left 400ms;
  font-family: 'Roboto', sans-serif;
}

.Menu .sub-menu-content.-open,
.Menu .user-menu-content.-open {
  left: 0;
}

.Menu .sub-menu-content .menu-content-head,
.Menu .user-menu-content .menu-content-head {
  font-size: 17px;
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #403c32;
  padding: 10px 0 5px;
  margin-bottom: 10px;
}

.Menu .sub-menu-content .Button.-outlined,
.Menu .user-menu-content .Button.-outlined {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  line-height: 15px;
  position: relative;
  padding-left: 20px;
}

.Menu .sub-menu-content .Button.-outlined span,
.Menu .user-menu-content .Button.-outlined span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  width: 15px;
  height: 15px;
}

.Menu .sub-menu-content ul a,
.Menu .user-menu-content ul a {
  line-height: 25px;
  padding: 10px 0;
  position: relative;
  display: block;
  width: 100%;
  color: #403c32;
  border-bottom: 1px solid #ECEBE9;
  -webkit-tap-highlight-color: transparent;
}

.Menu .sub-menu-content ul a .CommonIcon,
.Menu .user-menu-content ul a .CommonIcon {
  float: none;
  margin-top: 0;
}

.Menu .sub-menu-content > :last-child,
.Menu .user-menu-content > :last-child {
  margin-bottom: 45px;
}

.Menu .user-menu-content {
  left: 0;
  padding: 0 13px;
}

.Menu .user-menu-content .intro {
  font-size: 17px;
  font-weight: 300;
}

.Menu .user-menu-content .intro strong {
  font-weight: 400;
}

.Menu .user-menu-content ul,
.Menu .user-menu-content .intro {
  margin: 22px 0;
}

.Menu .NavigationIcon,
.Menu .GenreIcon {
  vertical-align: middle;
  margin: 0 10px 0 0;
  height: 26px;
  width: 26px;
}

.Menu .NavigationIcon > svg,
.Menu .GenreIcon > svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.Menu .NavigationIcon {
  display: inline-block;
  fill: #87847D;
  color: #87847D;
}

.Menu .NavigationIcon > svg.new-svg {
  color: #0088CC;
  fill: #0088CC;
}

@media only screen and (min-width: 996px) {
  .Menu {
    padding: 0;
    overflow: visible;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  }

  .Menu .user-menu-content {
    position: relative;
    display: table-cell;
    width: auto;
    padding: 0;
  }

  .Menu .user-menu-content .intro {
    display: none;
  }

  .Menu .user-menu-content .menu-content-head {
    font-size: 16px;
    border: none;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .Menu .user-menu-content ul {
    display: table-cell;
    width: 280px;
    padding: 30px 40px;
  }

  .Menu .user-menu-content ul:last-of-type {
    border-left: 1px solid #ECEBE9;
  }

  .Menu .user-menu-content ul li {
    font-size: 16px;
    font-weight: 400;
  }

  .Menu .user-menu-content ul li a {
    border: none;
    line-height: 24px;
    padding: 8px 0;
  }

  .Menu .user-menu-content ul li a:hover {
    text-decoration: none;
    background-color: #F7F6F5;
  }
}

#Header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  background-color: #F3F2F0;
}

.header-content {
  font-family: "Roboto", sans-serif;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-content .-desktop-only {
  display: none;
  visibility: hidden;
}

.header-content .utilityWrapper > .switch.-user {
  padding: 0 13px 0 0;
  position: relative;
}

.header-content .utilityWrapper > .switch.-user > span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: calc(100% - 13px);
  height: 100%;
  line-height: 48px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.header-content .utilityWrapper > .switch.-user .userGreeting {
  display: none;
}

.header-content .utilityWrapper > .switch.-user .userAvatar {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.header-content .utilityWrapper > .switch.-user .Avatar {
  font-family: "Roboto", sans-serif;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.header-content .utilityWrapper > .switch.-user .CommonIcon.-guest {
  color: #87847D;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.header-content .utilityWrapper > .switch.-user .-desktop-only {
  cursor: pointer;
}

.header-content .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 157px;
}

@media (min-width: 996px) {
  #Header {
    background-color: white;
  }

  #Header.-krimi-thriller {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #1836A6;
  }

  #Header.-fantasy {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #7e57c2;
  }

  #Header.-romane {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #26a69a;
  }

  #Header.-liebesroman {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #f06292;
  }

  #Header.-jugendbuch {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #9ccc65;
  }

  #Header.-historische-romane {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #ffa726;
  }

  #Header.-sachbuch {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #006c80;
  }

  #Header.-science-fiction {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #304ffe;
  }

  #Header.-kinderbuch {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #f44336;
  }

  #Header.-klassiker {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #802a22;
  }

  #Header.-comic {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #d6b311;
  }

  #Header.-humor {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #33aa38;
  }

  #Header.-biografie {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #f57d56;
  }

  #Header.-gedichte-drama {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #9d8a04;
  }

  #Header.-erotische-literatur {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #953679;
  }

  #Header .-mobile-only {
    display: none;
  }

  #Header .-desktop-only {
    display: inline-block;
    visibility: visible;
  }

  #Header .header-content {
    max-width: 996px;
    position: relative;
    margin: 0 auto;
    height: 70px;
    padding: 0 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #Header .header-content > .DesktopMenu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  #Header .header-content .DesktopMenu.desktop-only:hover + .utilityWrapper .search-form-wrapper {
    display: none;
  }

  #Header .header-content > .DesktopMenu > ul {
    width: auto;
  }

  #Header .header-content > .DesktopMenu > ul .main-navigation-item {
    display: inline-block;
  }

  #Header .header-content > .DesktopMenu > ul .main-navigation-item a.main-navigation-item-title {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    padding: 8px 16px 2px;
    line-height: 60px;
    position: relative;
    margin: 0 4px;
  }

  #Header .header-content > .DesktopMenu > ul .main-navigation-item a.main-navigation-item-title:hover {
    text-decoration: none;
  }

  #Header .header-content > .DesktopMenu > ul .main-navigation-item .main-navigation-mousemove-buffer {
    display: none;
    position: relative;
    top: -25px;
    height: 25px;
    margin: 0 -60px;
    z-index: 2;
  }

  #Header .header-content > .DesktopMenu > ul .main-navigation-item .MainMenu {
    transition: 0s visibility, 0s opacity;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
  }

  #Header .header-content > .DesktopMenu > ul .main-navigation-item a:not(:last-child):after {
    content: '  ';
    display: block;
    transition: 0s visibility, 0s opacity;
    visibility: hidden;
    opacity: 0;
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    left: 50%;
    bottom: -18px;
    z-index: 1000;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    border: 1px solid #ECEBE9;
    border-top: none;
    border-left: none;
  }

  #Header .header-content > .DesktopMenu > ul .main-navigation-item:hover a:not(:last-child):after,
  #Header .header-content > .DesktopMenu > ul .main-navigation-item:hover .main-navigation-mousemove-buffer,
  #Header .header-content > .DesktopMenu > ul .main-navigation-item:hover .MainMenu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.25s;
  }

  #Header .header-content .logo {
    margin-right: 48px;
    margin-top: 20px;
    width: 174px;
    left: auto;
    position: relative;
    top: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: none;
    transform: none;
  }

  #Header .header-content .navigation-header-content {
    display: block;
    width: 996px;
    margin: auto;
    text-align: right;
    padding: 0 13px;
  }

  #Header .header-content .utilityWrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }

  #Header .header-content .utilityWrapper > .switch {
    display: inline;
    font-family: "Roboto", sans-serif;
    color: #87847D;
    font-weight: 300;
  }

  #Header .header-content .utilityWrapper > .switch.-main {
    display: none;
  }

  #Header .header-content .utilityWrapper > .-user {
    width: 100%;
    padding: 9px 0 0 0;
    position: relative;
    height: 70px;
    margin-right: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #Header .header-content .utilityWrapper > .-user > span {
    position: relative;
    line-height: 50px;
    top: auto;
    right: auto;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 2px;
  }

  #Header .header-content .utilityWrapper > .-user .userGreeting {
    display: inline-block;
    color: #87847D;
    margin-right: 13px;
    line-height: 20px;
    vertical-align: middle;
    max-height: 61px;
    max-width: calc(100% - 83px);
    overflow: hidden;
  }

  #Header .header-content .utilityWrapper > .-user .userGreeting > strong {
    font-weight: 500;
  }

  #Header .header-content .utilityWrapper > .-user .userAvatar {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 18px;
    margin-right: 0;
    top: -3px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    vertical-align: middle;
  }

  #Header .header-content .utilityWrapper > .-user .userAvatar::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #87847D;
    border-bottom: 1px solid #87847D;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  #Header .header-content .utilityWrapper > .-user .CommonIcon.-guest {
    width: 24px;
    height: 28px;
    padding-right: 5px;
    box-sizing: content-box;
  }

  #Header .header-content .utilityWrapper .user-menu {
    width: 996px;
    top: 0;
    right: -96px;
    position: absolute;
  }

  #Header .header-content .utilityWrapper > .-register {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    height: 30px;
    width: 190px;
    padding: 0;
    color: white;
    margin: 5px 26px 5px 13px;
    background: #0088CC;
    text-align: center;
    border-radius: 2px;
  }
}

.HeaderSearchBar {
  width: 70px;
  height: 70px;
  background-color: #F3F2F0;
  position: relative;
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.HeaderSearchBar > .search-icon-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.HeaderSearchBar > .search-icon-wrapper > .CommonIcon.-search {
  height: 26px;
  width: 26px;
  color: #87847D;
}

.HeaderSearchBar > .search-form-wrapper {
  position: absolute;
  top: 70px;
  right: -13px;
  background: white;
  border-top: 1px solid #ECEBE9;
  width: 760px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.HeaderSearchBar > .search-form-wrapper:before {
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4px;
  right: 31px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #E2E0DA;
  border-top: none;
  border-left: none;
  background: #F3F2F0;
}

.HeaderSearchBar > .search-form-wrapper > .SearchForm {
  padding-top: 0;
  line-height: 40px;
  margin: 0 40px;
}

.HeaderSearchBar .header-search-results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px dashed #ECEBE9;
}

.HeaderSearchBar .header-search-results.-hidden {
  display: none;
}

.HeaderSearchBar .Button.header-search-all:hover,
.HeaderSearchBar .header-search-section .Link:hover {
  background-color: #F7F6F5;
}

.HeaderSearchBar .Button.header-search-all {
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  color: #403c32;
  border-top: 1px dashed #ECEBE9;
}

.HeaderSearchBar .Button.header-search-all svg {
  vertical-align: top;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #87847D;
  fill: #87847D;
}

.HeaderSearchBar .header-search-item {
  padding: 5px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.HeaderSearchBar .header-search-section {
  width: 50%;
  padding: 5px 40px 10px;
}

.HeaderSearchBar .header-search-section .Link {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 5px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #403c32;
}

.HeaderSearchBar .header-search-section .Link .header-search-subtitle {
  margin-left: 5px;
  color: #87847D;
}

.HeaderSearchBar .header-search-section .header-search-image {
  margin-right: 5px;
}

.HeaderSearchBar .header-search-section .header-search-image > img {
  width: 30px;
}

.HeaderSearchBar .header-search-section .header-search-title {
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 996px) {
  .HeaderSearchBar {
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-shown {
  overflow: hidden;
}

.dialog-shown {
  overflow: hidden;
  height: 100%;
}

.MobileApp {
  padding-top: 50px;
  background-color: #fbfbfb;
  color: #403c32;
}

.MobileApp::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.MobileApp > .backdrop {
  background-color: #aaa;
  transition: opacity 0.3s ease-in-out;
}

.MobileApp > .backdrop:not(.-shown) {
  opacity: 0;
}

.MobileApp > .backdrop.-shown {
  opacity: 0.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
}

.MobileApp .Menu {
  width: 290px;
  height: 100%;
  z-index: 999;
}

.MobileApp .Menu:not(.-shown) {
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.MobileApp .Menu.-shown {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.MobileApp .Menu.-shown.-left {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.MobileApp .Menu.-shown.-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.MobileApp .Menu.-left {
  position: fixed;
  left: -290px;
  top: 50px;
}

.MobileApp .Menu.-right {
  position: fixed;
  right: -290px;
  top: 50px;
}

.MobileApp .ReviewPage .Likes {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#Header.-krimi-thriller > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #1836A6;
}

#Header.-fantasy > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #7e57c2;
}

#Header.-romane > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #26a69a;
}

#Header.-liebesroman > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #f06292;
}

#Header.-jugendbuch > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #9ccc65;
}

#Header.-historische-romane > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #ffa726;
}

#Header.-sachbuch > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #006c80;
}

#Header.-science-fiction > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #304ffe;
}

#Header.-kinderbuch > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #f44336;
}

#Header.-klassiker > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #802a22;
}

#Header.-comic > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #d6b311;
}

#Header.-humor > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #33aa38;
}

#Header.-biografie > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #f57d56;
}

#Header.-gedichte-drama > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #9d8a04;
}

#Header.-erotische-literatur > .TopNav {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 5px #953679;
}

@media only screen and (min-width: 996px) {
  .menu-shown {
    overflow: auto;
    height: auto;
  }

  .MobileApp {
    padding-top: 70px;
  }

  .MobileApp > .backdrop.-shown {
    display: none;
  }

  .MobileApp .content.-blurred,
  .MobileApp .TopNav.-blurred {
    -webkit-filter: none;
    filter: none;
  }

  .MobileApp .Menu {
    width: 270px;
    height: 100%;
    z-index: 999;
  }

  .MobileApp .Menu:not(.-shown) {
    display: none;
    transition: none;
  }

  .MobileApp .Menu.-shown {
    transition: none;
  }

  .MobileApp .Menu.-shown.-right {
    position: absolute;
    -webkit-transform: none;
    transform: none;
  }

  .MobileApp .Menu.-shown.-right:before {
    position: absolute;
    content: '';
    top: -10px;
    right: 125px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #E2E0DA;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .MobileApp .Menu.-right {
    right: 0;
    top: 70px;
    width: auto;
    height: auto;
    min-height: 0;
    border-top: 1px solid #ECEBE9;
  }

  #Header {
    height: auto;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  }

  #Header.-krimi-thriller > .TopNav {
    box-shadow: none;
  }

  #Header.-fantasy > .TopNav {
    box-shadow: none;
  }

  #Header.-romane > .TopNav {
    box-shadow: none;
  }

  #Header.-liebesroman > .TopNav {
    box-shadow: none;
  }

  #Header.-jugendbuch > .TopNav {
    box-shadow: none;
  }

  #Header.-historische-romane > .TopNav {
    box-shadow: none;
  }

  #Header.-sachbuch > .TopNav {
    box-shadow: none;
  }

  #Header.-science-fiction > .TopNav {
    box-shadow: none;
  }

  #Header.-kinderbuch > .TopNav {
    box-shadow: none;
  }

  #Header.-klassiker > .TopNav {
    box-shadow: none;
  }

  #Header.-comic > .TopNav {
    box-shadow: none;
  }

  #Header.-humor > .TopNav {
    box-shadow: none;
  }

  #Header.-biografie > .TopNav {
    box-shadow: none;
  }

  #Header.-gedichte-drama > .TopNav {
    box-shadow: none;
  }

  #Header.-erotische-literatur > .TopNav {
    box-shadow: none;
  }

  main.content {
    max-width: 996px;
    margin: auto;
  }
}

#app .dialog.-shown {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  z-index: 1000000;
}

.rightIconAnim {
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-top: 12px;
}

.rightIconAnim.-busy {
  display: inline-block;
  transition: box-shadow 1s ease-in, background-color 0.5s;
  background: rgba(255, 255, 255, 0.6) url(/assets/03ce3dcc84af110e9da8699a841e5200.gif) center center no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 10px 2000px rgba(255, 255, 255, 0.6);
}

.ActivityBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ActivityBox > .left {
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  margin-right: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ActivityBox > .right {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  overflow: hidden;
  margin-top: 5px;
}

.ActivityBox > .content {
  width: 100%;
  margin-top: 10px;
}

.ActivityBox > .content i {
  position: relative;
}

.ActivityBox > .content i::before {
  content: '\201C';
  position: absolute;
  left: -20px;
  top: -7px;
  font-family: "Droid Serif", serif;
  font-size: 30px;
  color: #9d9b93;
}

.ActivityBox > .right > .content {
  margin-top: 10px;
}

.ActivityBox > .right > .content > .history {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #0088CC;
  font-size: 13px;
  line-height: 15px;
}

.ActivityBox > .left > .BookCover {
  width: 60px;
  margin-top: 10px;
  margin-right: 20px;
  display: block;
  line-height: 0;
}

.ActivityBox > .left > .BookCover > img {
  display: block;
}

.ActivityBox > .left > .BookCover + .Avatar,
.ActivityBox > .left > .userLink {
  position: absolute;
  right: 0;
  top: auto;
  bottom: -13px;
}

.ActivityBox > .left > .userLink {
  display: block;
}

.ActivityBox > .right > .usernameAndDate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ActivityBox > .right > .usernameAndDate > .date,
.ActivityBox > .right .bookTitle,
.ActivityBox > .right > .bookAuthorSection,
.ActivityBox .bookTitle {
  font-size: 13px;
  line-height: 19px;
  color: #87847D;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ActivityBox > .right .bookAuthorName {
  color: #87847D;
  font-style: italic;
  padding-left: 4px;
  margin-bottom: 5px;
}

.ActivityBox > .right > .usernameAndDate > .headline,
.ActivityBox > .right.library > .bookTitle {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.ActivityBox > .right > .usernameAndDate > .date {
  color: #949084;
  display: block;
}

.ActivityBox > .right > .Rating {
  display: block;
}

.ActivityBox > .shortQuote {
  width: 100%;
  position: relative;
  color: #87847D;
  margin: 13px 0 0 13px;
  font-style: italic;
  font-size: 13px;
  line-height: 20px;
}

.ActivityBox > .shortQuote::before {
  content: '\201C';
  position: absolute;
  left: -13px;
  top: 0;
  font-size: 30px;
  color: #87847D;
}

.AuthorImage {
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 0 0 3px white, 0 1px 7px 0 #433924, 15px 10px 30px -20px #433924;
  background-color: #e5e5e5;
}

.AuthorImage > svg {
  display: block;
  width: 100%;
  fill: #433924;
}

.Avatar {
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(67, 57, 36, 0.15);
  margin: 1px;
  overflow: hidden;
  display: inline-block;
  background-color: #e5e5e5;
  background-position: center;
  background-size: 100%;
}

.Avatar.-responsive {
  font-family: "Roboto", sans-serif;
  background-color: #ECEBE9;
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  margin: 0;
}

span.Avatar {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: white;
  background-position: center;
  background-size: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.BookCover {
  -ms-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  border-right: 5px solid #ECEBE9;
}

.BookCover.-largeborder {
  border-right: 10px solid #ECEBE9;
}

.Button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.Button.-filled {
  background: #0088CC;
  transition: background-color 0.5s;
  color: white;
  font-style: italic;
}

.Button.-outlined {
  color: #433924;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  font-style: italic;
}

.Button.-outlined.loadComments {
  color: #433924;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}

.Button.-outlined.-active {
  color: #fff;
  background-color: #07B57A;
}

.Button.-timeline {
  padding: 10px 50px 10px 20px;
  margin: 40px 0 0 0;
  width: 100%;
  display: block;
  background: white;
  font-style: normal;
  text-align: left;
  position: relative;
  overflow: visible;
  font-size: 14px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}

.Button.-timeline::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: white;
  top: -10px;
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: -2px -3px 15px -7px rgba(0, 0, 0, 0.5);
}

.Button.-timeline::after {
  content: '';
  position: absolute;
  display: block;
  background: #e5e5e5;
  width: 1px;
  top: -40px;
  left: 30px;
  height: 25px;
}

.Button.-timeline > .commentsAction {
  display: block;
  text-align: right;
  margin-top: 5px;
}

.Button.-timeline > .commentsAction > .CommonIcon {
  color: #433924;
}

.Button.-timeline > .rightIcon {
  position: absolute;
  right: 0;
  top: 0;
  background: #f8f8f8;
  padding-right: 5px;
  padding-left: 5px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-sizing: content-box;
}

.Button.-timeline > .rightIcon > svg {
  position: relative;
  top: 50%;
  margin-top: -10px;
  color: #433924;
}

.Button.-timeline.-busy > .rightIcon {
  box-shadow: none;
}

.Button.-multiline:not(.-timeline) {
  position: relative;
  padding-right: 35px;
}

.Button.-multiline:not(.-timeline) .rightIcon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

.Button.-disabled {
  background-color: silver !important;
  cursor: default;
}

.Button.-disabled.-outlined {
  color: white;
}

.Button.-busy {
  cursor: progress;
}

.Button:not(.-disabled):not(.-busy) {
  cursor: pointer;
}

.Button:not(.-multiline) {
  white-space: nowrap;
}

.Button > .rightIcon,
.Button > .rightIconAnim {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: -4px;
}

.Button.-empty > .rightIcon {
  margin-left: 0;
}

.Button.-busy > .rightIcon,
.Button.-busy > .rightIconAnim {
  transition: box-shadow 1s ease-in, background-color 0.5s;
  background: rgba(255, 255, 255, 0.6) url(/assets/03ce3dcc84af110e9da8699a841e5200.gif) center center no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 10px 2000px rgba(255, 255, 255, 0.6);
  margin-top: 0;
}

.Button.-busy > .rightIcon > * {
  opacity: 0;
}

.Button .rightIconAnim {
  position: absolute;
  display: none;
  margin-top: 10px;
}

.Button.-busy > .rightIconAnim {
  display: inline-block;
}

.Button.-round {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 40px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  padding: 0;
  color: #cc6b42;
  line-height: 38px;
  outline: none;
}

.Button.-round:hover {
  color: #fff;
  background: #D68968;
}

.Button.-round.-active {
  background: #07B57A;
  color: #fff;
}

.Button.-withError {
  -webkit-animation: Button-error-feedback 0.5s ease-in;
  animation: Button-error-feedback 0.5s ease-in;
}

.Button.-library {
  background-color: #c1a76e;
  color: white;
}

.Button.-facebook {
  background-color: #3F51B5;
}

.Button.-friendsReadingState {
  background-color: #cc6b42;
  font-size: 13px;
  font-style: normal;
  padding: 0 10px;
  line-height: 30px;
  margin-top: 10px;
}

a.Button:hover {
  text-decoration: none;
}

@-webkit-keyframes Button-error-feedback {
  0% {
    box-shadow: inset 0 0 100px #891217;
  }

  100% {
    box-shadow: none;
  }
}

@keyframes Button-error-feedback {
  0% {
    box-shadow: inset 0 0 100px #891217;
  }

  100% {
    box-shadow: none;
  }
}

/********************************************
	BREAKPOINT WIDTHS
********************************************/

/********************************************
	FONTS
********************************************/

/********************************************
	COLOURS
********************************************/

.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  transition: all 0.25s ease-in;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}

.carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: '';
}

.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none;
}

.carousel .control-prev.control-arrow {
  left: 0;
}

.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff;
}

.carousel .control-next.control-arrow {
  right: 0;
}

.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff;
}

.carousel {
  position: relative;
  width: 100%;
}

.carousel * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.carousel button {
  outline: 0;
  border: 0;
  background: none;
}

.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
}

.carousel .carousel {
  position: relative;
}

.carousel .control-arrow {
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
}

.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}

.carousel .thumbs {
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap;
}

.carousel .thumb {
  transition: border 0.15s ease-in;
  display: inline-block;
  width: 80px;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px;
}

.carousel .thumb.selected,
.carousel .thumb:hover {
  border: 3px solid #333;
  padding: 2px;
}

.carousel .thumb img {
  vertical-align: top;
}

.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px;
}

.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}

.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  transition: height 0.15s ease-in;
}

.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.carousel .slider-wrapper.axis-horizontal .slider .slide {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.carousel .slider-wrapper.axis-vertical .slider {
  -ms-flex-direction: column;
  flex-direction: column;
}

.carousel .slider {
  position: relative;
  list-style: none;
  width: 100%;
}

.carousel .slider.animated {
  transition: all 0.35s ease-in-out;
}

.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  background: #000;
}

.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0;
}

.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0;
}

.carousel .slide .legend {
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  transition: opacity 0.35s ease-in-out;
}

.carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0;
  }
}

.carousel .control-dots .dot {
  transition: opacity 0.25s ease-in;
  opacity: 0.3;
  filter: alpha(opacity=30);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
}

.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
}

.carousel:hover .slide .legend {
  opacity: 1;
}

.CarouselSlider {
  position: relative;
  overflow: hidden;
  /* <AuthorSlider> */
  /* </AuthorSlider> */
}

.CarouselSlider > .screen {
  overflow-x: visible;
  width: 1000%;
}

.CarouselSlider > .screen > .item {
  width: 10%;
  float: left;
  text-align: center;
  position: relative;
}

.CarouselSlider.-authors {
  min-height: 300px;
}

.CarouselSlider.-authors > .screen > .author {
  margin-bottom: 120px;
  line-height: 0;
}

.CarouselSlider.-authors > .screen > .author > .name {
  text-decoration: none;
  width: 100%;
  color: #0088CC;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 13px;
  display: inline-block;
}

.CarouselSlider.-authors > .screen > .author > .follow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #0088CC;
  border: 2px solid white;
  font-size: 16px;
  color: white;
  line-height: 20px;
  -ms-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  border-radius: 50%;
}

.CarouselSlider.-authors > .screen > .author > .follow:hover {
  background: #33a0d6;
}

.CarouselSlider.-authors > .screen > .author > .follow > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: white;
  width: 3px;
  height: 14px;
}

.CarouselSlider.-authors > .screen > .author > .follow > span:nth-of-type(1) {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.CarouselSlider.-authors > .screen > .author > .follow > span:nth-of-type(2) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.CarouselSlider.-authors > .screen > .author > .follow.-active {
  background: #07B57A;
}

.CarouselSlider.-authors > .screen > .author > .follow.-active:hover {
  background: #08ce8b;
}

.CarouselSlider.-authors > .screen > .author > .follow.-active > span {
  width: 6px;
  height: 13px;
  background: none;
  border: solid white;
  border-width: 0 2px 2px 0;
  left: 50%;
  top: 45%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.CarouselSlider.-authors > .screen > .author > .follow.-active > span:nth-of-type(2) {
  display: none;
}

.CarouselSlider.-authors > .screen > .author > .follow.-loading {
  background: #ECEBE9;
  z-index: 1;
  pointer-events: none;
}

.CarouselSlider.-authors > .screen > .author > .follow.-loading::before,
.CarouselSlider.-authors > .screen > .author > .follow.-loading::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.6;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  -webkit-animation: bounceLoader 2s infinite ease-in-out;
  animation: bounceLoader 2s infinite ease-in-out;
}

.CarouselSlider.-authors > .screen > .author > .follow.-loading::before {
  background-color: #403c32;
}

.CarouselSlider.-authors > .screen > .author > .follow.-loading::after {
  background-color: #87847D;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.CarouselSlider.-authors > .screen > .author > .follow.-loading > span {
  display: none;
}

.CarouselSlider.-authors > .screen > .author > .imagewrap {
  width: 100%;
  line-height: 0;
}

.CarouselSlider.-authors > .screen > .author > .imagewrap > .AuthorImage {
  box-shadow: none;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.HomePageCarouselSlider {
  position: relative;
  overflow: hidden;
  transition: opacity .2s ease-in-out;
}

.HomePageCarouselSlider.-fadeout {
  opacity: 0;
}

.HomePageCarouselSlider > .screen {
  position: relative;
  left: 0;
  height: 430px;
  padding-bottom: 39px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.HomePageCarouselSlider > .screen > .item {
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 140px;
  padding: 0 5px;
  text-align: center;
  transform: translate3d(0, 39px, 0);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translate3d(0, 39px, 0);
  transform: translate3d(0, 39px, 0);
}

.HomePageCarouselSlider > .screen > .item > .coverWrapper > .Link {
  display: block;
  line-height: 0;
}

.HomePageCarouselSlider > .screen > .item > .coverWrapper > .Link > .BookCover {
  max-width: 130px;
  transition: max-width 0.4s ease-in-out;
  border-right: 11px solid #ECEBE9;
  -ms-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
}

.HomePageCarouselSlider > .screen > .item > .coverWrapper .BookCover .image {
  width: 100%;
}

.HomePageCarouselSlider > .screen > .item.-active {
  width: 250px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.HomePageCarouselSlider > .screen > .item.-active > .coverWrapper {
  padding: 0 26px;
  width: 250px;
  text-align: center;
}

.HomePageCarouselSlider > .screen > .item.-active > .coverWrapper > .Link > .BookCover {
  max-width: 170px;
}

.HomePageCarouselSlider > .screen > .item.-active > .entryMeta {
  visibility: visible;
  opacity: 1;
}

.HomePageCarouselSlider > .screen > .item.-preactive {
  width: 160px;
}

.HomePageCarouselSlider > .screen > .item.-preactive > .coverWrapper > .Link > .BookCover {
  max-width: 150px;
}

.HomePageCarouselSlider > .screen.-freeze > .item > .coverWrapper > .Link > .BookCover,
.HomePageCarouselSlider > .screen.-freeze > .item,
.HomePageCarouselSlider > .screen.-freeze > .item > .entryMeta {
  transition: none;
}

.HomePageCarouselSlider > .screen > .item > .entryMeta {
  position: relative;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  width: 100%;
  margin-top: -78px;
  padding: 13px 20px 0;
  height: 173px;
  background: white;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  border-radius: 4px;
  -ms-flex: 1 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  transition: visibility 0s ease-in-out, opacity 0.4s linear 0.2s;
}

.HomePageCarouselSlider > .screen > .item > .entryMeta > .avatar {
  position: absolute;
  top: -25px;
  right: 25px;
}

.HomePageCarouselSlider > .screen > .item > .entryMeta > .avatar > .Avatar {
  width: 50px;
  height: 50px;
}

.HomePageCarouselSlider > .screen > .item > .entryMeta > .author > .Link {
  font-size: 13px;
  color: #87847D;
  font-weight: 400;
  font-style: italic;
  line-height: 19px;
  display: block;
  text-decoration: none;
}

.HomePageCarouselSlider > .screen > .item > .entryMeta > .title > .Link {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #0088CC;
  font-weight: 400;
  text-decoration: none;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.HomePageCarouselSlider > .screen > .item > .entryMeta > .Rating {
  display: block;
  margin-top: 5px;
  line-height: 24px;
}

.HomePageCarouselSlider > .screen > .item > .entryMeta > .Rating > .CommonIcon {
  width: 15px;
  height: 15px;
  color: #fb8c00;
}

.HomePageCarouselSlider > .screen > .item > .entryMeta > .shortQuote {
  font-size: 15px;
  color: #403c32;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.HomePageCarouselSlider > .screen > .item > .entryMeta > .shortQuote > .text {
  display: block;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: calc(22px * 3);
}

.HomePageCarouselSlider > .screen > .item > .entryMeta > .shortQuote > .username {
  margin-top: 13px;
  font-weight: 500;
  font-style: normal;
}

.HomePageCarouselSlider > .SliderNav {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

@media (min-width: 768px) {
  .HomePageCarouselSlider {
    position: relative;
    overflow: hidden;
    padding: 13px 5px 0;
    margin: 0 13px;
  }

  .HomePageCarouselSlider > .screen {
    height: 550px;
    padding-bottom: 20px;
  }

  .HomePageCarouselSlider > .screen > .item > .coverWrapper > .Link > .BookCover {
    max-width: 130px;
  }

  .HomePageCarouselSlider > .screen > .item.-active {
    width: 340px;
  }

  .HomePageCarouselSlider > .screen > .item.-active > .coverWrapper {
    width: 330px;
  }

  .HomePageCarouselSlider > .screen > .item.-active > .coverWrapper > .Link > .BookCover {
    max-width: 250px;
  }

  .HomePageCarouselSlider > .screen > .item.-preactive {
    width: 200px;
  }

  .HomePageCarouselSlider > .screen > .item.-preactive > .coverWrapper > .Link > .BookCover {
    max-width: 190px;
  }

  .HomePageCarouselSlider > .screen > .item > .entryMeta {
    height: 210px;
    margin-top: -104px;
  }
}

.CommonIcon {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
}

.CommonIcon > svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.CommonIcon > svg > g {
  visibility: visible;
}

.CommonIcon.-up {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.CommonIcon.-down {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.CommonIcon.-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ContentBlock {
  padding: 20px;
  position: relative;
}

.ContentBlock > h1 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ContentBlock > .content > .Slider {
  margin: 0 -20px;
  padding: 0 20px;
}

.ContentBlock > .content > .Slider:last-child {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.ContentBlock.-shadow {
  border-top: none;
  background: #f8f8f8;
  box-shadow: inset 0 10px 10px -15px black, inset 0 -10px 10px -15px black;
}

.ContentBlock.-shadow + .ContentBlock {
  border-top: none;
}

.ContentBlock.-shadow + .-shadow {
  border-top: none;
  box-shadow: none;
  background: white;
}

.ContentBlock.-shadow + .-shadow + .ContentBlock {
  border-top: 1px solid #e5e5e5;
}

.ContentBlock.-hasLabel > h1 {
  padding-left: 70px;
  min-height: 56px;
}

.ContentBlock.-hasLabel .GenreIcon,
.ContentBlock.-hasLabel .CommonIcon.-leserunde,
.ContentBlock.-hasLabel .CommonIcon.-author,
.ContentBlock.-hasLabel .CommonIcon.-publisher {
  width: 30px;
  height: 30px;
  position: absolute;
  padding: 30px 10px 10px;
  left: 20px;
  top: -2px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-top: none;
  color: white;
  fill: white;
  box-sizing: content-box;
}

.ContentBlock.-hasLabel .CommonIcon.-leserunde {
  box-shadow: 0 1px 0 1px #409bc0, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #409bc0 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel .CommonIcon.-author {
  box-shadow: 0 1px 0 1px #84a563, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #84a563 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel .CommonIcon.-publisher {
  box-shadow: 0 1px 0 1px #fa8c25, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #fa8c25 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.krimi-thrillerWrapper {
  background: rgba(24, 54, 166, 0.1);
}

.ContentBlock.-hasLabel.krimi-thrillerWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.krimi-thrillerWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(24, 54, 166, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-krimi-thriller {
  box-shadow: 0 1px 0 1px #1836A6, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #1836A6 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.fantasyWrapper {
  background: rgba(126, 87, 194, 0.1);
}

.ContentBlock.-hasLabel.fantasyWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.fantasyWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(126, 87, 194, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-fantasy {
  box-shadow: 0 1px 0 1px #7e57c2, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #7e57c2 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.romaneWrapper {
  background: rgba(38, 166, 154, 0.1);
}

.ContentBlock.-hasLabel.romaneWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.romaneWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(38, 166, 154, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-romane {
  box-shadow: 0 1px 0 1px #26a69a, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #26a69a url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.liebesromanWrapper {
  background: rgba(240, 98, 146, 0.1);
}

.ContentBlock.-hasLabel.liebesromanWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.liebesromanWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(240, 98, 146, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-liebesroman {
  box-shadow: 0 1px 0 1px #f06292, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #f06292 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.jugendbuchWrapper {
  background: rgba(156, 204, 101, 0.1);
}

.ContentBlock.-hasLabel.jugendbuchWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.jugendbuchWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(156, 204, 101, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-jugendbuch {
  box-shadow: 0 1px 0 1px #9ccc65, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #9ccc65 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.historische-romaneWrapper {
  background: rgba(255, 167, 38, 0.1);
}

.ContentBlock.-hasLabel.historische-romaneWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.historische-romaneWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(255, 167, 38, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-historische-romane {
  box-shadow: 0 1px 0 1px #ffa726, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #ffa726 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.sachbuchWrapper {
  background: rgba(0, 108, 128, 0.1);
}

.ContentBlock.-hasLabel.sachbuchWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.sachbuchWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(0, 108, 128, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-sachbuch {
  box-shadow: 0 1px 0 1px #006c80, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #006c80 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.science-fictionWrapper {
  background: rgba(48, 79, 254, 0.1);
}

.ContentBlock.-hasLabel.science-fictionWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.science-fictionWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(48, 79, 254, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-science-fiction {
  box-shadow: 0 1px 0 1px #304ffe, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #304ffe url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.kinderbuchWrapper {
  background: rgba(244, 67, 54, 0.1);
}

.ContentBlock.-hasLabel.kinderbuchWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.kinderbuchWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(244, 67, 54, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-kinderbuch {
  box-shadow: 0 1px 0 1px #f44336, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #f44336 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.klassikerWrapper {
  background: rgba(128, 42, 34, 0.1);
}

.ContentBlock.-hasLabel.klassikerWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.klassikerWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(128, 42, 34, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-klassiker {
  box-shadow: 0 1px 0 1px #802a22, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #802a22 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.comicWrapper {
  background: rgba(214, 179, 17, 0.1);
}

.ContentBlock.-hasLabel.comicWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.comicWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(214, 179, 17, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-comic {
  box-shadow: 0 1px 0 1px #d6b311, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #d6b311 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.humorWrapper {
  background: rgba(51, 170, 56, 0.1);
}

.ContentBlock.-hasLabel.humorWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.humorWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(51, 170, 56, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-humor {
  box-shadow: 0 1px 0 1px #33aa38, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #33aa38 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.biografieWrapper {
  background: rgba(245, 125, 86, 0.1);
}

.ContentBlock.-hasLabel.biografieWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.biografieWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(245, 125, 86, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-biografie {
  box-shadow: 0 1px 0 1px #f57d56, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #f57d56 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.gedichte-dramaWrapper {
  background: rgba(157, 138, 4, 0.1);
}

.ContentBlock.-hasLabel.gedichte-dramaWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.gedichte-dramaWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(157, 138, 4, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-gedichte-drama {
  box-shadow: 0 1px 0 1px #9d8a04, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #9d8a04 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock.-hasLabel.erotische-literaturWrapper {
  background: rgba(149, 54, 121, 0.1);
}

.ContentBlock.-hasLabel.erotische-literaturWrapper + .genreSuccessor {
  border-top: none;
}

.ContentBlock.-hasLabel.erotische-literaturWrapper + .genreSuccessor .GenreIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid rgba(149, 54, 121, 0.1);
}

.ContentBlock.-hasLabel .GenreIcon.-erotische-literatur {
  box-shadow: 0 1px 0 1px #953679, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #953679 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ContentBlock + .ContentBlock,
.ContentBlock + span:empty + .ContentBlock,
.ContentBlock + span:empty + span:empty + .ContentBlock {
  border-top: 1px solid #e5e5e5;
}

.Dialog {
  z-index: 1003;
  font-weight: 300;
  background: #fbfbfb;
  -webkit-animation: Dialog-slide 0.4s ease-in;
  animation: Dialog-slide 0.4s ease-in;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* for the registration process */
}

.Dialog > header {
  position: relative;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  z-index: 1003;
}

.Dialog > header > .closeButton {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #cc6b42;
}

.Dialog > header > .closeButton span {
  position: absolute;
  left: 10px;
  right: 10px;
  content: '';
  width: 20px;
  height: 1px;
  display: inline-block;
  background: #cc6b42;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Dialog > header > .closeButton span:first-child {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.Dialog > .dialogEntry {
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 50px);
  overflow: scroll;
  z-index: 1002;
  -webkit-overflow-scrolling: touch;
}

.Dialog > .dialogEntry > section {
  width: 100%;
  padding: 0 13px 20px;
}

.Dialog > .dialogEntry > section > h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

.Dialog > .dialogEntry > section > .introText {
  text-align: center;
  margin-bottom: 20px;
}

.Dialog > .dialogEntry textarea,
.Dialog > .dialogEntry input[type='text'],
.Dialog > .dialogEntry input[type='number'],
.Dialog > .dialogEntry input[type='email'],
.Dialog > .dialogEntry input[type='password'] {
  font-size: 16px;
}

.Dialog > .dialogEntry .Dialog-footer {
  margin-top: 25px;
  text-align: right;
}

.Dialog .registrationHeader > h1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 25px;
  margin-bottom: 25px;
}

.Dialog .registrationHeader > h1 span {
  margin-left: 5px;
  display: inline-block;
  width: 128px;
  height: 25px;
  vertical-align: top;
}

.Dialog .registrationHeader > span {
  display: block;
  margin: 25px 0 20px;
  color: #9E9C97;
  text-align: center;
}

.Dialog .registrationHeader > span strong {
  font-weight: 500;
}

.Dialog .introText {
  font-size: 15px;
  font-weight: 300;
}

.Dialog .introText strong {
  font-weight: 400;
}

.Dialog h2.introHead {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0 15px;
}

@-webkit-keyframes Dialog-slide {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes Dialog-slide {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media only screen and (min-width: 480px) {
  .Dialog > .dialogEntry section {
    padding: 0 60px;
  }

  .Dialog > .dialogEntry .Dialog-footer {
    margin-top: 20px;
  }

  .Dialog .registrationHeader > h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .Dialog .registrationHeader > h1 span {
    width: 144px;
    height: 24px;
  }

  .Dialog .registrationHeader > span {
    margin: 30px 0 25px;
  }

  .Dialog .Form .Input {
    margin: 15px 0 10px;
  }

  .Dialog .Recaptcha {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .Dialog {
    -webkit-animation: none;
    animation: none;
    position: relative;
    margin: 72px auto 0;
    height: auto;
    max-width: 440px;
  }

  .Dialog > .dialogEntry {
    position: static;
    overflow: auto;
    height: 100%;
  }

  .Dialog > .dialogEntry section {
    padding: 0 40px 40px;
  }

  .Dialog.NewsletterSubscriptionDialog {
    max-width: 730px;
  }
}

/* for the /login page in the wicket app per i-frame */

.Dialog.-in-i-frame,
.MobileApp .dialog > .Dialog.-in-i-frame {
  -webkit-animation: none;
  animation: none;
  overflow: auto;
}

.Dialog.-in-i-frame > .dialogEntry,
.MobileApp .dialog > .Dialog.-in-i-frame > .dialogEntry {
  height: 100%;
  overflow: auto;
}

.Dialog.-in-i-frame > .dialogEntry section,
.MobileApp .dialog > .Dialog.-in-i-frame > .dialogEntry section {
  padding: 0 40px 40px;
}

.Dispenser > .list > * {
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEBE9;
}

.Dispenser > .list > *:last-child,
.Dispenser > .list > *[id=GooglePublisherTag] {
  border-bottom: none;
}

.Dispenser > .list > .ReadingStateCard.-interactive {
  padding-bottom: 40px;
}

.Dispenser > .moreButton {
  width: 100%;
}

.Dispenser.-stream > .moreButton {
  display: block;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 20px auto 13px;
  width: 100%;
  max-width: calc(320px - 13px * 4);
  text-align: center;
  color: #cc6b42;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  background: white;
  border: 1px solid #cc6b42;
  line-height: 40px;
  padding: 0;
  border-radius: 4px;
}

.Dispenser.-stream > .moreButton > .rightIconAnim {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (min-width: 996px) {
  .Dispenser.-stream > .moreButton:hover {
    background: #D68968;
    color: white;
  }
}

.Dispenser > .list > .StreamItem {
  margin-bottom: 0;
}

.Pager > .list > * {
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEBE9;
}

.Pager > .list > *:last-child,
.Pager > .list > *[id=GooglePublisherTag] {
  border-bottom: none;
}

.Pager > .list > .ReadingStateCard.-interactive {
  padding-bottom: 40px;
}

.Pager > .list > .StreamItem {
  margin-bottom: 0;
}

.Pager > .pager-container {
  line-height: 30px;
  font-size: 15px;
  padding: 26px 0 0;
  margin: 0 13px;
  border-top: 1px solid #ECEBE9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .Pager > .pager-container {
    margin: 0 26px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.Pager > .pager-container > .page-size,
.Pager > .pager-container > .page-size > .page-sizes,
.Pager > .pager-container > .pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.Pager > .pager-container ul > li {
  padding: 0 5px;
  margin: 0 3px;
  border-radius: 4px;
}

.Pager > .pager-container ul > li:hover {
  color: white;
  background: #D68968;
}

.Pager > .pager-container ul > li:hover > a {
  color: white;
  text-decoration: none;
}

.Pager > .pager-container ul > li.active {
  pointer-events: none;
  background: #cc6b42;
  color: #ffffff;
}

.Pager > .pager-container ul > li:not(.active) {
  cursor: pointer;
}

.Pager > .pager-container ul > li.disabled {
  pointer-events: none;
}

.Pager > .pager-container ul > li > a {
  display: block;
  color: #403c32;
}

.Pager > .pager-container ul > li.disabled > a {
  pointer-events: none;
  color: #9E9C97;
}

.Pager > .pager-container ul > li.active > a {
  color: white;
}

.Pager > .pager-container .page-size {
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .Pager > .pager-container .page-size {
    margin-bottom: 0;
  }
}

.Pager > .pager-container .page-size span {
  font-weight: 500;
  margin-right: 5px;
}

.GenreIcon {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
}

.GenreIcon > svg {
  vertical-align: top;
}

.GenreIcon.-krimi-thriller {
  fill: #1836A6;
}

.GenreIcon.-fantasy {
  fill: #7e57c2;
}

.GenreIcon.-romane {
  fill: #26a69a;
}

.GenreIcon.-liebesroman {
  fill: #f06292;
}

.GenreIcon.-jugendbuch {
  fill: #9ccc65;
}

.GenreIcon.-historische-romane {
  fill: #ffa726;
}

.GenreIcon.-sachbuch {
  fill: #006c80;
}

.GenreIcon.-science-fiction {
  fill: #304ffe;
}

.GenreIcon.-kinderbuch {
  fill: #f44336;
}

.GenreIcon.-klassiker {
  fill: #802a22;
}

.GenreIcon.-comic {
  fill: #d6b311;
}

.GenreIcon.-humor {
  fill: #33aa38;
}

.GenreIcon.-biografie {
  fill: #f57d56;
}

.GenreIcon.-gedichte-drama {
  fill: #9d8a04;
}

.GenreIcon.-erotische-literatur {
  fill: #953679;
}

#GooglePublisherTag,
#GooglePublisherTag-2,
#GooglePublisherTag-3,
#GooglePublisherTag-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

#GooglePublisherTag-3,
#GooglePublisherTag-4 {
  padding: 26px 0;
  margin-bottom: 0;
}

.Image {
  display: block;
}

.Image::before {
  position: relative;
  content: '';
  display: block;
  width: 100%;
}

.ImageTeaser {
  display: block;
}

.InfiniteSlider {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.InfiniteSlider > .Spinner {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 50px;
  margin-bottom: 0;
}

.InfiniteSlider .moreButtonContainer {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-tap-highlight-color: rgba(236, 235, 233, 0.5);
}

.InfiniteSlider .moreButtonContainer > a:hover {
  text-decoration: none;
}

.InfiniteSlider .moreButtonContainer .Button {
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  padding: 0;
}

.InfiniteSlider .moreButtonContainer .Button + span {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.InfiniteSlider.-mouseEvents {
  overflow-x: hidden;
}

.InfiniteSlider.-hasControls {
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow-x: visible;
  overflow-y: visible;
  width: auto;
  padding: 0;
  position: relative;
}

.LotterySlider {
  position: relative;
  padding: 13px 13px 13px;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.LotterySlider > header {
  margin-bottom: 13px;
}

.LotterySlider > header > h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #403c32;
}

.LotterySlider > header > .subLine {
  font-size: 16px;
  font-weight: 300;
}

.LotterySlider > .Slider {
  position: relative;
  padding: 13px 0;
}

.LotterySlider .sliderNav {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: 50%;
  background: white;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
}

.LotterySlider .sliderNav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 40px;
  text-align: center;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cc6b42;
  border-left: 2px solid #cc6b42;
}

.LotterySlider .sliderNav.-prev {
  left: 26px;
}

.LotterySlider .sliderNav.-prev::before {
  margin-left: 3px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.LotterySlider .sliderNav.-next {
  right: 26px;
}

.LotterySlider .sliderNav.-next::before {
  margin-left: -3px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg);
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}

@media (min-width: 480px) {
  .LotterySlider {
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .LotterySlider > header > h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .LotterySlider > header > .subLine {
    font-size: 18px;
  }

  .LotterySlider > .Slider {
    padding: 0;
  }

  .LotterySlider .sliderNav {
    display: block;
  }
}

@media (min-width: 996px) {
  .LotterySlider .sliderNav:hover {
    background: #cc6b42;
  }

  .LotterySlider .sliderNav:hover::before {
    border-color: white;
  }
}

.Input {
  display: block;
}

.Input .inputLabel {
  font-size: 13px;
  font-weight: 300;
  color: #87847D;
}

.Input > .field::-webkit-input-placeholder {
  color: rgba(67, 57, 36, 0.5);
}

.Input > .field:-ms-input-placeholder {
  color: rgba(67, 57, 36, 0.5);
}

.Input > .field::placeholder {
  color: rgba(67, 57, 36, 0.5);
}

.Input > .field.-username,
.Input > .field.-email,
.Input > .field.-password {
  width: 100%;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #E2E0DA;
  background: white;
  color: #403C32;
}

.Input > .field.-username.-error,
.Input > .field.-email.-error,
.Input > .field.-password.-error {
  border-color: #cc0606;
  color: #cc0606;
}

.Input > .field.-username:focus,
.Input > .field.-email:focus,
.Input > .field.-password:focus {
  outline: none;
  border-color: #0088CC;
}

.Input > .field.-username + .feedback.-error,
.Input > .field.-email + .feedback.-error,
.Input > .field.-password + .feedback.-error {
  margin: 5px 0 10px;
  padding: 0;
  font-size: 13px;
  font-weight: 200;
  color: #cc0606;
  background: none;
}

.Input > .field.-username + .feedback.-error::before,
.Input > .field.-email + .feedback.-error::before,
.Input > .field.-password + .feedback.-error::before {
  display: none;
}

.Input > .field.-text,
.Input > .field.-number,
.Input > .field.-textarea,
.Input > .field.-search {
  width: 100%;
  padding: 10px;
  border: 1px solid #E2E0DA;
  background: #F7F6F5 no-repeat;
}

.Input > .field.-text:focus,
.Input > .field.-number:focus,
.Input > .field.-textarea:focus,
.Input > .field.-search:focus {
  outline: none;
  border-color: #0088CC;
}

.Input > .field.-textarea {
  display: block;
  min-height: 100px;
}

.Input > .field.-search {
  -webkit-appearance: none;
  line-height: 20px;
}

.Input > .field:-webkit-autofill {
  padding-left: 10px;
}

.Input > .field.-lightBg {
  background: #ffffff;
}

.Input > .checkboxContainer {
  display: block;
  color: #433924;
  margin-top: 20px;
  line-height: 24px;
}

.Input > .checkboxContainer > input.noCheckBox {
  opacity: 0;
  width: 0;
  margin: 0;
}

.Input > .checkboxContainer > input + .switch {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  background: #e5e5e5;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  transition: background 0.5s ease-out;
  vertical-align: middle;
}

.Input > .checkboxContainer > input + .switch::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  width: 22px;
  height: 22px;
  background: #f8f8f8;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.5);
}

.Input > .checkboxContainer > input:checked + .switch {
  background: #9eb883;
}

.Input > .checkboxContainer > input:checked + .switch::before {
  transition: left 0.3s ease-out;
  left: 20px;
}

.Input > .checkboxContainer > input + .switch + .switchText {
  padding-left: 60px;
  display: block;
  margin-top: -23px;
}

.Input > .checkboxContainer > input + .switchText {
  padding-left: 10px;
}

.Input > .checkboxContainer + .feedback.-error {
  margin: 5px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 200;
  color: #cc0606;
  background: none;
}

.Input > .checkboxContainer + .feedback.-error::before {
  display: none;
}

.Input > .feedback {
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 4px;
  margin: 15px 0 0;
}

.Input > .feedback::before {
  position: absolute;
  content: '';
  display: block;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
}

.Input > .feedback.-error {
  color: #891217;
  background-color: rgba(137, 18, 23, 0.1);
}

.Input > .feedback.-error::before {
  border-color: transparent transparent rgba(137, 18, 23, 0.1) transparent;
}

.Input > .feedback.-success {
  background-color: rgba(132, 165, 99, 0.3);
}

.Input > .feedback.-success::before {
  border-color: transparent transparent rgba(132, 165, 99, 0.3) transparent;
}

.Input > .-responsive {
  position: relative;
}

.Input > .-responsive > input {
  width: 100%;
  padding: 10px 39px 10px 10px;
  background: white no-repeat;
  -webkit-appearance: none;
  line-height: 20px;
  border: 1px solid #ECEBE9;
  box-sizing: border-box;
}

.Input > .-responsive > .CommonIcon.-search {
  position: absolute;
  right: 13px;
  top: 50%;
  color: #87847D;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.InputFeedback {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  margin: 15px 0 0;
}

.InputFeedback::before {
  position: absolute;
  content: '';
  display: block;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
}

.InputFeedback.-error {
  margin: 5px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 200;
  color: #cc0606;
  background: none;
}

.InputFeedback.-error:before {
  display: none;
}

.InputFeedback.-success {
  background-color: rgba(132, 165, 99, 0.3);
}

.InputFeedback.-success::before {
  border-color: transparent transparent rgba(132, 165, 99, 0.3) transparent;
}

.Link {
  text-decoration: none;
}

.Link:hover {
  text-decoration: underline;
  color: inherit;
}

.Link.-default {
  color: #0088CC;
}

.Link.-default:hover {
  color: #33a0d6;
}

.Rating {
  white-space: nowrap;
  line-height: 0;
}

.Rating > .CommonIcon {
  color: #fa8c25;
  margin-left: -3px;
}

.Rating > .count {
  margin-left: 5px;
  font-size: 12px;
  vertical-align: middle;
}

.Slider {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Slider.-noPadding {
  padding: 0;
}

.Slider.-wrapped {
  padding: 4px 0 0 0;
}

@media (min-width: 996px) {
  .Slider.-wrapped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow-x: hidden;
  }
}

.Slider.-wrapped .BookCoverBox {
  margin-bottom: 0;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-right: 30px;
}

@media (min-width: 996px) {
  .Slider.-wrapped .BookCoverBox {
    margin-right: 0;
    margin-bottom: 13px;
  }

  .Slider.-wrapped .BookCoverBox:last-child:nth-child(odd) {
    margin-right: auto;
  }
}

.Slider.-wrapped .BookCoverBox .title {
  color: #0088CC;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.Slider.-wrapped .BookCoverBox .title:hover {
  color: #33a0d6;
}

.Slider:not(.-wrapped)::after {
  content: '.';
  opacity: 0;
}

.Slider > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.Slider > .ActivityBox {
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  padding-right: 20px;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.Slider > .BookCoverBox {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-right: 30px;
}

.Slider > .LotteryCard {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 40px;
}

.BookLists {
  background: white;
  padding: 13px;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.BookLists > .list {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 13px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.BookLists > .list > .ListCard {
  width: 100%;
  max-width: calc(320px - 26px);
  text-decoration: none;
  padding: 0 13px;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.BookLists > .list > .ListCard > .bookList {
  width: auto;
}

.BookLists > .list > .ListCard ul {
  position: relative;
  line-height: 0;
  width: 100%;
}

.BookLists > .list > .ListCard ul > li {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-right: -25px;
}

.BookLists > .list > .ListCard ul > li > img {
  vertical-align: bottom;
  border-right: 5px solid #ECEBE9;
  -ms-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
}

.BookLists > .list > .ListCard .name {
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px 0;
  color: #0088CC;
  font-weight: 400;
  max-width: 100%;
  max-height: 52px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.BookLists > .list > .ListCard .name:hover {
  color: #33a0d6;
  text-decoration: underline;
}

.BookLists > header {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ECEBE9;
}

.BookLists > header > h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.BookLists > header > h2 > .Link {
  color: #0088CC;
}

.BookLists > header > .subLine {
  font-size: 16px;
  font-weight: 300;
}

.BookLists > header > .subLine > .Link {
  color: #0088CC;
}

@media (min-width: 480px) {
  .BookLists {
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .BookLists > header > h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .BookLists > header > .subLine {
    font-size: 18px;
  }
}

@media (min-width: 996px) {
  .BookLists > .list > * {
    margin: 0;
  }

  .BookLists > .list > *:last-child {
    text-align: inherit;
  }

  .BookLists > .list > .listItem:hover > .title {
    color: #33a0d6;
  }
}

.Spinner {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  left: 16px;
  top: 16px;
}

.Spinner.-block {
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 150px;
}

.Spinner > .bar {
  -webkit-animation: Spinner-spin 1.2s linear infinite;
  animation: Spinner-spin 1.2s linear infinite;
  border-radius: 5px;
  background-color: #fa8c25;
  position: absolute;
  width: 20%;
  height: 7.8%;
  top: -3.9%;
  left: -10%;
}

@-webkit-keyframes Spinner-spin {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

@keyframes Spinner-spin {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

.AddToLibraryDialog .shelves {
  position: relative;
  width: 100%;
  border-radius: 4px;
  margin: 20px auto 0;
}

.AddToLibraryDialog .shelves > label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 0 10px 40px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
}

.AddToLibraryDialog .shelves > label:first-child {
  border-top: none;
}

.AddToLibraryDialog .shelves > label.toplevel {
  padding: 10px 0;
}

.AddToLibraryDialog .shelves > label.active {
  font-weight: bold;
  color: #fa8c25;
}

.AddToLibraryDialog .shelves > label.active::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #fa8c25;
  border-bottom: 3px solid #fa8c25;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.AddToLibraryDialog .shelves > label > .checkboxContainer {
  display: inline-block;
  margin-top: 10px;
}

.AddToLibraryDialog .shelves > label > .checkboxContainer > input {
  opacity: 0;
  width: 0;
  margin: 0;
}

.AddToLibraryDialog .shelves > label > .checkboxContainer > .switchText {
  padding-left: 0;
}

.AddToLibraryDialog .shelves > label.active > .checkboxContainer > .switchText {
  color: #fa8c25;
}

.CommentsDialog .Comment {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
}

.CommentsDialog .Comment:first-child {
  padding-top: 0;
  border-top: 0;
}

.ParticipationDialog {
  max-width: 600px;
}

.ParticipationDialog .header,
.ParticipationDialog p,
.ParticipationDialog .Input,
.ParticipationDialog .Button,
.ParticipationDialog .ReadMoreBox {
  margin-bottom: 10px;
}

.ParticipationDialog .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ParticipationDialog .header > .BookCover {
  margin-right: 20px;
}

.ParticipationDialog .header > div > h2 {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ParticipationDialog .Button.send {
  width: 100%;
  margin-top: 20px;
}

.ParticipationDialog .Input.text > textarea {
  height: 150px;
}

.ParticipationDialog .Form > .commitment {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #f8f8f8;
  margin: 20px -20px;
}

.ParticipationDialog .Form > .note {
  font-size: 12px;
}

.ParticipationDialog .addressForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}

.ParticipationDialog .addressForm > .Input {
  margin-right: 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ParticipationDialog .addressForm > .Input.firstName {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.ParticipationDialog .addressForm > .Input.lastName {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}

.ParticipationDialog .addressForm > .Input.street {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.ParticipationDialog .addressForm > .Input.zip {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.ParticipationDialog .addressForm > .Input.city {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.ParticipationDialog .addressForm > .Input.country {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.LoginPage {
  font-size: 15px;
  max-width: 440px;
  margin: auto;
}

.LoginPage .Input {
  margin-bottom: 5px;
}

.LoginPage .Input:last-of-type {
  margin-bottom: 20px;
}

.LoginPage .InputFeedback {
  margin-bottom: 20px;
}

.LoginPage .Button {
  position: relative;
  width: 100%;
  background-image: none;
  font-size: 15px;
}

.LoginPage .Button > .rightIcon {
  position: absolute;
  margin: 0;
  left: 15px;
}

.LoginPage .forgotPassword {
  display: block;
  margin: 5px 0;
  font-size: 13px;
  color: #0088CC;
}

.LoginPage .resendConfirmation {
  display: block;
  margin: 10px auto;
  color: black;
  text-decoration: underline;
}

.LoginPage .divider {
  width: 100%;
  height: 11px;
  text-align: center;
  border-bottom: 1px solid #E2E0DA;
  margin: 7px 0 20px;
}

.LoginPage .divider > span {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  background: #fbfbfb;
  padding: 0 10px;
}

.LoginPage .facebookDisclaimer {
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 200;
  color: #87847D;
}

.LoginPage .registrationLink {
  height: 52px;
  padding: 10px;
  border: 1px solid #ECEBE9;
  font-size: 13px;
  line-height: 30px;
}

.LoginPage .registrationLink button {
  padding-left: 5px;
  font-size: 13px;
  color: #0088CC;
}

.LoginPage .registrationLink span {
  display: inline-block;
  float: left;
  width: 30px;
  margin-right: 10px;
}

.LoginPage .Button.register {
  background-color: #891217;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .LoginPage .Input {
    margin-bottom: 10px;
  }

  .LoginPage .forgotPassword {
    margin: 10px 0;
  }

  .LoginDialog section {
    padding: 0 60px;
  }
}

.NewsletterSubscriptionDialog {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.NewsletterSubscriptionDialog .genreButtonWrapper {
  text-align: center;
}

.NewsletterSubscriptionDialog .genreButtonWrapper .genreButtonBox {
  display: inline-block;
  text-align: left;
  max-width: 420px;
}

.NewsletterSubscriptionDialog .genreButtonWrapper .genreButtonBox .switchText small {
  color: #87847D;
}

.NewsletterSubscriptionDialog .Input > .checkboxContainer > input + .switch + .switchText {
  color: #403c32;
}

.NewsletterSubscriptionDialog .Dialog-footer > .Button {
  width: 100%;
}

.NewsletterSubscriptionDialog .Form > .Input {
  text-align: left;
}

@media only screen and (min-width: 480px) {
  .NewsletterSubscriptionDialog .genreButtonWrapper .genreButtonBox .switchText small {
    display: block;
    font-size: 12px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .NewsletterSubscriptionDialog .dialogEntry section {
    padding: 0 21px;
  }
}

.ReadingStateDialog {
  max-width: 600px;
}

.ReadingStateDialog p,
.ReadingStateDialog .Input {
  margin-bottom: 10px;
}

.ReadingStateDialog .header {
  text-align: center;
  margin-bottom: 20px;
}

.ReadingStateDialog .header h2 {
  font-size: 18px;
  margin-bottom: 5px;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ReadingStateDialog .coverAndState {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.ReadingStateDialog .coverAndState > .BookCover {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-right: 20px;
}

.ReadingStateDialog .coverAndState > fieldset {
  margin-top: 10px;
}

.ReadingStateDialog .coverAndState > fieldset > label {
  margin-bottom: 20px;
}

.ReadingStateDialog .radioContainer {
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
}

.ReadingStateDialog .radioContainer > input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  outline: none;
  background: #fff;
}

.ReadingStateDialog .radioContainer > input[type="radio"]:checked::before,
.ReadingStateDialog .radioContainer > input[type="radio"]:not(:checked)::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid #949084;
  background: white;
  top: 0;
  border-radius: 30px;
}

.ReadingStateDialog .radioContainer > input[type="radio"]:checked::before {
  transition: box-shadow 0.4s ease-in-out;
  background: #fa8c25;
  box-shadow: inset 0 0 0 4px white;
}

.ReadingStateDialog .socialSharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.ReadingStateDialog .socialSharing > .switches > .twitter {
  margin-top: 30px;
}

.ReadingStateDialog .socialSharing > .infoIcon {
  color: #409bc0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

.ReadingStateDialog .progress,
.ReadingStateDialog .rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
}

.ReadingStateDialog .progress > .selectWrapper {
  position: relative;
  margin-left: 10px;
}

.ReadingStateDialog .progress > .selectWrapper > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #433924;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 5px 25px 5px 5px;
}

.ReadingStateDialog .progress > .selectWrapper > select::-ms-expand {
  display: none;
}

.ReadingStateDialog .progress > .selectWrapper > select:focus {
  outline: none;
  box-shadow: 0 0 0 1px #409bc0;
}

.ReadingStateDialog .progress > .selectWrapper::after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #433924;
  border-bottom: 2px solid #433924;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}

.ReadingStateDialog .progress > .Input {
  width: 60px;
  margin: 0 10px;
}

.ReadingStateDialog .progress > .Input:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .ReadingStateDialog .progress > .Input {
    width: 75px;
  }
}

.ReadingStateDialog .Input + .selectWrapper {
  margin: 0 10px 0 0;
}

.ReadingStateDialog .rating > .Rating > .CommonIcon {
  width: 40px;
  height: 40px;
}

.ReadingStateDialog .rating > .Rating {
  margin-left: 10px;
  margin-bottom: 5px;
}

.ReadingStateDialog .Input.textarea {
  margin: 20px 0 0;
}

.ReadingStateDialog .charsLeft {
  color: #949084;
  font-size: 11px;
}

.ReadingStateDialog .Button.send {
  width: 100%;
}

.ReadingStateDialog p.notification {
  color: #949084;
  font-size: small;
  width: 90%;
  margin: 10px auto 0;
}

.ReadingStateDialog-Tooltip {
  z-index: 1003;
  background: #ffffff;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
}

.ShortQuoteDialog {
  max-width: 600px;
}

.ShortQuoteDialog p,
.ShortQuoteDialog .Input {
  margin-bottom: 10px;
}

.ShortQuoteDialog .header {
  margin-bottom: 20px;
}

.ShortQuoteDialog .header h2 {
  font-size: 18px;
  margin-bottom: 5px;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ShortQuoteDialog .coverAndState {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.ShortQuoteDialog .coverAndState > .BookCover {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-right: 20px;
}

.ShortQuoteDialog .coverAndState > fieldset {
  margin-top: 10px;
}

.ShortQuoteDialog .coverAndState > fieldset > label {
  margin-bottom: 20px;
}

.ShortQuoteDialog .radioContainer {
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
}

.ShortQuoteDialog .radioContainer > input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  outline: none;
  background: #fff;
}

.ShortQuoteDialog .radioContainer > input[type="radio"]:checked::before,
.ShortQuoteDialog .radioContainer > input[type="radio"]:not(:checked)::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid #949084;
  background: white;
  top: 0;
  border-radius: 30px;
}

.ShortQuoteDialog .radioContainer > input[type="radio"]:checked::before {
  transition: box-shadow 0.4s ease-in-out;
  background: #fa8c25;
  box-shadow: inset 0 0 0 4px white;
}

.ShortQuoteDialog .socialSharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.ShortQuoteDialog .socialSharing > .switches > .twitter {
  margin-top: 30px;
}

.ShortQuoteDialog .socialSharing > .infoIcon {
  color: #409bc0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

.ShortQuoteDialog .progress,
.ShortQuoteDialog .rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
}

.ShortQuoteDialog .progress > .selectWrapper {
  position: relative;
  margin-left: 10px;
}

.ShortQuoteDialog .progress > .selectWrapper > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #433924;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 5px 25px 5px 5px;
}

.ShortQuoteDialog .progress > .selectWrapper > select::-ms-expand {
  display: none;
}

.ShortQuoteDialog .progress > .selectWrapper > select:focus {
  outline: none;
  box-shadow: 0 0 0 1px #409bc0;
}

.ShortQuoteDialog .progress > .selectWrapper::after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #433924;
  border-bottom: 2px solid #433924;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}

.ShortQuoteDialog .progress > .Input {
  width: 60px;
  margin: 0 10px;
}

.ShortQuoteDialog .progress > .Input:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .ShortQuoteDialog .progress > .Input {
    width: 75px;
  }
}

.ShortQuoteDialog .Input + .selectWrapper {
  margin: 0 10px 0 0;
}

.ShortQuoteDialog .rating > .Rating > .CommonIcon {
  width: 40px;
  height: 40px;
}

.ShortQuoteDialog .rating > .Rating {
  margin-left: 10px;
  margin-bottom: 5px;
}

.ShortQuoteDialog .Input.textarea {
  margin: 20px 0 0;
}

.ShortQuoteDialog .charsLeft {
  color: #949084;
  font-size: 11px;
}

.ShortQuoteDialog .Button.send {
  width: 100%;
}

.ShortQuoteDialog p.notification {
  color: #949084;
  font-size: small;
  width: 90%;
  margin: 10px auto 0;
}

.ShortQuoteDialog-Tooltip {
  z-index: 1003;
  background: #ffffff;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
}

.RegistrationConfirmationDialog {
  font-size: 15px;
  text-align: center;
}

.RegistrationConfirmationDialog .noMailHeader {
  margin: 40px 0 15px;
  font-weight: 400;
}

.RegistrationConfirmationDialog > .dialogEntry > section {
  background: #fbfbfb url(//s3-eu-west-1.amazonaws.com/assets.responsive.lovelybooks.de/register-bg-small.jpg) no-repeat bottom;
  background-size: contain;
  padding-bottom: 120px;
}

.RegistrationConfirmationDialog .Button {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.RegistrationConfirmationDialog .Button:not(.-done) {
  font-size: 13px;
  color: #0088CC;
  background-color: white;
  border: 1px solid #0088CC;
}

.RegistrationConfirmationDialog .Button:hover {
  color: white;
  background-color: #33a0d6;
  border-color: #33a0d6;
}

@media only screen and (min-width: 480px) {
  .RegistrationConfirmationDialog > .dialogEntry > section {
    background-image: url(//s3-eu-west-1.amazonaws.com/assets.responsive.lovelybooks.de/register-bg-medium.jpg);
    padding-bottom: 300px;
  }

  .RegistrationConfirmationDialog .noMailHeader {
    margin: 40px 0 20px;
  }

  .RegistrationConfirmationDialog .Button {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 768px) {
  .RegistrationConfirmationDialog > .dialogEntry > section {
    background-image: url(//s3-eu-west-1.amazonaws.com/assets.responsive.lovelybooks.de/register-bg-large.jpg);
  }
}

.RegisterPage {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #403C32;
  background: #fbfbfb;
}

.RegisterPage * {
  font-family: Roboto, sans-serif;
}

.RegisterPage .facebookLogin {
  width: 100%;
  color: #949084;
}

.RegisterPage .facebookLogin .Button {
  margin-bottom: 0;
}

.RegisterPage .facebookLogin .facebookDisclaimer {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #87847D;
}

.RegisterPage .divider {
  width: 100%;
  height: 11px;
  text-align: center;
  border-bottom: 1px solid #E2E0DA;
  margin: 7px 0 20px;
}

.RegisterPage .divider > span {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  background: #fbfbfb;
  padding: 0 10px;
}

.RegisterPage .Input,
.RegisterPage .Button {
  margin-bottom: 10px;
}

.RegisterPage small {
  font-size: 10px;
}

.RegisterPage .Button {
  position: relative;
  width: 100%;
}

.RegisterPage .Button > .rightIcon {
  position: absolute;
  margin: 0;
  left: 15px;
}

.RegisterPage .Button.register {
  margin: 0 0 30px;
}

.RegisterPage .otherActions {
  display: block;
  margin: 10px 0;
  font-size: 13px;
  text-align: center;
}

.RegisterPage .loginLink {
  height: 52px;
  padding: 10px;
  border: 1px solid #ECEBE9;
  font-size: 13px;
  line-height: 30px;
}

.RegisterPage .loginLink button {
  padding-left: 5px;
  font-size: 13px;
  color: #0088CC;
}

.RegisterPage .loginLink span {
  display: inline-block;
  float: left;
  width: 30px;
  margin-right: 10px;
}

.Dialog .dialogEntry > section {
  padding: 40px 13px 20px;
}

.Dialog .dialogEntry > section > .headline {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  color: #403c32;
  margin-bottom: 25px;
}

.Dialog .dialogEntry > section > .text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #87847D;
  margin-bottom: 20px;
}

.Dialog .dialogEntry > section > .text.-strong {
  font-weight: 500;
}

.Dialog .dialogEntry > section > .text.-strong > .warning {
  color: #cc0606;
}

.Dialog .dialogEntry > section > .Button {
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
  font-style: italic;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
}

.Dialog .dialogEntry > section > .Button.-filled {
  color: white;
  background: #0088CC;
}

.Dialog .dialogEntry > section > .Button.-outlined {
  background: white;
  color: #0088CC;
  border: 1px solid #0088CC;
}

@media (min-width: 480px) {
  .Dialog > .dialogEntry > section {
    padding: 0 60px 30px;
  }

  .Dialog > .dialogEntry > section .headline {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .Dialog {
    max-width: 440px;
  }

  .Dialog > .dialogEntry > section {
    padding: 0 40px 40px;
  }
}

.ShareDialog .headerBookCard {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  margin-bottom: 35px;
  padding: 10px;
  border-radius: 3px;
}

.ShareDialog .headerBookCard::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ShareDialog .headerBookCard > .headerInfo {
  margin-left: 20px;
}

.ShareDialog .headerBookCard > .headerInfo > p {
  color: #433924;
}

.ShareDialog .headerBookCard > .headerInfo > h1 {
  color: #433924;
  font-size: 16px;
}

.ShareDialog .headerBookCard + .-url {
  display: block;
  margin-bottom: 13px;
}

.ShareDialog .Button {
  width: 100%;
  margin-bottom: 10px;
  background-color: #949084;
}

.ShareDialog .Button.-facebook {
  background-color: #3F51B5;
}

.ShareDialog .Button.-twitter {
  background-color: #55ACEE;
}

.ShareDialog .Button.-pinterest {
  background-color: #bd081c;
}

.ShareDialog .Button.-gplus {
  background-color: #dd4b39;
}

.ShareDialog .Button.-whatsapp {
  display: inline-block;
  background-color: #4dc247;
}

@media (min-width: 768px) {
  .ShareDialog .Button.-whatsapp {
    display: none;
  }
}

.FacebookRegistrationDialog .Input,
.FacebookRegistrationDialog .Button {
  margin-bottom: 10px;
}

.FacebookRegistrationDialog small {
  font-size: 10px;
}

.FacebookRegistrationDialog .Button {
  width: 100%;
}

.FacebookRegistrationDialog .Button.register {
  background-color: #891217;
}

.ForgotPasswordDialog .Dialog-footer > .Button {
  width: 100%;
}

.ContentCreationDialog {
  width: 100%;
  max-width: 100%;
}

.ContentCreationDialog .IFrameWrap > .IFrame {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .ContentCreationDialog {
    width: 700px;
    max-width: 700px;
    height: 800px;
  }
}

.AddShoutDialog .intro-text {
  display: inline-block;
  margin-bottom: 13px;
}

.AddShoutDialog .CommonIcon.infoIcon {
  position: absolute;
  bottom: 70px;
  right: 36px;
  width: 30px;
  height: 30px;
  color: #0088CC;
}

.AddShoutDialog-Tooltip {
  background: #ffffff;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
}

.popper-content {
  z-index: 1;
}

.RemoveShoutDialog .intro-text {
  display: inline-block;
  margin-bottom: 13px;
}

.RemoveShoutDialog .button-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 13px 26px 0;
}

.RemoveShoutDialog .button-bar button {
  min-width: 100px;
}

.AcceptCookies {
  position: fixed !important;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff;
  padding: 14px;
  text-align: center;
  z-index: 10;
}

.AcceptCookies p {
  margin-right: 40px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.AcceptCookies p .Link {
  color: #0088CC;
}

.AcceptCookies > .closeButton {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.AcceptCookies > .closeButton span {
  position: absolute;
  left: 10px;
  right: 10px;
  content: '';
  width: 20px;
  height: 1px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
}

.AcceptCookies > .closeButton span:first-child {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.AmazonButton.Button {
  background-color: #f39118;
  color: white;
}

.AmazonButton:not(.-round) {
  width: 180px;
}

.AffiliateMultiButton {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 6px;
  border-radius: 4px;
}

.AffiliateMultiButton.-open {
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 9;
}

.AffiliateMultiButton.-book-detail {
  position: static;
  box-shadow: none;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 13px 11px;
}

@media (min-width: 768px) {
  .AffiliateMultiButton.-book-detail {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }

  .AffiliateMultiButton.-book-detail > .Button {
    display: block;
    width: 100%;
    max-width: 260px;
  }
}

.AffiliateMultiButton.-book-detail .AffiliateButton {
  margin: 0 2px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.AffiliateMultiButton.-book-detail .AffiliateButton > .CommonIcon {
  height: auto;
}

.AffiliateMultiButton.-book-detail .AffiliateButton.-amazon > .CommonIcon {
  margin-left: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.AffiliateMultiButton.-book-detail .AffiliateButton.-hugendubel > .CommonIcon > svg,
.AffiliateMultiButton.-book-detail .AffiliateButton.-thalia > .CommonIcon > svg {
  max-height: 20px;
}

@media (min-width: 768px) {
  .AffiliateMultiButton.-book-detail .AffiliateButton {
    padding: 0 20px;
    font-size: 18px;
    margin: 8px 0;
  }

  .AffiliateMultiButton.-book-detail .AffiliateButton.-amazon > .CommonIcon {
    margin-left: 10px;
  }
}

.AffiliateMultiButton .AffiliateButton {
  display: block;
  margin: 8px 0;
  width: 140px;
  font-style: italic;
  font-size: 14px;
}

.AffiliateMultiButton .AffiliateButton.-control {
  background-color: #f39118;
  margin: 0 0 16px;
}

.AffiliateMultiButton .AffiliateButton.-control .rightIcon {
  margin-left: 6px;
}

.AffiliateMultiButton .AffiliateButton.-amazon {
  color: #f39118;
  background: white;
  border: 1px solid #f39118;
}

.AffiliateMultiButton .AffiliateButton.-amazon:hover {
  color: white;
  background-color: #f39118;
}

.AffiliateMultiButton .AffiliateButton.-thalia {
  color: #00a02f;
  background: white;
  border: 1px solid #00a02f;
}

.AffiliateMultiButton .AffiliateButton.-thalia:hover {
  color: white;
  background-color: #00a02f;
}

.AffiliateMultiButton .AffiliateButton.-thalia .CommonIcon > svg {
  margin: 0 auto;
}

.AffiliateMultiButton .AffiliateButton.-thalia .rightIcon {
  width: 100%;
  margin: 0;
  padding: 0;
}

.AffiliateMultiButton .AffiliateButton.-hugendubel {
  color: #ff0000;
  background: white;
  border: 1px solid #ff0000;
}

.AffiliateMultiButton .AffiliateButton.-hugendubel:hover {
  color: white;
  background-color: #ff0000;
}

.AffiliateMultiButton .AffiliateButton.-hugendubel:hover .CommonIcon > svg .hugendubel_path_1,
.AffiliateMultiButton .AffiliateButton.-hugendubel:hover .CommonIcon > svg .hugendubel_path_2 {
  fill: white;
}

.AffiliateMultiButton .AffiliateButton.-hugendubel .CommonIcon > svg {
  margin: 0 auto;
}

.AffiliateMultiButton .AffiliateButton.-hugendubel .CommonIcon > svg .hugendubel_path_1 {
  fill: black;
}

.AffiliateMultiButton .AffiliateButton.-hugendubel .CommonIcon > svg .hugendubel_path_2 {
  fill: #ff0000;
}

.AffiliateMultiButton .AffiliateButton.-hugendubel .rightIcon {
  width: 100%;
  margin: 0;
  padding: 0;
}

.AffiliateMultiButton .AffiliateButton.-hidden {
  display: none;
}

.AffiliateMultiButton .AffiliateButton.-open .-chevron {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.AffiliateMultiButton .AffiliateButton .-chevron {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.AffiliateMultiButton.-inline {
  position: static;
  padding: 6px 8px;
  border-radius: 0;
  width: 100%;
  background: none;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.AffiliateMultiButton.-inline > .AffiliateButton {
  margin: 0 2px;
  max-width: 140px;
  padding: 0 10px;
  line-height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.AffiliateMultiButton.-inline > .AffiliateButton.-amazon > .rightIcon {
  margin-left: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.AuthorHeader {
  padding: 20px;
}

.AuthorHeader.-shadow {
  box-shadow: inset 0 10px 10px -15px black, inset 0 -10px 10px -15px black;
  background: #f8f8f8;
}

.AuthorHeader > .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.AuthorHeader > .link:hover {
  text-decoration: none;
}

.AuthorHeader > .link > .imageContainer {
  position: relative;
  line-height: 0;
}

.AuthorHeader > .link > .imageContainer > .copyright {
  position: absolute;
  opacity: 0.3;
  width: 140px;
  padding: 10px 0 0 10px;
  font-size: 12px;
  line-height: 12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  left: 100%;
  top: 100%;
}

.AuthorHeader > .link > h1 {
  font-size: 20px;
  margin: 13px 0 5px;
  text-align: center;
  font-weight: bold;
}

.AuthorHeader > .Rating {
  margin-bottom: 20px;
}

.AutocompleteSearch-resultListContainer {
  width: 100%;
  max-width: 256px;
  z-index: 1;
}

.AutocompleteSearch-resultListContainer.-out > .resultList {
  display: none;
}

.AutocompleteSearch-resultListContainer > .resultList {
  width: 100%;
  overflow: hidden;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  max-width: 728px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.AutocompleteSearch-resultListContainer > .resultList > .resultItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  margin: 0 20px;
  border-top: 1px solid #e5e5e5;
}

.AutocompleteSearch-resultListContainer > .resultList > .resultItem:first-child {
  border-top: none;
}

.AutocompleteSearch-resultListContainer > .resultList > .resultItem > p {
  color: #433924;
  white-space: nowrap;
  padding-left: 10px;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AutocompleteSearch-resultListContainer > .resultList > .resultItem.-empty {
  color: #87847D;
}

.AutocompleteSearch-resultListContainer > .resultList > .resultItem > .BookCover {
  width: 30px;
}

.BannerSlider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.BannerSlider > .bannerItem {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  white-space: normal;
}

.BannerSlider > .bannerItem > a > img {
  display: block;
  width: 100%;
}

.BannerSlider > .bannerItem > a .bannerDisclaimer {
  position: absolute;
  display: inline-block;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  bottom: 26px;
  right: -26px;
  width: 72px;
  line-height: 20px;
  background-color: #f8f8f8;
  color: #949084;
  text-align: center;
}

.BannerSlider > .bannerItem > .entryLeft {
  position: relative;
  margin: 0 20px;
}

.BannerSlider > .bannerItem > .entryLeft > img {
  max-width: 100px;
}

.BannerSlider > .bannerItem > .entryLeft > .BookCover {
  width: 100%;
  max-width: 100px;
}

.BannerSlider > .bannerItem > .entryLeft > .BookCover.small {
  max-width: 80px;
  margin-right: 20px;
}

.BannerSlider > .bannerItem > .entryLeft > .AuthorImage {
  position: absolute;
  line-height: 0;
  max-width: 40px;
  right: 0;
  bottom: -4px;
}

.BannerSlider > .bannerItem > .entryLeft > .AuthorImage > img {
  border-radius: 3px;
}

.BannerSlider > .bannerItem > .entryLeft > .bookCountBubble {
  position: absolute;
  top: -10px;
  right: -5px;
  padding-top: 11px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background: #ece0c2;
  color: initial;
  font-family: "Droid Serif", serif;
  font-style: italic;
  text-align: center;
  font-size: 12px;
}

.BannerSlider > .bannerItem > .entryLeft > .bookCountBubble > strong {
  display: block;
  line-height: 14px;
}

.BannerSlider > .bannerItem > .entryRight {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.BannerSlider > .bannerItem > .entryRight > h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.BannerSlider > .bannerItem > .entryRight > p {
  margin-bottom: 10px;
}

.BannerSlider > .bannerItem > .entryRight > a {
  font-weight: bold;
}

.BlurryBox {
  position: relative;
  background-color: white;
  padding-bottom: 1px;
}

.BlurryBox > .content {
  position: relative;
  z-index: 2;
  margin: 0 20px;
  padding: 20px 0;
}

.BlurryBox > .bgblur {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: white;
}

.BlurryBox > .bgblur > img {
  display: block;
  position: relative;
  width: 120%;
  z-index: 1;
  -webkit-transform: translate(-20px, -20%);
  transform: translate(-20px, -20%);
  opacity: 0.25;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.BlockedProfileHeader {
  text-align: center;
}

.BlockedProfileHeader h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 0;
}

.BlockedProfileHeader .blockedMessage {
  margin-top: 20px;
  text-align: left;
}

.BlockedProfileHeader .blockedMessage > p > button {
  color: #891217;
  font-weight: bold;
}

.BookCoverBox {
  position: relative;
  display: inline-block;
  width: 120px;
  text-align: center;
}

.BookCoverBox.-no-link a {
  pointer-events: none;
}

.BookCoverBox .matter {
  line-height: 1.2;
  margin-top: 10px;
}

.BookCoverBox .title {
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #891217;
  font-size: 13px;
  font-weight: bold;
}

.BookCoverBox .author {
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  color: #433924;
}

.BookCoverBox > .matter > .rating-info {
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.BookCoverBox > .matter > .rating-info > .Rating {
  line-height: 18px;
}

.BookCoverBox > .matter > .rating-info > .Rating > .CommonIcon {
  width: 18px;
  height: 18px;
}

.BookCoverBox > .matter > .rating-info > .counter {
  position: relative;
  top: 1px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #403c32;
}

.BookCoverBox > a {
  display: block;
  -webkit-tap-highlight-color: rgba(248, 248, 248, 0.5);
}

.BookCoverBox > a:hover {
  text-decoration: none;
}

.BookCoverBox > a + .Rating {
  display: block;
  margin-top: 5px;
}

.BookCoverBox > .position {
  display: block;
  position: absolute;
  font-weight: 400;
  color: #fff;
  padding: 10px 10px 5px;
  left: 10px;
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: none;
  box-shadow: 0 1px 2px 0 #403c32, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #87847D;
}

.BookCoverBox > .position.highlighted {
  background: #fb8c00;
}

.BookCoverBox .Link.with-position,
.BookCoverBox div.with-position {
  padding-top: 2px;
  line-height: 0;
}

.BookCoverBox .BookCover {
  max-width: 100%;
}

.FixedPanel {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 20;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.FixedPanel.-bottom {
  bottom: 0;
}

.FixedPanel.-top {
  display: block;
  top: 50px;
}

.FixedPanel.-top.-hidden {
  display: none;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.FixedPanel.-bottom.-hidden {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.FriendCard {
  position: relative;
  text-align: left;
  background: white;
  padding: 20px 20px 40px;
  border-radius: 4px;
  margin: 4px 22px 4px 4px;
  width: 260px;
  -ms-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
}

.FriendCard > .left {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  vertical-align: top;
}

.FriendCard > .left .Avatar {
  display: block;
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
}

.FriendCard > .right {
  display: inline-block;
  width: calc(100% - 93px);
}

.FriendCard > .right > .userName,
.FriendCard > .right > .via {
  display: block;
  text-decoration: none;
}

.FriendCard > .right > .userName {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #403c32;
}

.FriendCard > .right > .via {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: #87847D;
}

.FriendCard > .follow {
  overflow: visible;
  position: absolute;
  font-family: "Roboto", sans-serif;
  bottom: 10px;
  right: 20px;
  line-height: 27px;
  height: 30px;
  color: #cc6b42;
  outline: none;
}

.FriendCard > .follow > .CommonIcon {
  margin-right: 5px;
  width: 26px;
  height: 26px;
}

.FriendCard > .follow > span {
  vertical-align: middle;
}

.FriendCard > .follow.-pending {
  pointer-events: none;
  color: #87847D;
}

.FriendCard > .follow > .Spinner {
  height: 16px;
  width: 16px;
  top: 13px;
  left: 5px;
}

.LotteryCard {
  text-align: center;
  -webkit-tap-highlight-color: rgba(248, 248, 248, 0.5);
}

.LotteryCard > a:hover {
  text-decoration: none;
}

.LotteryCard > a > .imageWrapper {
  position: relative;
  margin-bottom: 5px;
}

.LotteryCard > a > .imageWrapper > .bookCountBubble {
  position: absolute;
  padding-top: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #ece0c2;
  color: initial;
  font-family: "Droid Serif", serif;
  font-style: italic;
}

.LotteryCard > a > .imageWrapper > .bookCountBubble > strong {
  display: block;
  line-height: 14px;
}

.LotteryCard > a > .info > .lotteryType {
  font-weight: bold;
  color: black;
}

.LotteryCard > a > .info > .timeUntilEnd {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #891217;
  line-height: 0;
  font-size: 13px;
}

.LotteryCard > a > .info > .timeUntilEnd > .CommonIcon {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: -6px;
}

.LotteryCard > a > .info > .timeUntilEnd > span {
  font-family: "Droid Serif", serif;
  line-height: 15px;
  font-style: italic;
  vertical-align: middle;
}

.LotteryCard > a > .info > .timeUntilEnd + .Button {
  margin-top: 10px;
}

.LotteryCard > .Button {
  margin-top: 10px;
  width: 100%;
}

.LotteryCard.-default > a > .imageWrapper,
.LotteryCard.-big > a > .imageWrapper {
  margin-top: 5px;
}

.LotteryCard.-default > a > .imageWrapper > .bookCountBubble,
.LotteryCard.-big > a > .imageWrapper > .bookCountBubble {
  bottom: -5px;
  right: -10px;
}

.LotteryCard.-default > a > .imageWrapper > .AuthorImage,
.LotteryCard.-big > a > .imageWrapper > .AuthorImage {
  position: absolute;
  bottom: 0;
  right: -10px;
}

.LotteryCard.-default > a > .imageWrapper > .AuthorImage + .bookCountBubble,
.LotteryCard.-big > a > .imageWrapper > .AuthorImage + .bookCountBubble {
  top: -5px;
  right: -10px;
  bottom: auto;
}

.LotteryCard.-big {
  margin-right: 50px;
}

.LotteryCard.-search,
.LotteryCard.-compact {
  width: 100% !important;
}

.LotteryCard.-search > a,
.LotteryCard.-compact > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.LotteryCard.-search > a > .imageWrapper,
.LotteryCard.-compact > a > .imageWrapper {
  line-height: 0;
  margin-bottom: 0;
}

.LotteryCard.-search > a > .info,
.LotteryCard.-compact > a > .info {
  text-align: left;
  margin-left: 20px;
}

.LotteryCard.-search > a > .info > .timeUntilEnd,
.LotteryCard.-compact > a > .info > .timeUntilEnd {
  margin-top: 5px;
}

.LotteryCard.-search > a > .info > .lotteryType {
  color: #891217;
  margin-bottom: 5px;
}

.LotteryCard.-search > a > .info > h1 {
  color: #433924;
  font-family: "Roboto", sans-serif;
}

.LotteryCard.-compact > a .ReadMoreBox {
  color: #433924;
}

.LotteryCard.-compact > a > .info > h1 {
  color: #891217;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

.LotteryCard.-compact > a > .info > .timeUntilEnd {
  color: #949084;
}

.LotteryCard.-compact > a > .info > .ReadMoreBox {
  margin-top: 10px;
}

.LotteryCard.-compact > .Button {
  width: calc(100% - 100px);
  display: block;
  margin-left: 100px;
  margin-top: 10px;
  padding: 5px 10px;
  background: #f8f8f8;
  text-align: right;
  color: #433924;
  font-style: normal;
  font-size: 14px;
}

.LotteryCard.-compact > .Button > .rightIcon {
  vertical-align: -5px;
}

.ResponsiveLotteryCard {
  width: calc(220px - 26px);
  text-decoration: none;
  margin-right: 26px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.ResponsiveLotteryCard.-card {
  position: relative;
  margin: 13px 0;
  background: white;
  width: 100%;
  padding-bottom: 79px;
  min-height: 210px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: normal;
  align-self: normal;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  -ms-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}

.ResponsiveLotteryCard.-card.-community {
  padding-bottom: 13px;
  min-height: 146px;
}

.ResponsiveLotteryCard.-card.-sponsored::before {
  z-index: 1;
  content: 'Gesponsert';
  position: absolute;
  display: inline-block;
  top: -5px;
  right: -5px;
  background: #F7F6F5;
  color: #87847D;
  font-size: 13px;
  line-height: 20px;
  border-right: 1px solid #ECEBE9;
  border-bottom: 1px solid #ECEBE9;
  padding: 0 13px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}

.ResponsiveLotteryCard.-card.-sponsored::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 15px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #9E9C97 transparent transparent transparent;
}

.ResponsiveLotteryCard.-card.-sponsored.-krimi-thriller {
  background-color: rgba(24, 54, 166, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-fantasy {
  background-color: rgba(126, 87, 194, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-romane {
  background-color: rgba(38, 166, 154, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-liebesroman {
  background-color: rgba(240, 98, 146, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-jugendbuch {
  background-color: rgba(156, 204, 101, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-historische-romane {
  background-color: rgba(255, 167, 38, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-sachbuch {
  background-color: rgba(0, 108, 128, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-science-fiction {
  background-color: rgba(48, 79, 254, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-kinderbuch {
  background-color: rgba(244, 67, 54, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-klassiker {
  background-color: rgba(128, 42, 34, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-comic {
  background-color: rgba(214, 179, 17, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-humor {
  background-color: rgba(51, 170, 56, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-biografie {
  background-color: rgba(245, 125, 86, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-gedichte-drama {
  background-color: rgba(157, 138, 4, 0.1);
}

.ResponsiveLotteryCard.-card.-sponsored.-erotische-literatur {
  background-color: rgba(149, 54, 121, 0.1);
}

.ResponsiveLotteryCard > .cover {
  display: block;
  text-align: center;
  position: relative;
  line-height: 0;
  width: 100%;
}

.ResponsiveLotteryCard > .cover > img {
  vertical-align: bottom;
  border-right: 5px solid #ECEBE9;
  -ms-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
}

.ResponsiveLotteryCard.-card > .cover {
  width: auto;
  margin: 13px 0 0 13px;
}

.ResponsiveLotteryCard.-card > .cover > a img {
  width: 80px;
}

.ResponsiveLotteryCard.-card > .cover > .author {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -5px;
  right: calc(50% - 45px);
  border: 3px solid white;
  border-radius: 2px;
  -ms-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
}

.ResponsiveLotteryCard.-card > .cover > .author > img {
  width: 100%;
  height: auto;
}

.ResponsiveLotteryCard.-card > .entryMeta {
  position: static;
  width: calc(100% - 93px);
  padding: 0 13px 0 20px;
}

.ResponsiveLotteryCard.-card > .entryMeta > .title {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ResponsiveLotteryCard.-card > .entryMeta > .type > span {
  display: inline-block;
}

.ResponsiveLotteryCard.-card.-community > .entryMeta > .amount,
.ResponsiveLotteryCard.-card.-community > .entryMeta > br {
  display: none;
}

.ResponsiveLotteryCard.-card > .entryMeta > .amount > .text {
  line-height: 20px;
  display: inline-block;
}

.ResponsiveLotteryCard.-card > .entryMeta > .amount > .text > span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.ResponsiveLotteryCard.-card.-community > .entryMeta > .button {
  position: relative;
  width: 100%;
  bottom: 0;
  right: 0;
}

.ResponsiveLotteryCard.-card > .entryMeta > .button {
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: calc(100% - 130px);
}

.ResponsiveLotteryCard > .entryMeta {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 13px 20px;
  box-sizing: border-box;
}

.ResponsiveLotteryCard > .entryMeta > span {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  color: #403c32;
  font-weight: 300;
}

.ResponsiveLotteryCard > .entryMeta > span.-ended {
  color: #cc0606;
}

.ResponsiveLotteryCard > .entryMeta > .type {
  font-size: 15px;
  font-weight: 400;
}

.ResponsiveLotteryCard > .entryMeta > .type > span {
  display: none;
}

.ResponsiveLotteryCard > .entryMeta > .title {
  display: none;
}

.ResponsiveLotteryCard > .entryMeta > .amount {
  position: relative;
  font-size: 15px;
}

.ResponsiveLotteryCard > .entryMeta > .amount > .CommonIcon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  color: #87847D;
}

.ResponsiveLotteryCard > .entryMeta > .amount > .text {
  vertical-align: middle;
}

.ResponsiveLotteryCard > .entryMeta > .amount > .text > span {
  font-weight: 400;
}

.ResponsiveLotteryCard > .entryMeta > br {
  line-height: 25px;
}

.ResponsiveLotteryCard > .entryMeta > .timestamp {
  position: relative;
  font-size: 15px;
  padding-left: 24px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.ResponsiveLotteryCard > .entryMeta > .timestamp > .CommonIcon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  color: #87847D;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.ResponsiveLotteryCard > .entryMeta > .button {
  background: #0088CC;
  color: white;
  line-height: 40px;
  margin-top: 13px;
  text-align: center;
  font-style: italic;
  cursor: pointer;
  border-radius: 4px;
}

.ResponsiveLotteryCard > .entryMeta > .button a {
  color: white;
}

.ResponsiveLotteryCard > .entryMeta > .button a:hover {
  text-decoration: none;
}

@media (min-width: 480px) {
  .ResponsiveLotteryCard.-card {
    min-height: 380px;
  }

  .ResponsiveLotteryCard.-card.-community {
    min-height: 326px;
  }

  .ResponsiveLotteryCard.-card,
  .ResponsiveLotteryCard.-card.-community {
    margin: 13px;
    padding-bottom: 0;
  }

  .ResponsiveLotteryCard.-card.-sponsored::before {
    top: 12px;
  }

  .ResponsiveLotteryCard.-card.-sponsored::after {
    top: 33px;
  }

  .ResponsiveLotteryCard.-card > .cover {
    width: 100%;
    margin: 13px 0 0;
  }

  .ResponsiveLotteryCard.-card > .cover > a img {
    width: 120px;
  }

  .ResponsiveLotteryCard.-card > .cover > .author {
    width: 60px;
    height: 60px;
    bottom: -13px;
    right: calc(50% - 78px);
  }

  .ResponsiveLotteryCard.-card > .entryMeta {
    width: 100%;
    padding: 13px 20px;
  }

  .ResponsiveLotteryCard.-card.-community > .entryMeta > .button,
  .ResponsiveLotteryCard.-card > .entryMeta .button {
    margin: 13px 0 0 0;
    position: static;
    width: 100%;
  }

  .ResponsiveLotteryCard.-card.-tall > .entryMeta > .title {
    min-height: 40px;
    margin-bottom: 13px;
  }
}

@media (min-width: 768px) {
  .ResponsiveLotteryCard {
    width: calc(280px - 26px);
  }
}

@media (min-width: 996px) {
  .ResponsiveLotteryCard {
    margin-right: 0;
  }

  .ResponsiveLotteryCard:hover > .entryMeta > .button {
    background: #33a0d6;
  }
}

.Details {
  font-size: 13px;
}

.Details p {
  margin-bottom: 2px;
}

.Discussion .DiscussionGroup,
.Discussion .Comment {
  position: relative;
}

.Discussion .DiscussionGroup::after,
.Discussion .Comment.subcomment::after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  background: #e5e5e5;
}

.Discussion .DiscussionGroup::after {
  height: calc(100% - 100px);
  left: 30px;
  top: 80px;
}

.Discussion .DiscussionGroup:last-child {
  margin-bottom: 40px;
}

.Discussion .Comment.subcomment::after {
  height: calc(100% - 60px);
  left: 20px;
  top: 60px;
}

.Discussion .Comment:not(:last-child),
.Discussion .Button.loadComments {
  margin-bottom: 20px;
}

.Discussion .Comment.subcomment {
  margin-left: 40px;
}

.Discussion .Button.loadComments {
  margin-left: 70px;
  width: calc(100% - 70px);
  font-size: 14px;
}

.Discussion .Comment > .right > .content > .ReplyForm {
  margin-top: 10px;
}

.Discussion .Comment .right > .content > .replyAction {
  cursor: pointer;
  margin-top: 10px;
  padding: 5px 10px;
  display: block;
  background: #f8f8f8;
  text-align: right;
}

.Discussion > .DiscussionFooter {
  text-align: center;
  padding: 0;
}

.Comment .CommentAttachments {
  margin-top: 20px;
}

.Comment .CommentAttachments > .imageAttachment {
  width: 100%;
  vertical-align: top;
  position: relative;
  max-width: 90px;
  background: #e5e5e5 no-repeat center center;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}

.ResponsiveComment {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ResponsiveComment > .left {
  margin-right: 13px;
  -ms-flex: 0 auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media (min-width: 480px) {
  .ResponsiveComment > .left {
    padding-left: 23px;
  }
}

@media (min-width: 768px) {
  .ResponsiveComment > .left {
    margin-right: 26px;
  }
}

.ResponsiveComment > .left > .Avatar {
  display: inline-block;
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
}

.ResponsiveComment > .right {
  line-height: 0;
  -ms-flex: 1 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.ResponsiveComment > .right > .userName {
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  color: #403c32;
  font-weight: 500;
  margin-right: 8px;
}

.ResponsiveComment > .right > .timestamp {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  color: #87847D;
  font-weight: 300;
  font-style: italic;
}

@media (min-width: 768px) {
  .ResponsiveComment > .right > .timestamp {
    font-size: 15px;
  }
}

.ResponsiveComment > .right > .spoiler {
  margin-top: 10px;
  position: relative;
  height: 24px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.ResponsiveComment > .right > .spoiler.-show > .showSpoiler > .CommonIcon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 3px;
  background: #cc6b42;
  -ms-box-shadow: 0 0 0 2px white;
  -o-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.ResponsiveComment > .right > .spoiler > .showSpoiler {
  color: #cc6b42;
  line-height: 22px;
  padding: 0;
  height: 22px;
  outline: none;
}

@media (min-width: 996px) {
  .ResponsiveComment > .right > .spoiler > .showSpoiler:hover {
    color: #D68968;
  }

  .ResponsiveComment > .right > .spoiler > .showSpoiler:hover > .CommonIcon::before {
    background: #D68968;
  }
}

.ResponsiveComment > .right > .spoiler > .showSpoiler > .CommonIcon {
  position: relative;
  width: 22px;
  height: 22px;
}

.ResponsiveComment > .right > .spoiler > .showSpoiler > .text {
  line-height: 22px;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ResponsiveComment > .right > .spoiler > .showSpoiler > .text {
    font-size: 15px;
  }
}

.ResponsiveComment > .right .HtmlBox {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #403c32;
  text-decoration: none;
  max-height: calc(21px * 4);
  overflow: hidden;
  display: block;
}

.ResponsiveComment > .right .HtmlBox.-compact {
  display: none;
}

@media (min-width: 768px) {
  .ResponsiveComment > .right .HtmlBox.-compact {
    display: block;
  }
}

.ResponsiveComment.-review > .left,
.ResponsiveComment.-shout > .left {
  margin-top: 26px;
}

.ResponsiveComment.-review > .right > .userName,
.ResponsiveComment.-shout > .right > .userName {
  margin-left: 13px;
}

@media (min-width: 480px) {
  .ResponsiveComment.-review > .right > .userName,
  .ResponsiveComment.-shout > .right > .userName {
    margin-left: 26px;
  }
}

.ResponsiveComment.-review > .right > .timestamp,
.ResponsiveComment.-shout > .right > .timestamp {
  font-size: 13px;
}

.ResponsiveComment.-review > .right > .HtmlBox,
.ResponsiveComment.-shout > .right > .HtmlBox {
  padding: 13px 13px;
  background: #F7F6F5;
  border-radius: 20px;
  margin-top: 0;
}

.ResponsiveComment.-review > .right > .HtmlBox > p:last-child,
.ResponsiveComment.-shout > .right > .HtmlBox > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .ResponsiveComment.-review > .right > .HtmlBox,
  .ResponsiveComment.-shout > .right > .HtmlBox {
    padding: 13px 26px;
  }
}

.ResponsiveComment.-review > .right > .Button {
  display: block;
  background: none;
  color: #cc6b42;
  padding: 0 13px 0 0;
  width: 100%;
  text-align: right;
  margin-top: 5px;
}

.ResponsiveComment.-review > .right > .Button:hover {
  text-decoration: underline;
  color: #D68968;
}

.ResponsiveComment.-review > .right > .Button > .CommonIcon.-chevron {
  display: none;
}

.ResponsiveComment.-review > .right > .Button + form {
  margin-top: 13px;
}

.ResponsiveComment.-review > .right textarea {
  resize: vertical;
}

.ResponsiveComment.-second-level {
  margin-top: 13px;
  margin-left: 20px;
  padding-left: 13px;
  border-left: 1px dotted #ECEBE9;
}

.ResponsiveComment.-second-level > .left {
  display: none;
}

.ResponsiveComment.-second-level > .left .Avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}

@media (min-width: 480px) {
  .ResponsiveComment.-second-level {
    margin-left: 43px;
  }
}

@media (min-width: 768px) {
  .ResponsiveComment.-second-level {
    padding-left: 26px;
  }
}

.DropdownMenu-button {
  background: white;
  font-size: 14px;
  position: relative;
  padding: 10px 30px 10px 10px;
  text-align: left;
  max-width: 728px;
  width: 100%;
}

.DropdownMenu-button > .rightIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  padding: 10px;
  background: white;
  border-left: 1px solid #e5e5e5;
}

.DropdownMenu-button > .rightIcon > svg {
  vertical-align: middle;
  height: 100%;
  max-width: 20px;
  margin: 0 auto;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.DropdownMenu-button.popper-enabled > .rightIcon > svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.DropdownMenu-button .GenreIcon {
  vertical-align: top;
  margin-right: 5px;
}

.DropdownMenu-button .bold {
  font-weight: bold;
  font-size: 14px;
}

.DropdownMenu-button .GenreIcon > .bold {
  display: inline-block;
  line-height: 20px;
}

.DropdownMenu-menu {
  right: 40px;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  max-width: 728px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.DropdownMenu-menu > ul {
  padding: 5px 0;
  line-height: 0;
}

.DropdownMenu-menu > ul > li {
  line-height: 20px;
  position: relative;
  margin: 0 20px;
  border-top: 1px solid #e5e5e5;
}

.DropdownMenu-menu > ul > li:first-child {
  border-top: none;
}

.DropdownMenu-menu > ul > li.withGenre > a,
.DropdownMenu-menu > ul > li.withGenre > button {
  padding-left: 40px;
}

.DropdownMenu-menu > ul > li > a,
.DropdownMenu-menu > ul > li > button {
  display: block;
  width: 100%;
  padding: 10px;
  color: #433924;
}

.DropdownMenu-menu > ul > li > button .GenreIcon {
  position: absolute;
  left: 10px;
}

.switch {
  background: none;
  border: none;
  width: 55px;
  height: 50px;
  -webkit-tap-highlight-color: transparent;
}

.switch:focus {
  outline: none;
}

.switch.-main {
  width: 50px;
  margin-right: 12px;
  padding-left: 13px;
}

.switch.-main > .bar {
  display: block;
  width: 25px;
  height: 2px;
  background: #87847D;
  border-radius: 1px;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear;
}

.switch.-main > .bar + .bar {
  margin-top: 5px;
}

.switch.-main.-close {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.switch.-main.-close > .bar:nth-child(1) {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotate(-45deg) translateX(-4px) translateY(5px);
  transform: rotate(-45deg) translateX(-4px) translateY(5px);
}

.switch.-main.-close > .bar:nth-child(2) {
  opacity: 0;
}

.switch.-main.-close > .bar:nth-child(3) {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotate(45deg) translateX(-6px) translateY(-5px);
  transform: rotate(45deg) translateX(-6px) translateY(-5px);
}

.HtmlBox {
  font-size: 14px;
  word-break: break-word;
}

.HtmlBox img {
  max-width: 100%;
}

.BookCard {
  width: 280px;
  min-height: 196px;
}

.BookCard > a {
  display: -ms-flexbox;
  display: flex;
  -webkit-tap-highlight-color: rgba(248, 248, 248, 0.5);
}

.BookCard > a:hover {
  text-decoration: none;
}

.BookCard > a > .cover {
  margin-right: 20px;
  -ms-flex: none;
  flex: none;
  width: 125px;
}

.BookCard > a > .cover > .placeholder {
  width: 100%;
  height: auto;
}

.BookCard > a > .info {
  color: black;
}

.BookCard > a > .info > h1 {
  color: #891217;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 140px;
}

.BookCard > a > .info > h1 + p {
  margin-bottom: 5px;
}

.BookCard > a > .info .Rating {
  display: block;
  margin-bottom: 10px;
}

.BookCard > a > .info > .shortQuote {
  font-size: 14px;
}

.BookCard > a > .info > .shortQuote > .text {
  font-style: italic;
}

.BookCard > a > .info > .shortQuote > .username {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}

@-webkit-keyframes loadingPulse {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadingPulse {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.BookActionCard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  position: relative;
  width: 282px;
  padding: 10px 26px 0;
  margin: 0 0 13px;
  overflow: hidden;
}

.BookActionCard:last-child {
  text-align: left;
}

.BookActionCard .cover {
  width: 100%;
  text-align: center;
  position: relative;
}

.BookActionCard .cover .switch {
  opacity: 1;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 26px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #cc6b42;
  border-radius: 50%;
  transition: right 0.2s ease;
}

.BookActionCard .cover .switch:active,
.BookActionCard .cover .switch:focus {
  outline: none;
}

.BookActionCard .cover .switch span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #cc6b42;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}

.BookActionCard .cover .switch span:first-child {
  top: 32%;
}

.BookActionCard .cover .switch span:nth-child(3) {
  top: 68%;
}

.BookActionCard .cover .switch span:nth-child(4),
.BookActionCard .cover .switch span:nth-child(5) {
  opacity: 0;
  height: 23px;
  width: 3px;
  border-radius: 0;
}

.BookActionCard .cover .actionPanelContent {
  position: absolute;
  background: white;
  z-index: 100;
  width: 260px;
  padding: 30px 20px;
  opacity: 0;
  top: 10px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: visibility 0s ease, -webkit-transform 0.2s;
  transition: transform 0.2s, visibility 0s ease;
  transition: transform 0.2s, visibility 0s ease, -webkit-transform 0.2s;
  box-sizing: border-box;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  text-align: left;
  min-height: 340px;
  /* For now we have parallel styles for Button
            *  and AffiliateMultiButton here and elsewhere
            */
}

.BookActionCard .cover .actionPanelContent h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #403c32;
  display: block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.BookActionCard .cover .actionPanelContent h4 span {
  display: block;
  font-weight: 300;
  color: #87847D;
}

.BookActionCard .cover .actionPanelContent ul {
  margin: 20px 0 0;
}

.BookActionCard .cover .actionPanelContent ul li {
  position: relative;
  width: 100%;
  padding: 0 0 0 41px;
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px solid #ECEBE9;
  color: #0088CC;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  white-space: nowrap;
  cursor: pointer;
}

.BookActionCard .cover .actionPanelContent ul li:hover {
  background: #F7F6F5;
}

.BookActionCard .cover .actionPanelContent ul li:first-child {
  border-top: 1px solid #ECEBE9;
}

.BookActionCard .cover .actionPanelContent ul li.-loading,
.BookActionCard .cover .actionPanelContent ul li.-loading:hover,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading:hover {
  color: #87847D;
  cursor: default;
}

.BookActionCard .cover .actionPanelContent ul li.-loading .actionDisplayText,
.BookActionCard .cover .actionPanelContent ul li.-loading:hover .actionDisplayText,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading .actionDisplayText,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading:hover .actionDisplayText {
  display: inline-block;
}

.BookActionCard .cover .actionPanelContent ul li.-loading .actionActionText,
.BookActionCard .cover .actionPanelContent ul li.-loading:hover .actionActionText,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading .actionActionText,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading:hover .actionActionText {
  display: none;
}

.BookActionCard .cover .actionPanelContent ul li.-loading:before,
.BookActionCard .cover .actionPanelContent ul li.-loading:after,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading:before,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 6px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: #87847D;
  opacity: 0.6;
  -webkit-animation: loadingPulse 2s infinite ease-in-out;
  animation: loadingPulse 2s infinite ease-in-out;
}

.BookActionCard .cover .actionPanelContent ul li.-loading:after,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading:after {
  background: #403C32;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.BookActionCard .cover .actionPanelContent ul li.-loading div.finishedIcon,
.BookActionCard .cover .actionPanelContent ul li.-loading .CommonIcon,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading div.finishedIcon,
.BookActionCard .cover .actionPanelContent ul li.finishedItem.-loading .CommonIcon {
  display: none;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem {
  color: #07B57A;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem div.finishedIcon {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 9px;
  left: 6px;
  border-radius: 22px;
  background-color: #07B57A;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem div.finishedIcon span {
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 10px;
  top: 5px;
  left: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem div.finishedIcon span:first-of-type {
  opacity: 0;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem .actionActionText {
  display: none;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover {
  color: #cc0606;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover div.finishedIcon {
  background: #cc0606;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover div.finishedIcon span {
  border: none;
  width: 2px;
  height: 12px;
  left: 10px;
  border-radius: 2px;
  background: white;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover div.finishedIcon span:first-of-type {
  opacity: 1;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover .actionDisplayText {
  display: none;
  text-decoration: none;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover .actionActionText {
  display: inline-block;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover .Link {
  text-decoration: none;
}

.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover .Link,
.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover .Link:active,
.BookActionCard .cover .actionPanelContent ul li.finishedItem:hover .Link:visited {
  color: #cc0606;
}

.BookActionCard .cover .actionPanelContent ul li .CommonIcon.actionIcon {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions {
  min-height: 40px;
  padding: 0;
  overflow-x: hidden;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions:hover {
  background: none;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions.-showButtons > div {
  left: -100%;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions > div {
  position: relative;
  left: 0;
  display: inline-block;
  width: 100%;
  transition: left 200ms;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions > div:first-of-type {
  padding-left: 41px;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button {
  position: relative;
  width: 20%;
  line-height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  text-align: center;
  color: #403C32;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button:hover {
  color: white;
  background: #403C32;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button.-facebook {
  color: #3F51B5;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button.-facebook:hover {
  color: white;
  background: #3F51B5;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button.-twitter {
  color: #55ACEE;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button.-twitter:hover {
  color: white;
  background: #55ACEE;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button.-pinterest {
  color: #bd081c;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button.-pinterest:hover {
  color: white;
  background: #bd081c;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button.-whatsapp {
  color: #4dc247;
}

.BookActionCard .cover .actionPanelContent ul li.shareActions .Button.-whatsapp:hover {
  color: white;
  background: #4dc247;
}

.BookActionCard .cover .actionPanelContent .AffiliateMultiButton {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  box-shadow: none;
}

.BookActionCard .cover .actionPanelContent .AffiliateMultiButton .AffiliateButton {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-weight: 500;
}

.BookActionCard .cover .actionPanelContent .AffiliateMultiButton .AffiliateButton.-control {
  background: white;
  font-style: normal;
  color: #403C32;
  padding-left: 0;
  margin: 0;
}

.BookActionCard .cover .actionPanelContent .AffiliateMultiButton .AffiliateButton.-control .CommonIcon {
  width: 15px;
  height: 15px;
  margin-top: 12px;
}

.BookActionCard .cover .actionPanelContent .AffiliateMultiButton .AffiliateButton.-amazon {
  font-size: 18px;
}

.BookActionCard .cover .actionPanelContent .AffiliateMultiButton .AffiliateButton.-thalia .CommonIcon {
  width: 100%;
  height: 20px;
}

.BookActionCard .cover .actionPanelContent .AffiliateMultiButton .AffiliateButton.-hugendubel {
  background-size: 60%;
}

.BookActionCard .cover.-actionPanelShown {
  position: static;
}

.BookActionCard .cover.-actionPanelShown .switch {
  z-index: 101;
  right: 0;
  top: 0;
}

.BookActionCard .cover.-actionPanelShown .switch span:first-child,
.BookActionCard .cover.-actionPanelShown .switch span:nth-child(3) {
  opacity: 0;
}

.BookActionCard .cover.-actionPanelShown .switch span:nth-child(4),
.BookActionCard .cover.-actionPanelShown .switch span:nth-child(5) {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.BookActionCard .cover.-actionPanelShown .switch span:nth-child(5) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.BookActionCard .cover.-actionPanelShown .actionPanelContent {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  left: 10px;
}

.BookActionCard .BookCover {
  width: 100%;
  max-width: 160px;
}

.BookActionCard .info {
  position: relative;
  width: 100%;
  margin-top: -26px;
  padding: 13px 20px 0;
  height: 270px;
  background: white;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  border-radius: 4px;
}

.BookActionCard .info > .Rating {
  margin: 10px 0 5px;
  display: block;
}

.BookActionCard .info > .Rating > .CommonIcon {
  width: 15px;
  height: 15px;
}

.BookActionCard .info > .Avatar {
  position: absolute;
  right: 25px;
  top: -25px;
  border-radius: 25px;
  box-shadow: none;
}

.BookActionCard .info > h3 .Link {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #0088CC;
}

.BookActionCard .info > h3 .Link.authorLink {
  color: #87847D;
  font-style: italic;
  line-height: 19px;
}

.BookActionCard .info > .shortQuote {
  line-height: 22px;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: #403c32;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.BookActionCard .info > .shortQuote > .username {
  display: block;
  font-weight: 500;
  font-style: normal;
}

.BookActionCard .info.book-edition {
  height: 160px;
}

.BookActionCard .info.book-edition h3 {
  color: #87847D;
  font-style: normal;
  line-height: 19px;
  font-size: 14px;
}

@media (min-width: 480px) {
  .BookActionCard .cover .actionPanelContent ul li.shareActions .Button {
    width: 25%;
  }

  .BookActionCard .cover .actionPanelContent ul li.shareActions .Button.-whatsapp {
    display: none;
  }
}

@media (min-width: 768px) {
  .BookActionCard .cover .actionPanelContent > h4 {
    font-size: 22px;
    line-height: 29px;
  }
}

@media (min-width: 996px) {
  .BookActionCard .cover .actionPanelContent {
    width: 260px;
  }

  .BookActionCard .cover .switch:hover {
    background: #D68968;
  }

  .BookActionCard .cover .switch:hover span {
    background: white;
  }
}

.FriendReadingStateCard {
  position: relative;
  width: 260px;
  background: white;
  padding: 20px 0 40px 0;
  border-radius: 4px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  margin-top: 4px;
}

.FriendReadingStateCard > .ActivityBox {
  padding: 0 20px;
}

.FriendReadingStateCard > .ActivityBox + div:not(.commentBox) {
  line-height: 0;
}

.FriendReadingStateCard.-showForm {
  padding-bottom: 0;
}

.FriendReadingStateCard .right > .content {
  font-size: 13px;
  margin-top: 5px;
}

.FriendReadingStateCard .right > .content > .readingStateLink {
  position: relative;
  min-height: 44px;
}

.FriendReadingStateCard .right > .content > .readingStateLink > .Link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.FriendReadingStateCard .right > .content > .readingStateLink > .Link > span {
  color: #87847D;
}

.FriendReadingStateCard > .right > .content > .readingStateLink > .Link:hover {
  text-decoration: none;
}

.FriendReadingStateCard .right > .content > .readingStateLink .progress {
  vertical-align: middle;
  display: inline-block;
}

.FriendReadingStateCard .right > .content > .readingStateLink .positionText {
  display: block;
}

.FriendReadingStateCard .right > .content > .readingStateLink .linkPlaceholder {
  display: none;
}

.FriendReadingStateCard .right > .content > .readingStateLink:hover .positionText {
  display: none;
}

.FriendReadingStateCard .right > .content > .readingStateLink:hover .linkPlaceholder {
  display: block;
}

.FriendReadingStateCard .progress + .Rating {
  display: block;
  margin-top: 10px;
}

.FriendReadingStateCard .progress {
  width: 100px;
  height: 10px;
  font-size: 0;
  background-color: #ECEBE9;
  border: 0 solid #fb8c00;
  margin-bottom: 2px;
}

.FriendReadingStateCard .showCommentBox {
  position: absolute;
  cursor: pointer;
  right: 20px;
  bottom: 10px;
  line-height: 15px;
  font-size: 13px;
  color: #cc6b42;
}

.FriendReadingStateCard .commentCount {
  position: absolute;
  left: 20px;
  bottom: 5px;
  font-size: 12px;
  color: #0088CC;
}

.FriendReadingStateCard > .commentBox {
  padding: 20px 20px 10px;
  margin-top: 13px;
  background-color: #F7F6F5;
  text-align: right;
}

.FriendReadingStateCard > .commentBox > form {
  background-color: #ffffff;
  border-radius: 0;
  font-size: 13px;
}

.FriendReadingStateCard > .commentBox > form textarea {
  background-color: #ffffff;
}

.FriendReadingStateCard > .commentBox > .charsLeft {
  text-align: left;
  font-size: 11px;
  color: #87847D;
}

.FriendReadingStateCard > .commentBox > .close {
  color: #87847D;
  margin-right: 5px;
  font-size: 13px;
  line-height: 30px;
  padding: 0 10px;
  outline: none;
  margin-top: 10px;
  vertical-align: middle;
}

.FriendReadingStateCard > .commentBox > .close:hover {
  text-decoration: underline;
}

.FriendReadingStateCard > .commentBox > .Button > .rightIconAnim {
  margin-top: 5px;
}

.grid__genreNavigation {
  z-index: 9;
  box-shadow: 0 11px 25px -20px rgba(0, 0, 0, 0.5), 0px -11px 25px -20px rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.grid__genreNavigation > * {
  width: 100%;
}

.grid__genreNavigation > .genreNavigation:before,
.grid__genreNavigation > .genreNavigation:after {
  position: absolute;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: #fbfbfb;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
  transform: translate3d(-50%, 0, 0) rotate(45deg);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.grid__genreNavigation > .genreNavigation:before {
  top: -13px;
  box-shadow: -3px -3px 18px -9px rgba(0, 0, 0, 0.5);
}

.grid__genreNavigation > .genreNavigation:after {
  bottom: -13px;
  box-shadow: 3px 3px 18px -9px rgba(0, 0, 0, 0.5);
}

.grid__genreNavigation > .genreNavigation > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem {
  position: relative;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  margin: 13px;
  display: block;
  text-align: center;
  opacity: .7;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  outline: none;
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.krimi-thriller > .slugTag {
  background: #1836A6;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.krimi-thriller > .slugTag::before {
  background: #1836A6;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.fantasy > .slugTag {
  background: #7e57c2;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.fantasy > .slugTag::before {
  background: #7e57c2;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.romane > .slugTag {
  background: #26a69a;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.romane > .slugTag::before {
  background: #26a69a;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.liebesroman > .slugTag {
  background: #f06292;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.liebesroman > .slugTag::before {
  background: #f06292;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.jugendbuch > .slugTag {
  background: #9ccc65;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.jugendbuch > .slugTag::before {
  background: #9ccc65;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.historische-romane > .slugTag {
  background: #ffa726;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.historische-romane > .slugTag::before {
  background: #ffa726;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.sachbuch > .slugTag {
  background: #006c80;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.sachbuch > .slugTag::before {
  background: #006c80;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.science-fiction > .slugTag {
  background: #304ffe;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.science-fiction > .slugTag::before {
  background: #304ffe;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.kinderbuch > .slugTag {
  background: #f44336;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.kinderbuch > .slugTag::before {
  background: #f44336;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.klassiker > .slugTag {
  background: #802a22;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.klassiker > .slugTag::before {
  background: #802a22;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.comic > .slugTag {
  background: #d6b311;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.comic > .slugTag::before {
  background: #d6b311;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.humor > .slugTag {
  background: #33aa38;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.humor > .slugTag::before {
  background: #33aa38;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.biografie > .slugTag {
  background: #f57d56;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.biografie > .slugTag::before {
  background: #f57d56;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.gedichte-drama > .slugTag {
  background: #9d8a04;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.gedichte-drama > .slugTag::before {
  background: #9d8a04;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.erotische-literatur > .slugTag {
  background: #953679;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.erotische-literatur > .slugTag::before {
  background: #953679;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-krimi-thriller > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-krimi-thriller > svg {
  fill: white;
  background: #1836A6;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-fantasy > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-fantasy > svg {
  fill: white;
  background: #7e57c2;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-romane > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-romane > svg {
  fill: white;
  background: #26a69a;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-liebesroman > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-liebesroman > svg {
  fill: white;
  background: #f06292;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-jugendbuch > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-jugendbuch > svg {
  fill: white;
  background: #9ccc65;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-historische-romane > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-historische-romane > svg {
  fill: white;
  background: #ffa726;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-sachbuch > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-sachbuch > svg {
  fill: white;
  background: #006c80;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-science-fiction > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-science-fiction > svg {
  fill: white;
  background: #304ffe;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-kinderbuch > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-kinderbuch > svg {
  fill: white;
  background: #f44336;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-klassiker > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-klassiker > svg {
  fill: white;
  background: #802a22;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-comic > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-comic > svg {
  fill: white;
  background: #d6b311;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-humor > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-humor > svg {
  fill: white;
  background: #33aa38;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-biografie > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-biografie > svg {
  fill: white;
  background: #f57d56;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-gedichte-drama > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-gedichte-drama > svg {
  fill: white;
  background: #9d8a04;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem.-active > .-erotische-literatur > svg,
.grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .-erotische-literatur > svg {
  fill: white;
  background: #953679;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon {
  width: 100%;
  height: 100%;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-krimi-thriller > svg {
  border-color: #1836A6;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-fantasy > svg {
  border-color: #7e57c2;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-romane > svg {
  border-color: #26a69a;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-liebesroman > svg {
  border-color: #f06292;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-jugendbuch > svg {
  border-color: #9ccc65;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-historische-romane > svg {
  border-color: #ffa726;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-sachbuch > svg {
  border-color: #006c80;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-science-fiction > svg {
  border-color: #304ffe;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-kinderbuch > svg {
  border-color: #f44336;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-klassiker > svg {
  border-color: #802a22;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-comic > svg {
  border-color: #d6b311;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-humor > svg {
  border-color: #33aa38;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-biografie > svg {
  border-color: #f57d56;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-gedichte-drama > svg {
  border-color: #9d8a04;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon.-erotische-literatur > svg {
  border-color: #953679;
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .slugTag {
  display: none;
  visibility: hidden;
  opacity: 0;
  color: white;
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  padding: 5px 10px;
  min-width: 110px;
  white-space: nowrap;
  transition: visibility 0s ease-in-out, opacity 0.4s ease-in-out 0.2s;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .slugTag::before {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: -3px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
  transform: translate3d(-50%, 0, 0) rotate(45deg);
}

.grid__genreNavigation > .genreNavigation > ul > li > .navItem > .GenreIcon > svg {
  position: relative;
  overflow: hidden;
  border: 1px solid;
  padding: 11px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .grid__genreNavigation > .genreNavigation > ul {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 768px) {
  .grid__genreNavigation > .genreNavigation.krimi-thriller::before,
  .grid__genreNavigation > .genreNavigation.krimi-thriller::after {
    -webkit-transform: translate3d(calc(-50% + (102px * -3)), 0, 0) rotate(45deg);
    transform: translate3d(calc(-50% + (102px * -3)), 0, 0) rotate(45deg);
  }

  .grid__genreNavigation > .genreNavigation.fantasy::before,
  .grid__genreNavigation > .genreNavigation.fantasy::after {
    -webkit-transform: translate3d(calc(-50% + (102px * -2)), 0, 0) rotate(45deg);
    transform: translate3d(calc(-50% + (102px * -2)), 0, 0) rotate(45deg);
  }

  .grid__genreNavigation > .genreNavigation.romane::before,
  .grid__genreNavigation > .genreNavigation.romane::after {
    -webkit-transform: translate3d(calc(-50% + (102px * -1)), 0, 0) rotate(45deg);
    transform: translate3d(calc(-50% + (102px * -1)), 0, 0) rotate(45deg);
  }

  .grid__genreNavigation > .genreNavigation.liebesroman::before,
  .grid__genreNavigation > .genreNavigation.liebesroman::after {
    -webkit-transform: translate3d(calc(-50% + (102px * 0)), 0, 0) rotate(45deg);
    transform: translate3d(calc(-50% + (102px * 0)), 0, 0) rotate(45deg);
  }

  .grid__genreNavigation > .genreNavigation.jugendbuch::before,
  .grid__genreNavigation > .genreNavigation.jugendbuch::after {
    -webkit-transform: translate3d(calc(-50% + (102px * 1)), 0, 0) rotate(45deg);
    transform: translate3d(calc(-50% + (102px * 1)), 0, 0) rotate(45deg);
  }

  .grid__genreNavigation > .genreNavigation.historische-romane::before,
  .grid__genreNavigation > .genreNavigation.historische-romane::after {
    -webkit-transform: translate3d(calc(-50% + (102px * 2)), 0, 0) rotate(45deg);
    transform: translate3d(calc(-50% + (102px * 2)), 0, 0) rotate(45deg);
  }

  .grid__genreNavigation > .genreNavigation.sachbuch::before,
  .grid__genreNavigation > .genreNavigation.sachbuch::after {
    -webkit-transform: translate3d(calc(-50% + (102px * 3)), 0, 0) rotate(45deg);
    transform: translate3d(calc(-50% + (102px * 3)), 0, 0) rotate(45deg);
  }

  .grid__genreNavigation > .genreNavigation > ul {
    overflow: initial;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid__genreNavigation > .genreNavigation > ul > li > .navItem {
    margin: 0 26px;
  }
}

@media (min-width: 996px) {
  .grid__genreNavigation > .genreNavigation > ul > li > .navItem {
    overflow: visible;
  }

  .grid__genreNavigation > .genreNavigation > ul > li > .navItem > .slugTag {
    display: block;
  }

  .grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  .grid__genreNavigation > .genreNavigation > ul > li > .navItem:hover > .slugTag {
    visibility: visible;
    opacity: 1;
  }
}

.GenreSelector {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -13px 5px;
  padding: 0 0 25px;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #F3F2F0;
}

.GenreSelector .genre-checkbox {
  position: relative;
  overflow: hidden;
  width: calc(100% / 3);
  -webkit-tap-highlight-color: transparent;
}

.GenreSelector .genre-checkbox::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.GenreSelector .genre-checkbox .FinishedIcon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 3px solid #07B57A;
  display: inline-block;
  padding: 18px;
}

.GenreSelector .genre-checkbox .FinishedIcon span {
  display: inline-block;
  height: 11px;
  width: 17px;
  border: 3px solid #07B57A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
}

.GenreSelector .tableWrapper {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.GenreSelector .tableWrapper > .table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.GenreSelector .tableWrapper > .table > .tableCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.GenreSelector div.genre-label {
  line-height: normal;
  margin: 8px 0 0;
}

.GenreSelector input {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
}

.GenreSelector .genre-checkbox .GenreIcon {
  fill: #949084;
  border: 1px solid;
  border-radius: 30px;
  padding: 12px;
}

.GenreSelector .genre-checkbox.krimi-thriller .GenreIcon {
  fill: #1836A6;
  border-color: #1836A6;
}

.GenreSelector .genre-checkbox.fantasy .GenreIcon {
  fill: #7e57c2;
  border-color: #7e57c2;
}

.GenreSelector .genre-checkbox.romane .GenreIcon {
  fill: #26a69a;
  border-color: #26a69a;
}

.GenreSelector .genre-checkbox.liebesroman .GenreIcon {
  fill: #f06292;
  border-color: #f06292;
}

.GenreSelector .genre-checkbox.jugendbuch .GenreIcon {
  fill: #9ccc65;
  border-color: #9ccc65;
}

.GenreSelector .genre-checkbox.historische-romane .GenreIcon {
  fill: #ffa726;
  border-color: #ffa726;
}

.GenreSelector .genre-checkbox.sachbuch .GenreIcon {
  fill: #006c80;
  border-color: #006c80;
}

.GenreSelector .genre-checkbox.science-fiction .GenreIcon {
  fill: #304ffe;
  border-color: #304ffe;
}

.GenreSelector .genre-checkbox.kinderbuch .GenreIcon {
  fill: #f44336;
  border-color: #f44336;
}

.GenreSelector .genre-checkbox.klassiker .GenreIcon {
  fill: #802a22;
  border-color: #802a22;
}

.GenreSelector .genre-checkbox.comic .GenreIcon {
  fill: #d6b311;
  border-color: #d6b311;
}

.GenreSelector .genre-checkbox.humor .GenreIcon {
  fill: #33aa38;
  border-color: #33aa38;
}

.GenreSelector .genre-checkbox.biografie .GenreIcon {
  fill: #f57d56;
  border-color: #f57d56;
}

.GenreSelector .genre-checkbox.gedichte-drama .GenreIcon {
  fill: #9d8a04;
  border-color: #9d8a04;
}

.GenreSelector .genre-checkbox.erotische-literatur .GenreIcon {
  fill: #953679;
  border-color: #953679;
}

@media only screen and (min-width: 480px) {
  .GenreSelector {
    margin: 0 0 5px;
  }

  .GenreSelector div.genre-label {
    margin: 10px 0;
  }

  .GenreSelector .genre-checkbox .GenreIcon {
    width: 80px !important;
    height: 80px !important;
    border-radius: 80px;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .GenreSelector div.genre-label {
    margin: 10px 0;
  }

  .GenreSelector .genre-checkbox .GenreIcon {
    width: 80px !important;
    height: 80px !important;
    border-radius: 80px;
    padding: 20px;
  }

  .GenreSelector .genre-checkbox {
    width: calc(100% / 5);
  }
}

.NewsletterSubscriptionDialog.-in-i-frame .GenreSelector div.genre-label {
  margin: 10px 0;
}

.NewsletterSubscriptionDialog.-in-i-frame .GenreSelector .genre-checkbox .GenreIcon {
  width: 80px !important;
  height: 80px !important;
  border-radius: 80px;
  padding: 20px;
}

.NewsletterSubscriptionDialog.-in-i-frame .GenreSelector .genre-checkbox {
  width: calc(100% / 5);
}

.ImagesUpload > .fieldBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ImagesUpload > .fieldBox .Button {
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 10px;
}

.ImagesUpload > .fieldBox > .legalese {
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 12px;
}

.ImagesUpload input[type="file"] {
  display: none;
}

.ImagesUpload > .uploaded > .ImagesUpload-SimpleImage {
  margin-right: 10px;
  margin-bottom: 10px;
}

.ImagesUpload-SimpleImage {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100px;
  height: 100px;
  background: #e5e5e5 no-repeat center center;
  background-size: cover;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  border-radius: 5px;
  padding: 10px;
}

.ImagesUpload-SimpleImage.-withError {
  background-color: rgba(137, 18, 23, 0.3);
  color: #891217;
  font-weight: bold;
  font-size: 12px;
}

.ImagesUpload-SimpleImage > .Button {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.ImagesUpload-SimpleImage > .Button > .CommonIcon.-delete {
  color: #891217;
  width: 18px;
  height: 18px;
}

.InfoBox {
  display: block;
  position: relative;
  box-shadow: inset 0 0 0 1px #ECEBE9;
  background-color: #ffffff;
  margin: 13px 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  padding: 13px;
}

@media (min-width: 480px) {
  .InfoBox {
    padding: 26px;
  }
}

.InfoBox.-desktop-only {
  display: none;
}

.InfoBox > header {
  position: relative;
}

.InfoBox > header h3 {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .InfoBox > header h3 {
    font-size: 22px;
    line-height: 29px;
  }
}

.InfoBox > header > .subline {
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .InfoBox > header > .subline {
    font-size: 18px;
  }
}

.InfoBox > header > .subline > .Link {
  color: #0088CC;
}

.InfoBox > header > .subline > .Link:hover {
  color: #33a0d6;
}

.InfoBox > header .switch {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 27px;
  right: -40px;
  top: 0;
}

.InfoBox > header .switch::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  color: #403c32;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

@media (min-width: 996px) {
  .InfoBox > header .switch {
    display: none;
  }
}

.InfoBox.-highlighted > header {
  background: #F7F6F5;
  margin: -13px;
  margin-bottom: 26px;
  padding: 13px !important;
}

@media (min-width: 480px) {
  .InfoBox.-highlighted > header {
    margin: -26px;
    padding: 26px !important;
  }
}

.InfoBox > .box-content > .tag-container {
  margin-left: 13px;
}

.InfoBox > .box-content > .tag-container .Tag:hover {
  background: #33a0d6;
}

.InfoBox > .box-content > .tag-container .Tag:hover:before {
  border-right-color: #33a0d6;
}

.InfoBox:not(.-expandable) > header,
.InfoBox.-expanded > header {
  padding-bottom: 13px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ECEBE9;
}

.InfoBox:not(.-expandable) {
  padding-bottom: 26px;
}

.InfoBox:not(.-expandable).-highlighted > header {
  border-bottom: none;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.InfoBox.-expandable > header > h3,
.InfoBox.-expandable > header > .subline {
  max-width: calc(100% - 40px);
}

.InfoBox.-expanded > header > h3 > .switch::before {
  top: 18px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
  transform: translate3d(-50%, -50%, 0) rotate(-135deg);
}

@media (min-width: 996px) {
  .InfoBox.-desktop-only {
    display: block;
  }

  .InfoBox.-mobile-only {
    display: none;
  }

  .InfoBox > header h3 {
    max-width: 100%;
  }
}

.LibraryNavigation {
  background: #409bc0 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.LibraryNavigation > .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.LibraryNavigation > .actions > .Button {
  margin: 0 10px;
}

.LibraryNavigation > .-withTriangle::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent;
  border-bottom-color: white;
}

.LibraryNavigation > .shelfItemsSearch {
  position: relative;
  padding-top: 20px;
}

.LibraryNavigation > .shelfItemsSearch::after {
  position: absolute;
  top: 12px;
  left: calc(50% - 40px);
  border-bottom-color: white;
}

.LibraryNavigation > .shelfItemsSearch > .SearchForm {
  padding: 0;
}

.LibraryNavigation > .shelfItemsSearch > .SearchForm .Button {
  background-color: white;
  color: #409bc0;
  right: 10px;
}

.LibraryNavigation > .shelves {
  position: relative;
  background-color: white;
  width: 100%;
  border-radius: 4px;
  margin: 20px auto 0;
}

.LibraryNavigation > .shelves::after {
  position: absolute;
  top: -10px;
  right: calc(50% - 40px);
}

.LibraryNavigation > .shelves > a {
  display: block;
  position: relative;
  margin: 0 20px;
  cursor: pointer;
  padding: 10px 0 10px 40px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
}

.LibraryNavigation > .shelves > a:first-child {
  border-top: none;
}

.LibraryNavigation > .shelves > a.toplevel {
  padding: 10px 0;
}

.LibraryNavigation > .shelves > a.active {
  font-weight: bold;
  color: #fa8c25;
}

.LibraryNavigation > .shelves > a.active::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #fa8c25;
  border-bottom: 3px solid #fa8c25;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Likes > .likeContainer {
  text-align: center;
  padding: 5px 10px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 5px solid white;
}

.Likes > .likeContainer > .CommonIcon {
  margin-right: 5px;
}

.Likes > .likeContainer.-liked > .CommonIcon {
  fill: #891217;
  -webkit-animation: fillHeart 0.5s ease-in-out;
  animation: fillHeart 0.5s ease-in-out;
}

@-webkit-keyframes fillHeart {
  from {
    fill: #433924;
  }

  to {
    fill: #891217;
  }
}

@keyframes fillHeart {
  from {
    fill: #433924;
  }

  to {
    fill: #891217;
  }
}

.ListCard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-tap-highlight-color: rgba(248, 248, 248, 0.5);
  -ms-flex-align: end;
  align-items: flex-end;
}

.ListCard:hover {
  text-decoration: none;
}

.ListCard .name {
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 16.8px;
  color: #891217;
  text-align: center;
  padding: 10px 20px 0;
  font-weight: bold;
}

.ListCard .authorList > .name {
  padding-top: 13px;
}

.ListCard ul {
  line-height: 0;
}

.ListCard ul > li {
  position: relative;
  display: inline-block;
  margin-right: -15px;
  line-height: 0;
}

.ListCard ul > li > .BookCover {
  vertical-align: bottom;
}

.ListCard ul > li:first-child > .placeholder {
  width: 125px;
}

.ListCard ul > li:nth-of-type(2) > .placeholder {
  width: 105px;
}

.ListCard ul > li:last-child > .placeholder {
  width: 85px;
}

.ListCard .bookList {
  width: 280px;
}

.ListCard .authorList {
  width: 260px;
}

.ListCard .authorList > ul > li:first-child > .AuthorImage {
  width: 100px;
}

.ListCard .authorList > ul > li:nth-of-type(2) > .AuthorImage {
  width: 90px;
}

.ListCard .authorList > ul > li:last-child > .AuthorImage {
  width: 80px;
}

.ListCard .seriesList {
  position: relative;
  width: 190px;
}

.ListCard .bookList > ul > li:first-child > .BookCover,
.ListCard .seriesList > ul > li:first-child > .BookCover {
  width: 120px;
}

.ListCard .bookList > ul > li:nth-of-type(2) > .BookCover,
.ListCard .seriesList > ul > li:nth-of-type(2) > .BookCover {
  width: 100px;
}

.ListCard .bookList > ul > li:last-child > .BookCover,
.ListCard .seriesList > ul > li:last-child > .BookCover {
  width: 80px;
}

.ListCard .seriesList > ul > li {
  z-index: 999;
}

.ListCard .seriesList > ul > li + li {
  z-index: 99;
  margin-left: -55px;
}

.ListCard .seriesList > ul > li + li + li {
  z-index: 9;
  margin-left: -35px;
}

.ListCard .seriesList .bubbleWrapper {
  position: relative;
}

.ListCard .bubble {
  position: absolute;
  border-radius: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-family: "Droid Serif", serif;
  font-style: italic;
}

.ListCard .numberOfBooks,
.ListCard .ranking {
  font-size: 13px;
  text-align: center;
  color: #433924;
}

.ListItemCard .contentWrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
}

.ListItemCard .contentWrapper > .image {
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 20px;
  position: relative;
}

.ListItemCard .contentWrapper > .image > .BookCover > img {
  width: 80px;
}

.ListItemCard .contentWrapper > .image > .Link {
  display: inline-block;
  line-height: 0;
}

.ListItemCard .contentWrapper > .image > .Link > img {
  display: block;
}

.ListItemCard .contentWrapper > .image > .ranking {
  display: block;
  position: absolute;
  bottom: 4px;
  background: rgba(67, 57, 36, 0.9);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px;
  font-family: "Droid Serif", serif;
  font-style: italic;
}

.ListItemCard .contentWrapper > .image > .ranking > p {
  font-size: 12px;
  margin-bottom: 0;
}

.ListItemCard .contentWrapper > .image > .position {
  display: block;
  position: absolute;
  font-weight: bold;
  color: #fff;
  padding: 10px 10px 5px;
  left: 10px;
  top: -2px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-top: none;
  box-shadow: 0 1px 0 1px #433924, inset 0 10px 15px -2px rgba(255, 255, 255, 0.3);
  background: #433924 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
}

.ListItemCard .contentWrapper > .info {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ListItemCard .bookActions {
  position: relative;
  margin-top: 15px;
  width: 100%;
  height: 60px;
}

.ListItemCard .bookActions > .Button {
  font-size: 14px;
  height: 40px;
}

.ListItemCard .bookActions > .Button > .-wishlist.rightIcon {
  vertical-align: -6px;
}

.ListItemCard .bookActions > .affiliateWrapper {
  position: relative;
}

.ListItemCard .bookActions > .affiliateWrapper .AffiliateMultiButton,
.ListItemCard .bookActions > .affiliateWrapper .AffiliateButton {
  width: 100%;
  padding: 0;
}

.ListItemCard .bookActions > .affiliateWrapper .-thalia .rightIcon {
  width: 80%;
}

.ListItemCard .voteActions {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.ListItemCard .voteActions > .Button {
  padding: 7px 14px;
  margin-left: 7px;
}

.ListItemCard .voteActions > .Button:first-child {
  margin-left: 0;
}

.ListItemCard .voteActions > .Button.-active {
  background-color: #84a563;
}

.ListItemCard .remainingVotes {
  font-size: 11px;
  color: #949084;
  margin-top: 7px;
}

@media (min-width: 500px) {
  .ListItemCard .bookActions {
    margin-left: 100px;
    width: 360px;
  }
}

.LotteryStatusInfo {
  color: #433924;
}

.LotteryStatusInfo > h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.LotteryStatusInfo > h3 > .normal {
  font-weight: normal;
}

.LotteryStatusInfo > p {
  margin-top: 3px;
  margin-bottom: 0;
}

.LotteryStatusInfo > p.timeUntilEnd {
  color: #891217;
  margin-top: 0;
  margin-bottom: 10px;
}

.Notification {
  display: block;
  background: #cc0606;
  color: white;
  font-size: 11px;
  padding: 5px;
  line-height: 11px;
  text-align: center;
  border-radius: 20px;
  min-height: 20px;
  min-width: 20px;
}

.Notification.-topleft {
  position: absolute;
  top: 0px;
  left: -10px;
}

.Notification.-inline {
  display: inline-block;
  margin-left: 10px;
}

@media (min-width: 996px) {
  .Notification.-inline {
    margin-left: 0;
    position: absolute;
    right: -5px;
    top: 10px;
  }
}

.RadioChooser {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.RadioChooser > .option {
  padding: 5px;
  cursor: pointer;
}

.RadioChooser > .option:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.RadioChooser > .option:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.RadioChooser > .option:not(.selected) {
  box-shadow: inset 0 0 0 1px #ddd;
  background-color: #eee;
}

.RadioChooser > .option.selected {
  background-color: gray;
  color: white;
}

.RatingBar {
  padding: 0 5px;
  color: #0088CC;
  text-decoration: none;
  font-size: 15px;
  color: #cc6b42;
  line-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}

.RatingBar.-total {
  display: block;
  text-align: center;
}

.RatingBar:hover {
  background: #F3F2F0;
}

.RatingBar > .stars {
  min-width: 57px;
}

.RatingBar > .bars {
  position: relative;
  width: 200px;
  margin: 0 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.RatingBar > .bars > .bar {
  position: absolute;
  left: 0;
}

.RatingBar > .bars > .-active {
  height: 5px;
  background: #fb8c00;
}

.RatingBar > .bars > .-active.-w1 {
  width: 1%;
}

.RatingBar > .bars > .-active.-w2 {
  width: 2%;
}

.RatingBar > .bars > .-active.-w3 {
  width: 3%;
}

.RatingBar > .bars > .-active.-w4 {
  width: 4%;
}

.RatingBar > .bars > .-active.-w5 {
  width: 5%;
}

.RatingBar > .bars > .-active.-w6 {
  width: 6%;
}

.RatingBar > .bars > .-active.-w7 {
  width: 7%;
}

.RatingBar > .bars > .-active.-w8 {
  width: 8%;
}

.RatingBar > .bars > .-active.-w9 {
  width: 9%;
}

.RatingBar > .bars > .-active.-w10 {
  width: 10%;
}

.RatingBar > .bars > .-active.-w11 {
  width: 11%;
}

.RatingBar > .bars > .-active.-w12 {
  width: 12%;
}

.RatingBar > .bars > .-active.-w13 {
  width: 13%;
}

.RatingBar > .bars > .-active.-w14 {
  width: 14%;
}

.RatingBar > .bars > .-active.-w15 {
  width: 15%;
}

.RatingBar > .bars > .-active.-w16 {
  width: 16%;
}

.RatingBar > .bars > .-active.-w17 {
  width: 17%;
}

.RatingBar > .bars > .-active.-w18 {
  width: 18%;
}

.RatingBar > .bars > .-active.-w19 {
  width: 19%;
}

.RatingBar > .bars > .-active.-w20 {
  width: 20%;
}

.RatingBar > .bars > .-active.-w21 {
  width: 21%;
}

.RatingBar > .bars > .-active.-w22 {
  width: 22%;
}

.RatingBar > .bars > .-active.-w23 {
  width: 23%;
}

.RatingBar > .bars > .-active.-w24 {
  width: 24%;
}

.RatingBar > .bars > .-active.-w25 {
  width: 25%;
}

.RatingBar > .bars > .-active.-w26 {
  width: 26%;
}

.RatingBar > .bars > .-active.-w27 {
  width: 27%;
}

.RatingBar > .bars > .-active.-w28 {
  width: 28%;
}

.RatingBar > .bars > .-active.-w29 {
  width: 29%;
}

.RatingBar > .bars > .-active.-w30 {
  width: 30%;
}

.RatingBar > .bars > .-active.-w31 {
  width: 31%;
}

.RatingBar > .bars > .-active.-w32 {
  width: 32%;
}

.RatingBar > .bars > .-active.-w33 {
  width: 33%;
}

.RatingBar > .bars > .-active.-w34 {
  width: 34%;
}

.RatingBar > .bars > .-active.-w35 {
  width: 35%;
}

.RatingBar > .bars > .-active.-w36 {
  width: 36%;
}

.RatingBar > .bars > .-active.-w37 {
  width: 37%;
}

.RatingBar > .bars > .-active.-w38 {
  width: 38%;
}

.RatingBar > .bars > .-active.-w39 {
  width: 39%;
}

.RatingBar > .bars > .-active.-w40 {
  width: 40%;
}

.RatingBar > .bars > .-active.-w41 {
  width: 41%;
}

.RatingBar > .bars > .-active.-w42 {
  width: 42%;
}

.RatingBar > .bars > .-active.-w43 {
  width: 43%;
}

.RatingBar > .bars > .-active.-w44 {
  width: 44%;
}

.RatingBar > .bars > .-active.-w45 {
  width: 45%;
}

.RatingBar > .bars > .-active.-w46 {
  width: 46%;
}

.RatingBar > .bars > .-active.-w47 {
  width: 47%;
}

.RatingBar > .bars > .-active.-w48 {
  width: 48%;
}

.RatingBar > .bars > .-active.-w49 {
  width: 49%;
}

.RatingBar > .bars > .-active.-w50 {
  width: 50%;
}

.RatingBar > .bars > .-active.-w51 {
  width: 51%;
}

.RatingBar > .bars > .-active.-w52 {
  width: 52%;
}

.RatingBar > .bars > .-active.-w53 {
  width: 53%;
}

.RatingBar > .bars > .-active.-w54 {
  width: 54%;
}

.RatingBar > .bars > .-active.-w55 {
  width: 55%;
}

.RatingBar > .bars > .-active.-w56 {
  width: 56%;
}

.RatingBar > .bars > .-active.-w57 {
  width: 57%;
}

.RatingBar > .bars > .-active.-w58 {
  width: 58%;
}

.RatingBar > .bars > .-active.-w59 {
  width: 59%;
}

.RatingBar > .bars > .-active.-w60 {
  width: 60%;
}

.RatingBar > .bars > .-active.-w61 {
  width: 61%;
}

.RatingBar > .bars > .-active.-w62 {
  width: 62%;
}

.RatingBar > .bars > .-active.-w63 {
  width: 63%;
}

.RatingBar > .bars > .-active.-w64 {
  width: 64%;
}

.RatingBar > .bars > .-active.-w65 {
  width: 65%;
}

.RatingBar > .bars > .-active.-w66 {
  width: 66%;
}

.RatingBar > .bars > .-active.-w67 {
  width: 67%;
}

.RatingBar > .bars > .-active.-w68 {
  width: 68%;
}

.RatingBar > .bars > .-active.-w69 {
  width: 69%;
}

.RatingBar > .bars > .-active.-w70 {
  width: 70%;
}

.RatingBar > .bars > .-active.-w71 {
  width: 71%;
}

.RatingBar > .bars > .-active.-w72 {
  width: 72%;
}

.RatingBar > .bars > .-active.-w73 {
  width: 73%;
}

.RatingBar > .bars > .-active.-w74 {
  width: 74%;
}

.RatingBar > .bars > .-active.-w75 {
  width: 75%;
}

.RatingBar > .bars > .-active.-w76 {
  width: 76%;
}

.RatingBar > .bars > .-active.-w77 {
  width: 77%;
}

.RatingBar > .bars > .-active.-w78 {
  width: 78%;
}

.RatingBar > .bars > .-active.-w79 {
  width: 79%;
}

.RatingBar > .bars > .-active.-w80 {
  width: 80%;
}

.RatingBar > .bars > .-active.-w81 {
  width: 81%;
}

.RatingBar > .bars > .-active.-w82 {
  width: 82%;
}

.RatingBar > .bars > .-active.-w83 {
  width: 83%;
}

.RatingBar > .bars > .-active.-w84 {
  width: 84%;
}

.RatingBar > .bars > .-active.-w85 {
  width: 85%;
}

.RatingBar > .bars > .-active.-w86 {
  width: 86%;
}

.RatingBar > .bars > .-active.-w87 {
  width: 87%;
}

.RatingBar > .bars > .-active.-w88 {
  width: 88%;
}

.RatingBar > .bars > .-active.-w89 {
  width: 89%;
}

.RatingBar > .bars > .-active.-w90 {
  width: 90%;
}

.RatingBar > .bars > .-active.-w91 {
  width: 91%;
}

.RatingBar > .bars > .-active.-w92 {
  width: 92%;
}

.RatingBar > .bars > .-active.-w93 {
  width: 93%;
}

.RatingBar > .bars > .-active.-w94 {
  width: 94%;
}

.RatingBar > .bars > .-active.-w95 {
  width: 95%;
}

.RatingBar > .bars > .-active.-w96 {
  width: 96%;
}

.RatingBar > .bars > .-active.-w97 {
  width: 97%;
}

.RatingBar > .bars > .-active.-w98 {
  width: 98%;
}

.RatingBar > .bars > .-active.-w99 {
  width: 99%;
}

.RatingBar > .bars > .-active.-w100 {
  width: 100%;
}

.RatingBar > .bars > .-passive {
  width: 100%;
  height: 1px;
  background: #ECEBE9;
}

.RatingBar > .amount {
  font-size: 15px;
  line-height: 30px;
}

.ReadingStateCard {
  position: relative;
  width: 260px;
  background: white;
  padding: 20px 20px 40px;
  border-radius: 4px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  margin-top: 4px;
}

.ReadingStateCard .right > .content {
  font-size: 13px;
}

.ReadingStateCard.-interactive {
  -ms-flex: none;
  flex: none;
  text-align: left;
}

.ReadingStateCard.-interactive > .Link {
  display: inline-block;
}

.ReadingStateCard.-interactive .BookCover {
  margin-right: 13px;
  vertical-align: middle;
  box-sizing: content-box;
  width: 100px;
}

.ReadingStateCard.-interactive .progress {
  overflow: visible;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  line-height: 0;
  -webkit-tap-highlight-color: rgba(247, 246, 245, 0.5);
  outline: none;
}

.ReadingStateCard.-interactive .progress .progressText {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  cursor: pointer;
}

.ReadingStateCard.-interactive .progress .actionHint {
  position: absolute;
  left: 0;
  top: 110%;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  text-align: center;
  color: #cc6b42;
  cursor: pointer;
}

.ReadingStateCard.-interactive .progress svg > circle {
  fill: none;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ReadingStateCard.-interactive .progress svg > .total {
  stroke: #ECEBE9;
}

.ReadingStateCard.-interactive .progress svg > .current {
  stroke: #fb8c00;
}

.ReadingStateCard.-interactive > .history {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #0088CC;
  font-size: 13px;
  line-height: 15px;
}

.ReadingStateCard.-interactive .delete {
  position: absolute;
  bottom: 30px;
  left: 90px;
}

.ReadingStateCard.-interactive .delete > .CommonIcon.-delete {
  color: #891217;
  width: 20px;
  height: 20px;
}

.ReadingStateCard .progress + .Rating {
  display: block;
  margin-top: 10px;
}

.ReadingStateCard:not(.-interactive) .progress {
  width: 100px;
  height: 10px;
  font-size: 0;
  background-color: #ECEBE9;
  border: 0 solid #fb8c00;
  margin-bottom: 2px;
}

.ReadingStateCard > .Link > .commentCount {
  position: absolute;
  left: 20px;
  bottom: 5px;
  font-size: 12px;
  color: #0088CC;
}

@media (min-width: 768px) {
  .ReadingStateCard.-interactive > .progress:hover > svg > .current {
    stroke: rgba(251, 140, 0, 0.8);
  }

  .ReadingStateCard.-interactive > .progress:hover > .actionHint {
    text-decoration: underline;
    color: #D68968;
  }
}

.ReadMoreBox {
  background-color: white;
}

.ReadMoreBox > .clippingContainer {
  position: relative;
  overflow: hidden;
}

.ReadMoreBox > .clippingContainer:not(.-expanded)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -50px 40px -20px white;
}

.ReadMoreBox > .buttons {
  text-align: right;
  max-height: 22px;
}

.ReadMoreBox > .buttons > .trigger {
  font-size: 13px;
  font-weight: 500;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  border: none;
  color: #433924;
  margin-left: -10px;
}

.ReadMoreBox > .buttons > .trigger:hover,
.ReadMoreBox > .buttons > .trigger:focus {
  outline: none;
}

.ReadMoreBox > .buttons > .trigger .CommonIcon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.ReadMoreBox.-series {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.ReadMoreBox.-responsive > .buttons > .trigger {
  color: #cc6b42;
  font-size: 13px;
}

@media (min-width: 768px) {
  .ReadMoreBox.-responsive > .buttons > .trigger {
    font-size: 15px;
  }
}

.ReadMoreBox.-responsive > .buttons > .trigger .CommonIcon {
  display: none;
}

.ReadMoreBox.-transparent {
  background: transparent;
}

.ReadMoreBox.-transparent > .clippingContainer:not(.-expanded)::after {
  box-shadow: none;
}

.-shadow .ReadMoreBox {
  background-color: #f8f8f8;
}

.-shadow .ReadMoreBox .clippingContainer:not(.-expanded)::after {
  box-shadow: inset 0 -50px 40px -20px #f8f8f8;
}

.ReplyForm > .Input {
  line-height: 0;
}

.ReplyForm > .Input > textarea {
  line-height: 1.4;
}

.ReplyForm.-second-level > .Input > textarea {
  min-height: 50px;
}

.ReplyForm > .Input > .InputFeedback,
.ReplyForm > .Input > .charsLeft {
  line-height: 1.4;
}

.ReplyForm > .Input > .charsLeft {
  color: #949084;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}

.ReplyForm > .Button {
  margin-top: 5px;
  width: 100%;
}

.Review > a {
  color: #433924;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(248, 248, 248, 0.5);
}

.Review .reviewHeader {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.Review .left > .Avatar {
  width: 40px;
}

.Review .right > .content > .actionContainer {
  margin-top: 10px;
  background: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.Review .right > .content > .actionContainer > .commentsAction {
  text-align: center;
  padding: 5px 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Review .right > .content > .actionContainer > .commentsAction.-empty::after {
  display: inline-block;
  content: '0';
  font-size: 14px;
}

.Review .right > .content > .actionContainer > .commentsAction > a {
  color: #433924;
}

.Review .right > .content > .actionContainer > .commentsAction > .CommonIcon {
  fill: #433924;
  margin-right: 5px;
}

.BackToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 0;
  height: 0;
  background: white;
  border: 1px solid #E2E0DA;
  border-radius: 30px;
  color: #cc6b42;
  text-align: center;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0;
  transition: opacity 400ms;
  z-index: 2;
}

.BackToTop .CommonIcon {
  display: none;
}

.BackToTop.-visible {
  width: 60px;
  height: 60px;
  opacity: 1;
}

.BackToTop.-visible .CommonIcon {
  display: inline-block;
}

.BackToTop:active,
.BackToTop:focus {
  outline: none;
}

@media (min-width: 996px) {
  .BackToTop {
    right: 50%;
    -webkit-transform: translateX(500px) rotate(270deg);
    transform: translateX(500px) rotate(270deg);
  }

  .BackToTop:hover {
    background: #D68968;
    color: white;
  }
}

.ShoutForm {
  position: relative;
  text-align: center;
}

.ShoutForm > .Input {
  line-height: 0;
}

.ShoutForm > .Input > textarea {
  line-height: 1.4;
}

.ShoutForm > .Input > .InputFeedback,
.ShoutForm > .Input > .charsLeft {
  line-height: 1.4;
}

.ShoutForm .Input > .charsLeft {
  position: absolute;
  left: 0;
  color: #949084;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
}

.ShoutForm > .Button {
  margin-top: 26px;
}

.grid__stream {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  min-height: 350px;
}

.grid__stream > * {
  width: 100%;
}

.grid__stream.-compact {
  min-height: 248px;
}

.grid__stream.-compact > .stream > .Spinner {
  top: 40px;
}

.grid__stream > .stream {
  width: 100%;
  padding-bottom: 26px;
  background: white;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.grid__stream > .stream .moreButton {
  display: block;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 20px auto 13px;
  width: 100%;
  max-width: calc(320px - 13px * 4);
  text-align: center;
  color: #cc6b42;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  background: white;
  border: 1px solid #cc6b42;
  line-height: 40px;
  padding: 0;
  border-radius: 4px;
}

.grid__stream > .stream .moreButton > .rightIconAnim {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.grid__stream > .stream > .Spinner {
  left: 50%;
  top: 120px;
}

.grid__stream > .stream > .Spinner.with-filters {
  top: 16px;
}

.grid__stream > .stream > .no-content {
  font-size: 15px;
  line-height: 19px;
  padding: 26px 26px 0 26px;
  margin-bottom: 0;
  color: #403c32;
}

.grid__stream > .stream > .no-content.-with-margin {
  margin-top: 32px;
}

.grid__stream > .stream > .streamFallbackText {
  padding: 26px;
  font-size: 16px;
  font-style: italic;
  color: #87847D;
}

.grid__stream > .stream > .streamFallbackText .Link {
  color: #0088CC;
}

.grid__stream > .stream > .all-reviews-link {
  width: 100%;
  text-align: right;
  padding-right: 26px;
  margin-top: 20px;
}

.grid__stream > .stream > .all-reviews-link > a {
  color: #0088CC;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
}

.grid__stream > .stream > .all-reviews-link > a:hover {
  color: rgba(0, 136, 204, 0.8);
}

@media (min-width: 996px) {
  .grid__stream > .stream .moreButton:hover {
    background: #D68968;
    color: white;
  }
}

.grid__stream > .stream {
  display: inline-block;
}

.grid__stream > .stream > .header {
  position: relative;
  padding: 13px 13px 0;
  border-bottom: 1px solid #ECEBE9;
  background: #F7F6F5;
  margin: 1px;
}

.grid__stream > .stream > .header.-one-option .createNewEntry {
  right: 0 !important;
}

.grid__stream > .stream > .header.-no-option {
  padding: 13px;
}

.grid__stream > .stream > .header > .GenreIcon {
  border: 1px solid;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #F7F6F5;
  margin-right: 13px;
  box-sizing: border-box;
  border-radius: 50%;
}

.grid__stream > .stream > .header > h2,
.grid__stream > .stream > .header > h3 {
  font-size: 20px;
  color: #403c32;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px - 13px);
}

.grid__stream > .stream.krimi-thriller > .header > .GenreIcon {
  color: #1836A6;
  border-color: #1836A6;
}

.grid__stream > .stream.fantasy > .header > .GenreIcon {
  color: #7e57c2;
  border-color: #7e57c2;
}

.grid__stream > .stream.romane > .header > .GenreIcon {
  color: #26a69a;
  border-color: #26a69a;
}

.grid__stream > .stream.liebesroman > .header > .GenreIcon {
  color: #f06292;
  border-color: #f06292;
}

.grid__stream > .stream.jugendbuch > .header > .GenreIcon {
  color: #9ccc65;
  border-color: #9ccc65;
}

.grid__stream > .stream.historische-romane > .header > .GenreIcon {
  color: #ffa726;
  border-color: #ffa726;
}

.grid__stream > .stream.sachbuch > .header > .GenreIcon {
  color: #006c80;
  border-color: #006c80;
}

.grid__stream > .stream.science-fiction > .header > .GenreIcon {
  color: #304ffe;
  border-color: #304ffe;
}

.grid__stream > .stream.kinderbuch > .header > .GenreIcon {
  color: #f44336;
  border-color: #f44336;
}

.grid__stream > .stream.klassiker > .header > .GenreIcon {
  color: #802a22;
  border-color: #802a22;
}

.grid__stream > .stream.comic > .header > .GenreIcon {
  color: #d6b311;
  border-color: #d6b311;
}

.grid__stream > .stream.humor > .header > .GenreIcon {
  color: #33aa38;
  border-color: #33aa38;
}

.grid__stream > .stream.biografie > .header > .GenreIcon {
  color: #f57d56;
  border-color: #f57d56;
}

.grid__stream > .stream.gedichte-drama > .header > .GenreIcon {
  color: #9d8a04;
  border-color: #9d8a04;
}

.grid__stream > .stream.erotische-literatur > .header > .GenreIcon {
  color: #953679;
  border-color: #953679;
}

@media (min-width: 480px) {
  .grid__stream > .stream > .header {
    padding: 26px 26px 0;
  }

  .grid__stream > .stream > .header.-no-option {
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .grid__stream > .stream {
    margin-top: 0;
  }

  .grid__stream > .stream > .header {
    padding: 15px 188px 15px 26px;
    margin: 1px;
    min-height: 50px;
  }

  .grid__stream > .stream > .header.-one-option {
    padding-right: 106px;
  }

  .grid__stream > .stream > .header.-no-option {
    padding: 15px 26px;
  }

  .grid__stream > .stream > .header > .GenreIcon {
    width: 50px;
    height: 50px;
    padding: 8px;
    margin-right: 26px;
  }

  .grid__stream > .stream > .header > h2,
  .grid__stream > .stream > .header > h3 {
    font-size: 22px;
    line-height: 50px;
    width: calc(100% - 50px - 26px);
  }
}

.grid__stream > .stream > .header > .actions {
  position: relative;
  margin-top: 10px;
  width: calc(100% + 26px);
  left: -13px;
  text-align: right;
  height: 40px;
  box-sizing: border-box;
}

.grid__stream > .stream > .header > .actions.-entrySelectOpen > .createNewEntry {
  background: white;
}

.grid__stream > .stream > .header > .actions.-entrySelectOpen > .dropDown.-entrySelect {
  display: block;
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter {
  background: white;
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(1),
.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(2),
.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(3) {
  opacity: 0;
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .dropDown.-filterSelect {
  display: block;
}

.grid__stream > .stream > .header > .actions > .filter:hover,
.grid__stream > .stream > .header > .actions > .filter.-active {
  background: #33a0d6;
}

.grid__stream > .stream > .header > .actions > .filter:hover > .label,
.grid__stream > .stream > .header > .actions > .filter.-active > .label {
  color: white;
}

.grid__stream > .stream > .header > .actions > .filter:hover > .switch > span,
.grid__stream > .stream > .header > .actions > .filter.-active > .switch > span {
  background: white;
}

.grid__stream > .stream > .header > .actions > .createNewEntry {
  position: relative;
  display: inline-block;
  width: 73px;
  padding-left: 13px;
}

.grid__stream > .stream > .header > .actions > .createNewEntry > .label {
  font-size: 11px;
  display: block;
  line-height: 40px;
  font-weight: 500;
  color: #403c32;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

.grid__stream > .stream > .header > .actions > .createNewEntry > .CommonIcon {
  color: #0088CC;
  position: absolute;
  top: 0;
  right: 13px;
  height: 40px;
  line-height: 40px;
}

.grid__stream > .stream > .header > .actions > .createNewEntry > .CommonIcon > svg {
  display: inline;
  vertical-align: middle;
}

.grid__stream > .stream > .header > .actions > .filter {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}

.grid__stream > .stream > .header > .actions > .filter > .label {
  font-size: 11px;
  display: block;
  line-height: 40px;
  font-weight: 500;
  color: #403c32;
  padding-right: 40px;
  text-transform: uppercase;
}

.grid__stream > .stream > .header > .actions > .filter > .switch {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}

.grid__stream > .stream > .header > .actions > .filter > .switch > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #0088CC;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}

.grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(1) {
  top: 32%;
}

.grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(3) {
  top: 68%;
}

.grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(4),
.grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(5) {
  opacity: 0;
  height: 16px;
  width: 3px;
  border-radius: 0;
}

.grid__stream > .stream > .header > .actions > .dropDown {
  display: none;
  position: absolute;
  background: white;
  width: 100%;
  text-align: left;
  top: 41px;
  padding: 13px;
  z-index: 2;
  box-sizing: border-box;
  -ms-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.grid__stream > .stream > .header > .actions > .dropDown::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  width: 8px;
  height: 8px;
  background: white;
  border-left: 1px solid #ECEBE9;
  border-top: 1px solid #ECEBE9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid__stream > .stream > .header > .actions > .dropDown.-filterSelect::before {
  right: 16px;
}

.grid__stream > .stream > .header > .actions > .dropDown.-entrySelect::before {
  right: 120px;
}

.grid__stream > .stream > .header > .actions > .dropDown.-review > li > button {
  padding: 0;
}

.grid__stream > .stream > .header > .actions > .dropDown > li {
  border-top: 1px solid #ECEBE9;
}

.grid__stream > .stream > .header > .actions > .dropDown > li:first-child {
  border-top: none;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button {
  position: relative;
  width: 100%;
  padding: 0 0 0 41px;
  line-height: 40px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #0088CC;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button > .Rating {
  display: block;
  margin-left: 5px;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button > .Rating > .CommonIcon {
  color: #fb8c00;
  vertical-align: -8px;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button.-active {
  background: #0088CC;
  color: white;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button.-active::after {
  content: '\D7';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 23px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button.-active > .CommonIcon {
  color: white;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button.-active > .Rating > .CommonIcon {
  color: white;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button > .CommonIcon {
  height: 26px;
  width: 26px;
  color: #0088CC;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -13px;
}

.grid__stream > .stream > .header.-one-option > .actions > .dropDown.-entrySelect::before {
  right: 36px;
}

@media (min-width: 768px) {
  .grid__stream > .stream > .header > .actions {
    position: static;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    margin-top: 0;
    height: 0;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry {
    position: absolute;
    left: auto;
    top: 0;
    bottom: auto;
    right: 81px;
    width: 80px;
    height: 100%;
    background: white;
    padding: 0;
    border-left: 1px solid #ECEBE9;
    border-radius: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry > .label {
    text-align: center;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry > .CommonIcon {
    top: 40px;
    left: 50%;
    height: 26px;
    width: 26px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry > .CommonIcon > svg {
    vertical-align: top;
  }

  .grid__stream > .stream > .header > .actions > .filter {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    width: 80px;
    height: 100%;
    text-align: center;
    padding-left: 0;
    background: white;
    border-left: 1px solid #ECEBE9;
  }

  .grid__stream > .stream > .header > .actions > .filter > .label {
    width: 100%;
    padding-right: 0;
  }

  .grid__stream > .stream > .header > .actions > .filter > .switch {
    width: 100%;
    height: 50px;
  }

  .grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(4),
  .grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(5) {
    height: 23px;
  }

  .grid__stream > .stream > .header > .actions > .dropDown {
    top: 81px;
    right: 0;
    max-width: 260px;
  }

  .grid__stream > .stream > .header > .actions > .dropDown::before {
    top: -8px;
    width: 13px;
    height: 13px;
  }

  .grid__stream > .stream > .header > .actions > .dropDown.-filterSelect::before {
    right: 33px;
  }

  .grid__stream > .stream > .header > .actions > .dropDown.-entrySelect::before {
    left: auto;
    right: 113px;
  }

  .grid__stream > .stream > .header.-one-option > .actions > .dropDown.-entrySelect::before {
    right: 36px;
  }
}

@media (min-width: 996px) {
  .grid__stream > .stream > .header > .actions > .createNewEntry {
    cursor: pointer;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry:hover {
    background: #33a0d6;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry:hover > .CommonIcon,
  .grid__stream > .stream > .header > .actions > .createNewEntry:hover > .label {
    color: white;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover > .Rating {
    background: #F7F6F5;
    color: #0088CC;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover::after,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover > .Rating::after {
    color: white;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover > .CommonIcon,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover > .Rating > .CommonIcon {
    color: #0088CC;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button.-active:hover,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button.-active:hover > .Rating {
    background: #33a0d6;
    color: white;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button.-active:hover > .CommonIcon,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button.-active:hover > .Rating > .CommonIcon {
    color: white;
  }
}

.grid__stream {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.grid__stream > * {
  width: 100%;
}

.grid__stream.left-column {
  padding: 13px 0;
}

.grid__stream > .stream {
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.grid__stream > .stream > .filters-stars {
  padding: 13px 0 0;
  margin: 0 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 480px) {
  .grid__stream > .stream > .filters-stars {
    margin: 0 26px;
  }
}

.grid__stream > .stream > .filters-stars .Rating {
  line-height: 30px;
}

.grid__stream > .stream > .filters-stars .Rating > .CommonIcon {
  width: 26px;
  height: 26px;
}

.grid__stream > .stream > .filters-stars .filter-header {
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 13px;
}

.grid__stream > .stream .filter-header {
  display: block;
  color: #403c32;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 13px;
}

.grid__stream > .stream .filter-header.-inline {
  display: inline-block;
}

.grid__stream > .stream > .filters-grid {
  padding: 13px 0 13px;
  margin: 0 13px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ECEBE9;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .grid__stream > .stream > .filters-grid {
    padding: 13px 0 26px;
    margin: 0 26px;
  }
}

@media (min-width: 768px) {
  .grid__stream > .stream > .filters-grid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.grid__stream > .stream > .filters-grid li {
  list-style-type: none;
  position: relative;
}

.grid__stream > .stream > .filters-grid li .RatingBar {
  padding: 0 32px 0 5px;
}

.grid__stream > .stream > .filters-grid li.-selected {
  background: #0088CC;
}

.grid__stream > .stream > .filters-grid li.-selected span {
  color: #ffffff;
}

.grid__stream > .stream > .filters-grid li.-selected span.bars .-active {
  background: #ffffff;
}

.grid__stream > .stream > .filters-grid li.-selected .RatingBar:hover {
  background: #0088CC;
}

.grid__stream > .stream > .filters-grid li .delete-filter::after {
  content: '\D7';
  position: absolute;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.grid__stream > .stream > .filters-grid .filter-rating {
  width: 100%;
}

@media (min-width: 768px) {
  .grid__stream > .stream > .filters-grid .filter-rating {
    margin-right: 26px;
  }
}

.grid__stream > .stream > .filters-grid .filter-rating .filter-header {
  margin-left: 5px;
}

.grid__stream > .stream > .filters-grid .filter-rating > li {
  max-width: 360px;
}

.grid__stream > .stream > .filters-grid .filter-rating > li > .RatingBar > .bars {
  max-width: 100px;
  width: 100%;
}

@media (min-width: 480px) {
  .grid__stream > .stream > .filters-grid .filter-rating > li > .RatingBar > .bars {
    max-width: 200px;
  }
}

.grid__stream > .stream > .filters-grid .filter-rating .Rating {
  margin-bottom: 8px;
}

.grid__stream > .stream > .filters-grid .filter-other {
  margin-top: 13px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .grid__stream > .stream > .filters-grid .filter-other {
    margin-top: 0;
    width: calc(100% - 26px);
  }
}

.grid__stream > .stream > .filters-grid .filter-other select {
  height: 40px;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
  padding: 0 10px;
  background: white;
  border-radius: 0;
  cursor: pointer;
}

.grid__stream > .stream > .filters-grid + .Spinner.with-filters {
  top: 36px;
}

.shout-container {
  margin: 13px 0;
}

.shout-container h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .shout-container h3 {
    font-size: 22px;
    line-height: 29px;
  }
}

.shout-container > .Dispenser > .list > * {
  border-bottom: none;
  margin-bottom: 13px;
}

.shout-container > .Dispenser > .list > *:last-child {
  margin-bottom: 0;
}

.SearchForm {
  padding: 5px 0 0;
}

.SearchForm > fieldset {
  position: relative;
}

.SearchForm > fieldset > .Input > .field.-search {
  padding: 0 40px 0 13px;
  height: 45px;
  line-height: 45px;
  right: 13px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #403c32;
  border-left: none;
}

.SearchForm > fieldset > .Button {
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: none;
  color: black;
}

.SearchForm .CommonIcon.-search {
  width: 26px;
  height: 26px;
  color: #87847D;
}

@media (min-width: 996px) {
  .SearchForm {
    position: relative;
    width: 100%;
  }

  .SearchForm > fieldset > .Input > .field.-search {
    padding: 0 0 0 5px;
    height: 40px;
    line-height: 40px;
    border: none;
  }
}

.SliderNav {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  background: white;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
  transition: opacity 200ms;
  outline: none;
}

.SliderNav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 40px;
  text-align: center;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cc6b42;
  border-left: 2px solid #cc6b42;
}

.SliderNav.-large {
  width: 60px;
  height: 60px;
}

.SliderNav.-prev {
  left: 13px;
}

.SliderNav.-prev::before {
  margin-left: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.SliderNav.-next {
  right: 13px;
}

.SliderNav.-next::before {
  margin-left: -2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg);
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}

.SliderNav:active,
.SliderNav:focus {
  outline: none;
}

.SliderNav.-inactive {
  background-color: #87847D;
  cursor: default;
  opacity: .15;
}

.SliderNav.-inactive::before {
  border-color: white;
}

.SliderNav:hover:not(.-inactive) {
  background-color: #cc6b42;
}

.SliderNav:hover:not(.-inactive)::before {
  border-color: white;
}

@media (min-width: 768px) {
  .SliderNav.-prev.-small {
    left: 26px;
  }

  .SliderNav.-next.-small {
    right: 26px;
  }
}

.grid__stream {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  min-height: 350px;
}

.grid__stream > * {
  width: 100%;
}

.grid__stream.-compact {
  min-height: 248px;
}

.grid__stream.-compact > .stream > .Spinner {
  top: 40px;
}

.grid__stream > .stream {
  width: 100%;
  padding-bottom: 26px;
  background: white;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.grid__stream > .stream .moreButton {
  display: block;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 20px auto 13px;
  width: 100%;
  max-width: calc(320px - 13px * 4);
  text-align: center;
  color: #cc6b42;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  background: white;
  border: 1px solid #cc6b42;
  line-height: 40px;
  padding: 0;
  border-radius: 4px;
}

.grid__stream > .stream .moreButton > .rightIconAnim {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.grid__stream > .stream > .Spinner {
  left: 50%;
  top: 120px;
}

.grid__stream > .stream > .Spinner.with-filters {
  top: 16px;
}

.grid__stream > .stream > .no-content {
  font-size: 15px;
  line-height: 19px;
  padding: 26px 26px 0 26px;
  margin-bottom: 0;
  color: #403c32;
}

.grid__stream > .stream > .no-content.-with-margin {
  margin-top: 32px;
}

.grid__stream > .stream > .streamFallbackText {
  padding: 26px;
  font-size: 16px;
  font-style: italic;
  color: #87847D;
}

.grid__stream > .stream > .streamFallbackText .Link {
  color: #0088CC;
}

.grid__stream > .stream > .all-reviews-link {
  width: 100%;
  text-align: right;
  padding-right: 26px;
  margin-top: 20px;
}

.grid__stream > .stream > .all-reviews-link > a {
  color: #0088CC;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
}

.grid__stream > .stream > .all-reviews-link > a:hover {
  color: rgba(0, 136, 204, 0.8);
}

@media (min-width: 996px) {
  .grid__stream > .stream .moreButton:hover {
    background: #D68968;
    color: white;
  }
}

.grid__stream > .stream {
  display: inline-block;
}

.grid__stream > .stream > .header {
  position: relative;
  padding: 13px 13px 0;
  border-bottom: 1px solid #ECEBE9;
  background: #F7F6F5;
  margin: 1px;
}

.grid__stream > .stream > .header.-one-option .createNewEntry {
  right: 0 !important;
}

.grid__stream > .stream > .header.-no-option {
  padding: 13px;
}

.grid__stream > .stream > .header > .GenreIcon {
  border: 1px solid;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #F7F6F5;
  margin-right: 13px;
  box-sizing: border-box;
  border-radius: 50%;
}

.grid__stream > .stream > .header > h2,
.grid__stream > .stream > .header > h3 {
  font-size: 20px;
  color: #403c32;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px - 13px);
}

.grid__stream > .stream.krimi-thriller > .header > .GenreIcon {
  color: #1836A6;
  border-color: #1836A6;
}

.grid__stream > .stream.fantasy > .header > .GenreIcon {
  color: #7e57c2;
  border-color: #7e57c2;
}

.grid__stream > .stream.romane > .header > .GenreIcon {
  color: #26a69a;
  border-color: #26a69a;
}

.grid__stream > .stream.liebesroman > .header > .GenreIcon {
  color: #f06292;
  border-color: #f06292;
}

.grid__stream > .stream.jugendbuch > .header > .GenreIcon {
  color: #9ccc65;
  border-color: #9ccc65;
}

.grid__stream > .stream.historische-romane > .header > .GenreIcon {
  color: #ffa726;
  border-color: #ffa726;
}

.grid__stream > .stream.sachbuch > .header > .GenreIcon {
  color: #006c80;
  border-color: #006c80;
}

.grid__stream > .stream.science-fiction > .header > .GenreIcon {
  color: #304ffe;
  border-color: #304ffe;
}

.grid__stream > .stream.kinderbuch > .header > .GenreIcon {
  color: #f44336;
  border-color: #f44336;
}

.grid__stream > .stream.klassiker > .header > .GenreIcon {
  color: #802a22;
  border-color: #802a22;
}

.grid__stream > .stream.comic > .header > .GenreIcon {
  color: #d6b311;
  border-color: #d6b311;
}

.grid__stream > .stream.humor > .header > .GenreIcon {
  color: #33aa38;
  border-color: #33aa38;
}

.grid__stream > .stream.biografie > .header > .GenreIcon {
  color: #f57d56;
  border-color: #f57d56;
}

.grid__stream > .stream.gedichte-drama > .header > .GenreIcon {
  color: #9d8a04;
  border-color: #9d8a04;
}

.grid__stream > .stream.erotische-literatur > .header > .GenreIcon {
  color: #953679;
  border-color: #953679;
}

@media (min-width: 480px) {
  .grid__stream > .stream > .header {
    padding: 26px 26px 0;
  }

  .grid__stream > .stream > .header.-no-option {
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .grid__stream > .stream {
    margin-top: 0;
  }

  .grid__stream > .stream > .header {
    padding: 15px 188px 15px 26px;
    margin: 1px;
    min-height: 50px;
  }

  .grid__stream > .stream > .header.-one-option {
    padding-right: 106px;
  }

  .grid__stream > .stream > .header.-no-option {
    padding: 15px 26px;
  }

  .grid__stream > .stream > .header > .GenreIcon {
    width: 50px;
    height: 50px;
    padding: 8px;
    margin-right: 26px;
  }

  .grid__stream > .stream > .header > h2,
  .grid__stream > .stream > .header > h3 {
    font-size: 22px;
    line-height: 50px;
    width: calc(100% - 50px - 26px);
  }
}

.grid__stream > .stream > .header > .actions {
  position: relative;
  margin-top: 10px;
  width: calc(100% + 26px);
  left: -13px;
  text-align: right;
  height: 40px;
  box-sizing: border-box;
}

.grid__stream > .stream > .header > .actions.-entrySelectOpen > .createNewEntry {
  background: white;
}

.grid__stream > .stream > .header > .actions.-entrySelectOpen > .dropDown.-entrySelect {
  display: block;
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter {
  background: white;
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(1),
.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(2),
.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(3) {
  opacity: 0;
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .filter > .switch > span:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.grid__stream > .stream > .header > .actions.-filterSelectOpen > .dropDown.-filterSelect {
  display: block;
}

.grid__stream > .stream > .header > .actions > .filter:hover,
.grid__stream > .stream > .header > .actions > .filter.-active {
  background: #33a0d6;
}

.grid__stream > .stream > .header > .actions > .filter:hover > .label,
.grid__stream > .stream > .header > .actions > .filter.-active > .label {
  color: white;
}

.grid__stream > .stream > .header > .actions > .filter:hover > .switch > span,
.grid__stream > .stream > .header > .actions > .filter.-active > .switch > span {
  background: white;
}

.grid__stream > .stream > .header > .actions > .createNewEntry {
  position: relative;
  display: inline-block;
  width: 73px;
  padding-left: 13px;
}

.grid__stream > .stream > .header > .actions > .createNewEntry > .label {
  font-size: 11px;
  display: block;
  line-height: 40px;
  font-weight: 500;
  color: #403c32;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

.grid__stream > .stream > .header > .actions > .createNewEntry > .CommonIcon {
  color: #0088CC;
  position: absolute;
  top: 0;
  right: 13px;
  height: 40px;
  line-height: 40px;
}

.grid__stream > .stream > .header > .actions > .createNewEntry > .CommonIcon > svg {
  display: inline;
  vertical-align: middle;
}

.grid__stream > .stream > .header > .actions > .filter {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}

.grid__stream > .stream > .header > .actions > .filter > .label {
  font-size: 11px;
  display: block;
  line-height: 40px;
  font-weight: 500;
  color: #403c32;
  padding-right: 40px;
  text-transform: uppercase;
}

.grid__stream > .stream > .header > .actions > .filter > .switch {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}

.grid__stream > .stream > .header > .actions > .filter > .switch > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #0088CC;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}

.grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(1) {
  top: 32%;
}

.grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(3) {
  top: 68%;
}

.grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(4),
.grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(5) {
  opacity: 0;
  height: 16px;
  width: 3px;
  border-radius: 0;
}

.grid__stream > .stream > .header > .actions > .dropDown {
  display: none;
  position: absolute;
  background: white;
  width: 100%;
  text-align: left;
  top: 41px;
  padding: 13px;
  z-index: 2;
  box-sizing: border-box;
  -ms-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.grid__stream > .stream > .header > .actions > .dropDown::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  width: 8px;
  height: 8px;
  background: white;
  border-left: 1px solid #ECEBE9;
  border-top: 1px solid #ECEBE9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid__stream > .stream > .header > .actions > .dropDown.-filterSelect::before {
  right: 16px;
}

.grid__stream > .stream > .header > .actions > .dropDown.-entrySelect::before {
  right: 120px;
}

.grid__stream > .stream > .header > .actions > .dropDown.-review > li > button {
  padding: 0;
}

.grid__stream > .stream > .header > .actions > .dropDown > li {
  border-top: 1px solid #ECEBE9;
}

.grid__stream > .stream > .header > .actions > .dropDown > li:first-child {
  border-top: none;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button {
  position: relative;
  width: 100%;
  padding: 0 0 0 41px;
  line-height: 40px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #0088CC;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button > .Rating {
  display: block;
  margin-left: 5px;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button > .Rating > .CommonIcon {
  color: #fb8c00;
  vertical-align: -8px;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button.-active {
  background: #0088CC;
  color: white;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button.-active::after {
  content: '\D7';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 23px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button.-active > .CommonIcon {
  color: white;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button.-active > .Rating > .CommonIcon {
  color: white;
}

.grid__stream > .stream > .header > .actions > .dropDown > li > button > .CommonIcon {
  height: 26px;
  width: 26px;
  color: #0088CC;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -13px;
}

.grid__stream > .stream > .header.-one-option > .actions > .dropDown.-entrySelect::before {
  right: 36px;
}

@media (min-width: 768px) {
  .grid__stream > .stream > .header > .actions {
    position: static;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    margin-top: 0;
    height: 0;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry {
    position: absolute;
    left: auto;
    top: 0;
    bottom: auto;
    right: 81px;
    width: 80px;
    height: 100%;
    background: white;
    padding: 0;
    border-left: 1px solid #ECEBE9;
    border-radius: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry > .label {
    text-align: center;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry > .CommonIcon {
    top: 40px;
    left: 50%;
    height: 26px;
    width: 26px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry > .CommonIcon > svg {
    vertical-align: top;
  }

  .grid__stream > .stream > .header > .actions > .filter {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    width: 80px;
    height: 100%;
    text-align: center;
    padding-left: 0;
    background: white;
    border-left: 1px solid #ECEBE9;
  }

  .grid__stream > .stream > .header > .actions > .filter > .label {
    width: 100%;
    padding-right: 0;
  }

  .grid__stream > .stream > .header > .actions > .filter > .switch {
    width: 100%;
    height: 50px;
  }

  .grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(4),
  .grid__stream > .stream > .header > .actions > .filter > .switch > span:nth-of-type(5) {
    height: 23px;
  }

  .grid__stream > .stream > .header > .actions > .dropDown {
    top: 81px;
    right: 0;
    max-width: 260px;
  }

  .grid__stream > .stream > .header > .actions > .dropDown::before {
    top: -8px;
    width: 13px;
    height: 13px;
  }

  .grid__stream > .stream > .header > .actions > .dropDown.-filterSelect::before {
    right: 33px;
  }

  .grid__stream > .stream > .header > .actions > .dropDown.-entrySelect::before {
    left: auto;
    right: 113px;
  }

  .grid__stream > .stream > .header.-one-option > .actions > .dropDown.-entrySelect::before {
    right: 36px;
  }
}

@media (min-width: 996px) {
  .grid__stream > .stream > .header > .actions > .createNewEntry {
    cursor: pointer;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry:hover {
    background: #33a0d6;
  }

  .grid__stream > .stream > .header > .actions > .createNewEntry:hover > .CommonIcon,
  .grid__stream > .stream > .header > .actions > .createNewEntry:hover > .label {
    color: white;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover > .Rating {
    background: #F7F6F5;
    color: #0088CC;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover::after,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover > .Rating::after {
    color: white;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover > .CommonIcon,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button:hover > .Rating > .CommonIcon {
    color: #0088CC;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button.-active:hover,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button.-active:hover > .Rating {
    background: #33a0d6;
    color: white;
  }

  .grid__stream > .stream > .header > .actions > .dropDown > li > button.-active:hover > .CommonIcon,
  .grid__stream > .stream > .header > .actions > .dropDown > li > button.-active:hover > .Rating > .CommonIcon {
    color: white;
  }
}

.grid__stream {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.grid__stream > * {
  width: 100%;
}

.grid__stream.left-column {
  padding: 13px 0;
}

.grid__stream > .stream {
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.grid__stream > .stream > .filters-stars {
  padding: 13px 0 0;
  margin: 0 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 480px) {
  .grid__stream > .stream > .filters-stars {
    margin: 0 26px;
  }
}

.grid__stream > .stream > .filters-stars .Rating {
  line-height: 30px;
}

.grid__stream > .stream > .filters-stars .Rating > .CommonIcon {
  width: 26px;
  height: 26px;
}

.grid__stream > .stream > .filters-stars .filter-header {
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 13px;
}

.grid__stream > .stream .filter-header {
  display: block;
  color: #403c32;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 13px;
}

.grid__stream > .stream .filter-header.-inline {
  display: inline-block;
}

.grid__stream > .stream > .filters-grid {
  padding: 13px 0 13px;
  margin: 0 13px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ECEBE9;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .grid__stream > .stream > .filters-grid {
    padding: 13px 0 26px;
    margin: 0 26px;
  }
}

@media (min-width: 768px) {
  .grid__stream > .stream > .filters-grid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.grid__stream > .stream > .filters-grid li {
  list-style-type: none;
  position: relative;
}

.grid__stream > .stream > .filters-grid li .RatingBar {
  padding: 0 32px 0 5px;
}

.grid__stream > .stream > .filters-grid li.-selected {
  background: #0088CC;
}

.grid__stream > .stream > .filters-grid li.-selected span {
  color: #ffffff;
}

.grid__stream > .stream > .filters-grid li.-selected span.bars .-active {
  background: #ffffff;
}

.grid__stream > .stream > .filters-grid li.-selected .RatingBar:hover {
  background: #0088CC;
}

.grid__stream > .stream > .filters-grid li .delete-filter::after {
  content: '\D7';
  position: absolute;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.grid__stream > .stream > .filters-grid .filter-rating {
  width: 100%;
}

@media (min-width: 768px) {
  .grid__stream > .stream > .filters-grid .filter-rating {
    margin-right: 26px;
  }
}

.grid__stream > .stream > .filters-grid .filter-rating .filter-header {
  margin-left: 5px;
}

.grid__stream > .stream > .filters-grid .filter-rating > li {
  max-width: 360px;
}

.grid__stream > .stream > .filters-grid .filter-rating > li > .RatingBar > .bars {
  max-width: 100px;
  width: 100%;
}

@media (min-width: 480px) {
  .grid__stream > .stream > .filters-grid .filter-rating > li > .RatingBar > .bars {
    max-width: 200px;
  }
}

.grid__stream > .stream > .filters-grid .filter-rating .Rating {
  margin-bottom: 8px;
}

.grid__stream > .stream > .filters-grid .filter-other {
  margin-top: 13px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .grid__stream > .stream > .filters-grid .filter-other {
    margin-top: 0;
    width: calc(100% - 26px);
  }
}

.grid__stream > .stream > .filters-grid .filter-other select {
  height: 40px;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
  padding: 0 10px;
  background: white;
  border-radius: 0;
  cursor: pointer;
}

.grid__stream > .stream > .filters-grid + .Spinner.with-filters {
  top: 36px;
}

.shout-container {
  margin: 13px 0;
}

.shout-container h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .shout-container h3 {
    font-size: 22px;
    line-height: 29px;
  }
}

.shout-container > .Dispenser > .list > * {
  border-bottom: none;
  margin-bottom: 13px;
}

.shout-container > .Dispenser > .list > *:last-child {
  margin-bottom: 0;
}

.ResponsiveStreamItem {
  padding: 13px 13px 26px;
  margin-bottom: 0 !important;
  line-height: 22px;
}

.ResponsiveStreamItem:nth-of-type(2) {
  border-top: none;
}

.ResponsiveStreamItem h3.bookTitle {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 5px;
}

.ResponsiveStreamItem h3.bookTitle > a {
  color: #0088CC;
}

.ResponsiveStreamItem .subtitle {
  font-size: 18px;
  line-height: 25px;
}

.ResponsiveStreamItem .entry-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ResponsiveStreamItem .entry-header > .left {
  position: relative;
  margin-right: 13px;
  -ms-flex: 0 auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.ResponsiveStreamItem .entry-header > .left > .images {
  position: relative;
  min-width: 60px;
  min-height: 60px;
}

.ResponsiveStreamItem .entry-header > .left > .images > .Avatar {
  display: block;
  width: 100%;
  height: auto;
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
}

.ResponsiveStreamItem .entry-header > .left > .images span.Avatar {
  height: 60px;
  width: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ResponsiveStreamItem .entry-header > .left > .images > .BookCover {
  display: block;
  line-height: 0;
  margin-bottom: 20px;
}

.ResponsiveStreamItem .entry-header > .left > .images > .BookCover > img {
  width: 100%;
  max-width: 60px;
}

.ResponsiveStreamItem .entry-header > .left > .images > .BookCover + .Avatar,
.ResponsiveStreamItem .entry-header > .left > .images > .BookCover + .Link > .Avatar {
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  .ResponsiveStreamItem .entry-header > .left > .images > .BookCover + .Avatar,
  .ResponsiveStreamItem .entry-header > .left > .images > .BookCover + .Link > .Avatar {
    width: 50px;
    height: 50px;
    right: -13px;
  }
}

.ResponsiveStreamItem .entry-header > .right {
  color: #403c32;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -ms-flex: 1 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.ResponsiveStreamItem .entry-header > .right > .Rating {
  display: block;
  margin-right: 8px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
}

.ResponsiveStreamItem .entry-header > .right > .Rating > .CommonIcon {
  width: 18px;
  height: 18px;
  color: #fb8c00;
}

.ResponsiveStreamItem .entry-header > .right > .userName {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 8px;
  line-height: 24px;
  color: #000000;
}

.ResponsiveStreamItem .entry-header > .right > .timestamp {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  color: #87847D;
  font-weight: 300;
  font-style: italic;
}

.ResponsiveStreamItem .entry-content {
  margin-top: 13px;
}

.ResponsiveStreamItem .entry-content > .short-quote {
  margin-bottom: 13px;
}

.ResponsiveStreamItem .entry-content > .short-quote > .short-quote-header {
  color: #403c32;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.ResponsiveStreamItem .entry-content > .short-quote > .short-quote-text {
  color: #403c32;
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.ResponsiveStreamItem .entry-content > .ReadMoreBox {
  margin-top: 5px;
}

.ResponsiveStreamItem .entry-content > .ReadMoreBox > .clippingContainer {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  max-height: calc(24px * 6);
  overflow: hidden;
}

.ResponsiveStreamItem .entry-content > .ReadMoreBox > .clippingContainer.-expanded {
  max-height: 100%;
}

.ResponsiveStreamItem .entry-content > .ReadMoreBox > .-showMore {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #cc6b42;
  text-decoration: none;
  text-align: right;
}

.ResponsiveStreamItem .entry-content > .toolbar {
  position: relative;
  margin-top: 10px;
  height: 30px;
  border-top: 1px solid #ECEBE9;
  border-bottom: 1px solid #ECEBE9;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #87847D;
  display: -ms-flexbox;
  display: flex;
}

.ResponsiveStreamItem .entry-content > .toolbar > .item {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 23px;
  color: #87847D;
  cursor: pointer;
}

.ResponsiveStreamItem .entry-content > .toolbar > .item::before {
  content: '\22C5';
  display: block;
  width: 17px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: -17px;
  color: #87847D;
  font-size: 16px;
}

.ResponsiveStreamItem .entry-content > .toolbar > .item:first-child::before,
.ResponsiveStreamItem .entry-content > .toolbar > .item.pull-right::before {
  display: none;
}

.ResponsiveStreamItem .entry-content > .toolbar > .item.-ended::before {
  content: '';
}

.ResponsiveStreamItem .entry-content > .toolbar > .item.pull-right {
  position: absolute;
  right: 0;
}

.ResponsiveStreamItem .entry-content > .toolbar > .item + .item {
  margin-left: 17px;
}

.ResponsiveStreamItem .entry-content > .toolbar > .item > .comment {
  display: none;
}

@media screen and (min-width: 460px) {
  .ResponsiveStreamItem .entry-content > .toolbar > .item > .comment {
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (min-width: 460px) {
  .ResponsiveStreamItem .entry-content > .toolbar > .item > .comment-count {
    display: inline-block;
    margin-right: 5px;
  }

  .ResponsiveStreamItem .entry-content > .toolbar > .item > .comment-count.-empty {
    display: none;
  }
}

.ResponsiveStreamItem .entry-content > .toolbar > .item > .-share + span {
  display: none;
}

@media (min-width: 360px) {
  .ResponsiveStreamItem .entry-content > .toolbar > .item > .-share + span {
    display: inline;
  }
}

.ResponsiveStreamItem .entry-content > .toolbar > .item > .CommonIcon {
  position: absolute;
  color: #cc6b42;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.ResponsiveStreamItem .entry-content > .toolbar > .item.-active > .CommonIcon {
  color: #cc0606;
}

.ResponsiveStreamItem .entry-content > .Spinner.-block {
  margin: 50px auto 30px;
}

.ResponsiveStreamItem .entry-content > .item-thread > .Dispenser > .list::after {
  content: '';
  display: table;
  clear: both;
}

.ResponsiveStreamItem .entry-content > .item-thread > .Dispenser > .list > * {
  border-bottom: none;
}

.ResponsiveStreamItem .entry-content > .item-thread > .Dispenser > .list > .ResponsiveComment:not(.-second-level) {
  margin: 26px 0 13px;
}

.ResponsiveStreamItem .entry-content > .item-thread .item-reply-form {
  width: 100%;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ResponsiveStreamItem .entry-content > .item-thread .item-reply-form > .Input {
  width: 100%;
}

.ResponsiveStreamItem .entry-content > .item-thread .item-reply-form textarea {
  max-width: 100%;
}

.ResponsiveStreamItem .entry-content > .item-thread .item-reply-form .Button {
  width: auto;
  min-width: 120px;
  margin-top: 13px;
  background: #cc6b42;
}

.ResponsiveStreamItem .entry-content > .item-thread .item-reply-form .Button:hover {
  background: #D68968;
}

.ResponsiveStreamItem .entry-content > .item-thread .item-reply-form .Button > .CommonIcon.-chevron {
  display: none;
}

.ResponsiveStreamItem .entry-content > .item-thread .success-message {
  font-size: 14px;
  text-align: right;
  color: #07B57A;
  opacity: 0;
  transition: opacity 0.3s;
}

.ResponsiveStreamItem .entry-content > .item-thread .success-message.-visible {
  opacity: 1;
}

.ResponsiveStreamItem .entry-content > .item-thread .ResponsiveComment .HtmlBox {
  max-height: none;
}

.ResponsiveStreamItem .entry-content > .item-thread > .Button {
  width: 100%;
  max-width: calc(320px - 13px * 4);
  margin: 0 auto;
  display: block;
  background: none;
  color: #cc6b42;
  padding: 0;
}

.ResponsiveStreamItem .entry-content > .item-thread > .Button:hover {
  text-decoration: underline;
  color: #D68968;
}

.ResponsiveStreamItem .entry-content > .item-thread > .Button > .CommonIcon.-chevron {
  display: none;
}

@media (min-width: 480px) {
  .ResponsiveStreamItem {
    padding: 26px;
  }

  .ResponsiveStreamItem .entry-content > .item-thread .item-reply-form:not(.-sub-thread) > .Input {
    width: calc(100% - 78px);
  }
}

@media (min-width: 768px) {
  .ResponsiveStreamItem .entry-header > .left {
    margin-right: 26px;
  }

  .ResponsiveStreamItem .entry-header > .left > .images > .BookCover {
    min-width: 65px;
    min-height: 65px;
  }

  .ResponsiveStreamItem .entry-header > .left > .images > .BookCover > img {
    max-width: calc(65px - 5px);
  }

  .ResponsiveStreamItem .entry-header > .left > .images > .BookCover + .Avatar {
    right: -13px;
  }

  .ResponsiveStreamItem .entry-header > .right > .Rating {
    display: inline-block;
  }

  .ResponsiveStreamItem .entry-header > .right > .timestamp.-top {
    display: inline-block;
  }

  .ResponsiveStreamItem .entry-header > .right > .timestamp.-bottom {
    display: none;
  }

  .ResponsiveStreamItem .entry-content > .ReadMoreBox {
    margin-top: 13px;
  }

  .ResponsiveStreamItem .entry-content > .ReadMoreBox > .-showMore {
    font-size: 15px;
  }

  .ResponsiveStreamItem .entry-content > .ReadMoreBox > .clippingContainer {
    max-height: calc(24px * 8);
  }

  .ResponsiveStreamItem .entry-content > .toolbar {
    margin-top: 13px;
  }

  .ResponsiveStreamItem .entry-content > .item-thread .item-reply-form:not(.-sub-thread) > .Input {
    width: calc(100% - 91px);
  }
}

@media (min-width: 996px) {
  .ResponsiveStreamItem h3.bookTitle > a:hover {
    color: #33a0d6;
  }

  .ResponsiveStreamItem .entry-content > .ReadMoreBox > .-showMore:hover {
    color: #D68968;
    text-decoration: underline;
  }

  .ResponsiveStreamItem .entry-content > .toolbar > .Link.item:hover {
    text-decoration: underline;
  }

  .ResponsiveStreamItem .entry-content > .toolbar > .item:hover > .CommonIcon {
    color: #D68968;
  }

  .ResponsiveStreamItem .entry-content > .toolbar > .item.-active:hover > .CommonIcon {
    color: #e50707;
  }
}

.ResponsiveThreadStreamItem {
  padding: 13px 13px 26px;
  margin-bottom: 0 !important;
  line-height: 22px;
}

.ResponsiveThreadStreamItem:nth-of-type(2) {
  border-top: none;
}

.ResponsiveThreadStreamItem div.title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .ResponsiveThreadStreamItem div.title {
    font-size: 22px;
    line-height: 29px;
  }
}

.ResponsiveThreadStreamItem div.title > a {
  color: #0088CC;
}

.ResponsiveThreadStreamItem div.title > a:hover {
  color: rgba(0, 136, 204, 0.8);
}

.ResponsiveThreadStreamItem div.bookTitle {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 5px;
}

.ResponsiveThreadStreamItem div.bookTitle > a {
  color: #0088CC;
}

.ResponsiveThreadStreamItem .entry-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ResponsiveThreadStreamItem .entry-header > .left {
  position: relative;
  margin-right: 13px;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.ResponsiveThreadStreamItem .entry-header > .left > .images {
  position: relative;
  min-width: 60px;
  min-height: 60px;
}

.ResponsiveThreadStreamItem .entry-header > .left > .images > .Avatar {
  display: block;
  width: 100%;
  height: auto;
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
}

.ResponsiveThreadStreamItem .entry-header > .left > .images span.Avatar {
  height: 60px;
  width: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover {
  display: block;
  line-height: 0;
  margin-bottom: 20px;
}

.ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover > img {
  width: 100%;
  max-width: 60px;
}

.ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover + .Avatar,
.ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover + .Link > .Avatar {
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  .ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover + .Avatar,
  .ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover + .Link > .Avatar {
    width: 50px;
    height: 50px;
  }
}

.ResponsiveThreadStreamItem .entry-header > .right {
  color: #403c32;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -ms-flex: 1 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.ResponsiveThreadStreamItem .entry-header > .right > .userName {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 8px;
  line-height: 24px;
  color: #000000;
}

.ResponsiveThreadStreamItem .entry-content {
  margin-top: 13px;
}

.ResponsiveThreadStreamItem .entry-content > .ReadMoreBox > .clippingContainer {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  max-height: calc(24px * 6);
  overflow: hidden;
}

.ResponsiveThreadStreamItem .entry-content > .ReadMoreBox > .clippingContainer.-expanded {
  max-height: 100%;
}

.ResponsiveThreadStreamItem .entry-content > .ReadMoreBox > .-showMore {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #cc6b42;
  text-decoration: none;
  text-align: right;
}

.ResponsiveThreadStreamItem .entry-content > .toolbar {
  position: relative;
  margin-top: 10px;
  height: 30px;
  border-top: 1px solid #ECEBE9;
  border-bottom: 1px solid #ECEBE9;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #87847D;
  display: -ms-flexbox;
  display: flex;
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 23px;
  color: #87847D;
  cursor: pointer;
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item::before {
  content: '\22C5';
  display: block;
  width: 17px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: -17px;
  color: #87847D;
  font-size: 16px;
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item:first-child::before,
.ResponsiveThreadStreamItem .entry-content > .toolbar > .item.pull-right::before {
  display: none;
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item.-ended::before {
  content: '';
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item.pull-right {
  position: absolute;
  right: 0;
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item + .item {
  margin-left: 17px;
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item > .-comment {
  display: none;
}

@media screen and (min-width: 375px) {
  .ResponsiveThreadStreamItem .entry-content > .toolbar > .item > .-comment {
    display: inline-block;
    margin-right: 5px;
  }
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item > .-comment-empty {
  display: inline-block;
}

@media screen and (min-width: 375px) {
  .ResponsiveThreadStreamItem .entry-content > .toolbar > .item > .-comment-empty {
    display: none;
  }
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item > .CommonIcon {
  position: absolute;
  color: #0088CC;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item > .CommonIcon.share {
  color: #cc6b42;
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item > .CommonIcon.share + span {
  display: none;
}

@media (min-width: 410px) {
  .ResponsiveThreadStreamItem .entry-content > .toolbar > .item > .CommonIcon.share + span {
    display: inline;
  }
}

.ResponsiveThreadStreamItem .entry-content > .toolbar > .item.-active > .CommonIcon {
  color: #cc0606;
}

.ResponsiveThreadStreamItem .entry-content > .moreComments {
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #0088CC;
  text-decoration: none;
  text-align: right;
  margin-top: 20px;
}

@media (min-width: 480px) {
  .ResponsiveThreadStreamItem {
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .ResponsiveThreadStreamItem .entry-header > .left {
    margin-right: 26px;
  }

  .ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover {
    min-width: 65px;
    min-height: 65px;
  }

  .ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover > img {
    max-width: calc(65px - 5px);
  }

  .ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover + .Avatar,
  .ResponsiveThreadStreamItem .entry-header > .left > .images > .BookCover + .Link > .Avatar {
    right: -13px;
  }

  .ResponsiveThreadStreamItem .entry-content > .ReadMoreBox {
    margin-top: 13px;
  }

  .ResponsiveThreadStreamItem .entry-content > .ReadMoreBox > .-showMore {
    font-size: 15px;
  }

  .ResponsiveThreadStreamItem .entry-content > .ReadMoreBox > .clippingContainer {
    max-height: calc(24px * 4);
  }

  .ResponsiveThreadStreamItem .entry-content > .toolbar {
    margin-top: 13px;
  }
}

@media (min-width: 996px) {
  .ResponsiveThreadStreamItem h3.title > a:hover {
    color: #33a0d6;
  }

  .ResponsiveThreadStreamItem .entry-content > .ReadMoreBox > .-showMore:hover {
    color: #D68968;
    text-decoration: underline;
  }

  .ResponsiveThreadStreamItem .entry-content > .toolbar > .Link.item:hover {
    text-decoration: underline;
  }

  .ResponsiveThreadStreamItem .entry-content > .toolbar > .item:hover > .CommonIcon {
    color: #33a0d6;
  }

  .ResponsiveThreadStreamItem .entry-content > .toolbar > .item.pull-right:hover > .CommonIcon {
    color: #D68968;
  }

  .ResponsiveThreadStreamItem .entry-content > .toolbar > .item.-active:hover > .CommonIcon {
    color: #e50707;
  }

  .ResponsiveThreadStreamItem .entry-content > .moreComments:hover {
    text-decoration: underline;
  }
}

.ShoutItem {
  padding: 13px 13px 26px;
  line-height: 22px;
  background: white;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.ShoutItem .entry-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ShoutItem .entry-header > .left {
  position: relative;
  margin-right: 13px;
  -ms-flex: 0 auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.ShoutItem .entry-header > .left > .images {
  position: relative;
  min-width: 60px;
  min-height: 60px;
}

.ShoutItem .entry-header > .left > .images > .Avatar {
  display: block;
  width: 100%;
  height: auto;
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
}

.ShoutItem .entry-header > .left > .images span.Avatar {
  height: 60px;
  width: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ShoutItem .entry-header > .right {
  color: #403c32;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -ms-flex: 1 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.ShoutItem .entry-header > .right > .Rating {
  display: block;
  margin-right: 8px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
}

.ShoutItem .entry-header > .right > .Rating > .CommonIcon {
  width: 18px;
  height: 18px;
  color: #fb8c00;
}

.ShoutItem .entry-header > .right > .userName {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 8px;
  line-height: 24px;
  color: #000000;
}

.ShoutItem .entry-header > .right > .timestamp {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  color: #87847D;
  font-weight: 300;
  font-style: italic;
}

.ShoutItem .entry-header > .right > .shout-text {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  margin: 13px 0 0 13px;
}

.ShoutItem .entry-header > .right > .shout-text::before {
  content: '\201C';
  position: absolute;
  left: -13px;
  top: 0;
  font-size: 30px;
  color: #87847D;
}

.ShoutItem .entry-content {
  margin-top: 13px;
}

.ShoutItem .entry-content > .toolbar {
  position: relative;
  margin-top: 10px;
  height: 30px;
  border-top: 1px solid #ECEBE9;
  border-bottom: 1px solid #ECEBE9;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #87847D;
  display: -ms-flexbox;
  display: flex;
}

.ShoutItem .entry-content > .toolbar > .item {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 23px;
  color: #87847D;
  cursor: pointer;
}

.ShoutItem .entry-content > .toolbar > .item > .CommonIcon {
  position: absolute;
  color: #cc6b42;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.ShoutItem .entry-content > .toolbar > .item.-active > .CommonIcon {
  color: #cc0606;
}

.ShoutItem .entry-content > .Spinner.-block {
  margin: 50px auto 30px;
}

.ShoutItem .entry-content > .item-thread > .Dispenser > .list::after {
  content: '';
  display: table;
  clear: both;
}

.ShoutItem .entry-content > .item-thread > .Dispenser > .list > * {
  margin: 26px 0 13px;
  border-bottom: none;
}

.ShoutItem .entry-content > .item-thread .item-reply-form {
  width: 100%;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ShoutItem .entry-content > .item-thread .item-reply-form > .Input {
  width: 100%;
}

.ShoutItem .entry-content > .item-thread .item-reply-form textarea {
  max-width: 100%;
}

.ShoutItem .entry-content > .item-thread .item-reply-form .Button {
  width: auto;
  min-width: 120px;
  margin-top: 13px;
  background: #cc6b42;
}

.ShoutItem .entry-content > .item-thread .item-reply-form .Button:hover {
  background: #D68968;
}

.ShoutItem .entry-content > .item-thread .item-reply-form .Button > .CommonIcon.-chevron {
  display: none;
}

.ShoutItem .entry-content > .item-thread .success-message {
  font-size: 14px;
  text-align: right;
  color: #07B57A;
  opacity: 0;
  transition: opacity 0.3s;
}

.ShoutItem .entry-content > .item-thread .success-message.-visible {
  opacity: 1;
}

.ShoutItem .entry-content > .item-thread .ResponsiveComment .HtmlBox {
  max-height: none;
  padding-bottom: 13px;
}

.ShoutItem .entry-content > .item-thread > .Button {
  width: 100%;
  max-width: calc(320px - 13px * 4);
  margin: 0 auto;
  display: block;
  background: none;
  color: #cc6b42;
  padding: 0;
}

.ShoutItem .entry-content > .item-thread > .Button:hover {
  text-decoration: underline;
  color: #D68968;
}

.ShoutItem .entry-content > .item-thread > .Button > .CommonIcon.-chevron {
  display: none;
}

@media (min-width: 480px) {
  .ShoutItem {
    padding: 26px;
  }

  .ShoutItem .entry-content > .item-thread .item-reply-form > .Input {
    width: calc(100% - 78px);
  }
}

@media (min-width: 768px) {
  .ShoutItem .entry-header > .left {
    margin-right: 26px;
  }

  .ShoutItem .entry-content > .toolbar {
    margin-top: 13px;
  }

  .ShoutItem .entry-content > .item-thread .item-reply-form > .Input {
    width: calc(100% - 91px);
  }
}

@media (min-width: 996px) {
  .ShoutItem .entry-content > .toolbar > .item:hover > .CommonIcon {
    color: #D68968;
  }

  .ShoutItem .entry-content > .toolbar > .item.-active:hover > .CommonIcon {
    color: #e50707;
  }
}

.StreamItem {
  padding: 13px 13px 26px;
  line-height: 22px;
}

.StreamItem:nth-of-type(2) {
  border-top: none;
}

.StreamItem > h3 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
}

.StreamItem > h3 > a {
  color: #0088CC;
}

.StreamItem > h3.bookTitle {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 5px;
}

.StreamItem > h4.subtitle {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 20px;
}

.StreamItem > .entry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.StreamItem > .entry > .left {
  position: relative;
  margin-right: 30px;
  margin-bottom: 13px;
  -ms-flex: 0 auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.StreamItem > .entry > .left > .images {
  position: relative;
  min-width: 50px;
  min-height: 50px;
}

.StreamItem > .entry > .left > .images > .BookCover {
  display: block;
  line-height: 0;
}

.StreamItem > .entry > .left > .images > .BookCover > img {
  width: 100%;
  max-width: calc(50px - 5px);
}

.StreamItem > .entry > .left > .images > .BookCover + .Avatar,
.StreamItem > .entry > .left > .images > .BookCover + .Link {
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.StreamItem > .entry > .left > .images .Avatar {
  display: block;
}

.StreamItem > .entry > .left > .images .Avatar > img {
  width: 100%;
  height: auto;
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
}

.StreamItem > .entry > .left > .images .Avatar > span {
  width: 50px;
}

.StreamItem > .entry > .right {
  color: #403c32;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -ms-flex: 1 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.StreamItem > .entry > .right > .Rating {
  display: block;
  margin-right: 8px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
}

.StreamItem > .entry > .right > .Rating > .CommonIcon {
  width: 18px;
  height: 18px;
  color: #fb8c00;
}

.StreamItem > .entry > .right > .userName {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 8px;
  line-height: 24px;
}

.StreamItem > .entry > .right > .timestamp {
  font-size: 13px;
  line-height: 24px;
  display: inline-block;
  color: #87847D;
  font-weight: 300;
  font-style: italic;
}

.StreamItem > .entry > .right > .timestamp.-top {
  display: none;
}

.StreamItem > .entry > .right > .timestamp.-bottom {
  display: inline-block;
}

.StreamItem > .entry > .right > .ReadMoreBox {
  margin-top: 10px;
}

.StreamItem > .entry > .right > .ReadMoreBox > .clippingContainer {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  max-height: calc(24px * 6);
  overflow: hidden;
}

.StreamItem > .entry > .right > .ReadMoreBox > .clippingContainer.-expanded {
  max-height: 100%;
}

.StreamItem > .entry > .right > .ReadMoreBox > .-showMore {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #cc6b42;
  text-decoration: none;
  text-align: right;
}

.StreamItem > .entry > .right > .toolbar {
  position: relative;
  margin-top: 10px;
  height: 30px;
  border-top: 1px solid #ECEBE9;
  border-bottom: 1px solid #ECEBE9;
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
  color: #87847D;
  display: -ms-flexbox;
  display: flex;
}

.StreamItem > .entry > .right > .toolbar > .item {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 23px;
  color: #87847D;
  cursor: pointer;
}

.StreamItem > .entry > .right > .toolbar > .item::before {
  content: '\22C5';
  display: block;
  width: 17px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: -17px;
  color: #87847D;
  font-size: 16px;
}

.StreamItem > .entry > .right > .toolbar > .item:first-child::before,
.StreamItem > .entry > .right > .toolbar > .item.pull-right::before {
  display: none;
}

.StreamItem > .entry > .right > .toolbar > .item.-ended::before {
  content: '';
}

.StreamItem > .entry > .right > .toolbar > .item > .-comment {
  display: none;
}

.StreamItem > .entry > .right > .toolbar > .item > .-comment.-empty {
  display: inline-block;
  font-size: 0;
}

.StreamItem > .entry > .right > .toolbar > .item > .-comment.-empty::before {
  content: '0';
  display: inline-block;
  font-size: 12px;
}

.StreamItem > .entry > .right > .toolbar > .item.pull-right {
  position: absolute;
  right: 0;
}

.StreamItem > .entry > .right > .toolbar > .item + .item {
  margin-left: 17px;
}

.StreamItem > .entry > .right > .toolbar > .item > .CommonIcon {
  position: absolute;
  color: #0088CC;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.StreamItem > .entry > .right > .toolbar > .item.-active > .CommonIcon {
  color: #cc0606;
}

.StreamItem > .entry > .right > .moreComments {
  display: block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #0088CC;
  text-decoration: none;
  text-align: right;
  margin-top: 20px;
}

.StreamItem.-bookdetails .right > .item-thread .item-reply-form {
  margin-top: 20px;
  font-size: 14px;
}

.StreamItem.-bookdetails .right > .item-thread .success-message {
  font-size: 14px;
  text-align: right;
  color: #07B57A;
  opacity: 0;
  transition: opacity 0.3s;
}

.StreamItem.-bookdetails .right > .item-thread .success-message.-visible {
  opacity: 1;
}

.StreamItem.-bookdetails .right > .item-thread .ResponsiveComment .HtmlBox {
  max-height: none;
}

@media screen and (min-width: 400px) {
  .StreamItem > .entry > .right > .toolbar > .item > .-comment {
    display: inline-block;
    margin-right: 5px;
  }

  .StreamItem > .entry > .right > .toolbar > .item > .-comment.-empty {
    font-size: 12px;
  }

  .StreamItem > .entry > .right > .toolbar > .item > .-comment.-empty::before {
    display: none;
  }
}

@media (min-width: 480px) {
  .StreamItem {
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .StreamItem > h3 {
    font-size: 22px;
    line-height: 29px;
  }

  .StreamItem > .entry > .left {
    margin-right: 40px;
  }

  .StreamItem > .entry > .left > .images {
    min-width: 100px;
    min-height: 100px;
  }

  .StreamItem > .entry > .left > .images > .BookCover > img {
    max-width: calc(100px - 5px);
  }

  .StreamItem > .entry > .left > .images > .BookCover + .Avatar,
  .StreamItem > .entry > .left > .images > .BookCover + .Link {
    bottom: -25px;
    right: -25px;
  }

  .StreamItem > .entry > .right > .Rating {
    display: inline-block;
  }

  .StreamItem > .entry > .right > .ReadMoreBox {
    margin-top: 20px;
  }

  .StreamItem > .entry > .right > .ReadMoreBox > .-showMore {
    font-size: 15px;
  }

  .StreamItem > .entry > .right > .ReadMoreBox > .clippingContainer {
    max-height: calc(24px * 4);
  }

  .StreamItem > .entry > .right > .toolbar {
    margin-top: 20px;
  }

  .StreamItem > .entry > .right > .toolbar > .item,
  .StreamItem > .entry > .right > .toolbar > .item > .-comment.-empty {
    font-size: 15px;
  }

  .StreamItem > .entry > .right > .moreComments {
    font-size: 15px;
  }

  .StreamItem > .entry > .right > .timestamp.-top {
    display: inline-block;
  }

  .StreamItem > .entry > .right > .timestamp.-bottom {
    display: none;
  }
}

@media (min-width: 996px) {
  .StreamItem > h3 > a:hover {
    color: rgba(0, 136, 204, 0.8);
  }

  .StreamItem > .entry > .right > .ReadMoreBox > .-showMore:hover {
    color: #D68968;
    text-decoration: underline;
  }

  .StreamItem > .entry > .right > .toolbar > .Link.item:hover {
    text-decoration: underline;
  }

  .StreamItem > .entry > .right > .toolbar > .item:hover > .CommonIcon {
    color: #33a0d6;
  }

  .StreamItem > .entry > .right > .toolbar > .item.-active:hover > .CommonIcon {
    color: #e50707;
  }

  .StreamItem > .entry > .right > .moreComments:hover {
    text-decoration: underline;
    color: #33a0d6;
  }
}

.StreamItem.book-detail > .entry > .left {
  margin-right: 13px;
}

@media (min-width: 768px) {
  .StreamItem.book-detail > .entry > .left {
    margin-right: 0;
  }
}

.StreamItem.book-detail > .entry > .right .short-quote {
  margin-bottom: 13px;
}

.StreamItem.book-detail > .entry > .right .short-quote > .short-quote-header {
  color: #403c32;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.StreamItem.book-detail > .entry > .right .short-quote > .short-quote-text {
  color: #403c32;
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.StreamItem.book-detail > .entry > .right .subtitle {
  font-size: 18px;
}

.Tag {
  position: relative;
  display: inline-block;
  margin: 5px;
  margin-right: 15px;
  background: #0088CC;
}

.Tag > .Link {
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  line-height: 26px;
  color: white;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
}

.Tag::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #0088CC;
  top: 0;
  left: -13px;
}

.Tag::after {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  top: 11px;
  left: -4px;
  background: white;
  border-radius: 50%;
}

.Tag.-weight-1 {
  background: rgba(0, 136, 204, 0.4);
}

.Tag.-weight-1::before {
  border-right-color: rgba(0, 136, 204, 0.4);
}

.Tag.-weight-2 {
  background: rgba(0, 136, 204, 0.6);
}

.Tag.-weight-2::before {
  border-right-color: rgba(0, 136, 204, 0.6);
}

.Video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25% !important;
}

.Video iframe.video-iframe {
  position: absolute !important;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100%;
}

.AuthorPage .allBooksLinks > .content > a {
  display: block;
}

.AuthorPage .allBooksLinks > .content > a > .Button {
  width: 100%;
}

.AuthorPage .allBooksLinks > .content > a:first-child {
  margin-bottom: 10px;
}

.AuthorPage .AuthorHeader > .ReadMoreBox {
  margin-top: 10px;
}

.AuthorPage .BookCoverBox {
  margin-top: 1px;
}

.AuthorListPage .header h1 {
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.AuthorListPage .stats {
  padding: 20px;
  text-align: center;
  background: #f8f4e9;
  color: rgba(67, 57, 36, 0.8);
}

.AuthorListPage .stats strong {
  display: block;
  font-size: 16px;
  color: #433924;
}

.AuthorListPage .stats > .authorCount,
.AuthorListPage .stats > .votingCount {
  display: inline-block;
  width: 50%;
  font-size: 12px;
  margin-bottom: 0;
}

.AuthorListPage .stats > .authorCount {
  border-right: 1px solid #ece0c2;
}

@media (max-width: 340px) {
  .AuthorListPage .AuthorImage {
    width: 80px !important;
    height: 80px !important;
  }
}

.AuthorListPage .content .remainingVotes {
  display: block;
  font-style: italic;
  color: #949084;
  padding: 10px 20px;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.AuthorListPage .content > .remainingVotes {
  margin: 0 -20px 30px;
}

.BookListPage .header .creatorInfo {
  text-align: center;
  margin-bottom: 20px;
}

.BookListPage .header .creatorInfo > .created {
  margin-top: 10px;
}

.BookListPage .header .creatorInfo > .created > .user {
  display: block;
  font-weight: bold;
}

.BookListPage .header .creatorInfo > .Avatar {
  height: 120px;
  width: 120px;
}

.BookListPage .header h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.BookListPage .listSwitch {
  padding: 10px 10px 20px;
  text-align: center;
  background: #409bc0 url(/assets/d683fa2b8a51f4df0782f73ae5ea4544.png);
  box-shadow: inset 0 10px 10px -15px black, inset 0 -10px 10px -15px black;
}

.BookListPage .listSwitch > .Button {
  margin: 0 10px;
}

.BookListPage .curated,
.BookListPage .community {
  position: relative;
}

.BookListPage .curated::before,
.BookListPage .community::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.BookListPage .curated {
  -webkit-animation: list-ani-curated 0.8s ease-in-out;
  animation: list-ani-curated 0.8s ease-in-out;
}

.BookListPage .curated::before {
  left: calc(50% - 40px);
}

.BookListPage .community {
  -webkit-animation: list-ani-community 0.8s ease-in-out;
  animation: list-ani-community 0.8s ease-in-out;
}

.BookListPage .community .ListItemCard .contentWrapper {
  margin-bottom: 15px;
}

.BookListPage .community .ListItemCard .contentWrapper > .image {
  min-height: 120px;
}

.BookListPage .community > .content .remainingVotes {
  display: block;
  font-style: italic;
  color: #949084;
  padding: 10px 20px;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.BookListPage .community > .content > .remainingVotes {
  margin: 0 -20px 30px;
}

.BookListPage .community::before {
  right: calc(50% - 40px);
}

@-webkit-keyframes list-ani-curated {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes list-ani-curated {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes list-ani-community {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes list-ani-community {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.BookListsOverviewPage > .header .DropdownMenu-button {
  margin-bottom: 20px;
  width: 100%;
}

.BookListsOverviewPage > .header > .content > .HtmlBox {
  white-space: normal;
}

.VideoBox .video-content {
  background: white;
}

.VideoBox .video-content h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 13px;
  text-align: left;
}

@media (min-width: 768px) {
  .VideoBox .video-content h4 {
    font-size: 18px;
  }
}

.VideoBox .btn-container {
  width: 100%;
  text-align: center;
  padding-top: 26px;
}

.VideoBox .btn-container > .SliderNav {
  position: relative;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 26px;
  background: #cc6b42;
}

.VideoBox .btn-container > .SliderNav::before {
  border-color: white;
}

.VideoBox .btn-container > .SliderNav:hover {
  background: #D68968;
}

.VideoBox .btn-container > .SliderNav:disabled {
  background-color: #87847D;
  cursor: default;
  opacity: .15;
}

.BookStage {
  color: #403c32;
  z-index: 2;
}

@media (min-width: 768px) {
  .BookStage {
    padding: 26px 13px 13px 13px;
    background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center/cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.BookStage .column.-left {
  position: relative;
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center/cover;
}

@media (min-width: 768px) {
  .BookStage .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .BookStage .column.-left {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 4);
    background: none;
  }

  .BookStage .column.-left > * {
    width: 100%;
  }

  .BookStage .column.-right {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 8);
    padding: 0;
  }

  .BookStage .column.-right > * {
    width: 100%;
  }

  .BookStage .column.-left,
  .BookStage .column.-right {
    position: static;
  }
}

.BookStage .column > .cover-wrapper {
  width: 100%;
  padding: 31px 13px 26px;
}

.BookStage .column > .cover-wrapper > .bgBlur {
  z-index: 1;
  line-height: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.25;
  pointer-events: none;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}

.BookStage .column > .cover-wrapper > .bgBlur img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.BookStage .column > .cover-wrapper > .cover {
  position: relative;
  width: 120px;
  line-height: 0;
}

.BookStage .column > .cover-wrapper > .cover > img {
  width: 100%;
  height: auto;
  border-right: 5px solid #ECEBE9;
  -ms-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .BookStage .column > .cover-wrapper {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .BookStage .column > .cover-wrapper > .bgBlur {
    opacity: 0.1;
    -webkit-transform: scale(5);
    transform: scale(5);
  }

  .BookStage .column > .cover-wrapper > .cover {
    width: 100%;
    max-width: 260px;
  }

  .BookStage .column > .cover-wrapper > .cover > img {
    border-right: 11px solid #ECEBE9;
  }
}

.BookStage .description {
  position: relative;
  margin: 26px 13px 13px;
  padding: 13px;
  background: white;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.BookStage .description > h2 {
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ECEBE9;
}

.BookStage .description > .ReadMoreBox {
  margin-top: 13px;
}

.BookStage .description > .ReadMoreBox > .clippingContainer {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  max-height: calc(24px * 4);
  overflow: hidden;
}

.BookStage .description > .ReadMoreBox > .clippingContainer.-expanded {
  max-height: 100%;
}

.BookStage .description > .ReadMoreBox > .buttons {
  margin-top: 20px;
}

.BookStage .description > .ReadMoreBox > .buttons > .trigger span {
  font-weight: 400;
}

.BookStage .description > .ReadMoreBox > .buttons > .trigger span:hover {
  color: #D68968;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .BookStage .description {
    margin: 0;
    background: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }

  .BookStage .description > h2 {
    padding-bottom: 0;
    border-bottom: none;
  }

  .BookStage .description > .ReadMoreBox > .clippingContainer {
    max-height: calc(24px * 8);
  }
}

@media (min-width: 996px) {
  .BookStage .description > h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

.grid-bookStage {
  overflow: hidden;
  margin-top: -13px;
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  padding: 0;
}

.grid-bookStage > * {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-bookStage {
    padding: 0 13px 13px;
  }
}

.BookStage > header {
  display: block;
  z-index: 2;
  position: relative;
  width: calc(100% - 120px - 26px);
  float: right;
  top: 31px;
  margin-bottom: 56px;
}

.BookStage > header > .GenreIcon {
  display: none;
}

.BookStage > header > h1 {
  font-weight: 400;
  vertical-align: middle;
  color: #403c32;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  width: calc(100% - 13px);
}

.BookStage > header > .subLine {
  width: calc(100% - 13px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.BookStage > header > .subLine > .author {
  color: #403c32;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
  width: 100%;
}

.BookStage > header > .subLine > .author > span {
  color: #0088CC;
}

.BookStage > header > .subLine > .author:hover > span {
  text-decoration: underline;
  color: #33a0d6;
}

@media (min-width: 768px) {
  .BookStage > header {
    width: 100%;
    min-height: 0;
    padding: 13px;
    float: none;
    top: auto;
    margin-bottom: 26px;
  }

  .BookStage > header > .GenreIcon {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 90px;
    height: 90px;
    padding: 14px;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 50%;
  }

  .BookStage > header > h1 {
    font-weight: 300;
    font-size: 45px;
    line-height: 52px;
    margin-left: 103px;
    width: calc(100% - 90px - 13px);
  }

  .BookStage > header > .subLine {
    width: calc(100% - 90px - 13px);
    margin-left: 103px;
  }

  .BookStage > header > .subLine > .author {
    font-size: 22px;
    line-height: 29px;
    width: auto;
    margin-right: 13px;
  }

  .BookStage > header.-no-genre > h1,
  .BookStage > header.-no-genre > .subLine {
    margin-left: 0;
  }

  .BookStage > header .GenreIcon.-krimi-thriller {
    color: #1836A6;
    fill: #1836A6;
  }

  .BookStage > header .GenreIcon.-fantasy {
    color: #7e57c2;
    fill: #7e57c2;
  }

  .BookStage > header .GenreIcon.-romane {
    color: #26a69a;
    fill: #26a69a;
  }

  .BookStage > header .GenreIcon.-liebesroman {
    color: #f06292;
    fill: #f06292;
  }

  .BookStage > header .GenreIcon.-jugendbuch {
    color: #9ccc65;
    fill: #9ccc65;
  }

  .BookStage > header .GenreIcon.-historische-romane {
    color: #ffa726;
    fill: #ffa726;
  }

  .BookStage > header .GenreIcon.-sachbuch {
    color: #006c80;
    fill: #006c80;
  }

  .BookStage > header .GenreIcon.-science-fiction {
    color: #304ffe;
    fill: #304ffe;
  }

  .BookStage > header .GenreIcon.-kinderbuch {
    color: #f44336;
    fill: #f44336;
  }

  .BookStage > header .GenreIcon.-klassiker {
    color: #802a22;
    fill: #802a22;
  }

  .BookStage > header .GenreIcon.-comic {
    color: #d6b311;
    fill: #d6b311;
  }

  .BookStage > header .GenreIcon.-humor {
    color: #33aa38;
    fill: #33aa38;
  }

  .BookStage > header .GenreIcon.-biografie {
    color: #f57d56;
    fill: #f57d56;
  }

  .BookStage > header .GenreIcon.-gedichte-drama {
    color: #9d8a04;
    fill: #9d8a04;
  }

  .BookStage > header .GenreIcon.-erotische-literatur {
    color: #953679;
    fill: #953679;
  }
}

@media (min-width: 996px) {
  .BookStage > header.-has-lottery {
    max-width: calc(100% - 192px);
  }
}

.BookStage .rating-tools {
  margin-top: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.BookStage .rating-tools .dropdown {
  pointer-events: none;
}

.BookStage .rating-tools .dropdown > .Rating > .CommonIcon {
  color: #fb8c00;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.BookStage .rating-tools .dropdown .switch,
.BookStage .rating-tools .dropdown > ul {
  display: none;
}

.BookStage .rating-tools > .amount {
  font-size: 13px;
  line-height: 24px;
}

.BookStage .rating-tools > .amount.-stars {
  margin-left: 5px;
}

.BookStage .rating-tools > .amount.-stars > span {
  display: none;
}

.BookStage .rating-tools > .amount.-ratings {
  width: 100%;
  color: #403c32;
  text-decoration: none;
}

.BookStage .rating-tools > .amount.-ratings > span {
  color: #cc6b42;
  cursor: pointer;
}

.BookStage .rating-tools > .amount.-ratings:hover > span {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .BookStage .rating-tools {
    margin-top: 0;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }

  .BookStage .rating-tools .dropdown {
    position: relative;
    cursor: pointer;
    line-height: 29px;
    pointer-events: auto;
    display: -ms-flexbox;
    display: flex;
  }

  .BookStage .rating-tools .dropdown .Rating > .CommonIcon {
    width: 26px;
    height: 26px;
  }

  .BookStage .rating-tools .dropdown .switch {
    display: inline;
    position: relative;
    width: 29px;
    height: 29px;
    padding-left: 20px;
  }

  .BookStage .rating-tools .dropdown .switch::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    color: #403c32;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }

  .BookStage .rating-tools .dropdown ul {
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    display: block;
    opacity: 1;
    pointer-events: none;
    left: 50%;
    padding: 13px;
    background: white;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
    -ms-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
    top: 43px;
    pointer-events: initial;
  }

  .BookStage .rating-tools .dropdown ul::before {
    content: '';
    position: absolute;
    background: white;
    top: -5px;
    width: 10px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .BookStage .rating-tools .-open .switch::before {
    top: calc(50% + 2px);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
    transform: translate3d(-50%, -50%, 0) rotate(-135deg);
  }

  .BookStage .rating-tools > .amount {
    font-size: 15px;
    line-height: 29px;
    margin-left: 5px;
  }

  .BookStage .rating-tools > .amount.-stars {
    margin-left: 13px;
  }

  .BookStage .rating-tools > .amount.-stars > span {
    display: inline-block;
  }

  .BookStage .rating-tools > .amount.-ratings {
    width: auto;
    margin-left: 5px;
    font-weight: 400;
  }
}

.BookStage .affiliate-buttons {
  position: relative;
  text-align: center;
  background: white;
  z-index: 1;
}

@media (min-width: 768px) {
  .BookStage .affiliate-buttons {
    display: block;
    background: transparent;
    box-shadow: none;
  }
}

.BookStage .affiliate-buttons > .header {
  display: none;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
  max-width: 260px;
}

@media (min-width: 768px) {
  .BookStage .affiliate-buttons > .header {
    display: block;
  }
}

.BookStage .Quotes {
  font-size: 24px;
  padding: 26px 0 13px 0;
  background: #F7F6F5;
  z-index: 1;
}

@media (min-width: 768px) {
  .BookStage .Quotes {
    padding: 13px 0 26px 0;
    background: none;
  }
}

.BookStage .Quotes > h2 {
  margin-left: 13px;
  font-size: 20px;
  line-height: 27px;
}

@media (min-width: 768px) {
  .BookStage .Quotes > h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

.BookStage .Quotes > .latest-quote-container {
  margin: 13px 0;
  overflow-x: scroll;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .BookStage .Quotes > .latest-quote-container {
    overflow: hidden;
  }
}

.BookStage .Quotes > .latest-quote-container > .quote-column {
  width: 50%;
  min-width: 280px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-header {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 13px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content {
  position: relative;
  margin: 13px;
  padding: 13px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #ffffff;
  height: calc(100% - 50px);
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content.-no-header {
  height: calc(100% - 26px);
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .userLink {
  display: inline-block;
  vertical-align: top;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .Avatar {
  vertical-align: top;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .user-info {
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
  width: calc(100% - 80px);
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .user-info > .user-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #403c32;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .user-info > .time-stamp {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: #87847D;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .user-info > .Rating {
  position: relative;
  bottom: 5px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > p {
  position: relative;
  font-style: italic;
  font-weight: 400;
  color: #87847D;
  margin: 13px 0 0 13px;
  font-size: 13px;
  line-height: 20px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > p::before {
  content: '\201C';
  position: absolute;
  left: -13px;
  top: 0;
  font-size: 30px;
  color: #87847D;
}

@media (min-width: 768px) {
  .BookStage .Quotes > .latest-quote-container > .quote-column {
    min-width: 48%;
  }
}

.BookStage .Quotes .ScrollToElement {
  display: none;
  color: #cc6b42;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 13px;
}

.BookStage .Quotes .ScrollToElement:hover {
  color: #D68968;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .BookStage .Quotes .ScrollToElement {
    display: block;
    text-align: right;
  }
}

.BookStage .lottery-box {
  display: block;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  margin: 26px 13px;
  max-width: calc(100% - 26px);
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
}

@media (min-width: 768px) {
  .BookStage .lottery-box {
    background: white;
    margin: 13px;
    -ms-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
  }
}

@media (min-width: 996px) {
  .BookStage .lottery-box {
    position: absolute;
    top: 13px;
    right: -192px;
    width: 192px !important;
    -ms-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    border-radius: 20px 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-animation: lotteryShow 0.75s ease-in 1s forwards;
    animation: lotteryShow 0.75s ease-in 1s forwards;
  }

  .BookStage .lottery-box:hover {
    background: #0088CC;
  }

  .BookStage .lottery-box:hover > .entryMeta > span,
  .BookStage .lottery-box:hover > .entryMeta > span > .CommonIcon {
    color: white;
  }
}

.BookStage .lottery-box > .entryMeta {
  position: relative;
  display: block;
  width: 100%;
  padding: 26px;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 996px) {
  .BookStage .lottery-box > .entryMeta {
    padding: 18px 0;
  }
}

.BookStage .lottery-box > .entryMeta > span {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  color: #403c32;
  font-weight: 300;
}

.BookStage .lottery-box > .entryMeta > span.-ended {
  color: #cc0606;
}

.BookStage .lottery-box > .entryMeta > .type {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .BookStage .lottery-box > .entryMeta > .type {
    font-size: 22px;
    line-height: 29px;
  }
}

@media (min-width: 996px) {
  .BookStage .lottery-box > .entryMeta > .type {
    font-size: 15px;
    line-height: 22px;
  }
}

.BookStage .lottery-box > .entryMeta > .type > span {
  display: none;
}

.BookStage .lottery-box > .entryMeta > .title {
  display: none;
}

.BookStage .lottery-box > .entryMeta > .amount {
  position: relative;
  font-size: 15px;
}

.BookStage .lottery-box > .entryMeta > .amount > .CommonIcon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  color: #87847D;
}

.BookStage .lottery-box > .entryMeta > .amount > .text {
  vertical-align: middle;
}

.BookStage .lottery-box > .entryMeta > .amount > .text > span {
  font-weight: 400;
}

.BookStage .lottery-box > .entryMeta > .timestamp {
  display: inline;
  position: relative;
  font-size: 15px;
  padding-left: 24px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.BookStage .lottery-box > .entryMeta > .timestamp > .CommonIcon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  color: #87847D;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.BookStage .lottery-box > .entryMeta > .button {
  color: white;
  background: #0088CC;
  line-height: 40px;
  max-width: 240px;
  margin: 13px auto 0;
  text-align: center;
  font-style: italic;
  cursor: pointer;
  border-radius: 4px;
}

@media (min-width: 996px) {
  .BookStage .lottery-box > .entryMeta > .button {
    margin: 0;
    color: #0088CC;
    background: none;
    max-width: 100%;
    line-height: 24px;
  }
}

@-webkit-keyframes lotteryShow {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes lotteryShow {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

.BookStage .bookActions {
  position: relative;
  z-index: 2;
  float: none;
  clear: both;
  max-width: 260px;
  margin: 0 auto 26px;
  background: none;
  box-shadow: none;
  text-align: left;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .BookStage .bookActions {
    margin: 26px 0 13px;
  }
}

.BookStage .bookActions > .Button {
  overflow: visible;
  margin-left: 10px;
}

.BookStage .bookActions > .Button:first-child {
  margin-left: 0;
}

.BookStage .bookActions > .Button.-round {
  margin: 0;
  position: relative;
}

.BookStage .bookActions > .Button.-round > .label {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 13px);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #403c32;
  background: white;
  padding: 5px 10px;
  transition: visibility 0s ease-in-out, opacity 0.4s ease-in-out 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}

.BookStage .bookActions > .Button.-round > .label::before {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: -3px;
  left: 50%;
  background: white;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
  transform: translate3d(-50%, 0, 0) rotate(45deg);
}

.BookStage .bookActions > .Button.-round.icon-share > .label::after {
  content: 'Buch teilen';
}

.BookStage .bookActions > .Button.-round.icon-rating > .label::after {
  content: 'Buch bewerten';
}

.BookStage .bookActions > .Button.-round.icon-wishlist > .label::after {
  content: 'Auf Wunschzettel setzen';
}

.BookStage .bookActions > .Button.-round.icon-wishlist.-active > .label::after {
  content: 'Von Wunschzettel nehmen';
}

.BookStage .bookActions > .Button.-round.icon-library > .label::after {
  content: 'In Bibliothek stellen';
}

.BookStage .bookActions > .Button.-round.icon-library.-active > .label::after {
  content: 'Aus Bibliothek entfernen';
}

.BookStage .bookActions > .Button.-round.icon-follow > .label::after {
  content: 'Buch folgen';
}

.BookStage .bookActions > .Button.-round.icon-follow.-active > .label::after {
  content: 'Buch nicht mehr folgen';
}

@media (min-width: 768px) {
  .BookStage .bookActions > .Button.-round:hover > .label {
    visibility: visible;
    opacity: 1;
  }

  .BookStage .bookActions > .Button.-round.icon-wishlist.-active:hover,
  .BookStage .bookActions > .Button.-round.icon-library.-active:hover,
  .BookStage .bookActions > .Button.-round.icon-follow.-active:hover {
    background: #cc0606;
  }
}

.BookStage .new-publication-container {
  z-index: 1;
  margin: 13px 0;
  padding: 13px;
}

@media (min-width: 768px) {
  .BookStage .new-publication-container {
    margin-top: 0;
  }
}

.BookStage .new-publication-container > .new-publication-content {
  padding: 13px;
  font-size: 15px;
  line-height: 24px;
  color: #403c32;
  font-weight: 300;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .BookStage .new-publication-container > .new-publication-content {
    padding: 26px;
  }
}

.BookStage .new-publication-container > .new-publication-content p {
  margin-bottom: 13px;
}

.BookStage .new-publication-container > .new-publication-content p:last-child {
  margin-bottom: 0;
}

.BookStage .new-publication-container > .new-publication-content a {
  display: inline-block;
  font-weight: 400;
  color: #cc6b42;
}

.BookStage .new-publication-container > .new-publication-content a:hover {
  color: #D68968;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container {
  text-align: center;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .Button {
  background: #cc6b42;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .Button:hover {
  background: #D68968;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .Button.-active {
  background: #07B57A;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .Button.-active:hover {
  background: #cc0606;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .label {
  margin-right: 10px;
}

.BookDetails {
  margin-bottom: 4px;
}

.BookDetails > .detail-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 5px 0;
}

.BookDetails > .detail-row span {
  display: block;
  line-height: 22px;
}

.BookDetails > .detail-row > .value-column {
  min-width: 30%;
  margin-right: 13px;
}

@media (min-width: 996px) {
  .BookDetails > .detail-row > .value-column {
    min-width: 53%;
  }
}

.BookDetails > .additional-info {
  margin: 13px 0;
}

.BookDetails > .additional-info:last-child {
  margin-bottom: 0;
}

.BookDetails > .additional-info.-all-series {
  text-align: right;
}

.BookDetails > .additional-info.-all-series > .Link {
  font-weight: 400;
}

.BookDetails > .additional-info > .Link {
  color: #0088CC;
}

.BookDetails > .additional-info > .Link:hover {
  color: #33a0d6;
}

.Sidebar {
  margin-top: 13px;
}

.Sidebar .InfoBox {
  margin-top: 0;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .Sidebar header > .subline > .mobile-only {
    display: block;
  }
}

@media (min-width: 996px) {
  .Sidebar header > .subline > .mobile-only {
    display: none;
  }
}

.Sidebar > #GooglePublisherTag-2 {
  display: none;
}

@media (min-width: 996px) {
  .Sidebar > * {
    display: block;
  }

  .Sidebar .InfoBox {
    margin-bottom: 13px;
  }

  .Sidebar > #GooglePublisherTag-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 13px;
  }
}

.Sidebar .tag-container {
  margin-right: 13px;
}

@media (min-width: 996px) {
  .Sidebar .book-series .BookCoverBox,
  .Sidebar .author-books .BookCoverBox {
    padding: 0 5px;
  }
}

.Sidebar .book-series .BookCoverBox > .Link,
.Sidebar .author-books .BookCoverBox > .Link {
  line-height: 0;
}

.Sidebar .box-content > .list {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 13px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.Sidebar .box-content > .list > .ListCard {
  width: 100%;
  max-width: calc(320px - 26px);
  text-decoration: none;
  padding: 0 13px;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Sidebar .box-content > .list > .ListCard > .bookList {
  width: auto;
}

.Sidebar .box-content > .list > .ListCard ul {
  position: relative;
  line-height: 0;
  width: 100%;
}

.Sidebar .box-content > .list > .ListCard ul > li {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-right: -25px;
}

.Sidebar .box-content > .list > .ListCard ul > li > img {
  vertical-align: bottom;
  border-right: 5px solid #ECEBE9;
  -ms-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
}

.Sidebar .box-content > .list > .ListCard .name {
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px 0;
  color: #0088CC;
  font-weight: 400;
  max-width: 100%;
  max-height: 52px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Sidebar .box-content > .list > .ListCard .name:hover {
  color: #33a0d6;
  text-decoration: underline;
}

@media (min-width: 996px) {
  .Sidebar .box-content > .list {
    overflow-x: hidden;
    padding: 13px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex: 1 auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .Sidebar .box-content > .list > .ListCard {
    display: block;
    margin: 0;
    padding: 0 13px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .Sidebar .box-content > .list > .ListCard > .bookList {
    width: auto;
  }

  .Sidebar .box-content > .list > .ListCard ul {
    position: relative;
  }

  .Sidebar .box-content > .list > .ListCard ul > li {
    margin-right: 0;
  }

  .Sidebar .box-content > .list > .ListCard ul > li:nth-of-type(2),
  .Sidebar .box-content > .list > .ListCard ul > li:nth-of-type(3) {
    position: absolute;
    bottom: 0;
  }

  .Sidebar .box-content > .list > .ListCard ul > li:nth-of-type(2) {
    left: 58%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .Sidebar .box-content > .list > .ListCard ul > li:nth-of-type(3) {
    right: 0;
  }

  .Sidebar .box-content > .list > .ListCard .name {
    font-size: 15px;
    line-height: 20px;
  }

  .Sidebar .box-content > .list {
    padding-top: 0;
  }

  .Sidebar .box-content > .list > .ListCard {
    padding: 0;
    margin-top: 26px;
  }

  .Sidebar .box-content > .list > .ListCard:nth-of-type(1) {
    margin-top: 0;
  }
}

.Sidebar .more-link-container {
  display: none;
  text-align: right;
  font-weight: 400;
  margin-top: 13px;
}

.Sidebar .more-link-container > .Link {
  color: #0088CC;
}

.Sidebar .more-link-container > .Link:hover {
  color: #33a0d6;
}

@media (min-width: 996px) {
  .Sidebar .more-link-container {
    display: block;
  }
}

.Sidebar .stats-container p,
.Sidebar .stats-container .Link {
  display: block;
  line-height: 30px;
  margin-bottom: 13px;
  color: #403c32;
}

.Sidebar .stats-container p span,
.Sidebar .stats-container .Link span {
  font-size: 15px;
  font-weight: 400;
}

.Sidebar .stats-container p .CommonIcon,
.Sidebar .stats-container .Link .CommonIcon {
  position: relative;
  bottom: 2px;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  color: #87847D;
}

.Sidebar .stats-container p:last-child,
.Sidebar .stats-container .Link:last-child {
  margin-bottom: 0;
}

.BookPage {
  position: relative;
  padding: 0;
}

.BookPage > .gridContainer,
.BookPage > .BookPage {
  padding-bottom: 0;
}

.BookPage > .content {
  position: relative;
  z-index: 2;
  margin: 0 20px;
  padding: 20px 0;
}

.BookPage > .box {
  background: white;
  border: 1px solid #ECEBE9;
  margin: 13px 0;
}

.BookPage .Details {
  border-top: 1px solid #e5e5e5;
}

.BookPage .affiliateWrapper {
  position: relative;
  min-height: 60px;
  margin-top: -10px;
  padding: 0 20px 20px;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
}

.BookPage .affiliateWrapper .AffiliateMultiButton {
  right: 20px;
}

.BookPage .teaserBox {
  padding: 20px;
  text-align: center;
  box-shadow: inset 0 10px 10px -15px black, inset 0 -10px 10px -15px black;
  background: #f8f8f8;
}

.BookPage .teaserBox .Button {
  margin-top: 10px;
  background-color: #891217;
}

.BookPage .affiliatePanel {
  padding: 10px;
  text-align: center;
  background: #409bc0;
  box-shadow: inset 0 10px 10px -15px black, inset 0 -10px 10px -15px black;
}

.BookPage .affiliatePanel .CommonIcon.-thalia {
  height: auto;
  vertical-align: -3px;
}

.BookPage .affiliatePanel .CommonIcon.-amazon {
  vertical-align: -5px;
}

.BookPage .ContentBlock .Dispenser .ActivityBox > .right > .content {
  padding-bottom: 20px;
}

.BookPage .grid-bookContent {
  overflow: hidden;
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  display: block;
  width: 100%;
  padding: 0;
}

.BookPage .grid-bookContent > * {
  width: 100%;
}

.BookPage .grid-bookContent > .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.BookPage .grid-bookContent > .column.-left {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  -ms-flex-order: 0;
  order: 0;
  padding: 0 13px;
}

.BookPage .grid-bookContent > .column.-left > * {
  width: 100%;
}

.BookPage .grid-bookContent > .column.-right {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  -ms-flex-order: 1;
  order: 1;
  padding: 0 13px;
}

.BookPage .grid-bookContent > .column.-right > * {
  width: 100%;
}

@media (min-width: 996px) {
  .BookPage .grid-bookContent {
    display: -ms-flexbox;
    display: flex;
  }

  .BookPage .grid-bookContent > .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .BookPage .grid-bookContent > .column.-left {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 8);
    -ms-flex-order: 0;
    order: 0;
    padding: 0 13px;
  }

  .BookPage .grid-bookContent > .column.-left > * {
    width: 100%;
  }

  .BookPage .grid-bookContent > .column.-right {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 4);
    -ms-flex-order: 1;
    order: 1;
    padding: 0 13px;
  }

  .BookPage .grid-bookContent > .column.-right > * {
    width: 100%;
  }
}

.BookPage .press-info > .box-content > h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.BookPage .press-info > .box-content p {
  margin: 13px 0;
  font-style: italic;
  border: none;
}

.BookPage .press-info > .box-content p:last-child {
  margin-bottom: 0;
}

.BookStage {
  color: #403c32;
  z-index: 2;
}

@media (min-width: 768px) {
  .BookStage {
    padding: 26px 13px 13px 13px;
    background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center/cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.BookStage .column.-left {
  position: relative;
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center/cover;
}

@media (min-width: 768px) {
  .BookStage .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .BookStage .column.-left {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 4);
    background: none;
  }

  .BookStage .column.-left > * {
    width: 100%;
  }

  .BookStage .column.-right {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 8);
    padding: 0;
  }

  .BookStage .column.-right > * {
    width: 100%;
  }

  .BookStage .column.-left,
  .BookStage .column.-right {
    position: static;
  }
}

.BookStage .column > .cover-wrapper {
  width: 100%;
  padding: 31px 13px 26px;
}

.BookStage .column > .cover-wrapper > .bgBlur {
  z-index: 1;
  line-height: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.25;
  pointer-events: none;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}

.BookStage .column > .cover-wrapper > .bgBlur img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.BookStage .column > .cover-wrapper > .cover {
  position: relative;
  width: 120px;
  line-height: 0;
}

.BookStage .column > .cover-wrapper > .cover > img {
  width: 100%;
  height: auto;
  border-right: 5px solid #ECEBE9;
  -ms-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .BookStage .column > .cover-wrapper {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .BookStage .column > .cover-wrapper > .bgBlur {
    opacity: 0.1;
    -webkit-transform: scale(5);
    transform: scale(5);
  }

  .BookStage .column > .cover-wrapper > .cover {
    width: 100%;
    max-width: 260px;
  }

  .BookStage .column > .cover-wrapper > .cover > img {
    border-right: 11px solid #ECEBE9;
  }
}

.BookStage .description {
  position: relative;
  margin: 26px 13px 13px;
  padding: 13px;
  background: white;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.BookStage .description > h2 {
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ECEBE9;
}

.BookStage .description > .ReadMoreBox {
  margin-top: 13px;
}

.BookStage .description > .ReadMoreBox > .clippingContainer {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  max-height: calc(24px * 4);
  overflow: hidden;
}

.BookStage .description > .ReadMoreBox > .clippingContainer.-expanded {
  max-height: 100%;
}

.BookStage .description > .ReadMoreBox > .buttons {
  margin-top: 20px;
}

.BookStage .description > .ReadMoreBox > .buttons > .trigger span {
  font-weight: 400;
}

.BookStage .description > .ReadMoreBox > .buttons > .trigger span:hover {
  color: #D68968;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .BookStage .description {
    margin: 0;
    background: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }

  .BookStage .description > h2 {
    padding-bottom: 0;
    border-bottom: none;
  }

  .BookStage .description > .ReadMoreBox > .clippingContainer {
    max-height: calc(24px * 8);
  }
}

@media (min-width: 996px) {
  .BookStage .description > h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

.grid-bookStage {
  overflow: hidden;
  margin-top: -13px;
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  padding: 0;
}

.grid-bookStage > * {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-bookStage {
    padding: 0 13px 13px;
  }
}

.BookStage > header {
  display: block;
  z-index: 2;
  position: relative;
  width: calc(100% - 120px - 26px);
  float: right;
  top: 31px;
  margin-bottom: 56px;
}

.BookStage > header > .GenreIcon {
  display: none;
}

.BookStage > header > h1 {
  font-weight: 400;
  vertical-align: middle;
  color: #403c32;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  width: calc(100% - 13px);
}

.BookStage > header > .subLine {
  width: calc(100% - 13px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.BookStage > header > .subLine > .author {
  color: #403c32;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
  width: 100%;
}

.BookStage > header > .subLine > .author > span {
  color: #0088CC;
}

.BookStage > header > .subLine > .author:hover > span {
  text-decoration: underline;
  color: #33a0d6;
}

@media (min-width: 768px) {
  .BookStage > header {
    width: 100%;
    min-height: 0;
    padding: 13px;
    float: none;
    top: auto;
    margin-bottom: 26px;
  }

  .BookStage > header > .GenreIcon {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 90px;
    height: 90px;
    padding: 14px;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 50%;
  }

  .BookStage > header > h1 {
    font-weight: 300;
    font-size: 45px;
    line-height: 52px;
    margin-left: 103px;
    width: calc(100% - 90px - 13px);
  }

  .BookStage > header > .subLine {
    width: calc(100% - 90px - 13px);
    margin-left: 103px;
  }

  .BookStage > header > .subLine > .author {
    font-size: 22px;
    line-height: 29px;
    width: auto;
    margin-right: 13px;
  }

  .BookStage > header.-no-genre > h1,
  .BookStage > header.-no-genre > .subLine {
    margin-left: 0;
  }

  .BookStage > header .GenreIcon.-krimi-thriller {
    color: #1836A6;
    fill: #1836A6;
  }

  .BookStage > header .GenreIcon.-fantasy {
    color: #7e57c2;
    fill: #7e57c2;
  }

  .BookStage > header .GenreIcon.-romane {
    color: #26a69a;
    fill: #26a69a;
  }

  .BookStage > header .GenreIcon.-liebesroman {
    color: #f06292;
    fill: #f06292;
  }

  .BookStage > header .GenreIcon.-jugendbuch {
    color: #9ccc65;
    fill: #9ccc65;
  }

  .BookStage > header .GenreIcon.-historische-romane {
    color: #ffa726;
    fill: #ffa726;
  }

  .BookStage > header .GenreIcon.-sachbuch {
    color: #006c80;
    fill: #006c80;
  }

  .BookStage > header .GenreIcon.-science-fiction {
    color: #304ffe;
    fill: #304ffe;
  }

  .BookStage > header .GenreIcon.-kinderbuch {
    color: #f44336;
    fill: #f44336;
  }

  .BookStage > header .GenreIcon.-klassiker {
    color: #802a22;
    fill: #802a22;
  }

  .BookStage > header .GenreIcon.-comic {
    color: #d6b311;
    fill: #d6b311;
  }

  .BookStage > header .GenreIcon.-humor {
    color: #33aa38;
    fill: #33aa38;
  }

  .BookStage > header .GenreIcon.-biografie {
    color: #f57d56;
    fill: #f57d56;
  }

  .BookStage > header .GenreIcon.-gedichte-drama {
    color: #9d8a04;
    fill: #9d8a04;
  }

  .BookStage > header .GenreIcon.-erotische-literatur {
    color: #953679;
    fill: #953679;
  }
}

@media (min-width: 996px) {
  .BookStage > header.-has-lottery {
    max-width: calc(100% - 192px);
  }
}

.BookStage .rating-tools {
  margin-top: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.BookStage .rating-tools .dropdown {
  pointer-events: none;
}

.BookStage .rating-tools .dropdown > .Rating > .CommonIcon {
  color: #fb8c00;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.BookStage .rating-tools .dropdown .switch,
.BookStage .rating-tools .dropdown > ul {
  display: none;
}

.BookStage .rating-tools > .amount {
  font-size: 13px;
  line-height: 24px;
}

.BookStage .rating-tools > .amount.-stars {
  margin-left: 5px;
}

.BookStage .rating-tools > .amount.-stars > span {
  display: none;
}

.BookStage .rating-tools > .amount.-ratings {
  width: 100%;
  color: #403c32;
  text-decoration: none;
}

.BookStage .rating-tools > .amount.-ratings > span {
  color: #cc6b42;
  cursor: pointer;
}

.BookStage .rating-tools > .amount.-ratings:hover > span {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .BookStage .rating-tools {
    margin-top: 0;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }

  .BookStage .rating-tools .dropdown {
    position: relative;
    cursor: pointer;
    line-height: 29px;
    pointer-events: auto;
    display: -ms-flexbox;
    display: flex;
  }

  .BookStage .rating-tools .dropdown .Rating > .CommonIcon {
    width: 26px;
    height: 26px;
  }

  .BookStage .rating-tools .dropdown .switch {
    display: inline;
    position: relative;
    width: 29px;
    height: 29px;
    padding-left: 20px;
  }

  .BookStage .rating-tools .dropdown .switch::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    color: #403c32;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }

  .BookStage .rating-tools .dropdown ul {
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    display: block;
    opacity: 1;
    pointer-events: none;
    left: 50%;
    padding: 13px;
    background: white;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
    -ms-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
    top: 43px;
    pointer-events: initial;
  }

  .BookStage .rating-tools .dropdown ul::before {
    content: '';
    position: absolute;
    background: white;
    top: -5px;
    width: 10px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .BookStage .rating-tools .-open .switch::before {
    top: calc(50% + 2px);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
    transform: translate3d(-50%, -50%, 0) rotate(-135deg);
  }

  .BookStage .rating-tools > .amount {
    font-size: 15px;
    line-height: 29px;
    margin-left: 5px;
  }

  .BookStage .rating-tools > .amount.-stars {
    margin-left: 13px;
  }

  .BookStage .rating-tools > .amount.-stars > span {
    display: inline-block;
  }

  .BookStage .rating-tools > .amount.-ratings {
    width: auto;
    margin-left: 5px;
    font-weight: 400;
  }
}

.BookStage .affiliate-buttons {
  position: relative;
  text-align: center;
  background: white;
  z-index: 1;
}

@media (min-width: 768px) {
  .BookStage .affiliate-buttons {
    display: block;
    background: transparent;
    box-shadow: none;
  }
}

.BookStage .affiliate-buttons > .header {
  display: none;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
  max-width: 260px;
}

@media (min-width: 768px) {
  .BookStage .affiliate-buttons > .header {
    display: block;
  }
}

.BookStage .Quotes {
  font-size: 24px;
  padding: 26px 0 13px 0;
  background: #F7F6F5;
  z-index: 1;
}

@media (min-width: 768px) {
  .BookStage .Quotes {
    padding: 13px 0 26px 0;
    background: none;
  }
}

.BookStage .Quotes > h2 {
  margin-left: 13px;
  font-size: 20px;
  line-height: 27px;
}

@media (min-width: 768px) {
  .BookStage .Quotes > h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

.BookStage .Quotes > .latest-quote-container {
  margin: 13px 0;
  overflow-x: scroll;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .BookStage .Quotes > .latest-quote-container {
    overflow: hidden;
  }
}

.BookStage .Quotes > .latest-quote-container > .quote-column {
  width: 50%;
  min-width: 280px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-header {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 13px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content {
  position: relative;
  margin: 13px;
  padding: 13px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #ffffff;
  height: calc(100% - 50px);
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content.-no-header {
  height: calc(100% - 26px);
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .userLink {
  display: inline-block;
  vertical-align: top;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .Avatar {
  vertical-align: top;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .user-info {
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
  width: calc(100% - 80px);
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .user-info > .user-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #403c32;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .user-info > .time-stamp {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: #87847D;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > .user-info > .Rating {
  position: relative;
  bottom: 5px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > p {
  position: relative;
  font-style: italic;
  font-weight: 400;
  color: #87847D;
  margin: 13px 0 0 13px;
  font-size: 13px;
  line-height: 20px;
}

.BookStage .Quotes > .latest-quote-container > .quote-column .column-content > p::before {
  content: '\201C';
  position: absolute;
  left: -13px;
  top: 0;
  font-size: 30px;
  color: #87847D;
}

@media (min-width: 768px) {
  .BookStage .Quotes > .latest-quote-container > .quote-column {
    min-width: 48%;
  }
}

.BookStage .Quotes .ScrollToElement {
  display: none;
  color: #cc6b42;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 13px;
}

.BookStage .Quotes .ScrollToElement:hover {
  color: #D68968;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .BookStage .Quotes .ScrollToElement {
    display: block;
    text-align: right;
  }
}

.BookStage .lottery-box {
  display: block;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  margin: 26px 13px;
  max-width: calc(100% - 26px);
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
}

@media (min-width: 768px) {
  .BookStage .lottery-box {
    background: white;
    margin: 13px;
    -ms-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
  }
}

@media (min-width: 996px) {
  .BookStage .lottery-box {
    position: absolute;
    top: 13px;
    right: -192px;
    width: 192px !important;
    -ms-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    border-radius: 20px 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-animation: lotteryShow 0.75s ease-in 1s forwards;
    animation: lotteryShow 0.75s ease-in 1s forwards;
  }

  .BookStage .lottery-box:hover {
    background: #0088CC;
  }

  .BookStage .lottery-box:hover > .entryMeta > span,
  .BookStage .lottery-box:hover > .entryMeta > span > .CommonIcon {
    color: white;
  }
}

.BookStage .lottery-box > .entryMeta {
  position: relative;
  display: block;
  width: 100%;
  padding: 26px;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 996px) {
  .BookStage .lottery-box > .entryMeta {
    padding: 18px 0;
  }
}

.BookStage .lottery-box > .entryMeta > span {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  color: #403c32;
  font-weight: 300;
}

.BookStage .lottery-box > .entryMeta > span.-ended {
  color: #cc0606;
}

.BookStage .lottery-box > .entryMeta > .type {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .BookStage .lottery-box > .entryMeta > .type {
    font-size: 22px;
    line-height: 29px;
  }
}

@media (min-width: 996px) {
  .BookStage .lottery-box > .entryMeta > .type {
    font-size: 15px;
    line-height: 22px;
  }
}

.BookStage .lottery-box > .entryMeta > .type > span {
  display: none;
}

.BookStage .lottery-box > .entryMeta > .title {
  display: none;
}

.BookStage .lottery-box > .entryMeta > .amount {
  position: relative;
  font-size: 15px;
}

.BookStage .lottery-box > .entryMeta > .amount > .CommonIcon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  color: #87847D;
}

.BookStage .lottery-box > .entryMeta > .amount > .text {
  vertical-align: middle;
}

.BookStage .lottery-box > .entryMeta > .amount > .text > span {
  font-weight: 400;
}

.BookStage .lottery-box > .entryMeta > .timestamp {
  display: inline;
  position: relative;
  font-size: 15px;
  padding-left: 24px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.BookStage .lottery-box > .entryMeta > .timestamp > .CommonIcon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  color: #87847D;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.BookStage .lottery-box > .entryMeta > .button {
  color: white;
  background: #0088CC;
  line-height: 40px;
  max-width: 240px;
  margin: 13px auto 0;
  text-align: center;
  font-style: italic;
  cursor: pointer;
  border-radius: 4px;
}

@media (min-width: 996px) {
  .BookStage .lottery-box > .entryMeta > .button {
    margin: 0;
    color: #0088CC;
    background: none;
    max-width: 100%;
    line-height: 24px;
  }
}

@keyframes lotteryShow {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

.BookStage .bookActions {
  position: relative;
  z-index: 2;
  float: none;
  clear: both;
  max-width: 260px;
  margin: 0 auto 26px;
  background: none;
  box-shadow: none;
  text-align: left;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .BookStage .bookActions {
    margin: 26px 0 13px;
  }
}

.BookStage .bookActions > .Button {
  overflow: visible;
  margin-left: 10px;
}

.BookStage .bookActions > .Button:first-child {
  margin-left: 0;
}

.BookStage .bookActions > .Button.-round {
  margin: 0;
  position: relative;
}

.BookStage .bookActions > .Button.-round > .label {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 13px);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #403c32;
  background: white;
  padding: 5px 10px;
  transition: visibility 0s ease-in-out, opacity 0.4s ease-in-out 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}

.BookStage .bookActions > .Button.-round > .label::before {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: -3px;
  left: 50%;
  background: white;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
  transform: translate3d(-50%, 0, 0) rotate(45deg);
}

.BookStage .bookActions > .Button.-round.icon-share > .label::after {
  content: 'Buch teilen';
}

.BookStage .bookActions > .Button.-round.icon-rating > .label::after {
  content: 'Buch bewerten';
}

.BookStage .bookActions > .Button.-round.icon-wishlist > .label::after {
  content: 'Auf Wunschzettel setzen';
}

.BookStage .bookActions > .Button.-round.icon-wishlist.-active > .label::after {
  content: 'Von Wunschzettel nehmen';
}

.BookStage .bookActions > .Button.-round.icon-library > .label::after {
  content: 'In Bibliothek stellen';
}

.BookStage .bookActions > .Button.-round.icon-library.-active > .label::after {
  content: 'Aus Bibliothek entfernen';
}

.BookStage .bookActions > .Button.-round.icon-follow > .label::after {
  content: 'Buch folgen';
}

.BookStage .bookActions > .Button.-round.icon-follow.-active > .label::after {
  content: 'Buch nicht mehr folgen';
}

@media (min-width: 768px) {
  .BookStage .bookActions > .Button.-round:hover > .label {
    visibility: visible;
    opacity: 1;
  }

  .BookStage .bookActions > .Button.-round.icon-wishlist.-active:hover,
  .BookStage .bookActions > .Button.-round.icon-library.-active:hover,
  .BookStage .bookActions > .Button.-round.icon-follow.-active:hover {
    background: #cc0606;
  }
}

.BookStage .new-publication-container {
  z-index: 1;
  margin: 13px 0;
  padding: 13px;
}

@media (min-width: 768px) {
  .BookStage .new-publication-container {
    margin-top: 0;
  }
}

.BookStage .new-publication-container > .new-publication-content {
  padding: 13px;
  font-size: 15px;
  line-height: 24px;
  color: #403c32;
  font-weight: 300;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .BookStage .new-publication-container > .new-publication-content {
    padding: 26px;
  }
}

.BookStage .new-publication-container > .new-publication-content p {
  margin-bottom: 13px;
}

.BookStage .new-publication-container > .new-publication-content p:last-child {
  margin-bottom: 0;
}

.BookStage .new-publication-container > .new-publication-content a {
  display: inline-block;
  font-weight: 400;
  color: #cc6b42;
}

.BookStage .new-publication-container > .new-publication-content a:hover {
  color: #D68968;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container {
  text-align: center;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .Button {
  background: #cc6b42;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .Button:hover {
  background: #D68968;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .Button.-active {
  background: #07B57A;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .Button.-active:hover {
  background: #cc0606;
}

.BookStage .new-publication-container > .new-publication-content > .wishlist-btn-container .label {
  margin-right: 10px;
}

.BookEditionsPage .BookStage > header .rating-tools .dropdown,
.BookEditionsPage .BookStage > header .rating-tools > .amount.-ratings {
  pointer-events: none;
}

.BookEditionsPage .BookStage > header .rating-tools > .amount.-ratings > span {
  color: #403c32;
}

.BookEditionsPage .BookStage > header .rating-tools .dropdown .switch,
.BookEditionsPage .BookStage .Quotes .ScrollToElement {
  display: none;
}

.BookEditionsPage #GooglePublisherTag + .back-to-detail {
  margin-top: 26px;
}

.BookEditionsPage .back-to-detail {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 39px 13px;
}

@media (min-width: 768px) {
  .BookEditionsPage .back-to-detail {
    font-size: 22px;
    line-height: 29px;
    margin-left: 26px;
  }
}

.BookEditionsPage .back-to-detail > a {
  color: #0088CC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.BookEditionsPage .back-to-detail > a:hover {
  text-decoration: underline;
  color: #33a0d6;
}

.BookEditionsPage .back-to-detail > a > .CommonIcon {
  margin-right: 5px;
}

.BookEditionsPage .Spinner {
  position: relative;
  left: calc(50%);
  margin: 200px 0;
}

.BookEditionsPage > h3 {
  font-size: 20px;
  line-height: 27px;
  margin: 13px;
}

@media (min-width: 768px) {
  .BookEditionsPage > h3 {
    font-size: 22px;
    line-height: 29px;
    margin: 13px 26px;
  }
}

.BookEditionsPage > h3.no-result {
  text-align: center;
  font-weight: 300;
}

.BookEditionsPage .filter-container {
  padding: 0 13px 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .BookEditionsPage .filter-container {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .BookEditionsPage .filter-container {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 13px 26px;
  }
}

.BookEditionsPage .filter-container > .filter {
  margin-bottom: 13px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.BookEditionsPage .filter-container > .filter:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .BookEditionsPage .filter-container > .filter {
    max-width: 45%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .BookEditionsPage .filter-container > .filter {
    width: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px;
  }
}

.BookEditionsPage .filter-container > .filter span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .BookEditionsPage .filter-container > .filter span {
    margin: 0 13px 0 0;
  }
}

.BookEditionsPage .filter-container > .filter select {
  height: 40px;
  font-size: 15px;
  font-weight: 300;
  padding: 0 10px;
  background: white;
  border-radius: 0;
}

.BookEditionsPage .edition-list {
  padding-top: 26px;
}

.BookEditionsPage .edition-list > .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.BookEditionsPage .edition-list > .list > .BookActionCard {
  border-bottom: none;
  width: calc(100%);
  padding-left: 13px;
  padding-right: 13px;
}

@media (min-width: 480px) {
  .BookEditionsPage .edition-list > .list > .BookActionCard {
    width: calc(100% / 2);
  }
}

@media (min-width: 768px) {
  .BookEditionsPage .edition-list > .list > .BookActionCard {
    width: calc(100% / 3);
  }
}

@media (min-width: 996px) {
  .BookEditionsPage .edition-list > .list > .BookActionCard {
    width: calc(100% / 4);
  }
}

.BookEditionsPage .edition-list > .list > .BookActionCard > .cover .switch {
  right: calc((50% - 20px) - 60px);
}

.BookEditionsPage .edition-list > .list > .BookActionCard > .cover.-actionPanelShown .switch {
  right: 0;
}

.BookEditionsPage .edition-list > .list > .BookActionCard > .cover.-actionPanelShown .actionPanelContent {
  left: 13px;
}

@media (min-width: 480px) {
  .BookEditionsPage .edition-list > .list > .BookActionCard > .cover.-actionPanelShown .actionPanelContent {
    left: 7px;
  }
}

.BookEditionsPage .edition-list > .list > .BookActionCard > .cover .actionPanelContent {
  width: calc(100% - 26px);
  padding: 30px 20px;
}

@media (min-width: 480px) {
  .BookEditionsPage .edition-list > .list > .BookActionCard > .cover .actionPanelContent {
    width: calc(100% - 13px);
    padding: 30px 10px;
  }
}

.BookEditionsPage .edition-list > .list > .BookActionCard > .cover .actionPanelContent > h4 {
  font-size: 20px;
  max-width: 100%;
}

.BookEditionsPage .edition-list > .list > .BookActionCard .info.book-edition {
  height: 130px;
}

.BookEditionsPage .edition-list > .moreButton {
  display: block;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 20px auto 13px;
  width: 100%;
  max-width: calc(320px - 13px * 4);
  text-align: center;
  color: #cc6b42;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  background: white;
  border: 1px solid #cc6b42;
  line-height: 40px;
  padding: 0;
  border-radius: 4px;
}

.BookEditionsPage .edition-list > .moreButton > .rightIconAnim {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.LotteryPage {
  background: #f8f8f8;
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.LotteryPage > .BlurryBox {
  padding-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}

.LotteryPage > .BlurryBox > .content {
  padding: 20px 0 0 0;
  margin: 0;
}

.LotteryPage > .BlurryBox > .content > .coverLink {
  display: block;
  text-align: center;
  position: relative;
}

.LotteryPage > .BlurryBox > .content > .coverLink::before {
  position: absolute;
  content: '';
  display: block;
  z-index: 10;
  bottom: 5px;
  left: 50%;
  margin-left: -37px;
  width: 100px;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: skewX(-70deg);
  transform: skewX(-70deg);
}

.LotteryPage > .BlurryBox > .content > .coverLink > .BookCover {
  max-width: 100%;
  position: relative;
  z-index: 20;
  box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.6);
}

.LotteryPage > .BlurryBox > .content > .headerInfo {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 20px 20px;
  margin-top: -20px;
  text-align: center;
  color: #433924;
}

.LotteryPage > .BlurryBox > .content > .headerInfo > .headlineWrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f8f8f8;
}

.LotteryPage > .BlurryBox > .content > .headerInfo > .headlineWrapper > h1 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.LotteryPage > .BlurryBox > .content > .headerInfo > .headlineWrapper > .-share {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
  background: #409bc0;
  color: white;
}

.LotteryPage > .BlurryBox > .content > .headerInfo > .participantAuthor {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f8f8f8;
  padding: 0 50px 10px;
  position: relative;
}

.LotteryPage > .BlurryBox > .content > .headerInfo > .participantAuthor > .-author {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  padding: 10px;
  border-radius: 50%;
  background: white;
  box-sizing: content-box;
  fill: #433924;
  border: 1px solid #e5e5e5;
}

.LotteryPage > .firstComment {
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}

.LotteryPage > .firstComment > .right > .usernameAndDate > .username {
  display: block;
}

.LotteryPage > ul.SubthreadList > li {
  margin: 0 20px;
}

.LotteryPage > ul.SubthreadList .Button {
  color: black;
}

.ErrorPage {
  background-color: rgba(137, 18, 23, 0.2);
  color: #891217;
  padding: 20px;
  text-align: center;
  font-size: 20px;
}

.ErrorPage > h1 {
  font-size: 100px;
}

.grid__sliderNug {
  margin-top: -13px;
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  padding: 0;
}

.grid__sliderNug > * {
  width: 100%;
}

@media (min-width: 768px) {
  .grid__sliderNug {
    padding: 13px;
    margin-top: -26px;
  }
}

.grid__sliderNug > .sliderNug > header {
  margin: 0 26px;
  position: relative;
  text-align: center;
}

.grid__sliderNug > .sliderNug > header > .GenreIcon {
  width: 60px;
  height: 60px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  border: 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 50%;
}

.grid__sliderNug > .sliderNug > header > h1 {
  font-size: 30px;
  line-height: 37px;
  margin-top: 13px;
  display: block;
  width: 100%;
  font-weight: 300;
  vertical-align: middle;
}

.grid__sliderNug > .sliderNug > header > h1 > .subLine {
  font-size: 20px;
  line-height: 27px;
  display: block;
}

.grid__sliderNug > .sliderNug.krimi-thriller > header > h1,
.grid__sliderNug > .sliderNug.krimi-thriller > header > .GenreIcon {
  color: #1836A6;
  border-color: #1836A6;
}

.grid__sliderNug > .sliderNug.fantasy > header > h1,
.grid__sliderNug > .sliderNug.fantasy > header > .GenreIcon {
  color: #7e57c2;
  border-color: #7e57c2;
}

.grid__sliderNug > .sliderNug.romane > header > h1,
.grid__sliderNug > .sliderNug.romane > header > .GenreIcon {
  color: #26a69a;
  border-color: #26a69a;
}

.grid__sliderNug > .sliderNug.liebesroman > header > h1,
.grid__sliderNug > .sliderNug.liebesroman > header > .GenreIcon {
  color: #f06292;
  border-color: #f06292;
}

.grid__sliderNug > .sliderNug.jugendbuch > header > h1,
.grid__sliderNug > .sliderNug.jugendbuch > header > .GenreIcon {
  color: #9ccc65;
  border-color: #9ccc65;
}

.grid__sliderNug > .sliderNug.historische-romane > header > h1,
.grid__sliderNug > .sliderNug.historische-romane > header > .GenreIcon {
  color: #ffa726;
  border-color: #ffa726;
}

.grid__sliderNug > .sliderNug.sachbuch > header > h1,
.grid__sliderNug > .sliderNug.sachbuch > header > .GenreIcon {
  color: #006c80;
  border-color: #006c80;
}

.grid__sliderNug > .sliderNug.science-fiction > header > h1,
.grid__sliderNug > .sliderNug.science-fiction > header > .GenreIcon {
  color: #304ffe;
  border-color: #304ffe;
}

.grid__sliderNug > .sliderNug.kinderbuch > header > h1,
.grid__sliderNug > .sliderNug.kinderbuch > header > .GenreIcon {
  color: #f44336;
  border-color: #f44336;
}

.grid__sliderNug > .sliderNug.klassiker > header > h1,
.grid__sliderNug > .sliderNug.klassiker > header > .GenreIcon {
  color: #802a22;
  border-color: #802a22;
}

.grid__sliderNug > .sliderNug.comic > header > h1,
.grid__sliderNug > .sliderNug.comic > header > .GenreIcon {
  color: #d6b311;
  border-color: #d6b311;
}

.grid__sliderNug > .sliderNug.humor > header > h1,
.grid__sliderNug > .sliderNug.humor > header > .GenreIcon {
  color: #33aa38;
  border-color: #33aa38;
}

.grid__sliderNug > .sliderNug.biografie > header > h1,
.grid__sliderNug > .sliderNug.biografie > header > .GenreIcon {
  color: #f57d56;
  border-color: #f57d56;
}

.grid__sliderNug > .sliderNug.gedichte-drama > header > h1,
.grid__sliderNug > .sliderNug.gedichte-drama > header > .GenreIcon {
  color: #9d8a04;
  border-color: #9d8a04;
}

.grid__sliderNug > .sliderNug.erotische-literatur > header > h1,
.grid__sliderNug > .sliderNug.erotische-literatur > header > .GenreIcon {
  color: #953679;
  border-color: #953679;
}

@media (min-width: 768px) {
  .grid__sliderNug > .sliderNug > header {
    text-align: left;
  }

  .grid__sliderNug > .sliderNug > header > .GenreIcon {
    width: 90px;
    height: 90px;
    padding: 14px;
    display: inline-block;
  }

  .grid__sliderNug > .sliderNug > header > h1 {
    font-size: 45px;
    line-height: 52px;
    display: inline-block;
    margin-left: 13px;
    margin-top: 0;
    width: calc(100% - 90px - 13px);
  }

  .grid__sliderNug > .sliderNug > header > h1 > .subLine {
    font-size: 22px;
    line-height: 29px;
  }
}

.grid__sliderNug > .sliderNug .Slider {
  height: 550px;
  margin-top: 20px;
  padding: 10px 0 0;
}

@media (min-width: 480px) {
  .grid__sliderNug > .sliderNug .Slider {
    padding: 10px 13px 0;
  }
}

@media (min-width: 768px) {
  .grid__sliderNug > .sliderNug .Slider {
    padding: 10px 26px 0;
  }
}

.grid__sliderNug > .sliderNug {
  position: relative;
  padding: 30px 0 13px;
}

.grid__sliderNug > .sliderNug.krimi-thriller {
  background: #F3F2F0 url(/assets/4e6f08e5f3441078b04b85d64c34d556.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.fantasy {
  background: #F3F2F0 url(/assets/4bd545901e164815f4aba3c5a57f60ba.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.science-fiction {
  background: #F3F2F0 url(/assets/4bd545901e164815f4aba3c5a57f60ba.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.romane {
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.humor {
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.liebesroman {
  background: #F3F2F0 url(/assets/edac8eaa897d71c26b46a0e9c57ca000.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.jugendbuch {
  background: #F3F2F0 url(/assets/5b94a02434ffb839d70765073a1afa46.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.comic {
  background: #F3F2F0 url(/assets/5b94a02434ffb839d70765073a1afa46.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.historische-romane {
  background: #F3F2F0 url(/assets/8f448c5c95c4c06d324e6e3ca296e304.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.sachbuch {
  background: #F3F2F0 url(/assets/8eff06864a21e1956e2f21c1a7823219.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.kinderbuch {
  background: #F3F2F0 url(/assets/2814638926ec4c4d241f7b4966ed504e.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.klassiker {
  background: #F3F2F0 url(/assets/8f01d8d26228b5ba327c05031188eef4.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.biografie {
  background: #F3F2F0 url(/assets/8f01d8d26228b5ba327c05031188eef4.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.gedichte-drama {
  background: #F3F2F0 url(/assets/8f01d8d26228b5ba327c05031188eef4.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug.erotische-literatur {
  background: #F3F2F0 url(/assets/ee71eeaa59764dfa0348c04ac0a18c3f.jpg) no-repeat top center;
  background-size: cover;
}

.grid__sliderNug > .sliderNug > .InfiniteSliderWrap {
  padding: 10px 26px 0;
}

.GenrePage .grid__bookLists {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.GenrePage .grid__bookLists > * {
  width: 100%;
}

@media (min-width: 768px) {
  .GenrePage .grid__bookLists > .BookLists > .list {
    overflow-x: hidden;
    padding: 13px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex: 1 auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .GenrePage .grid__bookLists > .BookLists > .list > .ListCard {
    display: block;
    margin: 0;
    padding: 0 13px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .GenrePage .grid__bookLists > .BookLists > .list > .ListCard > .bookList {
    width: auto;
  }

  .GenrePage .grid__bookLists > .BookLists > .list > .ListCard ul {
    position: relative;
  }

  .GenrePage .grid__bookLists > .BookLists > .list > .ListCard ul > li {
    margin-right: 0;
  }

  .GenrePage .grid__bookLists > .BookLists > .list > .ListCard ul > li:nth-of-type(2),
  .GenrePage .grid__bookLists > .BookLists > .list > .ListCard ul > li:nth-of-type(3) {
    position: absolute;
    bottom: 0;
  }

  .GenrePage .grid__bookLists > .BookLists > .list > .ListCard ul > li:nth-of-type(2) {
    left: 58%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .GenrePage .grid__bookLists > .BookLists > .list > .ListCard ul > li:nth-of-type(3) {
    right: 0;
  }

  .GenrePage .grid__bookLists > .BookLists > .list > .ListCard .name {
    font-size: 15px;
    line-height: 20px;
  }
}

.GenrePage .grid__lotterySlider {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.GenrePage .grid__lotterySlider > * {
  width: 100%;
}

.GenrePage .grid__lotterySlider > .LotterySlider.krimi-thriller {
  background: #F3F2F0 url(/assets/4e6f08e5f3441078b04b85d64c34d556.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.fantasy {
  background: #F3F2F0 url(/assets/4bd545901e164815f4aba3c5a57f60ba.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.science-fiction {
  background: #F3F2F0 url(/assets/4bd545901e164815f4aba3c5a57f60ba.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.romane {
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.humor {
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.liebesroman {
  background: #F3F2F0 url(/assets/edac8eaa897d71c26b46a0e9c57ca000.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.jugendbuch {
  background: #F3F2F0 url(/assets/5b94a02434ffb839d70765073a1afa46.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.comic {
  background: #F3F2F0 url(/assets/5b94a02434ffb839d70765073a1afa46.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.historische-romane {
  background: #F3F2F0 url(/assets/8f448c5c95c4c06d324e6e3ca296e304.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.sachbuch {
  background: #F3F2F0 url(/assets/8eff06864a21e1956e2f21c1a7823219.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.kinderbuch {
  background: #F3F2F0 url(/assets/2814638926ec4c4d241f7b4966ed504e.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.klassiker {
  background: #F3F2F0 url(/assets/8f01d8d26228b5ba327c05031188eef4.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.biografie {
  background: #F3F2F0 url(/assets/8f01d8d26228b5ba327c05031188eef4.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.gedichte-drama {
  background: #F3F2F0 url(/assets/8f01d8d26228b5ba327c05031188eef4.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider.erotische-literatur {
  background: #F3F2F0 url(/assets/ee71eeaa59764dfa0348c04ac0a18c3f.jpg) no-repeat top center;
  background-size: cover;
}

.GenrePage .grid__lotterySlider > .LotterySlider .InfiniteSlider {
  padding: 0;
}

.GenrePage .grid__lotterySlider .ResponsiveLotteryCard > .cover > .Link > .BookCover {
  max-width: 100px;
}

@media (min-width: 996px) {
  .GenrePage .grid__lotterySlider {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 4);
  }

  .GenrePage .grid__lotterySlider > * {
    width: 100%;
  }
}

.grid__editorialTip > .editorialTip > .books {
  padding: 13px 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
}

.grid__editorialTip > .editorialTip > .books > .BookCoverBox {
  width: 120px;
  margin-right: 30px;
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.grid__editorialTip > .editorialTip > .books > .BookCoverBox > .Link {
  display: block;
  line-height: 0;
}

.grid__editorialTip > .editorialTip > .books > .BookCoverBox > .Link > img {
  width: 100% !important;
}

.grid__editorialTip > .editorialTip > .books > .BookCoverBox .matter {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}

.grid__editorialTip > .editorialTip > .books > .BookCoverBox .matter > a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.grid__editorialTip > .editorialTip > .books > .BookCoverBox .matter > .author {
  color: #87847D;
  font-style: italic;
  font-size: 15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid__editorialTip > .editorialTip > .books > .BookCoverBox .matter > .title {
  color: #0088CC;
  font-size: 15px;
  font-weight: 400;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .grid__editorialTip > .editorialTip > .books {
    margin: 0 -13px;
    overflow-x: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid__editorialTip > .editorialTip > .books > .BookCoverBox {
    width: calc(100% / 4);
    margin: 0 0 26px;
    padding: 0 13px;
    box-sizing: border-box;
  }

  .grid__editorialTip > .editorialTip > .books > .BookCoverBox > .Link {
    text-align: center;
  }

  .grid__editorialTip > .editorialTip > .books > .BookCoverBox > .Link > img {
    max-width: 160px;
  }

  .grid__editorialTip > .editorialTip > .books > .BookCoverBox .matter > .title {
    max-height: 80px;
    overflow: hidden;
  }
}

@media (min-width: 996px) {
  .grid__editorialTip > .editorialTip > .books {
    margin: 0 -26px;
  }

  .grid__editorialTip > .editorialTip > .books > .BookCoverBox {
    padding: 0 26px;
  }

  .grid__editorialTip > .editorialTip > .books > .BookCoverBox > .Link > img {
    max-width: 180px;
  }

  .grid__editorialTip > .editorialTip > .books > .BookCoverBox .matter > a:hover {
    text-decoration: underline;
  }

  .grid__editorialTip > .editorialTip > .books > .BookCoverBox .matter > .title:hover {
    color: #33a0d6;
  }
}

.grid__editorialTip.-book-detail {
  padding-left: 0;
  padding-right: 0;
}

.grid__editorialTip.-book-detail > .editorialTip > .books > .BookCoverBox > .matter > .title {
  min-height: 60px;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .grid__editorialTip.-book-detail > .editorialTip > .books > .BookCoverBox {
    width: calc(100% / 4);
  }

  .grid__editorialTip.-book-detail > .editorialTip > .books > .BookCoverBox > .matter > .title {
    min-height: 40px;
    /* autoprefixer: off */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.grid__editorialTip {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.grid__editorialTip > * {
  width: 100%;
}

.grid__editorialTip > .editorialTip {
  background: white;
  padding: 13px;
  border: 1px solid #ECEBE9;
}

@media (min-width: 480px) {
  .grid__editorialTip > .editorialTip {
    padding: 26px 26px 0;
  }
}

.grid__editorialTip > .editorialTip > .header {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ECEBE9;
}

.grid__editorialTip > .editorialTip > .header > h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.grid__editorialTip > .editorialTip > .header > h3 > a {
  display: block;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #0088CC;
}

.grid__editorialTip > .editorialTip > .header > .subLine {
  font-size: 16px;
  font-weight: 300;
  color: #403c32;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.grid__editorialTip > .editorialTip > .header > .subLine-link {
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .grid__editorialTip > .editorialTip > .header > .subLine-link {
    font-size: 18px;
  }
}

.grid__editorialTip > .editorialTip > .header > .subLine-link > .Link {
  color: #0088CC;
}

.grid__editorialTip > .editorialTip > .header > .subLine-link > .Link:hover {
  color: #33a0d6;
}

@media (min-width: 768px) {
  .grid__editorialTip > .editorialTip > .header > h3,
  .grid__editorialTip > .editorialTip > .header > h3 > a {
    font-size: 22px;
    line-height: 29px;
  }

  .grid__editorialTip > .editorialTip > .header > .subLine {
    font-size: 18px;
  }
}

@media (min-width: 996px) {
  .grid__editorialTip > .editorialTip > .header > h3 > a:hover {
    color: #33a0d6;
  }
}

.grid__authorSlider {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.grid__authorSlider > * {
  width: 100%;
}

@media (min-width: 768px) {
  .grid__authorSlider {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 6);
  }

  .grid__authorSlider > * {
    width: 100%;
  }
}

@media (min-width: 996px) {
  .grid__authorSlider {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 4);
    left: calc((100% / 12) * 4);
  }

  .grid__authorSlider > * {
    width: 100%;
  }
}

.grid__authorSlider > .authorSlider {
  position: relative;
  padding: 13px;
  background: white url(/assets/6f8cf362fdf71f74a7d2f735a4dc752f.jpg) no-repeat center;
  background-size: cover;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.grid__authorSlider > .authorSlider .sliderNav {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  background: white;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
}

.grid__authorSlider > .authorSlider .sliderNav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 40px;
  text-align: center;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cc6b42;
  border-left: 2px solid #cc6b42;
}

.grid__authorSlider > .authorSlider .sliderNav.-prev {
  left: 1px;
}

.grid__authorSlider > .authorSlider .sliderNav.-prev::before {
  margin-left: 3px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.grid__authorSlider > .authorSlider .sliderNav.-next {
  right: 1px;
}

.grid__authorSlider > .authorSlider .sliderNav.-next::before {
  margin-left: -3px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg);
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}

.grid__authorSlider > .authorSlider .sliderNav:active,
.grid__authorSlider > .authorSlider .sliderNav:focus {
  outline: none;
}

.grid__authorSlider > .authorSlider > .genreLabel {
  position: absolute;
  display: block;
  line-height: 0;
  width: calc(100% - 52px);
  max-width: 263px;
  bottom: 46px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-10deg);
  transform: translate3d(-50%, 0, 0) rotate(-10deg);
}

.grid__authorSlider > .authorSlider > .genreLabel > img {
  width: 100%;
}

.grid__authorSlider > .authorSlider > .genreLabel > .text {
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  max-width: 45%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.grid__authorSlider > .authorSlider > .genreLabel > .GenreIcon {
  position: absolute;
  top: 50%;
  right: 35%;
  margin-top: -3px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.grid__authorSlider > .authorSlider.krimi-thriller > .genreLabel {
  color: #1836A6;
}

.grid__authorSlider > .authorSlider.fantasy > .genreLabel {
  color: #7e57c2;
}

.grid__authorSlider > .authorSlider.romane > .genreLabel {
  color: #26a69a;
}

.grid__authorSlider > .authorSlider.liebesroman > .genreLabel {
  color: #f06292;
}

.grid__authorSlider > .authorSlider.jugendbuch > .genreLabel {
  color: #9ccc65;
}

.grid__authorSlider > .authorSlider.historische-romane > .genreLabel {
  color: #ffa726;
}

.grid__authorSlider > .authorSlider.sachbuch > .genreLabel {
  color: #006c80;
}

.grid__authorSlider > .authorSlider.science-fiction > .genreLabel {
  color: #304ffe;
}

.grid__authorSlider > .authorSlider.kinderbuch > .genreLabel {
  color: #f44336;
}

.grid__authorSlider > .authorSlider.klassiker > .genreLabel {
  color: #802a22;
}

.grid__authorSlider > .authorSlider.comic > .genreLabel {
  color: #d6b311;
}

.grid__authorSlider > .authorSlider.humor > .genreLabel {
  color: #33aa38;
}

.grid__authorSlider > .authorSlider.biografie > .genreLabel {
  color: #f57d56;
}

.grid__authorSlider > .authorSlider.gedichte-drama > .genreLabel {
  color: #9d8a04;
}

.grid__authorSlider > .authorSlider.erotische-literatur > .genreLabel {
  color: #953679;
}

@media (min-width: 480px) {
  .grid__authorSlider > .authorSlider {
    padding: 26px;
  }
}

@media (min-width: 996px) {
  .grid__authorSlider > .authorSlider .sliderNav:hover {
    background: #cc6b42;
  }

  .grid__authorSlider > .authorSlider .sliderNav:hover::before {
    border-color: white;
  }

  .grid__authorSlider > .authorSlider.krimi-thriller > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #1b3dbc;
  }

  .grid__authorSlider > .authorSlider.krimi-thriller > .genreLabel:hover > .lb-icons {
    color: #1b3dbc;
  }

  .grid__authorSlider > .authorSlider.fantasy > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #8c6ac9;
  }

  .grid__authorSlider > .authorSlider.fantasy > .genreLabel:hover > .lb-icons {
    color: #8c6ac9;
  }

  .grid__authorSlider > .authorSlider.romane > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #2bbbad;
  }

  .grid__authorSlider > .authorSlider.romane > .genreLabel:hover > .lb-icons {
    color: #2bbbad;
  }

  .grid__authorSlider > .authorSlider.liebesroman > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #f279a2;
  }

  .grid__authorSlider > .authorSlider.liebesroman > .genreLabel:hover > .lb-icons {
    color: #f279a2;
  }

  .grid__authorSlider > .authorSlider.jugendbuch > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #a8d278;
  }

  .grid__authorSlider > .authorSlider.jugendbuch > .genreLabel:hover > .lb-icons {
    color: #a8d278;
  }

  .grid__authorSlider > .authorSlider.historische-romane > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #ffb140;
  }

  .grid__authorSlider > .authorSlider.historische-romane > .genreLabel:hover > .lb-icons {
    color: #ffb140;
  }

  .grid__authorSlider > .authorSlider.sachbuch > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #00829a;
  }

  .grid__authorSlider > .authorSlider.sachbuch > .genreLabel:hover > .lb-icons {
    color: #00829a;
  }

  .grid__authorSlider > .authorSlider.science-fiction > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #4965fe;
  }

  .grid__authorSlider > .authorSlider.science-fiction > .genreLabel:hover > .lb-icons {
    color: #4965fe;
  }

  .grid__authorSlider > .authorSlider.kinderbuch > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #f55a4e;
  }

  .grid__authorSlider > .authorSlider.kinderbuch > .genreLabel:hover > .lb-icons {
    color: #f55a4e;
  }

  .grid__authorSlider > .authorSlider.klassiker > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #943127;
  }

  .grid__authorSlider > .authorSlider.klassiker > .genreLabel:hover > .lb-icons {
    color: #943127;
  }

  .grid__authorSlider > .authorSlider.comic > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #ecc614;
  }

  .grid__authorSlider > .authorSlider.comic > .genreLabel:hover > .lb-icons {
    color: #ecc614;
  }

  .grid__authorSlider > .authorSlider.humor > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #39be3e;
  }

  .grid__authorSlider > .authorSlider.humor > .genreLabel:hover > .lb-icons {
    color: #39be3e;
  }

  .grid__authorSlider > .authorSlider.biografie > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #f6906e;
  }

  .grid__authorSlider > .authorSlider.biografie > .genreLabel:hover > .lb-icons {
    color: #f6906e;
  }

  .grid__authorSlider > .authorSlider.gedichte-drama > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #b6a005;
  }

  .grid__authorSlider > .authorSlider.gedichte-drama > .genreLabel:hover > .lb-icons {
    color: #b6a005;
  }

  .grid__authorSlider > .authorSlider.erotische-literatur > .genreLabel:hover > .text {
    text-decoration: underline;
    color: #a83d88;
  }

  .grid__authorSlider > .authorSlider.erotische-literatur > .genreLabel:hover > .lb-icons {
    color: #a83d88;
  }
}

.grid__authorSlider > .authorSlider > header {
  margin-bottom: 13px;
}

.grid__authorSlider > .authorSlider > header > h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #403c32;
}

.grid__authorSlider > .authorSlider > header > .subLine {
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .grid__authorSlider > .authorSlider > header > h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .grid__authorSlider > .authorSlider > header > .subLine {
    font-size: 18px;
  }
}

.grid__tags > .tags {
  background: white;
  padding: 13px 13px 26px;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.grid__tags > .tags > h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #403c32;
  border-bottom: 1px solid #ECEBE9;
  padding-bottom: 10px;
  margin-bottom: calc(13px * 2 - 5px);
}

.grid__tags > .tags > .tagCloud {
  margin-left: 10px;
}

@media (min-width: 480px) {
  .grid__tags > .tags {
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .grid__tags > .tags > h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

@media (min-width: 996px) {
  .grid__tags > .tags .tagCloud > .Tag:hover {
    background: #33a0d6;
  }

  .grid__tags > .tags .tagCloud > .Tag:hover::before {
    border-right-color: #33a0d6;
  }
}

.grid__tags {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.grid__tags > * {
  width: 100%;
}

.GenrePage {
  background-color: #fbfbfb;
  color: #403C32;
}

.GenrePage * {
  font-family: 'Roboto', sans-serif;
}

.GenrePage .grid__communityTeaser {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.GenrePage .grid__communityTeaser > * {
  width: 100%;
}

.GenrePage .grid__premium {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  padding: 0;
}

.GenrePage .grid__premium > * {
  width: 100%;
}

.GenrePage .grid__premium > #GooglePublisherTag {
  padding: 13px;
}

.GenrePage .grid__stream {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.GenrePage .grid__stream > * {
  width: 100%;
}

@media (min-width: 768px) {
  .GenrePage .grid__communityTeaser {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 6);
  }

  .GenrePage .grid__communityTeaser > * {
    width: 100%;
  }
}

@media (min-width: 996px) {
  .GenrePage .grid__communityTeaser {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 4);
    left: calc((100% / 12) * -4);
  }

  .GenrePage .grid__communityTeaser > * {
    width: 100%;
  }
}

.GenresOverviewPage .ContentBlock {
  border-top: 1px solid #e5e5e5;
}

.HomePage .grid__lotterySlider {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.HomePage .grid__lotterySlider > * {
  width: 100%;
}

.HomePage .grid__lotterySlider > .LotterySlider {
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
  background-size: cover;
}

.HomePage .grid__lotterySlider .ResponsiveLotteryCard > .cover > .Link > .BookCover {
  max-width: 125px;
}

.HomePage .grid__bookLists {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  padding: 0 0 13px 0;
  min-height: 350px;
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
  background-size: cover;
}

.HomePage .grid__bookLists > * {
  width: 100%;
}

.HomePage .grid__bookLists > .BookLists {
  padding: 26px 13px 13px;
  box-shadow: none;
  background: none;
  min-height: 350px;
  transition: opacity .2s ease-in-out;
}

.HomePage .grid__bookLists > .BookLists.-fadeout {
  opacity: 0;
}

@media (min-width: 768px) {
  .HomePage .grid__bookLists {
    margin: 0 13px;
  }

  .HomePage .grid__bookLists > .BookLists {
    padding: 26px;
  }

  .HomePage .grid__bookLists > .BookLists > .list {
    overflow-x: hidden;
    padding: 13px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex: 1 auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .HomePage .grid__bookLists > .BookLists > .list > .ListCard {
    display: block;
    margin: 0;
    padding: 0 13px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .HomePage .grid__bookLists > .BookLists > .list > .ListCard > .bookList {
    width: auto;
  }

  .HomePage .grid__bookLists > .BookLists > .list > .ListCard ul {
    position: relative;
  }

  .HomePage .grid__bookLists > .BookLists > .list > .ListCard ul > li {
    margin-right: 0;
  }

  .HomePage .grid__bookLists > .BookLists > .list > .ListCard ul > li:nth-of-type(2),
  .HomePage .grid__bookLists > .BookLists > .list > .ListCard ul > li:nth-of-type(3) {
    position: absolute;
    bottom: 0;
  }

  .HomePage .grid__bookLists > .BookLists > .list > .ListCard ul > li:nth-of-type(2) {
    left: 58%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .HomePage .grid__bookLists > .BookLists > .list > .ListCard ul > li:nth-of-type(3) {
    right: 0;
  }

  .HomePage .grid__bookLists > .BookLists > .list > .ListCard .name {
    font-size: 15px;
    line-height: 20px;
  }
}

.grid__homePageTeaser > .homePageTeaser {
  height: 100%;
  background: #F7F6F5;
  box-shadow: inset 0 0 0 1px #ECEBE9;
  box-sizing: border-box;
}

.grid__tags > .tags {
  background: white;
  padding: 13px 13px 26px;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.grid__tags > .tags > h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #403c32;
  border-bottom: 1px solid #ECEBE9;
  padding-bottom: 13px;
  margin-bottom: calc(13px * 2 - 5px);
}

.grid__tags > .tags > .tagCloud {
  margin-left: 10px;
}

@media (min-width: 480px) {
  .grid__tags > .tags {
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .grid__tags > .tags > h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

@media (min-width: 996px) {
  .grid__tags > .tags .tagCloud > .Tag:hover {
    background: #33a0d6;
  }

  .grid__tags > .tags .tagCloud > .Tag:hover::before {
    border-right-color: #33a0d6;
  }
}

.grid__tags {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.grid__tags > * {
  width: 100%;
}

.grid__conversionBox {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.grid__conversionBox > * {
  width: 100%;
}

.grid__conversionBox > .conversionBox {
  padding: 1px;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.grid__conversionBox > .conversionBox > .link {
  position: relative;
  width: 100%;
  height: 430px;
  display: block;
  background: #ffffff url(/assets/280f7d932ea056f2275b123e1b55c6e8.jpg) no-repeat bottom;
  background-size: cover;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}

.grid__conversionBox > .conversionBox > .link::after {
  content: '';
  display: block;
  clear: both;
}

.grid__conversionBox > .conversionBox > .link > span {
  line-height: 0;
  display: block;
}

.grid__conversionBox > .conversionBox > .link > .left {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  z-index: 2;
  padding: 13px 26px 0;
  box-sizing: border-box;
}

.grid__conversionBox > .conversionBox > .link > .left > .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  color: #403c32;
  display: none;
}

.grid__conversionBox > .conversionBox > .link > .left > .text.-active {
  display: block;
}

.grid__conversionBox > .conversionBox > .link > .left > .text > strong {
  font-weight: 400;
  font-style: italic;
}

.grid__conversionBox > .conversionBox > .link > .arrow {
  display: none;
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 60px;
}

.grid__conversionBox > .conversionBox > .link > .arrow::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 240px solid transparent;
  border-right: 240px solid transparent;
  border-top: 60px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.grid__conversionBox > .conversionBox > .link > .right {
  position: absolute;
  top: calc((100% + 190px) / 2);
  left: 50%;
  width: 100%;
  max-width: 320px;
  padding: 0 26px;
  box-sizing: border-box;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.grid__conversionBox > .conversionBox > .link > .right > .text {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #403c32;
  box-sizing: border-box;
}

.grid__conversionBox > .conversionBox > .link > .right > .text > .headline {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.grid__conversionBox > .conversionBox > .link > .right > .text > button {
  display: table;
  color: #ffffff;
  font-style: italic;
  line-height: 40px;
  margin: 20px auto 0;
  padding: 0 26px 0 13px;
  background: #f4511e;
  border-radius: 4px;
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.5);
  font-size: inherit;
}

.grid__conversionBox > .conversionBox > .link > .right > .text > button > .buttonText {
  position: relative;
}

.grid__conversionBox > .conversionBox > .link > .right > .text > button > .buttonText::after {
  position: absolute;
  top: 50%;
  right: -15px;
  line-height: 36px;
  text-align: center;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

@media (min-width: 480px) {
  .grid__conversionBox > .conversionBox > .link {
    height: 272px;
    text-align: left;
    background: white url(/assets/93d6fa2d240a5e1b85346ac6a83dd2da.jpg) no-repeat center;
    background-size: cover;
  }

  .grid__conversionBox > .conversionBox > .link > span {
    height: 100%;
  }

  .grid__conversionBox > .conversionBox > .link > .left {
    width: 40%;
    max-width: 100%;
    margin: auto;
    float: left;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
  }

  .grid__conversionBox > .conversionBox > .link > .left > .text {
    position: absolute;
    width: calc(100% + 13px);
    top: 50%;
    left: 13px;
    font-size: 26px;
    line-height: 33px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  .grid__conversionBox > .conversionBox > .link > .arrow {
    height: 100%;
    width: 60px;
    float: left;
    display: block;
  }

  .grid__conversionBox > .conversionBox > .link > .arrow::before {
    position: relative;
    top: 50%;
    left: 0;
    border-right: none;
    border-top: 136px solid transparent;
    border-bottom: 136px solid transparent;
    border-left: 60px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  .grid__conversionBox > .conversionBox > .link > .right {
    position: relative;
    top: auto;
    left: auto;
    width: 43%;
    max-width: 100%;
    float: right;
    padding: 26px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0.5);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .grid__conversionBox > .conversionBox > .link > .right > .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-right: 13px;
    font-size: 18px;
    line-height: 25px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  .grid__conversionBox > .conversionBox > .link > .right > .text > button {
    line-height: 50px;
    margin: 30px 0 0 0;
  }

  .grid__conversionBox > .conversionBox > .link > .right > .text > button > .buttonText::after {
    display: block;
  }
}

@media (min-width: 768px) {
  .grid__conversionBox > .conversionBox > .link {
    height: 255px;
    background: #ffffff url(/assets/7a4f0c81c4eb77235f4b000a296c70f7.jpg) no-repeat center;
    background-size: cover;
  }

  .grid__conversionBox > .conversionBox > .link > .left {
    width: 45%;
  }

  .grid__conversionBox > .conversionBox > .link > .left > .text {
    font-size: 38px;
    line-height: 45px;
  }

  .grid__conversionBox > .conversionBox > .link > .right {
    width: 40%;
  }

  .grid__conversionBox > .conversionBox > .link > .right > .text {
    font-size: 20px;
    line-height: 27px;
    padding-right: 0;
  }

  .grid__conversionBox > .conversionBox > .link > .right > .text > button {
    display: inline-block;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 52px 0 26px;
  }

  .grid__conversionBox > .conversionBox > .link > .right > .text > button > .buttonText::after {
    right: -30px;
  }

  .grid__conversionBox > .conversionBox > .link > .left > .text,
  .grid__conversionBox > .conversionBox > .link > .right > .text {
    top: 50%;
    left: 50%;
    width: calc(100% - 52px);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

@media (min-width: 996px) {
  .grid__conversionBox > .conversionBox > .link > .left {
    width: 40%;
  }

  .grid__conversionBox > .conversionBox > .link > .left > .text {
    font-size: 38px;
    line-height: 45px;
  }

  .grid__conversionBox > .conversionBox > .link > .right {
    width: 35%;
    margin-right: 38px;
  }

  .grid__conversionBox > .conversionBox > .link > .right > .text {
    font-size: 22px;
    line-height: 29px;
  }

  .grid__conversionBox > .conversionBox > .link > .right > .text > button {
    margin-top: 30px;
    line-height: 50px;
  }
}

.HomePage {
  background-color: #fbfbfb;
  color: #403C32;
}

.HomePage .grid__stream {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.HomePage .grid__stream > * {
  width: 100%;
}

.HomePage .grid__premium {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.HomePage .grid__premium > * {
  width: 100%;
}

.HomePage .grid__homePageTeaser {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.HomePage .grid__homePageTeaser > * {
  width: 100%;
}

.HomePage .HomepageCarousel {
  padding-top: 42px;
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
  background-size: cover;
}

.HomePage .HomepageCarousel > header {
  margin: 0 26px;
  position: relative;
  text-align: center;
}

.HomePage .HomepageCarousel > header > h1 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
}

.HomePage .HomepageCarousel > header > .subLine {
  font-size: 20px;
  line-height: 27px;
  color: #0088CC;
  font-weight: 300;
}

@media (min-width: 768px) {
  .grid__stageNug {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 12);
  }

  .grid__stageNug > * {
    width: 100%;
  }

  .grid__stageNug .HomepageCarousel {
    padding-top: 30px;
    margin-bottom: -13px;
  }

  .grid__stageNug .HomepageCarousel > header {
    text-align: left;
  }

  .grid__stageNug .HomepageCarousel > header > h1 {
    font-size: 45px;
    line-height: 52px;
  }

  .grid__stageNug .HomepageCarousel > header > .subLine {
    font-size: 22px;
    line-height: 29px;
  }
}

.LotteriesOverviewPage {
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
  background-size: cover;
}

.LotteriesOverviewPage > .grid__header {
  padding: 13px 13px 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
}

.LotteriesOverviewPage > .grid__header > h1 {
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 26px;
}

.LotteriesOverviewPage > .grid__header > h2 {
  font-size: 20px;
  line-height: 27px;
}

.LotteriesOverviewPage > .grid__lotteryCards {
  padding: 13px;
}

.LotteriesOverviewPage > .grid__lotteryCards > .filters {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.LotteriesOverviewPage > .grid__lotteryCards > .filters > .FilterItem {
  cursor: pointer;
  display: inline-block;
  padding: 0 13px;
  line-height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.LotteriesOverviewPage > .grid__lotteryCards > .filters > .FilterItem.-active,
.LotteriesOverviewPage > .grid__lotteryCards > .filters > .FilterItem.-active:hover {
  border-bottom: 3px solid #fb8c00;
}

.LotteriesOverviewPage > .grid__lotteryCards > .filters > .FilterItem:hover {
  border-bottom: 3px solid #E2E0DA;
}

.LotteriesOverviewPage > .grid__lotteryCards > .filters > .FilterItem > .icon > .CommonIcon {
  color: #87847D;
  width: 26px;
  height: 26px;
}

.LotteriesOverviewPage > .grid__lotteryCards > .filters > .FilterItem > .label {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
  margin-left: 5px;
}

.LotteriesOverviewPage > .grid__lotteryCards > .content {
  font-size: 14px;
}

.LotteriesOverviewPage > .grid__lotteryCards > .lotteryCards {
  min-height: 200px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.LotteriesOverviewPage > .grid__lotteryCards > .moreButton {
  position: relative;
  display: block;
  margin: 20px auto 13px;
  width: 100%;
  max-width: calc(320px - 52px);
  color: #cc6b42;
  font-weight: 300;
  background: white;
  border: 1px solid #cc6b42;
  line-height: 40px;
  padding: 0;
  border-radius: 4px;
}

.LotteriesOverviewPage > .grid__lotteryCards > .moreButton:hover {
  color: white;
  background: #cc6b42;
}

.LotteriesOverviewPage > .grid__lotteryCards > .moreButton > .rightIconAnim {
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (min-width: 480px) {
  .LotteriesOverviewPage .ResponsiveLotteryCard.-card {
    width: calc((100% - 52px) / 2);
  }

  .LotteriesOverviewPage .grid__lotteryCards > .lotteryCards {
    min-height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .LotteriesOverviewPage .grid__lotteryCards > .filters {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 768px) {
  .LotteriesOverviewPage .grid__header {
    padding: 26px 13px 39px;
  }

  .LotteriesOverviewPage .grid__header > h1 {
    font-size: 45px;
    line-height: 52px;
  }

  .LotteriesOverviewPage .grid__header > h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .LotteriesOverviewPage .grid__lotteryCards > .filters {
    margin: 0 13px 20px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .LotteriesOverviewPage .ResponsiveLotteryCard.-card {
    margin: 13px;
  }

  .LotteriesOverviewPage .ResponsiveLotteryCard.-card {
    width: calc((100% - 78px) / 3);
  }
}

@media (min-width: 996px) {
  .LotteriesOverviewPage .grid__lotteryCards {
    padding: 13px 0;
  }

  .LotteriesOverviewPage .ResponsiveLotteryCard.-card {
    width: calc((100% - 104px) / 4);
  }
}

.ReviewPage > .ContentBlock.-shadow + .ContentBlock {
  padding-bottom: 0;
}

.ReviewPage .Likes {
  z-index: 1;
}

.ReviewPage .Likes.-locked {
  position: absolute;
  right: 20px;
  bottom: -15px;
}

.ReviewPage .Likes > .likeContainer {
  text-align: center;
  border: none;
  background: white;
  border-radius: 40px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  outline: none;
  display: inline-block;
}

.ReviewPage .DiscussionGroup {
  padding-bottom: 20px;
}

.ReadingStateHistoryPage {
  background: #f8f8f8;
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.ReadingStateHistoryPage.-blocked {
  padding-bottom: 0;
}

.ReadingStateHistoryPage .headerBookCard {
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
}

.ReadingStateHistoryPage .headerBookCard > .bookLink {
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
  max-width: 120px;
  margin-right: 20px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.ReadingStateHistoryPage .headerBookCard > .bookLink > .BookCover {
  width: 120px;
}

.ReadingStateHistoryPage .headerBookCard > .headerInfo {
  position: relative;
  width: calc(100% - 140px);
  padding-bottom: 50px;
}

.ReadingStateHistoryPage .headerBookCard > .headerInfo h1 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ReadingStateHistoryPage .headerBookCard > .headerInfo .firstContributor {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.ReadingStateHistoryPage .headerBookCard > .headerInfo .firstContributor > p {
  margin-bottom: 5px;
}

.ReadingStateHistoryPage .headerBookCard > .headerInfo > .AmazonButton {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  width: auto;
  padding: 10px 15px;
}

.ReadingStateHistoryPage .headerBookCard > .headerInfo > .AmazonButton > .rightIcon {
  margin-left: 5px;
  vertical-align: -5px;
}

.ReadingStateHistoryPage > .userInfo {
  position: relative;
  padding: 40px 20px 20px;
  background: white;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.ReadingStateHistoryPage > .userInfo > .Avatar {
  position: absolute;
  top: -30px;
  z-index: 10;
  left: 50%;
  margin-left: -25px;
}

.ReadingStateHistoryPage > .userInfo > .Rating {
  margin-top: 5px;
}

.ReadingStateHistoryPage > .userInfo > .shortQuote {
  position: relative;
  padding: 10px 10px 0;
  font-style: italic;
}

.ReadingStateHistoryPage > .userInfo > .shortQuote::before {
  content: '\201C';
  font-family: "Droid Serif", serif;
  font-size: 30px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  color: #9d9b93;
}

.ReadingStateHistoryPage > .userInfo > .Button {
  display: block;
  margin: 20px auto 0;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup {
  position: relative;
  padding: 40px 20px 0;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 20px;
  border-left: 1px dashed #c1a76e;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem {
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  background: white;
  border-radius: 4px;
  padding: 10px;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem:first-child {
  margin-top: 0;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem::before {
  position: absolute;
  display: block;
  content: '';
  left: -32px;
  top: 7px;
  width: 11px;
  height: 11px;
  background: #c1a76e;
  border: 7px solid #f8f8f8;
  border-radius: 50%;
  box-sizing: content-box;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem > .created {
  color: #c1a76e;
  font-weight: bold;
  margin-bottom: 5px;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem > .progress {
  width: 100px;
  height: 10px;
  font-size: 0;
  background-color: #e5e5e5;
  border: 0 solid #fa8c25;
  margin-bottom: 10px;
  border-radius: 4px;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem > .status {
  margin-bottom: 10px;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem > .status > .status-text {
  margin-bottom: 10px;
  color: #949084;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem > .status > .status-comment {
  position: relative;
  padding-left: 20px;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem > .status > .status-comment::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: -7px;
  font-family: "Droid Serif", serif;
  font-size: 30px;
  color: #9d9b93;
}

.ReadingStateHistoryPage > .ReadingStateItemGroup > .ReadingStateItem > .comments {
  position: relative;
  padding: 5px 10px;
  background: #f8f8f8;
  text-align: right;
}

.SearchPage > .searchBar {
  padding: 20px;
  box-shadow: inset 0 10px 10px -15px black, inset 0 -10px 10px -15px black;
  background: #f8f8f8;
}

.SearchPage > .resultStats {
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  background: #f8f4e9;
  padding: 15px 20px;
}

.SearchPage > .resultStats > .count {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 10px;
  border-left: 1px solid #ece0c2;
  text-decoration: none;
  color: rgba(67, 57, 36, 0.8);
  -webkit-tap-highlight-color: rgba(248, 248, 248, 0.5);
}

.SearchPage > .resultStats > .count:first-child {
  border-left: none;
  padding-right: 20px;
}

.SearchPage > .resultStats > .count:last-child {
  padding-left: 20px;
}

.SearchPage > .resultStats > .count > strong {
  display: block;
  font-size: 16px;
  color: #433924;
}

.SearchPage .BookCard > a > .cover > .BookCover {
  width: 80px !important;
}

.SearchPage .BookCard > a > .info > h1 {
  max-width: 100%;
}

.SearchPage .authorResult > a {
  display: -ms-flexbox;
  display: flex;
  -webkit-tap-highlight-color: rgba(248, 248, 248, 0.5);
  text-decoration: none;
  -ms-flex-direction: row;
  flex-direction: row;
}

.SearchPage .authorResult > a > .AuthorImage > svg {
  width: 80px;
  height: 80px;
}

.SearchPage .authorResult > a > .info {
  margin-left: 20px;
  text-align: left;
}

.SearchPage .authorResult > a > .info > h1 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

.SubthreadPage > h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
  padding-bottom: 20px;
}

.SubthreadPage .lotteryLink {
  font-size: 16px;
}

.SubthreadPage .DiscussionGroup {
  padding-bottom: 20px;
}

.TopicPage > .ContentBlock.-shadow + .ContentBlock {
  padding-bottom: 0;
}

.TopicPage > .ContentBlock > .content > .Discussion > .Dispenser > .moreButton {
  margin-bottom: 40px;
}

.TopicPage .DiscussionGroup {
  padding-bottom: 20px;
}

.TopicPage > .SubthreadList > li {
  margin: 0 20px;
}

.grid__bookList {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.grid__bookList > * {
  width: 100%;
}

@media (min-width: 480px) {
  .grid__bookList__v1 {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 6);
  }

  .grid__bookList__v1 > * {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .grid__bookList__v1,
  .grid__bookList__v2 {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 4);
  }

  .grid__bookList__v1 > *,
  .grid__bookList__v2 > * {
    width: 100%;
  }

  .grid__bookList__v1 > .bookList,
  .grid__bookList__v2 > .bookList {
    height: 100%;
    box-sizing: border-box;
  }
}

.grid__bookList > .bookList {
  background: white;
  padding: 13px;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.grid__bookList > .bookList > .list {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 13px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.grid__bookList > .bookList > .list > .ListCard {
  width: 100%;
  max-width: calc(320px - 26px);
  text-decoration: none;
  padding: 0 13px;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid__bookList > .bookList > .list > .ListCard > .bookList {
  width: auto;
}

.grid__bookList > .bookList > .list > .ListCard ul {
  position: relative;
  line-height: 0;
  width: 100%;
}

.grid__bookList > .bookList > .list > .ListCard ul > li {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-right: -25px;
}

.grid__bookList > .bookList > .list > .ListCard ul > li > img {
  vertical-align: bottom;
  border-right: 5px solid #ECEBE9;
  -ms-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 15px -6px rgba(0, 0, 0, 0.5);
}

.grid__bookList > .bookList > .list > .ListCard .name {
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px 0;
  color: #0088CC;
  font-weight: 400;
  max-width: 100%;
  max-height: 52px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.grid__bookList > .bookList > .list > .ListCard .name:hover {
  color: #33a0d6;
  text-decoration: underline;
}

.grid__bookList > .bookList.krimi-thriller {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.fantasy {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.romane {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.liebesroman {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.jugendbuch {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.historische-romane {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.sachbuch {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.science-fiction {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.kinderbuch {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.klassiker {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.comic {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.humor {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.biografie {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.gedichte-drama {
  background: white;
  background-size: cover;
}

.grid__bookList > .bookList.erotische-literatur {
  background: white;
  background-size: cover;
}

.grid__bookList__v1 > .bookList > .list {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  overflow-x: hidden;
}

.grid__bookList__v1 > .bookList > .list > .listItem {
  text-align: center;
}

@media (min-width: 480px) {
  .grid__bookList__v1 > .bookList > .list {
    overflow-x: hidden;
    padding: 13px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex: 1 auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .grid__bookList__v1 > .bookList > .list > .ListCard {
    display: block;
    margin: 0;
    padding: 0 13px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .grid__bookList__v1 > .bookList > .list > .ListCard > .bookList {
    width: auto;
  }

  .grid__bookList__v1 > .bookList > .list > .ListCard ul {
    position: relative;
  }

  .grid__bookList__v1 > .bookList > .list > .ListCard ul > li {
    margin-right: 0;
  }

  .grid__bookList__v1 > .bookList > .list > .ListCard ul > li:nth-of-type(2),
  .grid__bookList__v1 > .bookList > .list > .ListCard ul > li:nth-of-type(3) {
    position: absolute;
    bottom: 0;
  }

  .grid__bookList__v1 > .bookList > .list > .ListCard ul > li:nth-of-type(2) {
    left: 58%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .grid__bookList__v1 > .bookList > .list > .ListCard ul > li:nth-of-type(3) {
    right: 0;
  }

  .grid__bookList__v1 > .bookList > .list > .ListCard .name {
    font-size: 15px;
    line-height: 20px;
  }

  .grid__bookList__v1 > .bookList > .list > .listItem {
    text-align: left;
  }

  .grid__bookList > .bookList {
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .grid__bookList__v2 > .bookList > .list {
    overflow-x: hidden;
    padding: 13px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex: 1 auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .grid__bookList__v2 > .bookList > .list > .ListCard {
    display: block;
    margin: 0;
    padding: 0 13px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .grid__bookList__v2 > .bookList > .list > .ListCard > .bookList {
    width: auto;
  }

  .grid__bookList__v2 > .bookList > .list > .ListCard ul {
    position: relative;
  }

  .grid__bookList__v2 > .bookList > .list > .ListCard ul > li {
    margin-right: 0;
  }

  .grid__bookList__v2 > .bookList > .list > .ListCard ul > li:nth-of-type(2),
  .grid__bookList__v2 > .bookList > .list > .ListCard ul > li:nth-of-type(3) {
    position: absolute;
    bottom: 0;
  }

  .grid__bookList__v2 > .bookList > .list > .ListCard ul > li:nth-of-type(2) {
    left: 58%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .grid__bookList__v2 > .bookList > .list > .ListCard ul > li:nth-of-type(3) {
    right: 0;
  }

  .grid__bookList__v2 > .bookList > .list > .ListCard .name {
    font-size: 15px;
    line-height: 20px;
  }

  .grid__bookList__v2 > .bookList > .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid__bookList__v2 > .bookList > .list > .listItem {
    padding: 26px 0 0 0;
  }

  .grid__bookList__v3 > .bookList > .list {
    overflow-x: hidden;
    padding: 13px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex: 1 auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .grid__bookList__v3 > .bookList > .list > .ListCard {
    display: block;
    margin: 0;
    padding: 0 13px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .grid__bookList__v3 > .bookList > .list > .ListCard > .bookList {
    width: auto;
  }

  .grid__bookList__v3 > .bookList > .list > .ListCard ul {
    position: relative;
  }

  .grid__bookList__v3 > .bookList > .list > .ListCard ul > li {
    margin-right: 0;
  }

  .grid__bookList__v3 > .bookList > .list > .ListCard ul > li:nth-of-type(2),
  .grid__bookList__v3 > .bookList > .list > .ListCard ul > li:nth-of-type(3) {
    position: absolute;
    bottom: 0;
  }

  .grid__bookList__v3 > .bookList > .list > .ListCard ul > li:nth-of-type(2) {
    left: 58%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .grid__bookList__v3 > .bookList > .list > .ListCard ul > li:nth-of-type(3) {
    right: 0;
  }

  .grid__bookList__v3 > .bookList > .list > .ListCard .name {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (min-width: 996px) {
  .grid__bookList > .bookList > .list > .listItem:hover > .title {
    color: #33a0d6;
  }
}

.grid__bookList > .bookList > .header {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ECEBE9;
}

.grid__bookList > .bookList > .header > h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #403c32;
}

.grid__bookList > .bookList > .header > h2 > a {
  display: block;
  color: #0088CC;
  text-decoration: none;
}

.grid__bookList > .bookList > .header > .subLine {
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .grid__bookList > .bookList > .header > h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .grid__bookList > .bookList > .header > h2 > a:hover {
    color: #33a0d6;
    text-decoration: underline;
  }

  .grid__bookList > .bookList > .header > .subLine {
    font-size: 18px;
  }
}

.grid__bannerSlider > .bannerSlider {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.grid__bannerSlider > .bannerSlider .slide {
  width: 100%;
  white-space: normal;
  display: -ms-flexbox;
  display: flex;
}

.grid__bannerSlider > .bannerSlider .slide > a {
  display: block;
}

.grid__bannerSlider > .bannerSlider .slide > a > .Image {
  width: 100%;
  display: block;
}

.grid__bannerSlider > .bannerSlider .control-arrow {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: 50%;
  background: white;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -ms-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  box-shadow: 0 0 0 1px rgba(135, 132, 125, 0.15);
  border-radius: 50%;
}

.grid__bannerSlider > .bannerSlider .control-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 40px;
  text-align: center;
  display: block !important;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cc6b42 !important;
  border-left: 2px solid #cc6b42 !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
}

.grid__bannerSlider > .bannerSlider .control-arrow.control-prev {
  left: 26px;
}

.grid__bannerSlider > .bannerSlider .control-arrow.control-prev::before {
  margin: 0px 1px !important;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.grid__bannerSlider > .bannerSlider .control-arrow.control-next {
  right: 26px;
}

.grid__bannerSlider > .bannerSlider .control-arrow.control-next::before {
  margin: 0px -1px !important;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg);
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}

@media (min-width: 768px) {
  .grid__bannerSlider > .bannerSlider {
    overflow: hidden;
  }

  .grid__bannerSlider > .bannerSlider:hover .control-arrow {
    display: block;
  }

  .grid__bannerSlider > .bannerSlider .control-arrow:hover {
    background: #cc6b42;
  }

  .grid__bannerSlider > .bannerSlider .control-arrow:hover::before {
    border-top: 2px solid white !important;
    border-left: 2px solid white !important;
  }
}

.grid__readingState > .readingStatesSearch {
  position: relative;
  background: url(/assets/4b3822061fa80fa553b3649b4fec836f.jpg) no-repeat center;
  background-size: cover;
  height: 350px;
  margin: 4px;
  max-width: calc(100% - 8px);
  border: none;
  padding: 0;
  border-radius: 4px;
}

.grid__readingState > .readingStatesSearch > .searchContainer {
  text-align: center;
  position: absolute;
  width: calc(100% - 13px * 4);
  left: 50%;
  top: 50%;
  padding: 26px 13px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.grid__readingState > .readingStatesSearch > .searchContainer > p {
  font-weight: 400;
  color: #403c32;
}

.grid__readingState > .readingStatesSearch > .searchContainer > .headline {
  font-size: 30px;
  line-height: 37px;
  margin: 0 0 13px;
}

.grid__readingState > .readingStatesSearch > .searchContainer > .subLine {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 26px;
}

.grid__readingState > .readingStatesSearch > .searchContainer .Input {
  max-width: 240px;
  margin: 0 auto;
}

.grid__readingState > .readingStatesSearch > .searchContainer .Input > .field {
  background: #ffffff;
  border-radius: 0;
}

.MyReadingStateSlider .BookCover {
  width: 100px;
}

.FriendsReadingStateSlider {
  margin-top: 13px;
}

.FriendsReadingStateSlider .BookCover > .ResponsiveImage {
  width: 60px;
}

.MyReadingStateSlider > .header,
.FriendsReadingStateSlider > .header {
  margin: 0 13px;
  padding-bottom: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ECEBE9;
}

.MyReadingStateSlider > .header > h2,
.FriendsReadingStateSlider > .header > h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #403c32;
}

.MyReadingStateSlider .InfiniteSlider,
.FriendsReadingStateSlider .InfiniteSlider {
  padding: 0 0 0 9px;
}

.MyReadingStateSlider .InfiniteSlider::after,
.FriendsReadingStateSlider .InfiniteSlider::after {
  font-size: 1px;
}

.MyReadingStateSlider .readingStatesSearch,
.FriendsReadingStateSlider .readingStatesSearch {
  position: relative;
  -ms-flex: none;
  flex: none;
  width: 100%;
  max-width: 260px;
  text-align: center;
  background: #fbfbfb;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  border-left: 4px solid #fa8c25;
}

.MyReadingStateSlider .readingStatesSearch > .searchContainer > .headline,
.FriendsReadingStateSlider .readingStatesSearch > .searchContainer > .headline {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.MyReadingStateSlider .readingStatesSearch > .searchContainer > .subLine,
.FriendsReadingStateSlider .readingStatesSearch > .searchContainer > .subLine {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 26px;
}

.MyReadingStateSlider .InfiniteSlider > .FriendsReadingStateSlider,
.MyReadingStateSlider .InfiniteSlider > .ReadingStateCard,
.MyReadingStateSlider .InfiniteSlider > .readingStatesSearch,
.FriendsReadingStateSlider .InfiniteSlider > .FriendsReadingStateSlider,
.FriendsReadingStateSlider .InfiniteSlider > .ReadingStateCard,
.FriendsReadingStateSlider .InfiniteSlider > .readingStatesSearch {
  margin: 4px 22px 4px 4px;
}

.MyReadingStateSlider .InfiniteSlider > .ReadingStateCard.ActivityBox,
.MyReadingStateSlider .InfiniteSlider > .FriendReadingStateCard,
.FriendsReadingStateSlider .InfiniteSlider > .ReadingStateCard.ActivityBox,
.FriendsReadingStateSlider .InfiniteSlider > .FriendReadingStateCard {
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  max-width: 260px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-height: 178px;
}

.MyReadingStateSlider .SliderNav,
.FriendsReadingStateSlider .SliderNav {
  top: 60%;
}

.MyReadingStateSlider .SliderNav.-prev,
.FriendsReadingStateSlider .SliderNav.-prev {
  left: 13px;
}

.MyReadingStateSlider .SliderNav.-next,
.FriendsReadingStateSlider .SliderNav.-next {
  right: 13px;
}

@media (min-width: 480px) {
  .grid__readingState > .readingStatesSearch {
    background: url(/assets/6c358adb9beec408773eab60b88219f8.jpg) no-repeat center;
    background-size: cover;
  }

  .grid__readingState > .readingStatesSearch > .searchContainer {
    width: calc(100% - 13px * 8);
    padding: 26px;
  }
}

@media (min-width: 768px) {
  .grid__readingState > .readingStatesSearch {
    background: url(/assets/38e0ea4698e3f3729b06846814ec5b2f.jpg) no-repeat center;
    background-size: cover;
    margin: 4px 57px;
  }

  .grid__readingState > .readingStatesSearch > .searchContainer {
    width: 564px;
    padding: 52px;
  }

  .grid__readingState > .readingStatesSearch > .searchContainer > .headline {
    font-size: 45px;
    line-height: 52px;
  }

  .grid__readingState > .readingStatesSearch > .searchContainer > .subLine {
    font-size: 22px;
    line-height: 29px;
  }

  .FriendsReadingStateSlider {
    margin-top: 26px;
  }

  .MyReadingStateSlider > .header,
  .FriendsReadingStateSlider > .header {
    margin-right: 53px;
    margin-left: 53px;
  }

  .MyReadingStateSlider > .header > h2,
  .FriendsReadingStateSlider > .header > h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .MyReadingStateSlider .InfiniteSlider,
  .FriendsReadingStateSlider .InfiniteSlider {
    margin: 0 53px;
    padding: 0;
  }
}

.grid__suggestedFriends > .suggestedFriends > .header {
  margin: 0 13px;
  padding-bottom: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ECEBE9;
}

.grid__suggestedFriends > .suggestedFriends > .header > h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #403c32;
}

@media (min-width: 768px) {
  .grid__suggestedFriends > .suggestedFriends > .header {
    margin-right: 53px;
    margin-left: 53px;
  }

  .grid__suggestedFriends > .suggestedFriends > .header > h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

.grid__suggestedFriends .SliderNav {
  top: 60%;
}

.grid__suggestedFriends .SliderNav.-prev {
  left: 13px;
}

.grid__suggestedFriends .SliderNav.-next {
  right: 13px;
}

.grid__suggestedFriends .Slider {
  padding: 0;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
}

.grid__suggestedFriends .Slider::after {
  content: '.';
  opacity: 0;
  font-size: 1px;
}

@media (min-width: 768px) {
  .grid__suggestedFriends > .suggestedFriends .Slider {
    padding: 0;
    margin: 0 53px;
  }
}

@media (min-width: 996px) {
  .grid__suggestedFriends > .suggestedFriends .Slider > .FriendCard > .follow:hover {
    color: #D68968;
  }
}

.UserHomePage {
  padding-top: 0;
}

.UserHomePage > .grid__bannerSlider {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
  padding: 0 0 13px;
}

.UserHomePage > .grid__bannerSlider > * {
  width: 100%;
}

.UserHomePage > .grid__group__dashboard {
  position: relative;
  background: #F3F2F0 url(/assets/5371f8e8f9f7ccc1278e9aada8a42505.jpg) no-repeat top center;
  background-size: cover;
  margin: 43px 0 13px;
  padding: 30px 0 26px;
  -ms-box-shadow: inset 0 0 0 1px #ECEBE9;
  -o-box-shadow: inset 0 0 0 1px #ECEBE9;
  box-shadow: inset 0 0 0 1px #ECEBE9;
}

.UserHomePage > .grid__group__dashboard > .userAvatar {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.UserHomePage > .grid__group__dashboard > .userAvatar > .Avatar {
  vertical-align: middle;
  background-color: #87847D;
  overflow: hidden;
}

.UserHomePage > .grid__group__dashboard > .userAvatar > .userLink {
  display: inline-block;
  max-width: 60px;
  max-height: 60px;
}

.UserHomePage > .grid__group__dashboard > .userAvatar > .userLink > img {
  width: 100%;
  height: auto;
}

.UserHomePage > .grid__group__dashboard > .grid__readingState {
  position: relative;
  width: 100%;
  padding: 13px 0;
}

.UserHomePage > .grid__group__dashboard > .grid__suggestedFriends {
  min-height: 215px;
  position: relative;
  width: 100%;
  padding: 13px 0;
}

.UserHomePage > .grid__lotterySlider {
  position: relative;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 12 * 12);
}

.UserHomePage > .grid__lotterySlider > * {
  width: 100%;
}

.UserHomePage .ReviewStream .dropDown li:last-child > button {
  position: relative;
  padding-left: 40px !important;
}

.UserHomePage .ReviewStream .dropDown li:last-child > button .CommonIcon {
  height: 26px;
  width: 26px;
  color: #0088CC;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -13px;
}

.UserHomePage .ReviewStream .dropDown li:last-child > button.-active .CommonIcon {
  color: #ffffff;
}

@media (min-width: 768px) {
  .UserHomePage {
    padding-top: 13px;
  }

  .UserHomePage > .grid__bannerSlider {
    padding: 13px;
  }

  .UserHomePage > .grid__group__dashboard {
    margin: 58px 13px 13px;
    padding-top: 45px;
  }

  .UserHomePage > .grid__group__dashboard > .userAvatar {
    top: -45px;
  }

  .UserHomePage > .grid__group__dashboard .userAvatar > .userLink {
    max-width: 90px;
    max-height: 90px;
  }

  .UserHomePage > .grid__group__dashboard > .grid__readingState,
  .UserHomePage > .grid__group__dashboard > .grid__suggestedFriends {
    position: relative;
    padding: 13px;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 12 * 12);
  }

  .UserHomePage > .grid__group__dashboard > .grid__readingState > *,
  .UserHomePage > .grid__group__dashboard > .grid__suggestedFriends > * {
    width: 100%;
  }
}

.UserLibraryPage {
  margin-bottom: -20px;
}

.UserLibraryPage > header {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.UserLibraryPage > header > .Avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.UserLibraryPage > header > h1 {
  font-size: 18px;
  margin-left: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.UserLibraryPage .Dispenser > .list > .ReadingStateCard {
  width: 100%;
}

.UserLibraryPage .Dispenser > .list > .ReadingStateCard .BookCover {
  width: 100px;
}

.UserLibraryPage .SearchForm {
  background: white;
}

.UserLibraryPage .SearchForm > fieldset > .Input > .field.-search {
  padding-right: 40px;
  border-bottom: 1px solid #403c32;
}

.UserProfilePage.-blocked {
  margin-bottom: -20px;
}

.UserProfilePage > .userHeader > .header > .content {
  text-align: center;
}

.UserProfilePage > .userHeader > .header > .content > .userInfo > h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 0;
}

.UserProfilePage > .userHeader > .header > .content > .userInfo > .registrationDate {
  margin: 0;
}

.UserProfilePage > .userHeader > .challenges {
  padding: 15px 20px;
  text-align: center;
}

.UserProfilePage > .userHeader > .challenges > .Link {
  font-size: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

.UserProfilePage > .userHeader > .challenges > .Link > img {
  max-height: 56px;
}

.UserProfilePage > .userHeader > .userStats {
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  background: #f8f4e9;
  padding: 15px 10px;
  -ms-flex-pack: center;
  justify-content: center;
}

.UserProfilePage > .userHeader > .userStats > p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 20px;
  text-decoration: none;
  color: rgba(67, 57, 36, 0.8);
  -webkit-tap-highlight-color: rgba(248, 248, 248, 0.5);
}

.UserProfilePage > .userHeader > .userStats > p:nth-child(1) {
  padding-left: 10px;
}

.UserProfilePage > .userHeader > .userStats > p:nth-child(2) {
  border-left: 1px solid #ece0c2;
  border-right: 1px solid #ece0c2;
}

.UserProfilePage > .userHeader > .userStats > p:nth-child(3) {
  padding-right: 10px;
}

.UserProfilePage > .userHeader > .userStats > p > strong {
  display: block;
  font-size: 16px;
  color: #433924;
}

.UserProfilePage > .userHeader > .userStats + .Link {
  display: block;
  padding: 20px;
  text-align: right;
}

.UserProfilePage > .userHeader > .Details + .Link {
  display: block;
  padding: 0 20px 20px;
  text-align: right;
}

.UserProfilePage > .ContentBlock > .content > .Slider > .readingStatesSearch {
  -ms-flex: none;
  flex: none;
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  margin-top: 4px;
  border-left: 4px solid #fa8c25;
}

.UserProfilePage > .ContentBlock > .content > .Slider > .readingStatesSearch .Input {
  padding: 10px 0;
}


/*# sourceMappingURL=App-ab26ab.css.map*/