<!-- 

/* NATIONALE AI CURSUS  */

.coursebar { color: #ffffff;	}

.topbar { color: #ffffff;
	background-color: #37D2C4;
	}
.start { color: #ffffff;
	background-color: #37D2C4;
	text-align: center;
	}
.start h1 { color: #000; 
	}
.text { color: #3c3d3c;
	background-color: #ffffff;
	}
.texteven { color: #ffffff;
	background-color: #3c3d3c;
	}
.texteven a { color: #ffffff!important;
	background-color: ;
	}
.hotspot { color: #11224D;
	background-color: #ffffff;
	}
.video { color: #11224D;
	background-color: #ffd1e1;
	}
.conclusion { color: #ffffff;
	background-color: cornflowerblue;
	}
.conclusion a { color: #ffffff!important;
	background-color: ;
	}
.foldout { color: #000000;
	background-color: #FEE731;
	}

.butmit { color: #ffffff;
	background-color: navy;
	border: 1px solid #37D2C4;;
	}
.butmit:hover { 
    color: #ffffff;
    background-color: cornflowerblue;
    border-color: cornflowerblue;
	}



.bovenkant {  background-color: #fff; color: #222; }

.hamcolor { color: #000; font-family: 'Unlock'; background-color: white; font-size: 15px; font-weight: 100; padding: 4px; }

.hamback{  background-color: #222; }



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


.textsteven p {
	background:rgba(0,0,0,0.2);
	margin-top: 10px;
	/*padding: 10px; */
	}


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



.multiple_choice, .tinder, .open, .sort, .slider, .multiple_check { 
	color: #3c3d3c;
	background-color: #F7F7FF;
	/* background-color: rgb(221, 243, 252);  */

}



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

.text a:link, .text a:visited, .text a:hover, .text a:active {	color: blue; border-bottom: 1px dashed blue;}

.texteven a:link, .textevena:visited, .textevena:hover, .textevena:active {	color: silver; border-bottom: 1px dashed white;}


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




/* HERO COURSES */


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


.hero > h1 {
  color: #ffffff;
}




/* COURSE BUTTON  */


.coursebutton { 
	color: #fff !important;
	background-color: #000;
	text-decoration: none;
	}

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


.coursebutton:hover {
	background-color: #c0c0c0;
	color: #000;
	}


a.coursebutton:hover {
	text-decoration: none;
	}


 
/* BUTTONS AND ANSWER OPTIONS */


.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: cornflowerblue;
    border-color: cornflowerblue;
    }

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

.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;
    }



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


.input-group-border label {

    color: #1c1d1d;
    border-color: cornflowerblue;
    background-color: #fff;
    }



.input-group-border label:hover {    background-color: cornflowerblue; }


.input-group-border .label-bg:before {    background-color: cornflowerblue; }


.input-group-border input:checked~label {  color: #fff}






/* CHAPTER END MOUNT BUTTON */


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


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



.mount:hover  {
	background-color: #000;
	color: #fff!important;
	}


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



.banimated-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%);
  }
}

.banimated-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%);
  }
}

.banimated-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%);
  }
}

.banimated-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%);
  }
}



.notlogged {
    fill: silver;
}

.inlogged {
    fill: white;
}



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

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



/* HEADINGS */


h1, h2, h3, h4, h5 {	font-family: 'Unlock', Arial, sans-serif; }



h1 { 
	color: #222222;
	padding-top: 140px;
	font-size: 6em;
	text-align: left;
	font-weight: 600;
	}



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



h2 {
    padding: 2.6em 1em 0.3em 0em;
    font-size: 3.5em;
    line-height: 1.1em;
    }


h3 {
    color: #000;
    font-size: 3.8em;
    padding: 1em;
    line-height: 1.4em;
    font-weight: 400;
    }



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

h5 {	font-size:1.8em;
	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: 'Arial', sans-serif;
	padding:0.4em 0 0.4em 0;
	font-size: 2.3em;
	line-height: 1.6em;
	}


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


.start a {	color: #fff;	}


.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:4em; padding-top: 1.8em;  }

    h3 { font-size:3.4em; }

    h4 { font-size:3.2em;}

    h5 { font-size:2em;}

}




@media (max-width:600px) {

    h1 {        font-size: 10vw;  }

    h2 {	font-size:3.2em; }

    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: 8vw !important; margin-left: 20px}
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;  }

}


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

.navlink {  font: 400 1.8em 'Unlock', sans-serif; color: #222!important; padding: 10px;}



.sgeel { background-color: #FEE731; }
.geel { background-color: #FEE000; }
.oranje { background-color: #FD9F2C; }
.groen { background-color: #40C173; }
.blauw { background-color: #4AB2EC; }
.roze { background-color: #EE73AA; }
.bruin { background-color: #B38453; }
.rood { background-color: #DA3B26; }
.paars { background-color: #9E74CA; }


-->