@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,300,600,600italic,300italic);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}

.page-assessments #article ul li {
	list-style: disc;
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--content-width: 1255px;
}

.text-default {
	width: 60%;
	margin:auto;
}

.text-default-left {
	width: 60%;
}

/* portal */
body, html {
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
    outline: 0;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
}

h1,.h1,
h2,.h2,
h3,.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1,.h1 { font-size: 36px; }
h2,.h2 { font-size: 30px; }
h3,.h3 { font-size: 24px; }
h4,.h4 { font-size: 18px; }

h1 {
	color:white;
}

h2, h3, h4 {
	color: #e2100a;
}

/*text*/
p {padding:0 0 10px}

h1.page-title {
	margin-top:35px;
}

/*tables*/
table{width:100%;margin:0 0 20px}
table.table td,table.table th{border:solid 1px #f2f2f2;padding:2px 5px;vertical-align:top}
table.table{width:auto;margin:1px 0 20px 1px;border-spacing:0;border:solid 1px #f2f2f2}
span.extraopening{border:solid 1px #f2f2f2;padding:5px 10px;font-weight:600;display:inline-block}

span.clear {
	clear: both;
	float: none;
	width: 0px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}

input, label, select, textarea { margin-bottom:10px; font-family: inherit; }

::-webkit-input-placeholder 	{ color: #626363; }
:-moz-placeholder 			{ color: #626363; } /* Firefox 18- */
::-moz-placeholder 			{ color: #626363; } /* Firefox 19+ */
:-ms-input-placeholder 		{ color: #626363; }

.textfield,
.combobox,
.textarea {
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	background-color: #EEEEEE;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

td { vertical-align:top; }

a, a:visited { color:#e2100a;text-decoration:none; }
a:hover{ text-decoration:underline; }

a, a:visited{ color:#e2100a; } 
a:hover,a:active{ text-decoration:none; }

.button { 
	font-family: 'Source Sans Pro', sans-serif;
	cursor: pointer;
	color: #fff;
	background-color: #e2100a;
	padding: 8px 15px 9px 15px;
	border: none;
	/*letter-spacing: 1px;*/
	font-size: 16px;
	font-weight: 600;
	/*line-height:12px;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	margin-right:8px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

* > .button:last-child {
	margin-right:0px !important;
}

.button:hover {
	background-color:#c30218;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.button-modify-report, .button-send-reports { background: none;background-color: #e2100a;padding-bottom:2px;padding-left:10px;padding-right:10px;margin-right:2px;border: 1px solid #e2100a;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.button-modify-report:hover, .button-send-reports:hover { background-color: #fff; }


.sortup {
	background-image:url("../images/icons/sort_ascending.png");
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:16px;
}

.sortdown {
	background-image:url("../images/icons/sort_descending.png");
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:16px;
}



table.list td {
	padding-right:8px;
	vertical-align:middle;
}

table.list tr {
	height:36px;
}

#container {
	position: relative;
}

#jeugdengedrag {
	padding-top: 90px;
}

#topbar {
	position: fixed;
	width: 100%;
	height: 90px;
	z-index:3000;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
}

#topbar-inner {
	position: relative;
	width: var(--content-width);
	height: 90px;
	padding-top: 15px;
	margin: 0 auto;
}

#logo {
	display: block;
	width: 348px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 10px;
}

#banner {
	width: 100%;
	z-index:1000;
}

#bannerimages {
	position:relative;
	width: 100%;
	overflow:hidden;
	max-height:480px;
}

#bannerimages .overlay {
	width:100%;
	height:100px;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	bottom:0px;
}

.category-image + .overlay {
	width:100%;
	height:100px;
	background-color:rgba(100,100,100,0.8);
	position:relative;
	top:-100px;
}

.bannerimage {
	display: block;
    width: 100%;
	min-width: var(--content-width);
}


/* LOGINSTATUS
------------------------*/
#loginstatus {
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 1010;
	min-width: 190px;
	overflow: visible;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
}

.login {
	margin-right: 15px;
	padding: 4px 10px;
	background-color: #e2100a;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-image: url(../images/icons/user-white.svg);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding-left: 28px;
}

.login:hover {
	background-color: #C4061C;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.logged-in , .login {
	border: none;
}

.logged-in {
	background-color: #fff;
	color: #e2100a;
	height: 42px;
	line-height: 40px;
	padding-bottom: 4px;
	font-size: 14px;
	background-image: url(../images/icons/user.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding-left: 24px;
}

.logged-in-account a,
.logged-in-clients a,
.logged-in-logout a {
	background-position: center right; /* IE8 & Safari */
	background-position: center right 10px;
	background-repeat: no-repeat;
}

.logged-in-account a {
	background-image: url(../images/icons/home.svg);
	background-size: 18px 18px;
}
.logged-in-clients a {
	background-image: url(../images/icons/star.svg);
	background-size: 18px 18px;
}
	
.logged-in-logout a {
	background-image: url(../images/icons/log-out.svg);
	background-size: 18px 18px;
}

.shoppingcart { 
	vertical-align: middle;
	margin-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	color: #e2100a;
}

.shoppingcart span.icon {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-image: url(../images/icons/shopping-cart.svg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}


div#loginstatus ul {
	display: inline-block;
	zoom: 1; 
	*display: inline;
	list-style-image: none;
	list-style-type: none;
	height: 40px;
	line-height: 40px;
}

div#loginstatus li {
	display: inline-block;
	zoom: 1; 
	*display: inline;
	position: relative;
	cursor: pointer;
	padding-right: 15px;	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

div#loginstatus ul li:hover {
	
}

div#loginstatus ul li ul {
	padding: 0;
	position: absolute;
	top: 42px;
	right: 15px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	display: none;
	visibility: hidden;
}

div#loginstatus ul li ul:after {
	bottom: 100%;
	right: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(226, 16, 10, 0);
	border-bottom-color: #e2100a;
	border-width: 10px;
	margin-left: -10px;
}

div#loginstatus ul li ul li {
	display: block;
	background-color: #e2100a;
	padding: 0px 0px 0px 0px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all .2s;
	
}

div#loginstatus ul li ul li a {
	display: block;
	padding: 0px 85px 0px 15px;
	color: #fff;
	font-size: 16px;
	font-weight:normal;
	vertical-align: middle; 
}

div#loginstatus ul li ul li:hover {
	background-color: #c30218;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all .2s;
}

div#loginstatus ul li:hover ul {
	display: block;
	visibility: visible;
}

div#loginstatus li a {
	text-decoration:none;
	color: #000000;
	font-weight: 600;
}

div#loginstatus li.selected a {
	color: #e2100a;
}

div#menu ul li ul li a {
	color: #fff !important;
}

/* SEARCH
------------------------*/
#search {
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 1001;
	width: 190px;
}

