@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abel&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Raleway:900&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Poppins:600&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400&display=swap'); 

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

@font-face {
    font-family: 'schoolboek';

    src: url('../fonts/schoolboek/Schoolboek-Regular.eot');
    src: url('../fonts/schoolboek/Schoolboek-Regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/schoolboek/Schoolboek-Regular.woff') format('woff'), 
         url('../fonts/schoolboek/Schoolboek-Regular.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

/*--ans-groen: #00e68a;
--ans-groen-donkerder-links: #00b36b;
*/
:root {
    --ans-groen: #219b4b;
    --ans-groen-donkerder-links: #219b4b;
	--ans-groen-hover: #19512d;
    --ans-groen-bleek: #ecf8ed;
    --ans-blauw: #3e86c3;
    --ans-tussen-groen-en-blauw: #1bbca3;
	--ans-highlight: #ccffcc;
	--ans-onderwijs-blauw: #176882;
	--ans-onderwijs-bleek-blauw: #cfe6ee;
	--ans-onderwijs-vb-donkerblauw: #0A304A;
	--ans-onderwijs-vb-lichtblauw: #30A6D1;
	--ans-onderwijs-vb-rozerood: #FA0542;
	--ans-onderwijs-vb-oranje: #FA4205;
	--ans-onderwijs-vb-lichtoranje: #FC865F;
}

/* algemene opmaak van de topics. De stijl van de tekstelementen staat in style-elements */

/***************************

	fonts & font effecten

****************************/


body{
	font-family: 'Roboto', 'Open Sans', Arial, Schoolboek, 'Rubik', arial;
}

.p{
	margin: 16px 0px;	/* dit is de standaard marge van p */
}

li .p{
	/*margin: 5px 0px;*/
	margin-left: 10px;
}


/* zorgt voor de mooie hover-streep. Maar werkt niet goed bij a's op meer dan 1 regel en bij a's aan begin regel */
a.nicehover{
	text-decoration: none;
	cursor: pointer;
	position: relative;
	color: inherit;
}

a.nicehover:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  /*background-color: var(--ans-groen-donkerder-links);*/
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

a.nicehover:hover:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a .fas{
	vertical-align: super;
	font-size: 0.9em
}

.pagination a .fas{
	vertical-align: unset !important;
	font-size: 0.9em
}


/*******************************************

	eigenschappen van de hoofdelementen 
	.right-wrapper, .right, .left-wrapper,header, aside

********************************************/

html, body{
	height: 100%;
	margin: 0px;
	background-color: #f2f2f2;
}

.main-wrapper{
	/*position: absolute;
	top: 120px;
	bottom: 0px;*/
	
	/*padding-top: 80px;*/

	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.left-wrapper{
	/*height: 100%;*/
	/*position: absolute;*/
	/*background-color: #f8f8f8;*/
	background-color: white;
	float: left;
	margin-bottom: 50px;
	padding-bottom: 25px;
	/*background-image: linear-gradient(90deg, #77c9d4, #57bc90);*/
}

.right-wrapper.tocIsClosed{
	margin-left: 0px;
}


#overlay.isDisabled{
	display: none;
}

#overlay.isEnabled{
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
}
	

	
/*******************************************

	header

********************************************/

header{
	width: 100%;
	/*position: fixed;*/
	z-index: 100;
}

header .container{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

header .topheader{
	/*background-color: #2f2d2e; */ /* bijna zwart */
	background-color: white;
}


header .mainheader{
	/*width: 400px;
	right: 0px;*/
	
	/*border-bottom: 1px solid #00b36b;
	border-bottom: 1px solid var(--ans-groen-donkerder-links);*/
	z-index: 100;
	/*background: #00b36b;
	background: var(--ans-groen-donkerder-links);*/
	/*background-image: linear-gradient(90deg, #77c9d4, #57bc90);*/
	/*border-bottom: 3px solid #ccc;*/
	/*background-image: linear-gradient(90deg, #57bc90, #77c9d4);*/
	/*background-color: white;*/
	
	
	background: #219b4b;
	background: var(--ans-groen-donkerder-links);
	
	/*
	background: rgb(33,155,75);
	background: linear-gradient(90deg, rgba(33,155,75,1) 0%, rgba(35,162,174,1) 35%, rgba(14,209,96,1) 100%);*/
	
}

/*
header.short{
	position: fixed;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

header.short .topheader{
	display: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

header.short .mainheader{
	height: 80px;
}

*/
header .shortheader{
	position: fixed;
	top: -60px;
	left: 0px;
	right: 0px;
	/*height: 60px;*/
	background: #219b4b;
	background: var(--ans-groen-donkerder-links);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
/*
	 -webkit-transform:translateY(-100%);
        -moz-transform:translateY(-100%);
        transform:translateY(-50%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;*/
}


header .shortheader.isVisible{
	display: block;
	/*transform: translateY(-80px);*/
	-webkit-transform:translateY(60px);
     -moz-transform:translateY(60px);
     transform:translateY(60px);	
     z-index: 10000000;
     box-shadow: 0px 5px 10px #ddd;
}




/*
header, .logo{
	position: fixed;
}
*/

/*
.ans-title, #header-search-input-container{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}*/

#toc-toggle-icon, .ans-title{
	/*float: left;
	margin-left: 20px;
	margin-right: 20px;*/
	/*margin-left: 20px;*/
}

.onderwijs #toc-toggle-icon.ow a{
	text-decoration: none;
	font-size: 50px;
	color: white;
	font-family: roboto;
	font-weight: 300;
	line-height: 31px;
}



/*
header .ans-title{
	padding: 0px;
	margin: 15px 0px 0px 15px;
	text-align: left;
	float: left;
}

header .ans-title a{
	cursor: pointer;
	color: white;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.ans-title-box{
	border-radius: 15px;
	background: white;
	width: 50px;
	height: 50px;
}

.ans-title .ans-title-box, .ans-title .ans-title-box-2{
	float: left;
	margin-right: 5px;
}

.ans-title-ltr{
	color: var(--ans-groen-donkerder-links);
	margin-left: 8px;
	margin-top: -4px;
	float: left;
	font-size: 50px;
	font-weight: bold;
}
*/

/* alleen relevant als we tekst gebruiken */
.logo{
	/*float: left;*/
	position: relative;
	/*margin-left: 20px;
	margin-top: 10px;*/
	/*background: url(../img/banner_ans4.png) no-repeat;
	background-size: 400px 200px;
	height: 200px;
	width: 400px;*/
	/*background-image: linear-gradient(90deg, #77c9d4, #57bc90);*/
	/*width:300px;*/
	/*height: 200px;*/
	font-family: 'Poppins', 'Raleway', 'Asap Condensed', 'Cabin Condensed', sans-serif;
	font-weight: bold;
	color: white;
}


.logo > span{
	float: left;
	/*padding: 15px 0px 0px 0px;
	line-height: 0.7em;
	font-size: 55px;*/
}

/*
.logo span a{
	text-decoration: none;
	color: white;
}

.logo span .cap, .logo-small .cap{
	background-color: white;
	color: var(--ans-groen-donkerder-links);
	text-transform: uppercase;
}
*/
.logo .cap:nth-of-type(2){
	/*background-color: orange;*/
}

#ivdnt-logo-header > a{
	text-decoration: none;
	color: black;
}

#ivdnt-logo-header > a:hover, #ivdnt-logo-header > a:visited{
	text-decoration: none;
	color: black;
}

.headermenu, .headermenu-small{
	/*padding-top: 12px;*/
	/*float: right;
	padding-left: 20px;
	padding-bottom: 30px;
	margin-right: 20px;
	margin-top: 20px;*/
	/*cursor: pointer;*/
	/*font-family: 'Asap Condensed', 'Cabin Condensed', sans-serif;
	font-weight: bold;
	font-size: 16px;*/
	font-family: Schoolboek, 'Asap Condensed', 'Cabin Condensed', sans-serif;
	font-size: 14px;
}

.topheader-mini{
	font-family: 'Asap Condensed', 'Cabin Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#literatuur, #overdeans, #register, #testtopic, #onderwijsnav, #qandanav{
	float: right;
}

#register{
	/*margin-right: 5px;*/
}

#overdeans, #overdeans a, #literatuur a, #testversie, #register a, #testtopic, #literatuur, #onderwijsnav a, #qandanav a{
	/*color: white;
	text-transform: uppercase;*/
	/*color: var(--ans-groen-donkerder-links);*/
	color: black;
	text-transform: lowercase;
	text-decoration: none;
}

#onderwijsnav.currentnav a{
	color: rgb(255,115,0) !important;
}

#register.currentnav a, #literatuur.currentnav a, #qandanav.currentnav a, #overdeans.currentnav a{
	color: var(--ans-groen-donkerder-links) !important;
}


