/* ----------------- BASIC & RESET ----------------- */


@charset "utf-8";


* {
	font-family: verdana, arial, helvetica, sans;
	font-size: 14px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}
.hidden {
	display: none;
}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	overflow-y: scroll;
	min-height: 100vh;
	display: flex;
	justify-content: center;
}


/* ---------- EDITOR ---------- */

	#inlineditor {
		display: none;
	}


/* ---------- LINKS ---------- */

.pdflink {
	background-image: url(/libs/images/icons/mimetypes/application/pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.emaillink {
	background-image: url(/libs/images/icons/mail.svg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.externallink {
	background-image: url(/libs/images/icons/external_link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 30px;
}


/* ---------- CONTENT BACKGROUND ---------- */

div.illustratie.groot {
    /* header hoogte */
    max-height: 153px;
    overflow: visible;
}
div.illustratie.klein {
	overflow: hidden;
	min-height: 80px;
	background-image: url(/libs/articles/images/hamburger.svg);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}
div.illustratie.klein img {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

/* ----------------- TOP OF PAGE ----------------- */

#topofpage, #topofpagecontent {
	float: left;
	display: block;
	width: 100%;
}

#topofpage {
	top: 0;
	position: fixed;
	z-index: 20;
}
#topofpagecontent {
	min-height: 80px;

}
.shadow {

	box-shadow:         2px 2px 12px 0px rgba(50, 50, 50, 0.75);		

}

.illustratie.klein {
	display: block;
	background: white;


	height: 200px;
	float: left;
}
.illustratie.groot {
	display: none;

}

div.illustratie {
	max-height: 200px;
	overflow: visible;
	width: 100%;
}
div.illustratie img {
	width: 100%;	
}

div.illustratie.groot img {
	float: left;
}
#achterlangs {
	float: left;
}

/* ----------------- HEADER & NAV ----------------- */




#header {
	background-color: white;
	display: none;
	float: left;
}

#nav {
	float: left;
}
#nav li {
	float: left;
	display: block;
}
#nav li a {
	text-align: left;
	font-size: 24px;
}

#nav li ul {
	background: transparent;
	display: block;
	margin-left: 1%;
	box-shadow: none;
}
#nav li ul li a {
	font-size: 18px;
}



#nav {
	margin: 30px 20px;
	width: 100%;
}
#nav li {
	width: 100%;
	float: left;
    	clear: both;
}
#nav li li {
	width: 90%;
	float: right;
}

#nav, #nav ul, .sf-menu ul, .sf-menu li, .sf-menu a {
	position: static;

}
#nav li a {
	text-align: right;

}
	
/* ----------------- WIDGETS ----------------- */

.homewidget {
	clear: both;
}



.widgets {
	display: block;
	background-color: transparent;
	float: left;
	width: 100%;


}
.widget {
	display: inline-block;
	border: 0px solid gray;
	border-radius: 10px;
	float: left;
}

.widget.links {
	clear: both;
}

/* ----------------- TIDBITS & COLORS ----------------- */

tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: gray;
}
.link .white a {
 
	height: 50px;
	display: block;
	padding-top: 40%;

}


.marker {
	background-color: cyan;
}


p {
	line-height: 150%;
}

blockquote p {
	font-family: 'Cardo', serif;
	font-size: 24px;
	font-style: italic;
	line-height: 150%;
	border: 1px dashed gray;
	padding: 20px;
}

article a {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}
article a:hover {
	text-decoration: underline;
}

/* ----------------- BACKGROUND ----------------- */

div.scroll {
	position: fixed;
	top: 0;
	left: 0;
	height: 101%;
	width: 100%;
	background-size: cover;
	z-index: 1;
	opacity: 0.2;
	background-position: center;

}
/* ----------------- PAGE ELEMENTS ----------------- */

div.pagina {

	background-color: transparent;



	display: inline-block;

	-webkit-box-shadow: 2px 2px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 12px 0px rgba(50, 50, 50, 0.75);

	margin: 0;
	width: 100%;
	border-radius: 0;

	min-height: 90%;

	height: auto;
	padding-bottom: 50px;
}



div.center {

	background-color: transparent;
	min-height: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	width:100%;
	max-width: 1000px;

}

div.pagina {
	overflow: visible;
}

.rest {
	background-color: transparent;
	float: left;
	width: 100%;
}
/* ----------------- ARTICLES ----------------- */



article {
	clear: left;
	margin: 0px;
	float: left;
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 0 2%;

}

article .content {
	width: 100%;
	margin: 0;
	float:left;

}



/* ----------------- IMAGES IN ARTICLES ----------------- */

