html {
  scroll-behavior: smooth;
}
/* PAGE MAIN COLOURS */
/* PAGE BREAKS */
/* LAYOUT BREAK POINTS */
section#recent-books h3 {
  margin: 0 0 0 0;
  font-size: 40px;
  padding: 0;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: none;
  letter-spacing: initial;
}
section {
  position: relative;
}
section .inner {
  max-width: 100%;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
@media screen and (min-width: 1200px) {
  section .inner {
    padding: 0 50px;
  }
}
section.transparent-bg {
  position: relative;
}
section.transparent-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(250, 250, 250, 0.6);*/
  pointer-events: none;
}
section .owl-carousel {
  position: static;
}
section .owl-carousel .owl-nav {
  height: 0;
  display: none;
}
@media screen and (min-width: 1200px) {
  section .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
  }
}
section .owl-carousel .owl-nav .owl-prev li:before {
  position: absolute;
  z-index: 3;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section .owl-carousel .owl-nav .owl-next li:before {
  position: absolute;
  z-index: 3;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section .owl-carousel .owl-nav .fa {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  font-size: 50px;
}
section .owl-carousel::after {
  display: none;
}
section#authors {
  background-size: cover;
  background-position: center center;
}
section#authors .authors-inner {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  color: #1d2d2b;
}
section#authors .authors-inner p {
  font-size: 20px;
  font-weight: 300;
}
section#authors .authors-inner .am-img {
  width: 100%;
  height: auto;
}
section#authors .authors-inner .am-h2 p {
  margin: 0 0 0.5em 0;
  font-size: 36px;
  padding: 15px 0;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: none;
  letter-spacing: initial;
  color: var(--heading);
}
section#authors .authors-inner .am-h4 {
  font-size: 20px;
  color: #BFBFBE;
  letter-spacing: 5px;
  font-weight: 100;
}
section#authors .authors-inner .owl-next,
section#authors .authors-inner .owl-prev {
  color: #fff;
}

section#all-authors {
  color: #000;
  padding-bottom: 2em;
}
section#all-authors .fallback {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
section#all-authors .fallback img {
  opacity: 0;
}
section#all-authors .fallback .txt {
 color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
section#all-authors .am-img {
  width: 100%;
  height: auto;
}
#autor .letters {
  display: grid;
  grid-template-columns: repeat(13, auto);
  justify-content: start;
  gap: 8px;
}
#autor .am-letter {
  height: 30px;
  font-size: 16px;
  background-color: var(--hellgrau);
  padding-top: 4px;
  text-align: center;
  color: #1d2d2b;
  width: 30px;
  display: inline-block;
}
#autor .am-letter.active,
#autor .am-letter:hover,
#autor .am-letter:focus {
  background-color: var(--primary);
  color: var(--hellgrau);
}
#autor .letter_list:not(.empty) {
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 0;
  grid-template-areas: "letter list";
  margin-bottom: 2em;
}
#autor .letter_list h3 {
  grid-area: letter;
  color: var(--primary);
  font-size: 4em;
  font-weight: 100;
  z-index: 10;
  pointer-events: none;
}
#autor .letter_list .anchor {
  grid-area: letter;
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
#autor .letter_list ul {
  grid-area: list;
  column-count: 4;
  gap: 0;
}
#autor .letter_list ul li {
  break-inside: avoid;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0.2em 0.5em;
  background: var(--hellgrau);
  transition: padding 0.5s;
}
#autor .letter_list ul li a {
  display: block;
}
#autor .letter_list ul li:hover {
  padding-left: 0.8em;
  padding-right: 0.2em;
}
@media (max-width: 1200px) {
  #autor .letter_list ul {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  #autor .letters {
    grid-template-columns: repeat(9, auto);
  }
  #autor .letter_list ul {
    column-count: 2;
  }
}
@media (max-width: 600px) {
  #autor .letter_list ul {
    column-count: 1;
  }
}
@media (max-width: 400px) {
  #autor .letters {
    grid-template-columns: repeat(auto-fill, 30px);
  }
}

