

strong {
    font: bold 16px/40px 'Barlow', sans-serif;
}
/*p {
    font: 400 16px/30px 'Barlow', sans-serif;
}*/
h3 {
    font: 600 24px/35px 'Barlow', sans-serif;
    margin-bottom: 0;
}
h2 {
    font: 600 32px/60px 'Barlow', sans-serif;
}

.proefdag_section {
    display: -webkit-box;
    width: 100%;
    /*max-width: 1366px;*/
    padding: 60px;
    margin: 0 auto;
}

.start_content {
	background: url(../images/right_accent.png) no-repeat;
	background-position-y: 13%;
    background-position-x: right;
}
.start_content .float-left {
    padding: 0 60px;
}
.start_content .float-left u img {
    display: none;
    position: absolute;
    left: -37%;
    margin-top: -30%;
}
.start_content .float-left u:hover img {
    display: block;
	transition-duration: 200ms;
    transition-timing-function: ease-in;
}
.page-template-template-proefdag .gray_with_pipes_bg {
	background-color: #f5f5f5;
	padding: 60px;
	overflow: hidden;
}
.page-template-template-proefdag .gray_with_pipes_bg strong {
	font: 600 20px/30px var(--bj-font-familiy-headers);
	text-transform: uppercase;
}
.page-template-template-proefdag .gray_with_pipes_bg p {
	font: 400 1rem/25px 'Barlow', sans-serif;
    margin-bottom: 10px;
}
.page-template-template-proefdag .yellow_bg {
	padding: 40px 0;
	background-image: url(../images/yellow_bg_medium.jpg);
	text-align: center;
}


/* Proefdag form */
.proefdag_form {
	margin-top: 20px;
	padding: 60px 80px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	min-height: 200px;
	text-align: left;
}


@media (min-width: 1230px){
	.page-template-template-proefdag .gray_with_pipes_bg h2 {
		padding-bottom: 65px;
		padding-left: 65px;
	}
	.page-template-template-proefdag .gray_with_pipes_bg .img_wrapper {
		position: relative;
	}
	.page-template-template-proefdag .gray_with_pipes_bg img {
		position: absolute;
	    left: -128px;
	    margin-top: 40px;
	    width: 1366px;
	}
	.page-template-template-proefdag .gray_with_pipes_bg .first {
		padding-top: 10px;
		padding-left: 65px;
	}
	.page-template-template-proefdag .second {
	    margin-top: -45px;
	    padding: 0 60px 0 50px;
	}
	.page-template-template-proefdag .third {
        margin-top: -45px;
	    max-width: 30%;
	    padding-left: 6px;
	}
}
@media (max-width: 1229px){
	.page-template-template-proefdag .gray_with_pipes_bg img {
		display: none;
	}
}
@media (max-width: 1229px){
	.page-template-template-proefdag .gray_with_pipes_bg img {
		display: none;
	}
	.start_content .float-left {
	    padding: 0 20px;
	}
	.page-template-template-proefdag .gray_with_pipes_bg h2 {
		padding-left: 15px;
	}
	.page-template-template-proefdag .gray_with_pipes_bg .first,
	.page-template-template-proefdag .gray_with_pipes_bg .second,
	.page-template-template-proefdag .gray_with_pipes_bg .third  {
		max-width: 33.33%;
	}
}
@media (max-width: 1024px){
	.proefdag_form .label_for_dropdown {
	    width: 150px;
	}
	.proefdag_form .label_for_dropdown:after {
	    left: 55%;
	}
	.proefdag_form {
	    padding: 30px 30px;
	}
}
@media (max-width: 990px) {
	.start_content {
	    background-position-y: 50%;
	}
	.proefdag_form .custom-select {
	    width: 74%;
	}
	.proefdag_form .label_for_dropdown:after {
	    left: 92%;
	}
	.proefdag_form #sign_up_option .wpcf7-list-item {
	    width: 100%;
	}
	.proefdag_form .form-control {
	    width: 100%;
	}
	.proefdag_form .gray_text {
	    padding-right: 0;
	}
	.proefdag_section {
	    padding: 60px 0;
	}
	.page-template-template-proefdag .gray_with_pipes_bg.show_mobile {
		padding: 30px 0;
	}
	.page-template-template-proefdag .gray_with_pipes_bg.show_mobile .mobile_dots {
	    display: block;
	    position: absolute;
	    left: 3%;
	}
	.page-template-template-proefdag .gray_with_pipes_bg .first, 
	.page-template-template-proefdag .gray_with_pipes_bg .second, 
	.page-template-template-proefdag .gray_with_pipes_bg .third {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.page-template-template-proefdag .gray_with_pipes_bg .first, 
	.page-template-template-proefdag .gray_with_pipes_bg .second, 
	.page-template-template-proefdag .gray_with_pipes_bg .third, 
	.page-template-template-proefdag .gray_with_pipes_bg .fourth, 
	.page-template-template-proefdag .gray_with_pipes_bg .fifth  {
	    padding-left: 60px;
}
@media (max-width: 767px) {
	.start_content {
	    background-position-x: 600px;
	}
	.page-template-template-proefdag .yellow_bg {
		padding: 20px 0;
	}
	.proefdag_form {
	    padding: 30px 20px;
	}
	.start_content .float-left u img {
	    left: -17%;
	    margin-top: -50%;
	}
	.proefdag_form .custom-select {
	    width: 100%;
	}
	.proefdag_form .label_for_dropdown:after {
	    left: 90%;
	    margin-top: 13px;
	}
	.proefdag_form .wpcf7-submit {
	    display: block;
	    width: 100%;
	}
	#pages_before_footer {
	    height: 180px;
	}
}
@media (max-width: 480px) {
	.start_content {
	    background-position-x: 380px;
	}
	.start_content .float-left u img {
	    left: 0;
	    margin-top: -60%;
	}
}
@media (max-width: 375px) {
	.start_content {
	    background-position-x: 280px;
	}
}
@media (max-width: 320px) {
	.proefdag_form .label_for_dropdown:after {
	    left: 87%;
	}
}