.vak_onderdeel_keuze{
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-row-gap: 10px;
	grid-column-gap: 10px;
	grid-template-areas:
		'breadcrum'
		'menu'
		'leerpad'
		'oefenen'
		'uitleg'
		;
}

.vak_onderdeel_keuze h1{
	font-size: 1.25em;
	text-decoration: none;
	margin: 0.2em 0 0  0;
	font-weight: 500;
	}

.vak_onderdeel_keuze p{
	margin: 0;
}

.vak_onderdeel_keuze table, tr, td{ border: 0px;}
.vak_onderdeel_keuze tr:nth-child(even) {background: transparent}
.vak_onderdeel_keuze tr:nth-child(odd) {background: #cce6ff}

.vak_onderdeel_breadcrum{
	grid-area: breadcrum;
	background-color: #cce6ff;
	border-radius: 0.25em;
	padding-left: 5px;
}

.vak_onderdeel_menu{
	grid-area: menu;
	height: 25px;
}


.inactief{
	display: none;
}

#vak_onderdeel_leerpad{
	grid-area: leerpad;
	
}

#vak_onderdeel_leerpad h2{
	display:inline-block;
}

.sup_blok{
	background-color: #596E80;
	color: #fff;
	padding: 2px;
	margin-bottom: 10px;
	border-radius: 0.25em;
	font-size: 10px;
	vertical-align: baseline;
    position: relative;
    top: -1.2em;
}

#vak_onderdeel_uitleg{
	grid-area: uitleg;
	
}

#vak_onderdeel_oefenen{
	grid-area: oefenen;
	
}

#vak_onderdeel_oefenen .show_all{
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
}

.opdracht_container{
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-row-gap: 10px;
	grid-column-gap: 10px;
	grid-template-areas:
		'breadcrum'
		'opdracht_informatie'
		'opdracht_inhoud'
		'opdracht_reclame'
		;
}



.popup_leerjaar_niveau{
	position:relative; 
	top: 10%;
    margin: auto;
	width: 80%;
	max-width: 1400px;
	min-height: 10vh;
	z-index:20;
	background-color: white;
	border:2px solid #5A6E7F; 
	border-radius:10px; 
	padding: 10px;
	text-align: center;
}

.popup_leerjaar_niveau h1{
	font-size: 1.25em;
}

.popup_keuze_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
}

.popup_keuze{
	width: 130px;
}

.popup_keuze input,label:hover{
	cursor: pointer;
}

.popup_keuze input[type="radio"]{
	position: absolute;
	visibility: hidden;
}

.popup_keuze_item:checked + label,
.popup_keuze_item:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 5px;
	width: 110px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	color: white;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.popup_keuze_item:not(:checked) + label{
	background-color: #5A6E7F;
}
.popup_keuze_item:checked + label{
	background-color:  #67B9FF;
	color: black;
}

.popup_keuze_item:disabled + label{
	background-color:  lightgrey;
	color: black;
	cursor: not-allowed;
}

.popup_keuze_button{
	position: relative;
	display: inline-block;
	padding: 5px;
	width: 120px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	border: 0px solid #ffcc00;
	overflow: hidden;
	cursor: pointer;
	background-color: #ffcc00;
	color: black;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

.breadcrum{
	background-color: #cce6ff;
	border-radius: 0.25em;
	padding-left: 5px;
	padding-bottom: 2px;
}

.breadcrum a:focus{
	border-bottom: 3px solid;
	outline: none;
}

.opdracht_reclame { 
	grid-area: opdracht_reclame;
	max-width: 90vw;
}

.opdracht_titel { 
	grid-area: opdracht_titel;
	font-size: 1.4em;
	font-weight: 800;
}

.opdracht_informatie { 
	grid-area: opdracht_informatie;
	z-index: 1;
	display: grid;
	grid-template-rows: 25px auto;
	grid-template-areas: 
	'titel'
	'progress';
	align-self: center;
	max-width: 90vw !important;
}

.opdracht_informatie .titel{ 
	margin: 0px 0px;
	grid-area: titel;
}

.opdracht_informatie ul{
	margin: 0px;
	position: relative;
	list-style-type: none;
}

/*nieuwe methode*/
.progress_container{
	grid-area: progress;
	display: flex;
	flex-wrap: wrap;
}

.stappen_container{
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3px;
}

.stap-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.stap-item::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 15px;
	left: -50%;
	z-index: 2;
}
  
