/* CSS Document*/

body {
	font-family: 'Open Sans', sans-serif, Arial;
}

p {
	line-height: 150%;
	display: block;
	color: #505050;
	font-size: 0.9em;
}

a {
	color: var(AccentColor);
	color: var(--accent-color);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #353535;
}

h1.title {
	font-family: 'Quicksand', sans-serif;
	font-size: 68px;
	font-weight: 300;
	color: white;
	padding-bottom: 7px;
/*	line-height: 10px;*/
	text-shadow: 0px 0px 5px black, 0px 0px 5px black;
	margin: 0 !important;
	/*cursor: default;*/
	text-decoration: none;
}

h1 a {
	text-decoration: none;
	color: white;
}


h2.subtitle {
	/*font-family: 'Quicksand', sans-serif;*/
	/*font-size: 60px;*/
	/*font-weight: 300;*/
	color: white;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 0px 0px 6px black, 0px 0px 6px black;
	letter-spacing: 0.4px;
	margin: 0 !important;
	cursor: default;
}

ul { list-style-type: disc;
	font-size: 0.9em;
	color: #505050;
	line-height: 150%;
}

.psy_specialcontainer {
	background-color: #eee;
	padding: 1em;
	margin: 0 0 1em 0;
	line-height: 150%;
	display: block;
	color: #505050;
	font-size: 0.9em;
	border-radius: 4px;
}

.psy_line {
	height: 0;
	border-bottom: 2px solid;
	opacity: 0.5;
	border-color: var(AccentColor);
	border-color: var(--accent-color);
	margin: 0 0 1em 0;
	display: block;
}

.img_left {
	margin: 0px 30px 10px 0px;
	border: 1px solid #505050;
	float: left;
}

.img_right {
	margin: 0px 0px 10px 30px;
	float: right;
}

/* Voor de CKEditor */
span.psy_accentkleur {
	color: red;
	font-weight: bold;
}
