@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'PT Sans', sans-serif;
	-webkit-text-size-adjust:100%; 
	-moz-text-size-adjust:100%; 
	-ms-text-size-adjust:100%;
}

.header-beeld {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	margin-bottom: 20px;
}

.header-beeld .header-container {
	width: 100%;
	max-width: 1170px;
	height: 100%;
	position: relative;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.header-beeld nav {
	position: absolute;
	display: block;
	width: 100%;
	padding-bottom: 7px;
	top: 0;
	background: rgba(16, 55, 113, .9);
	z-index: 99;
}

nav ul[class^="col-"] {
	margin: 0 !important;
}

.header-beeld nav ul {
	display: none;
}

.header-beeld nav ul li {
	display: block;
	width: 100%;
	padding: 7px 15px;
}

.header-beeld nav ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 19px;
	line-height: 23px;
}

.header-beeld nav ul li.active a {
	color: #a0cfd7;
}

.header-beeld nav ul li a:hover {
	text-decoration: underline;
}

.header-beeld nav .nav-items {
	width: 100%;
	clear: both;
	padding-top: 17px;
}

.header-content {
	padding: 15px 15px;
	align-self: flex-end;
}


.header-content h1 {
	font-size: 34px;
	line-height: 35px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -1px;
	text-shadow: 0 1px 1px #424242;
}

.header-content em {
	font-size: 19px;
	font-style: italic;
	line-height: 26px;
	color: #ffffff;
	text-shadow: 0 1px 1px #424242;
}

.header-content h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.5px;
	text-shadow: 0 1px 1px #424242;
}

.row {
	width: 100%;
	position: relative;
}
.container {
	width: 100%;
	height: 100%;
	max-width: 1170px;
	margin: auto;
	position: relative;
}

header [class^="col-"] {
	padding: 0 15px;
	margin: 0 0;
	background-clip: content-box !important;
}

[class^="col-"] {
	padding: 0 15px;
	margin: 31px 0;
	background-clip: content-box !important;
}

.top-header [class^="col-"] {
	padding: 0 15px;
	margin: 31px 0 20px 0;
	background-clip: content-box !important;
}

.hide-mobile {
	display: none;
}

[class^="col-"] img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	display: block;
}

[class^="col-"] p > img {
	width: auto;
	height: auto;
}

[class^="col-"] .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.row > .container,
header > .container,
nav > .container,
.row .inner-container,
[class^="col-"] > .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

nav > .container {
	justify-content: flex-end;
}

.vitale-content h4 {
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	padding-bottom: 3px;
}

.vitale-content p {
	font-size: 19px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 20px;
}

.vitale-content strong {
	font-weight: 700;
}

.vitale-content em {
	font-style: italic;
}

.vitale-content li {
	font-size: 19px;
	line-height: 24px;
	color: #333333;
}

.vitale-content ol {
	padding-left: 20px;
	margin-bottom: 15px;
	list-style-type: decimal;
}

.vitale-content ul {
	padding-left: 20px;
	margin-bottom: 15px;
	list-style-type: disc;	
}

.vitale-content a:not(".read-more") {
	font-size: 19px;
	line-height: 24px;
	color: #333333;
	text-decoration: underline;
}

.vitale-content a:hover {
	color: #000000;
}

.content-meer,
.content-meer-intro {
	display: none;
}

