/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* 
	SETTINGS
*/
/* lp 16.06.2018 */
header.black-header-init {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

header.black-header-init .flex-container {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.lp-top {
  margin-top: 64px;
}

.lp-button {
  background-color: #da1830;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.125rem;
  cursor: pointer;
  text-align: center;
  padding: 12px 40px;
  display: inline-block;
}

.lp-button:hover {
  background-color: #000;
  color: #fff;
}

.lp-image {
  position: relative;
}

.lp-image--signature {
  padding: 140px 50px;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .lp-image--signature {
    padding: 30px 4%;
  }
}

.lp-play-button {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  width: 115px;
  height: 115px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.lp-play-button:hover {
  background-color: #000;
  color: #da1830;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.02);
}

.lp-play-button .icon {
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 5px;
}

.lp-cke p, .lp-cke * {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #8c8c8c;
}

.lp-price {
  text-align: center;
  padding: 80px 0;
  padding-bottom: 40px;
  background: #cf102d;
  position: relative;
}

@media screen and (max-width: 47.9375em) {
  .lp-price {
    padding: 30px 0;
  }
}

.lp-price .heading {
  margin-bottom: 10px;
}

.lp-price:before {
  content: '';
  top: 99.99%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 28px;
  height: 28px;
  background: #cf102d;
}

.lp-price .heading {
  color: #fff;
}

.lp-price .lp-cke {
  color: #fff;
}

.lp-price .lp-cke * {
  color: #fff;
}

.lp-rockets {
  padding: 70px 0;
  padding-bottom: 120px;
}

@media screen and (max-width: 74.9375em) {
  .lp-rockets {
    padding: 50px 0;
  }
}

@media screen and (max-width: 28.0625em) {
  .lp-rockets {
    padding: 30px 0;
  }
}

.lp-rockets--helper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.lp-rockets .lp-rocket {
  padding: 0 20px;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 74.9375em) {
  .lp-rockets .lp-rocket {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}

.lp-rockets .lp-rocket__title {
  color: #4b4a4a;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.18182;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 50px;
}

@media screen and (max-width: 74.9375em) {
  .lp-rockets .lp-rocket__title {
    margin-bottom: 30px;
  }
}

.lp-rockets .lp-rocket__images {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 74.9375em) {
  .lp-rockets .lp-rocket__images {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.lp-rockets .lp-rocket__images img {
  margin: 0 10px;
  max-width: 100%;
}

.lp-rockets .lp-rocket__excerpt {
  margin-top: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.lp-shops {
  text-align: center;
  padding: 100px 0;
}

@media screen and (max-width: 74.9375em) {
  .lp-shops {
    padding: 40px 0;
  }
}

.lp-shops .heading {
  margin-bottom: 0;
}

.lp-shops .heading:nth-child(1) {
  color: #4b4a4a;
}

.lp-shops .heading:nth-child(2) {
  color: #cf102d;
}

@media screen and (max-width: 74.9375em) {
  .lp-shops .shop-list {
    margin-top: 30px;
  }
}

.lp-instagram {
  padding: 100px 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
}

@media screen and (max-width: 43.5em) {
  .lp-instagram {
    padding: 50px 0;
  }
}

.lp-instagram--helper {
  position: relative;
}

.lp-instagram .heading {
  margin-bottom: 0;
}

.lp-instagram .heading:nth-child(1) {
  color: #4b4a4a;
}

.lp-instagram .heading:nth-child(2) {
  color: #cf102d;
}

.lp-instagram .headings {
  min-height: 420px;
}

@media screen and (max-width: 63.9375em) {
  .lp-instagram .headings {
    min-height: 300px;
  }
}

@media screen and (max-width: 43.5em) {
  .lp-instagram .headings {
    min-height: 50px;
  }
}

.lp-instagram .lp-hashtag {
  color: #cf102d;
  margin-top: 30px;
}

.lp-instagram .lp-additional-text {
  margin-top: 30px;
}

.lp-instagram .sk-ig-bottom-btn-container {
  text-align: center !important;
}

.lp-instagram .sk-ig-load-more-posts {
  background-color: #da1830 !important;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.125rem !important;
  cursor: pointer;
  text-align: center;
  padding: 12px 40px !important;
  display: inline-block !important;
  margin-top: 20px !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 0 !important;
  float: none !important;
}

.lp-instagram .sk-ig-load-more-posts:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.lp-instagram .sk-ww-instagram-hashtag-feed {
  background: transparent !important;
}

.lp-instagram .sk-ig-all-posts {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 43.5em) {
  .lp-instagram .sk-ig-all-posts {
    margin-top: 30px !important;
  }
}

.lp-instagram .sk-ig-all-posts .sk-ww-instagram-hashtag-feed-item:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 43.5em) {
  .lp-instagram .sk-ig-all-posts .sk-ww-instagram-hashtag-feed-item:nth-child(1) {
    left: auto;
    top: auto;
    position: relative;
  }
}

.lp-instagram .sk-ig-all-posts .sk-ww-instagram-hashtag-feed-item:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 43.5em) {
  .lp-instagram .sk-ig-all-posts .sk-ww-instagram-hashtag-feed-item:nth-child(2) {
    left: auto;
    top: auto;
    position: relative;
  }
}

.lp-instagram .sk-ig-all-posts .sk-ww-instagram-hashtag-feed-item:nth-child(n + 3) {
  width: 15% !important;
  height: 0 !important;
  padding-bottom: 15% !important;
  position: relative;
}

@media screen and (max-width: 43.5em) {
  .lp-instagram .sk-ig-all-posts .sk-ww-instagram-hashtag-feed-item:nth-child(n + 3) {
    width: 30% !important;
    padding-bottom: 30% !important;
  }
}

@media screen and (max-width: 28.0625em) {
  .lp-instagram .sk-ig-all-posts .sk-ww-instagram-hashtag-feed-item:nth-child(n + 3) {
    width: 40% !important;
    padding-bottom: 40% !important;
  }
}

.lp-instagram .sk-ig-all-posts .sk-ww-instagram-hashtag-feed-item:nth-child(n + 3) > div {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lp-section-text--helper {
  text-align: center;
  padding: 110px 0;
  padding-bottom: 90px;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 63.9375em) {
  .lp-section-text--helper {
    padding: 50px 0;
  }
}

@media screen and (max-width: 28.0625em) {
  .lp-section-text--helper {
    padding: 30px 0;
  }
}

.lp-section-text .heading {
  color: #4b4a4a;
  font-size: 3.6875rem;
  line-height: 1.0339;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 63.9375em) {
  .lp-section-text .heading {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .lp-section-text .heading {
    font-size: 30px;
  }
}

.lp-section-text .lp-box {
  border: 1px solid #e6e6e6;
  padding: 30px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 28.0625em) {
  .lp-section-text .lp-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
  }
}

.lp-section-text .lp-box__left {
  color: #cf102d;
  font-size: 5.3125rem;
  line-height: 0.52941;
  letter-spacing: 0.02em;
  padding-right: 30px;
}

@media screen and (max-width: 39.9375em) {
  .lp-section-text .lp-box__left {
    font-size: 2.5rem;
    padding-right: 15px;
  }
}

.lp-section-text .lp-box__right {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #4b4a4a;
}

.lp-section-text .lp-tags {
  color: #cf102d;
}

/*# sourceMappingURL=lp.css.map */
