.scrolling-iframe {
	-webkit-overflow-scrolling: touch;
	width: 1px;
	min-width: calc(100% - 30px);
	overflow: auto;
}
body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
	color: #025690;
}
.mb-50 {
	margin-bottom: 50px;
}
.p-0 {
	padding: 0px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.img-mh-35 img {
	max-height: 35px !important;
}
h1, h2, h3 {
	font-family: 'Museo', serif;
}
.subtitle {
	font-size: 2.1rem;
	font-weight: 500;
	color: #009FE3;
	line-height: 2.5rem;
	/*word-break: break-all;*/
}
a {
	display: inline-block;
	color: inherit;
}
p a {
	display: inline;
}
a:hover {
	text-decoration: underline;
}
/*
a:focus {
  outline: 2px solid #C6D030;
  outline-offset: 5px;
}

a:hover:focus {
  outline: 0;
}
*/
p a {
	text-decoration: underline;
}
section {
	margin: 50px 0;
}
.read-more {
	font-size: 1.0625rem;
	font-weight: 600;
	display: inline-flex;
	margin-top: 15px;
	cursor: pointer;
}
.read-more::after {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	content: '';
	background: url("/images/more.svg") no-repeat center center/contain;
}
.read-more.white::after {
	background: url("/images/more-white.svg") no-repeat center center/contain;
}
.button {
	font-size: 1rem;
	font-weight: 800;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #E72158;
	border: 2px solid #009FE3;
	border-radius: 5px;
	background-color: #ffffff;
}
.header .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header .logo {
	width: 182px;
	max-width: 100%;
}
.header .logo a {
	display: block;
}
.header .login {
	display: inline-block;
	color: #E72158;
	border: 2px solid #025690;
	border-radius: 5px;
	padding: 5px 15px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.8125rem;
}
.header .navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.header .navigation .responsive-icon {
	display: block;
	width: 26px;
	height: 26px;
	background: url("/images/mobile-menu.svg");
}
.header .navigation .responsive-menu {
	display: none;
	background: #ffffff;
	position: absolute;
	width: 100vw;
	top: 32px;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 15px;
}
.header .navigation .responsive-menu ul li {
	color: #025690;
	font-size: 0.9375rem;
	font-weight: 800;
	text-transform: uppercase;
}
.header .navigation .responsive-menu ul li a {
	color: #025690;
}
.header .navigation .responsive-menu ul li.active a {
	color: #E72158;
}
.header .search {
	width: 15px;
}
.header .search .search-icon {
	display: block;
	width: 15px;
	height: 15px;
}
.header .search .search-group {
	display: none;
	position: absolute;
}
.header .search .search-input {
	font-family: inherit;
	font-size: inherit;
	border: 2px solid #025690;
	border-radius: 5px;
	padding: 5px 15px;
	width: auto;
}
.header .subnav {
	background-color: #025690;
}
.header .subnav .container {
	padding: 15px 15px 5px;
	margin-bottom: 0px;
}
.header .subnav ul {
	display: flex;
	flex-wrap: wrap;
}
.header .subnav ul li {
	color: #ffffff;
	font-weight: 800;
	font-size: 0.9375rem;
	text-transform: uppercase;
	margin-right: 30px;
	margin-bottom: 10px;
}
.hero {
	margin: 0;
	padding: 40px 0;
	background-size: cover;
	background-image: url(/RecycleTool-old/images/background-hero-2.png);
	background-position: top;
}
.hero .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.hero.home .container {
	align-items: flex-start;
}
.hero .hero__content {
	flex: 1 0 0;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
	color: #ffffff;
}
.hero .hero__title {
	font-size: 1.8rem;
	font-weight: 700;
}
.hero .hero__intro {
	font-size: 1.5625rem;
}
.hero .hero__intro sub {
	font-size: 1rem;
}
.hero .hero__side {
	display: none;
	width: 300px;
}
.hero .hero__form {
	width: 100%;
	margin-top: 30px;
	padding: 20px;
	background: #E8EDF2;
}
.question-input {
	width: 100%;
	border: none;
}
.input-validation-error {
	border: 1px solid red;
	margin-bottom: 5px;
}
.field-validation-error {
	display: block;
	margin-bottom: 10px;
}
.Homepage .payoff .subtitle {
	color: #fff;
	margin-bottom: 15px;
}
.Homepage .payoff ul {
	margin-top: 0px;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 30px;
}
.Homepage .payoff li {
	background-image: url(../images/check.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	padding-left: 28px;
	line-height: 33px;
	background-position: 0px 8px;
}
.aligner-middle {
	display: flex;
	align-items: center;
	height: 100%;
}
.payoff {
	margin: 0;
	padding: 40px 0;
	color: #ffffff;
	background-color: #025690;
}
.payoff .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.payoff .payoff__content {
	margin-right: 15px;
	margin-bottom: 20px;
}
.payoff .payoff__content p {
	margin: 0;
}
.payoff .button {
	align-self: center;
	flex: 0 0 auto;
}
.payoff ul {
	margin-top: 10px;
	margin-left: 22px;
	list-style: initial;
}
.hero__select {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.hero__select .intro {
	font-size: 16px;
	font-weight: 600;
	flex: 1 0 100%;
	color: #fff;
	margin: 10px 0px 20px 0px;
}
.hero__select .options {
	flex: 1 0 auto;
}
.hero__select .options select {
	margin-bottom: 0;
}
.hero__select .legenda {
	font-weight: 600;
	display: flex;
	align-items: center;
	margin: 0 15px;
}
.hero__select .legenda::before {
	display: inline-block;
	flex: 1 0 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	content: '';
	border: 1px solid #ffffff;
	background-color: #025690;
}
.hero__select .legenda.landelijk::before {
	background-color: #E72158;
}
.hero__charts {
	padding: 40px;
	padding-top: 27px;
	background-color: #E8EDF2;
	width: 100%;
}
.hero__charts h3 {
	font-family: 'Open sans', sans-serf;
	font-size: 1.0625rem;
	margin-bottom: 15px;
	color: #025690;
}
.hero__charts span {
	color: #707070;
	font-size: 13px;
	display: inline-block;
	margin-top: 15px;
}
.hero__charts .hero__city__info {
	margin-top: 0;
	margin-bottom: 60px;
	display: none;
}
.hero__charts .hero__city {
	font-weight: bold;
}
.hero__charts .hero__city__info span {
	font-size: 14px;
	padding-top: 0;
	margin-top: 0;
	margin-right: 12px;
	padding-right: 12px;
	line-height: 14px;
	border-right: 1px solid #707070;
}
.hero__charts__content {
	display: flex;
	flex: 1 0 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.intro-vang {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.intro-vang a {
	text-decoration: underline;
}
.current {
	overflow: hidden;
	margin: 50px auto 30px;
}
.current .subtitle {
	margin-bottom: 30px;
}
.current .video {
	padding: 20px;
	background-color: #E8EDF2;
	text-align: center;
}
.current .video p {
	font-size: 0.875rem;
	font-weight: 600;
	color: #E72158;
	margin-bottom: 10px;
}
.current .featured {
	position: relative;
	background-position: center center;
	background-size: cover;
	min-height: 450px;
	margin-bottom: 20px;
}
.current .featured .flag {
	background-color: #E72158;
	color: #ffffff;
	text-transform: lowercase;
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0;
	padding: 3px 5px;
	display: inline-block;
	float: right;
}
.current .featured__meta {
	background-color: rgba(2, 86, 144, 0.73);
	color: #ffffff;
	transition: .35s ease-in-out;
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
	padding: 0 20px 20px;
}
.current .featured__meta:hover {
	background-color: #025690;
}
.current a {
	display: block;
	height: 100%;
}
.current .featured__meta a:hover {
	text-decoration: none;
}
.current .featured__meta .date {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0;
	padding: 15px 0;
}
.current .featured__meta .title {
	font-size: 2.1875rem;
	font-weight: 700;
}
.current .featured__meta .title::after {
	content: '';
	display: inline-block;
	background: url("/images/arrow.svg") no-repeat center center/contain;
	width: 13px;
	height: 21px;
	margin-left: 3px;
}
.current .featured__meta .chapeau {
	display: block;
	font-size: 1.5625rem;
	font-weight: 500;
}
.current .article__meta {
	background-color: #D2DA60;
	margin-bottom: 20px;
	transition: .35s ease-in-out;
	padding: 10px 20px;
	position: relative;
}
.current .article__meta:hover {
	background-color: #C6D030;
}
.current .article__meta a {
	text-decoration: none;
}
/*
.current .article__meta a:focus {
  outline: 2px solid #025690;
}*/
.current .article__meta:last-child {
	margin-bottom: 0;
}
.current .article__meta .date {
	font-size: 0.875rem;
	font-weight: 600;
	color: #E72158;
	margin-bottom: 10px;
}
.current .article__meta .title {
	font-size: 1.25rem;
}
.current .article__meta .intro::after {
	content: '';
	display: inline-block;
	background: url("/images/arrow.svg") no-repeat center center/contain;
	width: 8px;
	height: 13px;
	position: absolute;
	right: 15px;
}
.current .read-more {
	float: right;
	margin-top: 30px;
}
.current .video__link {
	height: inherit;
	overflow: hidden;
	position: relative;
}
.current .video__link::after {
	content: '';
	display: block;
	background: url('/images/play.png') no-repeat center center /cover;
	width: 98px;
	height: 98px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.current .video__link::before {
	content: '';
	display: block;
	background-color: rgba(2, 86, 144, .73);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.grey {
	margin: 0;
	padding: 75px 0;
	background: url("/images/background-grey.png") no-repeat center center/cover;
	background-color: blue;
}
.grey .subtitle {
	margin-top: 10px;
}
.grey .review {
	position: relative;
	margin-top: 20px;
	padding: 20px;
	color: #ffffff;
	border-radius: 45px;
	border-bottom-right-radius: 0;
	background-color: #009FE3;
}
.grey .review p {
	margin: 0;
}
.grey .review .review__meta {
	/* max-width: 275px; */
}
.grey .review .review__meta .quote {
	font-size: 1.375rem;
	margin-bottom: 10px;
}
.grey .review .review__meta .name {
	font-size: 1.0625rem;
	font-weight: 800;
}
.grey .review .review__meta .position {
	font-size: 1.0625rem;
	font-weight: 300;
}
.grey .review .review__photo {
	position: absolute;
	right: 40px;
	bottom: 0;
	display: none;
}
.blocks {
	margin: 70px auto 60px;
}
.block {
	margin-top: 25px;
}
.block .block__image {
	background-color: #E8EDF2;
	border-radius: 5px;
	height: 200px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block .block__intro {
	margin: 30px 0 0;
}
.footer {
	background-color: #E8EDF2;
	padding: 30px 0 60px;
}
.footer h3 {
	color: #009FE3;
	font-weight: 700;
	font-size: 1.25rem;
}
.footer .footer__content {
	font-size: 0.875rem;
}
.footer .footer__content .read-more {
	font-size: 0.875rem;
	margin: 0;
}
.footer .footer__content .read-more::after {
	width: 18px;
	height: 18px;
}
.footer .logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*
.footer .logos img {
  margin-bottom: 10px;
  margin-right: 20px;
}
*/
.footer .logos a, .footer .logos span {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.footer .logos a img, .footer .logos span img {
	width: auto;
	height: 100%;
	max-height: 70px;
}
.footer .footer__nav ul {
	display: flex;
	justify-content: flex-start;
}
.footer .footer__nav ul li {
	margin-left: 30px;
	font-weight: 600;
}
.footer .footer__nav ul li:first-child {
	margin-left: 0;
}
.footer .social {
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}
.footer .social a {
	margin-left: 7px;
	transition: .35s ease-in-out;
}
.footer .social a:first-child {
	margin-left: 0;
}
.footer .social a:hover {
	transform: scale(1.1);
} /*
.footer .social a:focus {
  transition: none;
}*/
.footer .social img {
	width: 42px;
	height: 42px;
}
.umb-grid .container {
	padding: 50px 15px;
}
.umb-grid .grey-1 {
	background: url("/images/background-grey.png") no-repeat center center/cover;
}
.umb-grid .grey-1 .read-more::after {
	background: url("/images/more-white.svg") no-repeat center center/contain;
}
.umb-grid h2 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 10px;
	color: #009FE3;
}
.umb-grid .column {
	padding-bottom: 20px;
}
.umb-grid .button {
	margin-top: 20px;
}
select, input, textarea {
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	color: #025690;
	padding: 10px 15px;
	width: 100%;
	background: #ffffff;
	margin-bottom: 20px;
}
select::placeholder, input::placeholder, textarea::placeholder {
	color: #025690;
}
fieldset p {
	margin: -15px 0px 20px 0px !important;
	padding: 0px 15px;
	font-size: 13px;
}
/*
select:focus, input:focus {
  outline: 2px solid #C6D030;
  outline-offset: 5px;
}
select:hover:focus, input:hover:focus {
  outline: 0;
}*/
input[type="submit"] {
	width: auto;
	font-size: 1.375rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #E72158;
	background-color: #ffffff;
	border: 2px solid #009FE3;
	border-radius: 5px;
	padding: 10px 30px;
}
input[type="submit"]:hover {
	text-decoration: underline;
}
#actueel h2 {
	font-size: 2.1rem;
	font-weight: 500;
	color: #025690;
	line-height: 2.5rem;
}
#actueel .card-body {
	background-color: #E8EDF2;
}
#actueel .h-100 {
	height: 100% !important;
}
#actueel .d-block {
	display: block !important;
}
#actueel .card {
	display: flex;
	flex-direction: column;
}
#actueel .img-hover-wrapper {
	overflow: hidden;
	flex: none;
}
#actueel .img-hover-wrapper img {
	transition: transform 0.3s ease-out;
}
#actueel .img-hover-wrapper:hover img, #actueel a:hover .img-hover-wrapper img {
	transform: scale(1.05);
}
#actueel .card div.top {
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
#actueel .card div.bottom {
	flex: 1;
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 45px;
}
#actueel .card-body {
	padding: 30px;
	position: relative;
}
#actueel .card-body .date {
	background-color: #E72158;
	color: #ffffff;
	text-transform: lowercase;
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0;
	padding: 3px 5px;
	display: inline-block;
	position: absolute;
	top: -15px;
}
#actueel .card-body h3 {
	color: #009FE3;
	font-size: 25px;
	font-weight: normal;
	transition: 0.3s;
}
#actueel a:hover {
	text-decoration: none !important;
}
#actueel a:hover h3 {
	color: #025690;
	text-decoration: none !important;
}
#actueel .read-more {
	display: block;
	height: 39px;
	width: 39px;
	background-image: url("../images/Read_More.svg");
	transition: transform 0.3s ease-out;
}
#actueel .read-more:hover, #actueel a:hover .read-more {
	transform: translate(1rem, 0rem);
}
#actueel .read-more::after {
	display: none !important;
}
#actueel .button {
	display: inline-block;
	color: #E72158;
	border: 2px solid #025690;
	border-radius: 5px;
	padding: 5px 15px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.8125rem;
}
#actueel a.button:hover {
	text-decoration: underline !important;
}
.actueel-vervolg {
	margin-bottom: 0px !important;
}
.actueel-vervolg [class^='col-'] {
	margin-bottom: 40px !important;
}
#paging {
	margin-top: 0px !important;
}
#paging ul li {
	float: left;
	margin-right: 20px;
}
#paging .selected {
	font-weight: bold;
}
@media (min-width: 768px) {
	.hero .hero__title {
		font-size: 3.125rem;
	}
	.hero .hero__title sub {
		font-size: 2rem;
	}
	.button {
		font-size: 1.375rem;
	}
	.header .navigation {
		width: 323px;
	}
	.header .navigation .responsive-menu {
		right: 0;
		left: inherit;
		width: auto;
		margin: 45px 0 0;
		padding: 0;
	}
	.header .navigation .responsive-menu ul {
		display: flex;
	}
	.header .navigation .responsive-menu ul li {
		margin-right: 10px;
		padding-right: 10px;
		white-space: nowrap;
		/*border-right: 3px solid #C6D030;*/
	}
	.header .navigation .responsive-menu ul li:last-child {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	.header .search {
		position: relative;
	}
	.header .search .search-group {
		top: -6px;
		right: 25px;
	}
	.section-map svg {
		height: 850px;
	}
	.hero {
		padding: 75px 0;
	}
	.hero .hero__title span {
		font-size: 2.1875rem;
		display: block;
	}
	.hero .hero__side {
		display: block;
	}
	.hero .hero__intro {
		margin-bottom: 30px;
	}
	.hero .hero__form {
		width: calc(50% - 30px);
		margin-top: 0;
		margin-left: 30px;
	}
	.hero__charts .chart {
		max-width: 100%;
	}
	.payoff .container {
		flex-wrap: nowrap;
	}
	.Homepage .payoff .container {
		display: block;
	}
	.payoff .payoff__content {
		margin-bottom: 0;
	}
	.current .featured {
		margin-bottom: 0;
	}
	.current .video__link {
		height: calc(100% - 70px);
	}
	.current .video__image {
		height: 100%;
		max-width: inherit;
	}
	.review-block {
		display: flex;
		align-items: center;
	}
	.review-block-content {
		padding-right: 15px;
		height: auto !important;
	}
	.grey .review {
		margin-top: 0;
		padding: 25px 50px 35px;
	}
	.grey .review .review__photo {
		display: block;
	}
	.block {
		margin-top: 0;
	}
	.umb-grid .column {
		padding-bottom: 0;
	}
	.umb-grid .col-md-10.column {
		margin: 0 auto;
	}
	.footer .footer__nav ul {
		justify-content: flex-end;
	}
	.footer .social {
		justify-content: flex-end;
	}
	.footer .logos img {
		margin-bottom: 0;
	}
	/*Over de benchmark*/
	.benchmark-driehoek-blok {
		width: 50%;
	}
	.benchmark-driehoek-blocks {
		display: flex;
	}
	.benchmark-driehoek-rechts {
		margin-top: 0px !important;
	}
	#actueel .button {
		float: right;
	}
	#actueel h2 {
		margin-bottom: 30px;
	}
}
	@media (min-width: 992px) {
		.header .navigation {
			display: block;
			width: auto;
			margin-top: 0;
			text-align: right;
		}
		.header .navigation .responsive-icon {
			display: none;
		}
		.header .navigation .responsive-menu {
			display: block;
			position: inherit;
			top: inherit;
			left: inherit;
			right: inherit;
			margin: 20px 0 0;
			padding: 0;
			width: auto;
		}
		.chartjs-render-monitor {
			width: 300px !important;
			height: 150px !important;
		}
	}
	@media (max-width: 768px) {
		.hero__select .options {
			display: block;
			width: 100%;
		}
		.hero__select .legenda {
			margin-left: 0px !important;
		}
		.steps .col {
			display: block;
			flex-basis: auto;
		}
		.benchmark-driehoek-blok-content {
			height: 100% !important;
		}
	}
	@media (max-width: 767px) {
		.options {
			width: 100%;
		}
		.hero__select .options {
			display: block;
		}
		.chart {
			margin: auto;
			padding-top: 22px;
			width: 400px;
		}
		.responsive-menu ul {
			max-width: 540px;
			margin: auto;
			padding-left: 7px;
		}
		.responsive-menu ul li a {
			display: block;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.steps .infographic {
			margin-top: 0px;
		}
		.review-block .function {
			margin-bottom: 20px;
		}
		.vangvergelijker {
			overflow: scroll;
		}
	}
	@media (max-width: 525px) {
		.chart {
			width: 250px;
		}
	}
	@media (max-width: 321px) {
		.chart {
			width: 200px;
		}
	}
	.dropdown-menu {
		z-index: 99999;
	}
	/*style ww*/
	.pricing .green-block {
		background-color: #D2DA60;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		line-height: 26px;
	}
	.pricing .green-block:last-child {
		margin-top: 15px;
	}
	.pricing .green-block h2 {
		font-size: 16px;
		line-height: 30px;
		color: #025690;
	}
	.pricing .right-block {
		line-height: 26px;
	}
	.grey-background {
		background-color: #E8EDF2;
		line-height: 26px;
	}
	.grey-background.calendar-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.calendar {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.calendar p {
		margin: 0;
		display: flex;
	}
	.calendar span {
		flex: 0 0 105px;
		font-weight: bold;
	}
	.calendar-flex {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.pricing .right-block h2 {
		font-size: 20px;
	}
	.contact-block {
		background-color: #009FE3;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 30px;
		padding-left: 30px;
		color: #fff;
		-webkit-border-radius: 45px;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius: 45px;
		-moz-border-radius-bottomright: 0;
		border-radius: 45px;
		border-bottom-right-radius: 0;
	}
	.contact-block h2 {
		color: #fff;
		font-size: 22px;
		line-height: 30px;
	}
	.steps {
		margin: 0;
		padding: 50px 0;
	}
	.steps .infographic {
		margin-top: 45px;
	}
	.steps .title {
		font-size: 25px;
	}
	.steps p {
		line-height: 26px;
	}
	#gemeenten {
		display: none;
	}
	.dropdown-menu {
		display: none;
	}
	.dropdown-toggle {
		width: 100%;
	}
	.bs-searchbox {
		text-align: center;
		border-bottom: 1px solid #e8edf2;
	}
	.filter-option-inner-inner {
		font-family: 'Open Sans', sans-serif !important;
		color: #025690;
		font-size: 14px;
		font-weight: 500;
	}
	.bs-searchbox input {
		margin-bottom: 0px;
		background-color: #E8EDF2;
		height: 34px;
		width: 95%;
		margin-top: 13px;
		margin-bottom: 13px;
		font-weight: normal;
		font-size: 14px;
	}
	.show .dropdown-menu {
		display: block;
		/* margin-top: 24px; */
		background-color: #fff;
		/*max-height:400px;*/
	}
	.show .dropdown-menu ul {
		list-style-type: disc;
		padding: 0px;
		margin: 0px;
	}
	.show .dropdown-menu ul li {
		padding-left: 10px;
	}
	.show .dropdown-menu ul li a:hover {
		text-decoration: none;
	}
	.show .dropdown-menu .no-results {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.show .dropdown-menu li a {
		display: block;
		cursor: pointer;
		padding-top: 4px;
		padding-bottom: 4px;
		z-index: 999999999;
		color: #009FE3;
	}
	.no-results {
		color: #009FE3;
	}
	.show .dropdown-menu li:hover {
		background-color: #f1f1f1;
	}
	.hero__content .btn {
		width: 100%;
		background-color: #fff;
		border: none;
		height: 37px;
		text-align: left;
		padding-left: 21px;
		background-image: url(../images/pink-arrow.svg);
		background-repeat: no-repeat;
		background-size: 25px 25px;
		padding-right: 22px;
		background-position: right 11px center;
	}
	.background-image-grey {
		background-position: top;
		background-size: cover;
		background-image: url(../images/background-grey.png);
	}
	#review {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.review-block {
		background-color: #009FE3;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 30px;
		padding-left: 30px;
		color: #fff;
		-webkit-border-radius: 45px;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius: 45px;
		-moz-border-radius-bottomright: 0;
		border-radius: 45px;
		border-bottom-right-radius: 0;
	}
	.review-block h2 {
		line-height: normal;
	}
	.review-block .name {
		font-size: 17px;
		font-weight: bold;
		display: block;
	}
	.review-block .function {
		font-size: 13px;
		font-style: italic;
		display: block;
	}
	.review-block img {
		border-radius: 20px;
		height: 268px;
		max-height: 268px;
		border-bottom-right-radius: 0;
		/*width: 100%;*/
		width: auto;
	}
	.review li {
		background-image: url(../images/check-blue.svg);
		background-position: 0px 8px;
		background-size: 16px 16px;
		background-repeat: no-repeat;
		padding-left: 28px;
		line-height: 33px;
	}
	/*Over de benchmark*/
	.note {
		color: #707070;
		font-size: 13px;
		line-height: 20px;
	}
	ul.note {
		list-style-type: disc;
		padding-left: 17px;
	}
	.note sub {
		color: #707070;
		font-size: 10px;
	}
	.pricing .note {
		margin-top: 20px;
	}
	.benchmark-driehoek-blok {
		display: block;
		padding: 5px;
	}
	.benchmark-driehoek-rechts {
		margin-top: 25px;
	}
	.benchmark-driehoek-blok-content {
		padding-top: 11px;
		padding-left: 18px;
		padding-right: 18px;
		padding-bottom: 25px;
		height: 192px;
	}
	.benchmark-driehoek-blok-content h2 {
		font-weight: normal;
		font-size: 25px;
		margin-bottom: 15px;
	}
	.benchmark-driehoek-blok-content li {
		background-image: url(../images/check.svg);
		background-size: 16px 16px;
		background-repeat: no-repeat;
		padding-left: 28px;
		line-height: 33px;
		background-position: 0px 8px;
	}
	.benchmark-driehoek-blok-1 {
		padding-top: 0px;
	}
	.benchmark-driehoek-blok-2 {
		padding-top: 0px;
	}
	.benchmark-driehoek-blok-1 .benchmark-driehoek-blok-content {
		background-color: #E72158;
		color: #fff;
	}
	.benchmark-driehoek-blok-2 .benchmark-driehoek-blok-content {
		background-color: #D2DA60;
	}
	.benchmark-driehoek-blok-3 .benchmark-driehoek-blok-content {
		background-color: #009FE3;
		color: #fff;
	}
	.benchmark-driehoek-blok-4 .benchmark-driehoek-blok-content {
		background-color: #025690;
		color: #fff;
	}
	.benchmark-driehoek-blok-2 li {
		background-image: url(../images/check-blue.svg);
	}
	.steps .infographic {
		background-color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 40px;
	}
	.package {
		background-color: #E8EDF2;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.package-flex {
		padding-top: 28px;
		height: 100%;
	}
	.package-second-row {}
	.package .package-title {
		margin-top: 0px;
	}
	.package .package-title span {
		background-color: #E72158;
		padding-left: 25px;
		display: inline-block;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 25px;
		color: #fff;
		font-size: 20px;
	}
	.package .package-title span.blauw {
		background-color: #025690;
	}
	.package .package-content {
		padding-left: 25px;
		padding-right: 10px;
		padding-top: 25px;
	}
	.package-price-content {
		padding-left: 25px;
		align-self: flex-end;
	}
	.package-price {
		font-weight: 600;
		font-size: 20px;
	}
	/*Tools*/
	#tools .block {
		padding: 20px;
		height: 100%;
	}
	#tools .block h3 {
		font-size: 25px;
	}
	#tools .block .button {
		font-size: 15px;
		margin-top: 10px;
	}
	#tools .block.flex {
		display: flex;
		flex-wrap: wrap;
	}
	#tools .block.flex .button {
		align-self: flex-end;
	}
	/*Vangvergelijker*/
	.VANG main {
		background-color: #D5E0E7;
	}
	.section-map {
		width: 100%;
		height: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-map svg {
		width: 100%;
		max-width: 700px;
	}
	.vangvergelijker {
		margin-top: 0px;
		padding-top: 50px;
		padding-bottom: 40px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.vangvergelijker iframe {
		max-width: 100%;
		width: 100%;
		height: 100vh;
	}
	.options-menu {
		max-width: 300px;
		/*margin:auto;*/
	}
	.subtitle-chart {
		font-size: 25px;
		margin-bottom: .5rem;
	}
	.options-menu .options-category {
		background-color: #f1f1f1;
	}
	.options-category {
		margin-bottom: 1px;
	}
	.options-category div {
		padding: 10px 5px;
		padding-left: 15px
	}
	.options-title {
		position: relative;
		/*background-color:#e8edf2;*/
		color: #e72158;
		font-weight: 700;
		font-size: 14px;
		cursor: pointer;
	}
	.options-title span {
		position: absolute;
		top: 14px;
		right: 10px;
		width: 16px;
		height: 10px;
		background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI5Ljc1IiB2aWV3Qm94PSIwIDAgMTYgOS43NSI+DQogIDxwYXRoIGlkPSJpZl92LTdfMzE2MjYzMiIgZD0iTTIyLjQxLDgsMTQuMjQ1LDAsMTIuNjYsMS42NTUsMTkuMjIyLDgsMTIuNjYsMTQuMzQ1LDE0LjI0NSwxNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMjIuNDEpIHJvdGF0ZSgtOTApIiBmaWxsPSIjZTcyMTU4Ii8+DQo8L3N2Zz4NCg==') no-repeat 50% 50%;
		background-size: contain;
		transition: .3s all ease-in-out;
	}
	.options-title.closed span {
		transform: rotate(180deg);
	}
	.options-selector {
		padding-top: 0 !important;
		padding-bottom: 5px !important;
	}
	.options-title.closed + .options-selector {
		height: 0;
		padding-bottom: 0 !important;
		overflow: hidden;
	}
	.options-selector input {
		width: 20px;
	}
	.options-category label {
		font-size: 14px;
		line-height: 19px;
	}
	.btn-export {
		display: none; /*inline-block; */
		color: #E72158;
		background: transparent;
		border: 2px solid #009fe3;
		border-radius: 5px;
		padding: 5px 45px;
		font-weight: 800;
		text-transform: uppercase;
		font-size: 1rem;
		font-family: 'Open Sans', sans-serif;
		cursor: pointer;
		float: right;
	}
	.btn-export:after {
		display: inline-block;
		content: '';
		width: 10px;
		height: 16px;
		margin-left: 10px;
		background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ljc1IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOS43NSAxNiI+DQogIDxwYXRoIGlkPSJpZl92LTdfMzE2MjYzMiIgZD0iTTIyLjQxLDgsMTQuMjQ1LDAsMTIuNjYsMS42NTUsMTkuMjIyLDgsMTIuNjYsMTQuMzQ1LDE0LjI0NSwxNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi42NikiIGZpbGw9IiNlNzIxNTgiLz4NCjwvc3ZnPg0K') no-repeat 50% 50%;
		background-size: contain;
		vertical-align: middle;
	}
	.btn-export:hover, .btn-export:focus {
		text-decoration: underline;
	}
	section#filters {
		min-height: 54px;
		margin: 0 0 30px;
		padding: 5px 0;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
		transition: .3s all ease-in-out;
		/*opacity:0;*/
		display: none;
	}
	#filter-display {
		position: relative;
		padding-left: 120px
	}
	#filter-display:before {
		position: absolute;
		content: 'Gekozen filters:';
		top: 9px;
		left: 0
	}
	#filter-display li {
		display: inline-block;
		margin: 5px;
		padding: 5px;
		background: #E8EDF2;
		border-radius: 5px;
	}
	.filter-display-cross {
		margin-left: 15px;
		cursor: pointer;
	}
	#map {
		margin: auto;
	}
	.geselecteerde-gemeente {
		fill: #c7d130;
	}
	path {
		transition: fill .8s ease;
	}
	/*kaart*/
	.kaart .background-grey {
		margin: 0px;
		padding-top: 65px;
		padding-bottom: 65px;
		background-color: #D5E0E7;
	}
	.description {
		pointer-events: none;
		position: absolute;
		font-size: 15px;
		background: #025690;
		padding: 20px;
		z-index: 5;
		transition: fill .8s ease;
		margin: 0 auto;
		color: #fff;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		display: none;
	}
	.description.active {
		display: block;
	}
	.description:after {
		content: "";
		position: absolute;
		background: #025690;
		left: 50%;
		top: 100%;
		width: 20px;
		height: 20px;
		transform: rotate(45deg);
		margin-left: -10px;
		margin-top: -10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.description span {
		font-weight: 600;
	}
	.description p {
		margin: 0 0;
	}
	.description span {
		width: 166px;
		display: inline-block;
	}
	.description h4 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 15px;
	}
	.description .sources {
		font-size: 13px;
		color: #D5E0E7;
		margin-top: 20px;
	}
	.heyo:hover {
		fill: #E72158;
	}
	.white-block {
		padding: 30px 45px;
		background-color: #fff;
	}
	/*checkbox*/
	.options-category .container {
		display: block;
		position: relative;
		padding-left: 30px;
		margin-bottom: 12px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	/* Hide the browser's default checkbox */
	.options-category .container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}
	/* Create a custom checkbox */
	.options-category .checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 20px;
		width: 20px;
		background-color: #fff;
		border: 2px solid #707070;
	}
	/* On mouse-over, add a grey background color */
	.options-category .container:hover input ~ .checkmark {
		background-color: #ccc;
	}
	/* When the checkbox is checked, add a blue background */
	.options-category .container input:checked ~ .checkmark {
		background-color: #fff;
	}
	/* Create the checkmark/indicator (hidden when not checked) */
	.options-category .checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}
	/* Show the checkmark when checked */
	.options-category .container input:checked ~ .checkmark:after {
		display: block;
	}
	/* Style the checkmark/indicator */
	.options-category .container .checkmark:after {
		left: 2px;
		top: 2px;
		width: 12px;
		height: 12px;
		background-color: #E72158;
	}