/****** CSS RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


html,body{    overflow-x: clip; }


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  }


body { font-size:62.5%; font-family: 'Urbanist', Arial, sans-serif; line-height: 1; }

ol, ul {  list-style: none; }

blockquote, q {  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
  }


a:hover,
a:focus,
a:active { text-decoration:underline; }



.centerfix {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}



   .gray { background-color: #ddd!important; }



/****** OVERVIEW COURSES *****/



.enter { margin-top: 100px;}



.flexi {
    display: flex;
    flex-direction: row;
}




.second {
    flex: 1 1 auto;
    width: 90%;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}



.second h1 { 
    font-size: 4.8em; 
    font-weight: 200!important; 
    color: rgb(0,0,255);   
    font-optical-sizing: auto;
    font-style: normal;
    margin-left: 10px;
    }


.second p {
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: rgb(0,0,255);
  margin-left: 10px;
}


.seventy { width: 70%; }


.introduction {
    background-color: white;
    padding: 20px;
}




.hero {
    border: 1px solid white; 
    height: fit-content;
    padding: 20px;
    border-radius: 18px;
    border: none;
    background-color: white; 
    width: 680px;
}



.hero >  p {
    font-size: 1.3rem;
    font-weight: 200;
    color: #000;
}


.courses > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
    grid-gap: 1rem;
}


.courses > ul li {
    min-height: 385px;
    margin-top: 10px;
    border: 0px solid #000000;
    background-color: #fff !important;
    border-radius: 5% !important; 
}



.courses > ul > li > figure {
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    border: none;
    max-height: 280px;
    overflow: hidden;
    position: relative;
}



.hero > h2 {
    font-family: 'Urbanist', sans-serif;
    font-size: 4em;
    padding: 0em;
}


.courses h3 {
    font-size: 2.4em;
    font-weight: 400;
    text-transform: none !important;
    padding: 0.8em 0.4em 10px 0.5em;
    margin-left: 10px;
}


.courses > ul > li > p {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1rem .75rem;
    font-weight: 300;
    margin-left: 10px;
}





@media (max-width: 720px) {

    .flexi {
        flex-direction: column;
    }

    .second {      margin: 10px 0px 10px 20px;    }


    .courses > ul > li {
        margin: 20px;
    }

   .enter { margin-top: 50px; }

   .second h1 { font-size: 4.1em; }

   .courses {
    padding-top: 0rem; }

   .hero {    width: 85%; margin-left: 20px; }

}





/****** TOP BAR *****/


.coursebar {
	position: -webkit-sticky; /* Safari */  
	position: fixed;
	z-index: 10;
 	width: 100%;
	text-align: center;
        color: rgb(0,0,255);
        background-color: #fff;
        height: 60px;
	}


.coursebar img { vertical-align: middle; position: relative; z-index: 9;}



.topbar {
	position: -webkit-sticky; /* overbodig? */
	position: fixed;
	z-index: 4;
 	width: 100%;
	height: 60px;
	text-align: center;
	}

span.x {
	float: right; 
	margin: 10px; 
	padding: 5px;
	}

span.toploader {
	float: left; 
	text-transform: uppercase;
	margin-left: 30px;
	margin-top: 23px;
	font-size: 16px;
	}

.logoholder { position: relative; }

.logoholder img {    width: 230px; margin-top: 4px; }




@media screen and (max-width: 690px) {

	.logoholder img {    width: 230px; }
 
       .coursebar { height: 50px; }

       span.toploader {    margin-top: 14px;    font-size: 14px;}

       .closer { top: 12px;  }

}




@media screen and (max-width: 520px) {
 
    .logoholder img {   width: 180px;  }

}







/****** CHAPTERS ********/



header h1 span {
	background-color: #ffffff;
	line-height: 1.4em;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff; 
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	}


header {  padding-bottom: 5em; }



.start { color: #ffffff;
	background-color: #0000FF;
	text-align: center;
	}


