/* basic theme for dailyDate */
body {
  color: #eee;
}

input:focus,
select:focus,
textarea:focus,
button,
.ui-widget.ui-slider .ui-slider-handle {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

.navBar__container {
  background: rgba(0, 0, 0, 0.3);
}

.step__field {
  text-align: center;
}

.registration .text--headline, .registration .text--link, .registration .text--label {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}
.registration .text--headline {
  font-size: 24px;
  text-align: center;
}
.registration .text--headline.ctaHeader, .registration .text--headline.subHeader {
  text-align: center;
}
.registration .text--label {
  display: inline-block;
}
.registration .button.btn-marker {
  border: none;
  width: 64px;
  font-size: 2.5em;
  padding: 9px 0px;
}
.registration .button--female {
  background: #f32b7c;
  border: 2px solid #f00464;
  opacity: 0.7;
}
.registration .button--female.active {
  opacity: 1;
}
.registration .button--female:hover {
  background: #f00464;
  opacity: 1;
}
.registration .button--male {
  background: #0a9bd4;
  border: 2px solid #00a2e2;
  opacity: 0.7;
}
.registration .button--male.active {
  opacity: 1;
}
.registration .button--male:hover {
  background: #00a2e2;
  opacity: 1;
}
.registration .button--next, .registration .button--single {
  color: #fff;
  background: #d65050;
  background: -moz-linear-gradient(top, #f27d3e 0, #f45e0a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f27d3e), color-stop(100%, #f45e0a));
  background: -webkit-linear-gradient(top, #f27d3e 0, #d65050 100%);
  background: -o-linear-gradient(top, #f27d3e 0, #f45e0a 100%);
  background: -ms-linear-gradient(top, #f27d3e 0, #f45e0a 100%);
  background: linear-gradient(to bottom, #f27d3e 0, #f45e0a 100%);
}
.registration .button--next:hover, .registration .button--single:hover {
  background: #f45e0a;
}
.registration .button--previous {
  margin-right: 5px;
  background: #999;
}
.registration .button--previous:hover {
  background: #868686;
}
.registration .button--next {
  width: 100%;
}

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

.progress--stars {
  background: #999;
}
.progress--stars li.visited {
  background: #f65a00;
}
.progress--stars li.visited div {
  background: url("../../../img/_btns/star_orange.png") no-repeat center;
}
.progress--stars li.active {
  background: #000;
}
.progress--stars li.active div {
  background: url("../../../img/_btns/star_black.png") no-repeat center;
}
.progress--stars li div {
  background: url("../../../img/_btns/star_gray.png") no-repeat center;
}
.progress--stars li div, .progress--stars li.visited div, .progress--stars li.active div {
  background-size: 35px;
}

.imageGrid {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
}

.icon {
  color: #0f0;
  text-shadow: 1px 1px 2px #777;
}

.seotext {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
}

.legal__container {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .navBar__container--main {
    background: #3c3c3c;
  }
}
@media (max-width: 540px) {
  .progress--stars li.visited div, .progress--stars li.is-active div {
    background-size: 50%;
  }
  .progress--stars li div {
    background-size: 50%;
  }
}
/* AGE RANGE */
.field-age,
.step__field {
  display: block;
}

.range-slider,
.field-age .step__dataBlock--inline,
.field-age .step__field,
.registration__step--address_inline .step__blocks,
.registration__step--address_inline .step__dataBlock {
  width: 100%;
  display: block;
}

.field-age .step__navBlock--inline,
.registration__step--address_inline .step__navBlock--inline {
  width: 100%;
}

.select-age {
  position: relative;
  top: -5px;
  display: inline-block;
  height: 58px;
  width: 58px;
  padding: 0px;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}

.ui-widget.ui-slider {
  height: 3px;
  border-color: #0a9bd4;
  background: #0a9bd4;
  margin: 40px 15px;
}
.ui-widget.ui-slider .ui-slider-handle {
  top: -23px;
  transform: translateX(-50%);
  margin-left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0a9bd4;
  border: none;
}
.ui-widget.ui-slider .ui-slider-range {
  margin: -1px;
  height: 4px;
  background-color: #0a9bd4;
}

.ui-widget-header {
  background: #0a9bd4;
}

.flex-adress {
  display: flex;
  flex-wrap: wrap;
}
.flex-adress input {
  margin-left: 7px;
  padding: 20px 10px;
  text-align: center;
  min-width: 0;
}
.flex-adress .input-country {
  flex: 2;
}
.flex-adress .input-zipcode {
  flex: 1;
}
.flex-adress .input-city {
  flex: 3;
}
.flex-adress .required {
  display: block;
  width: 100%;
  text-align: center;
  color: #ff0000;
}

/* END AGE RANGE */
@media (min-width: 1024px) {
  .registration .text--headline.ctaHeader,
.registration .text--headline.subHeader,
.registration .text--headline,
.step__field {
    text-align: left;
  }

  .field-age .step__navBlock--inline,
.registration__step--address_inline .step__navBlock--inline {
    float: right;
    width: 45%;
  }

  .ui-widget.ui-slider {
    margin-left: 5px;
    margin-right: 5px;
  }
  .ui-widget.ui-slider .ui-slider-handle {
    top: -29px;
    width: 60px;
    height: 60px;
  }

  .registration .text--headline {
    font-size: 26px;
  }
}
@media (max-width: 350px) {
  .ui-widget.ui-slider {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*# sourceMappingURL=dailyDate--basic2.css.map */
