@charset "UTF-8";
@media screen and (max-width: 768px) {
  #Erfahrungsberichte {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  #Erfahrungsberichte {
    padding: 3.2rem;
  }
}
#Erfahrungsberichte {
  background-color: #fff;
  border-radius: 1.6rem;
}
#Erfahrungsberichte fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#Erfahrungsberichte h2 {
  margin-top: 0;
}
#Erfahrungsberichte select {
  display: block;
  height: 50px;
  font-size: 2.4rem;
  line-height: 50px;
  width: 340px;
}
#Erfahrungsberichte label {
  font-weight: 700;
}

#getReview input {
  display: block;
  width: 100%;
  margin: 10px;
  box-sizing: border-box;
  max-width: 320px;
  height: 46px;
  padding: 0 10px;
  border: 1px solid #a9a9a9;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
}
@media screen and (max-width: 767px) {
  #getReview input {
    margin: 10px 0;
  }
}
#getReview input::placeholder {
  padding: 0 10px;
  font-size: 18px !important;
  background: #ffffff;
}
#getReview .rate-area {
  height: unset;
  border-style: none !important;
  background: #fff;
  border-radius: 2px;
  margin: 10px auto;
  padding: 0;
  flex-direction: row-reverse;
  display: flex;
  justify-content: center;
  width: 300px;
  align-items: center;
}
#getReview .rate-area input {
  display: unset;
  width: unset;
  margin: unset;
  box-sizing: unset;
  max-width: unset;
  height: 56px;
  padding: unset;
  border: unset;
  background: unset;
}
#getReview .rate-area label {
  font-size: unset !important;
}
#getReview .rate-area:not(:checked) > input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}
#getReview .rate-area:not(:checked) > label {
  float: right !important;
  width: 52px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  color: lightgrey !important;
  margin: 0 3px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  height: 52px !important;
  line-height: 50px !important;
  border: 1px solid #ccc !important;
  display: block;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}
#getReview .rate-area:not(:checked) > label:before {
  content: "★" !important;
  font-size: 50px !important;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  box-sizing: content-box;
  padding: 0 0 1px 0;
}
#getReview .rate-area > input:checked ~ label {
  color: #ffc400 !important;
  text-shadow: none !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
}
#getReview .rate-area:not(:checked) > label:hover, #getReview .rate-area:not(:checked) > label:hover ~ label {
  color: #ffc400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
}
#getReview .rate-area > input:checked + label:hover, #getReview .rate-area > input:checked + label:hover ~ label, #getReview .rate-area > input:checked ~ label:hover, #getReview .rate-area > input:checked ~ label:hover ~ label, #getReview .rate-area > label:hover ~ input:checked ~ label {
  color: #ffc400 !important;
  text-shadow: none !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
}
#getReview .rate-area > label:active {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
}

.inputArea {
  border: none;
  padding: 0 20px 20px 20px;
  background: #fff;
  margin: 5px 0;
  border-radius: 2px;
}
.inputArea label.borderBot {
  border-bottom: 1px solid #333;
  width: fit-content;
  padding-bottom: 0;
  margin-bottom: 10px !important;
  font-weight: 500;
}

.inputAreaFlex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .inputAreaFlex {
    flex-direction: column;
  }
}
.inputAreaFlex img {
  max-width: 280px;
}

#getQuestions textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  display: block;
  height: fit-content;
  min-height: 300px;
  border: 1px solid #a9a9a9;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
}
#getQuestions input::placeholder {
  font-size: 14px;
  display: block;
  margin: auto 10px;
  padding: 8px;
}
#getQuestions .subTextArea {
  padding: 10px;
  margin-top: -20px;
  background: #eee;
}

