body {
  background-color: #212121!important;
}

.step_1 {
  display: block;
}

.step_2 {
  display: none;
}

.step_3 {
  display: none;
}

.step_4 {
  display: none;
}

.step_5 {
  display: none;
}

.alert_location {
  display: none;
}

.alert_username_password_email {
  display: none;
}

.website_container {
  position: relative;
  color: white;
  max-width: 600px;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  background-color: lightblue;
}

.website_header {
  position: relative;
  width: 100%;
  height: 100px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  /* remove this line on sextingwelt/sextinglocale/sextingsalopes */
}

.logo {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  left: 0;
  top: 0;
}

.website_content {
  position: relative;
  height: calc(100% - 220px);
  min-height: 280px;
  width: 100%;
}

.website_content_bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.text_steps {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 10px;
}

.text_steps>span {
  color: lightblue;
}

.text_top {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  text-shadow: 2px 2px 4px #000000;
  text-align: center;
}

.website_footer {
  position: relative;
  height: 120px;
  width: 100%;
}

.nextbutton {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  border-color: white;
  border-width: thin;
  border-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 28px;
  cursor: pointer;
  /*background-color:rgba(71, 119, 48, 0.7);*/
  background-color: rgba(63, 134, 179, 0.6);
  border-radius: 8px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.nextbutton_male_female {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  width: calc(50% - 4px);
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  border-color: white;
  border-width: thin;
  border-style: solid;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 28px;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.nextbutton_male_female:last-child {
  float: right!important;
}

.custom-drop-down {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.website_content_bottom>select {
  margin-bottom: 10px;
}

.selection_box_date_of_birth>select {
  display: block;
  position: relative;
  float: left;
  width: 31.3%;
  padding: 0;
  margin-right: 1%;
  margin-left: 1%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 0 2%;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ffffff;
  text-indent: 8px;
  -webkit-appearance: none;
  outline: 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.selection_box_date_of_birth>select>option {
  -webkit-appearance: none;
  outline: 0px;
  background-color: white;
  color: grey;
}

.input-block>input,
.input-block>select {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0 2%;
  float: none;
  font-size: 16px;
  width: 100%;
  height: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  outline: 0;
}

.summary {
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}

.summary>div {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
}

.summary>div>span {
  display: block;
  position: relative;
  font-size: 22px;
  color: lightblue;
  font-weight: bold;
}

.terms_and_conditions {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin-top: 20px;
  font-weight: normal;
  max-width: 500px;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}

.check_if_correct {
  display: block;
  position: relative;
  max-width: 300px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.check_if_correct a {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.ui-autocomplete>li {
  border-bottom-color: lightgrey;
  border-bottom-width: thin;
  border-bottom-style: solid;
}

.nextbutton_arrow {
  display: block;
  position: relative;
  float: right;
  width: 40px;
  margin-right: 10px;
}

.nextbutton_arrow i {
  position: relative;
  -webkit-animation: moveArrow 1s infinite;
  /* Safari 4.0 - 8.0 */
  animation: moveArrow 1s infinite alternate;
}

.logo {
  padding-top: 3px;
  padding-bottom: 5px;
  max-width: 100%;
}

*::-webkit-input-placeholder {
  color: white;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: white;
  opacity: 1;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: white;
  opacity: 1;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

*::placeholder {
  /* modern browser */
  color: white;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes moveArrow {
  from {
      left: 0px;
  }
  to {
      left: calc(100% - 15px);
  }
}

@keyframes moveArrow {
  from {
      left: 0px;
  }
  to {
      left: calc(100% - 15px);
  }
}

.alert-danger {
  background-color: rgba(248, 215, 218, 0.7)!important;
}

.background-image-1 {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/1.gif');
}

.background-image-2 {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/2.jpg');
}

.background-image-3 {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/3.jpg');
}

.background-image-4 {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/4.jpg');
}

.background-image-5 {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/5.jpg');
}

.background-image-6 {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/6.jpg');
}