
/**********************************
 * inhoud.css
 ***********************************
 *
 *voor index.html pagina's die
 * inhoudsopgaven zijn
 *  Oorspronkeleijk niet voor home pages
 *
 * in de hoop eventueel over het hoofd geziene, laat in .css geplaatste styles te overschrijven
 * of ook om geen speciale styles of conditionals (if) te hoeven gebruiken
 *
 */



h2.inhoud,
h3.inhoud,
h4.inhoud
{
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	text-align: left;
}


h2.inhoud
{
	/* font-size:  1.5rem; */
	/* font-size:  1.8rem; */
	/* font-size:  1.7rem; */
	font-size:  1.6rem;
}
h3.inhoud
{
	font-size:  1.2rem;
	/* font-size:  1.4rem; */
}
h4.inhoud
{
	font-size:  1rem;
}

/* .inhoud-intro-section */
/* will remove inhoud-intro-section, will change to inhoud-item-main */
/*
.inhoud-item-main,
.inhoud-item-sub
*/
{
	clear: both;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	/* margin: 0 auto; */
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	/* padding: 10px; */
	/*	width: 50em; */
	/* max-width: 100rem; */
	width: 70%;
	/*	float: left; */
}

.inhoud-item-main,
.inhoud-item-sub

{
	clear: both;
	text-align: left;
	padding: 0rem 0.5rem; /* tot nu toe (2025-04-18) padding veranderd voor deze class  */
	/* padding: 2em; */
	/* width: 30em; */
	min-width:20rem;
	width: 55%;
	/* below is before 2025-04-19 */
	/*min-width:20em;*/
	/* min-width:20em;  */ /* stile too wide for mobile (of a dyslectic) */
	/* min-width:25em; */  /* stile too wide for mobile (of a dyslectic) */
	/* width: 35em; */ /* too wide for mobile */
	/*width: 25rem;*/  /* seems still too wide for mobile */
	/* width: 23em; */ /* wont show up different in the mobile browsers */
	/*max-width: 35rem;*/
/* 	max-width: 55% */
	/* max-width:40em; */ /* too wide for mobile */
/* 	border: .1em solid #aaa; */
	margin: 0 auto;
	/* margin: 5px; */ /* for space between adjacent borders */
}

inhoud-item-main
{

}

inhoud-item-sub
{

}

label
{
	border: 0;
}.toggle-box + label,
.toggle-box + label + div
{
	margin-bottom: 3px;
}

.close,
.toggle-box + label
{
	line-height: 1.5em;
}