.stap-item::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 15px;
	left: 50%;
	z-index: 2;
}

.stap-item .stap-teller {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #CED5E5;
	margin-bottom: 3px;
	margin-right: 20px;
}

.stap-item.active .stap-teller{
	font-weight: bold;
	font-size: 1.3rem;
	background: #ffcc00;
}
  
.stap-item.done .stap-teller {
	background-color: #596E80;
	color: #fff;;
}
  
.stap-item.done::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #596E80;
	width: 100%;
	top: 15px;
	left: 50%;
	z-index: 3;
}

.stap-item:first-child::before {
	content: none;
}
.stap-item:last-child::after {
	content: none;
}

@media (max-width: 750px) {
	.stap-item .stap-teller {
	margin-right: 5px;
	}
}

@media (max-width: 768px) {
	.stap-item {
		font-size: 12px;
	}

	.stap-item .stap-teller {
		width: 25px;
		height: 25px;
		margin-right: 3px;
	}

	.stap-item.active .stap-teller{
		font-size: 1.0rem;
	}

	.stap-item::before, .stap-item::after, .stap-item.done::after {
		top: 12px;
	}
}


.opdracht_inhoud { 
	grid-area: opdracht_inhoud;
	background-color: #fff;
	padding: 5px;
}

.opdracht_inhoud h1{
	font-size: 1.25em;
	text-decoration: none;
	margin: 0.2em 5px 0 0px;
	font-weight: 500;
	}

.opdracht_inhoud h2, h3, h4{
	margin:2px 0px;
}

.opdracht_inhoud p{
	margin: 0 5px 5px 0px;
	text-align: justify;
}

.opdracht_inhoud img{
	max-width: 85vw;
}

.opdracht_inhoud .vraag{
	max-width: 90vw !important;
	
}

.opdracht_inhoud .button{
	margin-left:0px;
}

.opdracht_inhoud .button:focus{
	background-color: #EDF6FF;
	color: #000;
	outline: none;
}

.opdracht_inhoud table, tr, td, th{ border: 0px;}
.opdracht_inhoud tr:nth-child(even) {background: #DDEFFF}
.opdracht_inhoud tr:nth-child(odd) {background: transparent}

.opdracht_inhoud thead{ 
	background-color: #67B9FF !important;
}

.opdracht_inhoud .inlogform{
	max-width: 80vw;
	width: 388px;
	margin-left: 0px;
}

.opdracht_inhoud .inlogform:focus{
	background-color: #EDF6FF;
	border: 1px solid #1A2E40;
	outline: none;
}

.opdracht_inhoud .textarea{
	font-family: 'Quicksand', sans-serif;
	max-width: 80vw;
	width: 400px;
	margin-left: 0px;
	height: 100px;
}

.meerkeuzevraag .button{
	white-space: normal;
	width: 400px;
	max-width: 80vw;
	text-align: left;
}

#feedback_achtergrond{
	position:fixed; 
	top:0px; 
	left:0px; 
	background:rgba(0,0,0,0.6); 
	z-index:10; 
	width:100%; 
	height:100%;
	cursor: pointer;
}

.feedback{
	position:relative; 
	top: 3%;
    margin: auto;
	width: 75vw;
	min-height: 10vh;
	max-height: 80vh;
	z-index:20;
	background-color: white;
	border:2px solid #5A6E7F; 
	border-radius:10px; 
	padding: 10px;
	text-align: center;
	overflow: auto;
}

.feedback h4{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1em;
	margin: 0.2em 0 0  0;
}

.feedback p{
	text-align: center !important; 
}

.feedforward{
	position:fixed; 
	top: 5%;
	left: 2vw;
	right: 2vw;
	min-height: 20vh;
	max-height: 80vh;
	z-index:20;
	background-color: white;
	border:2px solid #5A6E7F; 
	border-radius:10px; 
	padding: 10px;
	overflow-y: scroll;
}

