/*General*/
body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a1a18;
  line-height: 26px;
  overflow-x: hidden;
}
p, b, a, small,label{
  font-family: 'Open Sans', sans-serif;
}
strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
em {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Titillium Web', sans-serif;
  margin-top: 0;
  font-weight: 700;
  margin-bottom:20px;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
	text-align: center;
}
h1{
  font-size: 42px;
}
h2, h3{
  font-size: 26px;
  font-weight: 700;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 15px;
}
h6{
  font-size: 13px;
}
.container-fluid { max-width: 1600px; }
.contain{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cover{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.with_frm_style .frm_primary_label {
	font-family: 'Open Sans', sans-serif !important;
	color: #1a1a18 !important;
}
button, .frm_button_submit, button.frm_button_submit {
    box-shadow: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 9px 20px;
    border-radius: 12px;
}
input,textarea,select{
  box-shadow: none;
  outline: none;
  border-radius:0;
}
.wp-block-column p a:not(.btn),
.block_content p a:not(.btn){
	color:#45acb4;
}
/* body.home header#masthead:not(.scroll) button.navbar-toggler {
    top: 49px;
    font-size: 35px;
    right: 20px;
} */
header#masthead button.navbar-toggler {
    top: 22px;
    font-size: 35px;
    right: 20px;
}
/*Header*/
span.job_count {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #44acb4;
    border-radius: 100%;
    text-align: center;
    position: relative;
    bottom: 8px;
    left: 2px;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
}
header#masthead {
	position: fixed;
	top: 0;
	z-index: 10;
	padding: 0 0 !important;
	height: 140px;
	width: 100%;
	transition: all .2s ease-in;
	background: none;
	background: rgb(68,68,68);
	background: linear-gradient(0deg, rgba(68,68,68,0) 0%, rgba(68,68,68,1) 100%);
}
header#masthead.scroll {
	background: #fff;
	height: 90px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 39%);
}
header#masthead .logo {
	height: 140px;
	width: auto;
	transition: all .2s ease-in;
	padding:14px;
}
header#masthead .logo.scroll {
	height: 90px;
}
.headtop {
	position: relative;
	top: 0;
	width: 100%;
	height: 50vh;
	background: #fff;
	z-index: 1;
}
.headtop .row {
	height: 50vh;
}
.headtop.home, .headtop.home .row {
	height: 100vh;
}
.headtop .infoblock {
	position: relative;
	width: 100%;
	height: auto;
	bottom: 30px;
	background: #45acb4;
	padding: 15px 15px;
}
.headtop .infoblock .toptag {
	background: #95c8c6;
	color: #fff;
	padding: 2px 5px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.headtop .infoblock h1 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 0;
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
.svgicon {
	width: 48px;
	opacity: .7;
	margin-bottom: 1em;
}

ul.navbar-nav {
	position: absolute;
    top: 0px;
    right: 0px;
	transition: all .2s ease-in;
}
ul.navbar-nav li {
	margin-top: 40px;
	line-height: 40px;
	transition: all .2s ease-in;
}
ul.navbar-nav.scroll li {
	margin-top: 20px; 
}
ul.navbar-nav li a.nav-link {
	font-size: 20px !important;
	font-weight: 700;
	color: #fff !important; /*#1a1a18 !important;*/
}
ul.navbar-nav.scroll li a.nav-link {
	color: #1a1a18 !important;
}
ul.navbar-nav li:hover a.nav-link, ul.navbar-nav li a.nav-link:hover {
	color: #35B3C3 !important;	
}
ul.navbar-nav li ul.dropdown-menu li {
	margin-top: 0;
}
ul.navbar-nav li ul.dropdown-menu {
	background: none;
	padding: 0 0;
	border: none;
}
ul.navbar-nav.scroll li ul.dropdown-menu {
	background: #fff;
}
ul.navbar-nav li ul.dropdown-menu li a.dropdown-item {
	padding: .25rem .5rem;
}
ul.navbar-nav li ul.dropdown-menu li a.dropdown-item:hover {
	color: #35B3C3 !important;	
}
ul#menu-hoofdmenu li.menu-item-1411 {
	display: none;
}
ul#menu-hoofdmenu li.search { 
	display: none;
	width: 100%;
	position: relative;
	width: 100%;
	height: 43px;
	line-height: 43px;
}
ul#menu-hoofdmenu li.search input.search-field {
    border-radius: 0px !important;
    outline: none;
    border-color: #a2a2a2;
}
ul#menu-hoofdmenu li.search button.search-submit {
    background: none;
    font-size: 16px;
    position: absolute;
    right: 10px;
    padding: 0;
    top: 1px;
}
ul#menu-hoofdmenu li.search button {
	box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 45px 10px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 400 !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
