html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Verdana', 'sans-serif';
}
body {
  display: flex;
  flex-direction: row;
}
a {
  color: white;
}
a:hover {
  opacity: 0.5;
}
.left-panel {
  background-color: #322e3d;
  color: white;
  width: 30%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
.socials {
  display: flex;
  flex-direction: row;
  max-width: 250px;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
}
.right-panel {
  background-color: #1f1f1f;
  /*rgb(66, 60, 82);*/
  color: white;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  flex-grow: 1;
}
.content {
  padding: 1em;
}
.image-wrapper img {
  width: 100%;
  max-width: 100px;
  border-radius: 100px;
}
.image-wrapper {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1,
.newsletter-title {
  text-align: center;
  padding: 0.5em;
  font-size: 150%;
}
.newsletter-title {
  font-size: 110%;
  margin-bottom: 0;
}
.vita,
.newsletter-text,
.vita-alternative {
  font-size: 90%;
  text-align: justify;
  padding: 1em;
  color: #e9e1ff;
}
.newsletter-text {
  text-align: center;
}
.book-entry {
  border-bottom: 1px solid white;
  padding-left: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.book-entry:last-child {
  border-bottom: none;
}
.book-image-wrapper img {
  width: 100%;
  margin-top: 1em;
  width: 200px;
}
.book-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: start;
}
.book-content {
  padding: 1em;
}
h3.main-title {
  margin: 0;
  font-size: 180%;
  margin-bottom: 0.5em;
}
h3.subtitle {
  font-size: 100%;
}
.description {
  /*color: rgb(233, 225, 255);*/
  text-align: justify;
}
.description:first-child {
  margin-top: 0;
}
.meta {
  font-size: 80%;
  font-style: italic;
  margin: 0.2em;
}
.cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cta-button {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  background-color: #322e3d;
  /* from left panel */
  width: fit-content;
  text-decoration: none;
  padding: 0.4em;
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
  /*
    &.amazon-cta{
        border-color: #ff9900;
        color: #ff9900;
        
    }

    &.thalia-cta{
        border-color: rgb(0, 160, 75);
        color: rgb(0, 160, 75);
    }

    &.storyone-cta{
        border-color: rgb(201, 42, 57);
        color: rgb(201, 42, 57);
    }

    &.cta-logo{
        padding:10px;
        width: 100px;
        height: 40px;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        img{
            max-width: 100%;
            max-height: 100%;
        }
    }
    */
}
.teaser {
  text-align: center;
  font-size: 90%;
  padding: 1em;
}
.footer {
  background-color: #181818;
  color: #e2e2e2;
  font-size: 80%;
  display: flex;
  padding: 1em;
}
@media (max-width: 620px) {
  .footer {
    flex-direction: column;
  }
  .imprint {
    margin-bottom: 1em;
  }
}
.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.imprint {
  flex-basis: 50%;
}
.footer-content p {
  margin: 0;
}
h4 {
  margin-top: 0;
}
.vita-alternative,
.newsletter-alternative {
  display: none;
}
@media all and (max-width: 960px) {
  body {
    flex-direction: column;
  }
  .left-panel {
    width: 100%;
    max-width: none;
  }
  .profile-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0em 2em 1em 2em;
  }
  .vita,
  .newsletter-primary {
    display: none !important;
  }
  .vita-alternative,
  .newsletter-alternative {
    display: block;
  }
  .image-wrapper {
    margin-left: 1em;
    flex-grow: 1;
  }
  .right-panel {
    width: 100%;
    overflow-y: visible;
  }
  .newsletter-wrapper {
    display: flex;
    flex-direction: row;
  }
  .newsletter-title {
    margin-top: 0.2em;
  }
  .newsletter-text {
    text-align: left;
  }
}
@media all and (max-width: 770px) {
  .book-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.cta-leseprobe .cta-button,
.cta-links .cta-button {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  width: auto;
}
.main-link {
  text-decoration: none;
}
.subpage .image-wrapper img {
  max-width: 100px;
}
.subpage {
  padding-bottom: 10px;
}
.breadcrumb-link {
  padding-left: 1em;
  font-size: 80%;
  margin-bottom: 10px;
  display: block;
}
.title-leseprobe,
.title-links {
  text-align: center;
}
.cta-button-reihe {
  font-size: 60%;
  float: right;
}
.cta-links .cta-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  max-width: 400px;
}
.cta-links .cta-button .link-image {
  max-width: 100%;
  max-height: 150px;
  margin-right: 10px;
}
.cta-links .cta-button .link-title {
  width: 100%;
  text-align: center;
}
.cta-links .cta-button .link-genre {
  display: block;
  padding-top: 10px;
  font-size: 80%;
}
.cta-links-center .cta-button {
  justify-content: center;
}
.feedback-block {
  font-style: italic;
}
.link-list .link-entry {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  background-color: #322e3d;
  /* from left panel */
  width: fit-content;
  text-decoration: none;
  padding: 0.4em;
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
  /*
    &.amazon-cta{
        border-color: #ff9900;
        color: #ff9900;
        
    }

    &.thalia-cta{
        border-color: rgb(0, 160, 75);
        color: rgb(0, 160, 75);
    }

    &.storyone-cta{
        border-color: rgb(201, 42, 57);
        color: rgb(201, 42, 57);
    }

    &.cta-logo{
        padding:10px;
        width: 100px;
        height: 40px;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        img{
            max-width: 100%;
            max-height: 100%;
        }
    }
    */
  font-size: 90%;
}
.leseprobe-content {
  background-color: #322e3d;
  border-radius: 5px;
  padding: 0.8em;
}
.leseprobe-content p {
  text-indent: 0.7em;
}
.leseprobe-content p:first-child {
  margin-top: 0;
}
.leseprobe-content p:last-child {
  margin-bottom: 0;
}
#show-privacy-policy {
  cursor: pointer;
}
.modal-background {
  position: absolute;
  z-index: 1;
  background-color: #000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.privacy-policy-modal {
  display: none;
  z-index: 3;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  left: 0;
  right: 0;
  height: fit-content;
  top: 20%;
  background-color: #322e3d;
  color: white;
  padding: 1em;
  border: 1px solid black;
  border-radius: 3px;
  font-size: 90%;
}
.privacy-policy-title {
  font-size: 150%;
  margin-bottom: 1em;
  font-weight: bold;
}
.all-sections-wrapper {
  display: flex;
  flex-direction: column;
}
.all-sections-wrapper .section-wrapper {
  margin-top: 20px;
}
.all-sections-wrapper .section-wrapper:nth-child(1) {
  margin-top: 0px;
}
@media all and (max-width: 960px) {
  .all-sections-wrapper .section-header {
    text-align: center;
  }
}
@media all and (max-width: 960px) {
  .all-sections-wrapper .press-container {
    text-align: center;
  }
}
.all-sections-wrapper .book-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
@media all and (max-width: 960px) {
  .all-sections-wrapper .book-row {
    justify-content: center;
  }
}
.all-sections-wrapper .book-row .book-col {
  width: 200px;
  position: relative;
  padding: 10px;
}
.all-sections-wrapper .book-row .book-col .book-col-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.all-sections-wrapper .book-row .book-col .book-col-text-wrapper .book-col-title {
  font-weight: bold;
  margin-top: 5px;
}
.all-sections-wrapper .book-row .book-col .book-col-text-wrapper .book-col-subtitle {
  font-size: 90%;
  font-style: italic;
}
.all-sections-wrapper .book-row .book-col .book-col-text-wrapper .book-col-shop-links {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  font-size: 90%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.all-sections-wrapper .book-row .book-col .book-col-text-wrapper .book-col-shop-links .book-col-shop-link {
  padding-right: 5px;
}
.all-sections-wrapper .book-row .book-col .book-col-text-wrapper .book-col-link {
  margin-top: 10px;
}
.all-sections-wrapper .section-header {
  color: #e9e1ff;
}
