/********************************************* RESET ************************************************/
/****************************************************************************************************/

* {
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body{ height: 100%; width:100%; padding:0;  margin:0; scroll-behavior: smooth;} 
ul {margin:11px 0; padding:0 0 0 40px; list-style-type:square;}
ol {margin:11px 0; padding:0 0 0 40px; list-style-type:decimal;}
p {padding:0 0 11px 0; margin:0;}

/************************************** START STANDAARD CSS *****************************************/
/****************************************************************************************************/


body {
	height: 100%;
	
	overflow-y: scroll !important;
	overflow-x: hidden;
	background-color: #fff;

	/* default font */
	font-family: "Barlow", sans-serif; 
	font-weight: 300;
	font-size: 18px;
	color: #404040;
	line-height: 160%;
	font-display: auto;
	/*
	 min-height: 100%;
  	 display: flex;
  	 flex-direction: column;
    */
}

h1, .h1 {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-size: 54px;
	font-display: auto;
	line-height: 120%;
	color: #100C08;
	margin-bottom: 32px;
}

h1 strong, .h1 strong {
    display: block;
    font-weight: 500;
    color: transparent;
    background: linear-gradient(90deg, #19ACE3, #5971B6);
    background-clip: text;
}


h2, .h2 {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-size: 40px;
	font-display: auto;
	line-height: 120%;
	color: #333;
	margin-bottom: 32px;
}


h2 strong, .h2 strong {
    font-weight: 400;
    color: transparent;
    background: linear-gradient(90deg, #19ACE3, #5971B6);
    background-clip: text;
}


h3, .h3 {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-size: 24px;
	font-display: auto;
	line-height: 150%;
	color: #100C08;
	margin-bottom: 12px;
}


h4, .h4 {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-size: 22px;
	font-display: auto;
	line-height: 20px;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 0px;
}


/***** NORMALE LINK *****/
a, a:link, a:visited, a:active{
	color: #19ACE3;
	text-decoration: underline;
    outline: hidden !important;
    overflow: hidden !important;
}

a:hover {
	text-decoration: none;
}


.tagline {
    display: block;
    color: #5971B6;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}


.label {
    display: inline-block;
    
    background-color: #fff;
    
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    
    padding: 4px 24px 3px;
    margin-bottom: 36px;
    
    border-radius: 20px;
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
}

.label.kort {display: none;}


/***** MENULINK *****/
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active {
	outline: none;
	overflow: hidden;
	
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	color: #404040;
	text-decoration: none;
	
	padding: 16px;
	display: inline-block;

	/* Standaard fade rollover CSS3 */
	-webkit-transition-property: color;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: linear, ease-in;
	
	transition-property: color;
	transition-duration: 0.2s, 0.2s;
	transition-timing-function:  linear, ease-in;
}

/***** MENULINK ROLLOVER *****/
a.menulink:hover {
    color: #19ACE3;    
}

/***** MENULINK ACTIEF *****/
.actief {
	color: #333 !important;
	opacity: 0.35;
}

*:focus {outline:none !important}

/***** VET *****/
.vet, strong {font-weight: 700;}
/***** SUB *****/
.klein{font-size:12px;}
.grijs{color:#CCC;}
/***** STROKES *****/
.stroke{border:2px solid #333 !important;}
.stroke_met_schaduw{border:4px solid #FFF !important; box-shadow:0px 0px 15px rgba(0,0,0,0.25); margin: 0 25px 25px 0;}
.thmb{margin-right:10px; margin-bottom: 6px; outline: none; width: 150px !important; display: inline-block !important;}

/***** CLEAR *****/
.clear{clear: both; width:100%;}
.nomargin{margin:0 !important;}
/* RESPONSIVE IMAGES */
.resp_img{ width:auto;height:auto;max-width:100%;}
.editable img{ width:auto; height:auto; max-width:100%;}
/* COLUMS */
.section100{float:left; width:100%; height:auto;}
.section75{float:left; width:75%; height:auto;}
.section70{float:left; width:70%; height:auto;}
.section60{float:left; width:60%; height:auto;}
.section50{float:left; width:50%; height:auto;}
.section48{float:left; width:48%; height:auto;}
.section45{float:left; width:45%; height:auto;}
.section40{float:left; width:40%; height:auto;}
.section35{float:left; width:35%; height:auto;}
.section33{float:left; width:33%; height:auto;}
.section31{float:left; width:31%; height:auto;}
.section30{float:left; width:30%; height:auto;}
.section25{float:left; width:25%; height:auto;}
.section23{float:left; width:23%; height:auto;}
.section20{float:left; width:20%; height:auto;}
.section19{float:left; width:19%; height:auto;}
.section100 img, .section75 img, .section70 img, .section60 img, .section50 img, .section48 img, .section45 img, .section40 img, .section35 img, .section33 img, .section31 img, .section30 img, .section25 img, .section23 img, .section20 img , .section19 img {width:100%; height:auto; max-width:100%; display: block;}

.fright{float: right;}
.fleft{float: left;}
.tt{opacity: 0.15;margin-top: 50px;margin-bottom: 55px;display: block;}

#menu-layer {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    background-color: #fff;
    z-index:95;
	display:none;
	opacity: 1;
}

.twee_links{margin-right:2%;}
.twee_rechts{margin-left:2%;}

.drie_links{margin-right:1.75%;}
.drie_mid{margin-right:1.75%; margin-left:1.75%;}
.drie_rechts{margin-left:1.75%;}

.vier_links{margin-right:2.7%;}
.vier_mid_links{margin-right:1.3%;}
.vier_mid_rechts{margin-left:1.3%;}
.vier_rechts{margin-left:2.7%;}


.vijf_links{margin-right:1.25%;}
.vijf_mid_links{margin-right:1.25%;}
.vijf_mid{margin:0;}
.vijf_mid_rechts{margin-left:1.25%;}
.vijf_rechts{margin-left:1.25%;}

/* VB BOX TEST */
.il {
	border:1px solid #FF0004;
	padding: 10px;
}


/**************************************** START EIGEN CSS *******************************************/
/****************************************************************************************************/

#header {
	width: 100%;
	height: 125px;
	top: 0;
	background-color: transparent;
	position: absolute;
	z-index: 99;
	margin: 0 auto;    
    
    display: flex;
    flex-direction: row;
    align-items: center;
}

#navigatie {
	width: 100%;
	margin: 0 auto;
    padding: 0 25px;
}


#navigatie > a {
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    z-index: 9;
}

#logo {    
	width: 200px;
	height: 125px;

	background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center center;
	
	z-index:98;
}


.mainnav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.mainnav ul {
    display: inline-block;
    list-style: none; 
    margin: 0 !important;
    padding: 0 !important;
}
.mainnav li {
    display: inline-block;
    margin:0 !important; 
    padding:0 !important;
}


#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	
	display: flex;
	flex-flow: row wrap;
	
	/* voor sticky footer -> flex: 1 0 auto; + op body activeren */
 	flex: 1 0 auto; 
}


.content_small {
	max-width: 1500px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 140px 25px;
}

.content_wide {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#footer {
    color: #fff;
	background-color: #f7f7f7;
    
    background: linear-gradient(145deg, #19ACE3 0%, #5971B6 100%);
    
	flex: none;
}

#footer h2 {
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: none;
}

#footer .tagline {
    color: #fff;
    opacity: 0.8;
}

