* {
  padding: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 0;
  outline: 0 none;
}

.clearfix:after, body main .dateMeta:after, body main .entryWide:after, body main .entry:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.boxed, body footer, body main, body aside.stage, body .header-wrapper header {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.nopadding {
  padding: 0 !important;
}

strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

i {
  margin-right: 5px !important;
}

#colorbox.advgb_lightbox #cboxTitle {
  bottom: 0 !important;
  white-space: inherit !important;
  transform: translateY(100%);
  padding-top: 10px;
}

body {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: 100vw;
  overflow: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #1D1D1D;
}
body h1 {
  color: #9E0202;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 25px;
}
body h2 {
  color: #9E0202;
  font-size: 20px;
  line-height: 26px;
}
body h3 {
  color: #1D1D1D;
  font-size: 20px;
}
body a {
  color: #9E0202;
}
body a:hover {
  text-decoration: none;
}
body .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
}
body .header-wrapper header {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: flex;
  background: white;
  height: 82px;
  width: 100%;
}
body .header-wrapper header.scrolled {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
body .header-wrapper header a.logo {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  flex: 0 1 550px;
  padding: 20px 40px;
  background: #9E0202;
}
body .header-wrapper header a.logo img {
  width: 100%;
  height: auto;
}
body .header-wrapper header nav {
  flex: 1;
  border-bottom: 1px solid #D8D8D8;
}
body .header-wrapper header ul {
  list-style: none;
  margin: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding: 0;
}
body .header-wrapper header ul li {
  display: inline-block;
  position: relative;
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
body .header-wrapper header ul li a {
  position: relative;
  padding: 28px 0;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #1D1D1D;
  font-weight: bold;
  border-right: 1px solid #D8D8D8;
}
body .header-wrapper header ul li a:after {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #9E0202;
}
body .header-wrapper header ul li a:hover:after {
  height: 6px;
}
body .header-wrapper header ul li.current-menu-item a, body .header-wrapper header ul li.current-page-ancestor a {
  color: #9E0202;
}
body .header-wrapper header ul li.current-menu-item a:after, body .header-wrapper header ul li.current-page-ancestor a:after {
  height: 6px;
}
body .header-wrapper header .shortnav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #D8D8D8;
}
body .header-wrapper header .shortnav li.search form {
  display: none;
  height: 100%;
}
body .header-wrapper header .shortnav li.search form input[type=text] {
  background: #F5F5F5;
  position: absolute;
  top: 0;
  display: block;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 0 100px 0 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #1D1D1D;
}
body .header-wrapper header .shortnav li.search div {
  padding: 28px 0;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
}
body .header-wrapper header .shortnav li.search div:after {
  display: none;
}
body .header-wrapper header .shortnav li.search div img {
  width: 22px;
  height: auto;
}
body .header-wrapper header .shortnav li.search div.closeSearch {
  display: none;
  position: absolute;
  background: white;
  right: 0;
  top: 0;
}
body .header-wrapper header .hamburger {
  display: none;
}
body aside.stage {
  position: relative;
  height: 490px;
  z-index: 500;
  background-size: calc(100% + 15px) auto;
  background-position: top left -10px;
  background-repeat: no-repeat;
}
body aside.stage .teaserWrapper {
  position: absolute;
  bottom: -5px;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 40px;
}
body aside.stage .teaserWrapper .teaser {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  flex: 1 1 calc(50% - 10px);
  margin-right: 10px;
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  top: 0;
}
body aside.stage .teaserWrapper .teaser a {
  position: relative;
  flex: auto;
  display: flex;
  padding: 20px;
  color: #1D1D1D;
  text-decoration: none;
}
body aside.stage .teaserWrapper .teaser a .image img {
  width: auto;
  height: 125px;
}
body aside.stage .teaserWrapper .teaser a .date {
  font-size: 14px;
  padding-left: 15px;
}
body aside.stage .teaserWrapper .teaser a h2 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 18px;
}
body aside.stage .teaserWrapper .teaser a .description {
  padding-left: 15px;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
}
body aside.stage .teaserWrapper .teaser:hover {
  top: -5px;
}
body aside.stage .teaserWrapper .teaser:nth-child(even) {
  margin-right: 0;
  margin-left: 10px;
}
body main {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  clip-path: inset(-20px 0px 0px 0px);
  padding: 40px;
  z-index: 750;
  background: white;
}
body main a.archiveLink {
  position: relative;
  float: right;
  text-decoration: none;
  color: #1D1D1D;
  margin-top: 7px;
}
body main .currentLit {
  text-decoration: none;
  color: #1D1D1D;
  display: flex;
  margin: 40px 0 80px 0;
  max-width: 1100px;
}
body main .currentLit img {
  width: 150px;
  margin-right: 10px;
}
body main .currentLit .text h2 {
  margin-top: 0;
}
body main .currentLit .text h2 .black {
  color: #1D1D1D;
}
body main .entry {
  max-width: 1100px;
}
body main ul {
  padding-left: 40px;
}
body main .entryWide {
  max-width: 100%;
}
body main .entryWide img.alignleft {
  width: 25%;
  height: auto;
  float: left;
  margin: 20px 20px 20px 0;
}
body main .entryWide p {
  max-width: 1100px;
}
body main .entryWide .loading {
  /* Page turn */
  /* Dots */
}
body main .entryWide .loading .text {
  color: #9E0202;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
body main .entryWide .loading .text:after {
  position: absolute;
  content: "";
  -webkit-animation: Dots 2s cubic-bezier(0, 0.39, 1, 0.68) infinite;
  animation: Dots 2s cubic-bezier(0, 0.39, 1, 0.68) infinite;
}
body main .entryWide .loading .loader {
  margin: 5% auto 30px;
}
body main .entryWide .loading .book {
  border: 4px solid #9E0202;
  width: 60px;
  height: 45px;
  position: relative;
  perspective: 150px;
}
body main .entryWide .loading .page {
  display: block;
  width: 30px;
  height: 45px;
  border: 4px solid #9E0202;
  border-left: 1px solid #9E0202;
  margin: 0;
  position: absolute;
  right: -4px;
  top: -4px;
  overflow: hidden;
  background: #9E0202;
  transform-style: preserve-3d;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
body main .entryWide .loading .book .page:nth-child(1) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.6s infinite;
  animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.6s infinite;
}
body main .entryWide .loading .book .page:nth-child(2) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.45s infinite;
  animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.45s infinite;
}
body main .entryWide .loading .book .page:nth-child(3) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.2s infinite;
  animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.2s infinite;
}
@-webkit-keyframes pageTurn {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  20% {
    background: #9E0202;
  }
  40% {
    background: #9E0202;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  100% {
    background: #9E0202;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
@keyframes pageTurn {
  0% {
    transform: rotateY(0deg);
  }
  20% {
    background: #9E0202;
  }
  40% {
    background: #9E0202;
    transform: rotateY(-180deg);
  }
  100% {
    background: #9E0202;
    transform: rotateY(-180deg);
  }
}
@-webkit-keyframes Dots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
@keyframes Dots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
body main figure figcaption {
  line-height: 18px;
}
body main .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
body main .owl-carousel .owl-nav button {
  position: absolute;
  top: -5px;
  height: calc(100% - 10px);
  width: 25px;
  font-size: 40px !important;
  background: #FFFFFF !important;
  opacity: 0.8;
}
body main .owl-carousel .owl-nav button.owl-prev {
  left: -5px;
}
body main .owl-carousel .owl-nav button.owl-next {
  right: -5px;
}
body main .owl-carousel .owl-nav button:hover {
  background: #FFFFFF !important;
  color: #9E0202 !important;
  opacity: 1;
}
body main .owl-carousel .owl-nav button.disabled {
  opacity: 0 !important;
}
body main .owl-carousel .item {
  padding: 5px;
  overflow: hidden;
}
body main .owl-carousel .item .author {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 15px;
}
body main .owl-carousel .item .title {
  font-size: 16px;
  line-height: 21px;
  display: block;
  font-weight: bold;
}
body main .owl-carousel .item .cover {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: auto;
  height: 300px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
body main .owl-carousel .item .cover.square, body main .owl-carousel .item .cover.landscape {
  width: 100%;
  height: auto;
}
body main .owl-carousel .item:hover .cover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0);
  color: #ffffff !important;
}
body main .owl-carousel.newsCarousel .cover {
  margin-bottom: 10px;
}
body main .owl-carousel.newsCarousel a {
  text-decoration: none;
  color: #1D1D1D;
}
body main .owl-carousel.newsCarousel a .date {
  font-size: 14px;
}
body main .owl-carousel.newsCarousel a h3 {
  margin-top: 0;
}
body main ._df_thumb {
  flex: 0 0 424px;
  width: 424px;
  height: 600px;
  margin: 0;
}
body main h1 {
  margin-top: 0;
}
body main h1 .subtitle {
  display: block;
  color: #1D1D1D;
  font-size: 20px;
}
body main .copyright {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  bottom: 20px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 16px;
  transform: translateY(-100%);
}
body main .details {
  display: flex;
  flex-direction: row;
}
body main .details .cover {
  flex: 0 0 424px;
  width: 424px;
  margin: 0;
}
body main .details .cover img {
  width: 100% !important;
  height: auto;
}
body main .details .description {
  padding-left: 40px;
  overflow: hidden;
  flex: 1;
}
body main .dates a,
body main .allDatesList a {
  text-decoration: none;
  color: #1D1D1D;
}
body main .dates .divider,
body main .allDatesList .divider {
  margin-top: 40px;
}
body main .dates .owl-nav button,
body main .allDatesList .owl-nav button {
  position: absolute;
  top: -5px;
  height: 100%;
  width: 25px;
  font-size: 40px !important;
  background: #F5F5F5 !important;
  opacity: 0.8;
}
body main .dates .owl-nav button.owl-prev,
body main .allDatesList .owl-nav button.owl-prev {
  left: -5px;
}
body main .dates .owl-nav button.owl-next,
body main .allDatesList .owl-nav button.owl-next {
  right: -5px;
}
body main .dates .owl-nav button:hover,
body main .allDatesList .owl-nav button:hover {
  background: #F5F5F5 !important;
  color: #9E0202 !important;
  opacity: 1;
}
body main .dates .owl-nav button.disabled,
body main .allDatesList .owl-nav button.disabled {
  opacity: 0 !important;
}
body main .dates .date,
body main .allDatesList .date {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #FFFFFF;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 5px;
  left: 0px;
  position: relative;
}

body main .allDatesList .item.date{
  margin: 5px 5px 15px 5px;
  border:1px solid #bbbbbb;
  display:flex;
  flex-direction: column;
  height:100%;
}

body main .dates .date .details,
body main .allDatesList .date .details {
  display: block;
  padding: 20px 20px 0 20px;
  min-height: 150px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  flex:1 auto;
}
body main .dates .date .details h3,
body main .allDatesList .date .details h3 {
  display: block;
  margin: 0 0 5px 0;
}
body main .dates .date:hover,
body main .allDatesList .date:hover {
  box-shadow: none;
}
body main .dates .date:hover .details,
body main .allDatesList .date:hover .details {
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}
body main .dates .date .dateAndTime,
body main .allDatesList .date .dateAndTime {
  background: #9E0202;
  color: #FFFFFF;
  padding: 10px 20px;
  width: 100%;
  display: block;
}
body main .dates .date .dateAndTime .date,
body main .allDatesList .date .dateAndTime .date {
  background: none;
  box-shadow: none;
}
body main .dates .date .dateAndTime .time,
body main .allDatesList .date .dateAndTime .time {
  float: right;
}

body main .allDatesList .itemWrapper{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: stretch;
}

body main .allDatesList a {
  width: calc(33.33% - 5px);
  flex: 0 0 33.33%;
  display:flex;
  flex-direction: column;
  margin-bottom:10px;
}
body main .programContent,
body main .bookContent {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}
body main .programContent .programInfo,
body main .bookContent .programInfo {
  padding-left: 40px;
  overflow: hidden;
  flex: 1;
}
body main .searchResultContainer .tag {
  position: relative;
  padding: 4px 9px;
  font-size: 12px;
  color: #FFFFFF;
  background: #9E0202;
  border-radius: 7px;
  margin-right: 5px;
  margin-left: 0;
  top: -2px;
  font-weight: bold;
}
body main .searchResultContainer .tag.green {
  background: #005217;
}
body main .searchResultContainer .search-post-title {
  display: inline;
  color: #1D1D1D;
}
body main .searchResultContainer .search-post-excerpt {
  font-size: 14px;
  line-height: 20px;
}
body main .searchResultContainer .search-post-excerpt p {
  max-width: 100%;
}
body main .searchResultContainer a {
  text-decoration: none;
  color: #1D1D1D;
}
body main .searchResultContainer a .searchResult {
  background: #F5F5F5;
  padding: 20px 20px 5px 20px;
  margin-bottom: 5px;
}
body main .dateMeta {
  font-weight: 600;
  margin-bottom: 40px;
}
body main .dateMeta .red {
  color: #9E0202;
}
body footer {
  position: relative;
  z-index: 800;
  width: 100vw;
  background: #F5F5F5;
  border-top: 1px solid #D8D8D8;
  padding: 40px;
  font-size: 16px;
  line-height: 24px;
}
body footer .menu-footermenue-container {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
body footer .menu-footermenue-container ul {
  list-style: none;
  margin: 0;
}
body footer .menu-footermenue-container ul li {
  display: inline-block;
}
body footer .menu-footermenue-container ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #1D1D1D;
  margin-left: 20px;
}
body footer .menu-footermenue-container ul li a:hover {
  text-decoration: underline;
  color: #9E0202;
}
body footer .menu-footermenue-container ul li.fb a {
  color: rgba(0, 0, 0, 0);
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}
body footer .menu-footermenue-container ul li.fb a:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  position: absolute;
  left: 0;
  color: #1D1D1D;
}
body footer .menu-footermenue-container ul li.fb a:hover {
  opacity: 0.5;
}
body footer .menu-footermenue-container ul li.insta a {
  color: rgba(0, 0, 0, 0);
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}
body footer .menu-footermenue-container ul li.insta a:hover {
  opacity: 0.5;
}
body footer .menu-footermenue-container ul li.insta a:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  position: absolute;
  left: 0;
  color: #1D1D1D;
}
body footer .menu-footermenue-container ul li.twitter a {
  color: rgba(0, 0, 0, 0);
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}
body footer .menu-footermenue-container ul li.twitter a:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  position: absolute;
  left: 0;
  color: #1D1D1D;
}
body footer .menu-footermenue-container ul li.twitter a:hover {
  opacity: 0.5;
}
body.home main {
  padding: 0 0 0 0;
}
body.home main .entryWide,
body.home main .entry {
  padding: 30px 40px 45px 40px;
}
body.home main .entryWide.grey,
body.home main .entry.grey {
  background-color: #F5F5F5;
}
body:not(.home) main {
  margin-top: 82px;
}
body.page-template-buecher main .table, body.page-template-autoren main .table, body.page-template-terminarchiv main .table, body.page-template-literatur_und_kritik_archiv main .table {
  display: none;
  width: 100% !important;
  border: 1px solid #F5F5F5;
}
body.page-template-buecher main #book_table_length,
body.page-template-buecher main #author_table_length,
body.page-template-buecher main #dates_table_length,
body.page-template-buecher main #lit_table_length, body.page-template-autoren main #book_table_length,
body.page-template-autoren main #author_table_length,
body.page-template-autoren main #dates_table_length,
body.page-template-autoren main #lit_table_length, body.page-template-terminarchiv main #book_table_length,
body.page-template-terminarchiv main #author_table_length,
body.page-template-terminarchiv main #dates_table_length,
body.page-template-terminarchiv main #lit_table_length, body.page-template-literatur_und_kritik_archiv main #book_table_length,
body.page-template-literatur_und_kritik_archiv main #author_table_length,
body.page-template-literatur_und_kritik_archiv main #dates_table_length,
body.page-template-literatur_und_kritik_archiv main #lit_table_length {
  background: #F5F5F5;
  padding: 17px 20px;
  margin-bottom: 10px;
  width: 245px;
  color: #757575;
  font-size: 16px;
}
body.page-template-buecher main #book_table_length select,
body.page-template-buecher main #author_table_length select,
body.page-template-buecher main #dates_table_length select,
body.page-template-buecher main #lit_table_length select, body.page-template-autoren main #book_table_length select,
body.page-template-autoren main #author_table_length select,
body.page-template-autoren main #dates_table_length select,
body.page-template-autoren main #lit_table_length select, body.page-template-terminarchiv main #book_table_length select,
body.page-template-terminarchiv main #author_table_length select,
body.page-template-terminarchiv main #dates_table_length select,
body.page-template-terminarchiv main #lit_table_length select, body.page-template-literatur_und_kritik_archiv main #book_table_length select,
body.page-template-literatur_und_kritik_archiv main #author_table_length select,
body.page-template-literatur_und_kritik_archiv main #dates_table_length select,
body.page-template-literatur_und_kritik_archiv main #lit_table_length select {
  background: none;
  color: #1D1D1D;
  font-size: 16px;
  padding: 0 20px 0 5px;
  background-image: url("images/triangle-down.png");
  background-size: 9px auto;
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0 15px;
}
body.page-template-buecher main #book_table_filter,
body.page-template-buecher main #author_table_filter,
body.page-template-buecher main #dates_table_filter,
body.page-template-buecher main #lit_table_filter, body.page-template-autoren main #book_table_filter,
body.page-template-autoren main #author_table_filter,
body.page-template-autoren main #dates_table_filter,
body.page-template-autoren main #lit_table_filter, body.page-template-terminarchiv main #book_table_filter,
body.page-template-terminarchiv main #author_table_filter,
body.page-template-terminarchiv main #dates_table_filter,
body.page-template-terminarchiv main #lit_table_filter, body.page-template-literatur_und_kritik_archiv main #book_table_filter,
body.page-template-literatur_und_kritik_archiv main #author_table_filter,
body.page-template-literatur_und_kritik_archiv main #dates_table_filter,
body.page-template-literatur_und_kritik_archiv main #lit_table_filter {
  position: relative;
  width: calc(100% - 255px);
  background: #F5F5F5;
  padding: 17px 20px;
  font-size: 16px;
  color: #757575;
  background-image: url("images/filter-icon.png");
  background-size: 18px auto;
  background-position: left 20px center;
  background-repeat: no-repeat;
}
body.page-template-buecher main #book_table_filter input,
body.page-template-buecher main #author_table_filter input,
body.page-template-buecher main #dates_table_filter input,
body.page-template-buecher main #lit_table_filter input, body.page-template-autoren main #book_table_filter input,
body.page-template-autoren main #author_table_filter input,
body.page-template-autoren main #dates_table_filter input,
body.page-template-autoren main #lit_table_filter input, body.page-template-terminarchiv main #book_table_filter input,
body.page-template-terminarchiv main #author_table_filter input,
body.page-template-terminarchiv main #dates_table_filter input,
body.page-template-terminarchiv main #lit_table_filter input, body.page-template-literatur_und_kritik_archiv main #book_table_filter input,
body.page-template-literatur_und_kritik_archiv main #author_table_filter input,
body.page-template-literatur_und_kritik_archiv main #dates_table_filter input,
body.page-template-literatur_und_kritik_archiv main #lit_table_filter input {
  margin: 0;
  position: absolute;
  left: 55px;
  top: 0;
  height: 60px;
  padding: 0;
  font-size: 16px;
  width: calc(100% - 55px);
  background: #F5F5F5;
}
body.page-template-buecher main #book_table,
body.page-template-buecher main #author_table,
body.page-template-buecher main #dates_table,
body.page-template-buecher main #lit_table, body.page-template-autoren main #book_table,
body.page-template-autoren main #author_table,
body.page-template-autoren main #dates_table,
body.page-template-autoren main #lit_table, body.page-template-terminarchiv main #book_table,
body.page-template-terminarchiv main #author_table,
body.page-template-terminarchiv main #dates_table,
body.page-template-terminarchiv main #lit_table, body.page-template-literatur_und_kritik_archiv main #book_table,
body.page-template-literatur_und_kritik_archiv main #author_table,
body.page-template-literatur_und_kritik_archiv main #dates_table,
body.page-template-literatur_und_kritik_archiv main #lit_table {
  width: 100%;
}
body.page-template-buecher main #book_table thead,
body.page-template-buecher main #author_table thead,
body.page-template-buecher main #dates_table thead,
body.page-template-buecher main #lit_table thead, body.page-template-autoren main #book_table thead,
body.page-template-autoren main #author_table thead,
body.page-template-autoren main #dates_table thead,
body.page-template-autoren main #lit_table thead, body.page-template-terminarchiv main #book_table thead,
body.page-template-terminarchiv main #author_table thead,
body.page-template-terminarchiv main #dates_table thead,
body.page-template-terminarchiv main #lit_table thead, body.page-template-literatur_und_kritik_archiv main #book_table thead,
body.page-template-literatur_und_kritik_archiv main #author_table thead,
body.page-template-literatur_und_kritik_archiv main #dates_table thead,
body.page-template-literatur_und_kritik_archiv main #lit_table thead {
  background: #9E0202;
  color: #FFFFFF;
}
body.page-template-buecher main #book_table thead td,
body.page-template-buecher main #author_table thead td,
body.page-template-buecher main #dates_table thead td,
body.page-template-buecher main #lit_table thead td, body.page-template-autoren main #book_table thead td,
body.page-template-autoren main #author_table thead td,
body.page-template-autoren main #dates_table thead td,
body.page-template-autoren main #lit_table thead td, body.page-template-terminarchiv main #book_table thead td,
body.page-template-terminarchiv main #author_table thead td,
body.page-template-terminarchiv main #dates_table thead td,
body.page-template-terminarchiv main #lit_table thead td, body.page-template-literatur_und_kritik_archiv main #book_table thead td,
body.page-template-literatur_und_kritik_archiv main #author_table thead td,
body.page-template-literatur_und_kritik_archiv main #dates_table thead td,
body.page-template-literatur_und_kritik_archiv main #lit_table thead td {
  border: 0;
  padding: 17px 35px;
}
body.page-template-buecher main #book_table tbody,
body.page-template-buecher main #author_table tbody,
body.page-template-buecher main #dates_table tbody,
body.page-template-buecher main #lit_table tbody, body.page-template-autoren main #book_table tbody,
body.page-template-autoren main #author_table tbody,
body.page-template-autoren main #dates_table tbody,
body.page-template-autoren main #lit_table tbody, body.page-template-terminarchiv main #book_table tbody,
body.page-template-terminarchiv main #author_table tbody,
body.page-template-terminarchiv main #dates_table tbody,
body.page-template-terminarchiv main #lit_table tbody, body.page-template-literatur_und_kritik_archiv main #book_table tbody,
body.page-template-literatur_und_kritik_archiv main #author_table tbody,
body.page-template-literatur_und_kritik_archiv main #dates_table tbody,
body.page-template-literatur_und_kritik_archiv main #lit_table tbody {
  border: 1px solid #F5F5F5;
}
body.page-template-buecher main #book_table tbody tr td,
body.page-template-buecher main #author_table tbody tr td,
body.page-template-buecher main #dates_table tbody tr td,
body.page-template-buecher main #lit_table tbody tr td, body.page-template-autoren main #book_table tbody tr td,
body.page-template-autoren main #author_table tbody tr td,
body.page-template-autoren main #dates_table tbody tr td,
body.page-template-autoren main #lit_table tbody tr td, body.page-template-terminarchiv main #book_table tbody tr td,
body.page-template-terminarchiv main #author_table tbody tr td,
body.page-template-terminarchiv main #dates_table tbody tr td,
body.page-template-terminarchiv main #lit_table tbody tr td, body.page-template-literatur_und_kritik_archiv main #book_table tbody tr td,
body.page-template-literatur_und_kritik_archiv main #author_table tbody tr td,
body.page-template-literatur_und_kritik_archiv main #dates_table tbody tr td,
body.page-template-literatur_und_kritik_archiv main #lit_table tbody tr td {
  padding: 50px 35px;
}
body.page-template-buecher main #book_table tbody tr td ul,
body.page-template-buecher main #author_table tbody tr td ul,
body.page-template-buecher main #dates_table tbody tr td ul,
body.page-template-buecher main #lit_table tbody tr td ul, body.page-template-autoren main #book_table tbody tr td ul,
body.page-template-autoren main #author_table tbody tr td ul,
body.page-template-autoren main #dates_table tbody tr td ul,
body.page-template-autoren main #lit_table tbody tr td ul, body.page-template-terminarchiv main #book_table tbody tr td ul,
body.page-template-terminarchiv main #author_table tbody tr td ul,
body.page-template-terminarchiv main #dates_table tbody tr td ul,
body.page-template-terminarchiv main #lit_table tbody tr td ul, body.page-template-literatur_und_kritik_archiv main #book_table tbody tr td ul,
body.page-template-literatur_und_kritik_archiv main #author_table tbody tr td ul,
body.page-template-literatur_und_kritik_archiv main #dates_table tbody tr td ul,
body.page-template-literatur_und_kritik_archiv main #lit_table tbody tr td ul {
  list-style: none;
}
body.page-template-buecher main #book_table tbody tr td img,
body.page-template-buecher main #author_table tbody tr td img,
body.page-template-buecher main #dates_table tbody tr td img,
body.page-template-buecher main #lit_table tbody tr td img, body.page-template-autoren main #book_table tbody tr td img,
body.page-template-autoren main #author_table tbody tr td img,
body.page-template-autoren main #dates_table tbody tr td img,
body.page-template-autoren main #lit_table tbody tr td img, body.page-template-terminarchiv main #book_table tbody tr td img,
body.page-template-terminarchiv main #author_table tbody tr td img,
body.page-template-terminarchiv main #dates_table tbody tr td img,
body.page-template-terminarchiv main #lit_table tbody tr td img, body.page-template-literatur_und_kritik_archiv main #book_table tbody tr td img,
body.page-template-literatur_und_kritik_archiv main #author_table tbody tr td img,
body.page-template-literatur_und_kritik_archiv main #dates_table tbody tr td img,
body.page-template-literatur_und_kritik_archiv main #lit_table tbody tr td img {
  width: 75px;
  height: auto;
}
body.page-template-buecher main #book_table tbody tr.even,
body.page-template-buecher main #author_table tbody tr.even,
body.page-template-buecher main #dates_table tbody tr.even,
body.page-template-buecher main #lit_table tbody tr.even, body.page-template-autoren main #book_table tbody tr.even,
body.page-template-autoren main #author_table tbody tr.even,
body.page-template-autoren main #dates_table tbody tr.even,
body.page-template-autoren main #lit_table tbody tr.even, body.page-template-terminarchiv main #book_table tbody tr.even,
body.page-template-terminarchiv main #author_table tbody tr.even,
body.page-template-terminarchiv main #dates_table tbody tr.even,
body.page-template-terminarchiv main #lit_table tbody tr.even, body.page-template-literatur_und_kritik_archiv main #book_table tbody tr.even,
body.page-template-literatur_und_kritik_archiv main #author_table tbody tr.even,
body.page-template-literatur_und_kritik_archiv main #dates_table tbody tr.even,
body.page-template-literatur_und_kritik_archiv main #lit_table tbody tr.even {
  background: #F5F5F5;
}
body.page-template-buecher main #dates_table tbody tr td, body.page-template-autoren main #dates_table tbody tr td, body.page-template-terminarchiv main #dates_table tbody tr td, body.page-template-literatur_und_kritik_archiv main #dates_table tbody tr td {
  padding: 20px 35px;
}
body.page-template-buecher main .dataTables_wrapper, body.page-template-autoren main .dataTables_wrapper, body.page-template-terminarchiv main .dataTables_wrapper, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper {
  margin: 40px 0;
}
body.page-template-buecher main .dataTables_wrapper .dataTables_info, body.page-template-autoren main .dataTables_wrapper .dataTables_info, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_info, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_info {
  padding: 10px 18px;
  font-size: 16px;
}
body.page-template-buecher main .dataTables_wrapper .dataTables_paginate .paginate_button, body.page-template-autoren main .dataTables_wrapper .dataTables_paginate .paginate_button, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_paginate .paginate_button, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #F5F5F5;
  margin: 0;
  font-size: 16px;
  border: 0 !important;
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
body.page-template-buecher main .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.page-template-autoren main .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #9E0202 !important;
}
body.page-template-buecher main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, body.page-template-autoren main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #F5F5F5;
}
body.page-template-buecher main .dataTables_wrapper .dataTables_paginate .paginate_button.previous, body.page-template-autoren main .dataTables_wrapper .dataTables_paginate .paginate_button.previous, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_paginate .paginate_button.previous, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  background-image: url("images/triangle-left.png");
  color: rgba(0, 0, 0, 0) !important;
}
body.page-template-buecher main .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, body.page-template-autoren main .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  background-image: url("images/triangle-left.png");
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
body.page-template-buecher main .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, body.page-template-autoren main .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
  background-image: url("images/triangle-left-disabled.png");
}
body.page-template-buecher main .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover, body.page-template-autoren main .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
  background-image: url("images/triangle-left.png");
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
body.page-template-buecher main .dataTables_wrapper .dataTables_paginate .paginate_button.next, body.page-template-autoren main .dataTables_wrapper .dataTables_paginate .paginate_button.next, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_paginate .paginate_button.next, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background-image: url("images/triangle-right.png");
  color: rgba(0, 0, 0, 0) !important;
}
body.page-template-buecher main .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, body.page-template-autoren main .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, body.page-template-terminarchiv main .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, body.page-template-literatur_und_kritik_archiv main .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  background-image: url("images/triangle-rigth-disabled.png");
}
body.single-post .tag {
  position: relative;
  font-size: 14px;
  color: #1D1D1D;
}
body.single-omvs_book .autor {
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}
body.single-omvs_book .tag {
  position: relative;
  padding: 4px 9px;
  font-size: 12px;
  color: #FFFFFF;
  background: #9E0202;
  border-radius: 7px;
  margin-left: 5px;
  top: -2px;
  font-weight: bold;
  white-space: nowrap;
}
body.single-omvs_book .tag.green {
  background: #005217;
}
body .wp-block-file .wp-block-file__button {
  background: #9E0202;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select{
  border:0 !important;
}