.feedforward h1{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.5em;
	margin: 0.2em 0 0  0;
}

.kruis{
	position: absolute;; 
	top: 5px;
	right: 5px;
	width: 1.5em;
}


.feedback_knoppen{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #000;
}

.feedback_blok{
	padding: 10px;
	margin: 10px;
	border: 1px solid #5A6E7F;
	border-radius: 0.25em;
	color: #000;
}

.feedback_blok:hover{
	background-color: #EDF6FF;
}

#tekst_vervolg_acties{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#tekst_vervolg_acties .blok{
	width: 80vw;
	margin: 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	align-self: stretch;
}

#tekst_vervolg_acties p{
	text-align: center;
}

#tekst_vervolg_acties i{
	font-size: 40px;
	margin: 10px 0px;
}

.feedback .nakijken{
	display: grid;
	grid-template-rows: auto;
}

.feedback .antwoord,.nakijkmodel{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

.feedback .antwoord p,.feedback  .nakijkmodel p{
	text-align: left !important;
}

/* startscherm voor de oefening */

.startscherm_oefeningen{
	display: grid;
	grid-template-areas: 
	'omschrijving'
	'afb'
	'activator'
	'info'
	'start'
	'hashtag';
}

.startscherm_omschrijving{
	grid-area: omschrijving;
}
.startscherm_afbeelding{
	grid-area: afb;
	margin-top: 10px;
}
.startscherm_activator{
	grid-area: activator;
	margin-bottom: 20px;
}

.startscherm_activator p{
	margin-top: 20px;
}

.startscherm_activator .small_icon{
	font-size: 1.75rem;
	margin: 5px 10px 5px 5px;
	color: #335C80;
	float: left;
}

.startscherm_activator .button{
	display: inline;
	font-size: 1.2rem;
	padding: 5px;
	margin: 10px 20px;
	width: 8em;
}

.startscherm_activator .link{
	text-align: right ;
}

.startscherm_informatie{
	grid-area: info;
	
	color: #fff;
	margin-bottom: 20px;
}

.startscherm_informatie span{
	display: block;
	background-color:  #394955;
	border-radius: 0.25rem;
	margin: 5px 0px;
	padding: 10px;
}

.startscherm_informatie h2{
	color: #000;
	font-size: 1.25rem;
}

.startscherm_informatie span i{
	margin-right: 10px;
}

.startscherm_hashtags{
	grid-area: hashtag;
	background-color: #0F2233;
	padding: 30px 20px 30px 20px !important;
}

.startscherm_hashtags span{
	font-size: 0.9rem !important;
}

.startscherm_startknop{
	grid-area: start;
	background-color: #0F2233;
	padding-top: 30px;
}

.startscherm_startknop .button{
	padding: 15px;
	font-size: 1.5rem;
	background-color:  #ffcc00 ;
	color: #000;
	margin: 20px auto;
	width: 8em;
}	

.startscherm_startknop .button:hover{
	background-color:  #2CAB66 !important;
	color: #000;
}	



/*reclame instellingen video en tekst*/
	.vak_onderdeel_menu{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-evenly;
		width:100%;
		height: 100%;	
	}

	.vak_onderdeel_menu .pijl{
		width: 30px;
		margin: 0px 0;
		cursor: pointer;
	}

	.vak_onderdeel_menu svg{
		width: 20px;
		height: 20px;
	}

	.pijl.omlaag{
		margin-left: 10px;
	}

	.vak_onderdeel_menu .pijl_kleur{
		fill: #5A6E7F;
	}

	.vak_onderdeel_menu .max .pijl_kleur{
		fill: lightgrey;
	}

	.vak_onderdeel_menu .max{
		cursor: not-allowed;
	}

	.vak_onderdeel_menu h1{
		margin: 0px 5px;
		text-align: center;
		
	}

	#menu_niveau{
		width: 12vw;
	}

	#menu_leerjaar{
		width: 18vw;
	}

	.reclame_mobiel{
		display: none;
	}

	.reclame_groot_scherm{
		display: block;
	}

	.show_mobiel{
		display:inline;
	}

	.show_groot_scherm{
		display: none;
	}
	

