
.centerhead + .inthree {
	padding-top: 40px;	
}
.inthree {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}




.listsection {
	overflow: hidden;
	padding: 100px 0;	
}
.listsection + .textbanner {
	margin: -60px 0 60px 0;	
}
.listsection .tt {
	color: var(--red);	
}
.pt_routeGroup .listsection .graphicsubmenu,
.pt_locationGroup .listsection .graphicsubmenu {
	margin-top: -100px;
	margin-bottom: 100px;
}
.listsection .sidebar {
	float: left;
	width: calc(33.333% - 80px / 3);
}

.listsection .mainbar {
	margin-left: calc( 40px + 33.333% - 80px / 3);
	overflow: hidden;
}
.listsection .mainbar.nofloat {
	overflow: visible;
}

.boxgrid {
	overflow: hidden;	
}
.boxgrid li {
	float: left;
	width: calc(50% - 40px / 2);
	margin-left: 40px;
	margin-bottom: 40px;
}
.boxgrid li:nth-child(2n + 1) {
	margin-left: 0;
	clear: left;
}

.intro.withmap {
	min-height: 210px;
	margin-bottom: 40px;
}

@media (max-width: 1400px) {
	.intro.withmap {
		
		min-height: 177px;
	}
}
@media (max-width: 1200px) {
	.intro.withmap {
		min-height: 144px;
	}
}



.listsection .togglefilter {
	display: none;
}


.mapbutton {
	padding-top: 42.1052631579%;
	border-radius: 2px;
	background: var(--light-gray);
	margin-bottom: 40px;
	position: relative;		
}
.mapbutton .button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #FFF;
	color: var(--title-color);
}
.mapbutton .button:hover {
	color: #FFF;
	background: var(--title-color);	
}
.sidebarnav {
	background: var(--light-gray);
	padding: 30px;
	border-radius: 2px 2px var(--big-radius) 2px;
}
.linkfilter {
	margin: 20px 0;	
}
.linkfilter a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #829A9F;
	line-height: 18px;
	padding: 6px 0 6px 30px;
}
.linkfilter a.active {
	color: var(--title-color);	
}
.linkfilter a:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid var(--gray);
	background: #FFF;
	position: absolute;
	left: 0;
	top: 7px;
}
.linkfilter a.active:before {
	background: var(--red);
	border-color: var(--red);
}
.linkfilter a.active:after { 
	content: "";
	display: block;
	border: 2px solid #FFF;
	border-width: 0 2px 2px 0;
	width: 4px;
	height: 10px;
	position: absolute;
	transform: rotate(45deg);
	left: 5px;
	top: 8px; 
}


.linkfilter.foldout .normal {
	display: none;
}
.linkfilter.foldout input:checked + ul .normal {
	display: block;	
}
.linkfilter.foldout .optlabel {
	font-size: 0.778rem;
	cursor: pointer;
	line-height: 24px;
	position: relative;
	padding-left: 30px;
}

.linkfilter.foldout .optlabel:before {
	content: '›';
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	font-size: 24px;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
	position: absolute;
	left: -5px;
	top: -5px;
}
.linkfilter.foldout .optlabel .less {
	display: none;	
}
.linkfilter.foldout input:checked ~ .optlabel .all {
	display: none;
}
.linkfilter.foldout input:checked ~ .optlabel .less {
	display: inline;
}
.linkfilter.foldout input:checked ~ .optlabel:before {
	transform: rotate(-90deg);
}




.dealsliderbox .body {
	padding: 40px 0;	
}
.dealsliderbox p {
	margin-top: 10px;
	height: 102px;
	line-height: 34px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
	color: #829A9F;
}
.dealbox .inline li {
	padding-right: 4px;	
}



.articlebox .body {
	padding: 40px 0;
}
.articlebox h3 {
	font-size: 22px;
	line-height: 38px;
}

.routebox h4 {
	line-height: 16px;
	font-size: 16px;
	padding-bottom: 4px;	
}
.routebox .body,
.locationbox .body {
	position: relative;
	height: 78px;
	padding: 30px 40px 30px 40px;
	border: 1px solid #F0F0F0;
	border-top: 0;
}

