.cms__form p.titel {
  font-size: 18px;
  color: #000;
  float: left;
  line-height: 30px;
  margin-bottom: 20px;
}
.cms__form label {
  float: left;
  line-height: 40px;
  width: 100%;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .cms__form label {
    width: 100%;
  }
}
.cms__form .item {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cms__form .item {
    width: calc(100% - 200px);
  }
}
.cms__form .item.two input {
  float: left;
}
@media only screen and (min-width: 768px) {
  .cms__form .item.two input {
    width: calc(50% - 5px);
  }
}
.cms__form .item.two input:first-child {
  margin-right: 10px;
}
.cms__form .item.three input {
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .cms__form .item.three input {
    width: calc((100% - 20px) / 3);
  }
}
.cms__form .item.three input:last-child {
  margin-right: 0px;
}
.cms__form .type__5 .item {
  margin-bottom: 20px;
}
.cms__form .type__5 .item label {
  width: 100%;
}
.cms__form .type__6 {
  display: flex;
  flex-direction: row-reverse;
}
.cms__form .type__6 .item {
  width: fit-content;
}
.cms__form .type__6 .item label {
  margin-top: -1px;
}

@media only screen and (min-width: 768px) {
  .w50:has(#form5) {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .cms__wrapper:has(#form5) .cms__text:has(.img-responsive) {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .cms__wrapper:has(#form5) .endContactForm {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .cms__wrapper:has(#form5) {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .cms__wrapper:has(#form5) {
    min-height: 625px;
  }
}
@media only screen and (min-width: 1450px) {
  .cms__wrapper:has(#form5) {
    min-height: 650px;
  }
}

.cms__form label { /*font-weight:400; */ }

.cms__form .form .row {
  margin-right: 0px;
  margin-left: 0px;
}

.cms__form input, .cms__form textarea, .cms__form select {
  height: 62px;
  width: 100%;
  background-color: #FFF;
  padding: 12px 30px;
  line-height: 28px;
  border-radius: 0px;
  color: #000;
  font-family: theme_font;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  border: solid 1px grey;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cms__form input.errorfield, .cms__form textarea.errorfield, .cms__form select.errorfield {
  border: solid 1px red;
}

.cms__form textarea, textarea.input {
  height: 105px;
}

.cms__form ::-webkit-input-placeholder,
.input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
  font-family: theme_font;
}

.cms__form ::-moz-placeholder,
.input ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
  font-family: theme_font;
}

.cms__form :-ms-input-placeholder,
.input :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
  font-family: theme_font;
}

.cms__form :-moz-placeholder,
.input :-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
  font-family: theme_font;
}

.cms__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.cms__form select::-ms-expand {
  display: none;
}

.cms__form select {
  width: 100%;
  /*	  background-image:url(../../img/main/arr_blue_down.png);
           background-repeat:no-repeat;
           background-position:center right 10px;*/
}

.cms__form textarea {
  height: 150px;
  padding-top: 8px;
}

.cms__form input[type=checkbox], .cms__form input[type=radio] {
  display: none;
}

.cms__form input[type=checkbox] + label span, .cms__form input[type=radio] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  border: solid 1px #000;
}

.cms__form input[type=checkbox] + label i, .cms__form input[type=radio] + label i {
  font-style: normal;
  width: calc(100% - 30px);
}

.cms__form input[type=checkbox]:checked + label span {
  background-color: #000;
  border-color: #000;
}

.cms__form input[type=radio] + label span {
  border-radius: 100%;
}

.cms__form input[type=radio]:checked + label span {
  background-color: #000;
  border-color: #000;
}

.cms__form .errorfield label {
  color: red;
}

.cms__form .radio {
  width: 19px;
  background-color: #FFF;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  height: 15px;
  border-radius: 0px;
}

/***/
.verpicht {
  color: #F80004;
}

.form, .form .row {
  width: 100%;
  text-align: left;
}

.form {
  margin-left: 0px;
}

.form .row {
  clear: both;
}

.form {
  margin-bottom: 30px;
}

.form .row {
  margin-bottom: 20px;
}

.form .row .c1, .form .row .c2, .form .row .c_100 {
  float: left;
  width: 40%;
  line-height: 28px;
}

.form .row .c1 {
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
  padding-top: 12px;
}

.form .row .c2 {
  width: 60%;
}

.form .row .c_100 {
  width: 100%;
}

/***/
div.custom_file_upload {
  width: 100%;
  height: auto;
}

input.file {
  outline: none;
  width: calc(100% - 182px);
}

div.file_upload {
  min-height: 60px;
  line-height: 60px;
  border: solid 0px;
  padding: 0px;
  float: left;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  display: inline;
  position: relative;
  margin-left: 0px;
  width: 100%;
}

div.file_upload:hover {
  transition: all 0.3s ease 0s;
}

div.file_upload:before {
  content: "Bestanden";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  background-color: rgba(64, 64, 64, 0.95);
  cursor: pointer;
}

body.fr div.file_upload:before {
  content: "Fichier";
}

div.file_upload input {
  position: absolute;
  height: 60px !important;
  width: 100%;
  display: inline;
  cursor: pointer;
  opacity: 0;
  left: 0px;
  top: 0px;
  padding: 0px;
  margin: 0px;
}

div.file_upload .MultiFile-list {
  text-align: left;
  line-height: 26px;
  font-size: 12px;
  width: 100%;
  float: left;
  margin-top: 60px;
}

@media screen and (max-width: 1269px) {
  .cms__form input, .cms__form textarea, .cms__form select, .input {
    font-size: 14px;
    line-height: 34px;
    padding: 4px 25px;
    height: 42px;
  }
}

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