
/* TOP */

.oldcoursebar {
    color: rgb(0,0,255);
    background-color: #fff;
    height: 60px;
    }


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



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

	.logoholder img {    width: 230px; }

}


@media screen and (max-width: 520px) {
 
    .logoholder img {   width: 180px;  margin-top: 10px !important;}

}


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




/* 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; }

}





/* HOME */


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

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




/* 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;
	}


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

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

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




/* 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: #3c3d3c;
	}
.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: lightslategray;
	}
.foldout a { color: #ffffff!important;
	background-color: lightslategray;
	}



.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(/app/img/blue-line.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: right;
	}


.qdot {
    background-image: url(/app/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;}






/* HERO COURSES */


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

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


.hero > h1 {
  color: #ffffff;
}



a.coursebutton {
color: #ffffff!important;
}

.coursebutton:hover {
background-color: #0000FF;
color: #ffffff!important;
}


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: #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.4em;
	line-height: 1.6em;
	font-weight: 400;
	}

ul {	font-family: 'Urbanist', 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: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;  }

}

