.kyl_cta_books .container .headline {
  text-align: center;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 42px;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .kyl_cta_books .container .headline {
    margin-bottom: 20px;
  }
}
.kyl_cta_books .container .text {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 1024px) {
  .kyl_cta_books .container .text {
    font-family: 'Montserrat', sans-serif;
  }
}
.kyl_cta_books .container .books {
  position: relative;
}
.kyl_cta_books .container .books::before {
  content: '';
  background-color: #417ec1;
  position: absolute;
  bottom: 75px;
  left: -16px;
  right: -16px;
  width: 100vw;
  height: 270px;
}
@media (min-width: 1024px) {
  .kyl_cta_books .container .books::before {
    height: 320px;
    bottom: 0;
  }
}
@media (min-width: 1172px) {
  .kyl_cta_books .container .books::before {
    left: calc((100vw - 1140px) / -2);
    right: calc((100vw - 1140px) / -2);
  }
}
.kyl_cta_books .container .books .swiper {
  overflow: hidden;
}
.kyl_cta_books .container .books .swiper .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide {
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide {
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (min-width: 1024px) {
  .kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide:hover .text_wrapper .text {
    /*.transition(max-height ease-in 300ms);
                                        max-height: 500px;*/
    opacity: 1;
  }
}
.kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide .image_wrapper .image {
  margin: 0 auto;
}
.kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide .text_wrapper .title {
  font-weight: 600;
  letter-spacing: normal;
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide .text_wrapper .text {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide .text_wrapper .text {
    /*.transition(max-height ease-out 300ms);
                                    overflow: hidden;
                                    max-height: 0;*/
    -webkit-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
    -moz-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
    opacity: 0;
  }
}
.kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide .text_wrapper .link {
  text-align: center;
}
.kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide .text_wrapper .link a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #ffffff;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 22px;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
}
@media (min-width: 1024px) {
  .kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide .text_wrapper .link a {
    width: auto;
  }
}
.kyl_cta_books .container .books .swiper .swiper-wrapper .swiper-slide .text_wrapper .link a:hover {
  background-color: #ffffff;
  color: #417ec1;
}
.kyl_cta_books .container .books .swiper .swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .kyl_cta_books .container .books .swiper .swiper-navigation {
    display: none;
  }
}
.kyl_cta_books .container .books .swiper .swiper-navigation .swiper-button {
  position: static;
  margin: 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #417ec1;
}
.kyl_cta_books .container .books .swiper .swiper-navigation .swiper-button-prev {
  margin-right: 20px;
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/Pfeil_Links_Blau.svg') center center / 10px 18px no-repeat;
}
.kyl_cta_books .container .books .swiper .swiper-navigation .swiper-button-next {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/Pfeil_Rechts_Blau.svg') center center / 10px 18px no-repeat;
}
.kyl_cta_books .container .books .swiper .swiper-navigation .swiper-button-disabled {
  opacity: 1;
}