.start a {	color: #fff!important; }


.start h1 { color: #0000FF;
	background-color: ;
	text-transform: uppercase;
	}


.cover h1 {
    color: rgb(0,0,255);
    text-transform: uppercase;
    font-weight: 100 !important;
}





.panel {
	position: relative;
	border-bottom:1px solid #666;
	overflow-x: hidden;
	}

.inner { width:780px;	margin:0 auto;	}


.options .inner,
.methods-continued .inner,
.methods .inner {  padding-bottom:45px; }



pre {
  background:rgba(0,0,0,0.2);
  padding:1.5em 0 1.5em 0;
  font-size:2.1em;
  margin-top:0.7em;
  margin-bottom: 1.6em;
  overflow-x:auto;
  }

pre.single {
  padding:0.7em 0.5em 0 0.5em;
  font-size:2.1em;
  margin-top:0.8em;
  margin-bottom: 0.3em;
  /*display:inline-block;*/
  max-width:80%;
  }



.inner { touch-action: none; -ms-touch-action: none; }

.textleft {
	float: left;
	width: 390px;
	text-align: left; 
	}

.imageleft {
	margin: 20px;
	float: left;
	width: 320px; 
	text-align: center;
	}

.imageleft img {
	width: 270px; 
	}

.imagebottom img {
	margin-top: 15px;
	width: 500px; 
	}


@media only screen and (max-width: 720px) {


  .textleft {
	float: left;
	width: 390px; 
	}

  .imageleft {
	float: left;
	width: 280px;
	text-align: center;
	}

  .imageleft img {
	width: 250px; 
	margin-left: 0px 0xp 0px 20px;
	}

  .imagebottom img {
	width: 370px;
	/* margin-left: 20px; */
	}

}

	

.slant{
    position:absolute;
    top:0px;
    left:0;
    width:250px;
    padding:10px 10px;
    background-color:purple;
    font-size:20px;
    z-index:5;
}


.slant:after {
  width:50px;
  background:purple;
  position:absolute;
  height:100%;
 z-index:-1;
  content:' ';
  right:-22px;
 bottom:0;
transform: skew(160deg);
}




.closer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2229px%22 height%3D%2229px%22 viewBox%3D%220 0 29 29%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 51.2 (57519) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3EClose%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cdefs%3E%3C%2Fdefs%3E %3Cg id%3D%22Desktop-Designs%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cg id%3D%22TRACK-illustratie-interactief-lightbox%22 transform%3D%22translate(-1165.000000%2C -140.000000)%22%3E %3Cg id%3D%22Close%22 transform%3D%22translate(1165.000000%2C 140.000000)%22%3E %3Crect id%3D%22Rectangle-5%22 stroke%3D%22%230000FF%22 stroke-width%3D%223.6%22 fill%3D%22%23FFFFFF%22 x%3D%221.8%22 y%3D%221.8%22 width%3D%2225.4%22 height%3D%2225.4%22%3E%3C%2Frect%3E %3Cpolygon id%3D%22Shape%22 fill%3D%22%230000FF%22 fill-rule%3D%22nonzero%22 points%3D%2220.4800417 18.1274167 16.9166667 14.5024167 20.4800417 10.8774167 18.125 8.522375 14.5 12.08575 10.875 8.46075 8.51995833 10.8774167 12.0833333 14.5024167 8.51995833 18.1274167 10.875 20.4824583 14.5 16.9190833 18.125 20.4824583%22%3E%3C%2Fpolygon%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 18px 18px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 15px;
}




.closergray {
    background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2229px%22 height%3D%2229px%22 viewBox%3D%220 0 29 29%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 51.2 (57519) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3EClose%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cdefs%3E%3C%2Fdefs%3E %3Cg id%3D%22Desktop-Designs%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cg id%3D%22TRACK-illustratie-interactief-lightbox%22 transform%3D%22translate(-1165.000000%2C -140.000000)%22%3E %3Cg id%3D%22Close%22 transform%3D%22translate(1165.000000%2C 140.000000)%22%3E %3Crect id%3D%22Rectangle-5%22 stroke%3D%22%239A9F9F%22 stroke-width%3D%223.6%22 fill%3D%22%23FFFFFF%22 x%3D%221.8%22 y%3D%221.8%22 width%3D%2225.4%22 height%3D%2225.4%22%3E%3C%2Frect%3E %3Cpolygon id%3D%22Shape%22 fill%3D%22%239A9F9F%22 fill-rule%3D%22nonzero%22 points%3D%2220.4800417 18.1274167 16.9166667 14.5024167 20.4800417 10.8774167 18.125 8.522375 14.5 12.08575 10.875 8.46075 8.51995833 10.8774167 12.0833333 14.5024167 8.51995833 18.1274167 10.875 20.4824583 14.5 16.9190833 18.125 20.4824583%22%3E%3C%2Fpolygon%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 18px 18px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
}



/****** SCROLLER ********/


.scroll {
  position:absolute;
  bottom: 20px;
  font-size:1.3em;
  margin-top:20px;
  display:inline-block;
  height:100px;
  }


.scroll:hover {
  text-decoration:none;
  }

.scroll:after {
  background-image: url("../img/icon-scroll.svg");
  background-repeat: no-repeat;
  content:'';
  width:30px;
  height:48px;
  position:absolute;
 /* margin:auto; */
  top:10px;
  left:15px;
  -webkit-animation:3s arrow infinite ease;
  animation:3s arrow infinite ease;
  }


.stroll {
  position:relative;
  top: 20px;
  font-size:1.3em;
  margin-top:20px;
  display:inline-block;
  height:100px;
  }


.stroll:hover {
  text-decoration:none;
  }

