
/*******************************************************************/
/*                                                                 */
/* INIT VARS                                                       */
/*                                                                 */
/*******************************************************************/

:root{
    --black-hole: #000; /* TO BE USED AS: var(--blackhole) */
	--base-color: #002145;
	--mint-color: #ebfdfe;
    --deva-yellow: #ffed00;
    --base-font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**************************************************************************************
**
** COMMON
**
***************************************************************************************/


body {
	padding: 0;
	margin: 0 auto;
	background-color: #F6F6F6;
}

body, td, input[type=text], textarea {
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.grid-container {
	max-width: 90rem;
}

.grid-x {
	max-width: 140rem; /*2560 = 160  1920 = 120*/
	margin-left: auto;
	margin-right: auto;
}

.menucompensator{
	height: 64px; /* must be fixed */
	background-color: white;
}



@media only screen {
	.centeronsmall{text-align: center;}
}

@media only screen and (min-width: 40em) {
	.centeronsmall{text-align: left;}
}

.center{text-align: center;}



img {
    max-width: 100%;
 }

h1 {
	font-family:"Oswald","Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	color:#002145;
	display:block;
}

h2 {
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	/*font-size:1.8em;*/
	color: #20201e;
}

h2.blog {
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	color: #20201e;
}

h3 {
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	color: #20201e;
	font-size:1.3em;
}



p, ul, li{
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	line-height:2em;
}

p{
	color: #20201e;
}




ul.Inputfields{
	list-style:none;
	padding:0;
	margin:0px;
}

a{transition: all 0.6s ease;}



.eventdate{
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size:1.8em;
	color: #20201e;
}


@media only screen {
	.bigtext{ font-size: 16px; }
}

@media only screen and (min-width: 600px) {
	.bigtext{ font-size: 18px; }
}

@media only screen and (min-width: 900px) {
	.bigtext{ font-size: 20px; }
}

@media only screen and (min-width: 1200px) {
	.bigtext{ font-size: 24px; }
}

@media only screen and (min-width: 1800px) {
	.bigtext{ font-size: 28px; }
}






.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color:rgba(255, 255, 255, 0.85);
	background: url(../gfx/preloader4.gif) center no-repeat #fff;
}







.facebook-button{
	/*display:inline-block;
	text-align:center;*/
	background-color:#3B5998;
	color:#FFFFFF;
	/*padding:20px 20px 20px 20px;
	width: 100%;*/
}

.facebook-button:hover{
	color:#FFFFFF;
	background-color:#8B9DC3;
}

.instagram-button{
	display:block;
	text-align:center;
	background-color:#bc2a8d;
	width:100%;
	color:#FFFFFF;
	padding:30px 15px 30px 15px;
}

.instagram-button:hover{
	color:#FFFFFF;
	background-color:#cd486b;
}


/**************************************************************************************
**
** HEADER
**
***************************************************************************************/

header{
	position: fixed;
	z-index: 999;
	background-color: white;
	width: 100%;
	padding: 10px 10px 10px 10px;
	border-bottom: #CCC 1px solid;
}

.toplogo{
	position: relative;
}

ul.topnav{
	list-style: none;
}

ul.topnav li{
	display: block;
	/*border-bottom: #CCC 1px solid;*/
}

@media only screen {
	ul.topnav li a{font-size: 18px; line-height: 24px;}
	.toplogo{ height: 40px; width: 307px; }
}

@media only screen and (min-width: 600px) {
	ul.topnav li a{font-size: 20px; line-height: 28px;}
	.toplogo{ height: 40px; width: 307px; }
}

@media only screen and (min-width: 900px) {
	ul.topnav li a{font-size: 24px; line-height: 32px;}
	.toplogo{ height: 40px; width: 307px; }
}

@media only screen and (min-width: 1200px) {
	ul.topnav li a{font-size: 36px; line-height: 42px;}
	.toplogo{ height: 42px; width: 323px; }
}

@media only screen and (min-width: 1800px) {
	ul.topnav li a{font-size: 48px; line-height: 54px;}
	.toplogo{ height: 54px; width: 415px; }
}

/**************************************************************************************
**
** BG HOME
**
***************************************************************************************/


.homebg-wrapper{
	height: 100vh;
	position: relative;
}

.homebg{
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.continue{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 60px;
	height: 90px;
	position: absolute;
	z-index: 999;
	left: calc(50% - 30px);
	bottom: 20px;
}

.homeimage{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen {
	.homeimage{height: 320px;}
}

@media only screen and (min-width: 600px) {
	.homeimage{height: 380px;}
}

@media only screen and (min-width: 900px) {
	.homeimage{height: 450px;}
}

@media only screen and (min-width: 1200px) {
	.homeimage{height: 675px;}
}

@media only screen and (min-width: 1800px) {
	.homeimage{height: 780px;}
}


/**************************************************************************************
**
** TEXT BLOCKS
**
***************************************************************************************/

.yellow-text-block{
	background-color: var(--deva-yellow);
}

.mint-text-block{
	background-color: var(--mint-color);
}

.white-text-block{
	background-color: white;
}

.grey-text-block{
	background-color: #F0F0F0;
}

@media only screen {
	.yellow-text-block, .mint-text-block, .white-text-block, .grey-text-block{ padding: 10px 10px 10px 10px; }
}

@media only screen and (min-width: 600px) {
	.yellow-text-block, .mint-text-block, .white-text-block, .grey-text-block{ padding: 20px 20px 20px 20px; }
}

@media only screen and (min-width: 900px) {
	.yellow-text-block, .mint-text-block, .white-text-block, .grey-text-block{ padding: 40px 30px 40px 30px; }
}

@media only screen and (min-width: 1200px) {
	.yellow-text-block, .mint-text-block, .white-text-block, .grey-text-block{ padding: 70px 50px 70px 50px; }
}

@media only screen and (min-width: 1800px) {
	.yellow-text-block, .mint-text-block, .white-text-block, .grey-text-block{ padding: 90px 60px 90px 60px; }
}

/*******************************************************************/
/*                                                                 */
/* COLCADE                                              */
/*                                                                 */
/*******************************************************************/


.grid-col, .galgrid-col {
    float: left;
}

.grid-item, .galgrid-item{
    margin-bottom: 30px;
    background-color: #FFF;
    padding: 10px 10px 10px 10px;
	/*box-shadow: 1px 1px 1px #E2E2E2;*/
}

.grid-inner-wrapper{
    position: relative;
}

.picimg {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.picmiddle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.grid-image-wrapper{
    position: relative;
}

.grid-image-wrapper:hover .picimg {
    opacity: 0.3;
}

.grid-image-wrapper:hover .picmiddle {
    opacity: 1;
}

.picicon {
    color: white;
    background-image: url('../gfx/loupe.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}


.grid-title{
    font-family:"Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
}


.grid-text{
    font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #666;
}










@media only screen {
	.grid-col { width: 100%; }
	.grid-col--2 { display: none; }
	/*.grid-col--2, .grid-col--3 { display: none; }*/
}

@media only screen and (min-width: 1200px) {
    .grid-col { width: 49%; margin-right: 2%; }
    .grid-col--2 { display: block; margin-right: 0; }
    /*.grid-col--3 { display: none; }*/
}
/*
@media only screen and (min-width: 1200px) {
    .grid-col { width: 32%; margin-right: 2%; }
    .grid-col--2, .grid-col--3 { display: block; }
    .grid-col--3 { margin-right: 0; }
}

@media only screen and (min-width: 1800px) {
    .grid-col { width: 32%; margin-right: 2%; }
    .grid-col--2, .grid-col--3 { display: block; }
    .grid-col--3 { margin-right: 0; }
}*/




@media only screen {
	.galgrid-col { width: 100%; }
	.galgrid-col--2 { display: none; }
	.galgrid-col--2, .galgrid-col--3 { display: none; }
}

@media only screen and (min-width: 1200px) {
    .galgrid-col { width: 49%; margin-right: 2%; }
    .galgrid-col--2 { display: block; margin-right: 0; }
    .galgrid-col--3 { display: none; }
}

@media only screen and (min-width: 1200px) {
    .galgrid-col { width: 32%; margin-right: 2%; }
    .galgrid-col--2, .galgrid-col--3 { display: block; }
    .galgrid-col--3 { margin-right: 0; }
}

@media only screen and (min-width: 1800px) {
    .galgrid-col { width: 32%; margin-right: 2%; }
    .galgrid-col--2, .galgrid-col--3 { display: block; }
    .galgrid-col--3 { margin-right: 0; }
}





/**************************************************************************************
**
** FOOTER
**
***************************************************************************************/


footer{
	background-color: white;
	color: var(--base-color);
}


@media only screen {
	footer{ padding: 10px 10px 10px 10px; }
}

@media only screen and (min-width: 600px) {
	footer{ padding: 20px 20px 20px 20px; }
}

@media only screen and (min-width: 900px) {
	footer{ padding: 30px 30px 30px 30px; }
}

@media only screen and (min-width: 1200px) {
	footer{ padding: 50px 50px 50px 50px; }
}

@media only screen and (min-width: 1800px) {
	footer{ padding: 60px 60px 60px 60px; }
}





/*******************************************************************/
/*                                                                 */
/* PRO NAVI                                                        */
/*                                                                 */
/*******************************************************************/

.pronavi-wrapper{
    padding: 0px;
    /*background-color: #FFFFFF;*/
}

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

.pronavi.left{
    text-align: left;
}

.pronavi.right{
    text-align: right;
}

.arrow{
    height: 40px;
}

.pronavi-label{
    color: #000;
}



/**************************************************************************************
**
** TRAINING TABLE
**
***************************************************************************************/


.trainingtable{
	width: 100%;
}

.trainingtable td{
	width: 33%;
}

.trainingtable h3{
	color: #bc2a8d;
	font-weight: 900;
}





/**************************************************************************************
**
** YOUTUBE EMBED
**
***************************************************************************************/

.ytp-title{
	display: none !important;
}

@media only screen {
	.youtube-embed{ height: 270px; }
}

@media only screen and (min-width: 600px) {
	.youtube-embed{ height: 360px; }
}

@media only screen and (min-width: 800px) {
	.youtube-embed{ height: 480px; }
}

@media only screen and (min-width: 1024px) {
	.youtube-embed{ height: 600px; }
}

@media only screen and (min-width: 1440px) {
	.youtube-embed{ height: 720px; }
}

@media only screen and (min-width: 1920px) {
	.youtube-embed{ height: 800px; }
}



/**************************************************************************************
**
** GALLERIA
**
***************************************************************************************/

/*
base color: #002145;
base color dark: #000118;
YELLOW color: #ffed00;
*/

/*@media all and (orientation:portrait) {
	#galleria{
		height:50%;
	}
}*/


.gal-galleria{
	max-width: 140rem;
	margin-left: auto;
	margin-right: auto;
}


@media only screen {
	#galleria{
		height:240px;
	}
}

@media only screen and (min-width: 320px) {
	#galleria{
		height:240px;
	}
}

@media only screen and (min-width: 480px) {
	#galleria{
		height:320px;
	}
}

@media only screen and (min-width: 600px) {
	#galleria{
		height:400px;
	}
}

@media only screen and (min-width: 768px) {
	#galleria{
		height:480px;
	}
}

@media only screen and (min-width: 800px) {
	#galleria{
		height:600px;
	}
}

