.ct.first {
  display: none;
}
.ct .row input {
  margin-bottom: 5px;
}
.required {
  border: 1px solid red!important;
  position: relative;
}
.item {
  position: relative;
}
label.error {
  color: red;
  font-size: 14px;
  margin-left: 30px;
  margin-top: 5px;
  position: absolute;
}
#captcha-error {
  min-width: 210px;
}
.minus {
  cursor: pointer;
}
.minus img {
  width: 25px;
  height: auto;
  position: relative;
  top: 10px;
  left: 3px;
}
a.plus {
  background-color: #DADADA;
  color: #565656;
  font-weight: bold;
  padding: 15px 10px;
  display: block;
  width: 294px;
  max-width: 100%;
}
@media only screen and (max-width: 584px) {
  label.error {
    position: inherit;
    display: block;
  }
  #formular input[type="submit"] {
    width: 100%;
  }
}