.stroll:after {
   background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2214px%22 height%3D%2217px%22 viewBox%3D%220 0 14 17%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 52.2 (67145) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3EGroup 4%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cg id%3D%22Page-1%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cg id%3D%22Arrows%22 transform%3D%22translate(-1406.000000%2C -759.000000)%22%3E %3Cg id%3D%22Next-slide%22 transform%3D%22translate(1395.000000%2C 750.000000)%22%3E %3Cg id%3D%22Group-4%22 transform%3D%22translate(13.000000%2C 9.000000)%22%3E %3Cpolyline id%3D%22Path-2%22 stroke%3D%22%23FFFFFF%22 stroke-width%3D%223%22 stroke-linecap%3D%22round%22 transform%3D%22translate(4.999889%2C 12.750084) rotate(90.000000) translate(-4.999889%2C -12.750084) %22 points%3D%223.00088083 7.75019512 6.9998885 12.7495875 2.9998885 17.7499721%22%3E%3C%2Fpolyline%3E %3Crect id%3D%22Rectangle%22 fill%3D%22%23FFFFFF%22 x%3D%223.5%22 y%3D%220%22 width%3D%223%22 height%3D%2214%22 rx%3D%221.5%22%3E%3C%2Frect%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #fff;
  content:'';
  margin-top: 10px;
  width: 40px;
  height: 40px;
  position:absolute;
  left: 50px;
  -webkit-animation:3s arrow infinite ease;
  animation:3s arrow infinite ease;
  }



	.track-arrow-wrapper { position: absolute; bottom: 30px; right: 20px; width: 40px; height: 85px; z-index: 3; }

	.track-arrow.next {
    	background-color: #fff;
    	background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2214px%22 height%3D%2217px%22 viewBox%3D%220 0 14 17%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 52.2 (67145) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3EGroup 4%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cg id%3D%22Page-1%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cg id%3D%22Arrows%22 transform%3D%22translate(-1406.000000%2C -759.000000)%22%3E %3Cg id%3D%22Next-slide%22 transform%3D%22translate(1395.000000%2C 750.000000)%22%3E %3Cg id%3D%22Group-4%22 transform%3D%22translate(13.000000%2C 9.000000)%22%3E %3Cpolyline id%3D%22Path-2%22 stroke%3D%22%230000FF%22 stroke-width%3D%223%22 stroke-linecap%3D%22round%22 transform%3D%22translate(4.999889%2C 12.750084) rotate(90.000000) translate(-4.999889%2C -12.750084) %22 points%3D%223.00088083 7.75019512 6.9998885 12.7495875 2.9998885 17.7499721%22%3E%3C%2Fpolyline%3E %3Crect id%3D%22Rectangle%22 fill%3D%22%231C1D1D%22 x%3D%223.5%22 y%3D%220%22 width%3D%223%22 height%3D%2214%22 rx%3D%221.5%22%3E%3C%2Frect%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E");
    	background-size: 10px 15px;
    	background-position: center center;
    	background-repeat: no-repeat;
	}


	.track-arrow.prev {
	    background-color: rgba(28, 29, 29, .1);
	    background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2214px%22 height%3D%2217px%22 viewBox%3D%220 0 14 17%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 52.2 (67145) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3EGroup 3%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cg id%3D%22Page-1%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cg id%3D%22Arrows%22 transform%3D%22translate(-1406.000000%2C -704.000000)%22%3E %3Cg id%3D%22Previous-slide%22 transform%3D%22translate(1412.500000%2C 712.500000) scale(1%2C -1) translate(-1412.500000%2C -712.500000) translate(1395.000000%2C 695.000000)%22%3E %3Cg id%3D%22Group-3%22 transform%3D%22translate(13.000000%2C 9.000000)%22%3E %3Cpolyline id%3D%22Path-2%22 stroke%3D%22%23FFFFFF%22 stroke-width%3D%223%22 stroke-linecap%3D%22round%22 transform%3D%22translate(4.999889%2C 12.750084) rotate(90.000000) translate(-4.999889%2C -12.750084) %22 points%3D%223.00088083 7.75019512 6.9998885 12.7495875 2.9998885 17.7499721%22%3E%3C%2Fpolyline%3E %3Crect id%3D%22Rectangle%22 fill%3D%22%23FFFFFF%22 x%3D%223.5%22 y%3D%220%22 width%3D%223%22 height%3D%2214%22 rx%3D%221.5%22%3E%3C%2Frect%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E");
    	background-size: 10px 15px;
    	background-position: center center;
    	background-repeat: no-repeat;
	}

	.track-arrow { width: 40px; height: 40px; position: relative; margin: 10px 0; z-index: 20; cursor: pointer; -webkit-transition: .2s linear; transition: .2s linear; box-shadow: inset 0 0 0 2px rgba(28, 29, 29, .08); }



.mouse {
  position:absolute;
  bottom: 20px;
  font-size:1.3em;
  margin-top:20px;
  display:inline-block;
  height:100px;
  }


.mouse:hover {
  text-decoration:none;
  }

.mouse:after {
  background-image: url("../img/icon-scroll.svg");
  background-repeat: no-repeat;
  content:'';
  width:30px;
  height:48px;
  position:absolute;
 /* margin:auto; */
  top:10px;
  left:15px;
  -webkit-animation:3s arrow infinite ease;
  animation:3s arrow infinite ease;
  }



.next {	clear: both;
	text-align: center;
	margin-right: 40px;
	}


@-webkit-keyframes arrow {
  0%,100% {    top:10px; }
  50% {  top:30px; }
}

@keyframes arrow {
  0%,100% { top:10px;  }
  50% { top:30px; }
}




/****** VIDEO ********/


.div-only-mobile {  display: none;  }


.div-no-mobile {  display: block;}






/**** SCREEN LARGE  ****/


@media (max-width:960px) {

.closer { top: 10px; }

.topbar {  height: 40px;	}

.coursebar {  height: 50px;	}

span.toploader { margin-top: 15px;  }

.inner {    width: 99%; }

    .div-no-mobile {  margin-left: 20px;}

    .div-only-mobile {  margin-left: 0px; margin-right: 0px;}


}



/**** SCREEN MEDIUM  ****/


@media (max-width:600px) {


.coursebar {  height: 45px;	}

	.home .inner {  padding-bottom:140px; }

	span.toploader {	font-size: 12px;	}


    .div-no-mobile {  display:none; margin-left: 10px;}

    .div-only-mobile {
    display: block;
  /*  width: 90vw; */
    height: calc(90vw / 1.7);  /* 1.7 is 1920/1080 */
    text-align: center;
    margin: 0;
    padding: 0;
    }

}