#search input.textfield {
	border: none;
	background-color: #EEEEEE;
	margin-bottom:0px !important;
	height: 28px;
	width: 192px;
	font-size:12px;
}

.button-search-submit {
	background-color:#EEEEEE;
	background-image: url(../images/icons/search.svg);
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	width:28px;
	height:28px;
	border:0;
	position:absolute;
	right:0;
	cursor:pointer;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 5px;
 /* pointer-events: none;*/
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


.navlist {
	display: block;
	margin: 0 auto;
	text-align: center;
	width:520px;
	padding-bottom:20px;
}

.navlist a.page {
	display:inline-block;
	font-weight:normal !important;
	font-size:16px !important;
	color: #aaa !important;
	padding:4px;
	width: 34px;
}

.navlist a.page:hover {
	color:black !important;
}

.navlist a.page-current, .navlist a.page-current:hover {
	color:#e2100a !important;
	border:2px solid #e2100a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	border-radius: 5px; /* future proofing */
}

/* MENU
------------------------*/
div#menu {
	font-size: 16px;
	letter-spacing: 1px;
	position: absolute;
	left: 390px;
	bottom: 0;
}

div#menu ul {
	display: inline-block;
	zoom: 1; 
	*display: inline;
	line-height: 42px;
	height: 42px;
	list-style-image: none;
	list-style-type: none;
}

div#menu li {
	display: inline-block;
	zoom: 1; 
	*display: inline;
	position: relative;
	cursor: pointer;
	padding-right: 28px;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

div#menu ul li:hover a {
	color:#e2100a;
}

div#menu ul li ul {
	padding: 0;
	position: absolute;
	top: 42px;
	left: 0;
	display: none;
	visibility: hidden;
	word-break: keep-all;
	white-space: nowrap;
	font-size: 14px;
}	

