@charset "utf-8";
/* CSS Document 
font-family: 'Mechanical';
 font-family: 'BellCent Add BT';
font-family: 'Biotif Extra Bold';
font-family: 'Biotif Bold';
	 */
	 
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:700');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed');
@import url('https://fonts.googleapis.comogo/css?family=Boogaloo');
@import url('https://fonts.googleapis.com/css?family=Rochester');
@import url('https://fonts.googleapis.com/css?fontentamily=Calligraffitti');
iframe {
	border: none;
	width: 100%;
	height: auto;
}
.content_viewport {
	border: 0px none;
	height: 250px;
	width: 100%;
}
td {
	padding: 20px;
}
.wit {
	color: #FFF;
}
.blauw {
	color: #0066D2 !important;
}
.geel {
	color: #E2B540;
}
.wit {
	color: #FFF;
}
.zwart {
	color: #000 !important;
}
.b-wit-trans {
	background-color: rgba(255,255,255,0.75);
}
.b-blauw {
	background-color: #0066D2;
}
.b-geel {
	background-color: #E2B540;
}
.b-grijs {
	background-color: #EBECEC;
}
.display-none {
	display: none!important;
}
a.btn-top {
	top: 60px;
	right: 0;
	position: absolute;
	padding: 12px 30px 8px 30px;
	border-radius: 5px;
	margin: 40px 0;
	color: #000;
	background-color: #FF3;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Biotif Bold';
	text-align: center;
	width: fit-content;
	display: block;
	text-transform: normal;
	text-decoration: none;
}
a.btn-top:hover {
	text-decoration: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	color: #FFF;
	background-color: #0066D2;
}
.container_select {
	max-width: 100%;
	padding: 0px 0px;
	margin: auto;
	margin-bottom: 35px;
	display: block;
}
.container_select select {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #000;
	font-size: 17px;
	border: 1px #e0e0e0 solid;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 24px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing : border-box;
	outline: 0;
}
.reveal-in {
	display: block;
	position: relative;
}
.fotopagina-grid {
	/* min width of a single column */
	column-width: 33%;
	/* maximum amount of columns */
	column-count: 3;
	/* gap between the columns */
	column-gap: 30px;
}
a.album {
	/* important so a single div never gets distributed between columns */
	break-inside: avoid-column;
	margin-bottom: 50px;
	text-align: left;
	outline: 0;
	display: block;
	color: #000;
	max-width: 100%;
	box-sizing : border-box;
}
a.album:hover {
	text-decoration: none;
}
.pagina-grid {
	/* min width of a single column */
	column-width: 140px;
	/* maximum amount of columns */
	column-count: 2;
	/* gap between the columns */
	column-gap: 40px;
}
.sub-pagina {
	/* important so a single div never gets distributed between columns */
	break-inside: avoid-column;
	margin-bottom: 50px;
	text-align: left;
	outline: 0;
	display: block;
	color: #000;
	max-width: 100%;
	box-sizing : border-box;
}
a.btn {
	display: block;
	margin: auto;
	position: relative;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	padding: 15px 0px;
	text-align: center;
	font-size: 22px;
	text-decoration: none;
	transition: ease-in-out .2s !important;
}
a.btn:hover {
	text-decoration: none;
	transform: scale(1.04) !important;
}
a.btn:last-child {
	color: #FFF;
}
a.btn-meer {
	border-radius: 30px;
	margin: auto;
	width: auto;
	max-width: 250px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'Mechanical';
	font-weight: normal;
	padding: 8px 0px 6px 0px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	transition: ease-in-out .2s !important;
}
a.btn-meer:hover {
	text-decoration: none;
	transform: scale(1.04) !important;
	background-color: #E2B540;
}
.back-to-top {
	position: fixed;
	bottom: 1.1em;
	right: 9px;
	display: none;
	background-color: #0066D2;
	width: 45px;
	height: 45px;
	z-index: 4;
	outline: 0;
	-moz-box-shadow: 2px 2px 1px #333;
	-webkit-box-shadow: 2px 2px 1px #333;
	box-shadow: 2px 2px 1px #333;
	border-radius: 4px;
}
.back-to-top:hover {
	opacity: 1;
}
.back-to-top span {
	position: absolute;
	display: block;
	margin-top: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 25px;
	height: 15px;
	background: url(images/icons/back-to-top.png) no-repeat;
}
.shadow {
	display: block;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
.fadeIn {
	z-index: 1;
	position: relative;
	opacity: 0;
	animation: fadeIn 1.5s forwards;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
 transform: translateY(50px);
}
 30% {
 opacity: 0;
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
html, body {
	margin: 0 !important;
	padding: 0 !important;
}
.patern {
	background: url(images/pattern.png) repeat !important;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
body {
	background-color: #FFF;
	font-family: 'BellCent Add BT';
	font-size: 21px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
}
header {
	display: block;
	max-width: 1298px;
	padding: 0px 20px;
	margin: auto;
	position: relative;
}
.logo {
	transition: ease-in-out .2s;
	margin-top: 12px !important;
}
.welkom h1 {
	padding: 0;
	margin: auto;
	font-size: 32px;
	line-height: 45px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #000;
	margin-bottom: 15px!important;
	text-align: left;
}
h1 {
	padding: 0;
	margin: auto;
	font-size: 32px;
	line-height: 45px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #000;
	margin-bottom: 15px!important;
	text-align: center;
}
h2 {
	padding: 0;
	margin: auto;
	font-size: 25px;
	line-height: 30px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #000;
	margin-bottom: 15px!important;
}
.ctr-header h1 a:hover {
	text-decoration: none;
	color: #FDD227
}
strong {
	color: #000;
	text-align: center;
	font-weight: bold;
}
a {
	color: #0066D2;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0px 0px 25px 0px !important;
}
.margin-top {
	margin: 40px 0px 0px 0px;
}
.ctr {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
 border:
}
.center {
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
}
.center-1800 {
	max-width: 1800px;
.datum margin: auto;
	padding: 0px 20px;
}
.content ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
	margin-bottom: 20px;
}
.content ul li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
}
.content ul li:before {
	content: '';
	width: 14px;
	height: 20px;
	position: absolute;
	background-image: url('images/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 8.3px;
}
.content ul ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
	padding-top: 10px;
}
.ctr ul ul li {
	font-weight: normal;
	position: relative;
	padding-left: 25px;
	padding-bottom: 0px;
}
.content ul ul li:before {
	content: '';
	width: 10px;
	height: 15px;
	position: absolute;
	background-image: url('images/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 8.3px;
}
.content {
	max-width: 100%;
	padding: 20px 20px 8px 20px;
	color: #000;
	text-shadow: none;
	background-color: rgba(255,255,255,0.85);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 30px !important;
}
.no-padding {
	padding: 0px;
}
.ctr-small {
	margin: auto;
	max-width: 680px;
	padding: 0px 20px;
}
.ctr-980 {
	margin: auto;
	max-width: 980px;
}
.tekst {
	margin-top: 200px;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center;
}
.padding {
	padding-left: 15px;
	padding-right: 15px;
}
.padding-fotocontent {
	padding: 15px 20px;
}
.logo {
	max-width: 600px;
	width: 100%;
	height: auto;
	display: block;
	margin: 52px auto 0px auto !important;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0;
}
img.right {
	border: 1px solid #ccc;
	float: right;
	margin-left: 25px;
	padding: 5px;
	max-width: 480px !important;
	height: auto !important;
}
img.left {
	height: auto !important;
	border: 1px solid #ccc;
	float: left;
	margin-right: 25px;
	padding: 5px;
}
.table-row {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.table-row img {
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
	margin-bottom: 30px !important;
}
.table-row img:last-child {
	margin-bottom: 0px;
}
.table-links {
	flex: 0 auto;
	width: 65% !important;
}
.table-tussen {
	width: 3% !important;
	flex: 0 auto;
}
.table-rechts {
	width: 32% !important;
	flex: 0 auto;
}
.table-row-paginas {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.table-row-paginas img {
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
	margin-bottom: 30px !important;
}
.table-row-paginas img:last-child {
	margin-bottom: 0px;
}
.table-links-paginas {
	flex: 0 auto;
	width: 65% !important;
}
.table-tussen-paginas {
	width: 3% !important;
	flex: 0 auto;
}
.table-rechts-paginas {
	width: 32% !important;
	flex: 0 auto;
}
.table-row-nieuws {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px 0px;
}
.table-row-nieuws-related {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px 0px;
}
.table-row-nieuws img {
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
}
.table-row-nieuws img:last-child {
	margin-bottom: 0px;
}
.table-row-nieuws h1 {
	font-family: 'BellCent Add BT';
	text-align: left;
	font-size: 38px;
	line-height: 50px;
	font-weight: bold;
}
.table-links-nieuws {
	flex: 0 auto;
	width: 32% !important;
	background-color: #FFF;
	margin-bottom: 12px;
	box-shadow: 12px 0px 12px -8px rgba(0,0,0,0.35);
}
.table-tussen-nieuws {
	width: 3% !important;
	flex: 0 auto;
}
.table-rechts-nieuws {
	width: 65% !important;
	flex: 0 auto;
}
.table-links-nieuws h1 {
	padding: 20px !important;
	padding: 0;
	letter-spacing: -1px;
	margin: auto;
	font-size: 30px;
	font-weight: 800;
	line-height: 32px;
	font-family: 'Mechanical';
}
a.related {
	display: block;
	max-width: 100%;
	padding: 10px;
	transition: ease-in-out.3s;
	text-decoration: none;
}
a.related:hover {
	background-color: #0066D2;
}
.table-links-related {
	flex: 0 auto;
	width: 40% !important;
	background-color: #FFCC99;
}
.table-tussen-related {
	width: 3% !important;
	flex: 0 auto;
}
.table-rechts-related {
	width: 57% !important;
	flex: 0 auto;
	box-shadow: none !important;
	position: relative;
}
.table-rechts-related span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.table-rechts-related h1 {
	margin: 0px !important;
	padding: 0px !important;
	transition: ease-in-out.2s;
	padding: 0;
	margin: auto;
	font-size: 18px;
	line-height: 20px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #000;
}
.table-rechts-related .datum {
	transition: ease-in-out.2s;
	display: block;
	margin: 5px 0px 0px 0px;
	font-size: 17px;
	font-weight: normal;
	color: #000;
}
a.related:hover h1, a.related:hover .datum {
	color: #FFF;
}
a.item1 {
	display: block;
	position: relative;
	margin-bottom: 10px !important;
}
a.item1:hover h1 {
	color: #0066D2;
}
a.item1 .layer {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+41,ffffff+41,ffffff+41,000000+99&0+40,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 40%, rgba(255,255,255,0.02) 41%, rgba(0,0,0,0.98) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 40%, rgba(255,255,255,0.02) 41%, rgba(0,0,0,0.98) 99%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 40%, rgba(255,255,255,0.02) 41%, rgba(0,0,0,0.98) 99%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 1;
	height: 70%;
}
.agenda-titel-datum {
	position: absolute;
	width: 92%;
	bottom: 5%;
	left: 4%;
	z-index: 3;
}
.agenda-titel-datum h1 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	color: #FFF;
	font-size: 40px;
	line-height: 48px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
	transition: ease-in-out .2s;
}
.datum {
	display: block;
	margin: 8px 0px;
	color: #FFF;
	font-size: 17.4px;
	font-weight: normal;
}
.titel-lijn {
	overflow: hidden;
	text-transform: none;
	text-align: center;
	color: #000;
	font-size: 32px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}
.titel-lijn > span {
	position: relative;
	display: inline-block;
}
.titel-lijn > span:before, .titel-lijn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	color: #000;
	border-bottom: 1.5px solid;
	width: 591px; /* half of limiter*/
	margin: 0 20px;
}
.titel-lijn > span:before {
	right: 100%;
}
.titel-lijn > span:after {
	left: 100%;
}
section.agenda {
	display: table;
	width: 100%;
}
section.agenda > * {
	display: table-row;
}
section.agenda .col-top {
	width: 25%;
	display: table-cell;
}
section.agenda .col {
	width: 25%;
	display: table-cell;
}
section.agenda .col:nth-child(4) {
	display: table-cell;
	text-align: right !important;
}
a.agenda-meer {
	right: 0;
	display: inline-block;
	padding-top: 2px;
	position: relative;
	border-radius: 30px;
	margin: auto !important;
	margin-bottom: 3px !important;
	width: 120px;
	position: relative;
	font-family: 'Mechanical';
	font-weight: normal;
	text-align: center !important;
	font-size: 16px;
	text-decoration: none;
	transition: ease-in-out .2s !important;
}
a.agenda-meer:hover {
	text-decoration: none;
	transform: scale(1.04) !important;
	background-color: #E2B540;
}
a.his-lees-meer {
	padding: 12px 25px;
	position: relative;
	margin: auto !important;
	margin-bottom: 3px !important;
	width: 140px;
	position: relative;
	font-family: 'Mechanical';
	font-weight: normal;
	text-align: center !important;
	font-size: 18px;
	text-decoration: none;
	transition: ease-in-out .2s !important;
}
a.his-lees-meer:hover {
	text-decoration: none;
	transform: scale(1.04) !important;
	background-color: #E2B540;
}
hr {
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
	height: 1px;
	background: #0066D2;
	font-size: 0;
	border: 0;
}
.flex-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	/*	justify-content: center; */
	text-align: center;
}
a.cell-2 {
	position: relative;
	display: block;
	flex: 1 auto calc(50% - 20px);
	vertical-align: text-top;
	width: 50%;
	height: auto;
	font-weight: normal;
	margin-left: 20px;
	text-align: left;
	color: #000;
	line-height: 25px;
	font-size: 20px;
	padding: 0px !important;
	background-color: rgba(255,255,255,0.85);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
}
a.cell-2 {
	display: block;
	max-width: calc(50% - 20px);
}
a.cell-2:hover {
	color: #0066D2;
	text-decoration: none;
}
a.cell-2:hover h1 {
	color: #0066D2;
}
a.cell-2 .content-meer {
	padding: 15px 20px !important;
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
 -webkit- box-shadow: none;
}
a.cell-2 img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0px !important;
	padding: 0px;
}
a.cell-2 h1 {
	transition: ease-in-out .3s;
	padding: 0;
	margin: auto;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0 !important;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
	color: #000;
	text-align: left;
}
a.cell-2 .datum {
	display: block;
	margin: 15px 0px 0px 0px !important;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
a.cell-3 {
	position: relative;
	display: block;
	flex: 1 auto calc(33.333% - 20px);
	vertical-align: text-top;
	width: 33.333%;
	height: auto;
	font-weight: normal;
	margin-left: 20px;
	text-align: left;
	color: #000;
	line-height: 25px;
	font-size: 20px;
	padding: 0px !important;
	background-color: rgba(255,255,255,0.85);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
}
a.cell-3 {
	display: block;
	max-width: calc(33.333% - 20px);
}
a.cell-3:hover {
	color: #0066D2;
	text-decoration: none;
}
a.cell-3:hover h1 {
	color: #0066D2;
}
a.cell-3 .content-meer {
	padding: 15px 20px !important;
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
 -webkit- box-shadow: none;
}
a.cell-3 img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0px !important;
	padding: 0px;
}
a.cell-3 h1 {
	transition: ease-in-out .3s;
	padding: 0;
	margin: auto;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0 !important;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
	color: #000;
	text-align: left;
}
a.cell-3 .datum {
	display: block;
	margin: 15px 0px 0px 0px !important;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
.btn-nieuws {
	font-family: 'Swiss921 BT';
	background-color: #5BB738;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px 15px;
	color: #FFF;
}
a.btn-meer-nieuws {
	position: relative;
	font-family: 'Franklin Gothic Demi';
	padding: 12px 40px;
	font-size: 22px;
	color: #000;
	margin: 40px auto 20px auto;
	border: 2.05px solid #000;
	background-color: #FFF;
	text-decoration: none;
	transition: ease-in-out .2s;
}
a.btn-meer-nieuws:hover {
	color: #FFF;
 background-color:;
	border: 2.05px solid #5BB738;
	text-decoration: none;
	transform: scale(1.04);
}
a.agenda-home {
	display: block;
	width: 100%;
	height: auto;
	min-width: 80px;
	text-decoration: none;
	font-size: 21px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	margin: 8px 0px;
	transition: ease-in-out .3s;
}
a.agenda-home:hover {
	background-color: rgba(255,255,255, 0.8);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
a.agenda-home:first-child {
	border-bottom: 1px #FFFFFF solid;
}
a.agenda-home:last-child {
	border-bottom: none;
	margin-bottom: 30px;
}
a.agenda-home span {
	font-size: 16px;
	line-height: 16px !important;
	margin: 0;
	color: #000;
	padding: 0;
	font-style: italic;
	font-weight: normal;
}
.klein {
	margin-top: 40px;
	max-width: 600px;
}
.agenda_table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.agenda_row {
	display: table-row;
}
.agenda_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.agenda_links {
	padding: 0 !important;
	margin: 0!important;
	width: 80px;
	height: 90px;
	text-align: center;
	color: #FFF;
	font-family: 'Rochester', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 36px;
	background-color: #0066D2;
	vertical-align: middle;
}
.agenda_links span {
	font-size: 16px !important;
	line-height: 16px !important;
	color: #FFF !important;
	margin-top: 4px !important;
	padding: 0;
	display: block;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: normal !important;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.agenda_tussen {
	width: 4%;
	vertical-align: middle;
}
.agenda_rechts {
	width: auto;
	vertical-align: middle;
}
.agenda_links_meer {
	padding-top: 0;
	margin-top: 0;
	width: 20%;
	padding-left: 5px;
}
.agenda_rechts_meer {
	padding-top: 0;
	margin-top: 0;
	width: 78%;
	padding-left: 5px;
}
.poster {
	display: block;
	position: relative;
}

.dossiers {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.dossiers div {
	display: block;
	flex: 1 0 calc(33.333% - 20px);
	margin-left: 20px;
	margin-bottom: 35px;
	text-align: center;
	background-color: rgba(255,255,255, 1);
	vertical-align: central;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	transition: ease-in-out 0.3s !important;
	box-sizing : border-box;
	position: relative !important;
	height: auto;
}
.dossiers div {
	display: block;
	max-width: calc(33.333% - 20px);
}
.dossiers div span {
	position: relative;
	display: block;
	height: auto;
	top: 50%;
	left: 50%;
	max-width: 100%;
	padding: 12px 18px;
	transform: translate(-50%, -50%);
	font-family: 'Biotif Bold';
	color: #000;
	font-size: 36px;
	line-height: 34px;
}
.dossiers div a:hover {
	text-decoration: none !important;
}
.dossiers div img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}
.img-dossiers
{
	position:relative;
	float:right !important;
	width:100%;
	max-width:480px;
	height:auto;
	display:block;
	margin:0 0 5px 18px;
}
.dossiers div:hover {
	transform: scale(1.03) !important;
	text-decoration: none !important;
}
.bedrijven {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.bedrijven div {
	display: block;
	flex: 1 0 calc(33.333% - 20px);
	margin-left: 20px;
	margin-bottom: 35px;
	text-align: center;
	background-color: rgba(255,255,255, 0.8);
	vertical-align: central;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	transition: ease-in-out 0.3s !important;
	box-sizing : border-box;
	position: relative !important;
	height: auto;
}
.bedrijven div {
	display: block;
	max-width: calc(33.333% - 20px);
}
.bedrijven div span {
	position: relative;
	display: block;
	height: auto;
	top: 50%;
	left: 50%;
	max-width: 100%;
	padding: 12px 18px;
	transform: translate(-50%, -50%);
	font-family: 'Franklin Gothic Demi';
	color: #666;
	font-size: 26px;
	line-height: 34px;
}
.bedrijven div img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}
.bedrijven div:hover {
	transform: scale(1.04) !important;
	text-decoration: none !important;
}
.bedrijven .padding {
	padding: 10px 5px;
}
.verenigingen {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -30px;
	justify-content: center;
}
.verenigingen a {
	display: block;
	position: relative;
	flex: 1 0 calc(50% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
	width: 50%;
	background-color: rgba(255,255,255, 0.8);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	text-decoration: none;
}
.verenigingen a {
	display: block;
	max-width: calc(50% - 30px);
}
.verenigingen a:hover {
	transform: scale(1.04) !important;
}
.flex-ver {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	font-size: 25px;
	line-height: 25px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #000;
	font-weight: bold;
	padding: 12px 18px !important;
}
.flex-ver img {
	width: 150px;
	margin-right: 12px;
}
.details {
	width: calc(55%);
}
.ver_table {
	display: table;
	max-width: 100%;
	min-height: 80px;
	padding: 12px 18px !important;
	table-layout: fixed;
	margin: auto;
}
.ver_cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.ver_links {
	padding-top: 0;
	margin-top: 0;
	width: auto;
	position: relative;
	text-align: right;
	vertical-align: bottom;
}
.ver_links span img {
	width: 100%;
	max-width: 100px;
	height: auto;
	display: block;
}
.ver_tussen {
	width: 1%;
}
.ver_rechts {
	width: auto;
	text-align: left;
	position: relative;
}
.ver_100 {
	display: block;
	width: 100% !important;
	position: relative;
}
.ver_table h1, .ctr-ver h1 {
	padding: 0;
	margin: auto;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	font-size: 25px;
	line-height: 25px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #000;
	text-align: center;
}
.titel-ver {
	top: 50%;
	position: absolute;
	display: block;
	transform: translateY(-50%);
	width: 100%;
}
.ctr-ver {
	min-height: 80px;
	max-width: 100%;
	position: relative;
	padding: 12px 18px;
}
.titel-kort-padding-left {
	padding-left: 60px;
}
.titel-ver-z-afbeelding {
	top: 50%;
	left: 50%;
	position: absolute;
	display: block;
	transform: translate(-50%, -50%);
	width: 100%;
	margin: 0px auto;
	padding: 0;
}
.collage {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.collage div {
	display: block;
	flex: 1 0 calc(25% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	width: 25%;
	text-align: center;
}
.collage div {
	display: block;
	max-width: calc(25% - 20px);
}
.collage div img {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	display: block;
	width: 100%;
	height: auto;
}
.social {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 45px;
	justify-content: center;
}
.social > div {
	width: 45px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	display: block;
	margin-bottom: 8px;
}
a.facebook {
	margin: auto !important;
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/icons/facebook.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.instagram {
	margin: auto !important;
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/icons/instagram.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.twitter {
	margin: auto !important;
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/icons/twitter.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.whatsapp {
	margin: auto !important;
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/icons/whatsapp.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.telefoon {
	margin: auto !important;
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/icons/telefoon.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.email {
	margin: auto !important;
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/icons/email.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.website {
	margin: auto !important;
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/icons/website.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.facebook:hover, a.instagram:hover, a.twitter:hover, a.whatsapp:hover, a.telefoon:hover, a.email:hover, a.website:hover {
	transform: scale(1.15);
}
.footer {
	margin-top: 60px;
	font-size: 18px;
	line-height: 28px;
	color: #FFF;
	background-color: #27272E;
	box-shadow: 0 -10px 20px -5px rgba(51,51,51, 0.19);
	-moz-box-shadow: 0 -10px 20px -5px rgba(51,51,51, 0.19);
	-webkit-box-shadow: 0 -10px 20px -5px rgba(51, 51, 51 0.19);
}
.footer-kleiner {
	max-width: 1460px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}
.footer img {
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
	box-shadow: none !important;
	transition: none !important;
}
.footer img:hover {
	transform: none !important;
}
.flex-footer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-bottom: 0;
	justify-content: center;
}
.footer-3 {
	position: relative;
	display: block;
	flex: 1 0 calc(33.333% - 50px);
	vertical-align: text-top;
	width: 33.333%;
	margin-left: 50px;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: left;
	outline: 0;
	color: #FFF;
	margin-bottom: 0px;
}
.footer-3 {
	display: block;
	max-width: calc(33.333% - 50px);
	position: relative;
}
.footer-3 img {
	transition: ease-in-out 0.3s;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	display: block;
	margin: 0;
	margin-bottom: 25px;
}
.footer-3 img:hover {
	transform: scale(1.05);
}
.footer-3 h1 {
	padding-top: 0px;
	margin-top: 0px;
	text-align: left !important;
	margin-bottom: 25px;
	text-shadow: none;
	letter-spacing: 1.5px;
	color: #FFF;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
}
.footer-3 a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	transition: ease-in-out .3s
}
.footer-3 a:hover {
	color: #E2B540;
	text-decoration: none;
}
.container-dn-tijden-pb {
	max-width: 300px;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.tbl-tijden, .tbl-pb {
	display: table;
	width: 100%;
	margin: auto;
	table-layout: fixed;
	line-height: 18px !important;
}
.row-tijden, .row-pb {
	display: table-row;
}
.cell-tijden, .cell-pb {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.functie {
	width: 50%;
	text-align: left;
}
.naam {
	width: 50%;
	text-align: left;
}
.footer-mail-tel, .contact-mail-tel {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 290px;
	margin-top: 12px;
	text-align: left;
}
.footer-mail-tel > div, .contact-mail-tel > div {
	flex-grow: 0;
	margin-right: 8px;
}
.footer-mail-tel > div.item-wide, .contact-mail-tel > div.item-wide {
	flex-grow: 1;
}
.break {
	flex-basis: 100%;
	height: 5px;
}
a.tel-footer {
	margin: 3px auto 0 auto;
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/icons/tel-footer.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.mob-footer {
	margin: 3px auto 0 auto;
	display: block;
	padding-right: 13px;
	width: 12px;
	height: 20px;
	background: url(images/icons/mob-footer.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.email-footer {
	margin-top: 5px;
	display: block;
	width: 28px;
	height: 20px;
	background: url(images/icons/email-footer.png) no-repeat;
	transition: ease-in-out 0.3s;
}
.copyright {
	position: relative;
	color: #FFF !important;
	display: block;
	width: 100%;
	max-width: 1400px;
	min-width: 220px;
	margin: auto;
	font-size: 16px;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 20px;
}
.container-realisatie {
	position: relative;
	background-color: #1b1b1b;
	border-top: 1.5px #666 solid;
	max-width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0px 17px;
	margin: auto;
}
.hdstudio {
	display: relative;
	margin: auto;
	width: 190px;
	display: block;
}
.realisatie {
	display: inline-block;
	margin-right: 25px;
	float: left;
	color: #FFF;
	font-size: 14px;
	position: relative;
	vertical-align: middle;
}
a.hdstudio_logo {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	display: inline-block;
	width: 85px;
	height: 28px;
	background-image: url('images/hd-studio.png');
	background-size: cover;
	background-position: center;
	margin: 0;
	transition: all 0.4s ease-in-out;
}
a.hdstudio_logo:hover {
	transform: scale(1.2);
}
 @media screen and (max-width : 1397px) {
a.btn-top {
	right: 20px;
}
}
 @media screen and (max-width : 1290px) {
.table-rechts td {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
}
 @media screen and (max-width : 1240px) {
}
 @media screen and (max-width : 1200px) {
.table-rechts-related .datum {
	display: none;
}
.bedrijven div img {
	width: 90%;
}
}
 @media screen and (max-width : 1180px) {
a.cell-3 {
	position: relative;
	display: block;
	flex: 1 auto calc(50% - 20px);
	vertical-align: text-top;
	width: 50%;
	margin-bottom: 30px;
}
a.cell-3 {
	transition: none;
	display: block;
	max-width: calc(50% - 20px);
}
}
 @media screen and (max-width : 1090px) {
.table-rechts-related h1 {
	font-size: 15px;
	line-height: 19px;
}
}
 @media screen and (max-width : 1080px) {
.table-tussen {
	display: none;
}
.table-links, .table-rechts {
	width: 100% !important;
	display: block;
}
.collage div {
	display: block;
	flex: 1 0 calc(33.333% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	width: 33.333%;
	text-align: center;
}
.collage div {
	display: block;
	max-width: calc(33.333% - 20px);
}
.fotopagina-grid {
	/* min width of a single column */
	column-width: 50%;
	/* maximum amount of columns */
	column-count: 2;
	/* gap between the columns */
	column-gap: 30px;
}
}
 @media screen and (max-width : 1012px) {
a.btn-top {
	top: 94px;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 20px 3px 20px;
	font-size: 18px;
}
}
 @media screen and (max-width : 980px) {
img.left, img.right, .img-dossiers {
	border: none;
	padding: 0 !important;
	float: none !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 25px;
	height: auto !important;
 width:100% !important%;
	max-width: 100% !important;
	display: block !important;
}
.verenigingen a {
	display: block;
	position: relative;
	flex: 1 0 calc(100% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}
.verenigingen a {
	display: block;
	max-width: calc(100% - 30px);
}
.flex-ver {
	display: block;
	width: 96%;
	font-size: 25px;
	line-height: 25px;
	padding: 0px !important;
	margin: auto;
}
.flex-ver img {
	display: block;
	width: 100%;
	max-width: 330px;
	margin: 20px auto 20px auto !important;
	height: auto;
	position: relative !important;
}
.details {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
}
@media screen and (max-width : 950px) {
.agenda-titel-datum h1 {
	padding: 0;
	margin: auto;
	font-size: 26px !important;
	line-height: 29px;
	text-shadow: 1px 1.5px #333333;
}
.agenda-titel-datum h1 {
	padding: 0;
	margin: auto;
	font-size: 30px !important;
	line-height: 38px;
}
.table-row-nieuws, .table-row-paginas {
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
.table-tussen-nieuws, .table-links-nieuws, .table-tussen-paginas {
	display: none !important;
}
.table-links-nieuws, .table-rechts-nieuws, .table-links-paginas, .table-rechts-paginas {
	width: 100% !important;
	display: block;
}
.table-rechts-related h1 {
	font-size: 20px;
}
.table-rechts-related .datum {
	display: block;
}
.display-none {
	display: flex !important;
}
.pagina-grid {
	/* min width of a single column */
	column-width: 140px;
	/* maximum amount of columns */
	column-count: 1;
	/* gap between the columns */
	column-gap: 40px;
}
}
 @media screen and (max-width : 890px) {
a.cell-2 , a.cell-3 {
	position: relative;
	display: block;
	flex: 1 auto calc(100% - 20px);
	vertical-align: text-top;
	width: 100%;
	margin-bottom: 30px;
}
a.cell-2, a.cell-3 {
	transition: none;
	display: block;
	max-width: calc(100% - 20px);
}
a.cell-2:hover {
	transform: none;
}
section.agenda > * {
	display: block !important;
	margin-bottom: 20px;
}
section.agenda .col-top {
	display: none;
}
section.agenda header {
	display: none;
}
section.agenda .col:nth-child(1) {
	display: inline-block;
	width: 62%;
	padding: 0px !important;
	margin: 0 !important;
	font-weight: bold;
}
section.agenda .col:nth-child(2) {
	display: inline-block;
	width: 36%;
	padding: 0px !important;
	margin: 0 !important;
	font-weight: bold;
	text-align: right !important;
}
section.agenda .col:nth-child(3), section.agenda .col:nth-child(4) {
	display: block !important;
	width: 100% !important;
	margin-bottom: 8px;
	text-align: left !important;
}
section.agenda .col:last-child {
	margin-bottom: 0px;
}
.titel-lijn {
	font-size: 28px;
}
.collage div {
	display: block;
	flex: 1 0 calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	width: 50%;
	text-align: center;
}
.collage div {
	display: block;
	max-width: calc(50% - 20px);
}
.footer-3 {
	flex: 1 0 calc(100% - 50px);
	vertical-align: text-top;
	width: 100%;
	margin-left: 50px;
}
.footer-3 {
	display: block;
	max-width: calc(100% - 50px);
	position: relative;
}
.bedrijven div, .dossiers div {
	display: block;
	position: relative;
	flex: 1 0 calc(50% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
	width: 50%;
	transition: none;
}
.bedrijven div, .dossiers div {
	display: block;
	max-width: calc(50% - 30px);
}
.bedrijven div:hover, .dossiers div:hover {
	transform: none !important;
}
}
 @media screen and (max-width : 680px) {
.fotopagina-grid {
	/* min width of a single column */
	column-width: 100%;
	/* maximum amount of columns */
	column-count: 1;
	/* gap between the columns */
	column-gap: 30px;
}
.bedrijven div, .dossiers div {
	display: block;
	position: relative;
	flex: 1 0 calc(100% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
	width: 100%;
}
.bedrijven div, .dossiers div {
	display: block;
	max-width: calc(100% - 30px);
}
}
 @media screen and (max-width : 597px) {
a.btn-top {
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
}
}
 @media screen and (max-width : 480px) {
.ctr-header h1 {
	margin-top: 5px;
	font-size: 49px;
	line-height: 40px;
}
.table-row-nieuws h1 {
	font-size: 28px;
	line-height: 35px;
}
table {
	width: 100% !important;
}
tr, td {
	width: 100%;
	display: block !important;
}
tr {
	margin-bottom: 15px;
}
tr:last-child {
	margin-bottom: 0px;
}
table {
	width: 100% !important;
}
td {
	display: inline-block;
	width: 100% !important;
	padding: 0;
}
td img {
	margin: auto;
}
 @media screen and (max-width : 597px) {
a.btn-top {
 top:38%;
}
}

@media screen and (max-width : 360px) {
.center, .center-1800 {
	padding-left: 15px;
	padding-right: 15px;
}
.center {
	padding: 0px 10px;
}
.b-groen h1 {
	padding: 0;
	margin: auto;
	font-size: 35px;
	line-height: 43px;
}
.agenda-titel-datum h1 {
	padding: 0;
	margin: auto;
	font-size: 28px !important;
	line-height: 30px;
}
.content {
	padding: 25px 12px 8px 12px;
}
.ver_cell {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.ver_tussen {
	display: none;
}
.titel-ver {
	position: relative;
	display: block;
	transform: none;
}
.ver_table h1, .titel-ver-z-afbeelding h1 {
	text-align: center !important;
	font-size: 25px;
	line-height: 29px;
}
}
