﻿@charset "utf-8";
/* CSS Document 
font-family: 'Museo Slab 300';
 font-family: 'Museo Slab 300 Italic';
  font-family: 'Museo Slab 700';
font-family: 'Museo Slab 700 Italic';
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,900;1,100&display=swap');
.b-oranje {
	background-color: #E39612 !important;
}
.b-paars {
	background-color: #A8BDD9;
}
.b-zwart {
	background-color: #000;
}
.b-wit {
	background-color: #FFF;
}
.b-bruin {
	background-color: #333;
}
.groen {
	color: #A2DCDE;
}
.paars {
	color: #A8BDD9;
}
.roze {
	color: #CC90AA;
}
.wit {
	color: #FFF !important;
}
.grijs-groen {
	color: #546166;
}
.border-oranje	
{
	border:1.4px #E39612 solid;
}
.border-paars	
{
	border:1.4px #6C13ED solid;
}
.fullshadow-small {
	-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);
}
.shadow {
	-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);
}
.shadow-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 20px 16px -18px rgba(0,0,0,0.8), inset 0px -20px 16px -18px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 20px 16px -18px rgba(0,0,0,0.8), inset 0px -20px 16px -18px rgba(0,0,0,0.8);
	box-shadow: inset 0px 20px 16px -18px rgba(0,0,0,0.8), inset 0px -20px 16px -18px rgba(0,0,0,0.8);
	z-index: 4;
	top: 0;
	left: 0;
}
.shadow-bottom-right {
	box-shadow: 0 5px 10px -5px rgba(128,128,128,0.75), 5px 0 10px -5px rgba(128,128,128,0.75);
}
.shadow-bottom-right-grijs {
	-moz-box-shadow: 5px 5px 7px #666;
	-webkit-box-shadow: 5px 5px 7px #666;
	box-shadow: 5px 5px 7px #666;
}
.fotocontainer {
	margin: 80px 0px 60px 0px;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.over-content {
	z-index: 3;
	position: absolute;
	width: 650px;
	top: 50%;
	right: 180px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-family: 'Arial';
	font-size: 20px;
	line-height: 27px;
	text-shadow: 1px 0px 3px #000000;
	color: #FFF;
}
a.btn-meer {
	position: relative;
	 font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
	padding: 15px 60px;
	color: #FFF;
	font-size: 20px;
	width: fit-content;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	text-transform: normal;
	text-decoration: none;
	transition: ease-in-out .3s;
}
a.btn-meer:hover {
	text-decoration: none;
	background-color: #6C13ED;
	text-shadow: none;
	color: #FFF;
}
.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) 30%, rgba(255,255,255,0.02) 31%, rgba(0,0,0,0.98) 95%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 30%, rgba(255,255,255,0.02) 31%, rgba(0,0,0,0.98) 95%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,0.02) 31%, rgba(0,0,0,0.98) 95%, 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: 4;
	height: 100%;
}
.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 18px;
	display: none;
	background-color: #E39612;
	width: 45px;
	height: 45px;
	z-index: 8;
	outline: 0;
	transition: ease-in-out .3s;
	-moz-box-shadow: 2px 2px 7px #333;
	-webkit-box-shadow: 2px 2px 7px #333;
	box-shadow: 2px 2px 7px #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: 28px;
	background: url(/images/icons/back-to-top.png) no-repeat;
}
.back-to-top:hover {
	opacity: 1;
}
html, body {
	margin: 0!important;
	padding: 0!important;
	height: 100%;
}
body {
	 font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 18px;
	line-height: 30px;
	background: url('images/bg.jpg');
	background-position: center center !important;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
h1 {
 font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
	color: #000;
	padding-top: 0;
	margin-top: 0;
	margin-bottom:20px !important;

	font-size: 30px;

	line-height: 45px;
}
h2 {
	font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
	font-size: 22px !important;
	line-height: 35px;

	margin: 0px 0px 0px 0px !important;

}
.titel_fr {
	display: block;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}
img.border-radius-25 {
	border-radius: 25px;
}
h1.center {
	text-align: center;
}
.titel-media {
	max-width: 950px !important;
}
#header {
	width: 100%;
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: rgba(255,255,255,1);
	margin: 0px;
	z-index: 11;
}
.logo {
	

	max-width: 280px;
	display: block;
	float: left;
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
	
}
.logo img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}


.content_menu_logo {
	display: block !important;
	position: relative;
	max-width: 1440px !important;
	margin: auto;
	padding: 0px 17px 0 17px !important;
	height: 90px;
}


.ctr-social {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 44px;
	z-index: 2;
	width: 100%;
	max-width: 1820px;
	margin: auto;
	margin-top: 20px;
}
.social {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 45px;
	justify-content: center;
}
.social > div {
	border: 1px solid;
	width: 28px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	display: block;
}
.social > div:last-child {
	padding-right: 0px;
}
a.facebook {
	float: left;
	margin: 0 !important;
	padding: 0px 5px 0px 0px !important;
	position: relative;
	display: block;
	width: 28px;
	height: 28px !important;
	background: url(images/icons/facebook.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.instagram {
	float: left;
	margin: 0 !important;
	padding: 0px 5px 0px 0px !important;
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	background: url(images/icons/instagram.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.twitter {
	float: left;
	margin: 0 !important;
	padding: 0px 5px 0px 0px !important;
	display: block;
	width: 28px;
	height: 28px;
	background: url(images/icons/twitter.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.whatsapp {
	display: block;
	width: 21px;
	height: 22px;
	background: url(images/icons/whatsapp.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.facebook:hover, a.instagram:hover, a.twitter:hover, a.whatsapp:hover {
	transform: scale(1.15);
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	background: #e5e5e5;
	font-size: 0;
	border: 0;
}

hr:last-child {
	display: none;
}
.footer-bot {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	background: #FFF !important;
	font-size: 0;
	border: 0;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
a {
	color: #E39612;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
table {
	border: none !important;
	max-width: 642px !important;
}
tr, td {
	vertical-align: top;
	border: none !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.ctr-leden {
	max-width: 1640px;
	padding: 10px 25px 0 25px;
	margin: auto;
	position: relative;
	display: block;
}
.rechts {
	position: absolute;
	right: 25px;
	z-index: 5;
}
.ctr-leden span {
	position: relative;
	padding-left: 40px;
	padding-bottom: 0px;
	color: #FFF;
	font-size: 17px;
	line-height: 17px;
	width: fit-content;
	top: 5.5px;
	display: block;
}
.ctr-leden span::before, .span::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	content: '';
	width: 26px;
	height: 20px;
	position: absolute;
	background-image: url('images/leden-icoontje.png');
	left: 0;
	top: -2px;
}
.ctr-leden span a {
	position: relative;
	display: block;
	color: #FFF;
}
.ctr-leden span a:hover {
	text-decoration: underline !important;
}
.ctr-home-paginas {
	padding-top: 220px;
	padding-bottom: 80px;
	width: 100%;
	position: relative;
	display: block;
}
.ctr {
	padding-top: 90px;
	padding-bottom: 90px;
	width: 100%;
	position: relative;
	display: block;
}
.ctr-home-paginas ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.ctr-home-paginas ol li ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.ctr-home-paginas ul li {
		position: relative;
	padding-left: 40px;
	padding-bottom: 15px;
	font-style: italic;
}
.ctr-home-paginas li:before {
	content: '';
	width: 29px;
	height: 22px;
	position: absolute;
	background-image: url('images/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 3.5px;
}
.ctr-home-paginas ul ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
	padding-top: 10px;
}
.ctr-home-paginas ul ul li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
}
.ctr-home-paginas ul ul li:last-child {
	padding-bottom: 0px;
}
.ctr-home-paginas ul ul li:before {
	content: '';
	width: 14px;
	height: 15px;
	position: absolute;
	background-image: url('images/ululli.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 9px;
}
.ctr-home-paginas ol li {
	counter-increment: list;
	list-style-type: none;
	position: relative;
	padding-bottom: 30px;
	padding-left: 35px;
}
.ctr-home-paginas ol li:before {
	color: #00ADFE;
	content: counter(list) ".";
	left: -5px;
	font-weight: bold;
	top: 2px;
	background-image: none;
	position: absolute;
	text-align: right;
	width: 26px;
}
.ctr-home-paginas ol li ul li:first-child {
	margin-top: 25px;
}
.ctr-home-paginas ol li ul li {
	position: relative;
	padding-left: 40px;
	padding-bottom: 15px;
	font-style: italic;
}
.ctr-home-paginas ol li ul li:last-child {
	padding-bottom: 0px;
}
.ctr-home-paginas ol li ul li:before {
	content: '';
	width: 19px;
	height: 25px;
	position: absolute;
	background-image: url('images-2021/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 2.4px;
}
.margin-top-70 {
	margin-top: -70px !important;
}
.margin-top-100 {
	margin-top: -100px !important;
}
.center {
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	padding: 10px 0px;
	position: relative;
}
.ctr_small_center {
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: auto;
}
.ctr-1540 {
	width: 100%;
	max-width: 1540px;
	text-align: left;
	margin: auto;
	}
	.ctr-1440 {
	width: 100%;
	max-width: 1440px;
	text-align: left;
	margin: auto;
	}
.ctr-paginas {
	width: 100%;
	max-width: 1440px;
	text-align: left;
	margin: auto;

}
.ctr-1240 {
	width: 100%;
	max-width: 1240px;
	text-align: center;
	margin: auto;
}
.ctr-980 {
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: auto;
}
.ctr-920 {
	width: 100%;
	max-width: 920px;
	text-align: center;
	margin: auto;
}
.ctr-720 {
	width: 100%;
	max-width: 720px;
	text-align: center;
	margin: 0px auto;
}
.ctr-lijn {
	padding: 8px 0;
	width: 100%;
	position: relative;
	display: block;
}
.text_small_center {
	width: 100%;
	max-width: 850px;
	text-align: center;
	margin: auto;
}
.ctr-afb-tekst {
	position: relative;
	padding: 50px 0px;
}
.padding {
	padding-left: 20px;
	padding-right: 20px;
}
.ctr-720 img {
	width: 100%;
	height: auto;
	margin: 20px auto;
	display: block;
}
.titel-nieuws-mob {
	display: none;
}
.tijd {
	color: #E39612;
}
.table-row-agenda-home {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	color: #546166;
	font-size: 17px;
}
.table-agenda-home-links h2 {
	font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
	color: #000;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0px !important;
	
	font-size: 22px !important;
	line-height: 28px;
	color: #6C13ED;
}
.table-row-agenda-home img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 640px !important;
	display: block;
	height: auto;
	border-radius: 50%;
}
.table-agenda-home-links {
	flex: 0 auto;
	width: 66% !important;
	line-height: 25px;
}
.table-agenda-home-tussen {
	width: 1% !important;
	flex: 0 auto;
}
.table-agenda-home-rechts {
	width: 33% !important;
	margin:40px 0 0 0;
	flex: 0 auto;
	vertical-align: middle;
}
.poster
{
	margin:15px 0 !important;
}
a.btn-meer-agenda {
	position: relative;
	font-family: "Lato", sans-serif;
font-weight: 300;
  font-style: normal;
	padding: 5px 20px;
	color: #FFF;
	background-color: #E39612;
	font-size: 16px;
	width: fit-content;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	text-transform: normal;
	text-decoration: none;
	float: right;
	transition: ease-in-out .3s;
}
a.btn-meer-agenda:hover {
	text-decoration: none;
	background-color: #9A5CF6;
	text-shadow: none;
	color: #FFF;
}
a.btn-meer-overzicht {
	position: relative;
	 font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
	padding: 5px 20px;
	margin:20px 0 0 0;
	color: #FFF;
	background-color: #E39612;
	font-size: 16px;
	width: fit-content;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	text-transform: normal;
	text-decoration: none;
	bottom:0;
	left:0;
	transition: ease-in-out .3s;
}
a.btn-meer-overzicht:hover {
	text-decoration: none;
	background-color: #9A5CF6;
	text-shadow: none;
	color: #FFF;
}
.table-row-agenda-meer {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.agenda-meer-links {
	flex: 0 auto;
	width: 47% !important;
}
.agenda-meer-tussen {
	width: 6% !important;
	flex: 0 auto;
	position: relative;
}

.agenda-meer-tussen:after {
	content: "";
	background: #e5e5e5;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 10px;
	left: 50%;
	display: block;
}

.agenda-meer-rechts {
	width: 47% !important;
	flex: 0 auto;
}
.sponsors {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-left: -30px;
	justify-content: center;
}
.sponsors div {
	display: block;
	position: relative;
	flex: 1 0 calc(33.333% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
	align-self: stretch;
	background-color: rgba(255,255,255, 1);
	-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;
	transition: ease-in-out .3s;
}
.sponsors div {
	display: block;
	max-width: calc(33.333% - 30px);
}
.sponsors div:hover {
	transform: scale(1.04) !important;
}
.sponsors div a {
	position: relative;
	display: block;
	height: auto;
	top: 50%;
	left: 50%;
	max-width: 100%;
	padding: 12px 40px;
	transform: translate(-50%, -50%);
	color: #666;
	font-size: 26px;
	line-height: 34px;
}
.sponsors div img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}
.sponsors div:hover {
	box-shadow: 0 0 15px #A5A5A5;
	-moz-box-shadow: 0 0 15px #A5A5A5;
	-webkit-box-shadow: 0 0 15px #A5A5A5;
	-ms-box-shadow: 0 0 15px #A5A5A5;
	-webkit-transform: scale(1.03) !important;
	-ms-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.concerten {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-left: -30px;
	justify-content: center;
}
.concerten-3 {
	display: block;
	position: relative;
	flex: 1 0 calc(33.333% - 30px);
	margin-left: 27.2px;
	margin-bottom: 40px;
	font-size:17px;
	align-self: stretch;
	height: auto;
	text-align:left !important;
	text-align: center;
	transition: ease-in-out .3s;
}

.concerten-3:hover {
		box-shadow: 0 0 15px #A5A5A5;
	-moz-box-shadow: 0 0 15px #A5A5A5;
	-webkit-box-shadow: 0 0 15px #A5A5A5;
	-ms-box-shadow: 0 0 15px #A5A5A5;
	transform: scale(1.04) !important;
}
.concerten-3 .padding
{
	padding:15px 20px;
}
.concerten-3 h2{
		font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
	font-size: 22px !important;
	line-height: 35px;

	margin: 0px 0px 0px 0px !important;
}
.wit-vlak {
	position: absolute;
	background-color: #FFF;
	display: block;
	right: 0px;
	top: 0px;
	margin: 0 !important;
	padding: 0 !important;
	height: auto;
	width: 87%;
	min-height: 540px;
	z-index: -1 !important;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0;
}
img.right {
	float: right;
	margin-left: 25px;
	padding: 5px;
	max-width: 380px !important;
	height: auto !important;
}
img.left {
	height: auto !important;
	float: left;
	margin-right: 25px;
	padding: 5px;
}
p {
	margin: 0px 0px 20px 0px !important;
}
p:last-child {
	margin: 0px;
}
.italic {
	font-style: italic;
}
.text-center {
	text-align: center !important;
}
.ctr img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	margin-bottom: 25px;
}

.arrow-artikelen {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 80px solid #A2DCDE;
}
.arrow-columns {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 80px solid #A8BDD9;
}
.arrow-fotos {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 80px solid #CC90AA;
}

.titel-baan {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,000000+100&0+0,1+99 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(3,3,3,1) 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 */
}
.titel-baan .padding {
	padding: 20px 15px -5px 15px !important;
}
.table-row-pagina {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
}


