@font-face {
  font-family: 'icomoon';
  src: url('/assets/css/fonts/icomoon.eot?syif41');
  src: url('/assets/css/fonts/icomoon.eot?syif41#iefix') format('embedded-opentype'), url('/assets/css/fonts/icomoon.ttf?syif41') format('truetype'), url('/assets/css/fonts/icomoon.woff?syif41') format('woff'), url('/assets/css/fonts/icomoon.svg?syif41#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  min-height: 600px;
  position: relative;
}
body {
  height: 100%;
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
}
#body {
  position: absolute;
  width: auto;
  top: 150px;
  left: 50%;
  margin-left: -210px;
}
#body #form .step {
  display: none;
}
#body #form #step1 {
  display: block;
}
#body #form .panel {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  border: none;
  border-radius: 6px;
  max-width: 420px;
  margin: 0 auto;
}
#body #form .panel .panel-heading {
  background: none;
  color: white;
  border: none;
  padding: 20px 20px;
  background: white;
  position: relative;
}
#body #form .panel .panel-heading h2 {
  color: #333;
  font-size: 23px;
  margin: 0 0 5px;
  font-weight: bold;
}
#body #form .panel .panel-heading h2 span {
  color: #666;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}
#body #form .panel .panel-heading h3,
#body #form .panel .panel-heading h1 {
  color: #fd50d7;
  font-size: 13px;
  margin: 0 0 10px;
  font-weight: bold;
  margin-left: -20px;
  margin-right: -20px;
}
#body #form .panel .panel-body {
  background: none;
  padding: 30px;
}
#body #form .panel .panel-body label {
  font-size: 20px;
  margin-bottom: 7px;
}
#body #form .panel .panel-body .bigbtn {
  background: #fe51d8;
  height: 42px;
  line-height: 42px;
  color: white;
  border-radius: 3px;
  padding: 0;
  width: 127px;
  font-size: 23px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}
#body #form .panel .panel-body .bigbtn.width-auto {
  width: auto;
  padding: 0 15px;
}
#body #form .panel .panel-body .bigbtn.low-text {
  text-transform: none;
}
#body #form .panel .panel-body .bigbtn:hover {
  background: #f795e1;
}
#body #form input,
#body #form select {
  max-width: 250px;
  margin: 0 auto;
}
#body #form .form-group {
  position: relative;
  margin-bottom: 20px;
}
#body #form span.help-inline {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -15px;
  left: 0;
  font-size: 9px;
}
#body #form .notification {
  font-size: 12px;
}
#body #form .notification a {
  color: #fd50d7;
}
#amazing-bg {
  height: 100%;
  overflow: hidden;
}
#amazing-bg .profile {
  float: left;
  width: 14.28571429%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#amazing-bg .profile:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  position: relative;
}
#amazing-bg .profile img {
  width: 100%;
  height: auto;
  -webkit-filter: blur(5px);
  /* Safari */
  filter: blur(5px);
  position: absolute;
}
#amazing-bg .profile:hover:after {
  background: rgba(0, 0, 0, 0);
}
#amazing-bg .profile:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
#amazing-bg .profile.active:after {
  background: rgba(0, 0, 0, 0);
}
#amazing-bg .profile.active img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.logo {
  text-align: center;
  margin-bottom: 15px;
  height: 50px;
}
.progressbar {
  text-align: center;
  position: absolute;
  bottom: -13px;
  width: 100%;
  left: 0;
  right: 0;
}
.progressbar .pb {
  padding: 0 3px;
  display: inline-block;
}
.progressbar .pb .pb-inner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #999;
}
.progressbar .active .pb-inner {
  background: #fd50d7;
}
.footer {
  text-align: center;
  color: white;
  margin-top: 15px;
}
.footer a {
  color: white;
}
.btn-frau {
  position: relative;
}
.btn-frau:after {
  content: "\f182";
  position: absolute;
  font-family: FontAwesome;
  left: -25px;
  top: 0;
  color: #999;
}
.btn-mann {
  position: relative;
}
.btn-mann:after {
  content: "\f183";
  position: absolute;
  font-family: FontAwesome;
  right: -25px;
  top: 0;
  color: #999;
}
.btn-trans {
  position: relative;
}
.btn-trans:before {
  font-family: 'icomoon' !important;
  content: "\e900";
  position: absolute;
  right: -30px;
  top: 5px;
  color: #999;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-01:after,
.btn-01:before {
  left: -30px;
  right: auto;
}
.btn-02:after,
.btn-02:before {
  right: -30px;
  left: auto;
}
#step5 {
  position: relative;
}
.regProc {
  display: none;
  position: absolute;
  font-size: 10px;
  color: green;
  top: 132px;
  left: 50%;
  margin: 0;
  margin-left: -72px;
  text-align: left;
}
#body #form .notification {
  font-size: 10px;
  margin-top: 15px;
  margin-bottom: 0;
}
#body #form .notification a {
  color: white;
  font-weight: bold;
}
@media (max-width: 767px) {
  .regProc {
    top: 130px;
  }
}
@media (max-width: 450px) {
  .regProc {
    top: 130px;
  }
  #body #form .panel .panel-heading h2 span {
    font-size: 14px;
  }
  .footer {
    font-size: 12px;
  }
}
.copyright {
  display: none;
}
.new-styles .agree-header {
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 700;
}
.new-styles .footer {
  display: none;
}
.new-styles .copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}
.new-styles #body #form input,
.new-styles #body #form select {
  max-width: 100%;
}
.new-styles .agreement-area {
  height: 44px;
  margin-bottom: 10px;
}
.new-styles #body #form .panel .panel-body .bigbtn {
  font-size: 18px;
}
.new-styles #body #form .panel .panel-body .bigbtn label {
  font-size: 18px;
}
.new-styles #body #form .panel .panel-body {
  height: auto;
}
.new-styles .gender-cont {
  margin-top: 0;
}
.new-styles .next-btn {
  position: relative;
}
.new-styles .next-btn .regProc {
  top: auto;
  bottom: -12px;
}
.new-styles .btn-01:after,
.new-styles .btn-01:before {
  left: -20px;
  right: auto;
  font-size: 20px !important;
}
.new-styles .btn-02:after,
.new-styles .btn-02:before {
  right: -20px;
  left: auto;
  font-size: 20px !important;
}
@media (max-width: 450px) {
  .new-styles .agreement-area {
    height: 44px;
    margin-bottom: 10px;
  }
  .new-styles #body #form .panel .panel-body .bigbtn {
    font-size: 14px;
  }
  .new-styles #body #form .panel .panel-body .bigbtn label {
    font-size: 14px;
  }
  .new-styles #body #form .panel .panel-body {
    height: auto;
  }
}
