/********************************************* RESET ************************************************/
/****************************************************************************************************/
html, body{ height: 100%; width:100%; padding:0;  margin:0;} 
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: #1d1e1f;

	/* default font */
	font-family: "Darker Grotesque", sans-serif; 
	font-weight: 400;
	font-size: 24px;
	color: #ccc;
	line-height: 1.4;
	font-display: auto;
}

h1, .h1 { 
	margin: 0; 
	padding: 0;
	font-family: "Darker Grotesque", sans-serif;
	font-weight: 500;
	font-size: 64px;
	font-display: auto;
	line-height: 1;
	color: #fff;
	padding-bottom: 50px;
    position: relative;
}


.pgdetail h1 {
    padding-bottom: 0;
}


h2, .h2 {
	margin: 0;
	padding: 0;
	font-family: "Darker Grotesque", sans-serif;
	font-weight: 500;
	font-size: 32px;
	font-display: auto;
	line-height: 1.4;
	color: #fff;
    padding-bottom: 16px;
    margin-bottom: 32px;
    position: relative;
}

h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #a0d0fe;
}


h3 {
	margin: 0;
	padding: 0;
	font-family: "Michroma", sans-serif;
	font-weight: 500;
	font-size: 18px;
	font-display: auto;
	line-height: 1.4;
	color: #fff;
	padding-bottom: 25px;
	margin-bottom: 0px;
}


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


/***** NORMALE LINK *****/
a, a:link, a:visited, a:active{
	color: #a0d0fe;
	text-decoration: underline;
    outline: hidden !important;
    overflow: hidden !important;
    transition: 0.2s;
}
a:hover {
	color: #a0d0fe;
	text-decoration: none;
}


/***** MENULINK *****/
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active{ 
	outline: none;  
	overflow: hidden;
	
	font-family: "Darker Grotesque", sans-serif;
	font-weight: 500;
	font-size: 22px;
    letter-spacing: 1px;
	color: #fff;
	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: #a0d0fe;
}

/***** MENULINK ACTIEF *****/
.actief{
	opacity: 0.5;
}

*:focus {outline:none !important}

/***** VET *****/
.vet, strong{font-weight:600 !important; color: #fff;}
/***** 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;}
/***** RESET UL + LI MENU *****/
#menu ul {list-style: none; margin:0 !important; padding:0 !important;}
#menu li {display: inline-block; margin:0 !important; padding:0 !important;}
#menu select { display: none;}
/***** 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; position:relative; box-sizing:border-box;}
.section75{float:left; width:75%; height:auto; position:relative; box-sizing:border-box;}
.section70{float:left; width:70%; height:auto; position:relative; box-sizing:border-box;}
.section60{float:left; width:60%; height:auto; position:relative; box-sizing:border-box;}
.section55{float:left; width:55%; height:auto; position:relative; box-sizing:border-box;}
.section50{float:left; width:50%; height:auto; position:relative; box-sizing:border-box;}
.section48{float:left; width:48%; height:auto; position:relative; box-sizing:border-box;}
.section45{float:left; width:45%; height:auto; position:relative; box-sizing:border-box;}
.section40{float:left; width:40%; height:auto; position:relative; box-sizing:border-box;}
.section35{float:left; width:35%; height:auto; position:relative; box-sizing:border-box;}
.section33{float:left; width:33%; height:auto; position:relative; box-sizing:border-box;}
.section31{float:left; width:31%; height:auto; position:relative; box-sizing:border-box;}
.section30{float:left; width:30%; height:auto; position:relative; box-sizing:border-box;}
.section25{float:left; width:25%; height:auto; position:relative; box-sizing:border-box;}
.section23{float:left; width:23%; height:auto; position:relative; box-sizing:border-box;}
.section20{float:left; width:20%; height:auto; position:relative; box-sizing:border-box;}
.section19{float:left; width:19%; height:auto; position:relative; box-sizing:border-box;}
.section100 img, .section75 img, .section70 img, .section60 img, .section55 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 {display: block; width:100%; height:auto; max-width:100%;}

.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: #1d1e1f;
	z-index: 95;
	display: none;
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 125px;
    
    margin: 0 auto;
	
	z-index: 99;
}

#navigatie {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

#logo {
	float: left;
	width: 250px;
	height: 125px;

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

#menu {
	text-align: right;
	z-index: 97;
	padding-top: 36px;
}

#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
    padding-top: 50px;
	padding-bottom: 150px;
	box-sizing: border-box;
/*	overflow-x: hidden;*/
	
	display: flex;
	flex-flow: row wrap;
	
	/* voor sticky footer -> flex: 1 0 auto; + op body activeren */
 	flex: 1 0 auto; 
    
    position: relative;
    z-index: 1;
}


.content_small {
	max-width: 1500px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 25px;
	box-sizing: border-box;
	position: relative;
}

.content_wide {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

#footer {
	padding: 0;
	box-sizing: border-box;
	flex: none;
    
    background-color: #1a1b1c;
}

