﻿/*$xxs-from: 0px;
$xxs-to: 575px;
$xs-from: 0px;
$xs-to: 767px;
$sm-from: 768px;
$sm-to: 991px;
$md-from: 992px;
$md-to: 1199px;
$lg-from: 1200px;
$lg-to: 1599px;
$xl-from: 1600px;
*/
/*
$xxs-from: 0px;
$xxs-to: 575px;
$xs-from: 0px;
$xs-to: 575px;
$sm-from: 576px;
$sm-to: 767px;
$md-from: 768px;
$md-to: 991px;
$lg-from: 992px;
$lg-to: 1199px;
$xl-from: 1200px;
$xl-to: 1399px;
$xxl-from: 1400px;
*/
/*
$xxs-from: 0px;
$xxs-to: 575px;
$xs-from: 0px;
$xs-to: 575px;
$sm-from: 576px;
$sm-to: 767px;
$md-from: 768px;
$md-to: 991px;    // 991px
$lg-from: 992px;  // 992px
$lg-to: 1199px;   // 1199px
$xl-from: 1200px;
$xl-to: 1399px;
$xxl-from: 1200px;
*/
/* SPEZIALFALL XS - XXS */
/* XXS MUSS NACH XS IM CSS ANGEGEBEN WERDEN */
/* Small devices (tablets, 767px and up) */
/* Small devices (tablets, 575px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
#p5 {
  overflow-x: clip;
}
#p5 #pdfEditor {
  overflow-x: clip;
}
#p5 #pdfEditor .bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: calc(100000 - 110);
}
#p5 #pdfEditor h1.h1 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  #p5 #pdfEditor h1.h1 {
    font-size: 3.5rem;
  }
}
#p5 #pdfEditor h3.h3 {
  font-size: 1.15rem;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  #p5 #pdfEditor h3.h3 {
    font-size: 1.5rem;
  }
}
#p5 #pdfEditor a.btn {
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
#p5 #pdfEditor a.btn:hover {
  cursor: pointer;
}
#p5 #pdfEditor .desc p {
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .desc p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
#p5 #pdfEditor .pi-intro {
  height: 100vh;
  max-height: 100vh;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-intro {
    height: 100vh;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 1024px) {
  #p5 #pdfEditor .pi-intro {
    height: 100vh;
    max-height: 100vh;
  }
}
#p5 #pdfEditor .pi-intro .intro {
  position: relative;
}
#p5 #pdfEditor .pi-intro .intro .bg-media {
  height: 100%;
  margin-top: 0;
}
#p5 #pdfEditor .pi-intro .intro .bg-media img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: calc(100000 - 100);
}
#p5 #pdfEditor .pi-intro .intro .bg-media div.bg-img {
  width: 100%;
  height: 100%;
  background-position: center bottom !important;
}
#p5 #pdfEditor .pi-intro .intro .e {
  position: relative;
  width: 95px;
  height: 95px;
  top: 72%;
  left: 5%;
  z-index: calc(100000 - 90);
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-intro .intro .e {
    width: 154px;
    height: 155px;
    top: 53%;
    left: 81%;
  }
}
#p5 #pdfEditor .pi-intro .intro .desc {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-intro .intro .desc {
    padding-top: 84px;
  }
}
#p5 #pdfEditor .pi-intro .intro .desc .top {
  top: 7vh;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-intro .intro .desc .top {
    top: 13vh;
  }
}
@media only screen and (min-width: 1024px) {
  #p5 #pdfEditor .pi-intro .intro .desc .top {
    top: 13vh;
  }
}
#p5 #pdfEditor .pi-intro .intro .desc .top h1.h1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-intro .intro .desc .top h1.h1 {
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  #p5 #pdfEditor .pi-intro .intro .desc .top h1.h1 {
    width: 60%;
  }
}
#p5 #pdfEditor .pi-intro .intro .desc .top h3.h3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-intro .intro .desc .top h3.h3 {
    width: 29.5rem;
  }
}
#p5 #pdfEditor .pi-intro .intro .container-btns {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 100%;
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-intro .intro .container-btns {
    margin-top: 3rem;
    max-width: 360px;
  }
}
#p5 #pdfEditor .pi-concept {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
}
#p5 #pdfEditor .pi-concept .concept-content {
  width: 100%;
}
#p5 #pdfEditor .pi-concept .concept-content .title {
  text-align: center;
}
#p5 #pdfEditor .pi-concept .concept-content .title h1.h1 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .title h1.h1 {
    padding: 0 4rem;
    font-size: 3.5rem;
    padding: 0;
  }
}
#p5 #pdfEditor .pi-concept .concept-content .title h2.h2 {
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .title h2.h2 {
    font-size: 1.5rem;
  }
}
#p5 #pdfEditor .pi-concept .concept-content .title p.p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4rem;
  margin: 2rem auto 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .title p.p {
    width: 83.3333333333%;
  }
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .concept-items-container {
    margin-top: 3rem;
  }
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items-container.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .concept-items-container.mobile {
    display: none;
  }
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items-container.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .concept-items-container.desktop {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items, #p5 #pdfEditor .pi-concept .concept-content .app-items {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .concept-items, #p5 #pdfEditor .pi-concept .concept-content .app-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item {
  width: auto;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
  padding: 0 1rem;
  min-height: 325px;
}
@media only screen and (min-width: 576px) {
  #p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item {
    min-height: 260px;
  }
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item {
    width: 33%;
    margin-bottom: 0;
    margin-top: 2.5rem;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item .img-container, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item .img-container, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item .img-container, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item .img-container {
    margin-bottom: 1.25rem;
  }
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item .img-container svg, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item .img-container svg, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item .img-container svg, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item .img-container svg {
  max-width: 5.15rem;
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item .img-container svg .sw-2, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item .img-container svg .sw-2, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item .img-container svg .sw-2, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item .img-container svg .sw-2 {
  stroke-width: 2px;
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item .img-container #i1, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item .img-container #i1, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item .img-container #i1, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item .img-container #i1 {
  transform: scale(0.85);
  position: relative;
  top: 12px;
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item .img-container #i2, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item .img-container #i2, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item .img-container #i2, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item .img-container #i2 {
  transform: scale(0.85);
  position: relative;
  top: 12px;
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item .img-container #i3, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item .img-container #i3, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item .img-container #i3, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item .img-container #i3 {
  transform: scale(0.85);
  margin-top: 14px;
  position: relative;
  top: 14px;
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item .img-container #i4, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item .img-container #i4, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item .img-container #i4, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item .img-container #i4 {
  transform: scale(1.2);
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item .img-container #i6, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item .img-container #i6, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item .img-container #i6, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item .img-container #i6 {
  transform: scale(1.25);
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item h2.h2, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item h2.h2, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item h2.h2, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item h2.h2 {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item h2.h2, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item h2.h2, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item h2.h2, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item h2.h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
#p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item p.p, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item p.p, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item p.p, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item p.p {
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4rem; /* 155.556% */
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-concept .concept-content .concept-items .concept-item p.p, #p5 #pdfEditor .pi-concept .concept-content .concept-items .app-item p.p, #p5 #pdfEditor .pi-concept .concept-content .app-items .concept-item p.p, #p5 #pdfEditor .pi-concept .concept-content .app-items .app-item p.p {
    margin-top: 1.5rem;
  }
}
#p5 #pdfEditor .pi-science-of-ink {
  height: 1154px;
  min-height: 71vw;
}
@media only screen and (min-width: 576px) {
  #p5 #pdfEditor .pi-science-of-ink {
    height: 1350px;
    min-height: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-science-of-ink {
    height: 1154px;
    min-height: 71vw;
  }
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid {
  background: linear-gradient(180deg, #dddddd 10%, #e9e9e9);
  height: 100%;
  position: relative;
  z-index: calc(100000 - 151);
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .triangle-bot {
  height: 13.5vmax;
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: calc(100000 - 40);
  top: -1px;
  clip-path: polygon(0 0%, 100% 0%, 0 100%);
  -webkit-transform: translateY(-25%) scale3d(1.1, 50%, 1.1);
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid .triangle-bot {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 0 100%);
    -webkit-transform: translateY(0) scale3d(1.1, 1.1, 1.1);
  }
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .bg-media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: calc(100100 - 150);
  filter: saturate(0.9) opacity(0.85);
  /*
  #videoPdfEditor {
      position: absolute;
      //z-index: calc( 100100 - 149 );
      z-index: calc( 100100 - 98 );
      top: 33.3%;
      left: unset;
      width: 53vw;
      min-width: 862px;
      right: 41.5%;

      @media screen and (min-width:1628px) {
          top: 33.3%;
          left: 5.15%;
          width: 53vw;
          min-width: 862px;
      }
  }
  */
}
@media only screen and (min-width: 1024px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid .bg-media {
    filter: none;
  }
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .bg-media .bg-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom !important;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid .bg-media .bg-img {
    background-position: center top !important;
  }
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid #videoPdfEditor {
  position: absolute;
  z-index: calc(100100 - 98);
}
@media only screen and (max-width: 575px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid #videoPdfEditor {
    top: unset;
    bottom: calc(10% + 4vw - 1vh);
    left: unset;
    width: 83vw;
    right: 8.5%;
    min-width: unset;
  }
}
@media only screen and (min-width: 576px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid #videoPdfEditor {
    top: unset;
    bottom: calc(10% + 4vw - 1vh);
    left: unset;
    width: 83vw;
    right: 8.5%;
    min-width: unset;
  }
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid #videoPdfEditor {
    top: 33.3%;
    bottom: unset;
    left: unset;
    width: 53vw;
    min-width: 862px;
    right: 41.5%;
  }
}
@media screen and (min-width: 1628px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid #videoPdfEditor {
    top: 33.3%;
    bottom: unset;
    left: 5.15%;
    width: 53vw;
    min-width: 862px;
  }
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .container {
  height: 100%;
  position: relative;
  z-index: calc(100100 - 99);
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-title {
  position: relative;
  top: 4rem;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-title {
    top: 4rem;
  }
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink {
  width: 100%;
  margin-left: 0;
  position: relative;
  right: 0;
  top: 5%;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink {
    top: 12%;
    width: 40%;
    right: -60%;
  }
}
@media only screen and (min-width: 1024px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink {
    width: 31%;
    right: -69%;
  }
}
@media only screen and (min-width: 1200px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink {
    top: 10%;
    width: 30%;
    right: -67%;
  }
}
@media only screen and (min-width: 1400px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink {
    width: 33%;
    right: -70%;
  }
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink .desc {
  margin-top: 2.25rem;
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink .desc p {
  font-weight: 400;
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink ul {
  margin-top: 1.85rem;
  padding-left: 12px;
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink ul li {
  color: #000;
  font-family: "dinot";
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 0.9rem;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink ul li {
    font-weight: 500;
  }
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink ul li::marker {
  position: relative;
  top: -1px;
}
#p5 #pdfEditor .pi-science-of-ink .container-fluid .container .container-ink ul li::before {
  /*
  content: ">";
  font-size: 0.75rem;
  position: relative;
  left: 0;
  top: -1px;
  */
}
#p5 #pdfEditor .pi-contactform .modal .container-btns {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-contactform .modal .container-btns {
    flex-direction: row;
    margin-top: 3rem;
  }
}
#p5 #pdfEditor .pi-contactform .modal .container-btns .btn {
  margin: 0 1rem 1rem 1rem;
  width: auto;
  min-width: 320px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  #p5 #pdfEditor .pi-contactform .modal .container-btns .btn {
    margin: 0 1rem;
    min-width: 360px;
  }
}
#p5 #pdfEditor .pi-contactform .modal #formFirst {
  margin-bottom: 5rem;
}
#p5 #pdfEditor .pi-contactform .modal #contactForm .select-title {
  display: inline-block;
  margin-bottom: 20px;
}
#p5 #pdfEditor .pi-contactform .modal #contactForm .select-option {
  display: inline-block;
}
#p5 #pdfEditor .pi-contactform .modal #contactForm .select-option.one {
  margin-bottom: 10px;
}

