#rentConsultantForm {
    display: block;
}


#rentConsultantForm .question {display: block; font-weight: bold; font-size: 1.3em; text-align: left; margin: 0 0 1em 0;}
#rentConsultantForm .section {
  display: block;
  margin: 0 0 20px 0;
  padding: 1em;
  text-align: center;
}

.center {
  text-align: center;
}

#rentConsultantForm .section input[type='radio'] {display: none;}

#rentConsultantForm input[type='radio'] {
  width: auto;
  margin: 0 0.5em 1em 0;
  display: inline-block;
}

#rentConsultantForm label {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 0 1em 0;
    padding: .4em 1em;
  }
#rentConsultantForm input[type='text'] {
  width: 100px;
  margin: 0 0.5em 1em 0;
  display: inline-block;
}
#rentConsultantResult {
    display: none;
}

#rentConsultantResult.response {
    margin-top: 2em;
    display: block;
}

#rentConsultantError {
    margin-top: 2em;
}

#rentConsultantError {
  background: #fff1f1;
  padding: 1em;
}

#rentConsultantForm label.image {
  padding: 160px 10px 10px 10px;
  border-radius: 0;
  box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.45);
  max-width: 380px;
  text-align: center;
  margin: 10px 10px;
  font-size: 18px;
}

#rentConsultantForm .progress {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  width:50%;
  height: 10px;
  display: block;
  position: relative;
  margin: 10px auto;
}

#rentConsultantForm .progress,
#rentConsultantForm .progress .inner {
  transition: all .5s linear;
}

#rentConsultantForm .progress .inner {
  background: lightblue;
  width: 25%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

#rentConsultantForm div.section label.image:hover,
#rentConsultantForm div.section input:checked + label {
    background-color: #c7ffc7;
}

#rentConsultantForm div.section input[type='radio']:checked + label.image {
    background-color: #c7ffc7;
}

div.section #nomoneylabel {
    background: url('../images/nomoney.png') center 25px no-repeat;
    background-image:  url('../images/nomoney.png');
}

div.section #moneylabel {
    background: url('../images/money.png') center 25px no-repeat;
    background-image:  url('../images/barkaution.png');
}

div.section #landlordlabel {
    background: url('../images/vermieter.png') center 25px no-repeat;
}

div.section #selflabel {
    background: url('../images/mieter.png') center 25px no-repeat;
}

div.section #intermissionlabel {
    background: url('../images/time.png') center 25px no-repeat;
}

div.section #longtermlabel {
    background: url('../images/moneyraise.png') center 25px no-repeat;
}

.hidden {display: none;}

button.disabled,
button.disabled:hover {
  border-color: #666;
  color: #666;
  background: #fff;
  cursor:wait;
}

#rentConsultantResult  a.reload {
  display: inline-block;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: url('../images/reload.png') no-repeat;
  background-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  float: right;
  cursor: pointer;
  opacity: .3;
}

#rentConsultantResult  a.reload:hover {
  opacity: .5;
}

#rentConsultantResult  a.reload span {display: none;}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #666;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