.read-more {
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	color: #333333;
	text-decoration: underline;
	background: url('../images/lees-meer-icon.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

.read-more-intro {
	font-size: 19px !important;
	line-height: 24px !important;
	font-weight: 700;
	color: #333333;
	text-decoration: underline;
	background: url('../images/lees-meer-icon.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

.read-more:hover,
.read-more-intro:hover {
	color: #000000;
	text-decoration: underline;
}

.read-more-intro.isOpen,
.read-more.isOpen {
	background: url('../images/lees-meer-icon-up.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.col-1 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
			-ms-flex: 0 0 8.333333%;
				flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
			-ms-flex: 0 0 16.666667%;
				flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
			-ms-flex: 0 0 25%;
				flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	    -webkit-flex: 0 0 33.333333%;
	        -ms-flex: 0 0 33.333333%;
	            flex: 0 0 33.333333%;
	    max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
			-ms-flex: 0 0 41.666667%;
				flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
			-ms-flex: 0 0 50%;
				flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
			-ms-flex: 0 0 58.333333%;
				flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
			-ms-flex: 0 0 66.666667%;
				flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
			-ms-flex: 0 0 75%;
				flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
			-ms-flex: 0 0 83.333333%;
				flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
			-ms-flex: 0 0 91.666667%;
				flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
			-ms-flex: 0 0 100%;
				flex: 0 0 100%;
	max-width: 100%;
}


main [class^="col-"] {
	margin: 0 !important;
}

main .row > .container {
	justify-content: center;
}

.mobile-icon {
	width: 25px;
	height: 25px;
	background: url('../images/hamburger.svg');
	background-size: 25px 25px;
	margin-top: 9px;
	margin-right: 15px;
}

.row-header {
	margin-bottom: 35px;
	display: block;
}

.row-header h3 {
	font-size: 29px;
	line-height: 74px;
	letter-spacing: 3px;
	color: #14416d;
	text-transform: uppercase;
}

.programma {
	margin-bottom: 70px;
}

.programma li {
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 25px;
	color: #333333;
}

.programma p {
	width: 70%;
	overflow: hidden;
	display: inline-table;
	font-size: 19px;
	line-height: 25px;
}

.programma a {
	font-size: 19px;
	line-height: 25px;
	color: #000;
	text-decoration: underline;
}

.programma time {
	display: inline-block;
	width: 80px;
	font-size: 19px;
	line-height: 25px;
	color: #333333;
}

.programma-items strong {
	font-weight: 700;
}

.lichtblauw {
	background: #a0cfd7;
}

.image-wrapper {
	overflow: hidden;
	width: 261px;
	height: 261px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 25px;
}

.anchor {
    display: block;
    height: 41px; /*same height as header*/
    margin-top: -41px; /*same height as header*/
    visibility: hidden;
}

.padding-bottom {
	padding: 30px 0 60px 0;
}

.row.rechts .row-title,
.row.links .row-title {
	width: 100%;
	text-align: left;
	padding: 0 15px;
	padding-top: 15px;
	position: absolute;
	left: 0;
	top: -55px;
}

.lichtblauw .row-title {
	background: #a0cfd7;
}

.donkerblauw .row-title {
	background: #153e7b;
}

.wit .row-title {
	background: #ffffff;
}

.row-title h3 {
	font-size: 27px;
	line-height: 60px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.innovaties .row-title h3 {
	color: #3fab4b;
}


.inner-container {
    width: 100%;
    position: relative;
}

.inner-container .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.align-center {
	align-self: center;
}

.donkerblauw {
	background: #153e7b;
}

.donkerblauw .column-content h3 {
	font-size: 25px;
	line-height: 25px;
	color: #3eaa48;
}

.donkerblauw .column-content p {
	font-size: 23px;
	line-height: 29px;
	color: #ffffff;
	font-weight: 400;
}

.donkerblauw .column-content em {
	font-style: italic;
}

.donkerblauw .column-content strong {
	font-weight: 700;
}

.donkerblauw .column-content a {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
	text-decoration: underline;
}

.donkerblauw .column-content a:hover {
	color: #000000;
}

.donkerblauw .column-content ul {
	list-style-type: disc;
	padding-left: 20px;
}

.donkerblauw .column-content ol {
	list-style-type: decimal;
	padding-left: 20px;
}

.donkerblauw .column-content li {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
}

.lichtblauw .column-content h3 {
	font-size: 25px;
	line-height: 30px;
	color: #153e7b;
}

.lichtblauw .column-content p {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
}

.lichtblauw .column-content em {
	font-style: italic;
}

.lichtblauw .column-content strong {
	font-weight: 700;
}

.lichtblauw .column-content a {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
	text-decoration: underline;
}

.lichtblauw .column-content a:hover {
	color: #000000;
}

.lichtblauw .column-content ul {
	list-style-type: disc;
	padding-left: 20px;
}

.lichtblauw .column-content ol {
	list-style-type: decimal;
	padding-left: 20px;
}

.lichtblauw .column-content li {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
}

.inschrijfbuttoncontainer {
	padding-top: 40px;
}

.inschrijfBtn {
	display: block;
	width: 100%;
	background: #46a5b5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YTViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZWFhNDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, hsla(189,44%,49%,1) 0%, hsla(126,47%,45%,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(189,44%,49%,1)), color-stop(100%,hsla(126,47%,45%,1)));
	background: -webkit-linear-gradient(left, hsla(189,44%,49%,1) 0%,hsla(126,47%,45%,1) 100%);
	background: -o-linear-gradient(left, hsla(189,44%,49%,1) 0%,hsla(126,47%,45%,1) 100%);
	background: -ms-linear-gradient(left, hsla(189,44%,49%,1) 0%,hsla(126,47%,45%,1) 100%);
	background: linear-gradient(to right, hsla(189,44%,49%,1) 0%,hsla(126,47%,45%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a5b5', endColorstr='#3eaa48',GradientType=1 );
	font-size: 23px;
	line-height: 25px;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 60px;
	border-radius: 4px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	text-align: center;
}

.inschrijfBtn:hover {
	-webkit-box-shadow:inset 0 0 5px 1px rgba(0,0,0,.5);
	box-shadow:inset 0 0 5px 1px rgba(0,0,0,.5);
}

.donkerblauw .column-form {
	margin-top: 50px !important;
}
.donkerblauw .column-form form{
    margin-bottom: 20px;
}
.donkerblauw .column-form a{
    color: #FFF;
}


.donkerblauw .column-form h5 {
	font-size: 25px;
	line-height: 25px;
	color: #3eaa48;
}
.donkerblauw .column-form p {
	font-size: 19px;
	line-height: 29px;
	color: #ffffff;
	margin-bottom: 13px;
}

.column-form form input {
	display: inline-flex;
}

.inline-form input {
	font-size: 19px;
	line-height: 25px;
	font-style: italic;
	color: #ffffff;
	border: 0;
	border-radius: 0;
	outline: none;
	background: rgba(255, 255, 255, .2);
	font-weight: 400;
	padding: 12px 15px;
	height: 50px;
	font-family: 'PT Sans', sans-serif;
	-webkit-appearance: none;
}

.inline-form input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
}

.inline-form input[type="email"] {
	width: calc(100% - 55px);
}

.inline-form input[type="submit"] {
	background: #46a5b4;
	text-indent: -9999px;
	background-image: url('../images/form-submit-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 57px;
	height: 50px;
	vertical-align: top;
	cursor: pointer;
	-webkit-appearance: none;
	margin-left: -2px;
	display: inline-block;
}

.inline-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	font-size: 19px;
	line-height: 25px;
	font-style: italic;
	color: #ffffff;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
}
.inline-form input::-moz-placeholder { /* Firefox 19+ */
  	font-size: 19px;
	line-height: 25px;
	font-style: italic;
	color: #ffffff;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
}
.inline-form input:-ms-input-placeholder { /* IE 10+ */
  	font-size: 19px;
	line-height: 25px;
	font-style: italic;
	color: #ffffff;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
}
.inline-form input:-moz-placeholder { /* Firefox 18- */
  	font-size: 19px;
	line-height: 25px;
	font-style: italic;
	color: #ffffff;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
}

.row-intro p {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 25px;
}

.row-intro a {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
	text-decoration: underline;
}

.row-intro strong {
	font-weight: 700;
}

.row-intro em {
	font-style: italic;
}

.video iframe {
	max-width: 100%;
	width: 100% !important;
	margin-top: 10px !important;
}

.row-intro em {
	font-style: italic;
}

.row-intro strong {
	font-weight: 700;
}

.row-intro a {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
	text-decoration: underline;
}

.row-intro a:hover {
	color: #000000;
}

.row-intro li {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
}

.innovaties-articles {
	justify-content: space-between;
	position: relative;
	margin-top: 10px;
}

.inno-image-wrapper {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.inno-image-wrapper:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: rgba(63, 172, 75, .8);
}

.innovaties-articles article {
	margin-bottom: 30px !important;
	cursor: pointer;
}

.inno-image-wrapper img {
	-moz-transition: all 0.6s ease-in;
  	-webkit-transition: all 0.6s ease-in;
  	transition: all 0.6s ease-in;
  	width: 100%;
}

.innovaties-articles article:hover .inno-image-wrapper img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.inno-content h3 {
	font-size: 23px;
	line-height: 26px;
	color: #333333;
	word-break: break-word;
}

.inno-content p {
	font-size: 17px;
	line-height: 23px;
	color: #666666;
}

.inno-content a {
	color: #3fac4b;
	font-size: 17px;
	line-height: 23px;
	font-weight: 700;
	text-decoration: none;
	padding-right: 12px;
	background: url('../images/lees-meer-bg.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.inno-content a:hover {
	text-decoration: underline;
}

.black-bg {
	background: #000;
	padding: 5 15px !important;
}

.inno-hover-box {
	display: none;
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(60% - 30px);
	background: #ffffff;
	padding: 20px;
	padding-top: 40px;
	border: 1px solid #41ab50;
	border-top: 5px solid #41ab50;
	z-index: 9999;
}

.inno-hover-box .close {
	position: absolute;
	top: -1px;
	right: 0;
	background: #41ab50;
	padding: 5px 15px;
	padding-top: 0;
	padding-right: 25px;
	font-size: 17px;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
	background-image: url('../images/close-icon.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 8px;
}

.inno-hover-box .close:hover {
	text-decoration: underline;
}

.inno-hover-box-container h4 {
	font-size: 25px;
	line-height: 31px;
	display: block;
	color: #333333;
	letter-spacing: 1.28px;
	margin-bottom: 15px;
	word-break: break-word;
}

.inno-hover-box-container p {
	margin-bottom: 25px;
	font-size: 17px;
	line-height: 25px;
	color: #333333;
}

.inno-hover-box-container a {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 25px;
	color: #333333;
	text-decoration: underline;
}

.inno-hover-box-container strong {
	font-weight: 700;
}

.inno-hover-box-container em {
	font-style: italic;
}

.inno-hover-box-container li {
	font-size: 17px;
	line-height: 25px;
	color: #333333;
}

.inno-hover-box-container ol {
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 25px;
}

.inno-hover-box-container ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 25px;
}

.inno-hover-box-container a:hover {
	color: #000000;
}

.inno-hover-box-contact-info li,
.inno-hover-box-contact-info li a {
	display: inline-block;
	font-size: 17px;
	line-height: 25px;
	color: #41ab50;
	font-weight: 700;
	text-decoration: none;
	background: url('../images/inno-info-divider.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	margin-right: 5px;
}

.inno-hover-box-contact-info li:last-of-type,
.inno-hover-box-contact-info li a {
	background: none;
	padding: 0;
	margin: 0;
}

.inno-hover-box-contact-info li a:hover {
	text-decoration: underline;
}

.row-intro p {
	width: 100% !important;
}
.vitale {
	background: #3eaa47;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlYWE0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2M2JlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, hsla(125,47%,45%,1) 0%, hsla(189,52%,60%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(125,47%,45%,1)), color-stop(100%,hsla(189,52%,60%,1)));
	background: -webkit-linear-gradient(top, hsla(125,47%,45%,1) 0%,hsla(189,52%,60%,1) 100%);
	background: -o-linear-gradient(top, hsla(125,47%,45%,1) 0%,hsla(189,52%,60%,1) 100%);
	background: -ms-linear-gradient(top, hsla(125,47%,45%,1) 0%,hsla(189,52%,60%,1) 100%);
	background: linear-gradient(to bottom, hsla(125,47%,45%,1) 0%,hsla(189,52%,60%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eaa47', endColorstr='#63bece',GradientType=0 );
}

.vitale .row-title h3 {
	font-size: 27px;
	line-height: 60px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.vitale .row-title {
	background: #3eaa47;
}
.intro-top p {
	font-size: 19px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 15px;
}

.intro-top ul {
	padding-left: 20px;
	margin-bottom: 15px;
	list-style-type: disc;
}

.intro-top ol {
	padding-left: 20px;
	margin-bottom: 15px;
	list-style-type: decimal;
}

.intro-top li {
	font-size: 21px;
	line-height: 31px;
	color: #333333;
}

.intro-top a {
	font-size: 21px;
	line-height: 31px;
	color: #333333;
	text-decoration: underline;
}

.intro-top strong {
	font-weight: 700;
}

.intro-top em {
	font-style: italic;
}

.footer-logos {
	padding: 50px 0;
}

.footer-logos article {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}

.footer-logos .inner-container {
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
}

.donkerblauw,
.lichtblauw,
.wit,
.vitale {
	margin-top: 41px;
}

.intro-top {
	padding: 10px 0;
	padding-top: 15px;
}

.grid-galerij {
	margin: 10px;
	width: 100%;
}

.fotogalerij {
	text-decoration: none;
	width: calc(50% - 20px);
	height: auto;
	display: inline-block;
	float: left;
	margin: 10px;
}

.fotogalerij img {
	width: 100%;
	vertical-align: middle;
}

@media (min-width: 567px) {

	.fotogalerij {
		width: calc(33.33% - 20px);
	}

	.inline-form input[type="text"] {
		margin-right: 15px;
		width: auto;
		margin-bottom: 0;
	}

	.inline-form input[type="email"] {
		width: auto;
	}
	.programma {
		margin-bottom: 70px;
	}
	.col-sm-1 {
	    -webkit-box-flex: 0;
		    -webkit-flex: 0 0 8.333333%;
		        -ms-flex: 0 0 8.333333%;
		            flex: 0 0 8.333333%;
	    max-width: 8.333333%;
	}
	.col-sm-2 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 16.666667%;
	        -ms-flex: 0 0 16.666667%;
	            flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	}
	.col-sm-3 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 25%;
	        -ms-flex: 0 0 25%;
	            flex: 0 0 25%;
	    max-width: 25%;
	}
	.col-sm-4 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 33.333333%;
	        -ms-flex: 0 0 33.333333%;
	            flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	.col-sm-5 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 41.666667%;
	        -ms-flex: 0 0 41.666667%;
	            flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
	.col-sm-6 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 50%;
	        -ms-flex: 0 0 50%;
	            flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-sm-7 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 58.333333%;
	        -ms-flex: 0 0 58.333333%;
	            flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	}
	.col-sm-8 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 66.666667%;
	        -ms-flex: 0 0 66.666667%;
	            flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}
	.col-sm-9 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 75%;
	        -ms-flex: 0 0 75%;
	            flex: 0 0 75%;
	    max-width: 75%;
	}
	.col-sm-10 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 83.333333%;
	        -ms-flex: 0 0 83.333333%;
	            flex: 0 0 83.333333%;
	    max-width: 83.333333%;
	}
	.col-sm-11 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 91.666667%;
	        -ms-flex: 0 0 91.666667%;
	            flex: 0 0 91.666667%;
	    max-width: 91.666667%;
	}
	.col-sm-12 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
	    max-width: 100%;
	}

	.row.rechts .row-title,
	.row.links .row-title {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {

	.fotogalerij {
		width: calc(25% - 20px);
	}

	.donkerblauw {
		background: #153e7b url('../images/blue-patron-bg.jpg');
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: inherit;
	}
	.video {
		margin-top: 0;
	}
	.row.rechts .row-title {
		position: absolute;
		left: 15px;
		right: initial;
		padding: 0 30px;
		height: 44px;
		text-align: center;
		top: -41px;
		width: auto;
	}

	.programma time {
		width: 100px;
	}

	.row.links .row-title {
		position: absolute;
		right: 15px;
		left: initial;
		padding: 0 30px;
		height: 44px;
		text-align: center;
		top: -41px;
		width: auto;
	}
	.black-bg {
		padding: 0 25px !important;
		margin-left: -20px;
	}
	.col-md-1 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 8.333333%;
	        -ms-flex: 0 0 8.333333%;
	            flex: 0 0 8.333333%;
	    max-width: 8.333333%;
	}
	.col-md-2 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 16.666667%;
	        -ms-flex: 0 0 16.666667%;
	            flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	}
	.col-md-3 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 25%;
	        -ms-flex: 0 0 25%;
	            flex: 0 0 25%;
	    max-width: 25%;
	}
	.col-md-4 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 33.323333%;
	        -ms-flex: 0 0 33.323333%;
	            flex: 0 0 33.323333%;
	    max-width: 33.323333%;
	}
	.col-md-5 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 41.666667%;
	        -ms-flex: 0 0 41.666667%;
	            flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
	.col-md-5-5 {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 46%;
	        -ms-flex: 0 0 46%;
	            flex: 0 0 46%;
	    max-width: 46%;
	}
	.col-md-6 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 50%;
	        -ms-flex: 0 0 50%;
	            flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-md-7 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 58.333333%;
	        -ms-flex: 0 0 58.333333%;
	            flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	}
	.col-md-8 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 66.656667%;
	        -ms-flex: 0 0 66.656667%;
	            flex: 0 0 66.656667%;
	    max-width: 66.656667%;
	}
	.col-md-9 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 75%;
	        -ms-flex: 0 0 75%;
	            flex: 0 0 75%;
	    max-width: 75%;
	}
	.col-md-10 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 83.333333%;
	        -ms-flex: 0 0 83.333333%;
	            flex: 0 0 83.333333%;
	    max-width: 83.333333%;
	    position: relative;
	}
	.col-md-11 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 91.666667%;
	        -ms-flex: 0 0 91.666667%;
	            flex: 0 0 91.666667%;
	    max-width: 91.666667%;
	}
	.col-md-12 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
	    max-width: 100%;
	}
	.video iframe {
		margin-top: 0 !important;
	}
	.header-content h1 {
		font-size: 55px;
		line-height: 63px;
		text-shadow: none;
		padding-bottom: 10px;
	}

	.header-content em {
		font-size: 39px;
		line-height: 53px;
		text-shadow: none;
	}

	.header-content h2 {
		font-size: 31px;
		line-height: 34px;
		text-shadow: none;
	}
	header [class^="col-"] {
		margin: 31px 0;
	}
	.header-beeld {
		height: 380px;
	}

	.image-wrapper {
		margin: initial;
		margin-right: 30px;
		margin-bottom: 25px;
	}

	.padding-bottom {
		padding: 60px 0;
	}

	.footer-logos .inner-container {
		align-items: center;
		justify-content: initial;
		text-align: initial;
		padding: 0 15px;
	}

	.footer-logos article {
		display: inline-block;
		width: auto;
		margin-right: 70px;
		margin-bottom: 0;
	}
	.dagvoorzitter .column-content {
		padding-left: 60px;
	}
	
	.innovaties-articles:after {
		content: '';
		display: table;
		width: 256px;
	}

	.inno-hover-box {
		padding: 45px;
	}
	.header-content em {
		text-shadow: none;
	}

	.vitale {
		background: #63bece;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYmVjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZWFhNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left, hsla(189,52%,60%,1) 0%, hsla(125,47%,45%,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(189,52%,60%,1)), color-stop(100%,hsla(125,47%,45%,1)));
		background: -webkit-linear-gradient(left, hsla(189,52%,60%,1) 0%,hsla(125,47%,45%,1) 100%);
		background: -o-linear-gradient(left, hsla(189,52%,60%,1) 0%,hsla(125,47%,45%,1) 100%);
		background: -ms-linear-gradient(left, hsla(189,52%,60%,1) 0%,hsla(125,47%,45%,1) 100%);
		background: linear-gradient(to right, hsla(189,52%,60%,1) 0%,hsla(125,47%,45%,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63bece', endColorstr='#3eaa47',GradientType=1 );
	}

	.vitale .row-title {
		background: #4ab174;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhYjE3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MmFjNTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left, hsla(144,41%,49%,1) 0%, hsla(131,45%,47%,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(144,41%,49%,1)), color-stop(100%,hsla(131,45%,47%,1)));
		background: -webkit-linear-gradient(left, hsla(144,41%,49%,1) 0%,hsla(131,45%,47%,1) 100%);
		background: -o-linear-gradient(left, hsla(144,41%,49%,1) 0%,hsla(131,45%,47%,1) 100%);
		background: -ms-linear-gradient(left, hsla(144,41%,49%,1) 0%,hsla(131,45%,47%,1) 100%);
		background: linear-gradient(to right, hsla(144,41%,49%,1) 0%,hsla(131,45%,47%,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab174', endColorstr='#42ac55',GradientType=1 );
	}

	.innovaties-articles {
		margin-top: 25px;
	}
	.donkerblauw,
	.lichtblauw,
	.wit,
	.vitale {
		margin-top: 0;
	}

	.donkerblauw .padding-bottom {
		padding-bottom: 100px;
	}
	.programma p {
		width: 70%;
	}
	.video iframe {
		margin-top: 10px !important;
	}
	.mobile-icon {
		display: none;
	}
	.header-beeld nav {
		padding-bottom: 0;
	}
	.header-beeld nav .nav-items {
		padding: 0 15px;
	}
	.header-beeld nav ul {
		display: block !important;
		background: transparent;
	}
	.header-beeld nav ul li {
		display: inline-block !important;
		width: auto;
		padding: 0;
		margin-right: 42px;
	}
	.header-beeld nav ul li:last-of-type {
		margin-right: 0;
	}
	.header-beeld nav ul li a {
		line-height: 41px;
	}

}

@media (min-width: 992px) {

	.fotogalerij {
		width: calc(20% - 20px);
	}

	.innovaties-articles:after {
		content: '';
		display: table;
		width: 341px;
	}
	.header-beeld {
		height: 462px;
	}
	.programma p {
		width: 75%;
	}
	.dagvoorzitter .column-content {
		padding-left: 0;
		margin-left: -30px;
	}
	.footer-logos article {
		margin-right: 100px;
	}
	.intro-top {
		margin-bottom: 60px;
	}

	.intro-top p {
		padding-right: 20px;
	}

	.col-lg-1 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 8.333333%;
	        -ms-flex: 0 0 8.333333%;
	            flex: 0 0 8.333333%;
	    max-width: 8.333333%;
	}
	.col-lg-2 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 16.666667%;
	        -ms-flex: 0 0 16.666667%;
	            flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	}
	.col-lg-3 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 25%;
	        -ms-flex: 0 0 25%;
	            flex: 0 0 25%;
	    max-width: 25%;
	}
	.intro-top {
		padding: 0;
	}
	.col-lg-4 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 33.333333%;
	        -ms-flex: 0 0 33.333333%;
	            flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	.col-lg-5 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 41.666667%;
	        -ms-flex: 0 0 41.666667%;
	            flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
	.col-lg-6 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 50%;
	        -ms-flex: 0 0 50%;
	            flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-lg-7 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 58.333333%;
	        -ms-flex: 0 0 58.333333%;
	            flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	}
	.col-lg-8 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 66.666667%;
	        -ms-flex: 0 0 66.666667%;
	            flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}
	.col-lg-9 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 75%;
	        -ms-flex: 0 0 75%;
	            flex: 0 0 75%;
	    max-width: 75%;
	}
	.col-lg-10 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 83.333333%;
	        -ms-flex: 0 0 83.333333%;
	            flex: 0 0 83.333333%;
	    max-width: 83.333333%;
	}
	.col-lg-11 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 91.666667%;
	        -ms-flex: 0 0 91.666667%;
	            flex: 0 0 91.666667%;
	    max-width: 91.666667%;
	}
	.col-lg-12 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
	    max-width: 100%;
	}
	

	.inschrijven {
		padding: 120px 0 !important;
		padding-top: 110px !important;
	}
	.inschrijfbuttoncontainer {
		padding-top: 0px;
		padding-left: 60px;
	}
	.header-beeld {
		margin-bottom: 65px;
	}
}