div#menu ul li ul:after {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(226, 16, 10, 0);
	border-bottom-color: #e2100a;
	border-width: 10px;
	margin-left: -10px;
}

div#menu ul li ul li{
	display: block;
	background-color: #e2100a;
	padding: 0px;
}

div#menu ul li ul li a {
	display: block;
	padding: 0px 35px 0px 15px;
	color: #fff;
}

div#menu ul li ul li:hover {
	background-color: #c30218;
}

div#menu ul li:hover ul {
	display: block;
	visibility: visible;
}

div#menu ul li a {
    display: block;
	text-decoration: none;
	color: #000000;
}

div#menu li.selected a {
	color: #e2100a;
}

/* PRODUCTS
------------------------*/
.products { 
	margin: 0 auto 50px auto;
	width: var(--content-width);
	font-weight: 600;
}

.product-block {
	display: inline-block;
	margin: 0px 65px 15px 0px;
	width: 375px;
	overflow:hidden;
	-webkit-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
	-moz-box-shadow:    3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
	box-shadow:         3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
}

.product-block:nth-child(3n+3) {
	margin-right: 0px;
}


.product-info {
	padding: 11px 11px;	
	background-color: #C30218;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	line-height: 1.3;
	min-height: 95px;
}

.product-name, .product-title {
	font-weight: 600;
	display: block;
}

.product-name {
	font-size: 19px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.product-title  {
	font-size: 16px;
	letter-spacing: 0px;
	padding-top: 4px;
	font-weight: normal;
}

.product-image {
	min-height: 250px;
	position: relative;
}

.product-image img {
	display:block;
	width:375px;
}


.product-action {
	color: #C30218;
}

.product-add-to-cart {
	float: left;
	cursor: pointer;
	position: relative;
}

.product-add-to-cart, .product-read-more {
	width: 50%;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

.product-add-to-cart span.plus,
.product-add-to-cart span.shoppingcart {
	display: inline-block;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top:-5px;
}

.product-add-to-cart span.plus {
	background-image: url(../images/icons/plus.svg);
	background-size: 18px 18px;
	min-width: 18px;
	height: 18px;
}

.product-add-to-cart span.shoppingcart {
	background-image: url(../images/icons/shopping-cart-darkred.svg);
	background-size: 18px 18px;
	min-width: 18px;
	height: 18px;
}

.product-read-more {
	float: right;
	background-color: #F4F4F4;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;	
}

.product-read-more:hover {
	background-color: #E8E8E8;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}


.product-read-more span {
	display: inline-block;
	padding-right: 24px;
	background-image: url(../images/icons/arrow-right.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	font-size: 16px;
}

.product-action:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

ul.product-list {
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 40px;
	color: #fff;
	width: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	display: none;
	visibility: hidden;
}

ul.product-list:after {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(226, 16, 10, 0);
	border-top-color: #e2100a;
	border-width: 10px;
	margin-left: -10px;
}

ul.product-list li {
	position: relative;
	display: block;
	background-color: #E2091F;
	padding: 5px 50px 5px 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 16px;
	letter-spacing: 0px;
}

ul.product-list li:hover {
	background-color: #C4061C;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

ul.product-list li span {
	position: absolute;
	right: 5px;
}
/* PRODUCTS TABLE
------------------------*/
.products-table {
	color: black;
	font-size: 12px;
	/*letter-spacing: 1px;*/
}

.products-table .header td {
	padding-bottom:15px !important;
	font-weight: 600;
	font-size:16px;
	border-bottom:1px solid #a6a9a3;
	padding-right:8px;
}

.products-table .header td:last-child {
	padding-right:0px;	
}
	
.products-table .header .td-product-price,
.products-table .header .td-product-credits,
.products-table .header .td-product-total-price,
.products-table .header .td-product-total-credits{
	color:black;
	font-size:16px;
}

.products-table .header {
	margin-bottom:15px;
}

.products-table tr:nth-child(2) > td {
	padding-top:20px;
}

.products-table:not(.variant) tr td:first-child {
	display: none;
}

.products-table tr td {
	padding-bottom: 5px;
}

.td-product-title {
	font-size: 16px;
	/*font-weight: bold;*/
	width: 450px;
	color: black;
}

.products-table .header .td-product-example-report {
	background-image:none !important;
	padding-left:0px !important;	
}

.td-product-example-report {
	font-size: 10px;
	width: 180px;
	vertical-align:middle;
}

.td-product-example-report a {
	display:inline-block;
	background-image: url(../images/icons/download-red.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position:0% 50%;
	padding-left:24px;
	padding-top:4px;
	height:24px;
	font-size: 14px;
}

.td-product-price, .td-product-credits {
	width: 80px;
	/*font-weight: bold;*/
	font-size: 16px;
	color:black;
}

.td-product-total-price, .td-product-total-credits {
	width: 100px;
	/*font-weight: bold;*/
	font-size: 16px;
	color:black;
}

.td-product-amount {
	width: 80px;
}

.td-product-amount .combobox {
	margin-bottom: 0px;
}

.td-product-action {
	width: 150px;
	text-align: right;
}


.button-add-to-cart {
	background-image:url("../images/icons/shopping-cart-white.svg");
	background-repeat:no-repeat;
	background-position:10px center;
	background-size: 18px 18px;
	padding-left:40px;
	padding-top:8px;
}

/* CONTACT
------------------------*/
.button-send-contact-form {
	margin-bottom: 20px !important;
}

table.contact-table  {
	width: 60%;
	margin: auto;
}

.contact-table  td {
	width: 50%;
}

.contact-table tr:nth-child(-n+2) td:first-child {
	padding-right: 10px;
}

.contact-table input, .contact-table textarea {
	padding: 10px;
	resize: none;
	font-size:13px;
}
.contact-table  input:not([type="submit"]) {
	width: 100% !important;
}

.contact-table textarea {
	width: 100%;
	height: 100%;
}

#contact-map {
	height: 400px;
	width: 100%;
	min-width: var(--content-width);
}
/* FOOTER 
------------------------*/
div#footerspacer {
	clear: both;
	height: 32px;
}

div#footer { 
	width: 100%;
	background-color:#E2100A;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.4;
	font-size: 12px;
}

div#footer  h3 {
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

div#footer a {
	color:#fff;
}

div#footertop {
	width: var(--content-width);
	padding-top: 10px;
	height: 270px;
	margin: 0 auto;
	text-align: center;
} 

div#footertop ul {
	color: #fff;
}