@media only screen and (min-width: 1024px) {
	#galleria{
		height: 760px;
	}
}

@media only screen and (min-width: 1240px) {
	#galleria{
		height: 840px;
	}
}

@media only screen and (min-width: 1440px) {
	#galleria{
		height: 920px;
	}
}

@media only screen and (min-width: 1920px) {
	#galleria{
		height: 980px;
	}
}

@media only screen and (min-width: 2200px) {
	#galleria{
		height: 1060px;
	}
}

@media only screen and (min-width: 2400px) {
	#galleria{
		height: 1100px;
	}
}



/*******************************************************************/
/*                                                                 */
/* PRELOADER                                                       */
/*                                                                 */
/*******************************************************************/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-image: url('../gfx/preloader.gif');
    background-repeat: no-repeat; 
    background-color: #FFF;
    background-position: center center;
 }





/**************************************************************************************
**
** BACK TO TOP
**
***************************************************************************************/

/* https://codyhouse.co/gem/back-to-top/ */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /*background: rgba(232, 98, 86, 0.8) url(../gfx/cd-top-arrow.svg) no-repeat center 50%;*/
  background: rgba(0, 0, 0, 0.8) url(../gfx/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}





/**************************************************************************************
**
** COOKIE CONSENT
**
***************************************************************************************/