@media screen and (min-width: 1920px) {
  body .header-wrapper header ul li.search {
    border-right: 1px solid #D8D8D8;
  }
  body main {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  body footer {
    border: 1px solid #D8D8D8;
  }
}
@media screen and (max-width: 1640px) {
  body main .allDatesList a {
    /*width: calc(50% - 5px);*/
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1440px) {
  body .header-wrapper header a.logo {
    flex: 0 1 400px;
    padding: 25px 40px;
  }
  body .header-wrapper header ul li {
    font-size: 14px;
  }
  body .header-wrapper header .shortnav li.search div {
    padding: 32px 20px 23px 20px;
  }
  body .header-wrapper header .shortnav li.search div img {
    width: 18px;
  }
}
@media screen and (max-width: 1279px) {
  body main .entryWide img.alignleft {
    width: 33%;
  }
  body main #book_table td.hide-m,
body main #author_table td.hide-m,
body main #dates_table td.hide-m,
body main #lit_table td.hide-m {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  body aside.stage .teaserWrapper {
    padding: 0 20px;
  }
  body .header-wrapper header {
    height: 60px;
  }
  body .header-wrapper header a.logo {
    flex: 1 auto;
    padding: 15px 20px;
  }
  body .header-wrapper header a.logo img {
    height: 100%;
    width: auto;
    display: block;
  }
  body .header-wrapper header ul.shortnav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: white;
  }
  body .header-wrapper header ul.shortnav li {
    position: initial;
  }
  body .header-wrapper header ul.shortnav li form {
    display: block !important;
  }
  body .header-wrapper header ul.shortnav li form input {
    padding-left: 20px !important;
  }
  body .header-wrapper header ul.shortnav .openSearch,
body .header-wrapper header ul.shortnav .closeSearch {
    display: none;
  }
  body .header-wrapper header nav {
    display: none;
  }
  body .header-wrapper header nav#mainmenu {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
  }
  body .header-wrapper header nav#mainmenu ul {
    flex-wrap: wrap;
  }
  body .header-wrapper header nav#mainmenu ul li {
    width: 100%;
    background: white;
  }
  body .header-wrapper header .shortnav {
    display: none;
  }
  body .header-wrapper header .hamburger {
    display: block;
    background: #9E0202;
    padding: 17px 20px 11px 20px;
    position: absolute;
    top: 0;
    right: 0;
  }
  body .header-wrapper header .hamburger .hamburger-inner {
    height: 2px;
    background: white;
    width: 40px;
  }
  body .header-wrapper header .hamburger .hamburger-inner:before {
    height: 2px;
    background: white;
    width: 24px;
  }
  body .header-wrapper header .hamburger .hamburger-inner:after {
    height: 2px;
    background: white;
    width: 32px;
  }
  body .header-wrapper header .hamburger.is-active .hamburger-inner {
    width: 40px;
  }
  body .header-wrapper header .hamburger.is-active .hamburger-inner:before {
    width: 40px;
  }
  body .header-wrapper header .hamburger.is-active .hamburger-inner:after {
    width: 40px;
  }
  body .header-wrapper header ul li a {
    padding: 25px 0;
    font-size: 20px;
    border-bottom: 1px solid #F5F5F5;
  }
  body .header-wrapper header ul li a:after {
    display: none !important;
  }
  body main .entryWide img.alignleft {
    width: 50%;
  }
  body main .allDatesList a {
    /*width: 100%;*/
    flex:0 0 100%;
  }
  body:not(.home) main {
    margin-top: 60px;
    padding: 20px;
  }
  body footer {
    padding: 20px;
  }
  body.home aside {
    height: auto;
    background-image: none !important;
    background: #9E0202;
    padding-top: 60px;
  }
  body.home aside .teaserWrapper {
    position: relative;
    flex-direction: column;
    bottom: auto;
    padding: 0;
  }
  body.home aside .teaserWrapper .teaser {
    flex: 0 0 100%;
    margin: 0;
    box-shadow: none;
    border-bottom: 1px solid #F5F5F5;
  }
  body.home aside .teaserWrapper .teaser:nth-child(even) {
    margin-left: 0;
  }
  body.home aside .teaserWrapper .teaser:hover {
    top: 0;
  }
  body.home main .entryWide,
