
#div-content {
  padding: 30px 10% 15px 10%;
}
@media screen and (max-width: 1220px) {
  #div-content {
    padding: 15px 3% 15px 3%;
  }
}

h1 {
  margin: 0px 0 35px 0;
  text-align: center;
  font-family: 'Noto Sans', 'Roboto', Arial;
  font-size: 42px;
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 32px;
  }
}

#div-sendform {
  display: inline-block;
  margin-right: 30px;
  vertical-align:top;
  width: calc(100% - 385px);
}
@media screen and (max-width: 760px) {
  #div-sendform {
    margin-right: 0;
    width: 100%;
  }
}

.h2-header {
  margin: 0px 0px 0px 0px;
  padding-bottom: 10px;

  text-align: left;
  font-family: 'Noto Sans', 'Roboto', Arial;
  font-size: 18px;

  border-color: rgb(74, 175, 59);
  border-width: 1px;
  border-style: none none solid none;
}
@media screen and (max-width: 450px) {
  .h2-header {
    font-size: 14px;
  }
}

.lbl-input {
  display: block;
  margin: 15px 0px 5px 0px;
  font-family: 'Noto Sans', 'Roboto', Arial;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .lbl-input {
    font-size: 11px;
  }
}

input {
  width: calc(100% - 14px);
  color: rgb(68, 68, 68);
  font-family: 'Noto Sans', 'Roboto', Arial;
  font-size: 16px;
  height: 30px;
  /* line-height: 15px; */
  padding: 4px 6px 4px 6px;
  border-width: 1px;
  border: 1px solid rgb(237, 237, 237);
  vertical-align: middle;
}
@media screen and (max-width: 450px) {
  input {
    font-size: 13px;
  }
}

textarea {
  width: calc(100% - 14px);
  height: 100px;
  min-height:100px;
  resize: vertical;
  color: rgb(68, 68, 68);
  font-family: 'Noto Sans', 'Roboto', Arial;
  font-size: 16px;
  padding: 4px 6px 4px 6px;
  border-width: 1px;
  border: 1px solid rgb(237, 237, 237);
}
@media screen and (max-width: 450px) {
  textarea {
    font-size: 13px;
  }
}

.invalid-value {
  border-color: red;
  background-color: rgb(255, 240, 170);
}


#div-contactdetails {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align:top;
  width: 350px;
}
@media screen and (max-width: 760px) {
  #div-contactdetails {
    margin-right: 0;
    margin-bottom: 0px;
    width: 100%;
  }
}

#div-contactscontainer {
  background-color: white;
  margin-top: 36px;
  padding: 0px 15px 15px 15px;
}
@media screen and (max-width: 760px) {
  #div-contactscontainer {
    margin-top: 15px;
  }
}

.contacts-header {
  margin: 0 0 5px 0;
  font-family: 'Noto Sans', 'Roboto', Arial;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .contacts-header {
    font-size: 13px;
  }
}

.contacts-text {
  margin: 0 0 15px 0;
  font-family: 'Noto Sans', 'Roboto', Arial;
  font-size: 15px;
}
@media screen and (max-width: 450px) {
  .contacts-text {
    font-size: 12px;
  }
}

.contacts-text a:link {
  color: rgb(0, 0, 0);
  font-weight: normal;
  text-decoration: none
}
.contacts-text a:visited {
    color: rgb(0, 0, 0);
}
.contacts-text a:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline;
}
.contacts-text a:active {
    color: rgb(0, 0, 0);
}




/* Submit button */

#div-buttonsubmit {
  /* float: left; */
  text-align: center;
  margin: 30px 0 30px 0;
}
@media screen and (max-width: 750px) {
  #div-buttonsubmit {
    /* float: none; */
    width: 100%;
  }
}

#buttonsubmit {
  width: 200px;
}
@media screen and (max-width: 1599px) {
  #buttonsubmit {
    width: 170px;
  }
}
@media screen and (max-width: 1199px) {
  #buttonsubmit {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #buttonsubmit {
    width: 90%;
    max-width: 150px;
  }
}



/* Legal info */

#legal-info {
  margin-right: 0;
  margin-bottom: 0px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  #legal-info {
    margin-right: 0;
    margin-bottom: 0px;
    width: 100%;
  }
}


#div-legalcontainer {
  background-color: white;
  margin-top: 36px;
  padding: 0px 15px 15px 15px;
}
@media screen and (max-width: 760px) {
  #div-legalcontainer {
    margin-top: 15px;
  }
}



#div-legalcontainer div.bank {
  display: inline-block;
  margin-right: 30px;
  vertical-align:top;
  width: calc(40%);
}
@media screen and (max-width: 760px) {
  #div-legalcontainer div.bank {
    margin-right: 0;
    width: 100%;
  }
}

#div-legalcontainer div.entity {
  display: inline-block;
  margin-right: 30px;
  vertical-align:top;
  width: calc(50%);
}
@media screen and (max-width: 760px) {
  #div-legalcontainer div.entity {
    margin-right: 0;
    width: 100%;
  }
}





.legal-header {
  margin: 0 0 5px 0;
  font-family: 'Noto Sans', 'Roboto', Arial;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .legal-header {
    font-size: 13px;
  }
}

.legal-text {
  margin: 0 0 15px 0;
  font-family: 'Noto Sans', 'Roboto', Arial;
  font-size: 15px;
  line-height: 25px;
}
@media screen and (max-width: 450px) {
  .legal-text {
    font-size: 12px;
    line-height: 20px;
  }
}

.legal-text a:link {
  color: rgb(0, 0, 0);
  font-weight: normal;
  text-decoration: none
}
.legal-text a:visited {
    color: rgb(0, 0, 0);
}
.legal-text a:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline;
}
.legal-text a:active {
    color: rgb(0, 0, 0);
}
