@charset "UTF-8";
/* Global 11/04/2023 v2
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  background-image: url("../images/background-image.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.wrapper-padding {
  padding: 0 26px;
}

img {
  width: 100%;
  height: auto;
}

a:hover {
color: #000;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

#path {
  position: absolute;
  z-index: 2;
  padding-left: 270px;
  bottom: -70%;
  -webkit-transform: translateY(100px) scale(0.8);
  transform: translateY(100px) scale(0.8);
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 6730;
  stroke-dashoffset: -6700;
  -webkit-animation: dash 3s linear forwards;
  animation: dash 3s linear forwards;
}

.slick-list *:focus {
  outline: 0;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 26px 26px 0;
  z-index: 3;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#burger-menu {
  display: inline-block;
  text-decoration: none;
  z-index: 21;
  padding: 8px 0;
  cursor: pointer;
}

#burger-menu .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 200;
  color: #666666;
}

#burger-menu .burger div {
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#burger-menu .burger .burger__text {
  margin-right: 1rem;
  font-size: 1.5rem;
  margin-bottom: 1px;
}

#burger-menu .burger .burger__cut {
  width: 2.4rem;
  height: 1.4rem;
  position: relative;
}

#burger-menu .burger .burger__cut span {
  height: 0.2rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #000;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#burger-menu .burger .burger__cut span:first-child {
  top: 0;
}

#burger-menu .burger .burger__cut span:last-child {
  bottom: 0;
}

#burger-menu .burger .burger__cut span.active:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

#burger-menu .burger .burger__cut span.active:last-child {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  font-size: 2.2rem;
  text-align: center;
  z-index: 11;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -2000);
          transform: matrix(1, 0, 0, 1, 0, -2000);
  overflow-y: auto;
}

.nav .navAnim {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -100);
          transform: matrix(1, 0, 0, 1, 0, -100);
  opacity: 0;
}

.nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav .nav-links span {
  text-transform: uppercase;
  margin-bottom: 17px;
  display: block;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

.nav .nav-links nav {
  margin-bottom: 40px;
}

.nav .nav-links ul {
  list-style: none;
}

.nav #menu-logo {
  width: 70px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.nav .menu-item a {
  font-weight: 400;
  text-decoration: none;
}

/* Hero Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #4A5A61;
}

section.hero .hero-logo {
  display: none;
}

section.hero .wrapper {
  position: relative;
  max-width: 1580px;
  margin: 0 auto;
}

section.hero .swiper-container {
  padding-top: 40px;
  padding-bottom: 25px;
}

section.hero .details-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 30px;
}

section.hero .slide-details {
  z-index: 3;
}

section.hero .slide-details h2 {
  margin-bottom: 0.2em;
}

section.hero .pagination-desktop {
  display: none;
}

section.hero .pagination-mobile {
  position: absolute;
  right: 10px;
  bottom: 70px;
}

section.hero .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  padding: 0 26px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.hero .store-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 26px;
  z-index: 3;
}

section.hero .store-buttons-collumn {
  display: table;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 26px;
  z-index: 3;
  position: relative;
}

section.hero .store-buttons-collumn span {
  font-weight: 600;
  display: block;
}

section.hero .store-buttons-collumn-span {
  margin-left: 50px;
}

section.hero .store-buttons-collumn-space {
  height: 8px;
}

section.hero .store-buttons span {
  font-weight: 600;
  display: block;
}

section.hero .store-buttons a {
  margin-right: 10px;
}

section.hero .store-buttons a:nth-child(2) {
  margin-right: 20px;
}

section.hero .store-buttons a img {
  max-width: 72px;
}

section.hero .hero-image-wrapper {
  position: relative;
}

section.hero .coach-details {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 1.6rem;
  z-index: 3;
}

section.hero .coach-details .coach-name {
  display: block;
  font-weight: 700;
  width: 80px;
}

section.hero .coach-details .coach-job {
  display: inline-block;
  width: 100px;
}

.fullscreen-bg__video {
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

canvas {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.bg-opacity {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -99;
  opacity: .6;
}

/* 3 Phones
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.mind {
  clear: both;
  text-align: center;
  overflow: hidden;
  margin-top: 80px;
  z-index: 1;
  position: relative;
}

section.mind h1 {
  margin: 0;
}

section.mind h1, section.mind h2 {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

section.mind .container {
  width: 100%;
  padding: 0;
}

section.mind h3 {
  max-width: 266px;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 2rem;
}

section.mind .mind__titles {
  margin-bottom: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

section.mind .mind__titles div {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

section.mind .mind__screens {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

section.mind .mind__screens img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.2);
}

section.mind .mind__screens div:first-child {
  opacity: 0;
  -webkit-transform: translateX(125px);
  transform: translateX(125px);
}

section.mind .mind__screens div:nth-child(2) {
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

section.mind .mind__screens div:last-child {
  opacity: 0;
  -webkit-transform: translateX(-125px);
  transform: translateX(-125px);
}

/* Cards - Swipers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.cards {
  overflow: hidden;
}

section.cards h1 {
  margin-top: 20px;
  margin-bottom: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}

section.cards h2 {
  margin-bottom: 2rem;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}

section.cards p.title {
  margin: 0 auto 48px auto;
  max-width: 1040px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}

section.cards .card__desc {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

section.cards h4, section.cards .card__desc {
  margin-left: 11px;
}

section.cards .cards-row .title {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 31px;
  letter-spacing: 0.2rem;
}

section.cards .instructor-row {
  margin: 0 auto;
  max-width: 200px;
}

section.cards .instructor-row p {
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
  font-weight: 700;
}

/* Inspire Section - Big Image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.inspire {
  max-width: 1580px;
  margin: 0 26px 30px 26px;
  opacity: 0;
}

section.inspire .inspire__wrapper {
  max-width: 1610px;
  overflow: hidden;
  border-radius: 18px;
}

section.inspire .title {
  position: relative;
  margin-bottom: 53px;
  background-image: url("../images/GettyImages-536810135.jpg");
  background-position: 70%;
  border-radius: 18px;
  background-position: 80% bottom;
  background-repeat: no-repeat;
  background-size: 200%;
}

section.inspire .title .gradient {
  min-height: 644px;
  border-radius: 18px;
  padding: 23px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(white 40%, rgba(255, 255, 255, 0) 100%);
}

section.inspire .title h2 {
  margin-bottom: 2.4rem;
}

section.inspire .title p {
  margin-top: 0;
  font-size: 2.3rem;
  line-height: 1.1;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

section.inspire .inspire__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

section.inspire .inspire__icons .item {
  width: 46%;
  margin-bottom: 46px;
}

section.inspire .inspire__icons .item img {
  width: 48px;
}

section.inspire .inspire__icons .item h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
}

/* Gratis
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.gratis {
  margin: 0 26px 191px 26px;
  background: #ccffff;
  background: linear-gradient(55deg, #ccffff 0%, #ccaafd 100%);
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1580px;
  display: block;
  opacity: 0;
}

section.gratis p {
  max-width: 1036px;
  margin: 0 auto;
  padding-bottom: 28px;
  font-weight: 200;
  letter-spacing: -0.1rem;
}

section.gratis h1 {
  margin-bottom: 2rem;
  font-weight: 200;
}

section.gratis .tryit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.gratis .tryit .app-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 16px;
}

section.gratis .tryit img {
  width: 72px;
}

section.gratis .tryit div {
  font-weight: 500;
}

.link-card {
  text-decoration: none;
}

section.gratis .tryit a {
  margin: 10px 10px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Swipers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.swipe {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.swipe ul {
  overflow: hidden;
}

/* Footer Mob
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Footer Mob
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 36px;
}

footer div.positiv-icon {
  margin-bottom: 10px;
  margin-left: -8px;
}

footer div.positiv-icon svg {
  width: 52px;
}

footer small.copyright-top {
  display: none;
}

footer small.copyright-bottom {
  display: block;
}

footer span {
  text-transform: uppercase;
  margin-bottom: 17px;
  display: block;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

footer ul {
  list-style: none;
}

footer ul a {
  font-size: 2.2rem;
  display: inline-block;
  text-decoration: none;
}

.card .cover {
  position: relative;
  text-align: center;
  background-color: rgba(250, 250, 250, 0.4);
  border-radius: 18px;
  margin-bottom: 20px;
  overflow: hidden;
}

.card .desc {
  margin-left: 11px;
}

.card .desc h4, .card .desc p {
  font-size: 1.8rem;
}

.card .desc h4 {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  margin: 0;
}

.card .desc p {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  margin: 0;
}

.instructor-wrapper {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.instructor-wrapper .card {
  width: 156px;
  padding: 5px;
  cursor: url(../images/drag.png) 16 9, ew-resize;
}

.instructor-wrapper .overlay {
  opacity: 0;
  cursor: default;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 18px;
  padding: 15px;
  font-size: 1.8rem;
  line-height: 1.2;
  overflow: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.instructor-wrapper .overlay.active {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.instructor-wrapper .cover {
  width: 156px;
  height: 239px;
}

.instructor-wrapper .cover .thumbnail {
  width: 100%;
  height: 239px;
  -o-object-fit: cover;
     object-fit: cover;
}

.meditate-wrapper {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.meditate-wrapper .card {
  cursor: url("../images/drag.png") 16 9, ew-resize;
  padding: 0 5px;
  width: 156px;
}

.card-testimonials {
  background-color: white;
  height: 250px;
  width: 310px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 5px 7px 10px -3px rgba(0, 0, 0, 0.277);
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.desc-testimonials {
  overflow:auto; 
  margin-top: auto;
  font-style: italic;
}

.meditate-wrapper .card .desc {
  width: auto;
}

.meditate-wrapper .card .cover {
  width: 156px;
  height: 239px;
  border-radius: 18px;
  -khtml-border-radius: 18px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.meditate-wrapper .card .cover .thumbnail {
  border-radius: 18px;
  -khtml-border-radius: 18px;
  width: 100%;
  height: 239px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meditate-wrapper .card .active .thumbnail {
  /* IE 9 */
  -webkit-transform: scale(1.4);
  /* Chrome, Safari, Opera */
  transform: scale(1.4);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meditate-wrapper .card .overlay {
  cursor: default;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 17px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meditate-wrapper .card .overlay a {
  padding-top: 6px;
  line-height: 1.2;
  opacity: 0.9;
  text-align: center;
  display: none;
}

.meditate-wrapper .card .overlay img {
  width: 40%;
  margin: 0 auto;
}

.meditate-wrapper .card .overlay.active {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Smartphones (portrait and landscape) ---------- */
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-image {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    margin-top: 90px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 320px) {
  #path {
    bottom: -80%;
  }
}

@media screen and (min-width: 768px) {
  section.hero .swiper-slide {
    padding: 0 26px 40px;
  }
  .swipe ul li:first-child {
    margin-left: 7vw;
  }
  section.gratis .tryit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.7em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.gratis .tryit .app-icons {
    margin-left: 43px;
    margin-right: 43px;
  }
  section.gratis h1 {
    margin-bottom: 3rem;
  }
  section.gratis p {
    font-size: 3.4rem;
    max-width: 1036px;
    font-weight: 300;
  }
  .logo {
    opacity: 0;
  }
  /* Cards Desktop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .instructor-wrapper .card {
    width: 230px;
    padding: 0 20px;
    cursor: url("../images/drag.png") 16 9, ew-resize;
  }
  .instructor-wrapper .card .overlay {
    padding: 31px;
    font-size: 1.8rem;
    line-height: 1.4;
    cursor: url("../images/drag.png") 16 9, ew-resize;
  }
  .instructor-wrapper .card .cover {
    width: 230px;
    height: 352px;
  }
  .instructor-wrapper .card .cover .thumbnail {
    height: 352px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .meditate-wrapper .card {
    padding: 0 20px;
    width: 365px;
  }
  .meditate-wrapper .card .cover {
    width: 365px;
    height: 560px;
  }
  .meditate-wrapper .card .cover .thumbnail {
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .meditate-wrapper .card .overlay {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .meditate-wrapper .card .overlay a {
    margin-left: 10px;
    padding-top: 6px;
    text-align: center;
  }
  .meditate-wrapper .card .overlay img {
    width: 100%;
  }
  /* Footer Desktop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  footer .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    margin: 0 auto;
    max-width: 1580px;
  }
  footer div.positiv-icon {
    margin-bottom: 0;
  }
  footer div.positiv-icon svg {
    width: auto;
  }
  footer .positiv-icon svg {
    display: block;
    margin-bottom: 10px;
  }
  footer small.copyright-top {
    display: block;
  }
  footer small.copyright-bottom {
    display: none;
  }
  footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer nav div.nav-wrap {
    margin-left: 80px;
  }
  footer nav div.nav-wrap li {
    margin-bottom: 0;
  }
  /* Mind Section Desktop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  section.mind {
    margin-top: -60px;
  }
  section.mind .mind__titles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.mind .mind__titles h3 {
    padding: 0 20px;
    font-weight: 600;
    letter-spacing: 0.60px;
  }
  section.mind .mind__screens div img {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 36px;
  }
  section.mind .mind__screens div:first-child {
    -webkit-transform: translateX(348px);
    transform: translateX(348px);
    opacity: 0;
  }
  section.mind .mind__screens div:nth-child(2) {
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  section.mind .mind__screens div:last-child {
    -webkit-transform: translateX(-348px);
    transform: translateX(-348px);
    opacity: 0;
  }
  /* Inspire Section Desktop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  section.inspire {
    position: relative;
    margin: 0 26px 30px 26px;
    background-color: #fff;
    background-position: 70%;
    border-radius: 36px;
    background-size: cover;
    background-image: url("../images/GettyImages-536810135.jpg");
  }
  section.inspire .title {
    font-weight: 200;
    background-image: none;
  }
  section.inspire .title .gradient {
    padding: 0;
    background: none;
    min-height: auto;
  }
  section.inspire .title p {
    font-size: 3.3rem;
  }
  section.inspire .inspire__wrapper {
    padding: 41px;
    max-width: 460px;
    background: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 40%, rgba(255, 255, 255, 0) 100%);
  }
  /* Cards Desktop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  section.cards .instructor-row {
    max-width: 100%;
  }
  section.cards h2 {
    margin-bottom: 3rem;
  }
  section.cards p.title {
    margin: 0 auto 122px auto;
    max-width: 1040px;
  }
  #path {
    bottom: -280px;
    -webkit-transform: translateY(100px) scale(0.9);
    transform: translateY(100px) scale(0.9);
  }
  .store-buttons {
    bottom: 90px;
  }
}

/* Tablets, iPads (portrait and landscape) ---------- */
@media screen and (min-width: 1024px) {
  .hero__title {
    width: 366px;
  }
  /* Hero Section Desktop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  section.hero .hero-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 650px;
  }
  section.hero #path {
    bottom: -300px;
  }
  section.hero .hero-image {
    width: 80%;
  }
  section.hero .swiper-slide {
    height: 700px;
  }
  section.hero .swiper-slide {
    padding: 0 26px;
  }
  section.hero .hero-logo {
    position: absolute;
    left: 26px;
    display: block;
  }
  section.hero .slide-details {
    position: absolute;
    left: 0;
    max-width: 350px;
  }
  section.hero .slide-details h2 {
    font-size: 5.2rem;
    margin-bottom: 3rem;
    line-height: 1.2;
  }
  section.hero .swiper-wrapper {
    height: 880px;
    margin-bottom: 140px;
  }
  section.hero .pagination-mobile {
    display: none;
  }
  section.hero .pagination-desktop {
    display: block;
  }

  section.hero .store-buttons-collumn {
    position: absolute;
    bottom: 30%;
  }
  
  section.hero .coach-details {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    font-size: 2rem;
  }
  section.hero .coach-details .coach-name {
    display: block;
    font-weight: 700;
    width: auto;
  }
  section.hero .coach-details .coach-job {
    width: 150px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hero-image {
    width: 66%;
  }
  section.hero .hero-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #path {
    bottom: -350px;
  }
}

@media screen and (min-width: 1024px) {
  /* Nav Desktop
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .nav {
    padding: 60px 60px 20px 60px;
    text-align: left;
  }
  .nav nav {
    margin-bottom: 0;
  }
  .nav .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .nav .nav-links span {
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }
  .nav li {
    margin: 0;
  }
  .nav #menu-logo {
    width: auto;
    margin: auto;
  }
  .nav .menu-item a {
    font-size: 4rem;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    text-decoration: none;
  }
}

@media screen and (min-width: 1580px) {
  section.hero .swiper-wrapper {
    height: 830px;
    margin-top: 88px;
  }
  section.hero .hero-image {
    width: 95%;
  }
  section.hero .store-buttons {
    bottom: 23%;
  }
  section.hero .store-buttons-collumn {
    bottom: 23%;
  }
  section.hero .details-wrapper {
    margin-top: -72px;
  }
  section.hero .hero-image-wrapper {
    height: 790px !important;
  }
  section.hero .coach-details {
    right: -70px;
  }
  #path {
    bottom: -161px !important;
  }
  /* Gratis Desktop
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
  section.gratis {
    margin: 0 auto 191px auto;
  }
  /* Nav Desktop
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .nav {
    padding: 130px 130px 20px 130px;
  }
  .nav .menu-item {
    font-size: 5.3rem;
  }
  section.inspire {
    margin: 0 auto 300px auto;
  }
}
/*# sourceMappingURL=styles.css.map */