/* CSS RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

sub { vertical-align: sub; }
sup { vertical-align: super; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */

/*
 * Defaults
 */
::-moz-selection{ background:#264D53; color:#fff; text-shadow: none; }
::selection { background:#264D53; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #264D53; }

h1 {
	font-size: 18px;
	margin-top: .67em;
	margin-bottom: .5em;
}
h2 {
	font-size: 15px;
	margin-top: .5em;
	margin-bottom: .33em;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}
a {
	color: #012e56;
}
a:active, a:focus {
	outline: 0;
}
a img {
	border: none;
}
hr {
	color: #e6e6e6;
}
.small {
	font-size: 8pt;
}
.hidden {
	display: none;
}
.clear {
	visibility: hidden;
	clear: both;
}

/*
 *	Start custom style
 */
html, body {
	height: 100%;
}
body {
	font: 13px/20px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	background-color: #f5f5f5;
}

/*
 *	Main page blocks
 */
#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 880px;
	margin: 0 auto;
}
header {
	width: 880px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}
#bottom-spacer {
	clear: both;
	height: 80px;
}
footer {
	position: absolute;
	bottom: 0;
	padding: 0 5px;
	width: 870px;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#main {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(96,96,96,.1);
	   -moz-box-shadow: 2px 2px 3px rgba(96,96,96,.1);
	        box-shadow: 2px 2px 3px rgba(96,96,96,.1);
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

/*
 * Header style
 */
header h1 {
	margin: 0;
	text-align: center;
}

nav {
	position: absolute;
	top: 4px;
	right: 0;
}
nav li {
	float: left;
	margin: 2px;
	margin-left: 4px;
	line-height: 40px;
	height: 40px;
	border: 3px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
nav li.current {
	border-color: #72C640;
}

nav li.current img,
nav li:hover img {
	filter: none;
}

nav li img {
	vertical-align: baseline;
	max-height: 40px;
	filter: grayscale(80%);
}
/*
 * Article style
 */
#main header {
	height: 50px;
	line-height: 50px;
}

#main .line {
	position: absolute;
	border-left: 1px solid #e6e6e6;
	top: 65px;
	bottom: 6em;
	left: 50%;
	z-index: 0;
}
#main h2 {
	width: 40%;
	float: left;
	margin: 0 5%;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
#main h2 i {
	padding-left: .5em;
}
#main h2 i.pos {
	color: #72C640;
}
#main ul {
	margin: 2em 0;
	list-style: none;
}
#main ul li {
	line-height: 2.5em;
	margin-top: .2em;
	text-align: right;
	cursor: pointer;
}
#main ul li:hover {
	color: #000;
}
#main li span {
	display: block;
	width: 40%;
	margin-left: 5%;
	background-color: #DA5A6D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
    -webkit-transition: margin-left 300ms, background-color 300ms;
    transition: margin-left 300ms, background-color 300ms;
}
#main li span.tegen {

}
#main li span.voor {
	background-color: #9CDA74;
	margin-left: 55%;
}
#main li abbr {
	display: block;
	float: left;
	padding: .1em;
	border: none;
	line-height: 1.1em;
	margin: .6em;
}
#main li abbr:hover {
	border-bottom:1px dotted #000;
}
#main li var {
	padding-right: 1em;
}


#totalen {
	height: 40px;
	line-height: 32px;
}
#totalen span, #totalen b {
	display: block;
}
#totalen span {
	width: 40%;
	margin: 0 5%;
	float: left;
	padding: 3px 0;
}
#totalen b, #main .arrow {
	border: 1px solid;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color: #000;
	width: 32px;
	height: 32px;
	-webkit-box-shadow: 1px 1px 5px #bbb;
	-moz-box-shadow: 1px 1px 5px #bbb;
	box-shadow: 1px 1px 5px #bbb;
	text-align: center;
	float: right;
	margin-right: .2em;
}
#totalen .tegen b, #main .arrow {
	border-color: #B93751;
	background-color: #DA5A6D;
}
#totalen .voor b, #main .arrow.voor {
	border-color: #72C640;
	background-color: #9CDA74;
}


#main .arrow {
	position: absolute;
	float: none;
	margin: 0;
	top: -50px;
	left: -17px;
	color: #fff;
}
#main .arrow div {
	margin: 3px;
	width: 26px;
	height: 26px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 25 18" width="100%" height="100%"><path d="M 8.116,0 0,9 8.116,18 l 0,-5.074 16.884,0 0,-7.853 -16.884,0 z" fill="white" /></svg>');
	background-repeat: no-repeat;
	background-position: 50%;
}

.conclusie {
	margin-top: 2em;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
#c_v.conclusie {
	display: none;
}
.conclusie i {
	font-weight: bold;
	color: #B93751;
}
#c_v.conclusie i {
	color: #72C640;
}

#share, #social {
	padding: 0 10px;
	height: 30px;
	box-sizing: border-box;
	float: left;
}
#social {
	text-align: right;
	width: 30%;
}
#social a {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-decoration: none;
	line-height: 30px;
}
#social a svg path {
	fill: #333333;
}
#social a:hover svg path {
	fill: #425866;
}

#share {
	color: #666;
	line-height: 30px;
	width: 70%;
}
#share a {
	color: #425866;
}
#share input {
	color: #2a2a2a;
	border: none;
	background-color: #fff;
	cursor: text;
	padding: 3px 5px;
	width: 16em;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

/*
 * Footer styling
 */
footer {
	color: #ccc;
}
footer a {
	color: #aaa;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer p {
	margin: 0;
	padding: 0;
}

/*
 * Media queries
 */

@media screen and (max-device-width: 800px), (max-width: 900px) {
	header {
		height: 45px;
		line-height: 45px;
	}
	nav {
		top: 2px;
	}
	#container, header {
		width: 640px;
	}
	footer {
		width: 630px;
		font-size: 11px;
	}
	#main header {
		height: 40px;
		line-height: 40px;
	}
	nav li {
		line-height: 32px;
		height: 32px;
	}
	nav li img {
		max-height: 32px;
	}
	#main .line {
		top: 55px;
	}
	#main .arrow {
		top: -46px;
	}
	#main ul {
		margin-bottom: 1.5em;
	}
	#main li span {

	}
	.conclusie {
		margin-top: 1.5em;
	}
}

@media screen and (max-device-width: 480px), (max-width: 650px) {
	header {
		height: 40px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	header h1 {
		padding-right: 64px;
		font-size: 17px;
	}
	nav {
		top: 0;
	}
	#container, header {
		width: 100%;
	}
	footer {
		width: auto;
		padding: 0 30px;
		font-size: 10px;
		line-height: 15px;
	}
	#main header {
		height: 30px;
		line-height: 30px;
	}
	#main .line {
		top: 45px;
	}
	#main .arrow {
		top: -42px;
	}
	#main ul {
		margin-bottom: 1em;
	}
	#main {
		padding-bottom: 1em;
	}
	#share {
		margin-bottom: 1em;
	}
	#share, #social {
		float: none;
		height: auto;
		width: 100%;
	}

	.conclusie {
		font-size: 15px;
		margin-top: 1em;
	}
}

@media screen and (max-device-width: 320px), (max-width: 380px) {
	header h1 {
		text-align: left;
		padding-left: 20px;
	}
}

/**
* Print styles.
*
* Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
*/
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}