/**** SCREEN SMALL  ****/


@media (max-width:360px) {

	a.back:link, a.back:visited {    left:30px; }

	p {    font-size: 1.7em; }

}






.videoframe {
    padding:56.25% 0 0 0;
    position:relative;
    display: block;
}







/* MORE CHAPTER  */





@media (max-width:600px) {


    header h1 {    padding: 3em 0 0 0; }

    h1 {        font-size: 3.2em;  }

}


@media (max-width: 960px) {

    h2 {        font-size: 3.5em; padding-top: 2em;    }
}



.chapters {
    padding-top: 2rem;
}

.chapters > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
}


.chapters > ul > li {
    border: 1px solid #ecebff;
    background-color: #fff !important;
    border-radius: 5% !important;
}

.chapters > ul li {
    min-height: 385px;
    margin-top: 10px;
}


.chapters > ul > li > figure {
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    border: none;
}

.chapters > ul > li > figure {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}


.chapters > ul > li > figure > img {
    width: auto;
}


.chapters h3  {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.75em;
    padding: 1.5em 0 0.1em 0em;
    margin-left: 20px;
    font-weight: 400;
}





.coursebutton { color: #ffffff;
	background-color: #0000FF;
	text-decoration: none;
	}

.coursebutton a { color: #ecebff!important;
	background-color: #0000FF;
	text-decoration: none;
	}


a.coursebutton { 
    margin-left: 20px;
    color: #ffffff !important;
    padding: .6rem 1.7rem;
    font-size: 1.8em;
    border-radius: .25rem;
    background-color: rgb(0,0,255);
}



@media (max-width: 720px) {


    .seventy { width: 80%; }


    .videoframe {
	padding:56.25% 0 0 0;
	position:relative;
	display: none;
	}

    .chapters > ul > li {
        margin: 20px;
    }

   .enter { margin-top: 50px; }


  .chapters {
    padding-top: 0rem; }

}



/****** PARTNERS ********/


.partner-container { 
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 750px;
}


.partner-container > div { 
   margin: auto !important;
}

.partnerlogo img { 
    width: 150px;
    height: auto;
    margin: 20px;
}



@media (max-width: 720px) {

    .partner-container { 
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      width: 450px;
    }


.partner-container > div { 
   margin: auto !important;
   min-height: 80px !important; 
}

.partnerlogo img { 
    width: 150px;
    height: auto;
    margin: 20px;
}

}




/* PLAATJE IN CHAPTERS */


.inner > figure > img {
    width: auto;
    max-width: 90vw;
}



@media only screen and (max-width: 720px) {
    .imagebottom img {
        width: auto;
	max-width: 90vw;
        margin-left: 20px;
    }

    .inner > figure > img {    margin-left: 20px; }

}








/****** LEARNINGS / CONCLUSION ********/



    
.learnings li {
            list-style: none;
            padding: 10px 30px;
            background-image: url("../img/white-check.png");
            background-repeat: no-repeat;
            background-position: 1% 30%;
            background-size: 20px;
        }



.learnings li {
    margin-left: 0px;
    padding-left: 1.8em;
 /*   text-indent: -1.2em; */
}


.learning {
	font-size: 2.4em;
	line-height: 2em;
	}


@media (max-width: 920px) {

	.learnings {
	margin-left: 20px; }
}


@media (max-width: 600px) {

	.learning {
	font-size: 1.8em;
	line-height: 1.4em;
	}

}




/****** HOTSPOT ********/



.hotspot-wrapper {
	height: 405px; 
	position: relative;
	background-color: transparent;
	width: 405px; 
	}


.hotspot-wrapper img {
	height: 400px;
	}


.hotspot-wrapper img {
	border-style: none;
	}


.hotspot-wrapper img {
	overflow-clip-margin: content-box;
	overflow: clip;
	}


@media (max-width: 405px) {

.hotspot-wrapper {
	height: 320px; 
	position: relative;
	width: 320px; 
	text-align: center;
	margin-top: 10px;
	}


.hotspot-wrapper img {

  max-width:390px;
  max-height:390px;
  width: auto;
  height: auto;

	}

	.hotspot-rapper img {
	max-height: none;
	}
}



/* HOTSPOT ITEMS */


.popup {
  position:fixed; 
  top: calc(50% - 225px); 
  left: calc(50% - 250px);
  padding: 20px;
  width: 550px;
  height: fit-content; 
  border: 2px solid #000;
  background-color: #fff;
  z-index: 4;
  box-shadow: 0 0 0 100vh rgb(55, 210, 196,.9);
  box-shadow: 0 0 0 100hmax rgb(55, 210, 196,.9);

}

.popup h3 {	font-size: 3em;	text-align: left; padding-top: 13px;}


.popup p {	font-size: 2.2em; text-align: left;}




@media (max-width: 600px) {

.popup {  width: 330px;
	  margin-left: auto;
	  padding: 9px;
	  height: fit-content; 
	  top: calc(50% - 275px); 
	  left: calc(50% - 175px); 
	}


.topup {
	  width: 330px;
	  margin-left: 30px;
	  padding: 9px;
	  height: fit-content; 
	  top: calc(50% - 225px); 
	  left: calc(50% - 220px); 
	}

	.popup h3 {	font-size: 2.6em; text-align: left;}

	.popup p {
		font-size: 1.8em;
		padding: 0px;
		margin: 20px 10px 10px 10px;
		text-align: left;
		line-height: 1.5em
		}

}



