p.logotitel{
letter-spacing: 0.04em;
text-transform: uppercase;
color: #fff;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
position: absolute;
left: 1.75em;
top: 50%;
margin-top: -0.65em;
font-size: 1.5em;
font-weight: 800;
}

p.logotitel a{
text-decoration: none;
}

.usp {
	padding: 5px;
  	background: transparent;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0 0 20px 0;
}
.usp ul {
    list-style-type: none!important;
    margin: 0!important;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    padding-left: 0px;
}
.usp ul li {
    padding-left: 0px!important;
    margin-bottom: 5px!important;
    width: 25%;
    float: left;
    list-style: none!important;
    font-size: 19px;
    font-weight: bold;
}
span.checkmark {
    content: "";
    color: #FFFFFF;
    background: #4091bf;
    border-radius: 100%;
    text-align: center;
    padding: 5px 10px 4px 10px;
    position: relative;
    left: 0px;
    font-size: 21px;
    margin-right: 10px;
    display: inline-block;
}

h1 {
    font-size: 34px;
    color: #404248;
}

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 15px 0 !important;
}

header.major {
    border-bottom: solid 1px #dbdbdb;
    margin: 0;
}


#contact {
  width: 100%;
}
.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 {
  color: #fff;
  background: #FF8B30;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: 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: #cf6a1b;
}
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 screen and (min-width: 737px){
.wrapper {
    padding: 3em 0 7em 0;
}

}


ul.breadcrumb {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
ul.breadcrumb li {
  list-style: none!important;
  float: left;
}

.contactgegevenstitel {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #404248;
}

a.ctabutton {
    background: #ff8b30;
    padding: 15px;
    display: block;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    margin: 20px 0px;

border-radius: 8px;
box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.35);
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
color: #fff !important;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 0.075em;
padding: 10px 20px;
outline: 0;
border: 0;
white-space: nowrap;
}

a.ctabutton:hover{
  background-color: #cf6a1b;
}

header.major:after, header.major{
  border: none;
}

#ifrm{
	display: none;
}

#content ul{
	list-style-type: disc;
	margin-left: 20px;
}



@media screen and (max-width: 737px){
.usp ul li {
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 30px;
	}


}

@media screen and (max-width: 640px){
#cptfix {
    width: 50%;
}
}

@media screen and (max-width: 500px){
h1{
	font-size: 24px;
	margin-bottom: 5px !important;
}

}

@media screen and (max-width: 400px){
a.ctabutton {
    font-size: 16px;
}

}
