@charset "UTF-8";
.content-slider-wrap .thema-slider-title {
  margin-bottom: 18px;
  text-transform: uppercase;
}
.content-slider-wrap .thema-slider-title a {
  color: #666;
  letter-spacing: 1px;
  font-size: 18px;
}
.content-slider-wrap .swiper-wrapper {
  margin-bottom: 60px;
}
.content-slider-wrap .swiper-button-next, .content-slider-wrap .swiper-button-prev {
  top: calc(50% - 30px);
}
.content-slider-wrap .swiper-button-next:after, .content-slider-wrap .swiper-button-prev:after {
  padding: 12px;
  color: #222;
}
.content-slider-wrap .swiper-pagination-bullet-active {
  background: #222;
}
.content-slider-wrap .author-swiper .swiper-slide a {
  display: block;
  min-height: 200px;
  padding: 8px;
}
.content-slider-wrap .author-swiper .swiper-slide a img {
  border-radius: 200px;
}
.content-slider-wrap .author-swiper .swiper-slide a .author-name-container {
  margin-top: -20px;
  text-align: center;
}
.content-slider-wrap .author-swiper .swiper-slide a .author-name-container .author-name {
  display: inline-block;
  background: #d7dfff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #222;
  padding: 2px 12px;
}

.thema-sliders .swiper-wrapper .swiper-slide {
  min-width: 0;
}
.thema-sliders .swiper-wrapper .swiper-slide .book-rows {
  display: flex;
  flex-direction: row;
  border: 1px solid #ddd;
  min-width: 0;
}
.thema-sliders .swiper-wrapper .swiper-slide .book-rows a {
  flex-shrink: 0;
}
.thema-sliders .swiper-wrapper .swiper-slide .book-rows a img {
  height: 200px;
  width: auto !important;
}
.thema-sliders .swiper-wrapper .swiper-slide .book-rows .book-info {
  flex: 1; /* nimmt restlichen Platz */
  min-width: 0; /* <-- erlaubt Shrinking */
  background: white;
  padding: 12px;
  border-left: none;
}
.thema-sliders .swiper-wrapper .swiper-slide .book-rows .book-info h3 {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  max-height: 30px;
}
.thema-sliders .swiper-wrapper .swiper-slide .book-rows .book-info h3 a {
  color: #222;
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-height: 30px;
}
.thema-sliders .swiper-wrapper .swiper-slide .book-rows .book-info p {
  margin-bottom: 4px;
  font-size: 12px;
}
.thema-sliders .swiper-wrapper .swiper-slide .book-rows .book-info .dashicons {
  font-size: 12px;
  height: auto;
  width: auto;
  vertical-align: baseline;
}

/*
 * BOOK LOOP
 */
.bf-submission .item-thumb {
  width: 150px;
}

/*
 * SINGLE BOOK
 */
/* blendet dieses comments icon aus, das iwie sinnlos ist und mit nachfolgenden elementen Ã¼berlappt,
weil es absolute positioniert ist */
body.single-book .post-meta-wrapper-main .show-support {
  display: none;
}

.single-book-cover-image {
  position: relative;
  max-width: 200px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 16px !important;
}

.single-book-cover-image.has-header-image {
  margin-top: -25vw;
  /*margin-top: -100px;*/
}

.chapter-navigation {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 48px;
}

.chapter-navigation .chapter-link {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 24px;
  display: block;
  border: 2px solid var(--e-global-color-accent);
  border-radius: 30px;
}

.chapter-navigation .chapter-link:hover {
  background: var(--e-global-color-accent);
  color: white;
}

