/*  --------------------------- SCROLL DOWN BUTTON -------------------------- */
#scroll-down {
  position: relative;
}
#scroll-down a {
  position: absolute;
  bottom: -200px;
  left: 26%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #252525;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}

#scroll-down a:hover {
  opacity: 0.5;
}

#scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #252525;
  border-bottom: 1px solid #252525;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#scroll-down a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#scroll-down a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*  ------------------------- END SCROLL DOWN BUTTON ------------------------ */
/* .intro-page .page-content {
  perspective: 1px;
  height: calc(100vh - 82px);
   overflow-x: hidden;
   overflow-y: auto;
}
.intro-page .page-content .section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.intro-page .page-content #section01 {
  transform: translateZ(0);
}
.intro-page .page-content #section01 {
  transform: translateZ(-1px) scale(2);
} */
.sppb-addon-feature.programmes .sppb-img-responsive {
  border-radius: 24px;
}

.sppb-addon-feature.programmes .sppb-btn {
  padding: 12px 60px;
}

.programmes-interpunkt-page .sppb-addon-wrapper,
.programmes-interpunkt-page .sppb-addon-wrapper > div,
.programmes-interpunkt-page .sppb-addon-wrapper > div .sppb-addon-feature,
.programmes-interpunkt-page
  .sppb-addon-wrapper
  > div
  .sppb-addon-feature
  .sppb-addon-content {
  height: 100%;
}

.programmes-interpunkt-page
  .sppb-addon-wrapper
  > div
  .sppb-addon-feature
  .sppb-addon-content {
  display: flex;
  flex-direction: column;
}

.programmes-interpunkt-page .sppb-addon-feature .sppb-media-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* ----------------------------------------------------------------------------------------------- */

#sppb-addon-wrapper-mM88XubXdUpw_HRtMCUc0,
#sppb-addon-wrapper-dDJp2uD1uxK1Ikge3tEMx,
#sppb-addon-wrapper-zIM9ExSa4dhbRSXfvgbk5,
#sppb-addon-wrapper-CCF-KJ5sp6rU-bkfV-s3b {
  height: 100%;
  }

#sppb-addon-mM88XubXdUpw_HRtMCUc0,
#sppb-addon-dDJp2uD1uxK1Ikge3tEMx,
#sppb-addon-zIM9ExSa4dhbRSXfvgbk5,
#sppb-addon-CCF-KJ5sp6rU-bkfV-s3b {
  height: calc(100% - 30px);
}

.sppb-addon-feature.programmes {
  height: 100%
}

.sppb-addon-feature.programmes .sppb-addon-content{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sppb-addon-feature.programmes .sppb-addon-content .sppb-media-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-item.item-149,
.nav-item.item-148 {
  margin: 0 10px;
}
/* -----------------------------RESPONSIVE---------------------------------- */
/*------------- Medium devices (tablets, less than 992px) --------------------*/
  @media (max-width: 991.98px) {
    .container-fluid,
    .container-inner,
    .row.align-items-center {
      height: 100%;
    }

  #sp-header {
    height: 120px;
  }

  .logo-image {
    height: 90px;
  }

  #sp-header .logo {
    height: 100px;
  }
  }