section#all-authors .am-span {
  color: #000;
  display: block;
}
section#all-authors .am-span-cat {
  color: #c44452;
}
section#all-authors .am-a {
  color: #c44452;
  border-color: #c44452;
  display: block;
  margin-top: 20px;
}
section#all-authors .am-a:hover {
  border-color: transparent;
}
section#all-authors .error {
  font-size: 30px;
  color: #c44452;
  display: block;
}
section#all-authors .search-field {
  outline: none;
  height: 30px;
  width: 100%;
  padding: 10px 40px 10px 20px;
  border-radius: 10px;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #723147;
}
section#all-authors .search-field:focus,
section#all-authors .search-field:hover,
section#all-authors .search-field:active {
  outline: none;
}
@media (min-width: 768px) {
  section#all-authors .col_new_margin {
    margin-right: 27%;
  }
}
section#all-authors .am-form {
  position: relative;
}
section#all-authors .am-form .btn-hidden {
  background: transparent;
  font-size: 0;
  line-height: 0;
  height: 20px;
  width: 20px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 500;
}
section#all-authors .am-form:before {
  font-family: 'themify';
  cursor: pointer;
  font-size: 20px;
  content: "\e610";
  width: 22px;
  position: absolute;
  height: 22px;
  right: 10px;
  top: 4px;
  color: #723147;
}

#autor .authors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media (max-width: 767px) {
  #autor .authors {
    grid-template-columns: 1fr;
  }
  #autor .author-box {
    max-width: 500px;
  }
}

#autor .author-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
  grid-auto-flow: row;
  grid-template-areas:
    "image"
    "name";
  background: var(--hellgrau);
  padding: 0.5em;
}

#autor .author-box .image {
  grid-area: image; 
}
#autor .author-box .image figure {
  line-height: 0; 
}

#autor .author-box .name {
  align-self: start;
  grid-area: name;
  font-weight: 100;
  transition: padding 0.5s;
}
#autor .author-box:hover .name {
  padding-left: 0.3em;
}

#autor .author-box .description {
  align-self: start;
  grid-area: description;
}

#autor .author-box .link {
  align-self: end;
  grid-area: link;
}

#autor .recent-books h4 p {
 color: var(--black);
}
#autor .recent-books + h4 {
 color: var(--black);
}
#autor .recent-books h3 p {
 color: var(--black);
  font-size: inherit;
  margin: inherit;
  line-height: inherit;
}
#autor .recent-books .authors {
  margin-bottom: 100px;
}

.single-autor #main .wrapper-1000, .single-autor #main > section {
  max-width: 934px;
  margin: auto;
}
@media (max-width: 960px) {
  .single-autor #main .wrapper-1000,
  .single-autor #main .wrapper-1000 .row {
    max-width: 100%;
  }
  .single-autor #main > section {
    max-width: calc(100% - 50px);
  }
}