.table-pagina-links {
	flex: 0 auto;
	width: 66% !important;
}
.table-pagina-tussen {
	width: 4% !important;
	flex: 0 auto;
	position: relative;
}
.table-pagina-rechts {
	width: 30% !important;
	flex: 0 auto;
}


.table-pagina-links_oranje {
	flex: 0 auto;
	width: 58% !important;
}
.table-pagina-tussen_oranje {
	width: 6% !important;
	flex: 0 auto;
	position: relative;
}

.table-pagina-rechts_oranje {
	width: 36% !important;
	flex: 0 auto;
}

.table-pagina-links .content, .table-pagina-links_oranje .content, .ctr-paginas .content {
	background-color: rgba(255,255,255,1);
	padding: 30px 50px;
}
.table-pagina-rechts .content, .table-pagina-rechts_oranje .content  {
	background-color: rgba(255,255,255,1);
	padding: 50px 30px;
}
.table-pagina-links_oranje .padding-top {
	padding: 140px 0 0 0 !important;
}
.table-row-pagina img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.collage {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	justify-content: center;
}
.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;
}
.overlap_container {
	background-color: #F7F7F7;
	max-width: 100%;
	padding: 20px 30px;
}
.overlap_container a {
	font-weight: normal;
}
a.tel-contact {
	margin-top: 3px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/icons/tel-footer.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.email-contact {
	margin-top: 3px;
	display: block;
	width: 28px;
	height: 20px;
	background: url(images/icons/email-footer.png) no-repeat;
}
.table-row-contact {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center; /* Vertical */
	justify-content: center; /* Horizontal */
}
.table-row-contact .padding {
	padding: 20px 0px;
}
.table-contact-links {
	flex: 0 auto;
	width: 48% !important;
	line-height: 25px;
}
.table-contact-tussen {
	width: 4% !important;
	flex: 0 auto;
}
.table-contact-rechts {
	width: 48% !important;
	flex: 0 auto;
	background-color: #faf9f9;
}
.table-row-contact-naw {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}
.table-row-contact-naw:last-child {
	margin-bottom: 0px;
}
.table-row-contact-naw a {
	color: #000;
}
.table-contact-icon {
	flex: 0 auto;
	width: 10% !important;
	line-height: 25px;
}
.table-contact-icon img {
	width: 100%;
	max-width: 60px;
	height: auto;
	display: block;
	margin: 0;
}
.table-contact-leeg {
	width: 2% !important;
	flex: 0 auto;
}
.table-contact-naw {
	width: 78% !important;
	flex: 0 auto;
	vertical-align: middle;
	text-align: left;
}
.maps {
	margin-top: 20px;
	border-radius: 5px;
	padding: 5px;
	border: 2px #d5d5d5 solid;
}
.maps_iframe_contact {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	height: 100%;
	max-width: 100%;
	min-height: 420px;
	position: relative;
	height: auto !important;
	display: block;
}
.maps {
	margin-top: 20px;
	border-radius: 5px;
	padding: 5px;
	border: 2px #d5d5d5 solid;
}
.maps_iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	height: 100%;
	max-width: 100%;
	min-height: 320px;
	position: relative;
	height: auto !important;
	display: block;
}
.iframe_form {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	height: 100%;
	max-width: 100%;
	min-height: 2550px;
	position: relative;
	height: auto !important;
	display: block;
}
.footer {
	font-size: 15px;
	line-height: 28px;
	color: #FFF;
	background-color: #333;
}
.footer-kleiner {
	max-width: 340px;
	margin: auto;
	text-align: center;

}
.footer-kleiner a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	transition: ease-in-out .3s;
}
.footer-kleiner a:hover {
	color: #E39612;
}
.footer img {
	width: 100%;
	max-width: 260px;
	height: auto;
	display: block;
	box-shadow: none !important;
	transition: none !important;
}
.footer img:hover {
	transform: none !important;
}
.footer-social {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	padding-left:-5px;
	align-items: center;
	width: 295px;
}
.footer-social > div {
	padding: 0px 32px;
	width: auto;
	margin-left: -12px;
	text-align: center;
}
a.facebook-footer {
	display: block;
	width: 11px;
	height: 24px;
	background: url(images/icons/facebook-footer.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.instagram-footer {
	display: block;
	width: 23px;
	height: 24px;
	background: url(images/icons/instagram-footer.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.x-footer {
	display: block;
	width: 26px;
	height: 24px;
	background: url(images/icons/x-footer.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.whatsapp-footer {
	display: block;
	width: 23px;
	height: 24px;
	background: url(images/icons/whatsapp-footer.png) no-repeat;
	transition: ease-in-out 0.3s;
}
a.facebook-footer:hover, a.instagram-footer:hover, a.twitter-footer:hover, a.whatsapp-footer:hover, a.tripadvisor-footer:hover {
	transform: scale(1.15);
}
.copyright {
	position: relative;
	color: #000;
	display: block;
	width: 100%;
	max-width: 1400px;
	min-width: 220px;
	margin: auto;
	font-size: 14px;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 20px;
}
.copyright a {
	color: #000;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
.container-realisatie {
	position: relative;
	background-color: #1b1b1b;
	border-top: 1.5px #666 solid;
	max-width: 100%;
	height: 55px;
	line-height: 50px;
	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: 15px;
	margin-top: 2px;
	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-top: 4px;
	transition: all 0.4s ease-in-out;
}
a.hdstudio_logo:hover {
	transform: scale(1.2);
}
.cr {
	padding: 0px 17px;
	color: #ccc;
	font-size: 15px;
}
@media screen and (max-width:1400px) {

.table-agenda-home-tussen{
	display: none;
}
.table-agenda-home-links, .table-agenda-home-rechts {
	margin-top: 20px;
	width: 100% !important;
	display: block;
}
a.btn-meer-agenda
{
	float:none;
}
}
 @media screen and (max-width:1250px) {
.collage-paginas div {
	display: block;
	flex: 1 0 calc(33.333% - 18px);
	width: 33.333%;
}
.collage-paginas div {
	display: block;
	max-width: calc(33.333% - 20px);
}
.concerten-3 {
	flex: 1 0 calc(50% - 30px);
	max-width: calc(50% - 30px);
}
}
 @media screen and (max-width : 1190px) {
.margin-bottom {
	margin-bottom: 70px !important;
}
}
 @media screen and (max-width : 1174px) {
.titel-baan-agenda {
	font-family: 'Titillium-Bold';
	font-size: 25px;
}
.table-pagina-links, .table-pagina-links_oranje {
	margin-bottom: 60px;
	width: 100% !important;
	display: block;
}
.table-pagina-rechts, .table-pagina-rechts_oranje {

	width: 100% !important;
	display: block;
}
.table-pagina-links_oranje .padding-top {
	padding: 0px 0 0 0 !important;
}
}
 @media screen and (max-width : 1100px) {
.wit-vlak {
	min-height: 600px;
	max-height: 900px;
}
}
 @media screen and (max-width : 1070px) {
a.cell-3 {
	position: relative;
	flex: 1 0 calc(50% - 40px);
	width: 50%;
	display: block;
}
a.cell-3 {
	max-width: calc(50% - 40px);
	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);
}
}
 @media screen and (max-width : 1060px) {
.main_table {
	display: flex;
	flex-direction: column-reverse;
}
 .main_cell, {
 display: block;
 width: 100%;
 margin-bottom: 25px;
}
.main_cell:last-child {
	margin-bottom: 0px;
}
.footer-social {
	justify-content: center;
}
.sponsors div {
	flex: 1 0 calc(33.333% - 30px);
	max-width: calc(33.333% - 30px);
}
}
 @media screen and (max-width : 1000px) {
.over-content {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
a.btn-meer {
	padding: 15px 20px;
	font-size: 20px;
}
.over-content .titel {
	font-size: 55px;
}
.bol {
	bottom: 90px;
	transition: ease-in-out .3s;
}
.cr
{
	display:none;
}
.agenda-meer-links{
	width: 100% !important;
	display: block;
}
 .agenda-meer-rechts {
margin-top: 20px;
	width: 100% !important;
	display: block;
}
.agenda-meer-tussen {
	display:none;
}

}
 @media screen and (max-width : 890px) {
.collage-paginas div {
	display: block;
	flex: 1 0 calc(50% - 18px);
	width: 50%;
}
.collage-paginas div {
	display: block;
	max-width: calc(50% - 20px);
}

a.btn-meer-nieuws {
	padding: 15px 30px;
}
.titel-nieuws {
	display: none;
}
.titel-nieuws-mob {
	display: block;
}
.foto-nieuws-home {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100% !important;
	display: block;
	height: auto;
	border-radius: 50%;
}
.bolletje, .bol {
	display: none;
}
img.left, img.right {
	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;
}
.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);
}
.wit-vlak {
	display: none;
}
.table-row-contact {
	flex-direction: column-reverse;
}
.table-contact-tussen{
	display: none;
}
 .table-contact-links, .table-contact-rechts {
	margin-top: 20px;
	width: 100% !important;
	display: block;
}

.margin-bottom {
	display: none;
}
.sponsors div {
	flex: 1 0 calc(50% - 30px);
	max-width: calc(50% - 30px);
}
.concerten-3 {
	flex: 1 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
}
}
@media screen and (max-width : 850px) {
.cr {
	display: none;
}
}
 @media screen and (max-width : 780px) {
a.cell-3 {
	position: relative;
	flex: 1 0 calc(100% - 40px);
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
a.cell-3 {
	max-width: calc(100% - 40px);
	display: block;
}
a.btn-meer-nieuws {
	padding: 15px 30px;
}
}
 @media screen and (max-width : 700px) {
.over-content {
	display: none;
}
}
 @media screen and (max-width : 660px) {
.collage div {
	display: block;
	flex: 1 0 calc(100% - 20px);
	margin-left: 20px;
	margin-bottom: 40px;
	width: 50%;
	text-align: center;
}
.collage div {
	display: block;
	max-width: calc(100% - 20px);
}
}
 @media screen and (max-width : 580px) {
.collage-paginas div {
	display: block;
	flex: 1 0 calc(100% - 18px);
	width: 100%;
}
.collage-paginas div {
	display: block;
	max-width: calc(100% - 20px);
}
.collage-paginas div:last-child {
	margin-bottom: 0px;
}
h3 {
	font-size: 25px;
	line-height: 30px;
}
#header {
	top: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	height: 90px;
}
#header .content_menu_logo {
	padding: 15px 17px 0 17px !important;
	height: 75px;
}
#header .logo {
	margin: -7px 0 0 0;
	max-width: 260px;
	display: block;
	position: relative;
}
#header .menu.active {
	margin-top: 75px !important;
}
.ctr {
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: left;
}
.footer-kleiner .padding
{

	text-align:center;
}
.padding
{
	
	padding:0 12px;
}
.ctr-leden
{
	display:none;
}
.table-row-pagina
{
	margin-top:0;
}
.ctr-home-paginas {
	padding-top: 140px;
}
.table-pagina-links .content, .table-pagina-links_oranje .content, .ctr-paginas .content {

	padding: 50px 20px;
}
.table-pagina-rechts .content, .table-pagina-rechts_oranje .content {
	padding: 50px 20px ;
}
.sponsors div {
	flex: 1 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
}

 }
 @media screen and (max-width : 380px) {
h1 {
	font-size: 35.5px;
	line-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

}
