.kad-sidebar a{
  text-decoration: underline;
}

.link-structuur ul{
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.link-structuur ul li{
  display: inline;
}

.link-structuur ul li:last-child:after {
    content: "";
}
.link-structuur ul li:after {
    content: " | ";
}

.cta{
  background-color: #008836;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #008836;
  font-weight: 600;

  -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;
}

.cta:hover{
  background-color: #fff;
  color: #008836;
}

.usp{
  display: block;
}
.usp ul li {
  list-style-type: none;
  width: 100%;
  color: #008836;
font-size: 18px;
padding-bottom: 20px;
}

#contact {
  width: 60%;
  margin-left: 20%;
  margin-top: 30px;
}

#contact h4{
  text-align: center;
}

.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%;
  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;
}
.send-submit {
  background-color: #008836;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #008836;
  font-weight: 600;

  -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;
}
.send-submit:hover {
  background-color: #fff;
  color: #008836;
}
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;
}
.error:focus {
  border: 1px solid #DE0000;
}
.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;
}
label.error {
  display: none!important;
}
@media screen and (max-width: 640px) {
    #cptfix {
      width: 100%;
    }
    #cptfix-field {
        width: 100%;
        margin: 2% 0 0 0;
    }
}



@media (min-width: 992px){
header .col-md-4 {
    width: 100%;
}

header .col-md-8 {
    width: 100%;
}

header .sf-menu a {
    padding: 10px 11px;
}
