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






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



body {
    color: #3c3d3c;
    background-color: #ecebff;
    font-size:62.5%;
    font-family: 'Urbanist', Arial, sans-serif;
    }



dt {	font-size:2.3em;	}

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


p {  	padding:0.4em 0 0.4em 0;
	font-size: 2.4em;
	line-height: 1.7em;
	letter-spacing: .9px;
	}

a:link,
a:visited {
	text-decoration:none;
	}

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




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

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

.imageleft img {
   width: 270px; 
}


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

	




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


@media (max-width:960px) {

	.inner {    width: 99%; }



#sortable li {	margin-left: 30px;}

}



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


@media (max-width:600px) {

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


}




/* HEEL KLEINE SCHERMPJES?? */


@media (max-width:360px) {

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

	p {    font-size: 1.7em;  }

}







/* 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: #0000ff;
    }

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



.groep {
	display: flex;
	flex-flow: row wrap; 
	}

.input-group-border {     flex-basis: 50%; }


.input-group-border label {

    color: #1c1d1d;
    font-size:1.4em;
    letter-spacing: .8px;
    padding: .875rem 1.563rem .75rem 1.25rem;
    margin: 0px 20px 12px 0px;
    display: block;
    text-align: left;
    width: 280px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    background-color: #fff;
    }




@media (max-width: 960px) {

    .input-group-border label {     margin: 0px 0px 10px 0px; }

    .groep { margin-left: 30px; }

    .sorteer { margin-left: 20px; }

    .butmit {	margin-left: 30px; margin-top: 4px; } 

}




@media (max-width: 675px) {


    .input-group-border .label-bg {   height: 180%; 	}

}




@media (max-width: 390px) {

    
    .input-group label:after,.input-group:nth-child(even) label:after {
        display:none; 
	}

    .input-group-border { margin: 0 .625rem .625rem 0; }

    .input-group-border label { border-width: 3px; }

    .input-group-border .label-bg { display: none; }

}




.base-button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    padding: calc(11px - 0.1ex) 28px calc(11px + 0.1ex);
    width: 220px;
    background: #0000FF;
    color: #fff;
    cursor: default;
    margin-top: 90px;
}





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


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


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

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

}








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