/*
base color: #002145;
base color dark: #000118;
YELLOW color: #ffed00;
*/

.mCCF--dark .mCCF__accept{
	background-color: #ffed00;
	color: #002145;
	padding: 20px;
}

.mCCF--dark .mCCF__accept:hover{
	background-color: #FFFFFF;
	color: #FFFFFF;
}

.mCCF{
	background-color: #002145;
	font-size: 20px;
}

.mCCF__message{
	background-color: #002145;
	line-height: 30px;
}


/**************************************************************************************
**
** AGAINST SPAMMY ANNOYING LITTLE NERDS
**
***************************************************************************************/

.tegendevervelendeventjes{
	display:none;
}



/**************************************************************************************
**
** Contact Form
**
***************************************************************************************/

/*
base color: #002145;
base color dark: #000118;
YELLOW color: #ffed00;
*/

#wrap_tegenvervelendeventjes{
	display: none;
}

#wrap_project{
	display: none;
}

p.InputfieldError{
	background-color: #e31f18;
	color: #FFFFFF;
	padding: 5px;
}








/**************************************************************************************
**
** Spacers and clear
**
***************************************************************************************/
.width90{width:90px;}

.spacer5{height:5px;}
.spacer10{height:10px;}
.spacer15{height:15px;}
.spacer20{height:20px;}
.spacer25{height:25px;}
.spacer30{height:30px;}
.spacer45{height:45px;}
.spacer60{height:60px;}
.spacer90{height:90px;}
.spacer110{height:110px;}
.spacer115{height:115px;}
.spacer120{height:120px;}
.spacer125{height:125px;}
.spacer130{height:130px;}
.spacer140{height:140px;}
.spacer145{height:145px;}
.spacer150{height:150px;}
.spacer160{height:160px;}
.spacer180{height:180px;}

.clear{clear: both;}

@media only screen {
	.respacer{
			height: 30px;
	}
	.respacermini{
		height: 20px;
	}
}

@media only screen and (min-width: 600px) {
	.respacer{
			height: 40px;
	}
	.respacermini{
		height: 22px;
	}
}

@media only screen and (min-width: 900px) {
	.respacer{
			height: 48px;
	}
	.respacermini{
		height: 24px;
	}
}

@media only screen and (min-width: 1200px) {
	.respacer{
			height: 60px;
	}
	.respacermini{
		height: 30px;
	}
}

@media only screen and (min-width: 1800px) {
	.respacer{
			height: 90px;
	}
	.respacermini{
		height: 30px;
	}
}