/* 
	Main colors:
	- #dc1526 - crisom - header botttom bg color
	- #f4f4f4 - whitesmoke - main bg color
 */

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: 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	overflow-y: scroll;
	font-family: "halcom",sans-serif;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.text-center {
	text-align: center;
}
.container {
	padding: 0 15px;
}

header {
	width: 100%;
	height: auto;
}

header .header-top {
	background: #fff;
	padding: 20px 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

header .header-top h1 {
	display: block;
	float: left;
	font-size: 32px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #274198;
}

header .header-top #logo {
	display: block;
	max-width: 320px;
	max-height: 100px;
	float: left;
	text-align: right;
	background: #fff;
	vertical-align: middle;
	margin-top: 10px;
}

header .header-bottom {
	background: #dc1526;
	padding: 10px 0 5px 0;
	width: 100%;
	height: 50px;
	display: inline-block;
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, .16);
}

header .header-bottom h2 {
	float: left;
	font-size: 28px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	font-weight: 500;
}

header .header-bottom a.terugBtn {
	float: right;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 7px;
	background: url('../images/smartcity/backbtnsvg.svg');
	background-size: 13px 18px;
	background-repeat: no-repeat;
	background-position: 5px 9px;
	font-size: 14px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}

.right_side {
	float: right;
	margin-top: 7px;
}

header .header-bottom a:last-child {
	padding-left: 10px;
	font-size: 14px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}

header .header-bottom a:hover {
	text-decoration: underline;
}

header .header-bottom h2 {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	text-align: left;
}

main {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.content-container {
	padding-top: 10px;
	padding-bottom: 7px;
}

.left_block,
.right_block {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.left_block {
	padding: 15px;
	margin-bottom: 25px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
}

#map {
	width: 100%;
	height: 400px;
}

.intro {
	margin: 20px 0;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.intro p,
.intro a {
	font-size: 16px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	line-height: 21px;
	color: #191A1A;
	font-weight: 400;
}

.intro a { 
	text-decoration: underline;
}

article.item {
	width: 100%;
	height: 100%;
	padding: 15px;
	background: #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
}

article.item:hover {
	cursor: pointer;
}

article.item .item_header {
	width: 100%;
	height: 100%;
	display: flex;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
	align-items: center;
	padding-bottom: 5px;
}

article.item .item_header .icon-wrapper {
    width: 60px;
	display: block;
	position: relative;
	float: left;
	margin-right: 11px;
	margin-bottom: 7px;
}

article.item .item_header .icon-wrapper-onderzoek {
    width: 50px;
	display: block;
	position: relative;
	float: left;
	margin-right: 11px;
	margin-bottom: 7px;
}

article.item .item_header h3 {
	display: block;
	/*font-size: 24px;*/
	font-size: 18px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	font-weight: 500;
    position: relative;
    word-break: break-word;
    padding-top: 10px;
    color: #191A1A;
}

article.item .item_main {
	padding: 15px 0 5px 0;
}

article.item .item_main p,
article.item .item_main a {
	font-size: 14px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	color: #474645;
	line-height: 18px;
}

article.item .item_main a {
	text-decoration: underline;
}

article.item .item_footer {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

article.item .item_footer a {
	width: 17px;
	height: 17px;
	display: block;
	float: right;

}
article.item .item_footer a svg{
	width: 16px;
	height: 16px;

}

.detail .content {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.detail .content iframe {
	width: 100%;
	height: 700px;
	display: block;
	position: relative;
}

.detail .content ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 15px
}

.detail .content p,
.detail .content li,
.detail .content a {
	font-size: 16px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	color: #474645;
	line-height: 18px;
}
.detail .content strong {
	font-size: 16px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	color: #474645;
	line-height: 18px;
	font-weight: bold;
}
.detail .content p {
	margin-bottom: 15px;
}

.detail .content a {
	text-decoration: underline;
}

#open-button {
	position: relative;
	display: block;
	float: right;
	width: 22px;
	height: 16px;

	background-repeat: no-repeat;
	background-size: 22px 16px;
	margin-top: 3px;
}

.menu {
	width: 250px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -250px; /* zelfde waarde als de width */
	background: #474645;
	padding: 20px;
	z-index: 100;
}

.menu a {
	color: #fff !important;
}

.menu a#close-button {
	position: absolute;
	top: 15px;
	right: 10px;
	height: 20px;
	width: 20px;
	display: block;
	background: url('../images/smartcity/menuclosesvg.svg');
	background-repeat: no-repeat;
	background-size: 20px 19px;
}

.menu h3 {
	clear: both;
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #fff;
	margin-top: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.menu ul {
	margin-left: 0 !important;
}

.menu li {
	display: block !important;
	width: 100% !important;
	padding: 13px 0 11px 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
}

.menu li a {
	text-decoration: none !important;
	font-size: 16px !important;
	font-family: "halcom",sans-serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	color: #fff !important;
}

.menu li a:hover {
	text-decoration: underline !important;
}

.content-header {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding-bottom: 10px;
}

.content-header h3 {
	float: left;
	font-size: 24px;
	font-family: "halcom",sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #E11E1C;
}

.content-container {
	width: 100%;
	height: 95%;
}


#toerisme-icon-svg {
	height: 45px;
	text-align: center;
	position: relative;
	width: 60px;
}
#toerisme-icon-svg svg{
	width: 40px;
	height: 45px;
	bottom: 0px;
	position: absolute;
	left: 10px;
}

