* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

html {
  font-size: 1.6vh;
}

body {
  background: #ff9900;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

.hotlist_count {
  font-size: 1.5em;
}

a {
  color: #333;
}

.bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.bg_1 {
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  transform-origin: 50% 30%;
  width: 200%;
  height: 200%;
  border-radius: 100%;
  background: #ff4d00;
  opacity: 0.3;
  animation: bg1 8s linear infinite;
}

.bg_2 {
  display: block;
  position: absolute;
  transform-origin: 10% 50%;
  width: 300%;
  height: 300%;
  border-radius: 100%;
  background: #ff4d00;
  opacity: 0.3;
  animation: bg2 15s linear infinite;
}

.bg_3 {
  display: block;
  position: absolute;
  top: -50%;
  left: -80%;
  transform-origin: 50% 20%;
  width: 150%;
  height: 200%;
  border-radius: 100%;
  background: #ffd600;
  opacity: 0.4;
  animation: bg3 12s linear infinite;
}

.content_wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  max-width: 35em;
  margin: auto;
  text-align: center;
}

.userlist {
  text-align: center;
  padding: 5em 0 0;
}

.user {
  display: inline-block;
  margin: 0.7em 0.5em;
  border-radius: 25em;
}

.userpics {
  width: 25em;
  height: 25em;
  overflow: hidden;
  border-radius: 25em;
  border: 1px solid #000;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.userpics img {
  position: absolute;
  width: 25em;
  display: block;
  opacity: 0;
  border-radius: 25em;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.userpics img.show {
  animation: xin 500ms ease-out 1 forwards;
  z-index: 2;
}
.userpics img.hide {
  animation: xout 500ms linear 1 forwards;
}

.username {
  display: block;
  font-size: 1.2em;
}

.user::before {
  content: "";
  position: absolute;
  display: block;
  width: 26em;
  height: 26em;
  background: #ffde00;
  border-radius: 1000em;
  animation: k reis 1500ms ease-out infinite;
  margin: -1em;
  border: 0.5em solid #ff8a00;
  box-shadow: 0 0 0 0.5em #ff3d00;
}

.circle::after {
  content: "";
  display: block;
}

.circle {
  position: absolute;
  z-index: 3;
  width: 32em;
  height: 32em;
  transform: rotate(-90deg);
  margin: -3em;
}

.ellipse {
  fill: transparent;
  stroke: #FFF;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  animation: countdown 3000ms ease-out infinite;
}

.btn_wrapper {
  margin-top: 5em;
  text-align: center;
  display: inline-block;
  transition: all 300ms ease-in-out;
}

.btn {
  text-align: center;
  font-size: 2.1em;
  display: inline-block;
  background: #ffde00;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 0.5em 2em;
  animation: kreis 1500ms 100ms ease-out infinite;
  margin: 0;
  border-radius: 10em;
  cursor: pointer;
}

.btn_wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ff8a00;
  border-radius: 1000em;
  animation: kreis 1500ms 50ms ease-out infinite;
  padding: 0.5em 0.6em;
  margin: -0.5em -0.6em;
}

.btn_wrapper::before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ff3d00;
  border-radius: 1000em;
  animation: kreis 1500ms ease-out infinite;
  padding: 1em 1.2em;
  margin: -1em -1.2em;
}