#footer hr {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    
    margin: 32px 0;
}

#subfooter {
	background-color: #fff;
    color: #100C08;
	font-size: 13px;
	padding: 16px 25px;
    
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

#subfooter a {color: #100C08;}

#sig img {display: block;}

/*--- LISTICO ---*/

.content_small ul {
	display: block;
	padding: 0 !important;
	margin: 20px 0;
}

.content_small ul li {
	list-style: none;
	padding-left: 25px;
	padding-bottom: 7px;
}

.content_small ul li:before {
	content: "";
	position: absolute;
	display: block;
	width: 13px;
	height: 13px;
	top: 7px;
	left: 0;
	background-image: url("../images/ico-check.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
}

.content_small ul.arrow li:before {
	width: 12px;
	height: 12px;
	top: 9px;
	background-image: url("../images/ico-arrow.svg");
}

/*--- EINDE LISTICO ---*/


/************************************** RESPONSIVE CSS *****************************************/
/****************************************************************************************************/


.hero__container {
    height: 100vh;
    min-height: 650px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    text-align: center;
    font-weight: 400;
    
    background-image: url("../images/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hero__container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(25, 172, 227, 0.1) 40%,
        rgba(25, 172, 227, 1) 100%
    );
    
    z-index: 0;
}

.hero__container::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 66%);
    z-index: 1;
}

.hero__container .content_small {
    z-index: 9;
    max-width: 900px;
}



/* --- BTN --- */


.btn {
    display: inline-block;
    text-decoration: none !important;
    font-weight: 400;
    
    
    padding: 8px 24px 9px;
    
    color: #100C08 !important;
    background-color: red;
    border-radius: 50px;
    

}

.btn__full--blauw {
    color: #fff !important;
    background: linear-gradient(125deg, rgba(25, 172, 227, 1) 0%, rgba(83, 113, 182, 1) 100%);
    
    z-index: 0;
}



.btn__full--blauw::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, rgba(83, 113, 182, 1) 0%, rgba(25, 172, 227, 1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.btn__full--blauw:hover::after {
    opacity: 1;
}


.btn__full--wit {
    background: #fff;
}



.btn__group {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 16px;
    
    margin-top: 28px;
}


/* --- EINDE BTN --- */



/* --- LEDEN --- */


.leden-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    
    margin-top: 80px;
    gap: 50px;
}

.lid {
    text-decoration: none !important;
    color: #404040 !important;
}


.lid__media {
    display: flex;
    justify-content: center;
    align-items: center;
    
    aspect-ratio: 1 / 1;
    
    background: linear-gradient(90deg, rgba(25, 172, 227, 0.1) 0%, rgba(83, 113, 182, 0.2) 100%);
}

.lid__media img {
    width: 60%;
    max-height: 100px;
    
    filter: grayscale(100%);
    transition: filter 0.2s ease;
}