body.home main .entry {
    padding: 30px 20px 20px 20px;
  }
}
@media screen and (max-width: 899px) {
  body main .details,
body main .bookContent,
body main .programContent {
    flex-direction: column;
  }
  body main .details .programInfo,
body main .bookContent .programInfo,
body main .programContent .programInfo {
    padding-left: 0;
  }
  body main .details .cover,
body main .bookContent .cover,
body main .programContent .cover {
    width: 100%;
    flex: 0 0 100%;
  }
  body main .details .cover img,
body main .bookContent .cover img,
body main .programContent .cover img {
    margin-bottom: 0;
    max-width: 424px;
  }
  body main .details .cover .copyright,
body main .bookContent .cover .copyright,
body main .programContent .cover .copyright {
    bottom: 0;
  }
  body main .details .description,
body main .bookContent .description,
body main .programContent .description {
    padding-left: 0;
  }
  body main ._df_thumb {
    flex: 0 0 320px;
    width: 320px;
    height: 480px;
  }
}
@media screen and (max-width: 780px) {
  #book_table td.hide-s {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body main .entryWide img.alignleft {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  body footer .menu-footermenue-container {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
  body footer .menu-footermenue-container ul li a {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  body main #book_table_wrapper,
body main #author_table_wrapper,
body main #dates_table_wrapper,
body main #lit_table_wrapper {
    margin-top: 0;
  }
  body main #book_table_wrapper #book_table_length,
body main #book_table_wrapper #book_table_filter,
body main #book_table_wrapper #author_table_length,
body main #book_table_wrapper #author_table_filter,
body main #book_table_wrapper #dates_table_length,
body main #book_table_wrapper #dates_table_filter,
body main #book_table_wrapper #lit_table_length,
body main #book_table_wrapper #lit_table_filter,
body main #author_table_wrapper #book_table_length,
body main #author_table_wrapper #book_table_filter,
body main #author_table_wrapper #author_table_length,
body main #author_table_wrapper #author_table_filter,
body main #author_table_wrapper #dates_table_length,
body main #author_table_wrapper #dates_table_filter,
body main #author_table_wrapper #lit_table_length,
body main #author_table_wrapper #lit_table_filter,
body main #dates_table_wrapper #book_table_length,
body main #dates_table_wrapper #book_table_filter,
body main #dates_table_wrapper #author_table_length,
body main #dates_table_wrapper #author_table_filter,
body main #dates_table_wrapper #dates_table_length,
body main #dates_table_wrapper #dates_table_filter,
body main #dates_table_wrapper #lit_table_length,
body main #dates_table_wrapper #lit_table_filter,
body main #lit_table_wrapper #book_table_length,
body main #lit_table_wrapper #book_table_filter,
body main #lit_table_wrapper #author_table_length,
body main #lit_table_wrapper #author_table_filter,
body main #lit_table_wrapper #dates_table_length,
body main #lit_table_wrapper #dates_table_filter,
body main #lit_table_wrapper #lit_table_length,
body main #lit_table_wrapper #lit_table_filter {
    display: block !important;
    width: 100% !important;
  }
  body main #book_table_wrapper #book_table_filter,
