﻿/* FIRST RESETTING STYLES FOR DICUSSIONS WEBPAGES */


html, body { margin:0; border:0; padding:0;	font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:14px}

table, tr, th, td,  { border-collapse:collapse; border-spacing:0; height:10px; border:0; padding:0; margin:0; text-align:left ;vertical-align: top }

img {border:0;	padding:0;	margin:0; }

div, span, blockquote, iframe, h1, h2, h3, h4, h5, h6, ul; ol, li, p, a, hr {border:0; padding:0; margin:0; vertical-align: top;}

a:link {color: #FFFFFF; text-decoration: none}

article, aside, figure, footer, header, section {display:block;}

flex: none

ul, ol {
    margin: 0;
    padding: 0;
}


/* GLOBAL STYLES VOOR DE DISCUSSIONS WEBPAGES  colorcodes  */


body {background-color: #FF9148; font-size: 16px; }

div {background-color:#FF9148; }

div a {overflow:auto; }

div p {overflow:auto; }



/* BODY indeling AANVANG VAN ELKE PAGINA */


#topic-titles { width:100%;	
	padding-top:6px;
	height: auto; 	
	text-align: center;	 
	}


h1 {
	font-family: "Lucida Calligraphy";
	font-size: 21px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;	
	color: navy;
	margin-left:21px;	
	margin-top:9px;
	margin-bottom:6px;	
	}


.quotes { 
	width:100%;
	padding-top:0px; 
	padding-bottom:0px;
	vertical-align:middle;
	text-align: center;
	}



/* DOORLOPENDE TEKST grote is: h2 kleiner is: .h2 in quotes */ 


h2 {
	font-family: "Bookman Old Style";
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: italic;
	color: #3C699A;
	line-height:115%;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:35px;
	margin-right:35px;
	}


/* HORIZONTALE NAVIGATIE MENUs */


.chapter-menu {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: lighter;
	font-style:normal;
	color:#007FCC;	
	}


.subject-link {
	font-family: "Lucida Calligraphy";
	font-size: medium;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;	
	color: navy;
	margin-left:21px;	
	margin-top:9px;
	margin-bottom:6px;	
	}


/* STRUCTUUR instellingen voor BLAUWE  TABEL TWEE KOLOMS */


.chapter-table {
    background-color: #B1D8FF;
    border-collapse: collapse;
    border: 1px solid #006666;
    margin: 18px 12px 24px 15px;
    min-width: 600px;
    width: auto;
    height: auto;
}

.chapter-table td {
    vertical-align: top;
    padding: 10px 12px;
    border: 1px solid #006666;
}


.chapter-table-header {
    text-align: center;
    vertical-align: middle;
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: bold;
    color: #006CBD;
    letter-spacing: 1px;
    line-height: 2.25;
    padding: 3px 12px;
    background-color: #E5F3FF;
}

/* Row Styling */
.table-next-row {
    line-height: 1.5;
}


/* Rij-Kolom stijl: links-boven 1.1 */
.paragraaf-intro {
    font-family: Cambria;
    font-size: 16px;
    color: #636363;
    line-height: 1.4;
    letter-spacing: 1px;
    min-width: 175px;
    max-width: 275px;
}

/* Rij-Kolom stijl: rechts-boven 1.2  */
.paragraaf-stelling {
    font-family: "Trebuchet MS";
    font-size: 16px; /* Lettergrootte toegevoegd */
    font-weight: 500;
    color: #9936C3; /* Kleur toegevoegd */
    line-height: 1.4;
}


/* Rij-Kolom stijl: links-boven 2.1  */
.issue-matter {
    font-family: Consolas;
    font-size: 16px;
    color: darkmagenta;
    text-align: right;
    text-decoration: underline;
    text-decoration-thickness: 1px; /* Maak de onderlijning dunner */
    padding-right: 15px;
}


/* Rij-Kolom stijl: rechts-boven 2.2 */
.issue-explanation {
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #636363;
    line-height: 1.6;  /* 1.6 */
    text-align: left;
}

/* Stijlen voor lijsten */
.issue-explanation li {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-bottom: 0.7em;
    line-height: 1.6;
}


.issue-explanation .ordered-lists {
	list-style-type: decimal ; /* Unicode voor "â˜…" */
    margin:  0.1em 0.5em 1em 0.9em; !important; /* Bestaande marges */
    padding-left: 0.2em; /* Zorgt dat de tekst netjes uitgelijnd blijft */
}

.issue-explanation .unordered-lists {
    list-style-type: disc;
    list-style-position: outside; /* Ensures bullets are inside the padding */
    margin: 1em 0;  /* Maintain spacing between list items */
    padding-left: 0.9em; /* Adjust indentation of the entire list */
    text-indent: 0; /* Reset text-indent to avoid misalignment */
}


.issue-explanation .ordered-lists .unordered-lists {
    list-style-type: disc; /* Keeps the bullet type consistent */
    list-style-position: outside; /* Bullets remain outside */
    margin: 0.3em 0; /* Adjust vertical spacing as needed */
    padding-left: 0.5em; /* Reduce padding to shift everything closer to the left */
}


/* Afzonderlijke stijl voor geneste lijsten */
.unordered-lists ul li,
.ordered-lists ul li {
    font-size:16px;
    margin-bottom: 0.5em;
    line-height: 1.6;
}


/* Docking facet  met nummers #FF8533 */
.issue-explanation .docking-facet {
    color: #ED7B3F;
    font-weight: bold;
    margin-bottom: 1em;
}


/* Onafhankelijke titel met STER symbool*/

.issue-explanation .aandacht::before {
    content: "\2605"; 
    color: #FF8C42; /* Kleur van het symbool */    
    font-size: 1.5em; /* Optioneel: grootte van het symbool */
    padding-left: 3px; /* Reduce this value to bring the symbol closer to the left */
    margin-right: 9px; /* Increase this value to add more space between the symbol and the text */
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: inline; /* Zorgt ervoor dat het inline met de tekst komt */
    line-height:1.5em;
}



/* Speciale conclusies met klavertje */
.issue-explanation .conclusie::before {
    content: "\2618";
    color:#33964B;
    font-size: 1.5em; /* Optioneel: grootte van het symbool */
    padding-left: 3px;	
    margin-right: 9px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: inline; /* Zorgt ervoor dat het inline met de tekst komt */
    line-height:1.5em;
}




/* TOC en META DATA TABEL voor omvang en status van de uitvindingen */

.toc-subject-cell, .toc-data-cell {
    border: 1px solid #006666;
    padding: 9px 6px;
    text-align: left;
    text-indent: 0px;
    font-style: normal;
}

.toc-subject-cell {
    font-family: Cambria;
    font-size: medium;
    letter-spacing: 1px;
    font-weight: 600;
    color: #818181;
    padding-left: 18px;
    min-width: 130px;
    max-width: 180px;
}

.toc-data-cell {
    font-family: "Trebuchet MS";
    font-size: small;
    letter-spacing: 0px;
    font-weight: 500;
    color: #727272;
    padding-left: 9px;
    min-width: 120px;
    max-width: 220px;
}


/* DIV - indeling van de webpagina's in de i-frames */ 


.statement { width:100%;
	padding-top:6px; 
	padding-bottom:0px;
	vertical-align:middle;
	text-align:left;
	}


/* REMARK  om een navigatie opmerking te plaatsen  */


.remark {
	font-family: "Courier New";
	font-size: 14px;
	letter-spacing: 1px;
	font-weight:600;
	font-style: normal;
	color:#5D705A;
	text-align: center;
	margin-top:1px;
	margin-bottom:1px;
	}



/*  WEBPAGINA  aanhef  */

h3 {
	font-family: "Bookman Old Style";
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style:italic;	
	color: #FFFFFF;
	line-height:150%;
	margin-top:18px;
	margin-bottom:15px;
	margin-left:39px;
	margin-right:27px;	
	}


/* Blauwe HOOFDSTUKKEN indeling met UITLEG over het thema in de aanhef  */


h4 {
	font-family: "Bookman Old Style";
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	font-style:italic;	
	color: #006EB7;
	line-height:150%;
	margin-top:18px;
	margin-bottom:12px;
	margin-left:39px;
	margin-right:27px;	
	}

/* LICHT BLAUWE SUBTITELS onder de blauwe hoofdstukken h6 */


.sub-chapter {
	  font-size: 16px;
	  letter-spacing: 1px;
	  font-weight:500;
	  font-style:italic;
	  color:#5B7C99;
	  line-height:150%;
	  margin-top:21px;
	  margin-bottom:9px;
	  margin-left:45px;
	  vertical-align: middle;
	  text-align: left;
	}


/* INSPRINGING voor opsommingen meestal onder h3  style= margin-left:5px  */


ol {
    padding-left: 45px; /* Controls the overall indentation of the list */
	margin-bottom: 18px;
}


ul {
    font-size: 14px; /* Sets the font size for the entire ordered list */
    padding-left: 45px; /* Controls the overall indentation of the list */
	margin-bottom: 18px;
}

li {
	vertical-align:top;
	line-height:120%;
	color:#FFFFFF;
	margin-top:6px;
	margin-right:3px;
	margin-bottom:9px;
	margin-left:9px;
}


/* wijzig het uiterlijk van een onderlijning met CLASS  */


.underline {
    text-decoration: underline;
    text-decoration-thickness: 1px; /* Voor een fijne onderlijning */
}



/* GROENE subtitels onder de blauwe of lichtblauwe titels */

h5 {
	font-family: "Bookman Old Style";
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;	
	color: #005D2D;
	line-height:125%;
	padding-top:6px;
	margin-top:18px;
	margin-bottom:18px;
	margin-left:72px;
	margin-right:27px;
	border-bottom: 1px #005D2D solid;	
	}


/*  UITLEG onder groene subtitels H5 als <p class="T7">  Alternatief font Lucida Sans Unicode  </p>   */

	
.T7 {
	font-family: "Bookman Old Style";
	font-size: 16px;
	letter-spacing: 0.6px;
	font-weight: normal;
	font-style: normal;	
	color: #FFFFFF;
	line-height:125%;
	margin-top:15px;
	margin-bottom:6px;
	margin-left:72px;
	margin-right:27px;	
	}

/*  INSPRINGING ONDER ordered of unordered list items indien .T7 gebruikt werd   */

.sub-list {
    list-style-type: square; /* of open cirkel opsommingstekens */
    margin-left:1px; /* Extra inspringing voor de sublijst */ 
    font-size:inherit;
    line-height:inherit;
    margin-top:15px;
    margin-bottom:20px;
}


/*  SLOGAN onder groene subtitels H5  als <p class="T8"> Alternatief font Lucida Sans Unicode  </p>   */


.T8 {
	font-family: "Candara";
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	font-style: normal;	
	color: #003366;
	line-height:1.75em;
	margin-top:15px;
	margin-bottom:6px;
	margin-left:72px;
	margin-right:27px;	
	}


/*  CONCLUSIE na UITLEG onder groene subtitels begint met een hartje of een  pijl  #0063BD  */


.T9 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	font-style: normal;	
	color:#0060A5;
	line-height:1.75em;
	margin-top:15px;
	margin-bottom:6px;
	margin-left:72px;
	margin-right:72px;	
	}

.Symbol {
	font-family: "Candara";
	font-size: 18px;
	letter-spacing: 3px;
	font-weight:900;	
	color: #003366;	
	line-height:125%;
	}


/* GEZEGDES   QUOTES  bovenaan elke webpagina */


h6 {
	font-family: "Bookman Old Style";
	font-size: medium;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: italic;	
	color:#007B00;
	line-height:135%;
	margin-top: 24px;
	margin-bottom:3px;
	margin-left:9px;
	margin-right:9px;
	}


/* HYPERLINKS & MOUSE OVER */

/* If the link is unvisited you see this color*/


.directlink {
        font-family: "Bookman Old Style";
		font-size: 14px;
		letter-spacing: 1px;
		margin-left:108px;
        }

a:link {
        color: #4E2E26;
        text-decoration: underline;
        }
  
/* If the link is visited you see this color*/
a:visited {
        background-color:ivory;
        color:#4E2E26;
        padding:5px 2px 5px 2px;
        }
 
/* On placing mouse over the link */
       
a:hover  {
	background-color:#81FFFF;
	color:#CC0C66;
	padding:5px 2px 5px 2px;
	}