#overdeans-mini a, #register-mini a, #onderwijs-mini a, #qanda-mini a, #literatuur-mini a{
	color: white;
	text-decoration: none;
}

#overdeans a:hover, #literatuur a:hover, #register a:hover, #onderwijsnav a:hover, #qandanav a:hover{
	text-decoration: underline;
}


#testversie{
	background-color: yellow;
	color: black !important;
	padding: 0px 10px;
	float: left;
}

.topheader-mini{
	background: black;
	padding: 10px 0px;
}

body.onderwijs .topheader-mini{
	margin-bottom: 20px;
}

/* topheader-mini toont 'index' en 'over de ans' via het hamburger-icoon bij kleine schermen bovenaan in de nav */
.topheader-mini #overdeans-mini, .topheader-mini #register-mini, .topheader-mini #onderwijs-mini, .topheader-mini #qanda-mini, .topheader-mini #literatuur-mini{
	display: block;
	padding: 3px 0px 3px 20px;
	font-size: 18px;
}

.toggle-search{
	font-family: 'Asap Condensed', 'Cabin Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	/*padding-top: 5px;*/
	/*float: right;
	padding-top: 9px;
	padding-left: 0px;
	padding-bottom: 30px;
	margin-right: 20px;*/
	/*margin-top: 20px;*/
	cursor: pointer;
	/*position: absolute;
	top: 23px;
	right: 0px;*/
}

.toggle-search.isEnabled{
	background: white;
	color: var(--ans-groen-donkerder-links);
}

/*.toggle-search.isEnabled img{
	display: none;
}
*/
.toggle-search img{
	width: 35px;
	vertical-align: middle;
	margin-right: 20px;
}

#literatuur a:hover, #overdeans a:hover, .toggle-search:hover{
	/*color: #00663d;*/
	/*color: var(--ans-groen);*/
}

.toggle-search.isDisabled .searchopen{
	display: inline;
}

.toggle-search.isEnabled .searchopen{
	display: none;
}

.toggle-search.isDisabled .searchclose{
	display: none;
}

.toggle-search.isEnabled .searchclose{
	display: inline;
}



.ans-logo, .ans-logo-klein{
	color: white;
}

a.ans-title-link{
	text-decoration: none;
}

.ans-logo{
	font-size: 80px;
	font-weight: bold;
	font-family: 'Comfortaa', 'arial', 'sans';
}

.ans-logo img{
	/*height: 40px;*/
	width: 280px;
}

.ans-logo-klein{
	font-size: 10px;
	
}


/* let op: er zijn 2 searchboxen */
.searchbox{
	background-color: white;
	float: right;
	border-radius: 5px;
}

.zoekhulp{
	position: absolute;
}

.shortheader .searchbox{
	margin-top: 10px;
}

.searchbox input{
	/*border-radius: 5px;*/
	border: 0px;
	border-style:solid;
	padding: 0px 5px 0px 15px;
	font-family: 'Rubik', 'Asap Condensed', 'Cabin Condensed', sans-serif;
}

.searchbox .search-go{
	background-color: orange;
	float: right;
	border: 0px;
	/*border-radius: 0px 5px 5px 0px;*/
	cursor: pointer;
}

.searchbox .search-go:hover{
	background-color: #ff8000;
}

.searchbox .fa-search{
	/*color: #00b36b;
	color: var(--ans-groen-donkerder-links);*/
	color: white;
	float: right;
	margin-left: 1px;
}

.searchbox.focus{
	box-shadow: 0px 0px 0px 3px orange;
}

.searchquery:focus{
	outline: none;
}


/*
header #header-searchicon img{
	margin-top: 25px;
	margin-right: 20px;
	cursor: pointer;
	float: right;
}

header #header-searchicon img{
	width: 30px;
}
*/


#header-search-input-container{
	padding-top: 10px;
	/*height: 50px;
	margin-top: 10px;
	*/
	/*margin-right: 0px;
	width: 100%;*/
	/*border-bottom: 1px solid #00b36b;
	border-bottom: 1px solid var(--ans-groen-donkerder-links);*/
	/*padding-bottom: 10px;
	padding-top: 10px;*/
	background-color: white;
	z-index: 100;
}


#header-search-input-container #header-search-input-close{
	top: 75px;
}
/*
#header-search-input-container{
	float: right;
}
*/

/*
#header-search-input-container .fa-search{
	color: #ccc;
	margin-right: -15px;
}
*/



#search-go{
	/*height: 24px;*/ /* 30px + 2x padding 10 + 2x border 2px */
	/*margin-left: -10px;*/
	/*padding: 0px 5px;*/
	/*
	float: left;
	background-color: #00b36b;
	background-color: var(--ans-groen-donkerder-links);
	border-radius: 10px;
	border: 2px solid #00b36b;
	border: 2px solid var(--ans-groen-donkerder-links);*/
}

#search-go img{
	width: 30px;
}


#autocompleteResults{
	float: left;
}

#autocompleteResults ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: white;
	border-top: 2px solid #ccc;
	width: 90%;
}

#autocompleteResults ul li{
	padding: 10px 0px;
}


/****************************************** TESTOMGEVING ZOEKRESULTATEN  *****************************************************/

.searchres-term{
	font-style: italic;
}

#res-sum{
	margin-top: 10px;
}

#res-chp{
	width: 100%;
	margin-top: 20px;
	border-bottom: 2px solid #219b4b;
	border-bottom: 2px solid var(--ans-groen-donkerder-links);
	font-weight: bold;
}

#searchres-topical-ul ul{
	/*margin: 0px;
	padding: 0px;*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: white;
	border-top: 2px solid #ccc;
	width: 100%;
}


#searchres-topical-ul ul li{
	padding: 10px 0px;
	cursor: pointer;
	/*margin-top: 5px;
	list-style-type: none;*/	
}

#searchres-topical-ul ul li:hover{
	background-color: red;
}


#searchres-topical-ul ul li #res-kp{
	display: block;
	font-size: 11px;
}

#searchres-topical-ul ul li #res-idx{
	margin-right: 10px;
}

/* laat het kruisje weg bij typen in inputfield in IE */
#header-searchbox-input::-ms-clear{
	display: none;
}


.header-options-list{
	float: right;
	margin-right: 20px;
	font-size: 20px;
	margin-top: 25px;
}

.header-options-list a{
	text-decoration: none;
}


/*********************************** zoekresultaten op zoekresultatenpagina **********************************/

.filter-container{
	float: left;
	width: 20%;
	background-color: white;
	padding: 40px 20px 40px 40px;
}

.filter-container ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
}

.filter-label-main .fas{
	display: none;
}