article .content img {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

article .content img.links {
	float: left;
	min-width: 35%;
	max-width: 50%;
	margin: 0 1em 1em 0;
}
article .content img.rechts {
	float: right;
	min-width: 35%;
	max-width: 50%;
	margin: 0 0 1em 1em;
}

/* ----------------- HEADERS IN ARTICLES ----------------- */

article h2 {


}
article h1 {



}
article p, h3, table, address {


	font-size:14px;
	line-height: 180%;
	
	color: inherit;
}

/* ----------------- EXTRA MENU ----------------- */

#menurechts {
	float: right;
	width: 25%;
	position: relative;
	z-index: 10;
	clear: right;
	margin: 20px 3% 0 0;
	display: none;
}
#menurechts h2 {
	background-color: #BBB;
	color: white;
	padding: 0.3em 0 0.3em 1em;
	margin-bottom: 0;
	color: #222;

}
#menurechts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 3em;
	border: 1px solid #BBB;
	color: #555;

}
#menurechts ul li {
	padding: 0.3em 0 0.3em 1em;

}
#menurechts ul ul {
	display: none;
}
#menurechts ul.diep ul {
	display: block; 
	border: none;
}
#menurechts a {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
	font-size: 12px;
}

#menurechts ul li a {
	font-size: 10px;
	font-weight: normal;
}


#menurechts a:hover {
	text-decoration: underline;
}
/* ----------------- FOOTER ----------------- */


#footer {

	margin-top: 10%;
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: right;
	float: right;
	background-color: rgba(255,255,255,0.5);

	border-radius: 0;	
	color: black;
}

#footer p {
	margin-right: 20px;

}

#footer  * {
	color: inherit; 
	font-size: inherit;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	cursor: pointer;
}



/* ----------------- METATAGS ----------------- */

.metatags {
	display: none;
}

/* ----------------- MENU ----------------- */


ul.sf-menu {
	margin: 20px;
}

	.body_bg, .page_bg {
		background-size: cover;
	}


/* ----------------- R E S P O N S I V E   D E S I G N ----------------- */
/*                                                                       */
/*	<  768: wit, beperking 1100px, klein menu                        */
/*	>  768: groot menu + kleur verschijnt                            */
/*	>  800: menurechts verschijnt                                    */
/*	> 1000: ---                                                      */
/*	                                                                 */
/* ----------------- R E S P O N S I V E   D E S I G N ----------------- */









/* ----------------- M A X   W I D T H     6 0 0 ----------------- */

@media (max-width: 768px) {

	.smallMenuVisible #header {
		display: block;
	}

	.smallMenuVisible #achterlangs div.rest {
		display: none;
	}

	#footer {
		display: none;
	}
}

/* ----------------- M I N   W I D T H     6 0 0 ----------------- */

@media (min-width: 769px) {
	#center {
		padding: 20px;

	}
	.klein {
		display: none;
	}
	.illustratie.klein {
		display: none;

	}
	.illustratie.groot {
		display: block;
	}
	
	#topofpage {
	
		top: 0;
		position: relative;
		z-index: 1;
	}
	#header {


		display: block;
		width: 100%;
		background-color: transparent;
		font-size: 14px;
	}
	
	#nav {
		width: auto;
		float: right;
	}
	#nav a {
		text-decoration: none;
	}
	
	#nav li {
		width: auto;
		display: inline-block;
		border: 1px solid transparent;
		font-size: inherit;
		float: left;
		padding: 5px;
		position: relative;
		float: left;
   	 	clear: none;

	}
	
	#nav li ul {

		background-color: rgba(255,255,255,0.6);
		font-size: inherit;
		margin: 0;
		width: auto;
		
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 99;
		padding: 0;
	
	}
	
/*	#nav li:hover {
		background-color: rgba(255,255,255,0.6);
		border: 1px solid white;
	}
	
	#nav li:hover ul {
		display: block;
	}
	
*/	#nav li a {
		font-size: inherit;
	
	}
	
	#nav li ul li  {
		width: 100%;
	}
	#nav li ul li a {
		font-size: inherit;
	}
	.pagina {
		height: auto;
	}
}

/* ----------------- M I N   W I D T H     8 0 0 ----------------- */

@media (min-width: 800px) {

	#menurechts {
		display: block;
	}
	.rest {
		width: 65%
	}
	#center {
		padding: 20px 0;
	}
	div.pagina {
		margin: 0 auto;
	}
	#inlineditor {
		display: block;
	}
}


/* ----------------- M I N   W I D T H   1 0 0 0 ----------------- */

@media (min-width: 1000px) {
/*	div.footer {
		margin: 0 0 0 0;
		clear: both;
		width: 600px;
		font-size: 7px;
		float: left;
		position: fixed;
		bottom: 0;
		left: 100%;
		border: 0px solid red;
		display: inline-block;
		transform: rotate(-90deg);
		margin-left: 0;
		transform-origin: 0% 76%;
		text-align: left;
		margin-bottom: 10px;
		background-image: url(/libs/articles/images/verf.svg);
		background-size: cover;
		padding: 0 0 0px 45px;

	}
	div.footer p {
		font-size: 12px;
		color: inherit;
	}		
	div.footer p a {
		font-size: inherit;
		color: inherit;
	}		
*/
}




div {
	border : 0px solid black;
}
