body {
	padding: 60px 0px 0px 0px;
	font-family: Poppins, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

h1 {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #047AD7;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #047AD7;
	margin: 0px 0px 20px 0px;
}
h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #047AD7;
	margin: 0px 0px 20px 0px;
}
h4 {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #047AD7;
	margin: 0px 0px 20px 0px;
}
h5 {
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0%;
	display: block;
	margin: 0px 0px 20px 0px;
}
p {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0%;
	margin: 0px 0px 20px 0px;
}
p:last-child {
	margin: 0px;
}
.text a {
	color: #F94633;
	text-decoration: underline;
}
.content ul {
	margin: 0px 0px 20px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	list-style: disc;
}
.container {
	width: 100%;
	max-width: 1175px;
	margin: 0px auto;
}
.header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
	width: 100%;
	background-color: #047AD7;
	height: 60px;
}
.header ul {
	float: right;
	margin: 0px 0px 0px 0px;
}
.header .container > a {
	float: left;
	margin: 14px 0px 0px 0px;
}
.header ul {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.header ul li {
	float: left;
}
.header ul li a {
	display: block;
	padding: 15px 10px;
}
.header ul li:last-child a {
	padding: 15px 10px 0px 10px;
}
.header ul li.active a {
	color: #9AD2FF;
}

.content {
	padding: 0px 0px 30px 0px;
}
.introblok .left h1 {
	display: block;
	max-width: 65%;
}
.introblok .left {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 325px);
	border-radius: 12px;
	padding: 30px;
	margin: 0px 40px 0px 0px;
	box-shadow: 0px 5px 19px 0px #00000014;
}
.introblok .right {
	vertical-align: top;
	display: inline-block;
	border-radius: 12px;
	overflow: hidden;
	width: 280px;
	background-color: #F94633;
}
.introblok .right strong {
	display: block;
	background-color: #E6210C;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #fff;
}
.introblok .right div {
	padding: 20px;
}


.btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
	font-weight: 600!important;
	padding: 7px 20px;
	margin: 0px 0px 10px 0px;
	background-color: #F94633;
	color: #fff!important;
	text-decoration: none!important;
}
.btn:last-child {
	margin: 0px;
}
.btn.white {
	background-color: #fff;
	text-decoration: none;
	color: #000!important;
}

.btn::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('/images/arrow_white.svg') no-repeat center center;
	background-size: contain;
	transition: all 0.3s;
	margin: 0px;
}
.btn.white::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('/images/arrow.svg') no-repeat center center;
	background-size: contain;
	transition: all 0.3s;
	margin: 0px;
}
.btn:hover::after {
	margin: 0px -15px 0px 0px;
}

.duotext {
	overflow: hidden;
	padding: 60px 0px;
}
.duotext .left { 
	float: left;
	width: 46%;
}
.duotext .right { 
	float: right;
	width: 46%;
}

.contactbox {
	display: table;
	vertical-align: middle;
	background-color: #047AD7;
	border-radius: 12px;
	padding: 40px 30px;
}
.contactbox.red {
	background-color: #F94633;
}
.contactbox div {
  display: flex;
  align-items: center; /* Vertical centering */
  gap: 1rem;           /* Spacing between text and button */
}
.contactbox strong {
	  flex: 1;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #fff;
	width: 60%;
}
.contactbox a {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0%;
	margin:  0px 0px 0px 200px!important;
}
.contactbox .btn.white::after {
    margin: 0px 0px 0px 20px;
}
.contactbox .btn.white:hover::after {
	margin: 0px -15px 0px 35px;

}