ul#menu-hoofdmenu li.search button.search-submit img {
    width: 21px;
    position: relative;
    bottom: 5px;
}

.filler {
	position: relative;
	width: 100%;
	height: 2em;
}

/*Content*/
.bg_none { background-color: none; }
.bg_lightblue { background-color: #4bbccc; }
.bg_bluegreen { background-color: #44acb4; }
.bg_grey { background-color: #dae1d6; }
.bg_brown { background-color: #9a671f; }

.tag {
	background: #95c8c6;
	color: #fff;
	padding: 2px 5px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.btn { 
	position: relative;
	height: 32px;
	line-height: 1;
	border: 2px solid #fff;
	border-radius: 4px;
	text-align: center;
}
.btn a {
	font-size: 15px;
	font-weight: 400;
	padding: 0px 8px;
	color: #fff;
}
.wp-block-button__link {
	height: 32px;
	font-size: 15px;
	font-weight: 400;
	padding: 0px 8px;
	line-height: 32px;
	color: #fff !important;
}

.btn.btn_grey { color: #1a1a18; border-color: #1a1a18; }
.btn.btn_grey a { color: #1a1a18; }
.btn.btn_grey:hover { background-color: #1a1a18; color: #fff; }
.btn.btn_grey:hover a { text-decoration: none; color: #fff; }

.btn.btn_bluegreen { color: #fff; border-color: #fff; }
.btn.btn_bluegreen a { color: #fff; }
.btn.btn_bluegreen:hover { background-color: #fff; color: #43ACB4; }
.btn.btn_bluegreen:hover a { text-decoration: none; color: #43ACB4; }

.btn.btn_none { color: #1a1a18; border-color: #1a1a18; }
.btn.btn_none a { color: #1a1a18; }
.btn.btn_none:hover { background-color: #1a1a18; color: #fff; }
.btn.btn_none:hover a { text-decoration: none; color: #fff; }
.bg_none .tag { color: #1a1a18; background-color: #dae1d6; }
.bg_grey .tag { color: #1a1a18; background-color: #fff; }
.bg_brown .tag { color: #fff; background-color: #AB710B; }
h3.tag,
h3.tagdark {
    font-size: 18px !important;
    margin: 0 !important;
	display: inline-block !important;
}
.block_1 {
	text-align: center;
	padding: 25px 0;
	color: #fff;
}
.block_1 p {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 0;
}
.block_1.bg_none, .block_1.bg_grey {
	color: #1a1a18;
}

.block_2 h3, .block_3 h3, .block_2 h2, .block_3 h2 {
	margin: 6px 0;
}
.block_2 .tag, .block_3 .tag {
	background-color: #dae1d6;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.block_2 .tagdark, .block_3 .tagdark {
	background-color: #b7c1b1;
	color: #1a1a18;
	padding: 2px 5px;
	margin-bottom: 6px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.block_2 .btn, .block_3 .btn {
	color: #44acb4; 
	border-color: #44acb4;
}
.block_2 .btn a, .block_3 .btn a {
	color: #44acb4;
}
.block_2 .btn:hover, .block_3 .btn:hover {
	background-color: #44acb4;
	color: #fff;
}
.block_2 .btn:hover a, .block_3 .btn:hover a {
	color: #fff;
	text-decoration: none;
}
.block_2 figure, .block_3 figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 0;
	padding: 0 0;
}
/*.block_2 figure:after, .block_3 figure:after {
  content: "";
  display: block;
  padding-bottom: 10%;
}*/
.block_2 figure .img, .block_3 figure .img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: 100%;
}
/* .block_2 figure:hover .img, .block_3 figure:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} */
	
.block_2 figure img, .block_3 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	object-fit: cover;
}
/* .block_2 figure:hover img, .block_3 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} */

.block_4 ul {
	list-style:none;
	padding-left: 1em;
}
.block_4 ul li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url('./images/arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0.5em;   
}
.block_4 h4 a {
	color: #1a1a18;
}
.block_4 h4 a:hover {
	color: #43ACB4;
}

.block_5 .refitm {
	position: relative;
	/*width: 300px;
	height: 300px;*/
	width: 25%;
	overflow: hidden;
}
.block_5 .refitm:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.block_5 .refitm .itmcontent{
	position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 0;
}
.block_5 .refitm .itmtable {
    display: table;
    height: 100%;
    width: 100%;
}
.block_5 .refitm .itmcell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.block_5 .refitm .itmcell .holder img {
	max-width: 101%;
}
.block_5 .refitm .overlay {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
    opacity: 0;
    padding: 0 0;
	margin: 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.block_5 .refitm:hover .overlay {
	opacity: 1;
}
.block_5 .refitm .overlay .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    color: #1a1a18;
    padding: 0 15px;
}
.block_5 .refitm .overlay .title h4 {
	color: #1a1a18;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0;
}
.block_5 .refitm .overlay .title .btn {
	border-color: #1a1a18;
	background-color: #1a1a18;
}
.block_5 .refitm .overlay .title .btn a {
	color: #fff;
}
.block_5 .refitm .overlay .title .btn:hover {
	border-color: #fff;
	background-color: #fff;
}
.block_5 .refitm .overlay .title .btn:hover a {
	color: #1a1a18; 
	text-decoration: none;
}
.block_5 {
    overflow: hidden;
}
.block_6 {
	text-align: center;
	padding: 25px 0;
	color: #fff;
}
.block_6 p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 0;
}
.block_6.bg_none, .block_6.bg_grey {
	color: #1a1a18;
}
.block_6 .with_frm_style .frm_inside_container .frm_primary_label {
	display: none;
}
.block_6 .with_frm_style input[type=text] { margin-bottom: 8px; }
.wp-block-column.contact-form-box {
    background: #45acb4;
    padding: 20px;
}
.wp-block-column.contact-form-box .with_frm_style .frm_form_fields > fieldset {
    padding: 0 !important;
}
.wp-block-column.contact-form-box label.frm_primary_label {
    color: #fff !important;
	font-weight:600;
}
.wp-block-column.contact-form-box button{
	background:#fff !important;
	border-color:#fff !important;
	color:#000 !important;
}
.wp-block-column.contact-form-box button:hover{
	background:#1a1a18 !important;
	border-color:#1a1a18!important;
	color:#fff !important;
}
span.frm_upload_text {
    font-size: 15px;
}
.job-form-box .with_frm_style .frm_form_fields > fieldset {
    padding: 0 !important;
}
.job-form-box label.frm_primary_label {
    color: #fff !important;
	font-weight:600;
}
.job-form-box button{
	background:#fff !important;
	border-color:#fff !important;
	color:#000 !important;
}
.job-form-box button:hover{
	background:#1a1a18 !important;
	border-color:#1a1a18!important;
	color:#fff !important;
}
.job-form-box .frm_small_text{
	display: none;
}

header.entry-header,
footer.entry-footer{
  display: none;
}
.container_marge{
  height: 60px;
}
body.home .headtop-nav{
	top: 47%;
}
.headtop-nav {
    position: absolute;
    top: 54%;
    font-size: 40px;
    cursor: pointer;
    color: #45acb4;
    z-index: 9;
	background: #fff;
    border-radius: 100%;
}
.headtop-nav.headtop-prev{
	left:5%;
}
.headtop-nav.headtop-next{
	right:5%;
}
.block-1-padding{
	padding:3em;
}
button.navbar-toggler{
	outline:none !important;
}
.news_block_thumb.cover {
    height: 450px;
}
img.news_block_thumb {
    width: 100%;
}
.news_block {
    display: block;
    margin: 0 0 60px 0;
}
h2.block_title.news_block_title {
    color: #44acb4;
    margin-bottom: 0;
}
.news_block_meta {
    font-style: italic;
    margin-bottom: 15px;
}
.search_nav a,
.search_nav span{
  display: inline-block;
  border: none !important;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #44acb4 !important;
  background:#eee;
  border-radius: 4px;
  text-decoration: none !important;
}
.search_nav span.current {
  font-weight: 500;
}
.search_nav span.current,
.search_nav a:hover {
  background: #44acb4 !important;
  color: #fff !important;
}
/*Footer*/
img.footercontent-logo {
    max-width: 200px;
    width: 100%;
}
footer {
	font-size: 14px;
	line-height: 17px;
}
footer .footercontent {
	position: relative;
	background: #1a1a18;
	width: 100%;
	height: auto;
	min-height: 100px;
	color: #fff;
}
footer .footercontent a {
	color: #fff;
}
footer .footercontent i {
	margin: 3px 8px 0 0;
}
footer .footercontent ul.footernav-nav {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}
footer .footercontent ul.footernav-nav li {
	margin: 0 0;
	padding: 0 0;
}
footer .footercontent ul.footernav-nav li a {
	color: #fff;
}
footer .footer_copyright {
	position: relative;
	background: #dae0d6;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #1a1a18;
}
footer .footer_copyright a {
	color: #1a1a18;
	margin: 0 6px;
	padding: 0 0;
	line-height: 36px;
}


/*CSS @media Rules*/
@media (max-width: 1200px) {  /* xl */   
	/*body { background: red; }*/

}

@media (max-width: 992px) {  /* lg */  
	.col_marge_991{
		margin-bottom: 30px !important;
	}
	header#masthead .logo{
		height:90px;
	}
	.block-1-padding{
		padding:3em 0 3em 0;
	}
	/*body { background: green; }*/
	.navbar-toggler { position: fixed; top: 8px; right: 0px; z-index: 88880; }
	header#masthead { z-index: 8000; }
	#main-nav { position: fixed; top: 0px; background: #fff; width: 100%; left: 0; z-index: 88870; border-bottom: 1px solid #565656; }
	#main-nav ul#menu-hoofdmenu {
		padding: 70px 15px 40px 15px;
		text-align: left;
		background: #fff;
		width: 100%;
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 39%);
	}
	ul.navbar-nav li, ul.navbar-nav.scroll li{ display: block; width: 100%;  margin-top: 0; line-height: 21px; }
	ul.navbar-nav li a.nav-link, ul.navbar-nav.scroll li a.nav-link { color: #1a1a18 !important; text-align: left; }
	.searchbox { display: none; }
	ul#menu-hoofdmenu li.search, ul#menu-hoofdmenu li.menu-item-1411 { display: block; }

}

@media (max-width: 768px) {  /* md */  
	/* body { background: black; } */
	
	footer .footer_copyright { height: 72px; }
	.block_2 figure, .block_3 figure {
		min-height: 420px;
	}

}

@media (max-width: 576px) {  /* sm */
	/* body { background: pink; } */
	
	.block_2 figure, .block_3 figure {
		min-height: 320px;
	}
	.block_5 .refitm {
		width: 50%;
	}
	footer .footer_copyright, footer .footer_copyright a { line-height: 21px; }

}