.filter-label-main{
	font-size: 25px;
	font-weight: bold;
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
	margin-top: -4px;	/* rechttrekken met andere kopjes */
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.filter-container .filter-refresh{
	margin-bottom: 30px;
	float: left;
}

.filter-container .filter-refresh span{
	background-color: orange;
	color: white;
	font-size: 14px;
	padding: 10px 10px;
	border-radius: 5px;
	cursor: pointer;
}

.filter-container .filter-refresh span:hover{
	background-color: #ff8000;
}

.filter-container .filter-label{
	font-size: 16px;
	margin-top: 20px;
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
	float: left;
	width: 100%;
}

.filter-container .filter-chapters-allesniets{
	font-size: 10px;
	float: left;
	margin-bottom: 10px;
}

.filter-container .filter-chapters-alles:after{
	content: " | ";
}

.filter-container .filter-chapters-alles, .filter-container .filter-chapters-niets{
	cursor: pointer;
}

.filter-container .filter-chapters-alles:hover, .filter-container .filter-chapters-niets:hover{
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
}

.filter-container ul .idx{
	margin-right: 5px;
}

.filter-container ul .ttl .sub:before{
	content: " (";
}

.filter-container ul .ttl .sub:after{
	content: ")";
}


.filt-chapt, .filter-type{
	margin-right: 5px;
	cursor: pointer;
	font-size: 20px;
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
}


.searchresults{
	float: left;
	/*width: 100%;*/
	background-color: white;
	padding: 40px;
	width: 59%;
}

.searchresults-label{
	font-size: 18px;
	margin-bottom: 30px;
	margin-left: 20px;
	border-bottom: 2px solid #00b36b;
	background-color: 2px solid var(--ans-groen-donkerder-links);
}

.searchresults-label .applied-filters{
	font-size: 12px;
	margin-bottom: 10px;
}

.searchresults .number_of_results_per_page{
	font-size: 13px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.searchresults .number_of_results_per_page .searchres_shown{
	padding: 5px;
	cursor: pointer;
}

.searchresults .number_of_results_per_page .current, .searchresults .searchres_shown:hover{
	color: white;
	background-color: #00b36b;
	background-color: var(--ans-groen-donkerder-links);
}

.searchresults-label .actual-query, .searchresults-label .query-parameters{
	font-size: 12px;
	display: none;
}

.searchresults-label .actual-query{
	/*display: block !important;*/
}

.searchresults-label span{
	font-style: italic;
}

.searchresults-label .query-exp{
	font-size: 12px;
}

.searchresults-numbers{
	font-size: 14px;
	font-style: italic;
}

.searchresults .item{
	padding: 0px 0px 40px 0px;
	font-size: 20px;
	cursor: pointer;
	border: 1px solid white;
	/*box-shadow: 0 3px 10px rgba(0,0,0,0.3);*/
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.searchresults .item:hover{
	border: 1px solid #00b36b;
	border: 1px solid var(--ans-groen-donkerder-links);
}


.searchresults .item-desc a{
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
	text-decoration: none;
}

.searchresults .item-desc a:hover{
	text-decoration: underline !important;
}

.searchresults .item-desc-bc{
	/*background-color: #00b36b;
	background-color: var(--ans-groen-donkerder-links);*/
	font-size: 10px;
	color: #666;
	padding: 5px 0px 0px 0px;
	margin-bottom: 5px;
}

.searchresults .item-desc-bc:before{
	content: "Hoofdstuk ";
}

.searchresults .item-desc-hl{
	font-size: 14px;
	color: #222;
	margin-top: 5px;
	line-height: 150%;
}

.searchresults .item-desc-termen{
	font-size: 12px;
	color: #222;
	margin-top: 5px;
	font-variant: small-caps;
}

.searchresults .item-desc-label{
	color: white;
	font-size: 10px;
	background-color: #219b4b;
	background-color: var(--ans-groen-donkerder-links);
	display: inline-block;
	padding: 2px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.searchresults .item-desc-hl em, .searchresults .item-desc-title em, .searchresults .item-desc-termen em{
	/*color: white;
	background-color: #00b36b;
	background-color: var(--ans-groen-donkerder-links);
	font-style: normal;
	padding: 0px 5px;*/
	font-style: normal;
	font-weight: bold;
}

.searchresults .item-hl-examples{
	font-style: italic;
}

.searchresults .item-hl-examples em{
	font-style: italic;
}

.searchresults lexample wordgroup{
	font-style: italic;
}

.searchresults lingterm{
	font-variant: small-caps;
	color: var(--ans-groen-donkerder-links);
}

.searchresults .pagination-container{
	float: left;
	margin: 10px 0px;
}

.searchresults .pagination-container .pagination .currentPage{
	padding: 5px 10px;
}

.searchresults .pagination-container .pagination .fas.isDisabled, .searchresults .pagination-container .pagination a{
	font-size: 18px;
	padding: 5px 10px;
	background: #219b4b;
	background: var(--ans-groen-donkerder-links);
	color: white;
} 

.searchresults .pagination-container .pagination a:hover{
	background: #00e68a;
	background: var(--ans-groen);
}


.searchresults .pagination-container .pagination .fas.isDisabled{
	visibility: hidden;
}



/************** autocomplete ******************************/
/* TESTING */

.autocomplete-suggestions, .autocomplete-group { 
	/*display: block !important;*/
}

.autocomplete-suggestions { 
	box-shadow: 0px 10px 11px #aaa;
	/*width: 50% !important;
	position: absolute !important;
	left: 25% !important;*/
	max-height: -moz-calc(100% - 200px) !important;/* Firefox */
	max-height: -webkit-calc(100% - 200px) !important;	/* WebKit */	
	max-height: -o-calc(100% - 200px) !important;	/* Opera */
	max-height: calc(100% - 200px) !important;	/* Standard */
}


.autocomplete-suggestion .row2{ 
	/*margin-left: 300px;*/
}

/* EINDE TESTING */

.autocomplete-suggestions { 
	/*border-top: 1px solid #ccc;*/
	background: white;
	overflow: auto;
	font-size: 18px;
	margin-top: -3px;
	/*cursor: pointer;*/
	padding-right: 10px;
	color: #000;
}

.autocomplete-suggestion { 
	padding: 4px 15px; /*white-space: nowrap; */
	overflow: hidden;
	font-size: 16px !important;
	cursor: pointer;
}
/* geef onderwerpen geen cursor pointer */
.autocomplete-suggestion:has(> .autocomp-subject) {	
	cursor: unset !important; 
}

.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; /*color: #3399FF;*/ /*color: #00b36b; color: var(--ans-groen-donkerder-links);*/ color: #000; font-weight: bold;}
.autocomplete-group { 
	/* 'termen', 'onderwerpen' of 'artikelen' */
	padding: 8px 15px; font-weight: bold; color: #219b4b; color: var(--ans-groen-donkerder-links); font-variant: small-caps;
	clear: left;
} 
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; color: inherit;}
/*.autocomplete-suggestions img{ height: 14px; vertical-align: middle;}*/
.autocomplete-suggestions .autocomp-articleindex{ font-size: 13px; padding-right: 5px; padding-bottom: 2px; color: #222;}

.autocomplete-suggestions .autocomp-articleindex, .autocomplete-suggestions .autocomp-main { display: table-cell; word-wrap: break-word; }
.autocomplete-suggestions .autocomp-articleindex{ 
	/*vertical-align: top; */
	padding-top: 3px; 
}

.autocomplete-suggestions .autocomp-articleindex{ color: #219b4b; color: var(--ans-groen-donkerder-links);}
.autocomplete-suggestions .autocomp-main a {text-decoration: none; color: black;}
.autocomplete-suggestions .autocomp-main a:hover { text-decoration: underline; }


.autocomp-subject{
	float: left;
}

.autocomp-subject em{
	font-style: italic;
}

.autocomp-subject-topic{
	display: block;
	float: left;
	clear: both;
	margin-left: 10px;
	font-size: 13px;
}

.autocomp-subject-topic em{
	font-style: normal; /* sic */
}

.autocomp-subject-topic em > em{
	font-style: italic;
}

/*******************************************

	.content, met
		aside, kruimelpad, article

********************************************/

.content{
	/*margin-top: 20px;*/
	/*margin-left: 70px;*/
	float: left;
	/*padding: 40px 0px 40px 40px;*/
}

.content.main.searchresult{
	background: white;
}


article{
	background-color: white;
	float: left;
}



aside .demo-box{
	background: yellow;
	padding: 10px 10px;
}

aside #metadata{
	margin-top: 20px;
	margin-bottom: 10px;
	border-left: 1px solid #ccc;
	padding: 0px 10px;
	font-size: 13px;
}

aside #cite-print-prev-next{
	/*float: left;*/
	/*margin-top: 60px;*/
}

#cite-print-prev-next-small{
	float: left;
	width: inherit;
	margin-top: 20px;
}

#cite-print-prev-next-small .citeer, #cite-print-prev-next-small .print{
	position: relative;
	float: left;
	margin-right: 20px;
	border: 1px solid #219b4b;
	border: 1px solid var(--ans-groen-donkerder-links);
	width: 130px;
}

.citeer, .print, .termlist, .taaladvies{
	/*background: #00b36b;
	background: var(--ans-groen-donkerder-links);
	color: white;*/
	/* geregeld in ans-style-responsive */
	/*
	color: #00b36b;
	color: var(--ans-groen-donkerder-links);
	background: white;
	padding: 12px 0px;
	font-size: 12px;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;*/
	/*width: 100%;*/		
}

aside #cite-print-prev-next .citeer .fas, aside #cite-print-prev-next .print .fas{
	/* naar responsive */
	/*font-size: 20px;
	padding-left: 40px;*/
}

#cite-print-prev-next-small .citeer .fas, #cite-print-prev-next-small .print .fas{
	font-size: 20px;
	padding-left: 33px;
}

.citeer img, .print img{
	padding-left: 10px;
}

.citeer span, .print span{
	margin: 10px;
	vertical-align: 3px;
}

.citeer span:hover, .print span:hover{
	border-bottom: 2px solid #219b4b;
	border-bottom: 2px solid var(--ans-groen-donkerder-links);
}

/*
aside #cite-print-prev-next .print{
	clear: left;
}
*/

/*
.version-remark{
	cursor: default !important;
}
*/

.version-remark .version-remark-text{
	margin: 5px 8px;
	line-height: 120%
}

.version-remark .version-remark-text a{
	color: #cb8300;
}

.version-remark .version-remark-text a:hover{
	color: orange;
}

.version-remark .version-remark-link{
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
	cursor: pointer;
	display: block;
	padding-top: 10px;
}

.version-remark .version-remark-link:hover{
	text-decoration: underline;
}

.version-remark .version-remark-link .fas{
	padding-right: 5px;
}

.onderwijs-mod .onderwijs-label{
	/*margin: 5px 10px;*/
}

.onderwijs-mod .onderwijs-label a .ond, .onderwijs-mod .onderwijs-label .ond{
	/*vertical-align: top;*/
	display: table-cell;
	padding-left: 6px;
}

.onderwijs-mod .onderwijs-label.notactive{
	color: #bbb;
}