div#footerbottom {
	width: var(--content-width);
	margin: 0 auto;
	clear: both;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}

#footertop div {
	text-align: left;
}

.sitemap {
	float:left;
	width:20%;
	margin-top:38px;
}




.socialicon {
	margin: 10px 15px 5px 0px;
	width: 38px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.socialicon:hover {
	margin: 7px 12px 2px -3px;
	width: 44px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

#question {
	width: 25%;
	float:left;
}

#question .button {
	height: auto;
	padding: 4px 13px;
	background-color: #e2100a;
	border: 2px solid #fff;
	margin-top:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#question .button:hover {
	color: #fff;
}

#question .textarea, #question .textfield {
	font-size: 13px;
	width: 255px;
	padding: 6px 8px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 0px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#question textarea {
	height: 80px;
	resize: none;
}

#contact {
	float:right;
	width: 25%;
}

#footertop.hide-question {
	width: 420px;
	height: 180px;
}

.hide-question #socialmedia {
	text-align: right;
}

.hide-question .socialicon{
	margin: 10px 0px 0px 15px;
}

.hide-question #question {
	display: none;
}

/* ASSESSMENTS
------------------------*/
h1.assessment-name, h2.assessment-title {
	margin: 0px;
}

h1.assessment-name {
	font-size: 36px;
	margin-top:20px !important;
}

h2.assessment-title {
	font-size: 24px;
	color: #000;
	margin: 10px 0px;
	clear: both;
}

.assessment-category {
	display:block;
	position:relative;
	clear: both;
	width: var(--content-width);
	margin: 0 auto;
	margin-top:-305px;
	padding-top:90px;	
	z-index:2000;
}

.assessment-category .category-title {
	display: block;
	height: 120px;
	line-height: 120px;
	margin:0px 0px 20px 0px;
	color:white;
	font-size:36px;
}

.assessment-category h1 {
	margin-top: 30px;
}

.category-1, .category-2, .category-3, .category-4 {
	background-repeat:no-repeat;
	background-position:0% 58%;
	padding-left:100px;
	padding-top:2px;
}