@media (max-width: 460px) {

    h5 {        font-size: 1.6em;    }

    .popup {
      position: fixed;
      top: calc(50% - 260px);
      left: calc(50% - 180px);
      padding: 20px;
      width: 305px;
      height: fit-content;
      border: 2px solid #000;
      background-color: #fff;
      z-index: 4;
      box-shadow: 0 0 0 100vh rgb(0, 0, 255, .96);
      }

}





.icon-hotspot {
    background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2244px%22 height%3D%2244px%22 viewBox%3D%220 0 44 44%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2f2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A Sketch 51.2 (57519) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3EGroup 2%3C%2Ftitle%3E    %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22Mobile%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E        %3Cg id%3D%22TRACK-illustratie-interactief%22 transform%3D%22translate(-79.000000%2C -256.000000)%22%3E            %3Cg id%3D%22Group-2%22 transform%3D%22translate(81.000000%2C 258.000000)%22%3E                %3Ccircle id%3D%22Oval%22 stroke%3D%22%231C1D1D%22 stroke-width%3D%223%22 fill%3D%22%23FFFFFF%22 cx%3D%2220%22 cy%3D%2220%22 r%3D%2220%22%3E%3C%2Fcircle%3E                %3Cpolygon id%3D%22Shape%22 fill%3D%22%231C1D1D%22 fill-rule%3D%22nonzero%22 points%3D%2222 18 22 12 18 12 18 18 12 18 12 22 18 22 18 28 22 28 22 22 28 22 28 18%22%3E%3C%2Fpolygon%3E            %3C%2Fg%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}




.icon-check {
    background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2224px%22 height%3D%2224px%22 viewBox%3D%220 0 24 24%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A Sketch 51.1 (57501) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3ETimeline-checked 2%3C%2Ftitle%3E    %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22Desktop-Designs%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E        %3Cg id%3D%22Aanmelden%22 transform%3D%22translate(-842.000000%2C -622.000000)%22%3E            %3Cg id%3D%22List%22 transform%3D%22translate(842.000000%2C 622.000000)%22%3E                %3Cg id%3D%22Timeline-checked-2%22%3E                    %3Cg%3E                        %3Crect id%3D%22Rectangle-5%22 fill%3D%22%230066D6%22 x%3D%220%22 y%3D%220%22 width%3D%2224%22 height%3D%2224%22%3E%3C%2Frect%3E                        %3Cpolyline id%3D%22Path-2%22 stroke%3D%22%23FFF%22 stroke-width%3D%223%22 transform%3D%22translate(12.055556%2C 11.500000) rotate(-270.000000) translate(-12.055556%2C -11.500000) %22 points%3D%228.55555556 6.44444444 15.5555556 12.3197625 11.9714386 16.5555556%22%3E%3C%2Fpolyline%3E                    %3C%2Fg%3E                %3C%2Fg%3E            %3C%2Fg%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 1.5rem 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block
}



.icon-check {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    top: 3px;
    left: -1px;
}




/*--------FOLD OUT-------*/



.accordion {
  width: 89%;
}
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: #fff;
    height: 64px;
    transition: all .15s ease-in-out;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
  background: #000;
  z-index: 100;
  cursor: initial;
  box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
  margin: 0;
  font-weight: normal;
  font-size: 14pt;
  color: #4ec1b5;
  cursor: initial;
}
.box-title {
  width: calc(100% - 10px);
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
  padding: 20px;
color: #666666;
line-height: 12pt;
/*  color: rgba(0,0,0,.54); */
  display: none;
}
.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
input:checked + .box {
  height: auto;
  margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}
.arrows section .box-title {
  padding-left: 34px;
  width: calc(100% - 64px);
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}







/* END SCREEN */



.blackframe {

	background-color: rgba(0,0,0,0.6);
/*  max-width:80%; */
	padding: 25px; 
	margin: 40px;
	display: inline-block;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	overflow: hidden;
	color: #fff!important
}



.animated-button {

	background-color: rgba(0,0,0,0.6);
	max-width: 700px; 
/*	width: 80%; */
	height: 300px; 
	padding: 25px; 
	margin: 40px;
	display: inline-block;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	overflow: hidden;
	text-align: center
}




@media (max-width: 500px) {


.animated-button, .blackframe {

/*	width: 300px; */
	height: 310px; 
	padding: 15px; 
	}
}


.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button p, .animated-button a {
  color: #fff;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#37D2C4));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #37D2C4);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#37D2C4));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #37D2C4);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#37D2C4));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #37D2C4);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#37D2C4));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #37D2C4);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}



#num {  font-size: 2em; color: #fff; font-weight: bold;}



// OBSOLETE?



.hero > h1 {
position: relative;
  font-size: 4rem;
  color: #fff;
 /* padding-bottom: 1rem; */
}


.hero h1 {	padding: 0.5em 0 0 0;	}



.hero > article > p {
position: relative;
  font-size: 1.5rem;
  font-weight: 200;
  color: #fff;
}



.hero a {
position: relative;
    text-decoration: none;
    border-radius: 0.25rem;
    text-align: center;
    display: inline-block;
    transition: all .3s;
    padding: 1rem;
    margin-top: 0.75rem;
    font-size: 2em;
}




.sep {
	height: 60px;
	width: auto;
}



.chapters {
padding-top: 2rem;
}

.chapters > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1rem;
}


