.kyl_books .container .heading {
  font-weight: 600;
  letter-spacing: normal;
  line-height: 30px;
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .kyl_books .container .heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .kyl_books .container .books .books_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
  }
}
.kyl_books .container .books .books_wrapper .book {
  padding: 25px 20px;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  height: auto;
}
.kyl_books .container .books .books_wrapper .book:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .kyl_books .container .books .books_wrapper .book:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .kyl_books .container .books .books_wrapper .book {
    margin: 0 10px 20px;
    -webkit-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media (min-width: 768px) {
  .kyl_books .container .books .books_wrapper .book:hover .book_title {
    color: #417ec1;
  }
}
@media (min-width: 768px) {
  .kyl_books .container .books .books_wrapper .book:hover .info_wrapper .link {
    color: #417ec1;
  }
}
.kyl_books .container .books .books_wrapper .book .image {
  display: inline-block;
  margin: 0 auto 30px;
}
.kyl_books .container .books .books_wrapper .book .book_title {
  font-weight: 600;
  letter-spacing: normal;
  line-height: 26px;
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  transition: color ease 300ms;
}
.kyl_books .container .books .books_wrapper .book .text_excerpt {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  color: #5a5a5a;
  margin-bottom: 20px;
}
.kyl_books .container .books .books_wrapper .book .info_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kyl_books .container .books .books_wrapper .book .info_wrapper .author {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  font-size: 14px;
  color: #5a5a5a;
}
.kyl_books .container .books .books_wrapper .book .info_wrapper .link {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 18px;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  transition: color ease 300ms;
}
.kyl_books .container .books .books_wrapper .book .divider {
  border: none;
  margin: 24px 0;
  background-color: #E5E5E5;
  height: 1px;
}
.kyl_books .container .books .books_wrapper .book .dealer .dealer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .kyl_books .container .books .books_wrapper .book .dealer .dealer_wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.kyl_books .container .books .books_wrapper .book .dealer .dealer_wrapper .dealer_link {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 18px;
  font-size: 14px;
  color: #5a5a5a;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
}
@media (min-width: 768px) {
  .kyl_books .container .books .books_wrapper .book .dealer .dealer_wrapper .dealer_link {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .kyl_books .container .books .books_wrapper .book .dealer .dealer_wrapper .dealer_link:not(:last-of-type) {
    margin-right: 20px;
  }
}
.kyl_books .container .books .swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .kyl_books .container .books .swiper-navigation {
    margin-top: 30px;
  }
}
.kyl_books .container .books .swiper-navigation .back {
  border: 2px solid #417ec1;
  color: #417ec1;
  background-color: transparent;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
  padding: 16px 17px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-right: auto;
}
.kyl_books .container .books .swiper-navigation .back:hover {
  color: #ffffff;
  background-color: #417ec1;
}
@media (min-width: 768px) {
  .kyl_books .container .books .swiper-navigation .back {
    margin: 0 auto;
    padding: 15px 30px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 22px;
    font-size: 15px;
    line-height: 16px;
  }
}
.kyl_books .container .books .swiper-navigation .swiper-button {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #417ec1;
  margin: 0;
  position: static;
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
@media (min-width: 768px) {
  .kyl_books .container .books .swiper-navigation .swiper-button {
    display: none;
  }
}
.kyl_books .container .books .swiper-navigation .swiper-button-prev {
  margin-right: 20px;
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/Pfeil_Links_Blau.svg') center center / 11px 19px no-repeat;
}
.kyl_books .container .books .swiper-navigation .swiper-button-next {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/Pfeil_Rechts_Blau.svg') center center / 11px 19px no-repeat;
}
.format-slider .kyl_books {
  overflow: hidden;
}
@media (min-width: 768px) {
  .format-slider .kyl_books {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .format-slider .kyl_books .container .books .books_wrapper .book .info_wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .format-slider .kyl_books .container .books .books_wrapper .book .info_wrapper .author {
    display: none;
  }
}