.slider {
	position: relative;
	height: 310px;
	background-size: 60% auto;
	background-position: right center;
	background-repeat: no-repeat;
	will-change: background-position;
	overflow: hidden;
	margin: 0px 0px 60px 0px;
	background-color: #0365C7;
}
.slider.home {
	height: 210px;
}
.slider div {
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	width: 50%;
	background-color: #EDF7FF;
	height: 103%;
}
.slider.home div {
	width: 45%;
}
.slider div img {
	float: right;
    margin: 100px 150px 0px 0px;
    max-width: 430px;
}
.slider.home div img {
	margin: 60px 130px 0px 0px;
    max-width: 380px;
}
.slider > span {
	position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
}
.slider.home > span {
    width: 53%;
}
.slider > span .table {
	display: table;
	width: 100%;
	max-width: 627px;
	height: 100%;
	vertical-align: middle;
}
.slider > span .table .cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.slider > span .table .cell .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #fff;
	font-weight: 400;
	width: calc(100% - 260px);
}
.slider > span .table .cell .name strong {
	display: block;
	font-weight: 600;
}
.slider > span .table .cell .right {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100px;	
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	margin: 0px 0px 0px 20px;
}
.slider > span .table .cell .right a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.slider > span .table .cell .right em {
	display: inline-block;
	border-radius: 1000px;
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	font-weight: 600;
	font-size: 31px;
	margin: 10px 0px 10px 0px;
}
.slider > span .table .cell .right.blue em {
	background-color: #9AD2FF;
}
.slider > span .table .cell .right.red em {
	background-color: #F94633;
}
.slider > span .table .cell .right p {
	line-height: 17px;
	font-size: 12px;
}

.signup {
	padding: 30px 0px;
}
.signup .container > strong {
	display: block;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0%;
	width: 60%;
	margin: 0px 0px 50px 0px;
}
.signup .col1-3 {
	display: inline-block;
	vertical-align: top;
	width: 31%;
}
.signup .col1-3.mid {
	width: 31%;
	margin: 0px 3%;
}

.signup p {
	font-size: 14px;
	line-height: 24px;
}
.signup p strong {
	font-size: 16px;
	font-weight: 600;
}
label {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0%;
}
input, textarea {
	font-family: Poppins, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	color: #047AD7;
	background-color: #EDF7FF;
	border-radius: 8px;
	padding: 5px 10px;
	border: 1px solid #EDF7FF;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
input.false, textarea.false {
	background-color: rgba(255,0,4,0.10);
	color: #FF0004;
	border: 1px solid #FF0004;
}
input[type=checkbox] {
	width: auto;
}
input[type=submit] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
	background-color: #F94633;
	color: #fff;
}
input[type=submit]::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('/images/arrow.svg') no-repeat center center;
	background-size: contain;
	transition: all 0.3s;
	margin: 0px;
}
.signup-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5em;
	padding: 8px 15px;
	background-color: #F94633;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	font-family: inherit;
	position: relative;
	border-radius: 8px;
	margin: 14px 0px 0px 0px;
}

.signup-btn::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('/images/arrow_white.svg') no-repeat center center;
	background-size: contain;
	transition: all 0.3s;
}

#email {
	display: none;
}
hr {
	border:0px;
	border-bottom: 1px solid #047AD7;
	margin: 20px 0px;
}

.checkbox {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background-image: url("/images/checkbox.svg");
	margin: 5px 5px 8px 0px;
}
.checkbox.checked {
	background-image: url("/images/checkbox_checked.svg");
}