.category-1 {
	background-image:url("../../../media/image/jongerenengedrag/Icons/icon-loopbaanorientatie-white.svg");
	background-size: 90px;
}

.category-2 {
	background-image:url("../../../media/image/jongerenengedrag/Icons/icon-vroegsignalering-white.svg");
	background-size: 100px;
}

.category-3 {
	background-image:url("../../../media/image/jongerenengedrag/Icons/icon-begeleiding-zorgvraag-white.svg");
	background-size:90px;
}
.category-4 {
	background-image:url("../../../media/image/jongerenengedrag/Icons/icon-reflectie-professionals-opvoeders-white.svg");
	background-size: 100px;
}

.assessment {
	position: relative;
	border: 1px solid #ccc; 
	padding: 8px; 
	margin-bottom: 12px;
	min-height: 128px;
}

.products {
	display:inline-block;
}

.assessment img {
	position: relative;
	margin-right: 8px;
}

.assessment div {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 500px;
}

#article {
	position:relative;
	width: var(--content-width);
	margin: -106px auto 40px auto;
	z-index:2000;
}

#article h1 {
	display:inline-block;
	height:80px;
	vertical-align:middle;
	margin-bottom:24px;
}

#article a { 
	color: #ed1c24;
	font-weight: 600;
}

body.page-products #banner {
	display: none;
}

body.page-contact #banner {
	display: none;
}

body.page-products #article {
	margin-top: 0px;
	width: 100%;
	margin: 0;
}

.category-image {
	width: 100%;
	min-width: var(--content-width);
	display:block;
}

.category-image + .overlay {
	width:100%;
	height:100px;
	background-color:rgba(0,0,0,0.5);
	position:relative;
	top:-100px;
	z-index:1000;
}


/* HOME PAGE
--------------------*/
#tools {
	position:absolute;
	text-align:center;
	left:0px;
	display: block;
	width:100%;
	min-width:var(--content-width);
	height:380px;
	/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
}


#tools h1 { 
	margin-top: 0px;
	padding-top: 38px;
	margin-bottom: 37px;
	color:#e2100a;
}

.tool {
	padding: 0px 20px 0px 20px;
	width: 313px;
	float: left;
	cursor: pointer;
}

.tool h2 {
	font-size: 20px;
	line-height: 1.4;
	padding-top:0px;
	margin-top:0px;
}

.studieloopbaan div,
.zorgsignalering div,
.reflectie div { 
	height: 150px;
	width: 150px;
	margin: auto;
}

.studieloopbaan img,
.zorgsignalering img ,
.reflectie img  {
	width:120px;
	height:120px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.studieloopbaan:hover img,
.zorgsignalering:hover img,
.reflectie:hover img  {
	width:140px;
	height:140px;
	margin-top:-10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.widget-assessment-listing h2, .products-title {
	width:100%;
	text-align: center;
	height:80px;
	margin: 40px 0px 24px 0px;
	color: #e2100a !important;
	font-size: 36px;
}

/* LOGIN/REGISTER */
#existinguser {
	width: 364px;
	float: left;
	vertical-align: top;
	padding-right: 16px;
	margin-bottom: 16px;
}

div.titleexistinguser {
	background-color: #ed1c24;
	width: 348px;
	padding: 8px 0px 8px 16px;
	color: white;
	font-weight: 600;
	margin-bottom: 16px;
}

#newuser {
	width:364px;
	float:left;
	vertical-align:top;
	margin-bottom:16px;
}

div.titlenewuser {
	background-color:#66605c;
	width:348px;
	padding:8px 0px 8px 16px;
	color:white;
	font-weight:600;
	margin-bottom:16px;
}

.td-newuser-header {
	font-weight: 600;
	padding-bottom: 10px;
	padding-left: 10px;
}

#newuser label,
#existinguser label,
.td-newuser-termsconditions {
	padding-left: 10px;
}

.td-newuser-label,
.td-existinguser-label {
	width: 165px !important;
}

a.forgotpassword {
	margin-left: 10px;
}

/* ACCOUNT */
.td-account-header {
	font-weight: 600;
	padding-bottom: 10px;
}


/* CLIENTS ASSESSMENTS LIST
--------------------------------*/
.clients-employees-title {
	margin-bottom:28px;
}

.clients-assessment-filter {
	display: block;
	float: none !important;
}

