/* basic theme for cherryDate */
body {
  background: #252525;
  color: #fff;
}

.navBar {
  background: rgba(58, 1, 1, 0.4);
}

.hero {
  background: url(../../../img/_pictures/fsk14/l/couple/foreplay.jpg) right 60% no-repeat;
  background-size: cover;
}

.registration .text--headline, .registration .text--link, .registration .text--label {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}
.registration .button--female {
  background: #f00464;
  opacity: 0.7;
}
.registration .button--female.active {
  opacity: 1;
}
.registration .button--female:hover {
  background: #df0464;
  opacity: 1;
}
.registration .button--male {
  background: #00a2e2;
  opacity: 0.7;
}
.registration .button--male.active {
  opacity: 1;
}
.registration .button--male:hover {
  background: #0396d0;
  opacity: 1;
}
.registration .button--next, .registration .button--single {
  color: #fff;
  background: #d65050;
  background: -moz-linear-gradient(top, #f36767 0, #d65050 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f36767), color-stop(100%, #d65050));
  background: -webkit-linear-gradient(top, #f36767 0, #d65050 100%);
  background: -o-linear-gradient(top, #f36767 0, #d65050 100%);
  background: -ms-linear-gradient(top, #f36767 0, #d65050 100%);
  background: linear-gradient(to bottom, #f36767 0, #d65050 100%);
}
.registration .button--next:hover, .registration .button--single:hover {
  background: #d65050;
}
.registration .button--previous {
  background: #989898;
}
.registration .button--previous:hover {
  background: #868686;
}

#loading {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}

.progress--bar {
  border: 1px solid #fff;
}
.progress--bar li.visited {
  background: #fff;
}
.progress--bar li.active {
  background: #c1c1c1;
}

.content {
  background: #e9e6e6;
}

.seotext {
  color: #000;
}
.seotext .text--headline, .seotext .text--subHeadline {
  color: #d65050;
}

.legal__container {
  background: #252525;
}
.legal__disclaimer {
  color: #c3c3c3;
}

@media (max-width: 768px) {
  .navBar__container--main {
    background: #252525;
  }
}

/*# sourceMappingURL=cherryDate--basic.css.map */