section#author {
  color: #000;
}
section#author figure {
  line-height: 1em;
}
section#author .am-img {
  width: 100%;
  height: auto;
}
section#author .am-h1 {
  color: #1d2d2b;
  font-size: 20px;
}
section#author .am-h2 {
  color: #c44452;
  font-size: 36px;
}
section#author .am-h3 {
  color: #c44452;
  font-size: 36px;
  margin: 40px 0;
}
section#author .am-h4 {
  color: #1d2d2b;
  font-size: 20px;
  font-weight: 100;
}
section#author .am-p {
  color: #000;
}
section#author .am-link {
  color: #c44452;
  transition: all 1s;
  -webkit-transition: all 1s;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #c44452;
  line-height: 1.3em;
}
section#author .am-link:hover,
section#author .am-link:focus {
  border-bottom-color: transparent;
}
section#author figure ~ .sp-meeting {
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
  font-weight: 300;
}
section#author figure ~ .sp-meeting .sp-header {
  font-size: 20px;
}
section#author figure ~ .sp-meeting .sp-meeting-date {
  color: #723147;
}
section#author figure ~ .sp-meeting .sp-more {
  text-decoration: underline;
  color: #723147;
}
section#author figure ~ .sp-meeting .sp-meeting-content {
  padding: 0;
  margin: 0 0 10px 0;
}
section#author .sp-meeting {
  background-color: var(--hellgrau);
}
section#related-authors .related-authors-inner {
  color: #000;
  background-color: var(--hellgrau);
  margin-top: 20px;
  padding: 20px;
}
section#related-authors .related-authors-inner figure {
  /*max-height: 300px;*/
  overflow: hidden;
}
section#related-authors .am-img {
  width: 100%;
  height: auto;
}
section#related-authors .am-letter {
  color: #000;
  display: inline;
  padding: 0 2px;
  font-size: 14px;
}
section#related-authors .am-letter.active,
section#related-authors .am-letter:hover,
section#related-authors .am-letter:focus {
  color: #c44452;
  font-size: 150%;
}
section#related-authors .am-span {
  color: #000;
  display: block;
}
section#related-authors .am-span-cat {
  color: #c44452;
}
section#related-authors .am-a {
  color: #c44452;
  border-color: #c44452;
  display: block;
}
section#related-authors .am-a:hover {
  border-color: transparent;
}
section#related-authors .am-h2 {
  margin: 10px 0 20px 0;
  color: #723147;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.3em;
}
section#related-authors .error {
  font-size: 30px;
  color: #c44452;
  display: block;
}
section#related-authors .related-back-btn {
  width: 100%;
  text-align: right;
  margin-top: 40px;
}
section#related-authors .related-back-btn a {
  text-decoration: none;
  outline: 0 !important;
  border-bottom: 1px solid #723147;
  color: #723147;
}
@media (min-width: 768px) {
  section#related-authors .col_3:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  section#related-authors .col_3 {
    width: 50%;
  }
}
@media (max-width: 400px) {
  section#related-authors .col_3 {
    width: 100%;
  }
}
section .row {
  display: flex;
  flex-flow: row wrap;
}
section .row .col_4:nth-child(3n+0) {
  margin-right: 0;
}
section .shop-content .col_1,
section .shop-content .col_2,
section .shop-content .col_3,
section .shop-content .col_4,
section .shop-content .col_5,
section .shop-content .col_6,
section .shop-content .col_7,
section .shop-content .col_8,
section .shop-content .col_9,
section .shop-content .col_10,
section .shop-content .col_11,
section .shop-content .col_12 {
  margin: 5px 2% 5px 0;
  float: left;
  word-break: break-word;
  hyphens: auto;
  position: relative;
}
@media all and (max-width: 767px) {
  section .shop-content .col_4 {
    width: 32%;
  }
}
@media all and (max-width: 640px) {
  section .shop-content .col_4 {
    width: 49%;
    margin-right: 2%;
  }
  section .shop-content .col_4:nth-child(3n+0) {
    margin-right: 2%;
  }
  section .shop-content .col_4:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media all and (max-width: 400px) {
  section .shop-content .col_4 {
    width: 100%;
    margin: 5px 2% !important;
  }
}


.liebeserklaerung {
  position: relative;
  border: 2rem #c73543 solid;
  padding: 1rem;
  margin: 1rem;
}
.col_12 .liebeserklaerung {
  max-width: 45rem;
  margin: 3rem auto;
}
.liebeserklaerung h4 {
  font-family: "Jost* Heavy", sans-serif;
  font-weight: 800;
  float: right;
  text-transform: uppercase;
  letter-spacing: 9px;
  font-size: 2rem;
  line-height: 1.3;

  color: #c73543;
  background: white;

  margin-right: -3.6rem;
  margin-top: -3.6rem;
  padding: 0 0 1rem 1rem;
}
.liebeserklaerung h4 a {
  color: inherit;
}
.liebeserklaerung h4 em {
  font-style: normal;
  color: #992934;
}
@media (max-width: 767px) { /* mobile fixes */
  .liebeserklaerung {
    margin-left: 0;
    margin-right: 0;
  }
  .liebeserklaerung h4 {
    font-size: 1.5rem;
    margin-top: -3.4rem;
  }
}