.login .container {
	max-width: 900px;
}
.tabs {
	position: relative;
	z-index: 9999;
	padding: 5px 0px 0px 20px;
	list-style: none;
	overflow: hidden;
	height: 55px;
}
.tabs li {
	float: left;
	list-style: none;
	margin: 0px 10px;
	box-shadow: 0px -2px 11px 0px #00000017;
	background-color: #047AD7;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0%;
	padding: 12px 30px 34px 30px;
	border-radius: 10px 10px 0px 0px;
	cursor: pointer;

}
.tabs li.active {
	background-color: #fff;
	box-shadow: 0px 1px 11px 0px #0000001F;
	text-align: center;
	color: #047AD7
}
.tabcontainer {
	position: relative;
	z-index: 1000;
	box-shadow: 0px 5px 19px 0px #00000014;
	background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: -20px 0px 0px 0px;
}
.tabcontainer .tab {
	display: none;
}
.tabcontainer .tab:first-child {
	display: block;
}
.tabcontainer .col1, .tabcontainer .col2 {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
.tabcontainer .col3 {
	display: inline-block;
	width: 18%;
	vertical-align: top;
}
.tabcontainer .col1 input, .tabcontainer .col2 input {
	width: 90%;
}
.tabcontainer .col3 .signup-btn {
	margin: 23px 0px 0px 0px;
}

.news {
	margin-top: 60px;
}
.news .items ul {
	list-style: none;
	margin: 0px 0px 0px -20px;
}
.news .items ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(32% - 5px);
	padding: 20px;
	height: 314px;
	margin: 0px 0px 25px 20px;
	background-color: #EDF7FF;
	border-radius: 8px;
}
.news .items ul li.special {
	background-color: #047AD7;
}
.news .items ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.news .items ul li strong {
	display: block;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #047AD7;
}
.news .items ul li p {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
	margin: 0px;
	color: #000;
}
.news .items ul li.special strong, .news .items ul li.special p {
	color: #fff;
}
.news .items ul li strong {
	display: inline-block;
	height: 30%;
	width: 100%;
	vertical-align: middle;
}
.news .items ul li hr {
	width: calc(100% - 55px);
}
.news .items ul li .circle {
	margin: 1px 0px 0px 0px;
}
.news .items ul li .circle img {
	margin: 5px 0px 0px 0px;
}
.news .items ul li.special .circle {
	background-color: #0365C7!important;
}
.news .items ul li div {
	display: table;
	height: 40%;
	vertical-align: middle;
}
.news .items ul li p {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.news .items ul li.special hr {
	border-bottom: 1px solid #fff;
}
.news .items ul li em {
	display: inline-block;
	background-color: #F94633;
	padding: 10px 13px;
	font-weight: 600;
	font-size: 12px;
	line-height: 0px;
	letter-spacing: 0%;
	text-align: center;
	margin: 0px 0px 10px 0px;
	border-radius: 4px;
	color: #fff;
}
.news ul li.special em, .news ul li.seen em {
	color: #000;
	background-color: #fff;
}
.news .btn {
	width: 230px;
}
.news .filters {
	overflow: hidden;
	padding: 20px 0px;
	margin: 0px 0px 20px 0px;
}
.news .filters strong {
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0%;
}
.news .filters div {
	float: right;
}
.news .filters ul li {
	float: left;
	border-radius: 6px;
	list-style: none;
	background-color: #EDF7FF;
	color: #047AD7;
	padding: 5px 15px;
	margin: 0px 0px 0px 15px;
	
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;

	
}
.news .filters ul li.active {
	background-color: #F94633;
	color: #fff;
}
.newsitem {
	padding: 60px 0px;
}
.newsitem .container {
	max-width: 850px;
}
.newsitem .btn {
	width: 310px;
	margin: 30px 0px 0px 0px;
}
.newsitem h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #000;
}
.newsitem img {
	max-width: 100%;
}
.newsimages {
	list-style: none!important;
	margin: 30px 0px 20px 0px!important;
	overflow: hidden;
}
.newsimages li {
	position: relative;
	width: calc(50% - 10px);
	height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.newsimages li:nth-child(odd) {
	float: left;
	margin: 0px 10px 20px 0px;
}
.newsimages li:nth-child(even) {
	float: right;
	margin: 0px 0px 20px 10px;
}
.newsimages li img {
	position: absolute;
	right: 10px;
	bottom: 10px;
}


.bigimg {
	position: relative;
}
.bigimg .zoom {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
}
.popupimg {
	position: fixed;
	height: 80vh;
	width: 80vw;
	max-width: 1000px;
	top: 10vh;
	z-index: 100001;
}

.message {
	position: fixed;
	z-index: 100001;
	width: 500px;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	height: auto;
	border-radius: 12px;
	overflow: hidden;
}
.message .close {
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.message .ttl {
	display: block;
	padding: 30px 30px;
	text-align: center;
	background-color: #F94633;
	color: #fff;
	
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0%;

}
.message .txt {
	display: block;
	padding: 30px 30px;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0%;

}

.images {
	width: 99vw;
	overflow: hidden;
	position: relative;
	margin: 30px 0px;
}	
.images strong {
	display: block;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0%;
	margin: 60px 0px 20px 0px;
}
.images a {
	position: absolute;
	bottom:calc(150px - 35px);
	z-index: 1000;
	cursor: pointer;
}
.images a.imgprev {
	left: 30px;
}
.images a.imgnext {
	right: 30px;
}
.images ul {
	position: relative;
	overflow: hidden;
	width: 10000px;
	margin: 0px;
	left: 0px;
	list-style: none;
}
.images li {
	float: left;
	max-width: 400px;
	width: 25vw;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
			





.bestuur {
	margin: 60px 0px;
}
.bestuur h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #000;
}
.bestuur .container > ul {
	margin: 0px;
	list-style: none;
}
.bestuur .container > ul > li {
	overflow: hidden;
	margin: 30px 0px;
}
.bestuur .container > ul li img {
	display: inline-block;
	border-radius: 1000px;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
	width: 70px;
	height: 70px;
}
.bestuur .container > ul li span {
	display: inline-block;
	vertical-align: middle;
	width: calc(99% - 90px);
}
.bestuur .container > ul li span em {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #047AD7;
}
.bestuur .container > ul li span strong {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #000000;
}
.bestuur .container > ul li span ul {
	list-style: disc!important;
	margin-bottom: 0px;
}

.text {
	margin: 60px 0px;
}
.text .container {
	max-width: 850px;
}
.text .container .btn {
	max-width: 320px;
}
.text img {
	width:100%!important;
	height: auto!important;
}
.ledencol {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.leden {
	/* desktop: 3 equal columns */
	column-count: 3;          /* modern browsers        */
	column-gap: 1.5rem;       /* space between columns  */
	list-style: none!important;
	margin: 0!important;
	padding: 0!important;
}
.footer {
	background-image: url("/images/footer.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 35vh;
}
.footer.blue {
	background-image: url("/images/footer_blue.svg");
}

.blocks {
	padding: 0px 0px 60px 0px;
}


.blocks .block1, .blocks .block2, .blocks .block3 {
	position: relative;
	display: inline-block;
	width: 30%;
	padding: 20px;
	vertical-align: top;
	border-radius: 12px;
	box-shadow: 0px 5px 19px 0px #00000014;
	height: 330px;
}
.blocks .block2 {
	margin: 0px 4.5%;
}
.blocks .block1 strong, .blocks .block2 strong, .blocks .block3 strong {
	display: block;
	color: #047AD7;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0%;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #047AD7;
}
.blocks strong.nobdr {
	border: 0px!important;
	padding: 10px 0px!important;
	margin: 0px!important;
}
.block1 a {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0%;
	color: #000;
	background-color: #EDF7FF;
	border-radius: 8px;
	padding: 10px 15px;
	margin: 0px 0px 10px 0px;
}
.block1 a span {
	display: block;
	font-size: 14px;
	color: #047AD7;
}
.block2 p, .block3 p {
	margin: 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
}
.block2 hr {
	width: calc(100% - 50px);
}
.block2 .circle {
	margin: 3px 0px 0px 0px!important;
}
.block2 a, .block3 a {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
}
.block3 .img {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 120px;
	margin: 0px 0px 20px 0px;
}
.circle {
	float: right;
	border-radius: 1000px;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	background: #047AD7;
	margin: 7px 0px 0px 0px;
}
.circle img {
	display: inline-block;
	width: 15px;
	margin: 8px 0px 0px 0px;
	vertical-align: middle;
}
.mobile {
	display: none;
}
@media only screen and (max-width: 899px) {   
	h1, h2, h3, h4 {
		font-size: 20px;
		line-height: 24px;
	}
	p {
		font-size: 14px;
		line-height: 24px;
	}
	.header {
		padding: 0px 0px 0px 20px;
	}
	.header ul {
		display: none;
	}
	.header ul.show {
		display: block;
		position: fixed;
		top: 60px;
		left: 0px;
		width: 100%;
		z-index: 10000;
		height: calc(100vh - 60px);
		padding: 40px 0px;
		background:

		url("/images/mobbg.svg"),
		linear-gradient(180deg, #EDF7FF 0%, #A9D9FF 100%);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom center;
		background-size: 100% auto;
		
	}
	.andr .header ul.show {
		height: calc(100vh - 100px);
	}
		
	.header ul li {
		display: inline-block;
		width: calc(49% - 20px);
		padding: 0px 0px;
		margin: 10px;
		background-color: #FFFFFF;
		border-radius: 8px;
	}
	.header ul li.active {
		background-color: #F94633;
	}

	.header ul li a {
		color: #047AD7;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0%;
		text-align: center;
		height: 60px;
		padding: 15px 10px!important;
	}
	.header ul li.active a {
		color: #fff;
	}
	.header ul li a > span {
		display: table;
		height: 100%;
		width: 100%;
		text-align: center;
	}
	.header ul li a > span > span {
		display: table-cell;
		height: 100%;
		width: 100%;
		text-align: center;
		vertical-align: middle;
	}

	
	.mobile {
		display: block;
	}
	.menu {
		float: right;
		height: 60px;
	}
	.slider {
		margin: 130px 0px 0px 0px;
		background-position: center!important;
		background-size: cover!important;
		overflow: visible;
	}
	.slider div {
		clip-path: none;
		width: 100%;
		background-color: #EDF7FF;
		height: 130px;
		text-align: center;
		margin: -130px 0px 0px 0px;
	}
	.slider div img {
		float: none;
		margin: 30px 0px 0px 0px;
		height: 70px;
		display: inline-block;
	}
	
	.introblok .left {
		width: calc(100% - 40px);
		padding: 30px;
		margin: 30px 20px;
		height: auto !important;
	}
	.introblok .left h1 {
		max-width: 100%!important;
	}
	.introblok .right {
		width: calc(100% - 40px);
		height: auto !important;
		margin: 20px 20px 0px 20px;
	}
	.duotext {
		padding: 40px 0px;
	}
	.duotext .left, .duotext .right {
		float: none;
		width: calc(100% - 40px);
		margin: 20px;
	}
	.contactbox {
		display: block;
		background-color: #047AD7;
		border-radius: 12px;
		padding: 30px 20px;
		margin: 0px 20px 0px 20px;
	}
	.contactbox div {
    	display: block;
	}
	.contactbox div strong {
		font-size: 20px;
		font-weight: 600px;
		line-height: 24px;
	}
	.contactbox div .btn {
		margin: 20px 0px 0px 0px!important;
	}
	.signup {
		padding: 30px 20px;
	}
	.signup .container > strong {
		width: 100%;
		font-size: 20px;
    	line-height: 24px;
	}
	.signup .col1-3 {
		display: block;
		width: 100%;
	}
	.signup .col1-3.mid {
		width: 100%;
		margin: 40px 0px;
	}
	
	.slider.home {
		height: 240px;
	}
	.slider.home div {
		width: 100%;
	}
	.slider.home div img {
		display: none;
	}
	.slider > span .table .cell {
    	display: block;
	}
	.slider.home > span {
		width: 100%;
	}
	.slider > span .table .cell .name {
		color: #047AD7;
		width: 100%;
		margin: 40px 20px;
	}
	.slider > span .table .cell .right {
		width: calc(48% - 0px);
		margin: 0px;
		text-align: left;
	}
	.slider > span .table .cell .right em {
		width: 61px;
		height: 61px;
		line-height: 61px;
		font-size: 21px;
		margin: 10px 10px 10px 20px;
	}
	.slider > span .table .cell .right p {
		display: inline-block;
		width: calc(100% - 105px);
		vertical-align: middle;
		line-height: 18px;
        margin: 0px 0px 4px 0px;
	}
	.slider > span .table .cell .right p br {
		display: none;
	}
	.blocks .block1, .blocks .block2, .blocks .block3 {
		width: calc(100% - 40px);
		padding: 20px;
		height: auto;
		margin: 30px 20px;
	}
	
	.images strong {
		margin: 60px 20px 20px 20px;
	}
	.images li {
		width: 80vw;
		height: 230px;
	}
	.news ul {
		list-style: none;
		margin: 0px 20px;
	}
	.news ul li {
    	width: calc(100% - 0px);
		margin: 0px 0px 30px 0px;
	}.news .btn {
		margin: 0px auto;
	}
	.newsitem .container {
		width: calc(100% - 40px);
		margin: 0px 20px;
	}
	.newsimages li {
    	height: 140px;
	}
	.text {
		margin: 60px 20px;
	}
	.bestuur {
		margin: 60px 20px;
	}
	.bestuur .container > ul li span {
		width: calc(99% - 100px);
	}
	.bestuur .container > ul li span strong, .bestuur .container > ul li span em, .bestuur ul {
		font-size: 12px;
		line-height: 18px;
	}
	.ledencol {
    	width: 100%;
	}
	.leden {
		column-count: 2;
	}
	.login {
		margin: 30px 20px;
	}
	.tabcontainer .col1, .tabcontainer .col2 {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.tabcontainer .col1 input, .tabcontainer .col2 input {
		width: 100%;
	}
	.tabcontainer .col3 .signup-btn {
		margin: 0px;
	}
	.tabs {
		padding-top: 10px;
		position: relative;
        z-index: 9999;
        margin: 0px 0px 20px -5px !important;
        overflow-y: hidden;
				height: 60px;

	}
	.tabs li {
		font-size: 16px;
		padding: 10px 18px 10px 18px;
		height: 60px;
	}
	.pagename {
		float: right;
		color: #fff;
		padding: 15px 30px;
		font-weight: 700;
		font-size: 13px;
		line-height: 30px;
		letter-spacing: 0%;
		text-align: right;
		text-transform: uppercase;

	}
	.footer {
    	background-image: url(/images/footermobile.svg);
		background-size: 100% auto;	
		background-position: bottom;
	}
	
	.news {
		margin: 0px;
	}
	.news .items {
		margin: 20px;
	}
	.news .items ul li {
    	width: calc(100% - 20px);
		height: auto;
	}
	.news .items ul li strong {
		height: auto;
		width: 100%;
	}
	.news .filters {
		background-color: #0365C7;
		padding: 30px 20px;
		height: 84px;
		overflow: visible;
	}
	.news .filters strong {
		float: left;
		width: 50%;
		color: #fff;
		font-weight: 600;
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0%;
	}
	.news .filters .mobile {
		background-color: #E81600;
		font-weight: 600;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0%;
		color: #fff;
	}
	.news .filters div {
		width: 50%;	
		position: relative;
		z-index: 10000;
		border-radius: 0px 0px 8px 8px;
		overflow: hidden;
	}
	.news .filters div.open {
		border-radius: 0px;
		overflow: visible;
	}
	.news .filters ul {
		position: absolute;
		width: 100%;
		display: none;
		text-align: left;
		margin: 0px;
		border-radius: 0px 0px 8px 8px;
		overflow: hidden;
	}
	.news .filters div.open ul {
		display: block;
	}
	
	.news .filters ul li {
		float: none;
		display: block;
		width: 100%;
		margin: 0px;
		background-color: #F94633;
		color: #fff;
		border-radius: 0px;
		text-align: left;
	}
	.news .filters ul li.active {
		display: none;
	}

	.news .filters div span {
		display: block;
		padding: 5px 10px;
		border-radius: 8px 8px 0px 0px;
		overflow: hidden;

	}
	.news .filters div span img {
		float: right;
		margin: 3px 5px 0px 0px;
	}
	
	
	
	
}