.chapters > ul > li {
  border: 1px solid #ecebff;
  background-color: rgba(255,0,255,0.4);
}



.chapters > ul li {
  min-height: 385px;
}

.chapters > ul > li > figure {
  max-height: 220px;
  overflow: hidden;
  position: relative;
}


.chapters > ul > li > figure > img {
  width: 100%;
}

.chapters > ul > li > figure > figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  width: 100%;
}

.chapters > ul > li > figure > figcaption > h3 {
  color: white;
  padding: .75rem;
  font-size: 1.25rem;
}



.chapters > ul > li > p {
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #333;
}

.chapters > ul > li > a {
  padding: .8rem 2rem;
  margin: .5rem;
   font-size: 1.8em;
   border-radius: .25rem;
}





/* footer */

footer {
  background-color: #333;
  padding: .75rem;
  color: white;
  text-align: center;
  font-size: .75rem;
position: relative;
}

.bul {
    padding: 0;
    list-style-type: none;
}






@media only screen and (max-width: 980px) {

.chapters > ul > li > figure > img {
  width: 100%;
}

}




@media only screen and (max-width: 600px) {

.bero {
display: none;
}

.chapters > ul > li {
  margin: 20px;
}

.sep {
height: 30px;
background-color: transparent;
width: auto;
}


}



/* HAMBURGER MENU */



.bovenkant {
    background-color: #fff;
}

.menuback {
    background-color: #fff;
}


.white { background-color: white; }



.hamburger {
  height: 20px;
  margin: 15px;
  display: -ms-grid;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  z-index: 120;
  float: left;
  display: none;
 }


.menutext {
    height: 20px;
    margin: 20px 15px 15px 15px;
    z-index: 12;
    float: left;
    text-transform: uppercase;
    display: block;
    color: blue;
}


.menulink {
    margin-left: 10px;
    font-size: 1.6em;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Urbanist';
    color: #000 !important;
}


.navlink {
    width: 100%;
    margin: 0px 0px 0px 10px;
    text-transform: uppercase;
    font: 400 1.6em "Urbanist", sans-serif;
    color: rgb(0,0,255)!important;
}



.link-main {
    font: 400 1.063rem / 1.25rem "Urbanist"; }



.menutext {
    font: 400 20px 'Urbanist', sans-serif;
}


.navlink:hover {
    border-left: 1px solid pink;
}



@media screen and (max-width: 690px) {
 
	.hamburger { display: block; }
	.menutext   { display: none; }

}




.p-mainmenu {   height: 100%;   float: left;    position: absolute; z-index: 1; }


.p-mainmenu a {  color: #fff; text-decoration: none; text-align: left; padding-left: 20px;}



@media screen and (max-width: 690px) {
 
.hamburger { display: block; }
.menutext   { display: none; }
}


.hamburger div {
  position: relative;
  width: 14px;
  height: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#toggle1 {  display: none; }


#toggle1:checked + .hamburger .top {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 10px;
}


#toggle1:checked + .hamburger .meat {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3.1px;
}


#toggle1:checked + .hamburger .bottom {
  -webkit-transform: scale(0);
          transform: scale(0);
}

#toggle1:checked ~ .mainmenu {
  height: 400px;
}

#toggle1:checked ~ .menutext {
	display: none;
}
#toggle1:checked ~ .hamburger {
	display: block;
}






	/* MENU */



.mainmenu {
  margin: 0;
  display: -ms-grid;
  display: grid;
  padding: 0;
  list-style: none;
  clear: both;
  width: auto;
  height: 0px;
  overflow: hidden;
  transition: height .4s ease;
  z-index: 120;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 390px;
}

.mainmenu a:first-child {
  margin-top: 10px; 
}

.mainmenu a:last-child {
  margin-bottom: 40px;
}






	/*  ACCOUNT INFO  */




.notlogged {    fill: rgba(0,0,255,0.1); }

.inlogged {    fill: rgba(0,0,255,0.8);  }


.register a { color: white!important; font-size: 1.3em; font-family: Arial;}

.register a:hover { text-decoration: underline;}



.register {
	float: right; 
	width: 150px; 
	margin-top: 7px;
	display: block;
}



.cockpit { 
 height: 44px;
  display: flex;
  align-items: flex-start;
  float: right;
  position: absolute;
  top: 14px;
  right: 14px;
}




.account {
	height: 24px; 
	width: 30px;
	background-color: transparent; 
	float: right;
/*	position: absolute; */
/*	top: 14px; */
/*	right: 14px; */
	z-index: 10;
	}

.accountIcon {
    display: block;
    height: 100%;
    width: 100%;
}



@media only screen and (max-width: 850px) {

.register { display: none;}


.accountIcon {
    display: block;
    height: 80%;
    width: 80%;
    fill: white;
}


}