body main #book_table_wrapper #author_table_filter,
body main #book_table_wrapper #dates_table_filter,
body main #book_table_wrapper #lit_table_filter,
body main #author_table_wrapper #book_table_filter,
body main #author_table_wrapper #author_table_filter,
body main #author_table_wrapper #dates_table_filter,
body main #author_table_wrapper #lit_table_filter,
body main #dates_table_wrapper #book_table_filter,
body main #dates_table_wrapper #author_table_filter,
body main #dates_table_wrapper #dates_table_filter,
body main #dates_table_wrapper #lit_table_filter,
body main #lit_table_wrapper #book_table_filter,
body main #lit_table_wrapper #author_table_filter,
body main #lit_table_wrapper #dates_table_filter,
body main #lit_table_wrapper #lit_table_filter {
    padding: 0 20px !important;
    height: 60px;
    margin-bottom: 10px;
  }
  body main #book_table_wrapper #book_table_filter label,
body main #book_table_wrapper #author_table_filter label,
body main #book_table_wrapper #dates_table_filter label,
body main #book_table_wrapper #lit_table_filter label,
body main #author_table_wrapper #book_table_filter label,
body main #author_table_wrapper #author_table_filter label,
body main #author_table_wrapper #dates_table_filter label,
body main #author_table_wrapper #lit_table_filter label,
body main #dates_table_wrapper #book_table_filter label,
body main #dates_table_wrapper #author_table_filter label,
body main #dates_table_wrapper #dates_table_filter label,
body main #dates_table_wrapper #lit_table_filter label,
body main #lit_table_wrapper #book_table_filter label,
body main #lit_table_wrapper #author_table_filter label,
body main #lit_table_wrapper #dates_table_filter label,
body main #lit_table_wrapper #lit_table_filter label {
    color: rgba(0, 0, 0, 0);
  }
  body main #book_table_wrapper #book_table td,
