img[title] {
  pointer-events: none;
}


/* title animation */
h1 .reveal-span,
h2 .reveal-span,
h3 .reveal-span,
h4 .reveal-span,
h5 .reveal-span,
h6 .reveal-span,
div.animate-heading .reveal-span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  white-space: pre;
  overflow: hidden;
  padding-bottom: 5px;
}

h1.revealed .reveal-span,
h2.revealed .reveal-span,
h3.revealed .reveal-span,
h4.revealed .reveal-span,
h5.revealed .reveal-span,
h6.revealed .reveal-span,
div.animate-heading.revealed .reveal-span {
  animation: fadeUp 1s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ul checks custom */
.ul_checks ul {
  list-style: none; 
  padding-left: 0;
  margin: 0;
}

.ul_checks ul li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 30px;

	color: #000080;
	font-size: 17px;
	font-weight: 700;
}

.ul_checks ul li::before {
  content: "\f00c"; 
  font-family: "Font Awesome 6 Pro"; 
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 125%;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease;
  padding-left: 10px;
  padding-right: 10px;
}


/* buttons */
.cta_link a span{
	text-align: left;
	color: #000080 !important;
	font-weight: 500;
	font-size: 16px;
}
.cta_link a:hover span{
	color: #000099 !important;
}
.cta_link a span:after{
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	font-size: 90%;
	content: "\f061";
	font-family: "Font Awesome 6 pro";
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all 0.3s ease;
}
.cta_link a:hover span:after{
	padding-left: 15px;
	padding-right: 5px;
}


.cta_button a span{
	text-align: left;
	display: inline-block;
	color: #fff !important;
	background-color: #000080 !important;
	font-weight: 500;
	font-size: 16px;
    border-radius: 5px;
    padding: 12px 50px 12px 25px;
    font-size: 15px;
    line-height: 20px;
}
.cta_button a:hover span{
	background-color: #000099 !important;
}
.cta_button a span:after{
	position: absolute;
	transform: rotate(-45deg);
	right: 15px;
	top: 10px;

	height: auto;
	font-size: 100%;
	content: "\f061";
	font-family: "Font Awesome 6 pro";
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all 0.3s ease;
}


.wpcf7-submit{
	text-align: left;
	display: inline-block;
	color: #fff !important;
	background-color: #000080 !important;
	font-weight: 500;
	font-size: 16px;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 15px;
    line-height: 20px;
}
.wpcf7-submit:hover{
	background-color: #000099 !important;
}





/* google recaptcha badge */
.grecaptcha-badge{
	display: none !important;
}


.border-radius,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img{
	border-radius: 20px !important;
	overflow: hidden;
}
.border-radius-right{
	overflow: hidden;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}


/* content - header */
#content_header{
}
#content_header h1{
	font-size: 80px;
}
#content_header:after{
	content: '';
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,010051+100&0.3+0,0.5+100 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.55) 0%,rgba(1,0,81,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#content_header .content_header_inner{
	position: relative;
	z-index: 2;

	margin-top: 150px;
	margin-bottom: 50px;

	padding-top: 10vw;
	padding-bottom: 7vw;
}
#content_header.small .content_header_inner{
	padding-top: 8vw;
	padding-bottom: 5vw;
}
#content_header.large .content_header_inner{
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;

	margin-bottom: 100px;

	padding-top: 12vw;
	padding-bottom: 8vw;
}

/* content - header image */
#header_image{
}
#header_image .image{
}



/* shortcut diensten */
.shortcut_diensten_wrapper{
	margin-top: -80px;
	position: relative;
	z-index: 2;
}
.shortcut_diensten_wrapper .inner_wrapper{
	max-width: 1800px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.shortcut_dienst{
}
.shortcut_diensten_wrapper .vc_column-inner{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.shortcut_dienst > a{
	display: block;
	border-radius: 5px;
	background-color: #000080 !important;
	color: #fff;
	padding: 30px 60px 50px 50px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.shortcut_dienst > a:hover{
	background-color: #000099 !important;
}
.shortcut_dienst > a:after{
	position: absolute;
	transform: rotate(-45deg);
	right: 20px;
	top: 10px;
	height: auto;
	font-size: 18px;
	content: "\f061";
	font-family: "Font Awesome 6 pro";
	font-weight: 600;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all 0.3s ease;
}

.shortcut_dienst .title{
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
.shortcut_dienst .txt{
	margin: 0;
	padding: 0;

	display: -webkit-box;
	-webkit-line-clamp: 3;     /* max aantal regels */
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.slick-dots li{
	margin: 0 !important;
	font-size: 14px;
}

/* logo referentie */
.logo_referentie img{
  filter: grayscale(100%);
  max-height: 75px;
  width: auto;
}
ul.slick-dots{
	padding-top: 40px !important;
}


/* carousel: team */
.carousel_team{
	padding-bottom: 100px !important;
}
.carousel_team .ult-team-member-wrap{
	display: flex;
    align-items: center;
	gap: 40px;     
}
.carousel_team .ult-team-member-wrap .ult-team-member-image{
  width: 125px;
  flex-shrink: 0;
}
.carousel_team .ult-team-member-wrap .ult-team-member-image img{
	border-radius: 50%;
	
}
.carousel_team .ult-team-member-wrap .ult-team-member-bio-wrap{
  flex: 1;
  overflow-wrap: break-word; 
}
.carousel_team .ult-team-member-wrap .ult-team-member-name{
	color: #000080 !important;
	text-transform: none !important;
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
}
.carousel_team .ult-team-member-wrap .ult-team-member-description{
	color: #000 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}



/* post grid */
.post-grid-item{
	border-radius: 20px;
	position: relative;
	padding: 10px 40px 0px 10px;
	background-size: 120% !important;
	transition: all 0.5s ease;
}
.post-grid-item:hover{
	background-size: 130% !important;
}
.post-grid-item:after{
	position: absolute;	
	content: '';
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 100% !important;
	visibility: visible !important;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#334054+0,000000+100&0.1+0,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(51,64,84,0.1) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(51,64,84,0.1) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(51,64,84,0.1) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a334054', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.post-grid-item > *{
	position: relative !important;
	z-index: 1 !important;
}
.post-grid-item .post-title{
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
.post-grid-item .vc-zone-link{
	position: absolute !important;
	z-index: 5 !important;
}
/* END post grid */


/* post category items */
.post-category-wpb-container{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.cpcfwpbpb-articles-2 .cpcfwpbpb-article{
	border-radius: 5px;
	overflow: hidden;
}
.cpcfwpbpb-articles-2 .cpcfwpbpb-article a{
	text-decoration: none;
}
.cpcfwpbpb-articles-2 .cpcfwpbpb-article .cpcfwpbpb-container .cpcfwpbpb-entry-meta{
	display: none;
}


/* form styling */
#area_content .wpcf7-response-output{
    border: 0;
    background: #000080;
	color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 500;
}
#area_content .wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
#area_content .wpcf7-not-valid-tip{
    font-size: 12px !important;
    margin-top: -10px !important;
    margin-left: 10px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 8px;
	background: #e0702e;
    line-height: 14px;
    padding: 3px 7px;
    border-radius: 0 0 8px 8px;
}

.bg_form{
	border-radius: 10px;
	overflow: hidden;
	padding: 30px;
	background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);	
}