.termlist .termlist-label{
	/* verhuisd naar responsive */
	/*display: block;
	font-size: 16px;
	margin: 0px 10px;
	font-family: 'Asap Condensed', 'Rubik', 'Arial', 'Sans';
	font-weight: bold;
	color: #333;
	font-family: 'Asap Condensed', 'Rubik', 'Arial', 'Sans';
	*/
}

.termlist .keyword-label{
	/*font-style: italic;*/
	margin-top: 5px;
	font-size: 13px;
	color: #222;
}

aside .taaladvies .taaladv-label{
	/* verhuisd naar responsive */
	/*font-size: 16px;
	margin: 0px 10px;
	font-family: 'Asap Condensed', 'Rubik', 'Arial', 'Sans';
	font-weight: bold;
	color: #333;
	font-family: 'Asap Condensed', 'Rubik', 'Arial', 'Sans';
	*/
}

/* pijltje omlaag bij term/taaladvies/keywords */
.termlist-label .fas, .taaladv-label .fas, .keywordlist-label .fas{
	display: none;
}


.terms, aside .keywords{
	margin: 10px;
}

/* a.termlist-item:not(:last-child):after, .keywordlist-item:not(:last-child):after, .termlist-item:not(:last-child):after{
	content: ", ";
}
*/

.version-remark, .onderwijs-mod, aside span.termlist-item{
	/*color: #00b36b;
	color: var(--ans-groen-donkerder-links);*/
	color: #000;
	font-family: 'Roboto Condensed', 'Abel', 'Rubik', 'arial';
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
}

aside a.termlist-item{
	line-height: 100%;
}

aside a.termlist-item, aside span.termlist-item{
	color: white;
	font-family: 'Roboto Condensed', 'Abel', 'Rubik', 'arial';
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
	background-color: #00b36b;
	background-color: var(--ans-groen-donkerder-links);
	display: inline-block;
	padding: 2px 3px;
	margin: 2px 0px;
}

aside a.termlist-item:hover{
	text-decoration: underline;
}

/* de termen in het topic zijn onzichtbaar */
.quickinfo .keyword, .readmore .keyword{
	display: none;
}

/* de termen bovenaan het topic */
.termlist-top{
	display: none;
	float: left;
	margin: 20px 0px;
}

.termlist-top .termlist-top-item{
	text-decoration: none;
	font-size: 13px;
	margin-right: 5px;
	padding: 2px 10px;
	border-radius: 10px;
	float: left;
	margin-bottom: 5px;
}

.termlist-top .termlist-top-item a, .termlist-top .termlist-top-item{
	color: white;
	text-decoration: none;
	font-family: 'Roboto Condensed', 'Abel', 'Rubik', 'arial';
	font-weight: 400;
}

.termlist-top .termlist-top-item.type1{
	background-color: #b3512b;
}

.termlist-top .termlist-top-item.type2{
	/*background-color: #ec9549;*/
	background-color: #cb8300;
}


.article-info{
	float: left;
	font-size: 12px;
}

.article-info .topic-toc-header{
	font-weight: bold;
}

.article-info img{
	height: 10px;
	margin-right: 3px;
}

.onderwijs .searchbox{
	
}

#article-nav{
	width: 100%;
	float: left;
}



aside .taaladv-titel.geen-vraag{
	/*font-weight: normal;*/
}

aside .taaladv-titel{
	font-weight: bold;
	margin-bottom: 3px;
}

aside .taaladv-items{
	margin-top: 5px;
}

aside .taaladv-item{
	/*margin-bottom: 10px;*/
	float: left;
	margin: 5px 10px 5px 10px;
}

aside .taaladv-item a{
	font-weight: normal;
	color: #222;
	font-family: 'Abel', 'Rubik', 'arial';
	text-decoration: none;
	font-size: 14px;
	line-height: 110%
}

aside .taaladv-vraag{
	font-weight: normal;
	color: #222;
	font-family: 'Abel', 'Rubik', 'arial';
	text-decoration: none;
	font-size: 14px;
	line-height: 110%
}

aside .taaladv-link{
	text-decoration: none;
	/*color: #00b36b;
	color: var(--ans-groen-donkerder-links);*/
}

aside .taaladv-link:hover{
	text-decoration: underline;
}

#kruimelpad{
	font-family: 'Roboto Condensed', 'Abel', 'Asap Condensed', 'Barlow', 'Rubik', 'Arial';
	font-weight: 400;
	color: inherit;
	/*background-color: #ECF2F9;*/
	/*background-color: #f8f8f8;*/
	float: left;
	line-height: 150%;	
}

#prevnext{
	float: right;
	line-height: 150%;	
}

#kruimelpad.isEmpty{
	padding-bottom: 0px;
}

#kruimelpad a{
	text-decoration: none;
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
}

#kruimelpad a:hover{
	border-bottom: 2px solid #219b4b;
	border-bottom: 2px solid var(--ans-groen-donkerder-links);
	/*color: #00b36b;
	color: var(--ans-groen-donkerder-links);*/
}

#kruimelpad .emphasis{
	font-style: italic;
}

#kruimelpad .sub:before{
	content: "(";
}

#kruimelpad .sub:after{
	content: ")";
}

.topicnumber{
	/*font-weight: bold;*/
	font-family: "Quicksand", "Rubik" ,"Arial", "Sans";
	font-size: 20px;
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
}

article h1, p.ans-welkom{
	margin-top: 5px;
	float: left;
	width: 100%;
	font-family: Schoolboek, "Quicksand", "Rubik" ,"Arial", "Sans";
	font-weight: normal;
	font-size: 30px;
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
}

.speciale_melding{
	color: white;
	background-color: #219b4b;
	background-color: var(--ans-groen-donkerder-links);
	padding: 10px;
	display: inline-block;
	margin-bottom: 20px;
}

.speciale_melding a{
	color: white;
	text-decoration: none;
}

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

article h1 .emphasis{
	font-style: italic;
}

.quickinfo, .readmore{
	line-height: 190%;
	/*float: left;*/
}

/* geen streep bij QI bij een lege RM */
.quickinfo.noBorder{
	border-bottom: 0px !important;
}

.readmore.isEmpty{
	margin-top: 0px !important;
	margin-top: 0px !important;
	border-top: 0px !important;
}

.readmore{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 80px;	/* moet gelijk zijn aan margin-top van .rm-label */
	border-top: 2px solid #219b4b;
	border-top: 2px solid var(--ans-groen-donkerder-links);
	/*margin-top: 50px;*/	/* mooi bij een lichtgekleurde quickinfo */
	margin-top: 30px;
}

.readmore.isANS2{
	border: none;
	padding-top: 0px;
}

.staticpag .readmore{
	padding-top: 20px;
	margin-top: 20px;
}


.readmore.isHome{
	border: none;
	padding-top: 0px;
	margin-top: 0px;
}

.rm-label{
	float: right;
	color: white;
	background: #219b4b;
	background: var(--ans-groen-donkerder-links);
	padding: 2px 15px;
	margin-top: -80px;
	font-size: 0.8em;
}

/* via general.js: wordt verborgen */
.rm-label.isANS2{
	display: none;
}


.readmore  + .article-extra{
	/* alleen als onder de readmore extra's staan zoals literatuur */
	border-top: 5px solid #219b4b;
	border-top: 5px solid var(--ans-groen-donkerder-links);
}

.article-extra{
	border-bottom: 1px solid #219b4b;
	border-bottom: 1px solid var(--ans-groen-donkerder-links);
	float: left;
	clear: both;
	width: 100%;
}

article .keywords{
	display: none;
}

/* de relatedtopics-extra staat op onzichtbaar tot we related topics hebben */
.article-extra.related{
	display: none;
}

.section-toc-container{
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
}

.section-toc{
	/*border: 1px solid #ccc;*/
	background: #219b4b;
	background: var(--ans-groen-donkerder-links);
	float: left;
	line-height: 1.5em;
}

ul.section-toc{
	/*margin: 50px 0px 0px 0px;*/
	padding: 20px 40px 20px 40px;
	font-size: 14px;
}

ul.section-toc li{
	/*color: #00b36b;
	color: var(--ans-groen-donkerder-links);
	margin: 0px;*/
	padding: 0px;
	color: white;
}

ul.section-toc:not(.isstatic) li{
	list-style-type: square;
}

ul.section-toc.isstatic li{
	list-style-type: none;
	line-height: 150%;
}

ul.section-toc li.section-toc-level2{
	padding-left: 10px;
}

ul.section-toc li.section-toc-level3{
	padding-left: 20px;
}


ul.section-toc li a{
	color: white !important; /* ook bij onderwijs */
}

/* in de overpagina */
p.naarboven a{
	font-size: 0.8em;
}
	
	