/* container voor grotere schermen*/
@media (min-width: 750px)  {


	.vak_onderdeel_keuze{
		max-width: 1400px;
		grid-template-columns: 50px repeat(2, minmax(0, 1fr));
		grid-template-areas:
			'breadcrum breadcrum breadcrum'
			'menu leerpad oefenen'
			'menu uitleg oefenen'
			;
	}

#vak_onderdeel_leerpad, #vak_onderdeel_oefenen, #vak_onderdeel_uitleg{
	max-width: 600px;
}

	.vak_onderdeel_menu{
		display: flex;
		flex-direction: column;
		justify-content: center;

		width:50px;
		height: 100%;
			
	}

	.vak_onderdeel_menu .pijl{
		width: 30px;
		margin: 0px 10px;
		cursor: pointer;
	}

	.vak_onderdeel_menu .max{
		cursor: not-allowed;
	}

	.pijl.omhoog svg{
		transform: rotate(180deg);
	}

	.pijl.omlaag svg{
		transform: rotate(0deg);
	}

	.vak_onderdeel_menu h1{
		margin: 0px 5px;
		text-align: center;
	}

	#menu_leerjaar, #menu_niveau{
		width: auto;
	}

	.popup_leerjaar_niveau{
		width: 60%;
	}

	.popup_keuze{
		width: 200px;
	}
	

	.opdracht_inhoud p{
	text-align: left;
	}
	
	.meerkeuzevraag .button{
		width: 50vw;
		max-width: 800px;
		text-align: left;
	}

/* startscherm voor de oefening */

.startscherm_oefeningen{
	grid-template-columns: 1fr 30vw;
	grid-template-areas: 
	'omschrijving afb'
	'activator info'
	'start hashtag';
}
.startscherm_afbeelding{
	margin-top: 0px;
}

.startscherm_afbeelding img{
	max-width: 30vw !important;
}

.startscherm_informatie{
	align-self: end;
}

.startscherm_informatie span{
	max-width: 30vw;
}

.startscherm_startknop .button{
	margin: 0px 10px 30px 20px;
}

.startscherm_activator .small_icon{
	float: none;
}

.startscherm_hashtags{
	padding: 30px 20px 30px 0px !important;
}


.opdracht_informatie { 
	grid-template-columns: 60px auto;
	grid-template-rows: auto;
	align-self: center;
	grid-template-areas: 
	'titel progress';
}

.opdracht_informatie .titel{ 
	margin: 4px 3px;
	padding-right: 10px;
}


.feedback{
	position:relative; 
	top: 10%;
    margin: auto;
	width: 60%;
	max-width: 1400px;
	min-height: 10vh;
	max-height: 80vh;
	z-index:20;
	background-color: white;
	border:2px solid #5A6E7F; 
	border-radius:10px; 
	padding: 10px;
	text-align: center;
	overflow: auto;
}

.feedback .nakijken{
	grid-template-columns: 1fr 1fr;
}

}


/* container voor grote schermen*/
@media (min-width: 1000px)  {

.reclame_mobiel{
	display: none;
}

.reclame_groot_scherm{
	display: block;
}

}

/* container voor grote schermen*/
@media (min-width: 1200px)  {
.show_mobiel{
	display: none;
}

.show_groot_scherm{
	display:inline;
}

}


/*Audio */
.fa-play, .fa-pause, .fa-spinner, .fa-volume{
	font-size:30px;
	width:35px;
	height:30px;
	margin:3px;
	text-align: center;
	color:  #4D8ABF ;
}

.fa-volume, .fa-spin{
	--fa-primary-color:  #4D8ABF  ;
	--fa-secondary-color:  #2CAB66 ;
}

#audio-control{
	display: flex;
	float: right;
	cursor: pointer;
	margin: 0px 0px 10px 10px;
}

#audio-control.inactive{
	cursor: not-allowed !important;
}
