html {
    color: #12003c;
	background: #ffffff;
	font-family: Raleway, Arial, Helvetica, sans-serif; 
	margin: 0;
	font-size: 100%;
/* balk lucht: color: #190057; superlichtblauw: #EBF1FC: blauwere ramen: #d3e2fd */
    box-sizing: border-box;
}


	body {
	margin: 0;
	}

/* Edwins:
@media screen and (min-width: 768px) {
	body {
		margin: 10px 80px;
	}
}
*/

.text-inhoud {
    display: flex;
}

.contentblok {
    display: flex;
    flex-direction: column;
    }
.horregel  {
	display: flex;
    }
.linker, .rechter, .middel {
    margin-top: 0px; 
    padding: 0px;
    vertical-align: top;
/*
    padding-right: 25px;
*/
    }
.linker p, .rechter p, .middel p {
    margin-top: 5px; 
    padding: 0px;
/*
    margin: 1px 1px;
*/
   }
   
.rechter-maan {
	position: absolute;
	top: 10px;
	right: 50px;

}

.inhoud {
	display: flex;
}

/* verplaatst naar regel 486 ivm img swop
@media screen and (max-width: 767px) {

   .inhoud {
	   flex-direction: column;
   }
   .rechter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}

   img.schaalweg2 {
       display: none;
   }

}
*/


font.smallcaps {
	font-variant: small-caps;
	text-transform: uppercase;
	font-size: 70%;
	line-height: inherit;
	letter-spacing:2px;
    margin: 0px;
	padding: 0px;
}

.tekstvlak {
box-sizing: border-box;
	padding-right: 10px;
}

.tekstvlak a {
    color: #cc3399;
    font-weight: 800;
    text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}

.tekstvlak a:visited {
    color: #990066;
    text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}

.tekstvlak a:hover {
    text-decoration: none;
    color: #cc3399;
	border-bottom: 1px solid #7A8DA6;
	background-color: #d3e2fd;
	}


/* Staat in @Media nu
.menu a {
    color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	background-color: #190057;
	display:block;
	font-size: 105%;
	padding: 3px;
}
*/

.menu a:visited {
    color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	background-color: #190057;
	display:block;
	font-size: 105%;
}

.menu a:hover {
    text-decoration: none;
    color: #cc3399;
	font-weight: bold;
	border-bottom: 1px solid #707070;
	background-color: #d3e2fd;
	display:block;
	font-size: 105%;
	}

.voetmenu a:link {
    color: #660000;
    text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	display:block;
	font-size: 105%;
}

.voetmenu a:visited {
    color: #990066;
    text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	display:block;
	font-size: 105%;
}
	
.voetmenu a:hover {
    text-decoration: none;
    color: #cc3399;
	border-bottom: 1px solid #707070;
	background-color: #d3e2fd;
	display:block;
	font-size: 105%;
	}


/* Staat nu in de @media
h1 {
	position: relative;
/*
	top: -20px;
*/
    font-size: 60px;
    text-align: left;
    font-weight: 900;
    margin: 0 0px 0px 0%;
	padding: 0px 0px 10px 10px;
	color: #cc3399;
/*
	white-space: nowrap;
*/
}
*/


h1.backlink {
	float: right;
	font-style: italic;
	font-size: 130%;
}

h2 {
	font-size: 185%;
    text-align: left;
    line-height: 150%;
    font-weight: 800;
    margin: 20px 0px 0px 0%;
	padding: 0px 0px 10px 10px; /*   	border-top: 1px solid #7A8DA6; */
}

h2.quoteleft {
    text-align: left;
    font-size: 60px;
   line-height: 50%;
    font-weight: 900;
    margin: 0 0px -20px 0%;
    color: #cc3399;
	padding: 0px 0px 0px 10px; 
}

h2.quoteright {
	position: relative;
	top: -40px;
    text-align: right;
    font-size: 60px;
   line-height: 50%;
    font-weight: 900;
    margin: 0 0px -20px 0%;
    color: #cc3399;
	padding: 0px 0px 0px 10px; 
}


h3 {font-size: 165%;
    text-align: left;
    line-height: 150%;
    font-weight: 900;
    margin: 20px 0px 0px 0%;
	padding: 0px 0px 10px 10px;	
	border-top: 1px solid #61a0bc;
}

h4 {font-size: 145%;
   	text-align: left;
    line-height: 150%;
    font-weight: 900;
    margin: 20px 0px 0px 0%;
	padding: 0px 0px 10px 10px;}

h5 {font-size: 125%;
   	text-align: center;
    line-height: 150%;
    font-weight: 900;
    margin: 20px 0px 0px 0%;
	padding: 0px;
}

h6 {font-size: 105%;
    text-align: left;
    line-height: 150%;
    font-weight: 900;
    margin: 20px 0px 0px 0%;
	padding: 0px 0px 10px 10px;}


	
ul.menu {
	line-height: 130%;
/* is nu geregeld in @media
	margin: 0px 14px 0px 14px;
*/
	font-size: 20px;
	font-weight: 800;
	}
	
	ul.menu li {
	   max-width: 220px;
	}
	
ul.niks {
   	text-align: left;
    line-height: 150%;
/*    font-weight: lighter; */
    margin: 0px 0px 0px 0%;
	padding: 0px 0px 10px 10px;	background-image:none ;
	border-bottom: none;
}

 
li {
	list-style-image: none;
	list-style-type: none;
	}

	