.routebox .body h3,
.locationbox .body h3 {
	height: 35px;
	line-height: 17px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.locationbox .body h3 {
	color: var(--black);
}
.locationbox .body em {
	color: var(--red);
	font-style: normal;
	display: block;	
	line-height: 22px;
}
.routebox .body p,
.locationbox .body p {
	padding-top: 4px;
	line-height: 1;
	color: rgba(0,0,0,0.5);
}
.locationbox .body p {
	line-height: 22px;
	padding: 0;
}	
.routebox .body svg {
	fill:  rgba(0,0,0,0.2);
}

@media (min-width: 800px) {
	.eventdouble .body {
		padding-top: 50px;	
	}
	.eventdouble ul {
		overflow: hidden;	
	}
	.eventdouble li {
		width: calc(50% - 10px);
		float: left;
	}
	.eventdouble li + li {
		float: right;	
	}
}
@media (min-width: 1200px) {
	.eventdouble li {
		width: calc(50% - 20px);
	}
}



.eventlist {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;	
	grid-column-gap: 30px;	
}

.eventbox {
	padding: 0;
	background: #FFF;
	margin-bottom: 20px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.20);
	border-radius: 2px;
}
.eventbox a {
	display: flex;
}
.eventbox .text {
	align-self: center;
}
.eventbox .t5b {
	color: var(--black);
	font-size: 16px;
	line-height: 22px;
}
.recreatieschap .eventbox .t5b {
	color: var(--title-color);
}
.eventbox .banner {
	width: 120px;
	flex-shrink: 0;
	margin-right: 20px;
}
.eventbox time {
	color: var(--red);
	line-height: 26px;
}
.eventbox .location {
	color: rgba(0,0,0,0.5);
	line-height: 26px;
}
@media (max-width: 1200px) {
	.eventbox .banner {
		width: 160px;
		margin-right: 20px;
	}
	.eventbox {
		padding: 20px;
	}	
}
@media (max-width: 1000px) {
	.eventbox a {
		display: block;
	}
	
	.eventbox {
		background-size: 70px auto;
	}
	
	.eventbox .banner {
		width: 84px;
		margin-bottom: 20px;
		float: left;	
	}
	.eventbox h3.t4.l {
		font-size: 18px;
		line-height: 26px;
		margin-left: 104px;	
	}
	
	.eventbox .location {
		padding-top: 10px;
		clear: both;
		border-top: 1px solid var(--gray);
	}	
}


@media (max-width: 1200px) {
	.inthree {
		grid-template-columns: 1fr 1fr;
	}

}

@media (max-width: 1000px) {
	.inthree  {
		grid-gap: 30px;
	}


	.listsection {
		overflow: visible;	
	}
	.listsection .mainbar {
		margin-left: 0;	
		overflow: visible;
	}
	.listsection .sidebar {
		float: none;
		width: auto;
	}
	.listsection .sidebar:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.listsection .togglefilter {
		display: block;
		width: calc(50% - 20px);
		float: left;
		clear: left;
		margin-bottom: 20px;
	}
	.pt_agenda .sidebar label {
		display: none;	
	}
	.sidebarnav {
		display: none;	
	}
	.sidebarnav .linkfilter {
		margin: 0 auto;
		max-width: 520px;	
	}
	#togglefilter:checked ~ .sidebarnav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: auto;
		z-index: 1001;
		padding: 60px 20px 20px 20px;
	}

	#togglefilter:checked ~ .togglefilter {
		display: block;
		position: fixed;
		top: 40px;
		right: 20px;
		z-index: 1002;
		width: auto;
		border-radius: 50%;
		padding: 0;
		width: 46px;
		height: 46px;
		
	}
	#togglefilter:checked ~ .togglefilter span {
		display: none;	
	}
	#togglefilter:checked ~ .togglefilter:after,
	#togglefilter:checked ~ .togglefilter:before {
		content: "";
		display: block;
		width: 20px;
		height: 4px;
		border-radius: 2px;
		background: #FFF;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-2px) rotate(-45deg);
	}
	#togglefilter:checked ~ .togglefilter:after {
		transform: translate(-50%,-2px) rotate(45deg);
	}

}
@media (max-width: 799px) {
	
	.inthree {
		grid-template-columns: 1fr;
		grid-gap: 10px;	
	}
		
	.boxgrid li {
		float: none;
		width: auto;
		margin: 0;
	}
	
	
	.routebox .body,
	.locationbox .body {
		position: relative;
		height: 51px;
		padding-top: 63px;
	}
	.routebox .body h3,
	.locationbox .body h3 {
		position: absolute;
		bottom: 81px;
		transform: translate(0,50%);
	}
	.routebox .body p,
	.locationbox .body p {
		line-height: 1;
	}	
}