.lid__body {
    background-color: #fff;
    padding: 8px 12px;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    
/*    color: #fff;*/
}

.lid__body::before {
    content: "Sector";
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #6F7380;
    
    text-transform: uppercase;
}


.sector {
    font-size: 14px;
    font-weight: 500;
}


.lid:hover .lid__media img {
    filter: grayscale(0%)
}


/* --- EINDE LEDEN --- */


/* --- ACTIVITEITEN --- */

.activiteiten__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    margin-top: 60px;
}

.activiteit {
    width: 30%;
    text-align: center;
}


.activiteit__media {
    max-width: 60px;
    height: 70px;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
    margin: 0 auto 32px;
}


/* --- EINDE ACTIVITEITEN --- */



/* --- CONTACT --- */


.contact__details .tagline {
    margin-bottom: 10px;
    opacity: 0.5 !important;
}

.contact__details a:hover {
    text-decoration: underline !important;
}

.contact__row {
    display: flex;
    flex-flow: row wrap;
    column-gap: 30%;
    row-gap: 20px;
}

.contact__item {
    min-width: 160px;
}



/* --- EINDE CONTACT --- */




.txt--center {
    text-align: center;
}


.bg--light {
    background-color: #F6FAFD;
}




@media only screen and (max-width: 1200px) {
    
    .leden-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
}

@media only screen and (max-width: 960px) {
    
    .section100, .section75, .section70, .section60, .section50, .section48, .section45, .section40, .section35, .section33, .section31, .section30, .section25, .section23, .section20, .section19 {
        width: 100%;
        margin-top: 0px; 
    }
    
    .twee_links, .twee_rechts {margin-right:0; margin-left:0; margin-bottom: 10px;}
    .drie_links, .drie_mid, .drie_rechts {margin-right:0;margin-left:0; margin-bottom: 10px;}
    .vier_links, .vier_mid_links, .vier_mid_rechts, .vier_rechts {margin-right:0; margin-left:0; margin-bottom: 10px;}
    .vijf_links, .vijf_mid_links, .vijf_mid_rechts, .vijf_rechts, .vijf_mid {margin-right:0; margin-left:0; margin-bottom: 10px;}
    
    .content_small {
        padding: 100px 25px;
    }
    
    
    
    .label.lang {display: none;}
    .label.kort {display: inline-block;}
    
    
    .leden-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    
    
    
    .activiteiten__container {
        flex-direction: column;
        row-gap: 70px;
    }
    
    .activiteit {width: 100%;}
    
    
    .contact__details {
        margin-top: 70px;
    }
    
    
    
    .mbhidden {display: none;}
    
    
    h1, .h1 {
        font-size: 40px;
        margin-bottom: 24px;
    }
    
    h2, .h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    
    h3, .h3 {
        font-size: 22px;
    }
    
}


@media only screen and (max-width: 600px) {
	.leden-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
}



@media only screen and (max-width: 480px) {
    
    
    #logo {
        width: 150px;
    }
    
    
    .btn {
        padding: 7px 23px 8px;
    }
    
    .btn__group {
        column-gap: 12px;
    }
    

    
    
    h1, .h1 {
        font-size: 32px;
    }
    
    h2, .h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    h3, .h3 {
        font-size: 20px;
    }
	
}


/** RESPOSIVE MENU **/

@media only screen and (min-width :961px) {
    .nav-links {
        display: block !important;
    }
    .hamx {
        display: none;
    }
}

@media only screen and (max-width :960px) {
    .hamx {
        top: 40px;
        right: 25px;
        position: absolute;
        z-index: 101;
        display: block;
        cursor: pointer;
    }
    
    
    .mainnav {
        display: none;
        
        position: absolute;
        top: 126px;
        left: 0;
        width: 100%;

        padding-top: 0;
        
        flex-direction: column;
    }
    
    
    .mainnav.open {
        display: flex;
        max-height: 500px;
    }
    
    .mainnav li, .mainnav li a {
        display: block;
        margin-bottom: 1px;
        padding: 18px 25px;
        text-align: center;
    }
    
    /***** MENULINK *****/
    a.menulink {
        font-size: 20px !important;
    }
}

.hamx .line {
    width: 36px;
    height: 4px;
    background: linear-gradient(90deg, #19ACE3, #5971B6);
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamx:hover {
    cursor: pointer;
}
#x-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#x-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#x-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}


.accordion {
	background: #fff;
}

.accordion-header {
	color: #333;
	cursor: pointer;
	font-weight: 600;
	padding: 1.5rem;
    background: #f7f7f7;
    margin-bottom: 1px;
}

.accordion-header:hover {
	background: #f1f1f1;
}

.accordion-content {
	display: none;
	padding: 25px;
}

.accordion-header::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f107";
    display: inline-block;
	width: 24px;
	height: .75rem;
    color:#999;
}

.active.accordion-header::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f106";
    color:#FF0000;
}

#acc-wrap {padding-top: 200px;}

.fancybox-navigation {
    height: 100%;
}

/* Copyright (C) - IMAXX Smart Web Solutions - All Rights Reserved */