.userControl {
  border: none;
  padding: 0;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .userControl {
    padding: 10px;
    margin: 0;
  }
}
.userControl h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  .userControl h2 {
    font-size: 20px;
    line-height: 27px;
  }
}
.userControl select {
  margin: 20px;
  display: block;
}
.userControl label {
  display: block;
  margin: 20px 0 5px 0;
  font-size: 18px;
}
.userControl button {
  margin: 20px auto;
  display: block;
  padding: 10px;
  font-size: 20px;
  white-space: nowrap;
  color: #ffffff;
  background: #49a170;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}

.BerichtSchreiben {
  color: #fff;
  font-size: 16px;
  background: #666;
  margin: 10px auto 0 auto;
  border-radius: 2px;
  border: 0;
  box-sizing: border-box;
  display: block;
  width: 188px;
  height: 50px;
}

.userReviewProduktKat {
  color: #333;
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 20px;
  font-family: "Lucida Console", Monaco, monospace;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  background: #fff;
  padding: 2px 13px 1px 13px;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  box-shadow: 0 0 1px rgba(34, 25, 25, 0.4) inset;
}
@media screen and (max-width: 768px) {
  .userReviewProduktKat {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

#AuthorMailInfo {
  display: block;
  font-size: 16px;
}

.reviewProduct {
  font-size: 17px;
}

.userControlP {
  font-size: 20px;
  line-height: 1.5;
}

#getMore {
  margin-top: 40px;
}

#getKategorie label, #getProdukt label {
  font-size: 20px;
  font-weight: 600;
}

#getKategorie select, #getProdukt select {
  display: block;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6rem 1.4rem 0.5rem 0.8rem;
  width: 100%;
  max-width: 340px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2349a170%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
#getKategorie select:hover, #getProdukt select:hover {
  cursor: pointer;
}

#getKategorie select::-ms-expand, #getProdukt select::-ms-expand {
  display: none;
}

#getKategorie select:hover, #getProdukt select:hover {
  border-color: #888;
}

#getKategorie select:focus, #getProdukt select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(73, 161, 112, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

#getKategorie select, #getProdukt select option {
  font-weight: normal;
}

.companyHeadline {
  font-size: 24px;
  color: #49a170;
  font-weight: 300;
  border-bottom: 1px solid #49a170;
}

.countTargetArea2 {
  display: none;
}

.countTargetArea2, .countTargetArea1, .countTargetPreArea {
  font-size: 17px;
}

.countOutput, .countTargetOutput {
  font-weight: 600;
}

.extraInformations span {
  font-size: 17px;
}

.fullWidthReview {
  flex: 0 100% !important;
}

.smallReview .logoCtaArea {
  flex: 0 100% !important;
  width: 100% !important;
  padding: 10px 20px !important;
  box-sizing: content-box !important;
  margin: 10px 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .smallReview .logoCtaArea {
    flex: 0 100% !important;
    width: 100% !important;
    padding: 10px 20px !important;
    box-sizing: content-box !important;
    margin: 10px 0 !important;
  }
}
.smallReview .reviewStarsArea {
  flex: 0 49% !important;
}
@media screen and (max-width: 767px) {
  .smallReview .reviewStarsArea {
    flex: 0 100% !important;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .smallReview .reviewStarsArea {
    width: unset !important;
    max-width: unset !important;
    flex: 0 100% !important;
    margin: 10px 0 !important;
  }
}
.smallReview .reviewSeperation {
  flex: 0 49% !important;
}
@media screen and (max-width: 767px) {
  .smallReview .reviewSeperation {
    flex: 0 100% !important;
    margin: 10px 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .smallReview .reviewSeperation {
    width: unset !important;
    max-width: unset !important;
    flex: 0 100% !important;
    place-content: center !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    padding: unset !important;
    margin: 10px 0 !important;
  }
}

.infoSentence {
  font-size: 17px;
  border: 1px solid #49a170;
  border-radius: 2px;
  border-left-width: 20px;
  display: flex;
  align-items: center;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .infoSentence {
    padding: 10px;
    flex-direction: column;
  }
}
.infoSentence i.fa {
  display: block;
  font-size: 60px;
  color: #49a170;
  float: left;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .infoSentence i.fa {
    margin-bottom: 10px;
  }
}
.infoSentence p {
  margin-bottom: 0;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .infoSentence p {
    width: 100%;
  }
}

.preReviewArea {
  display: block;
  margin: 20px auto;
  max-width: unset;
}
.preReviewArea .loan-calculator {
  background: #fff;
}

.userFAQ a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .reviewWriteArea .container {
    margin: 0;
    padding: 0;
  }
}

#getReview p {
  margin-bottom: 0px;
}

#getReview, #getMore {
  border: 0;
  box-shadow: none;
  max-width: calc(800px - 6.4rem);
}

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