#mobiliteit-icon-svg {
	width: 100%;
	height: 45px;
	position: relative;

}
#mobiliteit-icon-svg svg{
	width: 60px;
	height: 30px;
	margin: auto;
	bottom: 0px;
	position: absolute;
	left: 0px;
}

#bevolking-icon-svg {
	width: 100%;
	height: 45px;
	position: relative;

}
#bevolking-icon-svg svg {
	width: 61px;
	height: 31px;
	margin: auto;
	bottom: 0px;
	position: absolute;
}

#milieu-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#milieu-icon-svg svg {
	width: 50px;
	height: 36px;
	margin: auto;
	bottom: 0px;
	position: absolute;
}


#media-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#media-icon-svg svg {
	width: 45px;
	height: 42px;
	margin: auto;
	bottom: 0px;
	position: absolute;
	left: 10px;
}

#retail-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#retail-icon-svg svg {
	width: 44px;
	height: 40px;
	margin: auto;
	bottom: 0px;
	position: absolute;
	left: 10px;
}
#evenementen-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#evenementen-icon-svg svg {
	width: 70px;
	height: 45px;
	margin: auto;
	bottom: 0px;
	position: absolute;
}


#stakeholders-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#stakeholders-icon-svg svg {
	width: 60px;
	height: 35px;
	margin: auto;
	bottom: 0px;
	position: absolute;
}
#fietsparkeren-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#fietsparkeren-icon-svg svg {
	width: 70px;
	height: 45px;
	margin: auto;
	bottom: 5px;
	position: absolute;
}
#autoparkeren-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#autoparkeren-icon-svg svg {
	width: 70px;
	height: 45px;
	margin: auto;
	top: 5px;
	position: absolute;
}
#reizigerstevredenheid-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#reizigerstevredenheid-icon-svg svg {
	width: 70px;
	height: 35px;
	margin: auto;
	bottom: 0px;
	position: absolute;
}
#veiligheid-1-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#veiligheid-1-icon-svg svg {
	width: 70px;
	height: 35px;
	margin: auto;
	bottom: 0px;
	position: absolute;
}

#veiligheid-2-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#veiligheid-2-icon-svg svg {
	width: 70px;
	height: 40px;
	margin: auto;
	bottom: 0px;
	position: absolute;
}
#duurzaamheid-icon-svg {
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
}
#duurzaamheid-icon-svg svg {
	width: 70px;
	height: 35px;
	margin: auto;
	bottom: 0px;
	position: absolute;
}
#betrouwbaarheid-icon-svg {
	width: 100%;
	height: 35px;
	left: 0px;
	position: relative;
}
#betrouwbaarheid-icon-svg svg {
	width: 70px;
	height: 40px;
	margin: auto;
	bottom: 0px;
	position: absolute;
}







#raport-icon-svg{
	width: 100%;
	height: 45px;
	left: 0px;
	position: relative;
	
}
#raport-icon-svg svg {
	width: 40px;
	height: 35px;
	margin: auto;
	bottom: 0px;
	position: absolute;
	left: 10px;
}


#diagram-icon-svg {
	width: 50px;
	height: 45px;
	left: 0px;
	position: relative;
}
#diagram-icon-svg svg {
	width: 30px;
	height: 30px;
	margin: auto;
	bottom: 0px;
	position: absolute;
	left: 10px;
}



#grafiek-icon-svg {
	width: 50px;
	height: 45px;
	left: 0px;
	position: relative;
}
#grafiek-icon-svg svg {
	width: 27px;
	height: 31px;
	margin: auto;
	bottom: 0px;
	position: absolute;
	left: 10px;
}
#calender-icon-svg {
	width: 50px;
	height: 45px;
	left: 0px;
	position: relative
	
}
#calender-icon-svg svg {
	width: 40px;
	height: 36px;
	margin: auto;
	bottom: 0px;
	position: absolute;

	
	
}
#location-icon-svg {
	width: 50px;
	height: 45px;
	left: 0px;
	position: relative;
}
#location-icon-svg svg {
	width: 30px;
	height: 36px;
	margin: auto;
	bottom: 0px;
	position: absolute;
	left: 20px;
}

.onderzoek{
    width:100%!important;
    max-width: inherit!important;
    margin-top: -50px!important;
}

@media (min-width: 768px) {
	header .header-top #logo {
		float: right;
		margin-top: 0;
	}
	header .header-top h1 {
		padding-top: 13px;
	}
	.intro {
		width: 755px;
		padding: 5px 0;
	}
	.left_block {
		width: calc(100% / 2 - 12.5px);
		float: left;
		background: #fff;
		margin-bottom: 0;
	}
	.right_block {
		width: calc(100% / 2 - 12.5px);
		float: right;
	}
	.dashboard .left_block {
		width: 100%;
		margin-bottom: 25px;
	}
	.dashboard .left_block #map {
		height: 400px;
	}
	.dashboard .right_block {
		width: 100%;
	}
	article.item {
		float: left;
		display: block;
		width: calc(100% / 2 - 12.5px);
		margin-right: 25px;
	}

	article.item:nth-child(2n) {
		margin-right: 0;
		float: right;
	}
	.detail .content {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.dashboard .left_block {
		width: calc(100% / 2 - 12.5px);
		float: left;
		margin-bottom: 0;
	}
	.dashboard .left_block #map {
		height: 670px;
	}
	.dashboard .right_block {
		width: calc(100% / 2 - 12.5px);
		float: right;
	}
	.detail .content {
		min-height: 500px;
	}
	
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
		height: 100%;
		max-width: 1145px;
		margin: auto;
		padding: 0;
	}
}