/*
---------------------------
ALGEMEEN
---------------------------
*/


#page-container {
	position:relative;
	z-index: 2;
/* 	padding: 0 40px 0px 40px; */
	background: #fff;
}
	@media (max-width: 1600px) {
		#page-container {
			margin: 0 0px 0px 0px;
		}
	}


.section-wrapper {
	display: block;
	position: relative;
}

@media (max-width: 1600px) {
		#page-container {
			margin: 0 0px 0px 0px;
		}
	}


.row {
	position: relative;
	max-width: 74em;
	z-index: 2;


}
.row.narrow {
	max-width: 70em
}
.row.wide {
	max-width: 80em
}
.row.wider {
	max-width: 92.5em
}
.main-content {
	position: relative;
}
/* Section Up */
.section-up-small  {
	margin-top: -40px;
}
.section-up-medium  {
	margin-top: -80px;
}
.section-up-large {
	margin-top: -120px;
}

.max-width {
	max-width: 88em;
	margin: auto;
}

.consumentenbond-vignet{
	position: absolute;
	right: 0;
	z-index: 9999;
	top: -12rem;
	width: 150px;
	margin-right: 5rem;
}

.consumentenbond-vignet-vervolgpagina{
	position: absolute;
	right: 0;
	z-index: 9999;
	top: -12rem;
	width: 150px;
	margin-right: 5rem;
}

	@media (max-width: 1024px) {
		.consumentenbond-vignet{
			width:130px;
			top:-11rem;

		}
	}
	@media (max-width: 640px) {
		.consumentenbond-vignet{
			width:100px	;
			top: -9rem;
			margin-right: 5%;
		}
	}
	@media (max-width: 500px) {
		.consumentenbond-vignet{
			top: -6rem;
		}
	}

.page-tpl-vervolgpagina .consumentenbond-vignet{
	top:24rem;
}

.page-tpl-vervolgpagina .consumentenbond-vignet-vervolgpagina{
	top:-10.3rem;
}


	@media (max-width: 1024px) {
		.page-tpl-vervolgpagina .consumentenbond-vignet{
			width:130px;
			top:25rem;

		}
	}
	@media (max-width: 800px) {
		.page-tpl-vervolgpagina .consumentenbond-vignet{
			top:28rem;
			margin-right: 5%;
		}
	}

	@media (max-width: 640px) {
		.page-tpl-vervolgpagina .consumentenbond-vignet{
			top: 24rem;
			width:100px;
		}
	}
	@media (max-width: 595px) {
		.page-tpl-vervolgpagina .consumentenbond-vignet{
			top: 29rem;
		}
	}

	@media (max-width: 440px) {
		.page-tpl-vervolgpagina .consumentenbond-vignet{
			top: 27rem;
		}
	}


.header-placeholder {
	display: block;
	height: 160px;
}
.header-shape {
	position: absolute;
	top: -58px;
	left:0;
	width: 100%;
	height: 60px;
	background: url('../images/header-shape.png') no-repeat bottom center;
	background-size: 100% auto;
	text-align: center;
	z-index: 99;
}
.header-shape:before {
	position: absolute;
	bottom:25px;
	left:50%;
	width: 16px;
	height: 16px;
	margin-left: -11px;
	background: url('../images/arrow-white.svg') no-repeat center;
	background-size: contain;
	transform: rotate(90deg);
	content:'';
	opacity: 0.3;
}
.header-shape a {
	top: 0;
	left:0;
	bottom:0;
	right:0;
	position: absolute;
	z-index: 100;
	display: block;
}

	@media (max-width: 1600px) {
		.row.wider {
			max-width: 82.5em
		}
	}
	@media (max-width: 1440px) {
		.row.wider {
			max-width: 78em
		}
	}
	@media (max-width: 1320px) {
		.row.wider {
			max-width: 90%
		}
	}
	@media (max-width: 1024px) {
		.row {
			max-width: 62rem
		}
		.row.wider {
			max-width: 96%
		}
		.row.narrow {
			max-width: 94%
		}
	}
	@media (max-width: 970px) {
		.header-shape {
			background-size: auto 30px !important;
		}
		.section-wrapper {
			padding-left:1rem;
			padding-right: 1rem;
		}
	}



.section-shape {
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(35%);
	background: #fff;
	border-radius: 100px;
	z-index: 99;
}
.section-shape:before {
	position: absolute;
	bottom:15px;
	left:50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: url('../images/arrow-dark.svg') no-repeat center;
	background-size: contain;
	transform: rotate(90deg);
	content:'';
	opacity: 0.3;
}
.section-shape a {
	top: 0;
	left:0;
	bottom:0;
	right:0;
	position: absolute;
	z-index: 100;
	display: block;
}

.section-shape.top {
	bottom: auto;
	top: 0;
	transform: translateX(-50%) translateY(-35%);
}
.section-shape.top:before {
	transform: rotate(-90deg);
	bottom: auto;
	top: 17px;
}


/* Primary */
.bg-primary .section-shape {
	background: #ff5f29;
}
.bg-primary .section-shape:before {
	background-image: url('../images/arrow-white.svg');
}
/* Secondary */
.bg-secondary .section-shape {
	background: #1e87a8;
}
.bg-secondary .section-shape:before {
	background-image: url('../images/arrow-white.svg');
}
.bg-color3 .section-shape {
	background: #d1d5dc;
}

/* Dark */
.bg-dark .section-shape {

}
/* Light */
.bg-light .section-shape {
	background: #f0f2f5;
}
/* White */
.bg-white .section-shape {

}

/*
---------------------------
TOPBAR
---------------------------
*/


#topbar {
	position: fixed !important;
	top: 0;
	left:0;
	width: 100%;
	height: 160px;
	z-index: 999 !important;
	background: #fff;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.17);
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition:height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;

	will-change: height;

}

	@media (max-width: 1024px) {
		#topbar {

		}
		.header-placeholder {

		}
	}
	@media (max-width: 970px) {
		#topbar {
			height: 100px;
		}
		.header-placeholder {
			height: 100px;
		}
	}
	@media (max-width: 540px) {
		.header-placeholder {
			height: 90px;
		}
	}



/* On scroll */
#topbar.small {
	height: 120px;
/* transform: translateX(0%) translateY(-120px); */
}


#topbar .inner  {
	display: block;
	max-width: 74em;
	height: 100%;
	position: relative;
	margin: auto;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#topbar.small .inner {
/* 	max-width: 100%; */

}

	@media (max-width: 1280px) {
		#topbar .inner  {

		}
	}
	@media (max-width: 1024px) {
		#topbar .inner  {
			max-width: 62em;
		}
	}
	@media (max-width: 970px) {
		#topbar.small {
			height: 80px;
		}
		#topbar .inner  {
			max-width: 100%;
		}
	}
	@media (max-width: 767px) {
		#topbar {
			height: 100px;
		}
		#topbar .inner  {
			max-width: 97%;
		}
	}
	@media (max-width: 440px) {
		#topbar {
			height: 90px;
		}
		#topbar.small {
			height: 60px;
		}
	}