.pt_agenda .intro {
	padding: 40px 0;	
}

.agendabox .banner {
	position: relative;	
}
.agendabox .banner time {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #FFF;
	display: block;
	padding: 0 16px;
	font-size: 14px;
	line-height: 44px;
	border-radius: 22px;
	background: var(--title-color);
	color: #FFF;
	z-index: 10;
}
.agendabox .body time {
	display: block;
	color: var(--turquoise);
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 4px;
}
.agendabox .location {
	padding: 8px 0 40px 0;;
	color: #829A9F;
}
.dayhead {
	border-top: 2px dashed var(--gray);	
	padding: 50px 0;
}
.dayhead:first-child {
	display: none;	
}
.dayhead .title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;	
	var(--title-color);
}

.datennav {
	display: flex;
	padding-bottom: 40px;
	line-height: 56px;
}
.datennav .button {
	border-color: rgba(216,32,124,0.2);	
}
.datennav .button.active {
	border-color: transparent;
	background: rgba(216,32,124,0.2);		
}
.datennav .button.active:hover {
	background: var(--red);	
}
.datennav .struct li {
	padding-right: 10px;	
}
@media (min-width: 1000px) and (max-width: 1200px) {
	.datennav .struct + span {
		display: none;	
	}
}
.datennav details[open] .button {
	border-radius: 28px 28px 0 0;
	background: var(--red);
	color: #FFF;	
}
.datennav details {
	position: relative;
	z-index: 50;
	margin-left: 10px;
}
.datennav details .body {
	position: absolute;
	top: 100%;
	right: 0;
	background: var(--red);
	border-radius: 28px 0 28px 28px;
	width: 400px;
}

.calendarmonth {
	margin: 20px;
	position: relative;	
}
.calendarmonth table {
	width: 100%;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}
.calendarmonth table caption {
	font-weight: 700;	
}
.calendarmonth table th {
	font-weight: 500;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.calendarmonth a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}
.calendarmonth .calnav {
	position: absolute;
	top: 10px;
	text-align: center;
}
.calendarmonth .calnav svg {
	fill: #FFF;
}
.calendarmonth .calnav:hover svg {
	fill: var(--red);	
}
.calendarmonth .calnav.prev {
	left: 10px;	
}
.calendarmonth .calnav.next {
	right: 10px;	
}
.calendarmonth .om a {
	color: rgba(255,255,255,0.4);
}
.calendarmonth a:hover {
	color: var(--red);
	background: #FFF;
}
.calendarmonth .selected a {
	color: var(--black);
	background: #FFF;
}


@media (max-width: 750px) {
	nav.datennav{
		flex-direction: column;
	}

	.datennav details {
		margin-left: 0;
	}

	.listsection .togglefilter {
		width: 100%;
		float: none;

	}
	
	.datennav details .body {
		left: 0;
		border-top-left-radius: 0;	
	}
	
}




.menubox .banner {
	margin-bottom: 40px;	
}
.menubox p {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
	height: 68px;
	line-height: 34px;
	font-size: 16px;
}

.sidebar .highlights {
	border-top: 1px solid rgba(0,0,0,0.15);	
}
.sidebar .highlights h4 {
	padding-top: 10px;	
}
.sidebar .highlights li {
	margin: 10px 0;	
}

.sidebar .highlights a {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.2;
	color: inherit;
	font-weight: 500;
}
.sidebar .highlights a:hover {
	color: var(--link-color);	
}

.sidebar .highlights .img img {
	width: 100px;
	height: auto;
	vertical-align: top;
}


.themes .head .t2 {
	color: var(--black);
	margin-bottom: 20px;	
}
.themes .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;	
}
.themes .grid .banner {
	margin-bottom: 20px;	
}
.themes .grid .t4 {
	margin-bottom: 10px;		
}
.themes .grid a {
	display: block;
	color: var(--black);
	position: relative;
	padding-right: 20px;
	font-weight: 500;	
}
.themes .grid a:hover {
	color: var(--red);
}	
.themes .grid a svg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	fill: var(--red);
}
@media (max-width: 1200px) {
	.themes .grid {
		grid-gap: 30px;	
	}
}
@media (max-width: 1000px) {
	.themes .grid {
		grid-gap: 20px;	
	}
}
@media (max-width: 800px) {
	.themes .grid {
		grid-template-columns: 1fr;
	}
	
}