.clients-filter {
	display: block;
	color: #e2100a;
	font-weight: 600;
	margin-bottom: 10px;
}

.article-clients,
.module-error,
.module-purchase,
.module-invite
 {
	margin:0 auto !important;
}

.module-invite h1 {
	color:#e2100a !important;
	margin:0px;
	height:36px !important;
}

.module-invite td:first-child {
	width:100px !important;
}

.module-login {
	margin-top:-114px !important;
	margin-bottom:114px !important;
}


select#filter-product-name {
	margin-right: 15px;
}

select#filter-product-name,
select#filter-product-status {
	color: #646567;
	border: 1px solid #a6a9a3;
	background-color: #fff;
}

select#filter-product-name option:not(:first-child),
select#filter-product-status option:not(:first-child){
	color: #000;
}

.clients-assessments-table {
	/*font-weight: bold;*/
	font-size: 16px;
}

.clients-assessments-table {
	line-height:36px;
}

.clients-assessments-table tbody tr:first-child {
	font-size: 16px;
	line-height:24px;
}

.clients-assessments-table tbody tr td {
	vertical-align: middle;
}

.clients-assessments-table tbody tr:first-child,
.clients-assessments-table tbody tr:last-child
{
	border-bottom: 1px solid #a6a9a3;
}


.clients-assessments-table td {
	padding: 10px 0px 10px 0px;
}

.clients-assessments-table tbody tr:nth-child(2) > td {
	padding-top: 20px;
}

.clients-assessments-table tbody tr:first-child > td {
	padding-bottom: 15px;
}

.clients-assessments-table tbody tr:last-child > td {
	padding-bottom: 20px;
}


.td-clients-assessment-status {
	width: 470px !important;
}

/*.td-clients-assessment-date {
	width: 65px !important;
}*/

/* SEARCH RESULTS */

.search-assessment-block {
	position:relative;
	display: block; 
	height: auto; 
	width: var(--content-width);
	border-bottom:1px solid #ccc;
	margin-bottom:24px;
}

.search-assessment-image {
	position:absolute;
	display: block;
	left:0px;
	top:0px;
	width: 200px;
	min-height: 250px;
	overflow: hidden;
}

.search-assessment-info {
	position:relative;
	display: block;
	left:200px;
	top:0px;
	width: 1070px;
	padding-left: 20px;
	min-height: 250px;
}

.search-assessment-info h2 {
	margin-top:0px;
}

.search-assessment-info h3 {
	margin-top: 0px !important;
}
	
.search-assessment-info h3 {
	font-size:16px;
	color: #000;
	margin-top: 10px !important;
}

.search-assessment-info  p {
	margin-bottom:24px;
}

.search-products-product-add-to-cart span.shoppingcart {
	display: inline-block;
	background-image: url(../images/icons/shopping-cart.svg);
	background-size: 18px 18px;
	background-position:0% 50%;
	background-repeat: no-repeat;
	width: 18px; 
	height: 32px;
	line-height:32px;
	vertical-align: middle;
	margin:0px 0px 3px 0px;
	padding:0px;
}

.search-products-table td {
	vertical-align:middle;
	line-height:32px;
}

.search-products-product-title {
	width:270px;
	color:#e2100a;
	font-size:16px;
	font-weight:600;
}

.search-products-product-add-to-cart {
	width:50px;
}

.search-products-product-download-example a {
	display:inline-block;
	width:220px;
	background-image: url(../images/icons/download.png);
	background-repeat: no-repeat;
	background-position:0% 50%;
	padding-left:24px;
	font-size:14px;
}

.search-products-product-read-more {
	width:140px;
}



/* SHOPPINGCART
-------------------*/
.shoppingcart-table {
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
}

.shoppingcart-table .tr-spacer {
	display: none;
}

.shoppingcart-table td {
	padding: 8px 0px 8px 0px;
	box-sizing: border-box;
}

.tr-shoppingcart-header {
	color: #e2100a;
	border-bottom: 1px solid #a6a9a3;
}

.tr-shoppingcart-header > td {
	padding-bottom: 15px;
	font-size: 16px;
	color: black;
}

.tr-shoppingcart-product,
.tr-shoppingcart-btw,
.tr-shoppingcart-price,
.tr-shoppingcart-total-price {
	color: #000;
}