/* Logo */
.logo {
	display: block;
	position: absolute;
	bottom: 65%;
	transform: translateX(0) translateY(50%);
	left: 0.5rem;
	width: 240px;
	height: 80px;
	margin-left: 0px;
	background:  url('../images/kingpolis.svg') no-repeat left center;
	background-size: contain;
  z-index: 998 !important;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	will-change: width;
}
.logo span {
	position: absolute;
	top: 63%;
	left: 100%;
	width: 300px;
	display: block;
	font-weight: 700;
	color: #70767f;
	font-style: italic;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.small .logo  {
	width: 120px;
	transform: translateX(0) translateY(40%);
}
.small .logo span{
	visibility: hidden;
	opacity: 0;


}

	@media (max-width: 1024px) {
		.logo {

		}
	}

	@media (max-width: 970px) {
		.logo {
			left: 1.3rem;
			bottom: 50%;
			width: 180px;
		}
		.small .logo  {
			width: 120px;
			transform: translateX(0) translateY(50%);
		}
	}

	@media (max-width: 640px) {
		.logo {
			width: 160px;
		}
		.small .logo  {

		}

	}
	@media (max-width: 360px) {
		.logo {
			width: 140px;
		}

	}

.topbar-border {
	display: none;
	position: absolute;
	top: 0px;
	left:0;
	width: 100%;
	height: 8px;
	opacity: 1;
	visibility: visible;
	z-index: 111 !important;
	background: rgb(255,104,50);
	background: -moz-linear-gradient(left,  rgba(255,104,50,1) 0%, rgba(81,199,228,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,104,50,1) 0%,rgba(81,199,228,1) 100%);
	background: linear-gradient(to right,  rgba(255,104,50,1) 0%,rgba(81,199,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6832', endColorstr='#51c7e4',GradientType=1 );

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.small .topbar-border {
	opacity: 0;
	visibility: hidden;
}

.topbar-extra {
	position: absolute;
	bottom: 65%;
	transform: translateX(0) translateY(50%);
	right:1rem;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.small .topbar-extra {
	transform: translateX(0) translateY(40%);
}

	@media (max-width: 970px) {
		.topbar-extra {
			bottom: 50%;
		}
		.small .topbar-extra {
			transform: translateX(0) translateY(50%);
		}
		.topbar-extra .language-button {
			display: none;
		}
	}
	@media (max-width: 640px) {
		.topbar-extra {
			right: 10px;
		}
	}

.button.hollow.search-button {
	float: right;
	height: 46px;
	width: 46px;
	padding:0;
	margin-left:1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4Ij4KPGcgaWQ9IlNlYXJjaCI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMjQ0LjE4NiwyMTQuNjA0bC01NC4zNzktNTQuMzc4Yy0wLjI4OS0wLjI4OS0wLjYyOC0wLjQ5MS0wLjkzLTAuNzYgICBjMTAuNy0xNi4yMzEsMTYuOTQ1LTM1LjY2LDE2Ljk0NS01Ni41NTRDMjA1LjgyMiw0Ni4wNzUsMTU5Ljc0NywwLDEwMi45MTEsMFMwLDQ2LjA3NSwwLDEwMi45MTEgICBjMCw1Ni44MzUsNDYuMDc0LDEwMi45MTEsMTAyLjkxLDEwMi45MTFjMjAuODk1LDAsNDAuMzIzLTYuMjQ1LDU2LjU1NC0xNi45NDVjMC4yNjksMC4zMDEsMC40NywwLjY0LDAuNzU5LDAuOTI5bDU0LjM4LDU0LjM4ICAgYzguMTY5LDguMTY4LDIxLjQxMyw4LjE2OCwyOS41ODMsMEMyNTIuMzU0LDIzNi4wMTcsMjUyLjM1NCwyMjIuNzczLDI0NC4xODYsMjE0LjYwNHogTTEwMi45MTEsMTcwLjE0NiAgIGMtMzcuMTM0LDAtNjcuMjM2LTMwLjEwMi02Ny4yMzYtNjcuMjM1YzAtMzcuMTM0LDMwLjEwMy02Ny4yMzYsNjcuMjM2LTY3LjIzNmMzNy4xMzIsMCw2Ny4yMzUsMzAuMTAzLDY3LjIzNSw2Ny4yMzYgICBDMTcwLjE0NiwxNDAuMDQ0LDE0MC4wNDMsMTcwLjE0NiwxMDIuOTExLDE3MC4xNDZ6IiBmaWxsPSIjMmZhMWJkIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==');
	background-size: 18px auto;
	border-width: 2px !important;
}
@media (max-width: 640px) {
	.button.hollow.search-button {
		margin-left: 5px;
	}
}
@media (max-width: 340px) {
	.button.hollow.search-button {
		display: none !important;
	}
}

.phone {
	font-family: 'Roboto Slab';
	float: left;
	font-size: 18px;
	font-weight: 700;
	padding: 0.5rem;
	margin-right: 20px;
	color: #000;
	letter-spacing: 2px;
}
.phone i {
	position: relative;
	top: 2px;
	font-size: 18px;
}

	@media (max-width: 970px) {
		.phone {
			padding: 0rem;
			height: 48px;
			width: 48px;
			line-height: 44px;
			text-align: center;
			border-radius: 100px;
			border: 2px solid rgba(0, 23, 80, 0.1);
		}
		.phone span {
			display: none;
		}
	}


.premie-button {
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1024px) {
	.premie-button {
		font-size: 11px !important;
		padding-left: 10px;
		padding-right: 10px;	
		margin-right: 5px;	
	}
	
}
@media (max-width: 850px) {
	.topbar-extra .premie-button-melden {
		display: none;
	}
}		

@media (max-width: 500px) {
	.topbar-extra .premie-button {
		display: none;
	}
}

/* Language button */
a.language-button {
	float: right;
	margin-left: 0.2rem;
	height: 48px;
	width: 48px;
	line-height: 48px;
	border-radius: 100px;
	background: none;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: center;
	border: 2px solid rgba(0, 23, 80, 0.1);
	z-index: 998;
}
a.language-button:hover {

}
a.language-button.active {
	border-color: #2fa1bd;
}
a.language-button img {

}
a.language-button.nl {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABuklEQVRoQ+2bTUsCURSG32MtahMEmquW/gdr1cpUaFFobZI+NFq3i/5AtmodVAi6iamEFmF/oPwPI7S1VKJFCUFzwgnBhYPcWV7eWQ3M3AvvM88588Edwcj2ni+mI4gcApoURRwiMnrcun1VVcEbIE0P3sWCc9UYZvSDv67szszFpiuAbFkX3iiQ3nzjc2/Rcfo+mG6uVBWRbaM5LD1ZVWvR28uC9HL7KcjUk6U5w8XS31Xp5kp3IrIRbgY7Rym0Lr38QQdA1M6I4VIptD0Ao+GGWz3KI5iA60swBGNW+jSGxtAYMwI0xowXewyNMTTmq//DJ98xzIRgxptEMEE9hsbQGKPuy1JiKRkJAxpDY2iMGQEaY8aLPYbG0BgzAjTGjJdkz1r87DDuswPBBLxEEgzBGDUZ9piguxJLiaXEUjIiwFIyw8XmG2yM2wGEa/BGAKlqTzLl1r0I1s1Es/tsVdQlc+qmJCJc5ztyrT3VtL8yPFt2q+DK8H80qrXH40TBB7N09Dw7H49VILJpd5FMSqfOR7uz83K+/P8vwXDLlN01AYqAJCGIT5rGiuM6+PtEm56H68ZJ4mGY6Q/sgs6OzrF6dQAAAABJRU5ErkJggg==');
}
a.language-button.de {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABsUlEQVRoQ+2bTUsCURSG3zNttDaBgav+h62aJhhtoIVptkkiIvpNbSLQTYUJLSIVrJ3+jyASEVyk7uaEQ4KBQ9xZ3t5ZDcy9A+8zzz3zwRnB0ubmiwXHca4gkoNqVkRk+bht+6qqEBlAtR+G4fVbq/myyBgFd103tZbO3ELkxLbwRnlU76bjj/NerzeLwHhBqSaQU6OTWDpYofXuc6Mq3kHZF0HL0pyJYqkiL15QagjkKNEZLJ2kiqZ4QXkowJalGRPFUuBT9oOyJppt96SQYGIuMMEQjNnapzE0hsaYEaAxZrxYY2iMoTGj40s++a5gJgSz2iSCiasxNIbGGFVfLiUuJSNhQGNoDI0xI0BjzHixxtAYGmNGgMaY8WKNiTNm2vH4PWbV9xiCiXm7JhiCMaq+QmNoDI0xIsDbtRku1pg4YyadvaFA2IO3BEiBkUza3qMIimai2T066tr8anu+wz7fX1c6hBaizvBp26tBwM7wOQxFfd3vViMw7/c76cxmav4vQcXuRfJHOsXDaDw72678/EuwGD5p7R7CcS4AyQmQ/Q+QFBgA2ofiZsN/fVpk/gaSkrL94ouaMgAAAABJRU5ErkJggg==');
}
a.language-button.uk {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAJ+0lEQVRoQ+2b+VuNWxvHv8+e9y5NKhGiDCkadQ7hkKnEKSkN2hUNjnMdQ/6K90cOr/OiJJVKA9UhmY55ONIgGpApkiZF2mO7572enU3LlvauHedcV/unfbXWvte9Pute67mf9b2j0O+TU1jtl5ZX+4tSoZpHA+MoClT/dkN9L8kKVZt6E7r5qyYtcg6q2/0icgw1NGGHpkFTQDOLjVuBq6Yd2BLlWaLpoJ740yUbBSZWvFTB6mVhnT7LsSetCpXVLSPiDGP0nwKG8cXBzgw7Ezwx8X4pJDlFxyTKtk2TcnOlajBtIfHpFEWJme8sa0uI4iNxsUOEpIxKvJcoDQ7onwCGx2NjQ5AT1s0WQXowDapnL9TzpGk6wzIvOYp6X3R2pSKn6AwtlxMA+IvnQ742EPty6nD99kuDwvneYObMskLiRleYX70E2cmzgKr30/woCnzfpb7UvpSy/I3LbdepjmRBWVVDAGCZjoFoYzhKuePxR2oF2jukBgH0vcCIhFzERrjAd0IPJAfToWoijwv2pAkQbo7CyUeqE5RveHbrOCtjy62x7nDpfAZJWi7o990EAK6nKxAZiuTiZzh76Sloenh8vgeYeZ4TsC3CCYJTxZBfuMrsmU+T4HAgXOeP5rne2JVcjgf1b15TvuHHPvZYutAOW9Y6gJVzHIqbd4jZU0IBRJHBeGDriN3JZXj1+v2Q6XxLMGYmfPwa44753DeQJGeit6OT8Jsz3R78eDGySzuR+2cdenqYbUX3EmCYX5ia8LEl2h0L+B2QJB9F75vPDDlOAy9OjIzrrThR/BAqlf7h863ArPhpChICHcA6lgfFzTJyoQV8CCOC8MR+DnYnlaGh8R3Z3j9i+rd4uY3Htg3OMDpzGvJzV4jQo7hcCIJXo9HlB3XoPX5OwhsslEYazDgrI2yP98Ds9ieQpOdpHw2uzmBHhyP1QiP+PPuYeRJpuawVMf17CIUcxIa7wG9iLyQHmMOqmTDAtpsI4eZoFNTKkJFfDYVCNRgTdftIgaEoCmv9piPKZzy+9DChxhhBFBOGKhM77D1UhpY2yYD+fhWM5ldOMyyRGOsGqxtXIC0qIR9vLBYE/svQsXgpdh+pwr3a1kHhjAQYu4mm2BnvgSn1dyHNLsTn6QdvgRdUIUE4UPAYf117PqiPOoFhrHC5LIQHOiHEzRjy5HT0PCaNs8ZZQZQgxvlWPg5l3kX3VxJDQ4LhcFgIXzsLoR4mkCVloKf+KZlyjDWHUfwGXJOZY39aBd6+I/O1gQjpDEZjYMokUyQyK/OgAtKcItByBZkcLfGGLGAN9mXX4cadxi+OaygwjtPHYmesG6xvX4e0oATo6SF9WfETuv1W4b+Z1bhd0TRolPTvoDcY5seavRztY4Oew5lQ3q8jV8nUBKLYCPzNGoc/UsvR0Skj2ocLRijgICZ0DlbbU5DsT4eqkZw0e4INRJvFKHnJQkp2FaTSfsB0xDMkMBrbNtZG2Bb34fRnEsNu8jDjebmBjghB0qnnOHf5U2I4HDCeLjbYLp6NMefPQlZykUzU2CwIA/zQ5r0Yuw9XoPpBm44YtLsNC4zGnDpfCLAHKzsPir/LyXxAJIRIHIxamxn4PakMTS3dQ3oqmRjzkBDlhiVj3qM7KQO9bW+IcTgOduAniHH8bjcyT9RAqez3/jMEPAYBw4w7aIY5azq4sZHIuNqKBLGr2lVd72P+s/cWfg2eDk5+IRRXb5HgeVwIwwLR4OihzqmeNuiXUxns8B0M/o8efe8kwmLtdxKKxySGayAMWqUXGMW12+hOPQb6XRcxPNd5JjibIpF+5TUKTj9Cb6/+WfiAYOgvpX2Dzd5A7bpGjIGG08sMNQrmy7yo9vUJhos/vdbkn915FMwA6zMKZhSMflt3NGJGI2Y0YvQjMBox+vEaTfAGipjRzHeAzHcglUC/wOvrPXWymfp2z66uHNJjhaAVpO7NWzQPPesCYWY7Vq+XyIf1bZh0rxSy/JOkTUZOXbYIUn9/7BnCLd3X5miQawfmPlgtkLuNgfxgmvZ9sKUFjBLEuNxljIPplchJWqsXmNXiXAStmgHxIisoDh1FT+0jYk4sczOI4jfghtIC+49UoFPHe90RBeM80xI7Ng2gIFAUBL5L0LXCF3sy7qOs6rXal6He4I23NsKOzXMxq+kBJBn5oCWkls6b54nesGDs11EJGBEwHzWnSXSf5vSqb9KaD9t2PERbonDqCY0jOfcglX26dx0qGMY2RQErl0xFvL8dqKw8KEoriXEpIxFE0etxf6w99iSXo7mV1OF1PSKGtJXUKmWkM4xKtFVKMAJ5oC9aflyIXSmVqHvUruXLcMBojJmbCbB1kwe8VM2QpGSh9y0psXJnO4K9cQPSLjWhsKT+i2qjwSJGo2svFL7tu3dt7yBsc6ZNhSBBjJzyd8guqP0gkGsPbwgwGqvec23xW7gjBEUnIb90g5SS+TwIQwPwbIa7+trz+cu3ugYMdI4YnwWTsSVoGth5J6C4XkqGL58PYVgAnk1308kBQ4JhHDEWcREX6YpllnJImAVrJtXQvovyaORVdCGroGbABes/qUHBWFuKsC3OE65dz/vuXbs+q51xcQI7JgLpF5tQUPJIp5A1NBjNhFycrJEY4wKzSxcgO32BlJI/SCst8xfh98N3UfPw69LKgGAYUW3NCgdsWm4LVXo2lJXVBjvkRgoM4yBTWycOdsbaWYK+2rrnZJmcRowrfkEhNZt8KAwaMZNtTbAj3hMOT+9BmnUCtIzUe3nzmcdiCJIKH+PclWc671tNx5EEoxlj2lRzJMa6w7bqNmT5p0Ar+yWbTGLIyLe+q7A3sxqlldryLRExHDYL6wMcEe5lBnnKUfQ8ePzFROqm0gL/G0Yi9S3AMI6z2RSCV8/EBm9LKA5loKeunpyPBZMYRuKazAwH0isJwV9dgwdQljMdLJAY5w6bspuQHi/WFsiXLYLM3x97s2twq+yV3lHS/wffCoxmzAk2xkiM98TMxjpIjuaDlpJaOs+7r0Rkf0E9Ll5vAA20UwHRucdjQl2C1kxjQ5qUAVUDWaHAtrGG6JconHnFQUpWFSTS4df9fmswmsTQz8cesavsQGXmQHHnLnlmGjNFRaGoMrVjEsMTVGND+0qzv86fkRVf0BLIBWtWoGORD3an3tWpIEjXMPoeYDS+jTUX4rdYD8yVv4IkNRu9bz9TN12cwBKH+WlVhqv35pRJ6hKy4/clyDxeA4VStxKyfwMYjY8LfpiIraGO4BUUQn755kfXP1aGM395sX69UESbplJ8Xqgw5Ge8nOOFXUllehcd/pvAqBNDIx4SIl3hYyH9kBi25UqozpiP/0ugmVD3k8afj95oiSsofjhP1Ytxuk5U337fcyt97isNutndyfrW9o1zUmwnWxVp2v8P6NTf2cMY2HkAAAAASUVORK5CYII=');
}


	@media (max-width: 640px) {
		.phone {
			margin-right: 0px;
		}
		.phone span{
			display: none;
		}



	}


	@media (max-width: 360px) {

		.topbar-extra {
			right: 0.4rem
		}

	}





/* Premie berekenen */

.calculate-wrapper {
	z-index: 88 !important;
	position: relative;
}
.calculate-box {
	position: relative;
	min-height: 200px;
}
.calculate-wrapper .calculate-box {
	position: absolute;
	top: -80px;
	right: 0;
	transform: translateX(0) translateY(-100%);
	padding-right: .9375rem;
	padding-left: .9375rem;

}

	@media (max-width: 940px) {
		.calculate-wrapper .calculate-box {
			position: relative;
			top: -20px;
			transform: translateX(0) translateY(0%);
			padding-left:2rem;
			padding-right: 2rem;
			padding-bottom: 3rem;
		}
	}
	@media (max-width: 640px) {
		.calculate-wrapper .calculate-box {
			padding-left:1rem;
			padding-right: 1rem;
			padding-bottom: 1rem;
		}
	}

.calculate-inner {

	background: #fff;
	border-radius: 10px;
	display: block;
	padding: 0 1.5rem;
	padding-bottom: 90px;
	position: relative;

}
.calculate-wrapper .calculate-inner {
	box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.13);
}
.calculate-title-wrap {
	text-align: center;
	padding: 2rem 0rem 0.5rem;
}
.calculate-title {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 10px;
}
.calculate-lead {
	display: block;
	padding-top: 0rem;
}
.calculate-lead p {
	font-size: 1.375em;
	font-weight: 300;
	color: #000;
	line-height: 1.3;
}

	@media (max-width: 1024px) {
		.calculate-lead p {
			font-size: 1.125em;
		}
	}


.calculate-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

.calculate-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	background-color: #fafbfb;
	border-radius: 0 0 10px 10px;
}
.calculate-footer .calculate-button {
	position: absolute;
	left:50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
}

.calculate-form input[type="radio"] {
  -webkit-appearance: none;
  display: none;
}
.calculate-radio-button {
	margin-bottom: 20px;
}
.calculate-radio-button span {
	padding-top: 5px;
	display: block;
}
.calculate-form label {
	display: block;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0.8rem 1rem 0.8rem;
	border-radius: 5px;
	border: 2px solid rgba(37, 58, 118, 0.12);

	font-size: 0.96rem;
	font-weight: 700;
	text-align: center;
	margin: 0px !important;
	margin-right: 0px !important;
}
.calculate-form input[type="radio"]:checked + label {
	border-color: #2fa1bd;
	display: block;
}
.calculate-form label > [type='radio'] {
/* 	display: none; */
}
.calculate-input-wrap {
	display: block;
	margin: 0px 0;
}

.input-group-label {
	font-weight: 700;
	background: #fff;
	border: 2px solid rgba(37, 58, 118, 0.12);
}
.calculate-input {
	border: 2px solid rgba(37, 58, 118, 0.12);
	box-shadow: none;
	height: 48px;
	padding: 0.9rem 1rem 0.8rem;
	font-weight: 700;
}
.input-group-field {
	border-radius: 0 5px 5px 0;
}
.calculate-input:focus {
	box-shadow: none;
	border: 2px solid #2fa1bd;
}
input::placeholder, textarea::placeholder {
	color: #acb4c1;
}

/* Popup */
.white-popup .calculate-inner {
	padding-left: 3rem;
	padding-right: 3rem;
}
.white-popup .calculate-title-wrap {

	padding: 2rem 0rem 1.5rem;
}
.white-popup .calculate-form {
	padding: 0.3rem;
}

		@media (max-width: 640px) {
			.white-popup .calculate-inner {
				padding-left: 1rem;
				padding-right: 1rem;
			}
		}

/*
---------------------------
SECTION TITLES
---------------------------
*/

.section-title-wrapper {
	padding-left: 0rem;
	padding-bottom: 1rem;
}
.section-title-wrapper.text-center {
	padding-left: 0rem;
}
.section-title-wrapper hr {
	display: none;
}

	@media (max-width: 970px) {
		.section-c2a .section-title-wrapper {
			padding-left: 1rem;
		}
	}

.section-icon {
	display: inline-block;
	width:48px;
	height: 46px;
	line-height: 52px;
	border-radius: 5px;
	font-size: 2.1rem;
	text-align: left;
	margin-bottom: 1.5rem;
}

.section-intro {
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
	font-size: 1.4rem;
	color: #687072;
	letter-spacing: 0px;

}
.section-title-wrapper.text-center .section-intro {
	padding-left: 0px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-color3) .section-intro {
	color: #ffffff !important;
}
.section-title {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 10px;
}
.section-title.small {
	font-size: 32px;
}
.section-title.medium {
	font-size: 40px;
}
.section-title.large {
	font-size: 56px;
	line-height: 1.2;
}
.section-title em {
	font-style: normal;
	color: #2fa1bd;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-color3) .section-title  {
	color: rgba(255, 255, 255, 1) !important;
}

.section-title-wrapper p {
	font-size: 1.125rem;
}
.section-lead {
	display: block;
	padding-top: 0rem;
}
.section-lead p {
	font-size: 1.5rem;
	font-weight: 300;
	color: #000;
	line-height: 1.5;
}
.section-lead.large p {
	font-size: 1.425rem;
	font-weight: 500;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-color3) .section-lead p  {
	color: rgba(255, 255, 255, 0.8) !important;
}
.section-more {
}
.section-more:hover {


}

.section-button {
	margin-top: 1rem;
}
.section-button span{
	display: inline-block;
	margin-right: 5px;
}
.section-button i {

}

.section-footer {
	padding-top:1rem;
}

/* Section Icon */
.bg-section-icon {
	position: absolute;
	bottom: -40px;
	left: calc(50% - 160px);
	width: 320px;
	height: 380px;
	margin-left: 27rem;
/* 	transform: translateX(27rem) translateY(0%); */

	background:  url('../images/icon.svg') no-repeat bottom center;
	background-size: contain;
	z-index: 6;
}
	@media (max-width: 970px) {
		.section-title {
			font-size: 2.4rem;
		}
		.section-title.medium {
			font-size: 2.4rem;
		}
	}
	@media (max-width: 640px) {


		.section-title {
			font-size: 30px;
			line-height: 1.3;
		}
		.section-title.medium {
			font-size: 36px;
		}
		.section-title.large {
			font-size: 44px;
			line-height: 1.2;
		}
		.section-lead p {
			font-size: 1.4rem;
		}
	}
	@media (max-width: 440px) {
		.section-intro {
			margin-bottom: 15px;
			font-size: 1.2rem;
		}
		.section-title {
			font-size: 30px;
			line-height: 1.3;
		}
		.section-title.medium {
			font-size: 30px;
		}
		.section-title.large {
			font-size: 38px;
			line-height: 1.2;
		}
		.section-lead p {
			font-size: 1.3rem;
		}
	}
	@media (max-width: 360px) {
		.section-title.large {
			font-size: 32px;
			line-height: 1.2;
		}
	}

	@media (max-width: 1440px) {
		.bg-icons-right,
		.bg-icons-light-right,
		.bg-icons-left,
		.bg-icons-light-left {
			width: 660px;
			height: 90px;

		}
	}
	@media (max-width: 767px) {
		.bg-icons-right,
		.bg-icons-light-right,
		.bg-icons-left,
		.bg-icons-light-left {
			width: 70%;
			height: 80px;

		}
	}
/* Section background image */
.faq-wrapper .bg-section-image {
	z-index:-1;
}

.bg-section-image {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
/* 	background-position: 50% 50%; */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.bg-section-image.bg-repeat {
	background-position: top left;
	background-size: 20% auto;
	background-repeat: repeat;
	z-index: 1;
}

/* Shades */
.shade-left:after,
.shade-right:after,
.shade-left-right:after {
	position: absolute;
	top: 0;
	bottom: 0;

	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	opacity: 0.8;
}
.shade-right:after {
	right: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.shade-left:after {
	left: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.shade-left-right:after {
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

/*
---------------------------
INTRODUCTION
---------------------------
*/

.introduction-title-wrapper {
	position: relative;
}
.introduction-label {
	font-weight: 700;
}
.introduction-title {
	line-height: 1.1;
	position: relative;
	font-size: 220%;
}
.introduction-title span {
	display: inline-block;
}
.introduction-text {
	padding-top: 0.5rem;
}
.introduction-text p {
	font-size: 1.3rem;

}
.introduction-button {
	margin-top: 10px;
}
.introduction-link i {
	margin-left: 5px;
}

	@media (max-width: 1024px) {
		.introduction-title-wrapper {
				padding-left: 1.5rem;
		}
		.introduction-title {
			font-size: 2rem;
		}
		.introduction-text {
			padding-right: 2rem;
		}
		.introduction-text p {
			font-size: 0.96rem;
			line-0height:1.6;
		}
	}
	@media (max-width: 640px) {
		.introduction-title-wrapper {
			padding: 1rem;
		}
		.introduction-title {
			font-size: 1.8rem;
		}
		.introduction-text {
			padding: 1rem;
		}

	}

/*
---------------------------
REVIEWSBOX
---------------------------
*/

.reviewsbox {
	border-radius: 10px;
	border: 2px solid rgba(37, 58, 118, 0.12);
	padding: 1.5rem;
	padding-bottom: 70px;
	position: relative;
	background: #fff;
}

	@media (max-width: 640px) {
		.reviewsbox {
			margin-top: 2rem;
		}
	}
.reviews-title {
	line-height: 1.3;
	position: relative;
	font-size: 18px;
	font-family: 'Roboto' sans-serif;
	color: #000;
	max-width: 75%;
}
.reviews-grade {
	position: absolute;
	top: -10px;
	right: -20px;
	width: 100px;
	height: 100px;
	border-radius: 200px;
	transform: rotate(12deg);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.reviews-grade span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translateX(-52%) translateY(-50%);
	font-size: 3.2rem;
	letter-spacing: -3px;
	font-weight: 700;
	color: #fff;
}
.star-ratings {
  unicode-bidi: bidi-override;
  color: #e1e4e8;
  font-size: 25px;
  height: 25px;
  width: 100px;
  margin: 0;
  position: relative;
  padding: 0;
  margin-bottom: 20px;

}
.star-ratings-top {
  color: #ffcc02;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}
.reviews-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	background-color: #fafbfb;
	border-radius: 0 0 10px 10px;
	padding: 0.86rem 1.5rem;
}
.button.text {
	background: transparent;
}
/* List */
.button.text {
	font-weight: 700;
	display: inline-block;
	padding: 0.4375em 0em 0.4375em 1.5rem;
  letter-spacing: 0px;
  font-size: 1rem;
	position: relative;
	line-height: 1.1;
	color: #000;
}
.button.text:before {
	position: absolute;
	top:8px;
	left:0;
	width: 16px;
	height: 16px;
	background: url('../images/arrow-primary.svg') no-repeat center;
	background-size: contain;
	content:'';

}

	@media (max-width: 940px) {
		.reviewsbox {
			padding-bottom: 80px;
			position: relative;
		}
		.reviews-title {
			font-size: 1.1rem;
		}
		.reviews-footer {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 80px;
			border-top: 1px solid rgba(0, 0, 0, 0.06);
			background-color: #fafbfb;
			border-radius: 0 0 10px 10px;
			padding: 0.86rem 1.5rem;
		}
	}

/*
---------------------------
CALL TO ACTION
---------------------------
*/

.c2a-wrapper.text-right {
	text-align: left !important
}
.c2a-wrapper {
	padding: 0 4rem 0 3rem;
}
.c2a-label {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
	font-size: 1rem;
	position: relative;
	padding-left:2px;
}
[class*=" bg-"]:not(.bg-white):not(.bg-lighter):not(.bg-secondary) .c2a-label {
	color: rgba(255, 255, 255, 1) !important;
}
.c2a-label:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	content:'';
	height: 120px;
	width: 1px;
	background: #eb6209;
	transform: translateX(-50%) translateY(-30%);
}
.float-left .c2a-label:before,
.float-right .c2a-label:before {
	display: none;
}
.c2a-title {
	margin-bottom: 1.4rem;
	line-height: 1.2;
}
.c2a-title.large {
	font-size: 3.2rem;
	line-height: 1.1;
	max-width: 80%;
}
.c2a-title.medium {
	font-size: 2.4rem;
	line-height: 1.2;
}
.c2a-title span {
	display: inline-block;
}
.c2a-text {
	padding-top: 1rem;
	padding-left: 0rem;
}
.c2a-text p {
	font-size: 1rem;
	line-height:1.7;
}

[class*=" bg-"]:not(.bg-white):not(.bg-lighter):not(.bg-secondary) .c2a-text p   {
	color: rgba(255, 255, 255, 1) !important;
}

.c2a-button {
	margin-top: 1rem;

}
.actionbar .c2a-button {

}


/*
-----------------------------
Actionbar
-----------------------------
*/
.actione {
	margin: 0 1rem;
}
.actionbar {
	padding: 1.6rem 2rem 1.7rem;
	text-align: center;
	position: relative;
}
.actionbar:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	content:'';
	background: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 4;

}

.actionbar .actionbar-title {
	position: relative;
	top: 5px;
	display: inline-block;
	font-size: 1.8rem;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .actionbar .actionbar-title {
	color: rgba(255, 255, 255, 1) !important;
}

.actionbar .actionbar-button {
	margin-left: 1rem;
}



	@media (max-width: 1024px) {
		.actionbar .actionbar-button {
			margin-top: 1rem;
			margin-left: 0rem;
		}
	}


/*
---------------------------
IMAGE BLOCKS
---------------------------
*/


/*
-----------------------------
Actionbar
-----------------------------
*/


/*
---------------------------
INTRODUCTION
---------------------------
*/


/*
---------------------------
USP BOX
---------------------------
*/


.usp-box {
	padding: 1rem 1rem 1rem 1rem;
	margin-bottom: 2rem;
}
.usp-icon {
	width: 100%;
	min-height: 160px;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 0rem;
	position: relative;

}
.usp-icon.icon-small {
	font-size: 1.8rem;
}
.usp-icon.icon-medium {
	font-size: 3.3rem;
}
.usp-icon.icon-large {
	font-size: 6.2rem;
}
.usp-icon img {
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%) translateY(0%);
}

.usp-icon i {
	position: relative;
	top:5px;

}
.usp-section {
	padding-top: 0.3rem;
}
.usp-title {
	font-size: 1.3rem;
	font-weight: 700;
}
.usp-section p {

	line-height:1.6;
	font-weight: 400;
}

	@media (max-width: 1024px) {
		.usp-icon.icon-small {
			font-size: 1.4rem;
		}
		.usp-icon.icon-medium {
			font-size: 2.8rem;
		}
		.usp-icon.icon-large {
			font-size: 5.4rem;
		}
	}
	@media (max-width: 970px) {
		.usp-icon.icon-small {
			font-size: 1.2rem;
		}
		.usp-icon.icon-medium {
			font-size: 2.2rem;
		}
		.usp-icon.icon-large {
			font-size: 4.6rem;
		}


	}
	@media (max-width: 400px) {
		.usp-box {
			padding-bottom: 1rem;
		}
		.usp-icon {
			font-size: 3.2rem;
			margin-left: 0.6rem;
		}


	}

/*
---------------------------
BRANDS
---------------------------
*/

.brands {
	display: flex;
  justify-content: space-around;
  align-items: center;
	flex-wrap: nowrap;
}

.brands .brands-item{
	padding: 1rem 0.5rem;

}
.brands .brands-item img {
	height: 170px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	-webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4
}
.brands .brands-item:hover img {
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}

	@media (max-width: 970px) {
		.brands .brands-item{
			padding: 1rem 1.3rem;
		}
	}
	@media (max-width: 640px) {
		.brands {
			display: flex;
		  justify-content: space-around;
		  align-items: center;
			flex-wrap: wrap;
		}
		.brands .brands-item {
			width: 50% !important;
			padding: 1rem 1rem;
			align-items: none;
		}
		.brands .brands-item img {
			width: 100%;
			height: auto;
		}
	}

/*
---------------------------
TEXT BOX
---------------------------
*/

.textbox {
	padding-top: 0px;
	border-radius: 10px;
	position: relative;
	margin: 30px 0;
	min-height: 100px;
}
.textbox.boxed {
	overflow: hidden;
	border-radius: 10px;
}
.textbox.bordered {
	border: 2px solid rgba(37, 58, 118, 0.12);
}
.textbox.with-list {
	margin: 50px 0 30px;
}
.textbox.bg-white {
	background: white !important;
}

.textbox-icon {
	width: 100px;
	min-height: 100px;
	font-size: 1.4rem;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left:-40px;
	background: #fff;
	border-radius: 200px;
	z-index: 1;

}
.textbox-icon.icon-small {
	font-size: 1.8rem;
}
.textbox-icon.icon-medium {
	font-size: 3.3rem;
}
.textbox-icon.icon-large {
	font-size: 6.2rem;
}
.textbox-icon img {
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}

.textbox-icon i {
	position: relative;
	top:5px;

}

.textbox-image {
	overflow: hidden;
	position: relative;
	display: block;
}
.textbox-image a {
	display: block;
}
a.textbox-image,
.textbox-image img {
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.boxed .textbox-image img {
	border-radius: 10px 10px 0 0;
}

.textbox-image:hover img,
.textbox-image a:hover img {
	opacity: 0.9;
}

.textbox-image-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;

	display: none;
}

.textbox-image-title-wrap {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.textbox-image-title-wrap:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	top:0;
	content:'';
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 1;
}
.textbox-image-title-wrap .textbox-image-title,
.textbox-image-title-wrap .textbox-image-title a {
	max-width: 80%;
	position: relative;
	color: #fff;
	z-index: 2;
}

.textbox-section {
	display: block;
	padding: 1.5rem 1.5rem;
}
.textbox-section.with-button {
	padding-bottom: 100px;
}
.textbox.team .textbox-section {
	padding: 15px 0rem;
}

.textbox-section .textbox-label {
	font-size: 1.1rem;
	display: block;
	position: relative;
	margin-left:1px;
	margin-bottom: 5px;
}


.with-list .textbox-title-wrap {
	width: 100%;
	padding: 2.5rem 1.5rem 1rem 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
}
.textbox-title {
	line-height: 1.2;
	font-weight: 700;
}
.textbox-title.title-small {
	font-size: 1.1rem;
}
.textbox-title.title-medium {
	font-size: 1.4rem !important;
}

.textbox-title a {
	color: #000 !important;
	position: relative;
}
.textbox-title span,
.textbox-title a span {
	color: #2fa1bd;
	position: relative;
}
.textbox-section p {
	font-size: 1.125rem;
	line-height: 1.6;
}
.textbox-section.bg-white .textbox-intro > p {
	color: #70767f !important;
	font-size: 1rem;
}

.news .textbox-section .textbox-intro {
	display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 100%;
  height: 76px;
  /* Fallback for non-webkit */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textbox-section .small.button {
	margin-top: 20px;
}

.textbox-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
}
.textbox-footer .textbox-button {
	width: 100%;
}
.textbox-footer .textbox-button:hover {

}

.with-list .textbox-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	background-color: #fafbfb;
	border-radius: 0 0 10px 10px;
}
.with-list .textbox-footer .textbox-button {
	position: absolute;
	left:50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
}
	@media (max-width: 970px) {
		.textbox-image-title-wrap {
			position: absolute;
			bottom:0;
			left:0;
			width: 100%;
			padding: 1rem 1rem 0.4rem 1rem;
		}
		.textbox-image-title-wrap .textbox-image-title {
			font-size: 1.1rem;
			line-height: 1.2;
			max-width: 90%;
		}
		.with-list .textbox-footer .textbox-button {
			width: 60%;
			text-align: center;
		}
	}

/* Social */
.textbox-social {
	display: block;
	padding-top: 0.2rem;
	padding-left: 0rem;
}
.textbox-social ul li {
	display: inline-block;

}
.textbox-social ul li a {
	float: left;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 100px;
	background-color: #6e6e6e;
	margin-right: 5px;
}

.textbox-social ul li a i {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 1.4rem;
}
.twitter,
.twitter:hover {
	background-color: #658bca !important;
}
.facebook,
.facebook:hover {
	background-color: #44569c !important;
}
.whatsapp,
.whatsapp:hover {
	background-color: #26d44b !important;
}

.instagram,
.instagram:hover {
	background: rgb(243,165,88);
	background: -moz-linear-gradient(45deg,  rgba(243,165,88,1) 0%, rgba(187,46,123,1) 55%, rgba(127,70,174,1) 100%) !important;
	background: -webkit-linear-gradient(45deg,  rgba(243,165,88,1) 0%,rgba(187,46,123,1) 55%,rgba(127,70,174,1) 100%) !important;
	background: linear-gradient(45deg,  rgba(243,165,88,1) 0%,rgba(187,46,123,1) 55%,rgba(127,70,174,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a558', endColorstr='#7f46ae',GradientType=1 );

}
.linkedin,
.linkedin:hover {
	background-color: #2f78b9 !important;
}
.googleplus,
.googleplus:hover {
	background-color: #cf4836 !important;
}
.youtube,
.youtube:hover {
	background-color: #c8312e !important;
}

/* Team Social */

.textbox.team .textbox-social {
	display: block;
	padding-top: 1rem;
	padding-left: 0rem;
}
.textbox.team .textbox-social ul li a {
	float: left;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.textbox.team .textbox-social ul li a i {
	font-size: 1rem;
}


/* Centered */
.text-center .textbox-section {
	padding: 1rem 1.5rem;
}

	@media (max-width: 640px) {
		.textbox-social {
			text-align: center;
			padding-top: 1rem;
			padding-left: 0;
		}
		.textbox-social ul li {
			display: inline-block;

		}
	}


/* CheckList */
.textbox-checklist {
	padding-left:2rem;
}
.textbox-checklist li {

	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding: 0.4rem;
	padding-left: 2.5rem;
}
.textbox-checklist li a {
	padding-left: 0;

	display: block;
  letter-spacing: 0px;

	position: relative;
	line-height: 1.1;
	color: #000;
}
.textbox-checklist ul li:before,
.textbox-checklist ul li:after {
	position: absolute;
	top:7px;
	left:0;
	border: 2px solid #d1d5dc;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 100px;
}
.textbox-checklist ul li:after {
	color: #2ed268;
	font-family: 'icomoon';
	content: "\e934";
	font-size: 16px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #2ed268;

}

/* List */
.textbox-list li a {
	padding-left: 0;
	font-weight: 700;
	display: block;
	padding: 0.4375em 0em 0.4375em 1.5rem;
  letter-spacing: 0px;
  font-size: 1rem;
	position: relative;
	line-height: 1.1;
	color: #000;
}
.textbox-list li a:hover {
	color: #2fa1bd;
}

.textbox-list ul li a:before {
	position: absolute;
	top:8px;
	left:0;
	width: 16px;
	height: 16px;
	background: url('../images/arrow-primary.svg') no-repeat center;
	background-size: contain;
	content:'';

}

/* Files */
.textbox-files ul li a {
	padding-left: 0;
	font-weight: 700;
	display: block;
	padding: 0.4375em 0em 0.4375em 0rem;
  letter-spacing: 0px;
  font-size: 1rem;
	position: relative;
	line-height: 1.1;
	color: #000;
}
.textbox-files li a:hover {
	color: #2fa1bd;
}
.textbox-files ul li a i {
	margin-right: 10px;
}

	@media (max-width: 1024px) {
		.textbox-section .textbox-title {
			font-size: 1.3rem;
		}
		.textbox-section p {
			font-size: 0.96rem;
			line-height: 1.7;
		}
	}
	@media (max-width: 970px) {

		.textbox-section .textbox-title {

		}
		.textbox-section {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.with-list .textbox-section {
			padding-left: 0rem;
			padding-right: 0rem;
		}
		.bordered .textbox-section {
			padding-left: 1.5rem;
			padding-right: 1rem;
		}

		.text-center .textbox-section {

		}
		.textbox-section p {
			font-size: 0.86rem;
			line-height: 1.6;
		}
		.textbox-section.bg-white .textbox-intro > p {
			font-size: 0.86rem;
			line-height: 1.6;
		}

	}
	@media (max-width: 640px) {
		.textbox {
			margin-top: 0px;
		}
	}

.text.button:hover {


}



/*
---------------------------
SECTION TABS (vertical)
---------------------------
*/

.tabs {
	position: relative;
	margin-left:-1.4rem;
	background: transparent;
	border:0;
	z-index: 89;
}
.tabs-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.tabs-title > a {
	color: #fff;
	background: transparent;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-left:3.5rem;

}
.tabs-title > a:hover {
	color: #fff;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%) ;
}
.tabs-title > a:before {
	position: absolute;
	top: 50%;
	left:1rem;
	transform: translateX(0%) translateY(-50%);

	font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;


	color: #2fa1bd;
  content: "\e409";
  font-size:2rem;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	color: #0e1727;
	font-weight: 700;
}
.tabs-title > a[aria-selected=true]:after {
	position: absolute;
	top: 0;
	left: 100%;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 58px 86px 0 0;
	border-color: #fff transparent transparent transparent;
}

.section-tabs .tabs-content {
	position: absolute;
	top: 0;
	right:0;
	width: 55%;
	height: 100%;
	bordeR:0;
}
.tabs-panel {
	position: absolute;
	top: 0;
	right:0;

	width: 100%;
	height: 100%;
	z-index: 88;
}
.tabs-panel-caption {
	position: absolute;
	bottom: 2rem;
	right:5rem;
	padding: 2rem;
	display: block;
	width: 400px;
	z-index: 88;
}
.tabs-panel-caption-title {
	color: #fff;
	font-size: 1.4rem;
}

/* Section background image */
.bg-tabs-image {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}




/*
---------------------------
TEXT WRAPPER
---------------------------
*/

#page-content {
	padding-top: 2rem;
}
#content {
	padding: 0 3rem 3rem 0rem;
}
.medium-centered #content {
	padding: 0 2rem 2rem 2rem;
}
	@media (max-width: 970px) {
		#content {
			padding: 0 1rem 0 1rem;
		}
	}
	@media (max-width: 400px) {
		#content {
			padding: 0 0.4rem 0 0.4rem;
		}
	}

.text-wrapper {
	position: relative;
}
.text-wrapper.popover {
	padding: 2rem;
}

	@media (max-width: 640px) {
		.text-wrapper.popover {
			padding: 1rem;
		}
	}

.large-5 .text-wrapper {
	padding-top: 2rem;
	padding-left: 1.5rem;
}
.text-wrapper-intro {
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	font-size: 1rem;
	color: #687072;
	text-transform: uppercase;
	letter-spacing: 2px;


}
.text-wrapper-title {
	font-size: 28px;
	line-height: 1.1;
}
.text-wrapper-title.small {
	font-size: 1.1rem;
}
.text-wrapper-title.medium {
	font-size: 34px;
}
.text-wrapper-title.huge {
	font-size: 48px;
}
.text-wrapper-title.sub {
	font-size: 1.8rem !important;
}

@media (max-width: 640px) {
		.popover .text-wrapper-title.medium {
			font-size: 20px;
		}
	}

.text-wrapper-subtitle {
	font-size: 1.2rem;
}
.text-wrapper-lead {
	padding-top: 10px;
}
.text-wrapper-lead p {
	font-size: 1.5rem;
	font-weight: 300;
	color: #000;
	line-height: 1.5;
}

.text-wrapper-text {
	padding-top: 20px;
}
.text-wrapper-text p {
	font-size: 1.125rem;
}

.modal-body .text-wrapper-content {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

/* Quotyy */

.text-wrapper blockquote {
	float: right;
	max-width: 50%;
	padding-bottom: 0px;
	letter-spacing: 0;
	border-left: 0;
	padding-left: 0rem;
	margin-bottom: 20px;
	position: relative;

	font-style: none;
	margin: 0em 0 1.25rem;
	text-align: left;
	margin-left: 40px;
	padding: 0em 0rem 0 3rem;
	border-right: 0px solid #ddd;
	border-left: 0px solid #ddd;
}

.text-wrapper blockquote:before {
	position: absolute;
	top: -70px;
	left: 30px;
	content: '“';
	font-family: 'Georgia';
	font-weight: bold;
	font-size: 130px;
	opacity: 0.08;
	color: #000;
	z-index: -1;
}

	@media (max-width: 640px) {
		.text-wrapper.contact {
			padding-right: 1rem;
		}
		.text-wrapper-title {
			font-size: 2rem;
			line-height: 1.1;
		}
		.text-wrapper-title.title-small {
			font-size: 1.2rem;
		}
		.text-wrapper-title.title-huge {
			font-size: 36px;
		}
		.text-wrapper-title.sub {
			font-size: 1.6rem !important;
		}


		.text-wrapper blockquote {
			max-width: 100%;
			margin-left: 0;
			margin-top: 2rem;
			padding-left: 0;
		}
	}

.text-wrapper blockquote p {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700 !important;
	color: #000;

}
.text-wrapper blockquote p strong {
	color: #888;
	font-size: 0.86rem;
	font-weight: 400;
	font-style: normal;
}


/* Files */
ul.files li {
	color: #0e1727;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 0.46rem 1rem 0.46rem 0rem;
	position: relative;
}

/* Listing */
.text-wrapper-listing ul {
	position: relative;
	margin:-10px 0 0 0;
	margin-bottom: 20px;
	padding:0;
	list-style: none;
}
.text-wrapper-listing ul li {
	position: relative;
	padding: 0.4rem 0 0 1.5rem;

}
.text-wrapper-listing ul li a:hover {

}
.text-wrapper-listing ul li i {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 1rem;
	color: #ff6832;
}


/* Accordion */

.accordion {
	margin-top: 1.5rem;
	background: none;
}

.accordion-title {
	font-size: 1rem;
	color: #000;
	font-weight: 600 !important;
	background: #fff;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion-title:before {
	right: 1.2rem;
	font-weight: 400;
	font-size: 1.3rem;
	margin-top: -0.7rem;
	color:rgba(0, 0, 0, 0.28);
}

.is-active .accordion-title {
	color: #2fa1bd;
}
.is-active .accordion-title:before {
	right: 1.2rem;
}

.accordion-title:focus, .accordion-title:hover {
	color: #000;
	background-color: rgba(0, 0, 0, 0.04) !important;
}

.accordion .accordion-content {
	padding-top: 0.5rem;
	padding-bottom: 2rem;

}

@media (max-width: 640px) {
		.accordion-title {
			padding: 0.7rem;
			padding-right: 2.5rem;
			font-size: 1rem;
			line-height: 1.1;

		}
		.accordion .accordion-content {
			padding: 1rem 0.7rem;

		}
		.accordion .accordion-content p {
			font-size: 0.96rem;
		}
	}


.section-wrapper .accordion .accordion-title {
	font-family: 'Roboto', sans-serif;
	margin: 10px 0 0;
	border-radius: 8px;
	border:0;
	color: #000;
	padding: 1.5rem 1.5rem;

	font-size: 1.125rem;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);
}
.section-wrapper .is-active .accordion-title {
	border-radius: 8px 8px 0 0;
	color: #2fa1bd;
}
.section-wrapper .accordion-title:focus, .section-wrapper  .accordion-title:hover {
	background-color: #fff !important;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.21);
}
.section-wrapper .accordion .accordion-content {
	border:0;
	padding: 2rem;
	color: #70767f;
}
.section-wrapper .accordion-title:before {
	right: 1.2rem;
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: -0.7rem;
	color: #ff6832;
	font-family: icomoon;
	content: "\e95b"
}
.section-wrapper .is-active .accordion-title:before {
	content: "\e95c";
}

	@media (max-width: 640px) {
		.section-wrapper .accordion .accordion-title {
			font-size: 1rem;
			padding-right: 3.5rem;
		}
	}

/* Pages (onderliggende pagina's) */

/* Pagebox */
.pagebox {
	width: 100%;
	display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.09);
	margin: 0 0px;
	padding: 1rem 1rem ;
	min-height: 60px;
	border-radius: 10px;
	-webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
}
a.pagebox:hover {
	border-color: rgba(0, 0, 0, 0.3);
}
.pagebox .pagebox-image {
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagebox .pagebox-image img {

}
a.pagebox:hover .pagebox-image:after {
	opacity: 0.6;
}
.pagebox .pagebox-description {
	display: block;
	text-align: left !important;
	padding: 1rem 0;
	letter-spacing: 0px;
	width: 100%;
	position: relative;
}
.pagebox .pagebox-description .pagebox-date {
	font-size: 0.86rem;
	display: block;
	color: rgba(75, 75, 94, 0.65);
	font-size: 13px;
}
.pagebox .pagebox-description .pagebox-title {
	position: relative;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.1;
	padding: 0em;
	margin: 0 0 5px 0px;
}
.pagebox .pagebox-description .pagebox-title small {
	display: block;
	line-height: 1.2;
}
.pagebox .pagebox-description p  {
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 600;
	color: #000;
	margin: 0;
}
.pagebox .pagebox-button {
	position: absolute;
	right:2rem;
	bottom: 1rem;
	font-size: 2rem;
	transform: translateX(0px) translateY(0%);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pagebox:hover .pagebox-button {
	transform: translateX(5px) translateY(0%);
}


	@media (max-width: 500px) {
		.pagebox {
			padding: 1rem;
			min-height: 40px;
		}
		.pagebox .pagebox-description .pagebox-title {
			font-size: 1rem;
			padding-top:0;
			margin: 0 0 5px 0px;
		}
		.pagebox .pagebox-description {
			padding-top: 0;
		}
		.pagebox .pagebox-description p  {
			font-size: 0.86rem;
		}
	}




/*
-------------------------------
 CAROUSEL (slick)
-------------------------------
*/

.objects-carousel .column {
	outline: 0;
}
.slick-slide {
	outline: 0 !important;
}
.slick-slider .slick-dots {
	bottom: -35px;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-dots {
	opacity: 1;
}

/* Slick Arrows */
/* .slick-prev,
.slick-next {
	z-index: 99 !important;
}

.slick-prev {
	left:0px;
}
.slick-prev:before {
	content: '◀';
}
.slick-next {
	right: 0px;
}
.slick-next:before {
	content: '▶';
}

.slick-slider .slick-arrow {
	background-color: rgba(0, 0, 0, 0.24);
	width: 50px;
	height: 100%;
	opacity: 0;
	border-radius: 10px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-arrow {
	opacity: 1;
}
.slick-slider .slick-arrow.slick-prev {
	border-radius: 10px 0 0 10px;
}
.slick-slider .slick-arrow.slick-next {
	border-radius: 0px 10px 10px 0;
} */
.slick-prev .slick-prev-icon:before {
	color: #be5404;
}
.slick-next .slick-next-icon:before {
	color: #be5404;
}

/* Slick Dots */
.slick-dots li button .slick-dot-icon:before {
color: #34a8b9;
}
.slick-dots li.slick-active button .slick-dot-icon:before {
	color: #34a8b9;
}
/* .slick-dots li button {
	width: 10px;
	height: 11px;
	padding: 0px;
	margin: 0;
	border-radius: 0;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 5px;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  font-size: 0.76rem;
  color: rgba(0, 0, 0, 0.31);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.slick-dots li.slick-active button:hover:before {
	opacity: .2;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #34a8b9;
} */





/* Quotes */

.quote-wrapper {

}
.slick-slider.quotes-carousel .slick-arrow {
	background-color: rgba(0, 0, 0, 0);
	width: 50px;
	height: 100%;

	border-radius: 10px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;

}
.slick-slider.quotes-carousel .slick-prev {
	left:15%;
}
.slick-slider.quotes-carousel .slick-next {
	right: 15%;
}
.slick-slider.quotes-carousel .slick-prev:before,
.slick-slider.quotes-carousel .slick-next:before {
	color: #000 !important;
}

.faded:before,
.faded:after {
	position: absolute;
	top: 0px;
	z-index: 97 !important;
	width: 15%;
	height: 100%;
	content: '';
}
.faded:before {
	left: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}
.faded:after {
	right: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}

.bg-primary .faded:before {
	background: -moz-linear-gradient(-45deg,  rgba(255,104,50,1) 0%, rgba(255,104,50,0) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,104,50,1) 0%,rgba(255,104,50,0) 100%);
	background: linear-gradient(135deg,  rgba(255,104,50,1) 0%,rgba(255,104,50,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6832', endColorstr='#00ff6832',GradientType=1 );

}
.bg-primary .faded:after {
	background: -moz-linear-gradient(-45deg,  rgba(255,104,50,0) 0%, rgba(255,88,33,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,104,50,0) 0%,rgba(255,88,33,1) 100%);
	background: linear-gradient(135deg,  rgba(255,104,50,0) 0%,rgba(255,88,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff6832', endColorstr='#ff5821',GradientType=1 );

}

.quote-wrapper {
	margin-top: 3rem !important;
/*

	background: #fff;
*/
	border-radius: 10px;
	min-height: 180px;
	max-width: 90%;
	margin: auto;
	position: relative;
}
.quote-wrapper blockquote {
	text-align: left;
	border-left: 0;

	top:0;


	height: 100%;
	padding: 4rem 2.5rem 1rem 3rem;

}
.quote-wrapper blockquote:before {
	position: absolute;
	top:10px;
	left:3rem;
	content:'“';
	display: block;
	font-family: 'Georgia';
	font-weight: bold;
	text-align: left;
	width: 100%;
	font-size: 54px;
	opacity: 1;
	color: #be5404 !important;

}


.quote-wrapper blockquote p {
	color: #0080a3;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125rem;
	line-height: 1.7;
	font-family: 'Roboto Slab', sans-serif;
	padding-bottom: 0px;
}

/*
[class*=" bg-"]:not(.bg-white):not(.bg-light) .quote-wrapper blockquote p {
	color: rgba(255, 255, 255, 0.6) !important;
}
*/

.quote-wrapper blockquote footer {

	position: relative;
  line-height: 1;
	margin-top: 0rem;
	font-size: 0.86rem;
  text-align: left;

  font-weight: 600;
  padding-bottom: 1.5rem;
}
.quote-wrapper blockquote footer span {
	font-weight: 400;
	display: block;
	padding-top: 3px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .quote-wrapper blockquote footer {
	color: rgba(0, 0, 0, 0.44);
}
.quote-wrapper .quote-image {
   float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-left: 30px;
}

.quote-grade {
	margin-top: 15px;
	display: inline-block !important;

	font-size: 1rem;
	position: relative;
	color: #000;

}
.quote-grade .quote-grade-text {
	margin-top: 0px;
	display: inline-block;
	font-weight: 700 !important;

}
.quote-grade .quote-grade-number {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 100%;
	border-radius: 100px;
	width: 48px;
	height:48px;
	margin-left: 10px;
	border: 2px solid #be5404;
	color: #0080a3;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	font-weight: 700 !important;
	font-family: 'Roboto Slab', sans-serif;
}
.quote-grade .quote-grade-number span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	font-weight: 700 !important;

}

	@media (max-width: 1480px) {
		.slick-slider.quotes-carousel .slick-prev {
			left:2%;
		}
		.slick-slider.quotes-carousel .slick-next {
			right: 2%;
		}
		.quote-wrapper blockquote {
			padding: 3.5rem 1.5rem 0rem 1.5rem;
		}
		.quote-wrapper blockquote:before {
			position: absolute;
			top:10px;
			left:1.5rem;

		}
		.quote-wrapper blockquote p {

		}
		.quote-grade {
			font-size: 0.86rem;
		}
	}
	@media (max-width: 640px) {
		.quote-wrapper {
			margin-top: 1rem !important;
			max-width: 100%;
		}
		.quote-wrapper blockquote {
			text-align: left;
			border-left: 0;
			top:0;
			height: 100%;
			padding: 3.5rem 1.5rem 0rem 1.5rem;

		}
		.quote-wrapper blockquote:before {
			position: absolute;
			top:10px;
			left:1.5rem;
			content:'“';
			display: block;
			font-family: 'Georgia';
			font-weight: bold;
			text-align: left;
			width: 100%;
			font-size: 54px;
			opacity: 1;
			color: #ff6832 !important;

		}
		.quote-grade .quote-grade-text {
			max-width: 60%;
			line-height: 1.3;
		}
		.quote-grade .quote-grade-number {
			position: absolute;
			top:50%;
			transform: translateY(-50%);
			left: auto;
			right:1.5rem;
		}
	}

/* Foto Overzicht
------------------------------- */

.photo .caption {
	font-size: 0.8rem;
	line-height: 1.1;
	color: #888 !important;
	text-align: center;
	width: 100%;
	display: block;
	font-style: italic;
	padding-top: 0px;
}

.photo {
	display: inline-block;
	margin: 0px 0 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 50%;
}
.box-wrapper.case .photo {
	border-bottom: 0px solid #d90024;
}
.photo.left {
	float: left;
	margin-right: 30px;
}
.photo.right {
	float: right;
	margin-left: 50px;
}
/* Round */
.photo a.round {
	border-radius: 100%;
	overflow: hidden;
}

/* Sizes */
.photo-25 {
	width: 25%;
}
.photo-33 {
	width: 31.5%;
}
.photo-50 {
	width: 50%;
}
.photo-75 {
	width: 75%;
}
.photo-100 {
	width: 100%;
	margin-bottom: 1em;
	margin-left: 0 !important;
}


@media (max-width: 500px) {
	.photo {
		width: 33%;
	}
}

.photo a {
	overflow: hidden;

	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.photo a:hover {

}
.photo img {

	border-radius: 10px;
}
.photo a img {

	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
  	z-index: 7;
}


.photo a:hover img {
	padding: 0px;
	border: 0px solid #ddd;
/*
	opacity: .8;
  	filter: alpha(opacity=80);
*/
}
.photo a:hover img.grayscale {
	-webkit-filter: grayscale(0%) !important;
	filter: none !important;
}

.photo a:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	font-family: icomoon;
	content: '\e936';
	background: #34a8b9;
	color: #fff;
	z-index: 99;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.4rem;
	-webkit-transition: opacity 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: opacity 0.3s ease-out;  /* FF4+ */
	-ms-transition: opacity 0.3s ease-out;  /* IE10? */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.5+ */
	transition: opacity 0.3s ease-out;
}

	@media (max-width: 970px) {
		.photo a:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
	}


.photo a.round:after {
		border-radius: 100%;
}
.photo a:hover:after {
	opacity: 1;
}



.photo a.item-more:after {
	background: rgba(0, 163, 230, 0.9);
}

.photo.right {
	float: right;
	margin: 20px 0px 20px 40px;
}

.photo-wide {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
}

.photo-wide img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
}
.photo-slides a.gallery-item {
	margin-bottom: 0em;
}
.gallery {
	padding-top: 30px;
}
.photo-gallery {
	display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	position: relative;
}
.photo-gallery.with-padding {
	margin: 0;
	padding: 2rem 3rem;
}

	@media (max-width: 1024px) {
		.photo-gallery.with-padding {
			padding: 2rem 1rem 2rem 0;
		}
	}
	@media (max-width: 970px) {
		.photo-gallery.with-padding {
			padding: 2rem 0rem;
		}
	}

.photo-gallery img {

	border-radius: 10px;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
.photo-gallery a,
a.gallery-item {
	overflow: hidden;
	border-radius: 0;
	display: block;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.photo-gallery img {
	margin-bottom: 30px;
}
.photo-gallery a img,
.photo-slides img  {
	margin-bottom: 0px;
}


/* Round */
.photo-gallery a.round {
	border-radius: 100%;
	overflow: hidden;
}

.photo-gallery a:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	font-family: icomoon;
	content: '\e936';
	background: #34a8b9;
	color: #fff;
	font-size: 1.4rem;
	z-index: 9;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: opacity 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: opacity 0.3s ease-out;  /* FF4+ */
	-ms-transition: opacity 0.3s ease-out;  /* IE10? */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.5+ */
	transition: opacity 0.3s ease-out;
}
	@media (max-width: 970px) {
		.photo-gallery a:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
	}

.photo-gallery a.round:after {
	border-radius: 100%;
}

.photo-gallery a:hover:after {
	opacity: .8;
}

.photo-gallery a:hover img {
	padding: 0px;

}
.photo-gallery:hover img.grayscale {
	-webkit-filter: grayscale(0%) !important;
	filter: none !important;
}
.collapse.photo-gallery a,
.collapse.photo-gallery a.gallery-item,
.collapse.photo-gallery img {
	border-radius: 0 !important;
	margin-bottom: 0px;
}
.collapse.photo-gallery {
	margin-top: 0;
}




/*
---------------------------
IMAGE BANNERS
---------------------------
*/

.imagebox {
	float: left;
	width: 100%;
	display: block;
  position: relative;
  border: 0px solid #fff;
	border-radius: 10px !important;
	overflow: hidden;
	min-height: 260px;
	margin: 25px 0 0;
	position: relative;
	z-index: 98 !important;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .section-intro {
	color: #ffffff !important;
}
[class*=" section-up-"] .imagebox {
	box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.16);
}
a.imagebox:hover {
	z-index: 99 !important;
/*
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
*/
}
.collapse .imagebox {
	margin-bottom: 0;
/* 	 box-shadow: 0 5px 22px rgba(0, 0, 0, 0.1); */
}

a.imagebox {
	cursor: pointer;
}

.object.with-shadow:hover:after {
    opacity: 1
}

.collapse .imagebox:hover:after {
	height: 20px;
	opacity:0;
}

.imagebox .imagebox-image {
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imagebox .imagebox-image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	background:#000;
	content: '';
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
a.imagebox:hover .imagebox-image {
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.imagebox .imagebox-image.bright:after {
	opacity: 0;
}
a.imagebox:hover .imagebox-image:after {
	opacity: 0.3;
}
.imagebox .imagebox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
a.imagebox:hover .imagebox-overlay {
	opacity: .6;
}

/* Shade */
.imagebox .image-shade-top,
.imagebox .image-shade-bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 3;
	opacity: .4;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );


	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.imagebox .image-shade-bottom {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.95) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07080f07080f00', endColorstr='#cc1b222a',GradientType=0 );

}

a.imagebox:hover .image-shade-top,
a.imagebox:hover .image-shade-bottom {
	opacity: 0.8;
}


.imagebox .imagebox-description {
	position: absolute;
	top: 0;
	left:0;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 4;
	border-radius: 0;
	overflow: hidden;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.imagebox:hover .imagebox-description {
	opacity: 1;
}


.imagebox .imagebox-description .imagebox-icon {
	position: absolute;
	top: 2rem;
	left:2rem;
	display:block;
	color: rgba(255, 255, 255, 0.25);
	font-size: 3.6rem;
	line-height: 1;
	padding: 0em 0em 0 0;
	margin-bottom: 0px;
	border-radius: 0px;
}
.imagebox .imagebox-description .imagebox-title-wrap {
	position: absolute;
	top: 0;
	left:0rem;
	width: 100%;
	padding: 1rem 2.5rem 0rem 1rem;

}


.imagebox-description.text-center .imagebox-title-wrap {
	text-align: center;
	padding: 0rem 2rem 0rem 1rem;
}

/* Top */
.imagebox .imagebox-description .imagebox-title-wrap.top {
	top: 0;
	left:0rem;
	padding: 1rem 2rem 2rem 1.5rem;
	transform: translateX(0) translateY(0%);
}

/* Bottom */
.imagebox .imagebox-description .imagebox-title-wrap.bottom {
	top: auto;
	bottom:0;
	left:0rem;
	padding: 2.5rem 5rem 1rem 1.5rem;
	transform: translateX(0) translateY(0%);
}

.imagebox .imagebox-description .imagebox-label {
	display: block;
	font-size: 0.86rem;
	line-height: 1;
	font-weight: 400;
	padding: 0em 0em 0 0;
	margin-bottom: 10px;
	color: #fff;
}
.imagebox .imagebox-description .imagebox-label i {
	position: relative;
	top: 2px;
	font-size: 1rem;
}
.imagebox .imagebox-description .imagebox-title {
	font-weight: 700;
	display: block;
	font-size: 1.7rem;
	line-height: 1.1;
	color: #fff;
	margin: 0;
	letter-spacing: 1px;
	padding: 0em 0 5px;
	max-width: 100%;
	transform: translateX(0) translateY(30px);
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
a.imagebox:hover .imagebox-description .imagebox-title {
	transform: translateX(0) translateY(0px);

}
.imagebox .imagebox-description .imagebox-title-wrap p {
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin:0;
}
.imagebox:hover .imagebox-description .imagebox-title-wrap p {
	visibility: visible;
	opacity: 1;
}

.imagebox .imagebox-description p {
	margin-top: 1rem;
	visibility: hidden;
	opacity:0;
	color: #fff;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.imagebox .imagebox-description.visible p {
	visibility: visible;
	opacity:1;
}
[data-whatinput='mouse'] a.imagebox:hover .imagebox-description p {
	visibility: visible;
	opacity:1;
}

.imagebox .imagebox-button {
	position: absolute;
	bottom: 0rem;
	right:0%;
	width: 100%;
	text-align: right;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	padding: 1rem 1rem 0.6rem;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.imagebox .imagebox-button i{
	position: relative;
	top: 1px;
}
.imagebox:hover .imagebox-button {
	visibility: visible;
	opacity: 1;
}

/* Centered */

.imagebox .imagebox-description.text-center .imagebox-title-wrap {
	width: 100%;
	max-width: 100%;
	text-align: center !important;
	padding: 6rem 2rem 3rem 2rem;
}



/* Imagobox Heights */
.height-small .imagebox {
	height: 200px;
}
.height-medium .imagebox {
	height: 280px;
}
.height-large .imagebox {
	height: 360px;
}

/* List */
.imagebox-list ul {
	list-style: none;
	margin:0;
	margin-top: 1rem;
}
.imagebox-list ul li {
	color:#fff;
	font-size: 1.3rem;
}
.imagebox-list ul li i {
	color:#3cb7b8;
}


/* Zijbalk */

#sticky {
	left: 0 !important;
}
.side-content #sidebar {
	width: 100%;
	display: block;
	padding: 0.9rem  0 0em;
}
.side-content .page-title {
	font-size: 1.4em;
	padding-left: 1em;
	padding-bottom: 10px;
}

#sidebar .sticky {
	width: 100%;
}


	@media (max-width: 970px) {
		.side-content  {
			padding: 0 2.3rem 0em;
		}
	}
	@media (max-width: 767px) {

	}

	@media (max-width: 540px) {
		.side-content  {
			padding: 0 1.8rem 0em;
		}
	}


.side-content .text-wrapper {
	padding: 1.5rem 1rem;
	border-radius: 10px;
	border: 2px solid rgba(37, 58, 118, 0.12);
	margin-bottom: 20px;
}

.side-content	.text-wrapper .indent {
	padding-right: 0rem;
}
.side-content .text-wrapper .text-wrapper-title {
	font-size: 22px;
	position: relative;

	font-weight: 700;
	padding-right: 0;
}
.side-content .text-wrapper .text-wrapper-title.sub {
	font-size: 1rem !important;
}
.side-content .text-wrapper-lead {
	padding-top: 10px;
}
.side-content .text-wrapper .text-wrapper-lead p {
	font-size: 1.2rem;
	font-weight: 300;
	color: #000;
	line-height: 1.5;
}
.side-content .text-wrapper .text-wrapper-content p {
	line-height: 1.5;
	font-size: 1rem;
}

.sidebar-section {
	padding: 1rem 1rem;
	border-radius: 10px;
	border: 2px solid rgba(37, 58, 118, 0.12);
	margin-bottom: 20px;
}
.sidebar-section-intro {
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	font-size: 0.86rem;
	color: #777;
	padding-left: 2px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.sidebar-section-title {
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.sidebar-section-title.title-small {
	font-size: 1.3rem;
}
.sidebar-section-title.title-medium {
	font-size: 2rem;
}
.sidebar-section-title.title-large {
	font-size: 3rem;
}

.sidebar-section-subtitle {
	font-size: 1.2rem;
}
.sidebar-section-meta {
	display: block;
	padding-top: 1rem;

}
.sidebar-section-meta p{
	font-size: 0.86rem;
}
.sidebar-section-lead {
	padding-top: 10px;
}
.sidebar-section-lead p {
	font-size: 1.4rem;
	font-weight: 300;
}
.sidebar-section-content {

}
.sidebar-listings {
	margin: 0;
	margin-bottom: 0rem;
}
.sidebar-listings li {
	display: block;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
}
.sidebar-listings li:last-child {
	border: 0;
	padding-bottom: 10px;
}
.sidebar-listings li a {
	display: block;

}
.sidebar-listings-description {
	display: block;
	padding-left:0rem;
}

.sidebar-listings-title {
	font-size: 0.96rem;
	line-height: 1.1;
	margin-bottom: 0rem;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	color: #000;
}
.sidebar-listings li a:hover .sidebar-listings-title {
	color: #ff6832;
}

.sidebar-listings-meta {
	color: #888;
	font-size: 0.76rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Blogs Archive */

.sidebar-archive {
	margin-bottom: 0rem;
}
.sidebar-archive li {
	display: block;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
}
.sidebar-archive li:last-child {
	border: 0;
	padding-bottom: 10px;
}
.sidebar-archive li a {
	display: block;
}

/*
---------------------------
SUB NAVIGATION
---------------------------
*/

.mobile-subnav-button {
	display: none;
	padding-left:3rem;
	float: left;
	margin-left: 2rem;
}
.mobile-subnav-button i {
	top: 12px;
	left: 0.8rem;
	font-size: 1.2rem;
	right: auto;
	color: #ff6832 !important;
}
#mobile-subs {
	display: none;
}

	@media  (max-width: 970px) {
		.mobile-subnav-button {
			display: inline-block;

		}
		#mobile-subs {
			position: absolute;
			top: 76px;
			left: 2rem;
			background: #2fa1bd;
			z-index: 999;
			box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
			border-radius: 10px;
			padding: 1rem 0.6rem 0;
		}
		#mobile-subs.expanded {
			display: block;
		}

	}


.subnav {
	position: relative;
	border: 2px solid rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	padding: 1.2rem 1rem;
	margin: 0rem 0 30px;
	background: #2fa1bd;
}
#mobile-subs .subnav {
	border: 0;
	margin-bottom: 0;
}

.subnav .subnav-headline {
	font-size: 1.1rem;
	position: relative;
	margin: 0 0 10px;
	font-weight: 700;
}



.subnav ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
.subnav ul li {
	border-bottom: 0px solid rgba(0, 0, 0, 0.12);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 16px;
}
.subnav ul li:last-child {
	border:0 !important;
}
.subnav ul li a:not(.button) {
	padding-left: 0;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
	display: block;
	padding: 0.8375em 1em 0.8375em 1.3rem;
  font-size: 0.96rem !important;
  letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
}
.subnav ul li a:not(.button):hover {
	color: #fff;
}


.subnav ul li a:before {
	position: absolute;
	left: 0px;
	top:14px;
	width: 12px;
	height: 12px;
	background: url('../images/arrow-white.svg') no-repeat center;
	background-size: contain;
	transform: rotate(180deg);
	content:'';
	font-size: 1.5rem;
	margin-right: 0px;
	color: rgba(255, 255, 255, 0.62);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	 opacity: 1;
}
.subnav ul li a:hover:before {
	-webkit-transform: translate(-5px, 0) rotate(180deg);
  transform: translate(-5px, 0) rotate(180deg);
  color: #fff;
}
.subnav ul li.item-breadcrumb a:before {
	color: #34a8b9;
}

.subnav ul li.item-breadcrumb a:not(.button) {
	color: #fff;
	font-weight: 600;
}
.subnav ul li.invisible {
	visibility: visible;
	display: block;
}

	@media  (max-width: 970px) {
		.subnav ul li a:not(.button) {
			padding-left:0 !important;
			font-size: 1.1rem !important;
		}
		.subnav ul li a:before {
			left: auto;
			top: 17px;
			right: 0rem;

		}
	}

/* Tweede niveau */

.subnav ul li ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.subnav ul li ul li {
	border: 0px solid #eeedec;
}

.subnav ul li ul li > a:not(.button) {
  font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 16px !important;
	padding: 0.3em 0rem 0.3em 10px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.subnav ul li ul li > a:not(.button):hover {
	color: rgba(255, 255, 255, 1) !important;
	background: none !important;
}

.subnav ul li ul li a:before {
	display:none;
}
.subnav ul li ul li > a:not(.button):hover:before {
	color: #fff !important;
}

.subnav ul li ul li.item-breadcrumb > a:not(.button),
.subnav ul li ul li.item-breadcrumb > a:not(.button):hover {
	background: none !important;
	color: rgba(255, 255, 255, 1) !important;
}
.subnav ul li ul li.item-leaf > a:not(.button) {
	font-weight: 700 !important;

}

/* Derde niveau */

.subnav ul li ul ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.subnav ul li ul ul li {
	border: 0px solid #eeedec;
}

.subnav ul li ul ul li > a:not(.button) {
    font-weight: 400 !important;
	color: rgba(78, 78, 81, 1) !important;
	font-size: 14px !important;
	padding: 0.3em 0rem !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.subnav ul li ul ul li > a:hover {
	background: none !important;
	color: #22257a !important;
}

.subnav ul li ul li > a:hover {
	background: none !important;
	color: #22257a !important;
}

.subnav ul li ul ul li a:before {
	top: 5px;
	color: rgba(78, 78, 81, 1) !important;
}
.subnav ul li ul ul li.item-breadcrumb > a, .subnav ul li ul li.item-breadcrumb > a:hover {
	background: none !important;
	color: #22257a !important;
}


/* Blogs */
.blogs ul li {
	border-bottom: 0px solid rgba(0, 0, 0, 0.08);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.blogs ul li:last-child {
	border:0 !important;
}
.blogs ul li a {
	padding-left: 0;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 400;
	display: block;
	padding: 1.1em 1em 0.9375em 0rem;
  font-size: 0.96rem !important;
  letter-spacing: 0px;

	position: relative;
	line-height: 1.1;
}
.blogs ul li a:hover {
	color: #000;
}
.blogs ul li a .blog-title {
	display: block;
	font-size: 1rem;
	font-weight: 400;
}
.blogs ul li a .blog-date {
	display: block;
	padding: 6px 0 0;
	font-size: 0.86rem;
	color: rgba(0, 0, 0, 0.4);
}

/*
---------------------------
SUBNAVIGATIE BALK
---------------------------
*/

.whatsub {
	width: 100%;
	clear:both;
	display: block;
	z-index: 3;
	padding: 0rem 0em 0rem;
	height:70px;
	position: relative;
	margin-top: -70px;
	background: rgba(29, 29, 29, 0.9);
	text-align: center;

}

.whatsub:after {
	position: absolute;
	left:0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	content: '';
	z-index: 1;
	background: rgba(0, 0, 0, 1);

	opacity: 0;
}

.whatsub ul {

	height: 70px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 0rem;
	text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.whatsub ul li {
	display: inline-block;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 0em 1em;

}
.whatsub ul li:last-child {
	border:0 ;
}
.whatsub ul li a {
	position: relative;
	height: 56px;
	line-height: 70px;
	font-weight: 500;
	display: block;
	padding: 0rem 0.5rem 0rem 0.1rem;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);

	text-transform: uppercase;
	letter-spacing: 2px;
}
.whatsub ul li a:hover {
	color: #fff;
}

.whatsub ul li a:before {
	content: "";
  position: absolute;
  width: 0;
  height: 1px;

  bottom: 4px;
	border-radius: 0px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
/*
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
*/
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.whatsub ul li a:hover:before,
.whatsub ul li.item-breadcrumb a:before {
	visibility: visible;
 width: 99.7%;
}

.whatsub ul li a:after {
	position: absolute;
  right: -6px;
  bottom: 2px;
  content:'';
  width: 1.5px;
  height: 0px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform:  rotate(45deg); /* Chrome, Safari, Opera */
  transform:  rotate(45deg);

}
.whatsub ul li a:hover:after,
.whatsub ul li.item-breadcrumb a:after {
	 opacity: 1;
	 height: 18px;
}

	@media  (max-width: 940px) {
		.whatsub {
			margin-top: -50px;
			height:50px;
				text-align: left;
		}
		.whatsub ul {
			height: 50px;
			text-align: left;
		}
		.whatsub ul li a {
			text-align: center;
			height:40px;
			line-height: 50px;
			font-size: 0.66rem;
			letter-spacing: 1px;
		}
	}
	@media  (max-width: 767px) {
		.whatsub {
			display:none;
		}
	}




/* Breadcrumbs */
#breadcrumbs {
	position: relative;
	z-index: 99;
}
.breadcrumbs-wrapper {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 1rem 0 1rem 0;
}
.breadcrumbs {
  display: block;
  padding: 0 0;
  overflow: hidden;
  margin-left: .2rem !important;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background: none;
  border-color: rgba(0,0,0,0.04);
  border-radius: 0px;

}
.breadcrumbs > * a {
	color: #a9acad;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.76rem;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.breadcrumbs > * a:hover {
	color: #000;
	text-decoration: none;
}
.breadcrumbs li:not(:last-child):after {
	color: #a9acad;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('../images/arrow-primary.svg') no-repeat center;
	background-size: contain;
	margin: 0 .75rem;
	position: relative;
	top: 1px;
	opacity: 1;
	content:'';

}

.breadcrumbs > * a i {
	font-size: 0.86rem;
}
.breadcrumbs {
	margin-bottom: 0;
}


	@media (max-width: 970px) {
		.breadcrumbs {
			padding-left: 1em;
		}
	}
	@media (max-width: 767px) {
		.breadcrumbs {
			 padding: 1.3rem 1rem 0rem 0.7rem;
		}
	}
	@media (max-width: 500px) {
		.breadcrumbs {
			display: none;
		}
		.breadcrumbs-wrapper {
			padding-left: 0em;
			display: none;
		}
	}

/* Newsletter & Social */
.newsletter {
	display: block;
}
.newsletter:before, .newsletter:after {
	display: table;
	content: " ";
}
.newsletter:after {
	clear: both;
}

.section-newsletter-wrapper {
	padding:2rem 2.5rem 1.5rem;
}
.section-newsletter-wrapper .section-newsletter-title {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
	color: #fff;
}
.newsletter-input {
	font-size:1.1rem;
	height: 48px;
	line-height: 48px;
	padding: 0rem 1rem;
	border: 0px solid #c3cddb;
	box-shadow: none !important;
	margin: 0
}
.newsletter-input:focus {
	border:0;
}
.newsletter-button {
	height:48px;
}

.section-social-wrapper {
	padding: 2rem 2.5rem;
	background: #fff;
}
.section-social-wrapper .section-social-title {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.section-social-wrapper ul {
	list-style: none;
	margin:0;
}
.section-social-wrapper ul li {
	display: inline-block;
	margin:0;
}

/* Social */
.section-social-wrapper .social a {
	float: left;
	position: relative;
	width: 48px;
	height: 48px;
	color: #fff;
	overflow: hidden;
	margin: 0 5px 0 0 ;
}
.section-social-wrapper .social a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.4rem;
}

/*
---------------------------
BLOG POST BLOCK
---------------------------
*/

.postblock {
	padding: 0rem 0px 0;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;

}
.postblock.with-border {

/* 	border: 2px solid rgba(37, 58, 118, 0.12); */
}
.postblock-image {
	float: right;
	width: 33%;
	padding: 0;
	padding-bottom: 0;
	margin-top: 2rem;
	margin-left:2rem;
}
.postblock-image img {
	border-radius: 10px;
}
.postblock-image a img {
	opacity: 1;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.postblock-image a:hover img {
	opacity: 0.9;
}

.postblock-section {
	display: block;
	padding: 1rem 0rem;
	margin-bottom: 70px;
}

.postblock-content {
	display: block;
}

.postblock-intro {
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	font-size: 0.76rem;
	color: #9a9a9a;
	padding-left: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.postblock-title {
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.postblock-title.title-small {
	font-size: 1.3rem;
}
.postblock-title.title-medium {
	font-size: 2rem;
}
.postblock-title.title-large {
	font-size: 3rem;
}
.postblock-title a {
	color: #ff6832;
}
.postblock-title a:hover {
	color: #e05724;
}
.postblock-subtitle {
	font-size: 1.2rem;
}
.postblock-meta {
	display: block;
	padding-top: 1rem;
}
.postblock-meta p{
	font-size: 0.86rem;
}
.postblock-lead {
	padding-top: 10px;
}
.postblock-lead p {
	font-size: 1.125em;
	font-weight: 400;
}
.postblock blockquote {
	float: right;
}
.postblock blockquote {

	max-width:40%;
	padding-bottom: 0px;
	letter-spacing: 0;
	border-left: 0;
	padding-left: 0rem;

	position: relative;

	font-style: normal;
	margin: 0em 0 1.25rem;
	text-align: left;
	margin-top: 35px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding: 0em 0rem 0 0rem;
	border-right: 0px solid #ddd;
	border-left: 0px solid #ddd;

/* 	transform: translateX(30%) translateY(0%); */
}

.postblock blockquote:before,
.postblock blockquote:after {
	position: absolute;
	top: -20px;
	left: 0;
	content: '';
	background: #2fa1bd;
/*
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMzIDI1IiBoZWlnaHQ9IjI1cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMyAyNSIgd2lkdGg9IjMzcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik0xOC4wMDYsNi41MzhjMC0xLjk3MywwLjY2Mi0zLjU1NCwxLjk4OC00Ljc0M2MxLjMyNi0xLjE5LDIuOTc3LTEuNzg1LDQuOTQ3LTEuNzg1ICAgYzIuNTE3LDAsNC40ODgsMC43OTksNS45MTYsMi4zOTdDMzIuMjg1LDQuMDA0LDMzLDYuMTMsMzMsOC43ODJjMCwyLjcxOS0wLjQyNCw1LjAzMi0xLjI3NSw2LjkzNiAgIGMtMC44NSwxLjkwMy0xLjg2OSwzLjQ4My0zLjA2MSw0Ljc0M2MtMS4xODgsMS4yNTgtMi40MywyLjI0NC0zLjcyMywyLjk1OGMtMS4yOTEsMC43MTQtMi40MTMsMS4yMzktMy4zNjUsMS41ODFsLTMuMjY1LTUuNTA4ICAgYzEuMzYtMC41NDUsMi41MTctMS40MTIsMy40NjgtMi42MDJjMC45NTMtMS4xOSwxLjQ5Ni0yLjQ2NSwxLjYzMy0zLjgyNGMtMS4zNTksMC0yLjYwMi0wLjU5Ny0zLjcyNC0xLjc4NiAgIEMxOC41NjYsMTAuMDksMTguMDA2LDguNTA5LDE4LjAwNiw2LjUzOHogTTAuMzU5LDYuNTM4YzAtMS45NzMsMC42NjMtMy41NTQsMS45ODktNC43NDNDMy42NzQsMC42MDQsNS4zMjQsMC4wMSw3LjI5NSwwLjAxICAgYzIuNTE4LDAsNC40ODgsMC43OTksNS45MTYsMi4zOTdjMS40MjksMS41OTcsMi4xNDMsMy43MjMsMi4xNDMsNi4zNzVjMCwyLjcxOS0wLjQyNCw1LjAzMi0xLjI3NSw2LjkzNiAgIGMtMC44NSwxLjkwMy0xLjg2OSwzLjQ4My0zLjA2LDQuNzQzYy0xLjE4OCwxLjI1OC0yLjQzMSwyLjI0NC0zLjcyNCwyLjk1OEM2LjAwNCwyNC4xMzMsNC44ODMsMjQuNjU4LDMuOTMsMjVsLTMuMjY0LTUuNTA4ICAgYzEuMzYtMC41NDUsMi41MTYtMS40MTIsMy40NjctMi42MDJjMC45NTMtMS4xOSwxLjQ5Ny0yLjQ2NSwxLjYzMy0zLjgyNGMtMS4zNTksMC0yLjYwMi0wLjU5Ny0zLjcyMy0xLjc4NiAgIEMwLjkyLDEwLjA5LDAuMzU5LDguNTA5LDAuMzU5LDYuNTM4eiIgZmlsbD0iIzIzMUYyMCIvPjwvZz48L3N2Zz4=');
*/
	width: 100%;
	height: 4px;
	opacity: 1;
}
.postblock blockquote:after {
	top: auto;
	bottom: -5px;
}
.postblock blockquote p {
	font-size: 1.3rem !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
	color: #000000;

}
.postblock blockquote p strong {
	color: #888;
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 1px;
}


.postblock-link {
	padding-left: 0;
font-weight: 700;
display: block;
padding: 0.4375em 0em 0.4375em 1.5rem;
letter-spacing: 0px;
font-size: 1rem;
position: relative;
line-height: 1.1;
color: #000;
}

.postblock-link:before {
	position: absolute;
top: 8px;
left: 0;
width: 16px;
height: 16px;
background: url('../images/arrow-primary.svg') no-repeat center;
background-size: contain;
content: '';
}

.postblock-footer {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	padding: 1rem 0rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.86rem;

}
.postblock-share-buttons .postblock-share-title {
	display: inline-block;
	padding-top: 4px;
	margin-top: 1rem;
	margin-right: 10px;
}
.postblock-share-buttons .button{
	margin: 10px 5px 0 0;
}
.postblock-share-buttons ul li{
	display: inline-block;
}

/* Blogs Grid */

.medium-up-3 .postblock-image {
	padding: 1rem;
	padding-bottom: 0;
}
.medium-up-3 .postblock-section {
	padding: 1rem 1rem;
	margin-bottom: 70px;
}
.medium-up-3 .postblock-title {
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 1.3rem;
}
.medium-up-3 .postblock-lead p {
	font-size: 0.96em;
	font-weight: 400;
}
.medium-up-3 .postblock-footer {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	padding: 1rem 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.86rem;
}

/* Detail */
.postblock-detail {
	padding-top: 0;
}
.postblock-detail .postblock-image {
	padding: 0rem;
	padding-bottom: 1rem;
	margin-top: 0;
}
.postblock-detail .postblock-section {
	display: block;
	padding: 1rem 0rem;
	margin-bottom: 70px;
}
.postblock-detail .postblock-title {
	font-size: 2.8rem;
}
.postblock-detail .postblock-lead p {
	font-size: 1.5rem;
	font-weight: 300;
	color: #000;
	line-height: 1.5;
}
.postblock-detail .postblock-content p {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.9;
}
.postblock-detail .postblock-footer {
	padding: 1rem 0rem;
}


/* Related */
.related-postblocks {
	padding: 2rem 0;
}
.related-postblocks .medium-up-3  .postblock-image {
	padding: 0.75rem;
	padding-bottom:0;
}
.related-postblocks .medium-up-3 .postblock-section {
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 50px;
}

.related-postblocks .medium-up-3 .postblock-title {
	font-size: 1.1rem;
}
.related-postblocks .medium-up-3 .postblock-footer {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	padding: 0.7rem 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.66rem;

}



/* REACTIONS */

.reactions {
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.04);
	padding: 2rem;
	border: 1px solid rgba(3, 3, 3, 0.08);
}


.sidebar-archive li {
	padding:4px 0;
}
.sidebar-archive li .year {
	font-weight: 700;
	color: #000;
}
.sidebar-archive li ul {
	margin-left:0;
}
.sidebar-archive li ul li {
	padding-left: 10px;
}

/*
---------------------------
FOOTER
---------------------------
*/



#footer-wrapper {
	position: relative;
	z-index:3;
	margin-top: 0px;
	padding: 4rem 0 3rem;
}


.footer-content {
	padding: 2rem 0rem 2rem 2rem;
/* 	border-left: 2px solid rgba(0, 0, 0, 0.08); */
}
.footer-content.first {
	padding-left: 0rem;
	padding-right: 2rem;
	border:0;

}
/*
#footer-wrapper .columns:last-child .footer-content {

	padding-left: 4rem;
}
*/

.follow-title {
	display: block;
}

	@media  (max-width: 970px) {
		.footer-content.first {
			padding-left:2rem;
			padding-right: 2rem;
		}

	}
	@media  (max-width: 640px) {
		.footer-content.first {
			text-align: center;
			padding: 1rem 0 1rem 0;
			padding-right: 0rem;
		}
		.footer-content {
			text-align: center;
			padding: 1rem 0 1rem 0;
			padding-right: 0rem;
			border-left: 0px solid rgba(0, 0, 0, 0.08);
		}
	}


.footer-content.first .footer-title {


}
.footer-content .footer-title {

	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 15px;
	letter-spacing: 0px;
}
.footer-content .footer-title img {
	width: 140px;
	position: relative;
	left: -7px;
}
.footer-content p {
	line-height: 1.7;
	font-size: 1rem;
	margin-top: 15px;

}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .footer-content p {
	color: rgba(255, 255, 255, 0.6) !important;
}

.footer-content p a:hover {
}
.footer-content p strong {
	margin-right: 5px;
}

/* List items */
.footer-content ul {
	list-style: none;
	padding:0;
	margin: 8px 0;
}
.footer-content ul li {
	padding:0;
}
.footer-content ul li a{
	position: relative;
	padding-left: 0rem;
	font-size: 1rem;
	padding: .2rem 0 .2rem 1rem;
	display: inline-block;
}
.footer-list ul li a {
	color: rgba(0, 0, 0, 0.6);
}

.footer-list ul li a:before {
	position: absolute;
	top:10px;
	left:0;
	width: 12px;
	height: 12px;
	background: url('../images/arrow-primary.svg') no-repeat center;
	background-size: contain;
	content:'';

}


.footer-list ul li a:hover {
	color: rgba(0, 0, 0, 1);
}
.footer-list.socialist ul li a {
	padding: .54rem 0;
	padding-left:40px;
}
.footer-list.socialist ul li a:after {
	display: none;
}
.footer-list.socialist ul li a i {
	position: absolute;
	top: 4px;
	left:0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 100px;
	background: #000;
	color: #fff;
}

/* Bottom */

.copyright {
	display: block;

	font-size: 12px;
	padding-top:1rem !important;
	padding-left: 0rem;
}
.footer-links {
	display: block;
	padding-top: 0.7rem;
	padding-left:0rem !important;
}
.footer-links a {
	display: inline-block;
	margin: 0 4px 0 4px;
	font-size: 12px;
	position: relative;
	color: #70767f;
}
.footer-links a:hover {
	color: #2fa1bd !important;
}

.footer-bottom {
	background: #fff;
	padding: 2rem 0;
	margin-top: 0rem;

}


	@media  (max-width: 970px) {
		.social {
			border-top: 1px solid rgba(238, 238, 238, 0.35);
		}
		.social .footer-title {
			text-align: center;
			display: none;
		}
		.footer-list.socialist ul {
			display:inline-block;
			width: 100%;
			text-align: center;
		}
		.footer-list.socialist ul li {
			display: inline-block;
			padding: 0 1rem;
		}
		.footer-list.socialist ul li a i {
			position: absolute;
			top: 4px;
			left:0;
			width: 32px;
			height: 32px;
			line-height: 32px;
			text-align: center;
			border-radius: 100px;
			background: #000;
			color: #fff;
		}

	}
	@media  (max-width: 640px) {
		.footer-list.socialist ul li a span {
			display: none;
		}
		.copyright {
			text-align: center;
		}
		.footer-links {
			padding-top:10px;
			text-align: center;
		}
		.footer-links a {
			margin:0 5px;
		}
		.footer-logos {
			text-align: center;
		}
		.footer-bottom {
			background: #fff;
			padding: 2rem 0 1rem;
			margin-top: 0rem;
		}

	}

/* Add Noise */
/*
.addnoise {
	float: right;
	width: 100px;
	height: 50px;
	color: #a2aaae !important;
	font-style: italic;
	font-size: 11px;
	margin-right: 1rem;
	background:  url('../images/addnoise.svg') no-repeat top;
	background-size: contain;
	opacity: 0.3;
}

.addnoise:hover  {
	opacity: 0.5;
}

	@media  (max-width: 640px) {
		.addnoise {
			position: relative;
			right: 50%;
			margin: auto;
			margin-right: -50px;
			margin-top: 20px !important
		}
	}
*/


/*
---------------------------
TOOLTIPS
---------------------------
*/

.has-tip {
	border:0;
	font-weight: normal;
	position: relative;
	display: inline-block;
	cursor: pointer;

}







#cookiepolicy .cookiebar_content {
	width: 100% !important;
	max-width: 86em;
	padding: 0 2%;
}
#cookiepolicy span.cookiebar_exclamation {
	display: inline-block;
	padding-left: 20px !important;
}

@media (max-width: 600px) {
	#cookiepolicy {
		font-size: 10px !important;
		line-height: 18px !important;
	}
	#cookiepolicy a.cookiebar_hide {
		margin-left: 15px !important;
		font-size: 12px !important;
		line-height: 20px !important;
		padding-right: 20px !important;
	}
	#cookiepolicy a.cookiebar_hide span {

	}
	.cookiebar_info span {
		display: none;
	}

	.cookiebar_hide span {
		display: none;
	}

	#cookiepolicy span.cookiebar_exclamation {

	}
}

/*
---------------------------
FLOATING ARROW ANIMATIONS
---------------------------
*/

.floating-arrow-wrapper {
	position: relative;
	z-index: 999 !important;
}

.going-down {
    position: absolute;
    bottom: 20px;
    left: 50%;

    height: 64px;
    width: 64px;
    background: transparent;
    text-align: center;
    z-index: 9999 !important;
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 100px;
    outline: 0;
    font-size: 1.6em;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.going-down i {
    color: #fff;
    line-height: 64px;
    text-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.going-down:hover {


}

.going-down:hover i {
    color: #fff
}

.going-down:hover {

}

.going-down:active {}

@media (max-width: 970px) {

}

@media (max-width: 600px) {
    .going-down {
	    right: 1rem;
	    bottom: 15px;
    	font-size: 1.3em;
			height: 48px;
			width: 48px;
		}
		.going-down i {
			line-height: 48px;
		}
}
@media (max-width: 320px) {
    .going-down {
	    right: 0.6rem;
	    bottom: 10px;
    	font-size: 1.3em;
			height: 48px;
			width: 48px;
		}
		.going-down i {
			line-height: 48px;
		}
}


.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px)
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px)
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}


.baktabel p{
	margin-bottom: 0px;
}


.kingpolis-cover {
	position: relative;
}
.kingpolis-cijfer-wrap {
	position: absolute;
	right: 0;
	top: 160px;
	left: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	#topbar .inner  {
		max-width: 62em;
	}
}
@media (max-width: 970px) {
	.kingpolis-cijfer-wrap {
		top: 80px;
	}
}
@media (max-width: 767px) {
	.kingpolis-cijfer-wrap {
		top: 100px;
	}
}
@media (max-width: 440px) {
	.kingpolis-cijfer-wrap {
		top: 90px;
	}
}

.kingpolis-cijfer {
	position: absolute;
	z-index: 1000;
	right: 1rem;
	top: 0;
	width: 10rem;
	padding: 2rem 1.5rem 1.5rem 1.5rem;
	background-color: white;
	/* border-radius: 5px; */
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12);
	text-align: center;
}
.kingpolis-cijfer:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -1rem;
	left: 0;
	height: 1rem;
	background: center / 10rem 1rem no-repeat url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNjAgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGgxNjB2MTZsLTgwLTE1bC04MCAxNXoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
	/*border-right: 5rem solid white;
	border-bottom: 1rem solid transparent;
	border-left: 5rem solid white;*/
}
.kingpolis-cijfer .reviews-grade {
	position: static;
	margin: 1rem auto 0.5rem auto;
}
.kingpolis-cijfer .score {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: -2px;
	color: #ff6832;
}
.kingpolis-cijfer .meta {
	font-size: .85rem;
}
@media (max-width: 540px) {
	.kingpolis-cijfer {
		width: 7rem;
		padding: 1rem .5rem;
	}
	.kingpolis-cijfer .meta {
		font-size: .75rem;
	}
	.kingpolis-cijfer .reviews-grade {
		width: 50px;
		height: 50px;
	}
	.kingpolis-cijfer .reviews-grade span {
		font-size: 1.5rem;
	}

}

.google-reviews {
	position: absolute;
	left: 260px;
	top: 32px;

	transition: top .3s;
}
#topbar.small .google-reviews {
	top: 16px;
}
.google-reviews img,
.google-reviews .number {
	display: inline-block;
	vertical-align: middle;
}
.google-reviews img {
	position: relative;
	top: -1px;
}
.google-reviews .number {
	font-weight: 700;
	margin-left: 2px;
	color: #17364b;
}
.google-reviews .amount {
	display: block;
	font-size: .85em;
	color: #17364b;
	line-height: 1;
}
@media screen and (max-width: 850px) {
	.google-reviews {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.google-reviews {
		left: 220px;
	}
}
.review-star {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: .95em;
	background-image: url('../images/stars-filling.svg');
	background-size: 1em 2.85em;
}
.review-star.full {
	background-position: 0 0;
}
.review-star.half {
	background-position: 0 -.95em;
}
.review-star.empty {
	background-position: 0 -1.9em;
}
