html {
    background: white;
}
body{
    font-family: 'Roboto', sans-serif;
    color: #0f62b9;    
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
}
#primary {
    padding: 0;
}
a:hover {
    text-decoration: none;
    color: initial;
}
a {
    color: #0f62b9;;
}
p {
    line-height: 1.5;
    margin-bottom: 30px;
}
a,a:hover {
    text-decoration: none;
}
a:focus,a:active{
    outline:0;
    text-decoration: none;
    color: initial;
}
a:focus{
    color: initial;
    outline: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
b, strong {
    font-weight: 500;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f4f5 inset;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0f62b9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0f62b9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0f62b9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0f62b9;
}
img{
	max-width: 100%;
	height: auto;
}

.clearfix {
    clear: both;
}
h3,h4,h5,h6{
    font-weight: 500;
}
h2.vc_custom_heading, p.vc_custom_heading.h2{
    font-weight: 500;
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Bazooka';
}
h1.vc_custom_heading {
    font-size: 36px;
}
p.vc_custom_heading {
    font-size: 26px;
    margin-bottom: 40px;
}
h1,h2{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0;
}
h3{
    font-size: 22px;
    color: black;  
    font-weight: 500;
    margin-bottom: 25px;
    margin: 10px 0;
    line-height: 1.45;
}
input.search-field {
    width: 100%;
    height: 50px;
    padding-left: 10px;
}
.theme-color{
    color: #0f62b9;
}
/*Search page*/
form.s-form {
    position: relative;
}
.s-form button.search-submit {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 18px;
    top: 18px;
    background: url(..//images/s-icon.png) no-repeat center;
    width: 21px;
    height: 20px;
}
.search-page input.search-field {
    height: 52px;
    font-size: 20px;
    position: relative;
}
.search-nothing-found p {
    font-size: 22px;
}
/* 404 Error Page */
.error_pagenotfound {
    padding: 50px 30px 58px 30px;
    margin: 0 auto 80px;
    width: 100%;
    max-width: 620px;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: 5px solid #eee;
    text-align: center;

}
.error_pagenotfound strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #e3e3e3;
    font-weight: normal;
    margin-bottom: 10px;
    color: #ffe400;
    text-transform: uppercase;
    font-family: 'Bazooka';
    text-shadow: 5px 3px 0px #0f62b9;
}
.error_pagenotfound b {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #0f62b9;
    margin: 0;
    font-weight: 600;
}
.error_pagenotfound em {
    display: block;
    font-size: 18px;
    line-height: 59px;
    margin: 0;
    font-style: normal;
}
.nomargin .wpb_content_element {
    margin-bottom: 0;
}
/*visual composer*/
.vinkjes p {
    font-size: 16px;
    padding-left: 38px;
    background-image: url(..//images/vinkje-groen.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 5px;
}
.vinkjes {
    margin-bottom: 25px;
}
.vinkjes.vinkjes-wit p {
    background-image: url(..//images/vinkje-wit.png);
}
.punten p {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}
.punten p:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0f62b9;
}

.search-page form.s-form {
    position: relative;
    margin-bottom: 35px;
}
section.search-page .posts-navigation {
    display: none;
}
.search-results article {
    margin-bottom: 30PX;
}

.center p {
    text-align: center;
}
/*social media*/
.getsocial {
    display: inline-block;
}
.getsocial li {
    display: inline-block;
}
.getsocial .social-fb a {
    background: #3a5b96;
}
.getsocial .social-tw a {
    background: #1eb0e4;
}
.getsocial .social-li a {
    background: #1279b5;
}
.getsocial .social-gp a {
    background: #bc2b37
}
.getsocial a {
    font-size: 11px;
    color: white;
    background: #0f62b9;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    border-radius: 2px;
    padding: 4px;
}
h3#reply-title {
    font-family: 'Bazooka';
    color: #0f62b9;
    margin-bottom: 5px;
    font-size: 32px;
}
.search-content .blog-text {
    min-height: 75px;
}
.search-content .blog-content h2 {
    min-height: 66px;
}