div.grecaptcha-badge {
  z-index: calc(100000 - 2);
}

div.slick-dots {
  background: red;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  position: relative;
}

ul.slick-dots {
  bottom: -50px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: row;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  margin: auto;
  padding: 0.6rem;
  line-height: normal;
  width: 90%;
  flex-wrap: wrap;
  justify-content: center;
  filter: invert(1);
}
@media only screen and (min-width: 576px) {
  ul.slick-dots {
    bottom: -80px;
    width: fit-content;
    flex-wrap: nowrap;
  }
}
ul.slick-dots li {
  width: 20px;
  margin: 0 5px 10px 5px;
  /*
  button {
      &:before {
          content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.01446' cy='7.73022' r='6.2644' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
          width: 15px;
          height: 15px;
      }
  }
  */
}
ul.slick-dots li button {
  display: flex;
  flex-direction: row;
  width: 20px;
  transition: all ease-in-out 0.2s;
  padding: 0;
}
ul.slick-dots li button:before {
  content: none;
  width: 0;
  height: 0;
}
ul.slick-dots li button span {
  width: calc(20px);
  height: 20px;
  background: transparent;
}
ul.slick-dots li button span.l {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 0;
  transition: all ease-in-out 0.2s;
}
ul.slick-dots li button span.m {
  border-radius: 50%;
  border: 2px solid #000;
}
ul.slick-dots li button span.r {
  width: 0;
  transition: all ease-in-out 0.2s;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
ul.slick-dots li.slick-active {
  width: 60px;
}
ul.slick-dots li.slick-active button {
  width: 60px;
  transition: all ease-in-out 0.2s;
}
ul.slick-dots li.slick-active button span {
  width: 20px;
  background: transparent;
  transition: width ease-in-out 0.2s;
}
ul.slick-dots li.slick-active button span.l {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  transition: none;
  border-top: 2px solid #000;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
ul.slick-dots li.slick-active button span.m {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
ul.slick-dots li.slick-active button span.r {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  transition: none;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: none;
}
