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

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



body { background-color: #ecebff; color: #11224D; 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;
  }


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



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




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


.coursebar {
	position: -webkit-sticky; /* Safari */  
	position: fixed;
	z-index: 10;
 	width: 100%;
	height: 60px;
	text-align: center;
	}


.coursebar {
    color: rgb(0,0,255);
    background-color: #fff;
    }




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



.topbar {
	position: -webkit-sticky; /* Safari */
	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: 14px;
	}

.logoholder { position: relative; }



/****** Main ********/



html,body{    overflow-x: clip; }


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


a.back:link,
a.back:visited {
	font-size:1.3em;
	line-height:4em;
	position:absolute;
	left:40px;
	bottom:25px;
	}

header {  padding-bottom: 5em; }


.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("../img/icons/icon-close-blue.svg");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    z-index: 1024;
}




.closergray {
    background-image: url("../img/icons/icon-close-gray.svg");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}



/****** 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: center/14px 17px no-repeat url("../img/icons/icon-track-stroll.svg");
  border: 1px solid #fff;
  content: '';
  margin-top: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50px;
  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: #fff url("../img/icons/icon-track-arrow-next.svg") center/10px 15px no-repeat;
}


.track-arrow.prev {
  background: rgba(28, 29, 29, .1) url("../img/icons/icon-track-arrow-prev.svg") center/10px 15px 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; }
}




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


@media (max-width:960px) {

.closer { top: 10px; }

.topbar {  height: 40px;	}

.coursebar {  height: 50px;	}

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

.inner {    width: 99%; }

}



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


@media (max-width:600px) {

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

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


}




/* HEEL KLEINE SCHERMPJES?? */


@media (max-width:360px) {

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

	p {    font-size: 1.7em; }

}






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


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


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



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

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

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

}





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

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

}



.butmit {
	padding: 14px;
	color: #fff;
	font-size: 1.8em;
	width: 264px;
	display: block;
	cursor: pointer;
	clear: both;
	background-color: #0000FF;
	border: none;
	}


.butmit:hover {
	background-color: #000080;
}



.butmit:hover:not(:disabled) {
    background-color: #0000cc;
}


.butmit:disabled {
    background-color: #999;   /* grijzer maken */
    color: #eee;              /* tekst iets lichter */
    cursor: not-allowed;      /* handje wordt “verboden” icoon */
    opacity: 0.7;             /* beetje doorzichtig */
}



/****** 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: 505px; 
	position: relative;
	background-color: transparent;
	width: 505px; 
	}


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


.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 */


.stopup {
  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: 14;
  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) {




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


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



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

}




.icon-hotspot {
  background: url("../img/icons/icon-hotspot.svg") center/60px 60px no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
}




.icon-check {
  background: url("../img/icons/icon-check.svg") center/1.5rem 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) {


    .coursebar { height: 50px; }

.animated-button, .blackframe {

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



@media (max-width: 400px) {


    .coursebar { height: 40px; }

}




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







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





/* 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: 600px) {


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


}




/* PER 17 MEI */




/* TOP */


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



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

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

    .closer { top: 12px;  }

}





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


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



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

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





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




.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(0, 0, 255, .96);
}

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


@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);
      }

}




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

}










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






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



.hotspot { color: #11224D;
	background-color: #ffffff;
	}

.hotspot a { color: #3c3d3c!important;
	background-color: #ffffff;
	}



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


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

.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: 3em; line-height: 1.2em; }

    h3 { font-size:3em; }

    h4 { font-size:3em; }

    h5 { font-size:1.7em; }

}



@media (max-width:600px) {

    h1 { font-size:5em; }

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

    h3 { font-size:3em; }

    h4 { font-size:3em; }

    h5 { font-size:1.6em; }

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

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

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

    .accordion {  margin: auto; }

}




@media (max-width:429px) {


.panel h1 {
    margin-left: 2px;
    margin-right: 2px;
    }

    h1 {    font-size: 10vw; }
    h2 {	font-size:2.5em;	padding-top: 2.4em;}
    h3 {	font-size:3em;	padding-top: 1.5em;	}
    h4 {	font-size:3em;	}
    h5 {	font-size:1.4em;	}

    p, #num {    font-size: 1.7em; line-height: 1.4em; }
    .box-title {  font-size: 0.8em;  }

	input:checked + .box {
	    height: auto;
	    margin: 0px;
	}

}





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

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