/* er is geen literatuur, links of relatedtopics */
.literature.article-extra.isDisabled .header, .related.article-extra.isDisabled .header, .relevante_links.article-extra.isDisabled .header{
	color: #ccc;
}

.literature.article-extra.isDisabled .header .toggle-article-extra.angle-down, .related.article-extra.isDisabled .header .toggle-article-extra.angle-down, .relevante_links.article-extra.isDisabled .header .toggle-article-extra.angle-down{
	background-image: url(../img/angle_down_grey.png);
	cursor: unset;
}

.article-extra .header{
	margin: 20px 0px;
}


.toggle-article-extra{
	height: 20px;
	margin-right: 10px;
	width: 15px;
	float: left;
	cursor: pointer;
}

.toggle-article-extra.angle-down{
	background-image: url(../img/angle_down.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center;
}

.toggle-article-extra.angle-up{
	background-image: url(../img/angle_up.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center;
}

.article-extra-content.isHidden{
	display: none;
}

.article-extra-content.isVisible{
	display: block;
}

.article-extra-content{
	margin-bottom: 20px;
}


.history table, .history .meerinfo{
	width: 100%;
	margin: 20px 0px 0px 12px;
	padding: 10px;
	font-size: 13px;
}

.history table tr{
	border-top: 1px solid #ccc;
}

.history table tr.tableheader{
	font-weight: bold;
}

.history table td{
	vertical-align: top;
}

.history a{
	text-decoration: none;
	color: #00b36b;
	color: var(--ans-groen-donkerder-links);
}

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

.history .wijzigingen_label{
	margin: 10px 0px;
	color: #00b36b;
	color: var(--ans-groen-donkerder-links);
	cursor: pointer;
}

.history .wijzigingstekst.isHidden{
	display: none;
}

article  .header{
	font-family: 'Roboto Condensed', Schoolboek, "Quicksand", "Rubik" ,"Arial", "Sans";
	font-weight: normal;
	font-size: 18px;
}

article .section  .header{
	font-weight: bold;
	font-size: 18px;
	font-family: 'Roboto', 'Open Sans', Arial, Schoolboek, 'Rubik', arial;
}

/* links naar taalportaal en taaladvies */
/* subheaders, staan per default op onzichtbaar */
.relevante_links.article-extra .extra-header{
	margin-left: 25px;
	font-size: 14px;
	display: none;
	font-variant: small-caps;
}

.relevante_links.article-extra .extra-header.isVisible{
	display: block;
}

.relevante_links.article-extra ul{
	margin-top: 2px;
	font-size: 14px;
	list-style-type: none;
	margin-left: 27px;
	padding-left: 0px;
	line-height: 150%;
}

.relevante_links.article-extra ul .taaladv-item:hover{
	background: #eee;
}

.relevante_links.article-extra ul .taaladv-item .taaladv-vraag{
	margin-left: 5px;
	font-style: italic;
	color: #444;
	font-size: 12px;
}

.relevante_links.article-extra ul .taaladv-item .taaladv-vraag em{
	font-style: normal;
}

/************************ celex data blok (bv 12.4.2.2.2.1) en woordcombinaties data blok (bv 20.6.3)******************/

.celex_wrapper, #woordcombinaties{
	border: 1px solid #ccc;
	margin-bottom: 50px;
	padding: 0px;
	width: inherit;
	float: left;
	margin: 20px 10px;
}

.celex_header, .wc_header{
	margin: 20px 10px;
}

.toggle_celex, .toggle_wc{
	height: 20px;
	margin-right: 10px;
	width: 15px;
	float: left;
	cursor: pointer;
}

.toggle_celex.angle-down, .toggle_wc.angle-down{
	background-image: url(../img/angle_down.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 5px;
}

.toggle_celex.angle-up, .toggle_wc.angle-up{
	background-image: url(../img/angle_up.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
}

.celex_label. .wc_label{
	margin-bottom: 10px;
}

.celex_label a, .wc_label a{
	text-decoration: none;
	color: #00b36b;
	color: var(--ans-groen-donkerder-links);
}

.wc_data .cx a{
	text-decoration: none;
	color: black;
}

.celex_label a:hover, .wc_label a:hover, .wc_data .cx a:hover{
	text-decoration: underline;
}

.celex_main, .wc_main{
	margin: 20px 10px;
	border-top: 2px solid #00b36b;
	border-top: 2px solid var(--ans-groen-donkerder-links);
	padding: 20px 10px 0px 10px;
	line-height: 150%;
	font-size: 0.8em;
}

.celex_main.isHidden, .wc_main.isHidden{
	display: none;
}

.celex_main.isVisible, .wc_main.isVisible{
	display: block;
}

.celex_data{
	clear: left;
	line-height: 150%;
	columns: 100px;
	column-gap: 20px;
	padding-top: 10px;
	border-top: 1px solid #00b36b;
	border-top: 1px solid var(--ans-groen-donkerder-links);
}

.wc_data{
	clear: left;
	line-height: 150%;
	columns: 150px;
	column-gap: 20px;
	padding-top: 10px;
}

.toggle_cx_selectie, .toggle_cx_stx, .show_woordcombinaties{
	cursor: pointer;
	background-color: #00b36b;
	background-color: var(--ans-groen-donkerder-links);
	padding: 2px 5px;
	width: 120px;
	text-align: center;
	color: white;
	margin-right: 20px;
}

.toggle_cx_selectie{
	margin-top: 10px;
}


.cx{
	display: block;
}
.cx.part2{
	display: none;
}

.cx_stx{
	font-family: courier;
	display: none;
	white-space: nowrap;
}

.celex_disclaimer{
	margin-top: 20px;
	font-style: italic;
}

/* spinner bij laden woordcombinaties */
#wc_loader {
    /*position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
	float: left;
	position: relative;
    background: transparent;
	display: none;
	height: 50px;
}

.spinner {
    left: 50%;
	/* margin-left: -4em;*/
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
	border-left: .8em solid var(--ans-groen-donkerder-links);
    animation: spin 1.1s infinite linear;
}

.spinner, .spinner:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    top: 50%;
    /*margin-top: -4.05em;*/
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/************************ einde celex data blok ************/




/*******************************************

	nav met toc

********************************************/


.nav-wrapper{
	height: inherit;
	/*top: 0px;
	position: absolute;*/
}

.nav-wrapper img{
	width:280px;
	padding: 10px;
}

.left-wrapper .jspScrollable.isClosed{
	display: none;
}

nav{
	font-family: 'Roboto Condensed', 'Open Sans', Arial, 'Abel';
	font-weight: 400;
	/*font-size: 10px;*/
	background-color: white;
	padding-bottom: 20px;
}

nav > ul >li a{
	font-family: 'Roboto Condensed', 'Asap Condensed', 'Cabin Condensed', sans-serif;
	font-weight: 700;
	/*font-size: 18px;*/
	/*border-right: 5px solid #eee;*/
	/*border-right: 1px solid var(--ans-groen-donkerder-links);*/
	/*overflow-y: scroll;*/
	/*height: inherit;*/
	/*margin-top: 200px;*/
}

.nav-close{
	float: right;
	font-size: 20px;
	margin: 10px;
	font-family: Rubik, Arial;
	cursor: pointer;
	padding: 0px;
	color: white;
}

.nav-close:hover{
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
}

nav.isClosed{
	/*display: none;*/
}

.left-wrapper.isClosed{
	position: absolute;
	left: -350px;
}

.nav-toggle-wrapper{
	display: none;
	position: absolute;
	margin-left: -30px;
	cursor: pointer;
	width: 30px;
	height: 50px;
	background-color: white;
	border-radius: 10px 0px 0px 10px;
}

.nav-toggle-wrapper.isClosed{
	position: relative;
	float: right;
	margin-right: -15px;
	/*background-color: #f8f8f8;*/
}

.nav-toggle{
	font-family: inherit;
	font-size: 25px;
	color: #ccc;
	margin-top: 10px;
	margin-left: 10px;
}

.nav-toggle:hover{
	color: #111;
}
/*
.angle-left{
	background-image: url("../img/angle_left.png");
	background-size: 10px 15px;
	background-repeat: no-repeat;
}

.angle-left:hover{
	background-image: url("../img/angle_left_green.png");
}

.angle-right{
	background-image: url("../img/angle_right.png");
	background-size: 10px 15px;
	background-repeat: no-repeat;
}

.angle-right:hover{
	background-image: url("../img/angle_right_green.png");
}
*/

.show-nav-wrapper{
	position: absolute;
	top: 100px;
	left: 0px;
}

.nav-toggle-wrapper.isClosed{
	/*position: fixed;
	left: 10px;
	margin-left: -1px;*/
	/*
	writing-mode:vertical-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
    */
}

/*
.nav-wrapper .nav-toggle.isClosed i:before{
	content: "inhoud";
}
*/

nav ul{
	list-style-type: none;
	/*margin: 20px;*/
	padding: 0px;
}

nav ul li{
	cursor: pointer;
	/*border-left: 5px solid white;*/
	/*width: 100%;*/
	list-style-type: none;
    /*list-style-position: inside;*/
    text-indent: -20px;
    padding-left: 20px;
	padding-right: 10px;
}

nav > ul > li.canOpen.isHidden{
	display: none;
}

/* een hoofdstuk staat open, maar het hoofdonderdeel ('woord') wordt dichtgeklapt */
li.isHidden + .isVisibleChapter{
	display: none;
}

nav > ul > li.canOpen, nav.onderwijs > ul > li{
	/*border-bottom: 5px solid #eee;*/
	/*border-bottom: 1px solid var(--ans-groen);*/
	/*background-color: #f2f2f2;*/
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 18px;
}
/* chevrons bij een hoofdstuk */
nav > ul > li.canOpen, nav.onderwijs > ul > li .nav-ch-toggle{}

nav.onderwijs .nav-ch-header.notopic{
	width: 100%;
}

nav.onderwijs .nav-ch-header.notopic .ttl{
	font-variant: all-small-caps;
}


nav.onderwijs li.nolink .nav-ch-header{
	color: #ccc !important;
}

nav.onderwijs li.nolink{
	cursor: unset;
}

nav > ul > li.canOpen.isOpen{
	border-bottom: 0px solid #ccc;
	/*background-color: var(--ans-groen-donkerder-links);
	color: white;*/
}

nav > ul > li.canOpen.isOpen a{
	/*border-bottom: 2px solid var(--ans-groen-donkerder-links);
	border-bottom: 2px solid #00b36b;*/
	/*color: white;*/
	/*border-bottom: 2px solid #00b36b;
	border-bottom: 2px solid var(--ans-groen-donkerder-links);*/
}

nav > ul > li div:not(.nav-ch-toggle){
	padding: 8px 0px 5px 0px;	
}

nav.onderwijs > ul > li div:not(.nav-ch-toggle){
	padding: 2px 0px;
}

nav > ul > li .nav-ch-header{
	/*margin-right: 30px;
	margin-left: 5px;
	/*border-left: 5px solid white;*/
	/*position: relative;
	float: left;*/
}

/*nav > ul > li .nav-ch-subheader{*/
nav > ul > li .sub{
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 13px;
	/*padding: 0px 0px 8px 30px !important;
	margin-top: -8px;*/
	color: #cb8300;
}


/*
nav > ul > li .nav-ch-header:hover{
	border-left: 5px solid green;
}
*/

/*
nav ul li .nav-ch-toggle{
	border-left: 1px solid #ccc;
	border-radius: 20px;
	background: #111;
}

nav > ul > li .nav-ch-toggle{
	width: 20px;
	float: right;
	border-radius: 0px;
	background: none;
	visibility: hidden;
}

*/

nav ul li .nav-ch-toggle, nav ul li .fa-angle-dummy{
	/*margin-right: 3px;
	display: inline;*/
	display: table-cell;
	/*padding: 0px 12px 0px 0px;*/
}

nav ul li a, nav.onderwijs ul li.nolink .nav-ch-header{
	text-decoration: none;
	color: #000;
	display: table-cell;
	/*font-size: 18px;*/
}

nav ul li a .idx{
	margin-right: 5px;
	font-kerning: none;	/* anders .4 niet mooi */
}

nav ul li a .idx.isHidden{
	display: none;
}

nav ul li a::first-line{
	
}
/* indicator ANS-versie */
nav ul li .fa-star{
	position: absolute;
	margin-left: 7px;
	margin-top: 7px;
	font-size: 8px;
	color: #cb8300;
}

nav ul li .fa-star:hover{
	color: orange;
}

/* NB gelijk aan label-popup (zie ans-style-elements) */
.version-popup{
	font-size: 13px;
	position: absolute;
	background: #ffe2ae;
	padding: 20px;
	max-width: 200px;
	opacity: 0.85;
	font-weight: normal;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	z-index: 100000;
}

.version-arrow{
	background-color: #ffe2ae;
	width: 10px;
	height: 20px;
	z-index: 100;
	transform: rotate(45deg);
	position: absolute;
	bottom: 0px;
	margin-bottom: -10px;
	z-index: 100;
	left: 5px;
}
	
.version-info{
	display: block;
	margin-top: 5px;
	font-size: 80%;
}

.version-info-2{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    font-family: 'Asap Condensed', arial;
    padding: 10px 0px 10px 5px;
	margin-top: 12px;
	margin-bottom: 40px;
}

nav .ans-versie{
	background-color: #cb8300;
	font-size: 11px;
	color: white;
	margin-left: 5px;
	padding: 2px 5px;
	border-radius: 3px;
	vertical-align: 2px;
}


/* einde test */

nav ul li a:hover{
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
	text-decoration: none;
}

nav > ul > li a:hover{
	/*border-left: 5px solid green;*/
	text-decoration: underline;
}


nav ul li a#currenttopic:hover{
	text-decoration: underline;
}


nav .nav-chapters{
	padding: 30px 10px 5px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 0px solid white;
	font-family: 'Asap Condensed', 'Rubik', 'Arial', 'Sans';
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
	/*text-decoration: underline;*/
	font-weight: bold;
	width: 100%;
	float: left;
	clear: left;
}

nav .nav-chapters:first-of-type{
	padding-top: 32px;
}

nav .nav-chapters span{
	float: left;
}

nav .nav-chapters .fas.fa-chevron-down{
	float: left;
	margin-top: 0px;
	cursor: pointer;
	padding: 3px 5px;
}


/*
nav .nav-chapters:not(:first-of-type){
	border-top: 15px solid white;
}
*/


nav ul{
	display: none;
}


/* de eerste ul */
nav > ul{
	display: block;
	margin: -40px 20px 0px 20px;
	/*padding: 0px 10px;*/
	float: left;
}

nav ul.isVisibleChapter{
	display: block;
	line-height: 150%;
	/*background: #ccc;
	padding: 2px 5px 5px 10px !important;
	margin: 0 !important;
	border: solid 1px green;*/
	padding: 0px 0px 5px 0px;
	/*font-size: 16px;*/
	/*background-color: #f2f2f2;*/
}


nav > ul > ul.isVisibleChapter{						/* de eerste ul */
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

/* ALLE inhoud van een hoofdstuk */
nav > ul ul.isVisibleChapter ul{
	/*background-color: #ddd;
	background: white;
	border: solid 1px orange;
	*/
	padding: 0px 0px 0px 15px !important;
	margin: 0 !important;
	overflow: visible;
}

/* <br> voor subtitels bij gewone topictitels worden niet getoond */
nav ul.isVisibleChapter .ttl br{
	display: none;
}

nav ul.isVisibleChapter .ttl .sub:before{
	content: "(";
}	

nav ul.isVisibleChapter .ttl .sub:after{
	content: ")";
}

nav ul.isVisibleChapter .ttl .sub{
	font-style: italic;
}	



/*
nav li .fa.fa-angle-down, nav li .fa.fa-angle-up{
	margin-left: 10px;
	color: #111;
}
*/

/*
.fa-angle-dummy{
	background-image: url(../img/angle_dummy.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-angle-down{
	background-image: url(../img/angle_down.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 0% 18%;
	transition: all 0.4s ease;
}
*/

nav .fas, .isVisibleChapter{
	/*transition: all 0.4s ease;*/
	-moz-transition: all 0.05s linear;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
	font-size: 10px;
}

/*.fas.fa-chevron-right:hover{
	transform: rotateZ(90deg);
}
*/

/* niet meer gebruikt, omdat door margins het draaipunt niet goed te krijgen is */
nav .rotated {
	transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -o-transform: rotate(90deg); /* Opera */
   transform-origin: 20px 20px;
}

/* een opengeklapt hoofdonderdeel: woord, zin, enz. */
nav .nav-chapters.isVisible{
	/*border-bottom: 1px solid #00b36b;
	border-bottom: 1px solid var(--ans-groen-donkerder-links);*/
}

nav .fas.fa-chevron-down, nav .fas.fa-chevron-up{
	float: right;
	margin-top: -17px;
	margin-right: -20px;
}


nav .fas.fa-chevron-down:hover, nav .fas.fa-chevron-up:hover{
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
}

nav .fa-angle-down:hover{
	/*background-image: url(../img/angle_down_green.png);*/
	/*transform: rotateZ(-90deg);*/
}

nav .fa-angle-right{
	background-image: url(../img/angle_right.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-position: 0% 30%;
}

nav .fa-angle-right:hover{
	/*background-image: url(../img/angle_right_green.png);*/
}


nav > ul > li.canOpen.isOpen .fa-angle-down{
	/*background-image: url(../img/angle_down.png);*/
}

nav > ul > li.canOpen.isOpen .fa-angle-right{
	background-image: url(../img/angle_right_white.png);
}

nav > ul > li.canOpen.isOpen .fa-angle-right:hover{
	background-image: url(../img/angle_right.png);
}


nav li .fa.fa-angle-down:hover, nav li .fa.fa-angle-right:hover{
	color: var(--ans-groen-donkerder-links);
	color: #219b4b;
}

nav #currenttopic{
	color: var(--ans-groen-donkerder-links);
	color: #219b4b;
}

nav .currenttopicdiv{
	background-color: white;
}

nav .emphasis{
	font-style: italic;
}

nav .isInvalidXml{
	color: #ccc;
}

nav li .ttl .pa:before, nav li .ttl .pa:after{
	content: "/";
}

nav li .ttl .pt:before{
	content: "[";
}

nav li .ttl .pt:after{
	content: "]";
}

nav li .ttl .sp:before{
	content: "<";
}

nav li .ttl .sp:after{
	content: ">";
}


/*******************************************

	footer

********************************************/

footer{
	/*height: 80px;*/
	/*border-top: 1px solid #ccc;*/
	/*
	padding-bottom: 10px;
	margin-top: 20px;
	clear: both;*/
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.9em;
	/*border-top: #d9d9d9 solid 1px;*/
	text-align: center;
	font-style: normal;
}

footer a{
	text-decoration: none;
	color: #00b36b;
	color: var(--ans-groen-donkerder-links);
}

footer a:hover{
	text-decoration: underline;
}

.article-wrapper.onderwijs + footer > a{
	color: #b05103; !important;
}

.footer-options-list a{
	font-style: italic;
}

.footer-options-list span{
	color: #ccc;
	margin: 0px 20px;
	border-right: 1px solid #ccc;
}

/*
.footer-options-list a:first-of-type{
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

.footer-options-list a:last-of-type{
	padding-left: 15px;
}
*/

/*******************************************

	searchbox (popup voor voorbeelden)

********************************************/


.isSelectedExample{
	color: white;
	background: #219b4b;
	background: var(--ans-groen-donkerder-links);
	padding-left: 2px;
	padding-right: 2px;
}

#searchbox-container{
	/*right: 0px;
	height: 100%;*/
	/*box-shadow: rgba(0, 0, 0, 0.15) -3px 10px 10px 0px;*/
	/*border-left: 1px solid --var(ans-groen-donkerder-links);
	border-left: 1px solid #00b36b;*/
	/* kamerbrede opmaak */
	/*position: fixed;
	float: left;
	padding-bottom: 20px;
	background: white;
	opacity: 0;
	display: none;
	top: 70px;
	width: 100%;
	z-index: 100;
	opacity: 0.92;
	
	*/
	position: absolute;
	background-color: white;
	border: 2px solid #219b4b;
	border: 2px solid var(--ans-groen-donkerder-links);
	display: none;
	box-shadow: 0 40px 40px rgba(0,0,0,0.3);
	z-index: 100;
}

#searchbox-inner-wrapper{
	/*max-width: 800px;
	margin-left: auto;
	margin-right: auto;*/
	padding: 10px 20px;
	
	margin-top: 20px;
}