li.year {
    font-weight: 900;
	}

li.archive { 
  padding-left: 0px; 
  list-style-type: disc;
}

li.logo {
	list-style-image: url(../images/OudlogoMag-32x24px.gif);
	}
		

.center-image {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

li.niks {
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
}

p {
	font-size: 105%;
    text-align: left;
    line-height: 150%;
/*    font-weight: lighter; */
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0px 10px;	border-bottom: none;

}


p.niks {
	font-size: 105%;
   text-align: left;
    line-height: 150%;
/*    font-weight: lighter; */
    margin: 0px 0px 0px 0%;
	background-image:none ;
	border-bottom: none;
}

/*  deze P class is nog ongebruikt: */
p.kleiner {
	font-size: 80%;
    text-align: left;
    line-height: 150%;
/*    font-weight: lighter; */
    margin: 0px 0px 0px 0%;
	background-image: url(../images/OudlogoMag-32x24px.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #7A8DA6;
}


p.toplink {
	font-size: 105%;
   text-align: center;
    line-height: 180%;
/*    font-weight: lighter; */
    margin: 0px 0px 0px 0%;
	padding: 0px 0px 10px 10px;	background-image:none ;
	border-bottom: none;
}

p.voetnoot {
	font-size: 80%;
   text-align: left;
    line-height: 100%;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 20px 10px;
	background-image:none ;
	border-bottom: none;
}


/* default P:
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 20px 10px;	border-bottom: none;
*/

/* H6:
    margin: 20px 0px 0px 0%;
	padding: 0px 0px 10px 10px;}
*/


blockquote {
	font-size: 95%;
   text-align: left;
    line-height: 150%;
/*    font-weight: lighter; */
    font-style:  italic;
    margin: 10px 5px 10px 25px;
	padding: 10px 10px 15px 25px;
	background-image:none ;
	border-bottom: none;
	background-color: #F6F6F6;
}



/* om de afbeeldingen tmp zichtbaar te maken
img {
	border: 1px solid pink;
}
*/


hr {
	height: 1px; 
	border: none; 
	color:#000; 
	background-color: #000; 
	width: 90%; 
	text-align: center; 
	margin: 0 0 0 auto;
}

/* S T A R T 
@media (min-width:500px)
*/

@media (min-width:500px) {

	body {
	background-image: url(../images/Header_Magenta341pxhoog.jpg);
	background-repeat: no-repeat;
	}

ul.menu {
	margin: 10px 14px 0px 14px;
	}

/*
	margin (top) van 0 naar 10, loopt over huizen
*/

h1 {
	position: relative;
/*
	top: -20px;
*/
    font-size: 60px;
    text-align: left;
    font-weight: 900;
    margin: 0 0px 0px 0%;
	padding: 150px 0px 0px 10px;
	color: #cc3399;
/*
	padding top op 150 px gezet om kop lager te plaatsen;
*/

/*
	white-space: nowrap;
*/
	}

.menu a {
    color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	background-color: #190057;
	display:block;
	font-size: 105%;
	padding: 5px 20px;
	}

	.misc-mobiel {
		display: none;
	}
	
	.voetmenu {
		display: flex;
		flex-wrap: wrap;
	}
	.voetmenu li {
		list-style-image: unset;
	    list-style-type: unset;
    	margin-left: 30px;
		white-space: nowrap;
	}
	.voetmenu li:first-child {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
}
/* E N D */


/* S T A R T (stond hiervoor op regel 62)
@media screen and (max-width: 767px)
*/

@media screen and (max-width: 767px) {

	body {
	background-image: url(../images/Header_Magenta_187px_hoog.jpg);
	background-repeat: no-repeat;
	}

   .inhoud {
	   flex-direction: column;
   }
   .rechter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}

   img.schaalweg2 {
       display: none;
   }

	h1 {
	position: relative;
    font-size: 60px;
    text-align: left;
    font-weight: 900;
    margin: 0 0px 0px 0%;
	padding: 0px 0px 100px 10px;
/*
	Jolie heeft hier H1 met pad-bottom 100 px toegevoegd
	omdat tekst over de afb liep
*/
	color: #cc3399;
	}

}
/* E N D */

/* S T A R T
@media (max-width:499px) */

@media (max-width:499px)  {

	body {
	background: url(../images/Header_mobiel.jpg) no-repeat top center/contain;
	
	}

	h1 {
	position: relative;
    font-size: 30px;
    text-align: left;
    font-weight: 900;
    margin: 0 0px 0px 0%;
	padding: 0px 0px 60px 10px;
/*
	Jolie heeft hier pad-bottom 60 px toegevoegd
	omdat tekst over de afb liep op sommige breedtes
*/
	color: #cc3399;
	}
	
	h2 {
		font-size: 150%;
	}
   
   img.kat {
    width: 100%;
    height: auto;
   }

	.menu a {
    	color: #FFFFFF;
    	text-decoration: none;
		font-weight: bold;
		border-bottom: 1px solid #FFFFFF;
		background-color: #190057;
		display:block;
		font-size: 105%;
		padding: 3px;
	}
	ul.menu {
		margin: 0px;
		padding: 0px;
	}
	
	.ronald-suzette-img {
    	display: block;
		width: 100vw;
		height: 76vw;
	}
	
	.misc-desktop {
		display: none;
	}
	
	.header {
		margin-bottom: 55px;
	}
}
/* E N D max-width:499px */