.feedback a, .feedback a:hover {	color: #fff;	}








/* MEERKEUZE VRAGEN */


.input-group-border .label-bg:before {
    content: '';
    position: absolute;
    right: -3px;
    top: 0;
    height: 100%;
    width: 3px;
    }

.input-group-border input:checked~label {
    color: #ffffff;
    background-color: #0000FF;
    border-color: #0000FF;
    }

.input-group-border input:checked~label .label-bg:before {
    background-color: #1c1d1d;
    }

.input-group-border.right input:checked~label,.input-group-border.right label {
    color: #1c1d1d;
    background-color: #f2eb3e;
    border-color: #f2eb3e
    }

.input-group-border.right input:checked~label .label-bg:before,.input-group-border.right label .label-bg:before {
    background-color: #f2eb3e
    }

.input-group-border.incorrect input:checked~label,.input-group-border.incorrect label {
    color: #9a9f9f;
    background-color: #d5d9db;
    border-color: #d5d9db;
    }

.input-group-border.incorrect input:checked~label .label-bg:before,.input-group-border.incorrect label .label-bg:before {
    background-color: #d5d9db;
    }

.input-group-border input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
    }


.input-group-border label {

    color: #1c1d1d;
    border-color: rgb(255, 218, 255);
    background-color: #fff;
    }


.input-group-border label:hover {    background-color: rgb(255, 218, 255); }


.input-group-border .label-bg:before {    background-color: rgb(255, 218, 255); }


.input-group-border input:checked~label {  color: rgb(255, 218, 255); }


.butmit {
	padding: 14px;
	color: #fff!important;
	font-size: 1.8em;
	width: 264px;
	display: block;
	cursor: pointer;
	clear: both;
	}

.butmit { color: #ffffff;
	background-color: #0000FF;
	border: 1px solid #0000FF;;
	}

.butmit:hover { color: #ffffff;
	background-color: #0000FF;
	border: 1px solid #0000FF;
	}






/* CHAPTER END MOUNT BUTTON */


.mount  {
	background-color: #0000FF; 
	width: 100px; 
	margin: auto; 
	padding: 10px;
	border: 1px solid #fff; 
	position: relative;
	}


.mount a {
	color: #fff;
	margin: 20px;
	font-size: 2em;
	text-transform: uppercase;
	font-family: "Urbanist"
	}



.mount:hover  {
	background-color: #000;
	color: #FF0000;
	}



.mount a:visited{
 color:#fff;
 background-color:#000;
}



.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#0000FF));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #0000FF);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#0000FF));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #0000FF);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#0000FF));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #0000FF);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#0000FF));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #0000FF);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}




/* COVER THE BASICS */


h1, h3, h4, h5 {	font-family: 'Urbanist', sans-serif; text-transform: uppercase; }


h1 {	font-size: 6em;	line-height: 1.2em;  }

header h1 {	padding:2em 0 0 0;  text-transform: uppercase;	}


h2 {	font-family: 'Urbanist', sans-serif;
	font-size:4em;
	padding:3em 0 0.1em 0em;
	line-height: 1.1em;
	}

h3 {	font-size:3em;
	padding:1.5em 0 0.1em 0em;
	}

h4 {	font-size:2em;
	padding:1.em 0 0.1em 0em;
	}

h5 {	font-size:1.7em;
	padding:1.em 0 0.1em 0em;
	}


dt {	font-size:2.3em;	}

dd {	font-size:1.9em;
	padding:0.6em 0 0.9em 0;
	}


p  { 	font-family: 'Urbanist', sans-serif;
	padding:0.4em 0 0.4em 0;
	font-size: 2.2em;
	line-height: 1.6em;
	font-weight: 400;
	}

ul {	font-family: 'Urbanist', sans-serif; }




