.coaching-card-container {
  width: 100vw;
  overflow-x: scroll;
  margin-bottom: 70px;
  --swiper-theme-color: #CE0058;
}

.coaching-card-container.coaching-card-container--white {
  background: #fff;
}

.coaching-card-container.coaching-card-container--light {
  background: #F4F4F4;
}

.coaching-card-container.coaching-card-container--dark {
  background: #000;
  color: #fff !important;
}

.coaching-card-container::-webkit-scrollbar {
  /*width: 5px;
  /* width of the entire scrollbar */
}

.coaching-card-container::-webkit-scrollbar-track {
  /*background: grey;
    color of the tracking area */
}

.coaching-card-container::-webkit-scrollbar-thumb {
  /*background-color: #CE0058;
  /* color of the scroll thumb */
}

.coaching-card-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.coaching-card-container {
  scrollbar-width: thin;
}

.coaching-card-container .coaching-card-content {
  margin: 100px 0;
  display: flex;
}

@media (min-width: 1025px) {
  .coaching-card-container .coaching-card-content {
    padding-left: calc((100vw - 1000px)/2)
  }
}

@media (min-width: 1281px) {
  .coaching-card-container .coaching-card-content {
    padding-left: calc((100vw - 1200px)/2)
  }
}

@media (min-width: 1513px) {
  .coaching-card-container .coaching-card-content {
    padding-left: calc((100vw - 1400px)/2)
  }
}


.coaching-card-headline {
  min-width: 30vw;
}

.coaching-card-headline h2 {
  font-size: 80px;
  color: black;
  text-transform: none;
  font-family: "Ivar-Headline";
  font-weight: 400;
}

.coaching-card-headline .coaching-card-headline-text p {
  font-size: 22px;
  color: black;
  font-family: "Sohne";
  width: 80%;
  line-height: 1.4;
}


.coaching-card-holder {
  display: flex;
  margin-left: 50px;
}

.coaching-card-holder .coaching-card {
  width: 270px;
  height: 400px;
  background-size: cover;
  position: relative;
  margin: 0 25px;
  /*box-shadow: 0 0 3px #ccc;*/
  border-radius: 8px;
  cursor: grab;
  background-position: center center;
}

.coaching-card-container.grabbed .coaching-card {
            cursor: grabbing;
}

.red-mask {
/*             background: #CE0058;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .2;
  z-index: 200; */
}

.coaching-constant-group {
  margin: 0 20px;
  height: 20%;
  color: white;
  position: relative;
  padding-top: 15px;
}

.coaching-constant-group .coaching-line {
  width: 100%;
  background: white;
  height: 2px;
  margin-top: 30px;
}

.coaching-card .coaching-text-group {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: white;
  font-size: 20px;
  flex-direction: column;
}

.coaching-card.active .coaching-text-group {
  height: calc(100% - 60px);
  top: 60px;
}

.coaching-text-rich-group {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.coaching-card.active {
  background: white;
  transition: .2s;
  background-image: none !important;
  box-shadow: 0 0 10px #ccc;
}

.coaching-card .coaching-num {
font-weight: 500;
}

.coaching-card.active .coaching-line {
  background: #CE0058;
}

.coaching-card.active .coaching-num {
  color: #CE0058;
}

.coaching-card.active .red-mask {
  opacity: 0;
}

.coaching-card .coaching-text-group h4 {
  font-family: "Ivar-Headline";
  font-size: 32px;
  font-weight: 400;
}

.coaching-card .coaching-text-group {
  font-family: "Sohne";
  font-size: 22px;
}

.coaching-card.active .coaching-text-group {
  color: black;
}

.coaching-card.active .coaching-text-rich-group {
  max-height: 600px;
  line-height: 1.2;
  position: relative;
  bottom: initial;
}

.coaching-card.final {
  background: white;
  color: black;
}

.coaching-card.final .coaching-text-rich-group {
  max-height: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.coaching-card.final {
  box-shadow: 0 0 10px #ccc;
}

.coaching-card.final .coaching-text-rich-group p {
  font-family: "Sohne";
  font-size: 22px;
  text-align: center;
}

.coaching-card.final .coaching-text-rich-group .final-cta-button {
  background: #CE0058;
  color: white;
  font-family: "Sohne";
  padding: 10px 25px;
  border-radius: 25px;
}

.coaching-card.final .coaching-text-rich-group .final-cta-button a {
  color: white;
  font-family: "Sohne";
}   

.coaching-card-swiper {
  display: none;
}

.coaching-arrows img {
  width: 30px;
}


/* @media screen and (min-width: 700px) and (max-width: 978px) {
  .swiper-wrapper .coaching-card {
    height: 600px;
  }

  .swiper-wrapper .coaching-card.final {
    height: 600px;
  }
} */

 

@media screen and (max-width: 978px) {
  .coaching-card-container .coaching-card-content {
     flex-direction: column;
     margin: 60px 0 60px;
  }
  
  .coaching-arrows {
    display: none;
  }
  
  
  .coaching-card-swiper {
    display: flex;
    margin: 50px 0 50px 15px !important;
    width: 100%;
    overflow: visible !important;
  }
  
  .coaching-card-holder {
     display: none;
  }
  
  .coaching-card {
    height: 400px !important;
    width: 80%;
    display: block;
    border-radius: 8px;
  }
  
  .coaching-card.final {
        height: 400px;
        width: 80%;
     border-radius: 8px;

    box-shadow: 0 0 10px #ccc;
  }
  
  .coaching-card-container {
     overflow-x: hidden;
  }
  
  .coaching-swiper-pagination {
    position: relative;
    margin: auto;
    left: initial;
    bottom: initial;
    text-align: center;
  }
  
  .coaching-card-headline .coaching-card-headline-text p {
    width: 100%;
    font-size: 18px;
  }
  
  .coaching-card-headline h2 {
    font-size: 40px;
  }
  
   .coaching-card-headline {
            text-align: center;
            width: 90%;
            margin: auto;
        }
}