.searchbox-header{
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #219b4b;
	border-bottom: 2px solid var(--ans-groen-donkerder-links);
	font-variant: all-small-caps;
	font-size: 20px;
	font-family:'Asap Condensed';
	color: #333;
}
/*
.searchbox-header{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #222;
	padding: 10px 10px 10px 10px;
}
*/

.searchbox-input-wrapper{
	margin-top: 20px;
}

/* searchbox van de example popup */
#header-searchbox-input{
	font-size: 16px;
	font-family: inherit;
	color: #222;
	float: left;
	height: 30px;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 90%;
	/*border-bottom: 2px solid #00b36b;
	border-bottom: 2px solid var(--ans-groen-donkerder-links);*/
	background-color: white;
}

#header-searchbox-input{
	width: 98%;
	/*margin-left: 20px;
	margin-top: 10px;
	float: left;
	padding: 0 15px 0 30px;*/
}


#header-search-input-container #header-search-input-close{
	position: absolute;
	font-size: 20px;
	color: #ccc;
	cursor: pointer;
	right: 20px;
	font-family: arial;
	display: none;
}


#searchbox-input-wrapper{
	width: inherit;
}

/*
.searchbox-input-wrapper{
	border-radius: 10px;
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}
*/


#searchbox-inner-input-wrapper{
	border-bottom: 1px solid black;
}