.tr-shoppingcart-btw > td {
	padding-top: 40px;
	padding-bottom: 20px;
}

.shoppingcart-table tr:nth-child(2) > td,
.tr-shoppingcart-total-price > td {
	padding-top: 20px;
}

.tr-shoppingcart-total-price > td{
	border-top: 1px solid #a6a9a3 !important;
}

.tr-shoppingcart-total-credits > td {
	border-top: 0px !important;
	border-bottom: 1px solid #a6a9a3;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 16px;
}

.tr-shoppingcart-credits-left > td {
	padding-top: 20px;
	font-size: 16px;
	font-weight: normal;
}

.tr-shoppingcart-credits-left > td > b {
	font-weight: normal;
}
.td-shoppingcart-product-count,
.td-shoppingcart-product-price, 
.td-shoppingcart-product-total-price,
.td-shoppingcart-product-credits,
.td-shoppingcart-product-total-credits,
.td-shoppingcart-product-delete,
.td-shoppingcart-total-btw {
}

.td-shoppingcart-product-count {
	width:100px;
}

.td-shoppingcart-product-credits {
	width: 100px;
	font-size: 16px;
	font-weight: normal;
}

.td-shoppingcart-product-total-credits {
	width: 100px;
	font-size: 16px;
	font-weight: normal;
}

.td-shoppingcart-product-title {
	width: 750px;
}

.td-shoppingcart-product-title a {
	font-size: 16px;
}
/*.td-shoppingcart-product-delete {
	width: 100px !important;
}*/

.td-shoppingcart-total-price-label {
	color: #e2100a;
}



.td-shoppingcart-make-payment {
	text-align: right;
}

.td-shoppingcart-product-count .combobox,
.button-shoppingcart-delete-product {
	margin-bottom: 0px;
}

.button-shoppingcart-delete-product {
	width:34px;
}

/*.button-shoppingcart-delete-product:before {
	position: relative;
	top: 2px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left:-6px;
	padding-right:10px;
	content: "\e014";
}*/

.button-shoppingcart-delete-product {
	width: 34px;
	height: 34px;
	background-image:url(../images/icons/delete.svg);
	background-size: 18px 18px;
	background-repeat:no-repeat;
	background-position: center center;
	padding: 0;
	}

.button-previous-page {
	position:absolute;
	left:0px;
}
.button-cancel {
	float:left;
}

.button-send {
	margin-left:16px;
}

.button-next-page {
	position:absolute;
	right:0px;
}

.button-read-more {
	margin-top:4px;
}

.button-request-subscription {
	float:right;
	margin-top:-8px;
	margin-left:-8px;
}

.button-download-report { 
	background-image: url(../images/icons/download.svg); 
	background-position:right center; /* IE8 & Safari */
	background-position:right 8px center; 
	background-repeat:no-repeat;
	background-size:18px 18px;
	padding-right:36px;
	margin-bottom:8px;
}

.button-send-reports {	
	height: 29px;
	margin-bottom:0px;
	position:relative;
	top:3px;
}

.button-send-reports .glyphicon {
	top:-1px;
}

.button-send-reports:hover {
	background-color:#c30218 !important;
}


.button-cancel-send-access {
	float: left;
}

.button-send-access {
	margin-left: 8px;
}

.button-next-page,
.button-shoppingcart-make-payment,
.button-shoppingcart-continue-shopping,
.button-confirm-webshop-confirm-sumbit,
.button-forgot-password-submit,
.button-modify-account-details,
.page-resetpassword #article button,
.button-read-more,
.button-login,
.button-log-in,
.button-forgot-password-submit,
.button-send-contact-form,
.button-send-access,
.button-send-reminder,
.button-send-invite {
	background-image: url(../images/icons/chevron-right.svg); 
	background-position:right center; /* IE8 & Safari */
	background-position:right 8px center; 
	background-repeat:no-repeat;
	background-size:18px 18px;
	padding-right:32px;
}

.button-back,
.button-previous-page,
.button-confirm-purchase,
.button-cancel-send-access,
.button-cancel-send-invite,
.button-cancel-send-reminder {
	background-image: url(../images/icons/chevron-left.svg); 
	background-position:left center; /* IE8 & Safari */
	background-position:left 8px center; 
	background-repeat:no-repeat;
	background-size:18px 18px;
	padding-left:32px;
}