@media (min-width: 1200px) {

	.header-beeld nav {
		top: 41px;
	}
	.hide-mobile {
		display: block;
	}

	.header-beeld .header-container:after {
		content: '';
		position: absolute;
		width: 1000px;
		height: 41px;
		right: -1000px;
		top: 0;
		background: #ffffff;
	}

	.header-beeld .header-container:before {
		content: '';
		position: absolute;
		width: 1000px;
		height: 41px;
		left: -1000px;
		bottom: 0;
		background: #ffffff;
	}
	.row.rechts > .container:after {
		content: '';
		position: absolute;
		width: 1000px;
		height: 100%;
		right: -1000px;
		background: white;
	}
	.row.links > .container:after {
		content: '';
		position: absolute;
		width: 1000px;
		height: 100%;
		left: -1000px;
		background: white;
	}

	.vitale.links .container:after {
		content: '';
		position: absolute;
		width: 1000px;
		height: 100%;
		right: -1000px;
		background: transparent;
	}
	.header-content {
		position: absolute !important;
		bottom: 70px;
		left: 112.5px;
		padding: 0;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 8.333333%;
	        -ms-flex: 0 0 8.333333%;
	            flex: 0 0 8.333333%;
	    max-width: 8.333333%;
	}
	.col-xl-2 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 16.666667%;
	        -ms-flex: 0 0 16.666667%;
	            flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	}
	.col-xl-3 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 25%;
	        -ms-flex: 0 0 25%;
	            flex: 0 0 25%;
	    max-width: 25%;
	}
	.col-xl-4 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 33.333333%;
	        -ms-flex: 0 0 33.333333%;
	            flex: 0 0 33.333333%;
	    max-width: 33.133333%;
	}
	.col-xl-5 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 41.666667%;
	        -ms-flex: 0 0 41.666667%;
	            flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
	.col-xl-6 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 50%;
	        -ms-flex: 0 0 50%;
	            flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-xl-7 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 58.333333%;
	        -ms-flex: 0 0 58.333333%;
	            flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	}
	.col-xl-8 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 66.666667%;
	        -ms-flex: 0 0 66.666667%;
	            flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 75%;
	        -ms-flex: 0 0 75%;
	            flex: 0 0 75%;
	    max-width: 75%;
	}
	.col-xl-10 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 83.333333%;
	        -ms-flex: 0 0 83.333333%;
	            flex: 0 0 83.333333%;
	    max-width: 83.333333%;
	}
	.col-xl-11 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 91.666667%;
	        -ms-flex: 0 0 91.666667%;
	            flex: 0 0 91.666667%;
	    max-width: 91.666667%;
	}
	.col-xl-12 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
	    max-width: 100%;
	}

	.row.links .row-title {
		right: -98px;
	}
	.header-beeld .header-container {
		justify-content: flex-end;
	}
	
	#stippleline {
		width: 95%;
		height: 100%;
		background: url('../images/programma-stippellijn.png');
		background-repeat: no-repeat;
		background-position: center 65px;
		/*background-size: 100% 80%;*/
		position: absolute;
		top: 15px;
		z-index: -1;
	}

	#voorzitter-stippleline {
		width: 95%;
		height: 100%;
		background: url('../images/voorzitter-stippellijn.png');
		background-repeat: no-repeat;
		background-position: left;
		background-size: contain;
		position: absolute;
		top: -20px;
		z-index: 0;
	}

	#fotogalerij-stippleline {
		width: 95%;
		height: 55%;
		background: url('../images/voorzitter-stippellijn.png');
		background-repeat: no-repeat;
		background-position: left top;
		background-size: contain;
		position: absolute;
		top: 40px;
		z-index: 0;
	}

	@-moz-document url-prefix() {

		#stippleline {
			left: 35px;
		}

		#fotogalerij-stippleline {
			left: 35px;
		}

		#innovaties-stippleline {
			left: 35px;
		}
	}

	#inschrijven-stippleline {
		width: 95%;
		height: 100%;
		background: url('../images/aanmelden-stippellijn.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
		right: 30px;
		z-index: 0;
        top: 40px;
	}

	.innovaties-articles:after {
		content: '';
		display: table;
		width: 293px;
	}

	#innovaties-stippleline {
		width: 95%;
		height: 100%;
		background: url('../images/innovaties-stippellijn.png');
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain;
		position: absolute;
		top: 30px;
		z-index: 0;
	}

	.programma {
		margin-bottom: 80px;
	}

	.innovaties .padding-bottom {
		padding-top: 75px;
	}

	.programma .row-intro {
		margin-top: 40px;
		margin-bottom: 25px;
	}

	.inner-container {
	    max-width: 975px;
	    width: 100%;
	    position: relative;
	}

	nav > .container {
		justify-content: center;
	}
}