#searchbox-inner .fa-search{
	width: 30px;
	float: left;
	margin-left: 20px;
	color: #ccc;
}

 #searchbox-inner input{
	border: none;
  	float: left;
  	font-family: inherit;
  	font-size: 16px;
  	width: 80%;
}

.searchbox-tabs{
	width: 100%;
	display: table;
}

.searchbox-tab{
	font-size: 12px;
	background-color: white;
	margin-bottom: -1px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 10px 10px 10px 20px;
	vertical-align: middle;
	display: table-cell;
	cursor: pointer;
}

.searchbox-tab:hover{
	text-decoration: underline;
}

.searchbox-tab#searchbox-tab-ans{
	width: 50%;
	border-right: 1px solid #ccc;
}

#searchbox-tab-ans:not(.activetab){
	-webkit-box-shadow: inset -10px -10px 20px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -10px -10px 20px -20px rgba(0,0,0,0.75);
	box-shadow: inset -10px -10px 20px -20px rgba(0,0,0,0.75);
	color: #ccc;
}

#searchbox-tab-overig:not(.activetab){
	-webkit-box-shadow: inset 10px -10px 20px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 10px -10px 20px -20px rgba(0,0,0,0.75);
	box-shadow: inset 10px -10px 20px -20px rgba(0,0,0,0.75);
	color: #ccc;
}

.searchbox-tab.activetab{
	border-bottom: 1px solid white;
}

.searchbox-content-ans{
	position: absolute;
	display: none;
}

.searchbox-content-overig{
	position: absolute;
}

.searchbox-input-label{
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}

.searchbox-box{
	float: left;
	margin-right: 20px;
	font-size: 14px;
	width: 25%;
	margin-bottom: 20px;
	margin-left: 10px;
}

#searchbox-close{
	float: right;
	cursor: pointer;	
	font-size: 20px;
	font-family:'Asap Condensed';
	font-weight: normal;
}


#searchbox-close:hover{
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
	
}

.src-label{
	font-size: 14px;
	float: left;
	margin: 0px 0px 10px 0px;
	font-style: italic;
}

.src-label a{
	text-decoration: none;
	color: #00b36b;
	color: var(--ans-groen-donkerder-links);
}

.sb-label{
	float: left;
	width: 100%;
	margin-top: 20px;
	/*margin: 20px 10px -10px 10px;*/
	font-family: 'Asap Condensed', arial, sans;
	font-size: 18px;
	font-variant: all-small-caps;
	/*color: #00b36b;
	color: var(--ans-groen-donkerder-links);*/
}

.searchbox-box div.sb-a{
	margin-top: 17px;
	font-weight: bold;
}
.searchbox-box #sb-eans{
	cursor: pointer;
}

.searchbox-box #sb-eans:hover{
	border-bottom: 2px solid #219b4b;
	border-bottom-color: var(--ans-groen-donkerder-links);
}

.searchbox-box div.sb-a+h3{
	margin-top: 10px;
}

.searchbox-box h3{
	margin-bottom: 10px;
}

.searchbox-box ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.searchbox-box ul li .clarin-warning{
	color: white;
	font-size: 15px;
	margin: 5px;
	padding: 0px 4px 1px 4px;
	font-variant: all-small-caps;
	font-family: 'Asap Condensed', arial, sans;
}


.searchbox-box ul li span:not(.disabled) + .clarin-warning{
	background-color: #219b4b;
	background-color: var(--ans-groen-donkerder-links);
}

.disabled + .clarin-warning{
	background-color: #bbb;
}

.searchbox-box ul li span{
	cursor: pointer;
}

.searchbox-box ul li .sb-wb.disabled, .searchbox-box ul li .disabled#sb-celex{
	color: #bbb;
}

.searchbox-box ul li .disabled#sb-celex .clarin-warning{
	background-color: var(--ans-groen-bleek);
	background-color: #ecf8ed;
}

.searchbox-box ul li span:not(.disabled):hover{
	border-bottom: 2px solid #219b4b;
	border-bottom-color: var(--ans-groen-donkerder-links);
}





/*****************************************************

	citeerknop en citeerpopup (deel staat in responsive)

******************************************************/

#citeerPopup {
	/*margin-left: auto;
	margin-right: auto;
	width: inherit;
	position: absolute;*/
	position: relative;
	background-color: white;
	margin-bottom: 50px;
	box-shadow: 0 40px 40px rgba(0,0,0,0.3);
}