.box-title{  font-size: 1em;  color: #3c3d3c;}

.box-content{  font-size: 16px; line-height: 25px;  color: #3c3d3c;}




@media (max-width:960px) {


.panel h1, .panel h2, .inner h2, .inner p, .panel h3, .panel h4, .panel pre, .panel dl, .panel ul, .panel p {
    margin-left:30px;
    margin-right:30px;
    }

    h1 { font-size:6em;  }

    h2 { font-size:3.5em; padding-top: 2.8em; line-height: 1.2em; }

    h3 { font-size:3em; }

    h4 { font-size:3em; }

    h5 { font-size:2em; }

}



@media (max-width:600px) {

    h1 { font-size:5em; }

    h2 { font-size:3em; padding-top: 1.8em; line-height: 1.1em; }

    h3 { font-size:3em; }

    h4 { font-size:3em; }

    h5 { font-size:2em; }

    p, #num {  font-size: 2em;	}

    .box-title {  font-size: 0.6em;  }

    .box-content{  font-size: 15px;    line-height: 25px;    color: #3c3d3c;}

    .accordion {  margin: auto; }

}


@media (max-width:460px) {

    h1 {    font-size: 10vw; }
    h2 {	font-size:3em;	padding-top: 2em;	}
    h3 {	font-size:3em;	padding-top: 1.5em;	}
    h4 {	font-size:3em;	}
    h5 {	font-size:1.9em;	}

    p, #num {    font-size: 1.8em; }
    .box-title {  font-size: 0.8em;  }

}






/* ELEMENT TYPES  */


.text { color: #3c3d3c;
	background-color: whitesmoke;
	}
.text a { color: #3c3d3c!important;
	background-color: whitesmoke;
	}
.text a { border-bottom: 1px dashed;
	}

.texteven {
    color: #ffffff;
    background-color: rgba(0, 0, 255, 0.5);
}

.texteven a { color: #ffffff!important;
	background-color: transparent;
	border-bottom: 1px dashed;
	}
.hotspot { color: #0000FF;
	background-color: #ffffff;
	}
.hotspot a { color: #3c3d3c!important;
	background-color: #ffffff;
	}
.video { color: #3c3d3c;
	background-color: rgb(255, 218, 255);
	}
.video a { color: #3c3d3c!important;
	background-color: rgb(255, 218, 255);
	}


.conclusion { color: #ffffff;
	background-color: #0000FF;
	}

.conclusion ul {
	background:rgba(0,0,0,0.2);
	padding: 10px;
	line-height: 2em;
	}

.conclusion a { color: #ffffff!important;
	background-color: #0000FF;
	}


.foldout {
    color: #ffffff;
    background-color: rgb(180, 0, 180);
	}

.foldout a { color: #ffffff!important;
    background-color: rgb(180,0,180);
	}



.multiple_choice, .tinder, .open, .sort, .slider, .multiple_check { 
	color: #3c3d3c;
	background-color: #ecebff;
}


.multiple_choice a { color: #3c3d3c!important;
	background-color: transparent;
	}

.multiple_check a { color: #3c3d3c!important;
	background-color: transparent;
	}




/* BUTTONS */


.btn-main {
    font: 400 1.063rem / 1.25rem "Urbanist"!important;}

.btn-main:before {
    background-color: #fff!important;}

.btn-main .btn-corner-right:after {
    border-right: 10px solid #fff!important;}





/* RESTANT */ 


a:link, a:visited, a:hover, a:active {	color: #0000FF; text-decoration: none;	}


.hamcolor {     color: rgb(0,0,255); }

.hamback { background-color: rgb(0,0,255); }


.blueline {
    background-image: url(/img/blue-line.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: right;
	}


.qdot {
    background-image: url(/img/dot.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 120px;
    background-position: 80%;
    background-position-y: 80%;
	}




/* ABOUT US */


.timeline {
    background-color: #ecebff!important;}

.timeline::after {
    background-color: #0000FF!important;}

.highlight::after {
    border: 4px solid #0000FF!important;}

.courses > ul > li > figure > figcaption > h3 {
	 font-size: 1.1rem; }

.uitsmijter {
    background-color: rgb(255, 218, 255)!important;}




/* INTERNATION YEAR */



.iyq-holder { width: 100%; text-align: center; }

.iyq-holder img { width: 280px; margin-top: 30px; }


@media ( max-width: 720px) {

	.iyq-holder img { width: 200px; margin-top: 20px; }

}



/* THE EXPERTS */



.expert-container {
  display: flex;
  flex-wrap: wrap;
}

.expert-container > div {
  flex: 1 0 26%;
}


.expert-container > div {
    min-height: 300px;
    min-width: 200px;
    margin: 8px;
    padding: 10px;
    background-color: white;
    border: 1px solid <?=$ham;?>;
    font-size: 1.2em;
    max-width: 300px;
}

h2.expert {
    padding-left: 0.2em !important;
    text-transform: uppercase;
}



.expert-intro { width: 70%; }

.expert-intro p {  font-size: 2em; padding: 10px; margin-bottom: 10px;}

.expert-div {	background-color: transparent; 	padding: 10px; 	}

.expert-div img {    width: 200px; }

.expert-div h3	{	font-size: 1.6em; }

.expert-div p	{	font-size: 1.4em; }

.expert-div .link-main { text-transform: uppercase; } 


@media ( max-width: 820px) {

	.expert-container > div {
	flex-basis: 36%;
	}

	.expert-intro { width: 80%; margin: 10px; }

	h2.expert { margin: 10px; }
}


@media ( max-width: 560px) {

	h2.expert { font-size: 3em; }

	.expert-div h3 { font-size: 1.6em; }

	.expert-div p { font-size: 1.4em; }

	.expert-container > div {
	flex-basis: 76%;
	}

	.expert-intro { width: 90%; margin: 10px; }
}




.link-main .btn-icon {
    display: inline-block;
    width: 17px;
    height: 18px;
    top: 4px;
    position: relative;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2217px%22 height%3D%2218px%22 viewBox%3D%220 0 17 18%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A Sketch 51.2 (57519) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3EArrow%3C%2Ftitle%3E    %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22STYLEGUIDE%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E        %3Cg id%3D%22Style---Buttons%22 transform%3D%22translate(-444.000000%2C -1154.000000)%22%3E            %3Cg id%3D%22LINK-%26gt%3B%22 transform%3D%22translate(184.000000%2C 1153.000000)%22%3E                %3Cg id%3D%22Arrow%22 transform%3D%22translate(260.000000%2C 1.000000)%22%3E                    %3Cg%3E                        %3Cpolygon id%3D%22Rectangle-3-Copy-5%22 fill%3D%22%23F2EB3E%22 points%3D%223.57894737 0 17 0 17 18 0 18%22%3E%3C%2Fpolygon%3E                        %3Cpolyline id%3D%22Path-2%22 stroke%3D%22%231C1D1D%22 stroke-width%3D%222%22 points%3D%228.00099233 4 12 8.99939234 8 13.999777%22%3E%3C%2Fpolyline%3E                    %3C%2Fg%3E                %3C%2Fg%3E            %3C%2Fg%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 17px 18px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .2s linear;
    transition: .2s linear
}



