ul.breadcrumb {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}
ul.breadcrumb li {
    list-style: none!important;
    float: left;
    margin-left: 0 !important;
}
.headerimg{
    background: url('https://www.revalis.nl/wprev/wp-content/uploads/2012/08/header-groepstherapie-1500x250.jpg') no-repeat center;
    background-size: cover;
    height: 320px;
}
.usps{
	text-align: center;
	padding-top: 25px;
}
.usps ul {
    display: inline-block;
    margin: 10px 0 !important;
}
.usps ul li {
    margin: 0 15px;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    float: left;
}
.usps ul li::before {
    content: "✔";
    text-align: center;
    font-weight: bold;
    font-size: 28px;
	margin-right: 5px;
	color: #40A8E4;
}
.cta{
    background: #40A8E4;
    color: #fff !important;
    width: 100% !important;
    text-align: center;
    padding: 15px 10px;
    display: inline-block;
    margin-bottom: 50px;
    font-size: 16px;
    transition: .4s ease-in-out;
}
.cta:hover{
    background: #88bbc8;
    text-decoration: none !important;
}
#contact {
  width: 100%;
  margin-top: 30px;
}
.half {
	width: 50%;
}
.details-half {
  width: 45%;
  margin: 0 0 0 5%;
}
.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: 45%;
  float: left;
}
#cptfix-field {
  margin: 0 0 0 2%;
  width: 52% !important;
  float: right;
  min-height: 32px;
}
.box-field {
  margin: 0 0 2% 0;
  overflow: hidden;
}
#contact, #form1, #form {
  overflow: hidden;
}
textarea {
  resize:vertical;
  min-height: 188px !important;
}
textarea, input {
  padding: 5px 10px;
}
textarea, input, #cptfix {
  box-sizing: border-box;
}
.send-submit {
  color: #fff;
  background: #40A8E4;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: 0;
  margin: 5px 0 0 0;
	-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: #88bbc8;
}
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;
}
.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-field {
        width: 100%;
        margin: 2% 0 0 0;
    }
    .half, .details-half {
      width: 100%;
      margin: 0;
    }
}
@media only screen and (min-width:480px) and (max-width: 640px) {
  #cptfix-field {
    width: 52%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #cptfix {
    width: 100%;
  }
}