#cite_popup_content{
	margin: 20px;
	color: #000;
	/* zelfde als termen/versie in de aside */
	font-family: 'Roboto Condensed', Abel, Rubik, Arial;
	font-size: 14px;
}

#cite_popup_header{
	font-weight: bold;
	padding-bottom: 10px;
	/*border-bottom: 2px solid #219b4b;
	border-bottom: 2px solid var(--ans-groen-donkerder-links);*/
	font-variant: all-small-caps;
	font-size: 20px;
	font-family: 'Roboto Condensed', 'Asap Condensed';
	font-weight: 700;
}

#cite_popup_header_chapter:not(.notactive), #cite_popup_header_art:not(.notactive){
	border-bottom: 2px solid #219b4b;
	border-bottom: 2px solid var(--ans-groen-donkerder-links);
}

#cite_popup_header_chapter, #cite_popup_header_art{
	cursor: pointer;
	padding-bottom: 5px;
}

#cite_popup_header_art + #cite_popup_header_chapter{
	margin-left: 10px;
}

#cite_popup_header #cite_popup_close{
	float: right;
	font-weight: normal;
	cursor: pointer;
}

#cite_popup_header #cite_popup_close:hover{
	color: #219b4b;
	color: var(--ans-groen-donkerder-links);
}

#cite_popup_header_pidorpad{
	margin: 10px 0px;
	position: relative;
	float: left;
	width: 100%;
}

#cite_popup_header_pid, #cite_popup_header_pad{
	cursor: pointer;
	margin-right: 10px;
	font-style: italic;
	float: left;
}

#cite_popup_header_pid:not(.notactive), #cite_popup_header_pad:not(.notactive){
	border-bottom: 2px solid #219b4b;
	border-bottom: 2px solid var(--ans-groen-donkerder-links);
}

#url_pid.not_active, #url_pad.not_active{
	display: none;
}


.citation_label {
	/*font-style: italic;*/
	margin-top: 14px;
}

.citation {
	margin-left: 20px;
	margin-top: 5px;
	
}

/*
#cite_popup_header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	color: #006192;
}

#cite_popup_close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 20px;
	cursor: pointer;
}

#cite_arrow:hover {
	background-color: 569FC4;
	border-color: 569FC4;
}

#cite_popup_content {
	margin: 20px;
}
*/

/* de overlay */
#citeerOverlay{
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100000;
}

/********************************** INDEX onderdelen *************************************************/

/* de ronde infoboxes, met een textbox eronder */
.textboxes{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	/*margin-left: 10%;*/
}

.textbox{
	border: 1px solid var(--ans-groen-donkerder-links);
	border: 1px solid #219b4b; 
	width: 30%;
	float: left;
}

.textboxes #textbox1, .textboxes #textbox2{
	margin-right: 3%;
}

.textbox-inner{
	float: left;
	margin: 20px;
}

.textbox-header{
	font-size: 18px;
	font-weight: bold;
}

.textbox-content{
	font-size: 14px;
	line-height: 130%;
}

.textbox-content ul{
	padding-left: 20px;
}


.textbox-leesmeer{
	float: right;
	padding: 5px 10px;
	background: var(--ans-groen-donkerder-links);
	background: #219b4b; 
}

.textbox-leesmeer a{
	color: white !important;
}

.section#ans-versie{
	font-size: 0.8em;
	line-height: 1.5em;
	width: 100%;
}
/*
.infoboxes, .textboxes{
	width: 100%;
	float: left;
	margin-left: 10%;
}

.infoboxes{
	margin-top: 50px;
}

.textboxes{
	margin-bottom: 50px;
}

.infobox, .textbox{
	width: 20%;
	color: white;
	float: left;
	margin-right: 5%;
}

.infobox-inner, .textbox-inner{
	width: 100%;
	position: relative;
}
*/
/*
.infobox-inner{
	padding-top: 100%;*/ /* nodig voor 1:1 Aspect Ratio */
	/*border-radius: 50%;
	background: #eae8e8;
	cursor: pointer;
}

.infobox-inner:hover{
	background: #ddd;
}

.textbox-inner{
	padding-top: 10%;*/ /* 1:10 Aspect Ratio */
/*}


.infobox-inner img{
	position: absolute;
	top: 0px;
	width: 60%;
	margin: auto;
	margin-left: 20%;
	margin-top: 20%;
}

.infobox-text{
	position: absolute;
	display: inline;
	color: #333;
	width: 100%;
	padding-top: 10%;
	text-align: center;
	font-size: 18px;
	font-family: 'Asap Condensed', 'Open Sans', arial, 'sans serif';
	font-weight: bold;
	text-transform: uppercase;
	line-height: 120%;
}

.infobox-text a{
	color: #333;
	text-decoration: none;
}

.infobox-text a:hover{
	text-decoration: underline;
}
*/

/*
.infobox p, .infobox .p{
	margin: 10px;
	text-transform: uppercase;
}

.infobox p img, .infobox .p img{
	display: block;
	margin: auto;
	width: 80px;
}
*/

.partners{
	width: 100%;
	float: left;
	margin-top: 40px;
}

.partnerlogo{
	height: 50px;
	margin-top: 30px;
	/*margin-right: 20px;*/
	vertical-align: middle;
}

.partnerlogo#tu, .partnerlogo#kul{
	margin-right: 15px !important;
}

.partnerlogo#ug, .partnerlogo#kun{
	height: 100px;
}

.partnerlogo#lucl{
	height: 80px;
}

/*** onderwerpen (2024) ***/
#subj_container{
	display: inline-grid;
	/*grid-template-columns: 100px 100px 100px;*/
	/*grid-template-columns: 1fr 1fr 1fr;*/	/* de ruimte van de grid-container wordt opgevuld met 3 kolommen van gelijke breedte, 'fr'=fraction' */
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));	/* minimale breedte voor kolom is 200px */
	grid-gap: 10px;
	background-color: #fff;
	color: #444;
	width: 100%;
}

.subj_block{
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 12px;
}

.subj_elt .subj_sub{
	float: right;
	background-color: var(--ans-groen-donkerder-links);
}

/********************************** QANDA onderdelen *************************************************/
#vragenuurtje h3{
	font-weight: normal;
	color: #219b4b; 
	color: var(--ans-groen-donkerder-links);
	margin: 10px 0px 0px 0px;
}

.answer-container > p:first-of-type, .answer-container ul{
	margin-top: 0px;
}

.answer-container.isHidden{
	display: none;
}

.fas.qanda-ch-toggle{
	cursor: pointer;
}

#vragenuurtje table{
	border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.8em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#vragenuurtje table thead tr {
    /*background-color: #009879;*/
	background-color: #219b4b; 
	background-color: var(--ans-groen-donkerder-links);
    color: #ffffff;
    text-align: left;
	font-size: 1em;
}

#vragenuurtje table th,
#vragenuurtje table td {
    padding: 12px 15px;
	vertical-align: top;
}

#vragenuurtje table tbody tr {
    border-bottom: 1px solid #dddddd;
}

#vragenuurtje table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

#vragenuurtje table tbody tr:last-of-type {
    /*border-bottom: 2px solid #009879;*/
}



/***************************************************** Errors *****************************************************/
.error-label{
	margin-left: 50px;
}

.error-label .error-h1{
	font-size: 25px;
	display: block;
}

.error-label .error-pid{
	font-family: Courier;
}

.error-img{
	margin-left: 50px;
	margin-top: 20px;
}

.error-label li .sub{
	vertical-align: unset;
}

.error-label li .sub:before{
	content: " (";
}

.error-label li .sub:after{
	content: ")";
}

.error-label li br{
	display: none;
}

.error-label li .pasop{
	display: block;
	font-size: 0.9em;
	font-style: italic;
}


/***************************************************** make selection impossible / remove dotted outlines *****************************************************/

.termlist-label, .taaladv-label{
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */      
}

a {
   outline: 0;
}	

/***************************************************** geluidsfiles *****************************************************/
.soundobj{
	display: inline !important;
}

.innerexample > .soundobj{
	/*display: table-cell !important;*/
	padding-left: 60px;
}

/***************************************************** intro video in Q&A ******************************************************/
.vid-container{
	/*float: left;*/
	margin-right: 20px;
	width: 50%;
}

.ans-vid{
	/*width: 640px;
	height: 360px;
	*/
	width: 100%;
	aspect-ratio: 16/9;
	/*border: none;*/
}

#ans-vimeo-intro-vid{
	margin-top: 0px;
	max-width: -moz-calc(100% - 15px);/* Firefox */
	max-width: -webkit-calc(100% - 15px);	/* WebKit */	
	max-width: -o-calc(100% - 15px);	/* Opera */
	max-width: calc(100% - 15px);	/* Standard */
}

.vp-center{
	display: block !important;
}


/***************************************************** onderwijs *********************************************************/
/* zit in ans-style-onderwijs.css 
NB een deel zit al hierboven verspreid per subdeel (nav, enz) */