.hotlist {
  width: 7em;
  height: 0em;
  overflow: hidden;
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  transition: all 300ms ease-in;
  opacity: 0;
  height: 0;
}
.hotlist * {
  transition: all 300ms ease-in;
}
.hotlist span {
  background: #000;
  border: 0.2rem solid #ffde00;
  display: inline-block;
  padding: 0.2rem;
  margin: 0;
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.hotlist span img {
  display: block;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.hotlist.expand {
  height: 100%;
  width: 100%;
  padding: 0em 3em 5em;
  opacity: 1;
}
.hotlist.expand div {
  width: 33.33%;
  padding: 1em;
}
.hotlist.expand div span {
  font-size: 0;
  background: #fff;
  padding: 0;
  width: 7rem;
  height: 7rem;
}
.hotlist.expand div span img {
  opacity: 1;
}
.hotlist.expand .hot_hint {
  width: 100%;
}

.spin {
  transition: all 300ms ease-in;
  transform: scale(1);
  height: 45em;
}

.spin.shrink {
  transform: scale(0);
  height: 0px;
}

.hotlist_count {
  display: none;
  font-size: 2em;
  padding: 0.55em;
  margin: auto;
  text-align: center;
  background: #ff3d00;
  display: inline-block;
  border: 0.3em solid #ff8a00;
  box-shadow: 0 0 0 0.3em #ffde00;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  font-weight: bolder;
  overflow: hidden;
  color: #ffde00;
  transform: scale(1);
  transition: all 300ms ease-in-out;
  margin-top: 0;
  cursor: pointer;
}

.hotlist_count.change {
  transform: scale(0);
  background: #ffde00;
}

.close {
  display: inline-block;
  width: 5em;
  height: 5em;
  position: fixed;
  top: 1em;
  right: 1em;
  transform: rotate(45deg) scale(0);
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.close::before {
  content: "";
  position: absolute;
  top: 2.4em;
  right: 0;
  background: #333;
  width: 5em;
  height: 0.2em;
}

.close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.4em;
  background: #333;
  width: 0.2em;
  height: 5em;
}

.close.show {
  transform: rotate(45deg) scale(1);
}

.user_wrapper {
  transition: all 300ms ease-in-out;
}

.hot .user_wrapper {
  transform: scale(0.2);
  margin: 29.8em 0 -29.8em;
}
.hot .btn_wrapper {
  transform: scale(3) !important;
  opacity: 0.1;
}

.start {
  position: absolute;
  font-size: 1.4em;
  height: 100%;
  padding: 5.5em 1em;
}

button {
  cursor: pointer;
}

.sendmessage,
.registration-form-builder {
  width: 100%;
  height: 0;
  transform: scale(0);
  overflow: hidden;
  padding: 0 2em;
  transition: all 300ms ease-in;
  opacity: 0;
}

.sendmessage.expand,
.registration-form-builder.expand {
  transform: scale(1);
  opacity: 1;
  height: auto;
  padding: 2em;
}

.sendmessage p .registration-form-builder p {
  display: block;
  margin: 1em 0;
  padding: 0 0 2em;
  text-align: justify;
}

.sendmessage textarea,
.registration-form-builder input,
.registration-form-builder select {
  display: block;
  width: 100%;
  padding: 0.8em;
  font-size: 1.2em;
  color: #333;
  background-color: #fff;
  max-width: 100%;
  border-radius: 0.5em;
  margin: 0.5em auto;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

label {
  position: relative;
  margin-right: 1em;
  padding-left: 2em;
  padding-right: 1em;
  line-height: 2;
  cursor: pointer;
  color: #FFF;
  padding-top: 0.4em;
}

label:before {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 2px solid #FFF;
  border-radius: 0.25em;
  z-index: -1;
}

input[type=radio] + label::before {
  border-radius: 1em;
}

/* Checked */
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #333;
  padding-left: 1em;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  top: 0;
  width: 100%;
  height: 2em;
  background: #FFF;
}

label,
label::before {
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.footer {
  padding: 1em;
  text-align: center;
  margin: auto;
}
.footer .legal__container > div {
  position: relative;
  display: inline-block;
  padding: 0.3em;
  text-align: center;
  margin: auto;
  color: #333;
  text-decoration: underline;
}

.hint {
  display: inline-block;
  background: #000;
  color: #FFF;
  border-radius: 1em;
  padding: 1em 2em;
  position: relative;
  top: 2em;
}
.hint::after {
  position: absolute;
  top: -0.9em;
  left: calc(50% - 1em);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1em 1em 1em;
  border-color: transparent transparent #000 transparent;
}

@media (min-width: 768px) {
  html body {
    height: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .circle {
    width: 33em;
    margin-left: 1em;
  }
}
@keyframes bg1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bg2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    background: #F00;
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes bg3 {
  0% {
    transform: rotate(360deg);
  }
  50% {
    background: #ff4d00;
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes xin {
  0% {
    opacity: 0;
    transform: scale(3) rotateZ(-360deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotateZ(0deg);
  }
}
@keyframes xout {
  0% {
    opacity: 1;
    transform: scale(1) rotateZ(0deg);
  }
  100% {
    opacity: 0;
    transform: scale(3) rotateZ(360deg);
  }
}
@keyframes countdown {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 377;
  }
}
@keyframes kreis {
  40% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.1);
  }
}
.registration-form-builder input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.registration-form-builder input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.headline-1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

.headline-2 {
  margin-bottom: 1.2em;
}

.form-group-radio-buttons .form-group-inner {
  font-size: 1.2em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.form-group-radio-buttons .form-group-inner .radio-button label {
  flex: 0 0 50%;
}

.registry-note {
  margin-bottom: 1.4em;
}

.form-control.error {
  border: 0.35em solid #ff0000;
}

.required {
  color: #ff0000;
}

input[type=date] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 1.2em;
  background-position: right 0.5em center;
  background-size: auto 70%;
}

.btn-group {
  padding: 1em;
  width: 100%;
}
.btn-group button {
  background: #ffde00;
  display: inline-block;
  margin: auto;
  border: 0.3em solid #ff8a00;
  box-shadow: 0 0 0 0.3em #ff3d00;
  padding: 0.4em 1.8em;
  font-size: 1.2em;
  border-radius: 0.5em;
  font-weight: bolder;
  color: #333;
}

.registration-form-builder .birthday-icon {
  padding-left: 0.7em;
  padding-right: 0.7em;
  min-width: 65px;
  background-color: #f6f6f6;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background-image: url(/img/_btns/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: auto 50%;
}

.unknown-error-msg {
  display: block;
  margin-bottom: 1em;
  color: #ff0000;
}

.fallbackDatePicker {
  color: red;
  font-size: 2em;
}

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