body {
  padding: 20px;
  background: #fff;
}

.CountrySelectionBox .outer {
  margin: 0;
}

.ui-accordion .ui-accordion-content {
  padding: 0.2em 0.4em;
}

.articleList {
  list-style-type: none;
}

.addToList {
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 8px;
  margin-top: 8px;
}

span.required {
  color: #ff0000;
}

.ui-state-focus {
  outline: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 0;
}

#form_datum_fertigstellung_day {
  display: none;
}

div#form_anwendungsgebiet > div {
  width: 40%;
  margin-right: 10%;
  float: left;
}

dt label {
  font-weight: bold;
}

html {
  font-size: 15px;
}

.text-red {
  color: #ff0000;
}

.text-notice {
  color: #01595a;
}

.text-dark-red {
  color: #E3001B;
}

.d-flex {
  display: flex;
}

.region .country__name, .region__name {
  font-family: "Interstate Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.regions {
  margin: 50px 50px 35px;
}

.region {
  margin-bottom: 30px;
}
.region__name {
  font-size: 15px;
  margin-bottom: 5px;
}
.region .countries {
  width: 215px;
  margin-right: 25px;
}
.region .country {
  margin-bottom: 4px;
}
.region .country__name {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  color: #333;
}
.region .country__name:hover {
  text-decoration: underline;
  color: #ED1C24;
}

.reference-form-fields {
  margin-top: 20px;
}
.reference-form-fields > div {
  padding-bottom: 20px;
}
.reference-form-fields > div .wglIsInvalid input,
.reference-form-fields > div .wglIsInvalid select {
  background-color: #ffcccc;
}
.reference-form-fields > div .notice {
  font-size: 1em;
}
.reference-form-fields > div label {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
}
.reference-form-fields > div label.required::after {
  content: "*";
  color: #ff0000;
}
.reference-form-fields > div #reference_form_datum_fertigstellung #reference_form_datum_fertigstellung_day {
  display: none;
}
.reference-form-fields > div #reference_form_datum_fertigstellung select {
  width: auto;
}
.reference-form-fields > div .sonderprodukte {
  margin-bottom: 10px;
}
.reference-form-fields > div .sonderprodukte input:first-child {
  width: 50%;
  margin-right: 20px;
}
.reference-form-fields > div .sonderprodukte input:last-child {
  width: 100px;
}
.reference-form-fields > div .verbaute-produkte .productSearchContainer {
  width: 300px;
  position: relative;
  margin-bottom: 10px;
}
.reference-form-fields > div .verbaute-produkte #inputSearch {
  padding: 8px;
  width: 100%;
}
.reference-form-fields > div .verbaute-produkte #submitButton {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: 0;
  width: 30px;
  height: 30px;
}
.reference-form-fields > div .verbaute-produkte .addedProduct {
  margin-bottom: 5px;
}
.reference-form-fields > div .verbaute-produkte .addedProduct__input {
  width: 100px;
}
.reference-form-fields > div .verbaute-produkte .addedProduct__image {
  vertical-align: middle;
  cursor: pointer;
}
.reference-form-fields > div .checkboxes-container {
  margin-top: 10px;
}
.reference-form-fields > div .checkboxes-container .checkbox-group {
  margin-bottom: 10px;
  width: 40%;
  margin-right: 10%;
  float: left;
}
.reference-form-fields > div .checkboxes-container .checkbox-group label {
  font-weight: normal;
}
.reference-form-fields > div #reference_form_anwendungsgebiet label {
  font-weight: normal;
  display: inline-block;
  width: 40%;
  margin-bottom: 10px;
}
.reference-form-fields > div .detailed_report > div {
  margin: 7px 0 20px 0;
}
.reference-form-fields > div .form-files-upload {
  margin-bottom: 20px;
}
.reference-form-fields > div .form-files-upload #reference_form_files {
  display: block;
  margin-bottom: 9px;
}
.reference-form-fields > div #uploads {
  display: none;
  border: 1px solid #c6c6c6;
  width: 100%;
}
.reference-form-fields > div .captcha label {
  display: block;
}
div.reference-form-fields .ui-state-active {
  background: #01595a;
}
div.reference-form-fields h3.detailed_report {
  background: #b7182e;
}
/*# sourceMappingURL=custom.css.map */
