.js-licenz-slider {
  margin-top: 40px
}
.js-licenz-slider .description {
  color: #374046;
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-right: 35px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.js-licenz-slider .slider-navigation {
  position: absolute;
  z-index: 10;
  height: 80px;
  width: 116px;
  left: calc(50% - 58px);
  -webkit-box-pack: justify;
  -webkit-box-align: center;
}
.js-licenz-slider .swiper-button-next, .js-licenz-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #065C9C;
  max-height: 40px;
  border: none;
}
.js-licenz-slider .slider-navigation button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6833 17.65L5.04992 10L12.6833 2.35L10.3333 0L0.333252 10L10.3333 20L12.6833 17.65Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.js-licenz-slider .slider-navigation button:last-child::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.316749 17.65L7.95008 10L0.316749 2.35L2.66675 0L12.6667 10L2.66675 20L0.316749 17.65Z' fill='white'/%3E%3C/svg%3E%0A");
}
.js-licenz-slider .line {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #065C9C4D;
  position: relative;
  border-radius: 6px;
}
.js-licenz-slider .line::before {
  position: absolute;
  left: 0;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23065C9C'/%3E%3Ccircle cx='11' cy='11' r='8' fill='white'/%3E%3C/svg%3E%0A");
  display: block;
  width: 22px;
  height: 22px;
  top: -9px;
}
.js-licenz-slider .year {
  color: #065C9C;
  font-family: "Inter", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 13px;
}