body main #book_table_wrapper #author_table td,
body main #book_table_wrapper #dates_table td,
body main #book_table_wrapper #lit_table td,
body main #author_table_wrapper #book_table td,
body main #author_table_wrapper #author_table td,
body main #author_table_wrapper #dates_table td,
body main #author_table_wrapper #lit_table td,
body main #dates_table_wrapper #book_table td,
body main #dates_table_wrapper #author_table td,
body main #dates_table_wrapper #dates_table td,
body main #dates_table_wrapper #lit_table td,
body main #lit_table_wrapper #book_table td,
body main #lit_table_wrapper #author_table td,
body main #lit_table_wrapper #dates_table td,
body main #lit_table_wrapper #lit_table td {
    padding: 10px 20px 10px 20px !important;
  }
}
@media screen and (max-width: 520px) {
  body main #book_table td.hide-xs {
    display: none !important;
  }
  body main #book_table_paginate span,
body main #author_table_paginate span,
body main #dates_table_paginate span,
body main #lit_table_paginate span {
    display: none !important;
  }
}
@media screen and (max-width: 490px) {
  body footer .menu-footermenue-container ul li {
    display: block;
    padding: 10px 0;
  }
}
@media screen and (max-width: 450px) {
  body aside .teaserWrapper .teaser a .image {
    display: none;
  }
  body aside .teaserWrapper .teaser a .text .date, body aside .teaserWrapper .teaser a .text h2, body aside .teaserWrapper .teaser a .text .description {
    padding-left: 0;
  }
  body .header-wrapper header a.logo {
    padding: 19px 20px 21px 20px;
  }
}
@media screen and (max-width: 380px) {
  body {
    font-size: 14px;
    line-height: 25px;
  }
  body main #book_table_length,
body main #book_table_filter input,
body main #author_table_length,
body main #author_table_filter input,
body main #dates_table_length,
body main #dates_table_filter input,
body main #lit_table_length,
body main #lit_table_filter input {
    font-size: 14px;
    line-height: 25px;
  }
}

body .wp-block-file .wp-block-file__button {
  padding: 3px 10px;
}

/*# sourceMappingURL=style.css.map */
