/* block specific settings */
#cbs-dashboard-overheid{
	height:200px;
}

#cbs-dashboard-woning{
	background-image: url('https://cdn.cbs.nl/images/71413871736178762b64314d4b4b71537a6e515a53413d3d/720x480.jpg');
	background-size: 450px;
} 
#cbs-dashboard-handel  .cbs-dashboard-item{
	min-width: 230px;
}

#cbs-dashboard-internationaal{
	margin-top: 0px;
	padding-left: 30px;
}

@media only screen and (max-width: 310px) {
	#cbs-dashboard-internationaal .highcharts-root{
		width: 240px;
	}
}

#cbs-dashboard-handel{
	background-image: url('https://cdn.cbs.nl/images/3877327139797630632f4e7453304939546f2b7668413d3d/720x480.jpg');
	background-size: 450px;
}
@media only screen and (max-width: 990px) {
	#cbs-dashboard-handel, #cbs-dashboard-woning{
		background-size: cover;
	}
}
#cbs-dashboard-arbeid .cbs-dashboard-value-wrapper, #cbs-dashboard-prijzen .cbs-dashboard-value-wrapper{
	z-index:2;
	margin-top: 80px;
}

#werklozen-unit{
	display:block;
	margin-top:-15px;
}
#cbs-dashboard-arbeid-icon{
	position: absolute;
	right: 10px;
	top: 10px;
	height:230px;
	fill:#899d0c;
}
#cbs-dashboard-inflatie-icon{
	position: absolute;
	right: -20px;
	top: -50px;
	height:340px;
	fill:#9c1006;
}
#cbs-dashboard-conjunctuur .highcharts-grid-line, #cbs-dashboard-conjunctuur .highcharts-axis-line {
	stroke-width: 0px;
}
#cbs-dashboard-conjunctuur .highcharts-plot-line {
	stroke-width: 2px;
    stroke-dasharray: 2px 4px;
    stroke-dashoffset: 3px;
}
#cbs-dashboard-conjunctuur image {
	transform: translate(-8px,-8px);
	height: 16px;
	width: 16px;
}
#cbs-dashboard-conjunctuur .cbs-dashboard-value-wrapper {
	top: 20px;
}

html[lang="en-GB"] #cbs-dashboard-woning-value {
	font-size: 1.8rem;
}

@media only screen and ((max-width: 576px) or ((min-width: 992px) and (max-width: 1200px))) {
	html[lang="en-GB"] dashboard-chart[itemid="cbs-dashboard-bedrijven"] .cbs-dashboard-title,
	html[lang="en-GB"] dashboard-chart[itemid="cbs-dashboard-arbeid"] .cbs-dashboard-title,
	html[lang="en-GB"] dashboard-item[itemid="cbs-dashboard-conjunctuur"] .cbs-dashboard-title {
		word-spacing: 1000rem;
	}
}

