.hidden {
  display: none !important;
}

p.metainfo {
  font-size: 13px;
  font-weight: bold;
}

#abschlagszahlungenBox,
#gebuehrForm {
  max-width: 90%;
  width: 500px;
  margin: 0 auto;
  padding: 20px;
  color: #4c4c4c;
}
#abschlagszahlungenBox ul,
#gebuehrForm ul {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  border-bottom: 2px double #333;
  font-size: 15px;
}
#abschlagszahlungenBox ul li,
#gebuehrForm ul li {
  list-style-type: none;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#abschlagszahlungenBox ul li i,
#gebuehrForm ul li i {
  color: #666;
  font-size: 12px;
  font-style: normal;
}
#abschlagszahlungenBox ul li span.kostenInfo,
#gebuehrForm ul li span.kostenInfo {
  display: inline-block;
  float: right;
  text-align: right;
}
#abschlagszahlungenBox ul li.finalSum,
#gebuehrForm ul li.finalSum {
  color: #fff;
  background: #ee7d0b;
  font-weight: bold;
  border-bottom: 0px !important;
}
#abschlagszahlungenBox ul li.finalSum i,
#gebuehrForm ul li.finalSum i {
  color: #eee;
}
#abschlagszahlungenBox h1, #abschlagszahlungenBox h2,
#gebuehrForm h1,
#gebuehrForm h2 {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: 700;
  color: #243773;
}
#abschlagszahlungenBox h3,
#gebuehrForm h3 {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 1em;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.backLink {
  color: #ee7d0b;
  font-size: 0.8em;
  padding: 0;
  text-decoration: none;
}

#gebuehrResults {
  background-color: #f7f7f9;
  border: 1px solid #ebeaea;
  border-radius: 5px;
  padding: 1.2em;
}

#gebuehrForm label {
  display: inline-block;
  padding: 0 15px 0 0;
  font-weight: bold;
  font-size: 18px;
}

#gebuehrForm input {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#gebuehrForm input#submitButton {
  color: white;
  background-color: #ef7d0b;
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ef7d0b;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff !important;
  font-size: 18px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#gebuehrForm input#submitButton:hover {
  background-color: #c3690e !important;
  border-color: #c3690e !important;
  color: #ffffff !important;
}

span#captchaZeichenkette {
  color: #c3690e;
  display: inline-block;
  padding: 5px 20px;
  font-size: 18px;
  letter-spacing: 5px;
}

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