@media (min-width: 800px) {
  .single-book-cover-image.has-header-image {
    float: right;
    margin-right: 60px !important;
    /*margin-top: -240px;*/
    margin-left: 30px !important;
  }
}
@media (min-width: 1100px) {
  .single-book-cover-image.has-header-image {
    max-width: 280px;
    float: right;
    margin-right: 60px !important;
    /*margin-top: -240px;*/
    margin-left: 30px !important;
    margin-top: -340px !important;
  }
}
.elementor-widget-colibli_megamenu ul.menu {
  display: flex;
  margin: 0;
  list-style-type: none;
  min-height: 60px;
}
.elementor-widget-colibli_megamenu ul.menu > li.menu-item > a {
  display: block;
  padding: 34px 20px;
  color: #1e2132;
}
.elementor-widget-colibli_megamenu ul.menu > li.menu-item > a .sub-arrow {
  margin-left: 6px;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-wrapper {
  position: fixed;
  top: 130px; /* Höhe deiner Header-Bar anpassen */
  left: 68px;
  right: 0;
  background: #fff;
  padding: 32px;
  z-index: 9999;
  box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.25);
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-wrapper .megamenu-posts {
  margin: 0;
  list-style-type: none;
}
.elementor-widget-colibli_megamenu ul.menu {
  /*
          li.megamenu:hover > .megamenu-wrapper,
          li.megamenu .megamenu-wrapper:hover {
              opacity: 1;
              transform: translateY(0);
              pointer-events: auto;
              transition-delay: 0s; !* sofort anzeigen *!
              display: block;
          }*/
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-term {
  font-size: 16px;
  margin-bottom: 6px;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-term a {
  color: #1e2132;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-posts {
  display: flex;
  gap: 4px;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-posts .megamenu-post {
  font-size: 14px;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-posts .megamenu-post a {
  font-weight: normal;
  color: #1e2132;
  display: inline-block;
  line-height: 18px;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-posts .megamenu-post a:hover {
  color: #467FF7;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-posts .megamenu-post .megamenu-thumb img {
  width: auto;
  display: block;
  height: 60px;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-author {
  margin-bottom: 10px;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-author a {
  font-size: 16px;
  color: #1e2132;
}
.elementor-widget-colibli_megamenu ul.menu .megamenu-grid .megamenu-author img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 6px;
}
.elementor-widget-colibli_megamenu .megamenu-wrapper {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.elementor-widget-colibli_megamenu .megamenu-wrapper.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
.elementor-widget-colibli_megamenu .megamenu-show-more-container {
  text-align: right;
}
.elementor-widget-colibli_megamenu .megamenu-show-more {
  font-size: 14px;
  font-weight: bold;
  color: #1e2132;
}

@media (width < 900px) {
  .elementor-widget-colibli_megamenu ul.menu > li.menu-item > a .sub-arrow {
    display: none;
  }
}
header .colibli-search-form {
  margin-bottom: 0;
}

.colibli-logo-mobile img {
  width: 70px !important;
  height: 70px !important;
}

.colibli-logo-desktop {
  display: none;
}

@media (min-width: 900px) {
  .colibli-logo-mobile {
    display: none;
  }
  .colibli-logo-desktop {
    display: blocK;
  }
}
@media (max-width: 900px) {
  .elementor-location-header .elementor-element-55b957a {
    display: none;
  }
  .elementor-location-header .elementor-element-55f12a32 {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  header .elementor-widget-colibli_search_field input.search-field {
    width: 150px;
  }
}
.colibli-search-form {
  margin-bottom: 0;
}

.colibli-search-field {
  display: flex;
  flex-direction: row;
}
.colibli-search-field input.search-field {
  display: inline-block;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 8px;
}
.colibli-search-field input.search-submit {
  display: inline-block;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  min-width: auto !important;
  padding: 8px 12px !important;
}

.colibli-search-results section .book-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.colibli-search-results section .book-item .book-thumb {
  flex-shrink: 0;
}
.colibli-search-results section .book-item .book-thumb img {
  height: 200px;
  width: auto;
}
.colibli-search-results section .author-results {
  margin-left: 0;
  list-style-type: none;
}
.colibli-search-results section .author-results .author-item {
  margin-bottom: 24px;
}

@media (min-width: 900px) {
  .colibli-search-results {
    display: flex;
    gap: 32px;
  }
  .colibli-search-results section {
    width: 50%;
  }
}
body.search-results .elementor-element-300b973a {
  display: none;
}

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