.footer__details {
    padding-top: 80px;
}

.footer__details strong {
    color: #fff;
}

.footer__details a {
    text-decoration: none;
    color: #ccc;
}

.footer__details a:hover {
    text-decoration: underline;
}
.footer__details ul {
    margin: 0 !important;
}


#subfooter {
	font-size: 18px;
	color: #ccc;
    box-sizing: border-box;
    
    padding: 20px 0;
    margin-top: 60px;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#sig {
    opacity: 0.6;
    transition: 0.3s;
}

#sig:hover {
    opacity: 1;
}


/*--- LISTICO ---*/

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

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

.content_small ul li:before {
	content:"";
	position:absolute;
	display:block;
	width:13px;
	height:13px;
	top: 12px;
	left: 0;
    
	background-image:url("../images/ico-arrow.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 ---*/



.btn {
    position: relative;
    display: inline-block;
    
    margin-top: 40px;
    
    font-size: 22px;
    font-weight: 700 !important;
    
    text-decoration: none !important;

    overflow: hidden; /* essentieel */
}

.btn--full {
    padding: 8px 32px 12px;
    background-color: #fff;
    color: #1d1e1f !important;
    border-radius: 2px;
}

.btn--full span {
    display: block;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.btn--full::after {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    height: 100%;
    
    transform: translateX(-50%);
    transition: transform 0.3s ease;

    color: #1d1e1f;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.btn--full:hover span {transform: translateY(-120%);}

.btn--full:hover::after {transform: translate(-50%, -86%);}




.btn--arrow {
    color: #fff !important;    
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 12px;
}

.btn--arrow:hover {
    column-gap: 20px;
    color: #a0d0fe !important;
}

.btn--arrow::before {
    content: "";
    display: inline-block;
    width: 16px;
    aspect-ratio: 1 / 1;
    
    background-image: url("../images/ico-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}



.tagline {
    font-size: 18px;
    color: #a0d0fe;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}


.pghome .btn {
    margin-top: 0;
}


.hero {
    position: relative;
    height: 100vh;
    
    padding: 100px 0 50px;
    box-sizing: border-box;
    
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    
    background: linear-gradient(
        to right,
        rgba(29, 30, 31, 1),
        rgba(29, 30, 31, 0.8)
    );
}


.hero .content_small {
    height: 100%;
    z-index: 1;
    
    display: flex;
    flex-direction: column;
    justify-content: center;   
}


.pgdetail .hero {
    height: 40vh;
    min-height: 400px;
}

.pgdetail .hero::after {
    background: linear-gradient(
        to top,
        rgba(29, 30, 31, 1) 0,
        rgba(29, 30, 31, 0.99) 20%,
        rgba(29, 30, 31, 0.97) 40%,
        rgba(29, 30, 31, 0.9) 100%
    );
}


.pgdetail .hero .content_small {
    justify-content: flex-end;
    padding-left: 25px;
    padding-right: 25px;
}




.hero__thumbs {
    position: absolute;
    bottom: 0;
    right: 25px;
    
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}

.hero__thumb {
    position: relative;
    width: 200px;
    aspect-ratio: 1 / 1;
    
    min-width: 120px;
    min-height: 120px;
    max-width: 20vh;
    max-height: 20vh;
    
    transition: 0.2s;
}


.media .overflow {
    overflow: hidden;
}


.hero__thumb:hover img {
    transform: scale(1.05);
}


.hero__thumb img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: 0.2s;
}






.media {position: relative;}

.media::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    
    width: 30%;
    aspect-ratio: 1 / 1;
    max-width: 150px;
    
    background-color: #fff;
    
    z-index: -1;
}

.media::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: -6px;
    
    width: 30%;
    aspect-ratio: 1 / 1;
    max-width: 150px;
    
    background-color: #fff;
    
    z-index: -1;
}


.hero__thumb .media::before {
    top: -5px;
    left: -5px;
}
.hero__thumb .media::after {
    bottom: -5px;
    right: -5px;
}






.gallery {
    display: flex;
    flex-flow: row wrap;
}



.gallery .thumb {
    width: calc(20% - (4*10px) / 2);
    aspect-ratio: 4 / 3;
    
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}

.gallery .thumb:hover img {
    transform: scale(1.05);
    
}




.col2 {
    column-count: 2;
}




.contact__details a {
    color: #ccc;
    text-decoration: none;
}

.contact__details a:hover {
    color: #a0d0fe;
}

.contact__details p {
    padding-bottom: 20px;
}



.contact__details i {
    font-size: 18px;
    margin-right: 8px;
    color: #a0d0fe;
    width: 18px;
}


.inv {opacity: 0;}


.txt--sm {
    font-size: 18px;
}




.form {
    padding: 0 25px;
    background-color: #1a1b1c;
    
    
}

.form .fsBody, .form .fsBody .fsLabel {
    font-family: "Darker Grotesque", sans-serif ;
    color: #ccc !important;
}

.pgdetail .form .fsSubmitButton {
    font-size: 22px;
    font-weight: 700 !important;
    line-height: 1;
    padding: 11px 16px 14px !important;
    
    background-color: #fff !important;
    color: #1d1e1f !important;
    border-radius: 2px;
}




.blauw {
    color: #a0d0fe;
}



.landscape {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}



.spacer-sm {padding: 25px 0;}
.spacer {padding: 80px 0;}



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


@media only screen and (max-width: 1200px) {
    
    .hero .content_small {
        justify-content: flex-end;
        row-gap: 10vh;
    }
    
    .hero__thumbs {
        position: relative;
        right: unset;
        justify-content: flex-end;
    }
    
    
    h1, .h1, .pgdetail h1 {
        font-size: 52px;
    }

}

@media only screen and (max-width: 960px) {
    
    .section100, .section75, .section70, .section60, .section55, .section50, .section48, .section45, .section40, .section35, .section33, .section31, .section30, .section25, .section23, .section20, .section19  {
        width:100%;
        margin-top:0px; 
    }
    
    .section100 img, .section75 img, .section70 img, .section60 img, .section55 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, .form {
        margin-top: 40px;
    }
    

    .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;}
    
    #header {
        position: absolute;
    }
    
    
    #logo {
        width: 220px;
    }
    
    
    .btn--full {
        padding: 8px 24px 13px;
    }
    
    .btn--arrow {
        margin-top: 32px;
        margin-bottom: 12px;
    }
    
    
    .pgdetail .hero {
        height: 30vh;
        min-height: 320px;
    }
    
    
    .hero .content_small {
        justify-content: flex-end;
        row-gap: 10vh;
    }
    
    .hero__thumbs {
        position: relative;
    }
    
    .hero__thumb {
        min-width: unset;
        min-height: unset;
    }
    
    
    
    
    
    
    .col2 {
        column-count: 1;
    }
    
    
    
    .gallery .thumb {
        width: calc(33% - 20px);
    }
    
    
    
    
    .footer__details .section31:not(:first-of-type) {
        margin-top: 24px;
    }
    
    
    
    
    
    
    .spacer-sm {padding: 25px 0;}
    .spacer {padding: 50px 0;}
    
    
    h1, .h1, .pgdetail h1 {
        font-size: 36px;
    }
    
    h2, .h2 {
        font-size: 28px;
    }
    
}

@media only screen and (max-width: 480px) {
    
    body {
        font-size: 22px;
    }
    
    #container {
        padding-top: 20px;
    }
    
    #logo {
        width: 180px;
    }
    
    .btn--full {
        font-size: 20px;
        padding: 6px 24px 10px;
    }
    
    
    .tagline, .pghome .tagline {
        font-size: 18px;
    }
    
    
    .pgdetail .hero {
        height: 20vh;
    }

    
    .hero__thumbs {
        column-gap: 20px;
    }
    
    .hero__thumb .media::before {
        top: -4px;
        left: -4px;
    }
    .hero__thumb .media::after {
        bottom: -4px;
        right: -4px;
    }
    
    
    .media::before {
        top: -5px;
        left: -5px;
    }
    .media::after {
        bottom: -5px;
        right: -5px;
    }
    
    
    
    .gallery {
        gap: 20px;
        justify-content: center;
    }
    
    .gallery .thumb {
        width: calc(50% - 10px);
        margin-right: 0;
        margin-bottom: 0;
    }
    
    
    .media::before,
    .media::after {
        max-width: 80px;
    }
    
    
    
    h1, .h1 {
        font-size: 32px;
    }
    
    .pgdetail h1, .pgdetail .h1 {
        font-size: 32px;
    }
    
    h2, .h2 {
        font-size: 26px;
    }
	
}

@media screen and (max-height: 480px) {
    .pghome .hero {
        padding-top: 150px;
        padding-bottom: 75px;
        
        height: auto;
    }
    
    .hero__thumb {
        min-width: 120px;
    }
    
    
    #menu {
        padding-top: 180px !important;
    }
}




/** RESPOSIVE MENU **/
@media only screen and (min-width: 1101px) {
    #menu {display: block !important;}
    .hamx {display: none;}
}

@media only screen and (max-width: 1100px) {
    .hamx {
        top: 45px;
        right: 25px;
        position: absolute;
        z-index: 101;
        display: block;
        cursor: pointer;
    }
    
    .is-active ~ #header {
        height: 100%;
    }

    #menu {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        display: none;
        padding-top: 0;
        box-sizing: border-box;
    }
    
    #menu li, #menu li a {
        display: block;
        margin-bottom: 1px;
        text-align: left;
        background-color: transparent;
        padding: 10px 25px;
    }
    
    
    /***** MENULINK *****/
    a.menulink {
        font-size: 24px !important;
    }
    
    /***** MENULINK ROLLOVER *****/
    a.menulink:hover {
        color: #CCC;
    }
}

.hamx .line {
    width: 36px;
    height: 4px;
    background-color: #fff;
    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);
}


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