#contact input, #contact textarea {
  width: 100%;
  padding: 16px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
}

button.send-submit.half {
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	text-decoration: none solid rgb(226, 26, 36);
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	height: 50px;
	width: 112.969px;
	border: 2px solid rgb(226, 26, 36);
  color: rgb(226, 26, 36);
	margin: 0px;
	padding: 6px 20px;
  cursor: pointer;
}

button.send-submit.half:hover{
  background-color: rgb(226, 26, 36);
  color: #fff;
}

.half {
	width: 50%;
}
.full {
	width: 100%;
  display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.clear {
  clear: both;
}
.e-mail-url {
  position:absolute;
  left:-9999px;
  top: -9999px;
}
.foot-note {
  text-align: center;
}
#cptfix {
  width: 30%;
  float: left;
}
#cptfix-field {
  margin: 0 0 0 2%;
  width: 67% !important;
  float: right;
  min-height: 32px;
}
.box-field {
  margin: 0 0 2% 0;
  overflow: hidden;
}
textarea {
  resize:vertical;
  min-height: 70px;
}
textarea, input {
      display: block;
    float: left;
    border: solid 1px #cccccc;
    padding: 4px;
    margin-bottom: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
textarea, input, #cptfix {
  box-sizing: border-box;
}

input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: 0;
}
label {
  margin: 0 0 2px 0;
}

.error {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #DE0000 !important;
}
.error:focus {
  border: 1px solid #DE0000 !important;
}
.valid {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #017301 !important;
}
label.error {
  display: none!important;
}
@media screen and (max-width: 640px) {
    #cptfix {
      width: 100%;
    }
    #cptfix-field {
        width: 100%;
        margin: 2% 0 0 0;
    }
}

.et-waypoint {
    opacity: 1 !important;
}

.opmaakafbeeldingen {
  width:1070px;
  margin-left:0px;
  margin-bottom:930px;
}

@media screen and (max-width: 980px) {
  .opmaakafbeeldingen {
    width:100%;
  }
}