.confirmorder{
	display:block;
	padding-top: 8px;
}
.payment_choice{
	padding: 5px;
	height: 70px;
	line-height: 50px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.labeltext{
	font-weight: 600;
}

.labeltext .explain{
	font-weight: normal;
}

.ideal .labeltext {
	background: url("../../../images/ideal.png") no-repeat left center;
	background-size: 57px 57px;
	padding-left: 70px;
	height: 57px;
	display:inline-block;
	vertical-align: middle;
}

.directdebit .labeltext {
	background: url("../../../images/incasso.jpg") no-repeat left center;
	background-size: 70px 57px;
	padding-left: 70px;
	height: 57px;
	display:inline-block;
	vertical-align: middle;
}

.manual .labeltext {
	background: url("../../../images/factuur.jpg") no-repeat left center;
	background-size: 50px 57px;
	padding-left: 70px;
	height: 57px;
	display:inline-block;
	vertical-align: middle;
}

.later .labeltext {
	background: url("../../../images/factuur.jpg") no-repeat left center;
	background-size: 50px 57px;
	padding-left: 70px;
	height: 57px;
	display:inline-block;
	vertical-align: middle;
}

.subscription-block {
	border:1px solid #e2100a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding:16px;
	margin-bottom:24px;
}

.subscription-title {
	color:#e2100a;
	font-weight:600;
	font-style:italic;
}

.subscription-table  input:not([type="submit"]), .subscription-table textarea, .subscription-table  .combobox {
	width: 60% !important;
}

.subscription-table .combobox {
	color: #646567;
}

.subscription-table .combobox option:not(:first-child){
	color: #000;
}


.widget-assessment-listing {
	display:inline-block;
	margin-bottom:50px;
	font-weight:600;
}
/* Profiel pagina */

.profile-item {
	margin-top: -36px !important;
}


.profile-tools {
	color:black;
	font-size:16px;
	margin:0px;
	height: auto !important;
	font-weight: 600;
}

.profile-item tr td:first-child {
	text-align:left;
	padding-right:10px;
}

.profile-item tr td:last-child {
	text-align:right;
	padding-right:5px !important;
}

.page-title.page-title-profile {
	text-transform:uppercase;
}

.profile-item tr td {
	width:auto;
}

.profile-item tr {
	border-top: 11px solid white !important;
	border-radius:5px !important;
}

.profile-item tr .button:first-letter {
	text-transform:capitalize;
}



.toolkit-info table td:first-child {
    padding-right: 24px;
    width: 272px;
}

.toolkit-info ol {
    list-style: decimal;
    list-style-position: outside;
	margin-left:24px;
}

.toolkit-info table tr:not(:first-child) td {
    padding-bottom: 10px;
    vertical-align: top;
}


.page-forgotpassword .error-article {
	margin-top:17px !important;
}
.page-forgotpassword .error-article + #article {
	margin-top:-170px !important;
}

.assessment-category-info h2.category-title 
{ 
	display: none; 
}

.menuitem-3 #article {
	margin:  0px auto 200px auto;
}

.content-clients h1 {
	position: relative;
	left: 250px;
}

div#article.module-login.form-container,
div#article.module-login.login-error,
div#article.module-error {
	width: 750px;
}

/* styling for contact widget */
.contact-widget > p:nth-child(1) {
	padding: 0;
}

.contact-widget-container .text-default {
	margin-top: 2rem;
}

.contact-widget-container,
.widget-contact form {
	width: var(--content-width);
	margin-left: auto;
	margin-right: auto;
}

.contact-widget .h-captcha {
	width: 50%;
	margin-left: auto;
}

.contact-widget .button-send-contact-form {
	margin-left: 50%;
}

/* this piece of css puts the tr with the register button at the very end of the container */
#newuser form table tbody {
    display: flex;
    flex-direction: column;
	width: 500px;
}

#newuser form table tbody tr {

}

#newuser form table tbody tr > td {
	width: 250px;
}

#newuser .td-newuser-label {
	width: 250px !important;
}

#newuser .td-newuser-termsconditions {
	width: unset;
}

#newuser > form > table > tbody > tr:nth-child(20){
    order: 1;
}

#newuser > form > table > tbody > tr:nth-child(20) > td:nth-child(1){
	width: 0;
}
/* end of hacky css */