

#pagefooter {
	background: var(--dark-blue);
	color: #FFF;
	font-size: 15px;
	position: relative;
	z-index: 26;
}
#pagefooter a {
	color: #FFF;
	text-decoration: none;
}
#pagefooter a:hover {
	color: var(--mint-green);	
}
#pagefooter .listmenuitem:hover {
	color: var(--mint-green);
}

#pagefooter .logo img {
	max-width: 200px;
	height: auto;	
}

.footercontent .sectwrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 100px 0;
}
.footercontent .title {
	color: var(--footer-color);
	padding-bottom: 25px;
	line-height: 1;
}
.footercontent address {
	font-style: normal;
	line-height: 36px;	
}
.footercontent address h5 {
	font-weight: bold;	
}




.subfooter {
	position: relative;
	}
.subfooter .sectwrap {
	border-top: 1px solid rgba(255,255,255,0.15);	
	display: grid;
	height: 40px;
	line-height: 40px;
	padding: 68px 0;
	justify-content: space-between;	
	grid-template-columns: 1fr 2fr 1fr;

}
.subfooter .menu {
	flex-grow: 1;
}
.subfooter .footerlogo {
	font-weight: bold;
}

.subfooter .social {
	text-align: right;
}
.subfooter em {
	color: #80b281;
	font-size: 1rem;
}
.subfooter em span {
	color: #FFF;
}
.subfooter h4,
.subfooter ul {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
}
.subfooter .tt {
	font-size: calc(var(--tt-base) * 22/26);
}
.subfooter .listmenuitem {
	margin-left: 20px;
	padding-left: 14px;
}
.subfooter .socialblock {
	margin-left: 10px;
	vertical-align: baseline;
	border-color: var(--footer-link);
}
.subfooter .socialblock svg {
	fill: #FFF;
	vertical-align: middle;
}
.subfooter .socialblock:hover svg {
	fill: var(--mint-green);
}

#sponsors {
	background: #FFF;
	text-align: center;
	padding: 20px 0;
}
#sponsors li {
	display: inline-block;
	padding: 0 10px;
}


@media (min-width: 1200px) and (max-width: 1240px) {
	#pagefooter .sectwrap {
		width: auto;
		margin: 0 20px;	
	}
}

@media (min-width: 1000px) and (max-width: 1060px) {
	#pagefooter .sectwrap {
		width: auto;
		margin: 0 20px;	
	}
}
@media (max-width: 1000px) {
	.footercontent .sectwrap {
		display: flex;
		padding: 40px 0;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}
	.footercontent .dbl ul {
		columns: 1;
	}
	.footercontent .box {
		margin-bottom: 40px;
		flex-shrink: 0;
	}
	
	.subfooter .sectwrap {
		height: auto;
		display: block;	
	}
	.subfooter .footerlogo {
		float: none;
		margin-right: 10px;
	}
	
	
	.subfooter .social {
		margin-left: 20px 0 0 0;
	}
	.subfooter .social h4 {
		padding-right: 10px;	
	}
	.subfooter li:first-child .socialblock {
		margin-left: 0;	
	}

	.subfooter .menu {
		clear: left;
		display: block;
	}

}
@media (max-width: 800px) {

	.subfooter .sectwrap {
		display: block;
		padding: 60px 0 20px 0;
	}
	.subfooter .social {
		margin-left: 0;
		padding-left: 0;
	}
	.subfooter .menu {
		margin: 15px 0;
		display: block;
		height: auto;	
	}
	.subfooter li:first-child .listmenuitem {
		margin-left: 0;	
	}
}
@media (max-width: 560px) {
	.footercontent .sectwrap {
		width: auto;
		display: block;
		margin: 0 10px;	
	}
	.footercontent .box {
		width: auto;
	}
	
}

@media (max-width: 560px) {
	
	#pagefooter {
		padding: 10px;
	}
	.subfooter .listmenuitem {
		margin-left: 0;	
	}
	.subfooter .menu li {
		display: block;
		height: auto;	
	}
	#sponsors {
		margin: 0 -10px -10px -10px;	
	}
}



aside.popup {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 260px;
	padding: 20px;
	background: var(--dark-blue);
	color: #FFF;
	font-size: 90%;
	border-radius: 3px;
	z-index: 1000;
}
aside.popup .title {
	color: var(--yellow);
}
aside.popup p {
	padding-bottom: 10px;
	line-height: 1.3;
}
aside.popup p.form-error {
	color:  var(--red);
	font-size: 80%:
}
aside.popup p.form-error:before {
	content: '!! ';
	font-weight: bold;	
}
aside.popup .popup-close {
	position: absolute;
	top: 0;
	right: 0;	
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #FFF;
}
aside.popup .popup-close:hover {
	color: var(--yellow);
}
aside.popup input {
	width: 200px;
	
}
aside.popup .button {
	background:  var(--red);
	color: #FFF;
}
aside.popup .button:hover {
	background: var(--turquoise);
}
aside.popup .button span {
	display: none;
}
aside.popup form {
	display: flex;
	justify-content: space-between;	
}
aside.popup form .button {
	padding: 0;
	width: 56px;
}
aside.popup form .button::before {
	transform: translate(10px,-2px);	
}
aside.popup form .button.go::after {
	margin-left: 0;	
}



<?php if($GRAPHIC_ACCENT == 'wave') {
	include 'wave.footer.css';
} elseif($GRAPHIC_ACCENT == 'ijsseldelta') {
	include 'ijsseldelta.footer.css';
} elseif($GRAPHIC_ACCENT == 'zwolle') {
	include 'zwolle.bottom.css';
} elseif($GRAPHIC_ACCENT == 'staphorst') {
	include 'staphorst.bottom.css';
}

?>
