
.centerhead + .inthree {
	padding-top: 40px;	
}
.inthree {
	overflow: hidden;
}




.listsection {
	overflow: hidden;
	padding: 100px 0;	
}
.pt_locationGroup .listsection .graphicsubmenu {
	margin-top: -100px;
}
.listsection .sidebar {
	float: left;
	width: calc(33.333% - 90px / 3);
}

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

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


.mainbar .intro {
	margin-bottom: 40px;
}
.intro {
	box-sizing: border-box;
	padding-left: 60px;
	position: relative;
	
}
.intro:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 40px;
	height: 50px;
	background: url("img/heart.svg");
	background-size: cover;
	transform: rotate(180deg);	
}
.intro.withmap {
	min-height: 210px;
}

@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: 49.2%;
	border-radius: 10px 10px 0 0;
	background: var(--light-blue);
	position: relative;		
}
.mapbutton .button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mapbutton .button:hover {
	color: #FFF;
	background: var(--title-color);	
}
.sidebarnav {
	background: var(--light-blue);
	padding: 30px;
	border-radius: 10px;
}
.datennav ~ .sidebarnav,
.mapbutton ~ .sidebarnav {
	border-radius: 0 0 10px 10px;
}
.linkfilter {
	margin: 20px 0;	
}
.linkfilter a {
	display: block;
	position: relative;
	text-decoration: none;
	color: var(--dark-blue);
	line-height: 18px;
	padding: 6px 0 6px 30px;
}

.linkfilter a:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid rgba(4,42,158,0.2);
	border-radius: 2px;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 7px;
}
.linkfilter a.active:before {
	background: var(--dark-blue);
	border-color: var(--dark-blue);
}
.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;
	
	
}




.articlebox .tt {
	color: var(--red);
	font-size: 12px;
	line-height: 28px;	
}
.articlebox .body {
	padding: 40px 0;
}
.articlebox .author {
	color: var(--drak-blue);
}
.artbox .banner {
	border-radius: 10px 
}

.menubox .banner,
.locationbox .banner,
.routebox .banner {
	border-radius: 10px 10px 0 0;
}
.menubox .body {
	border: 1px solid rgba(4,42,158,0.1);
	border-radius: 0 0 10px 10px;
	padding: 0 20px;

}
.routebox .body,
.locationbox .body {
	position: relative;
	height: 100px;
	padding: 20px 28px 0 28px;
	border: 1px solid rgba(4,42,158,0.1);
	border-radius: 0 0 10px 10px;
}

.routebox .body h3,
.locationbox .body h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	padding: 3px 0;
}
.locationbox .stars svg {
	fill: #FFC107;
	vertical-align: top;
}
.routebox .body p,
.locationbox .body p {
	line-height: 24px;
	font-size: 18px;
	color: rgba(4,42,158,0.5);
}
.routebox .body svg {
	fill: #829A9F;
}

@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);
	}
}



.eventbox {
	border: 1px solid var(--gray);
	padding: 30px;
	background: url("img/eventbox.svg") right top no-repeat;
	margin-bottom: 20px;
}
.eventbox a {
	display: flex;
}
.eventbox .text {
	align-self: center;
}	
.eventbox .banner {
	width: 195px;
	flex-shrink: 0;
	margin-right: 30px;
}
.eventbox time {
	color: var(--turquoise);	
}
.eventbox .location {
	color: #829A9F;
	line-height: 28px;
}
.eventbox .location svg {
	fill: #829A9F;
	vertical-align: middle;
}
@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 (min-width: 1200px) {
	.inthree > li {
		float: left;
		width: calc(33.333% - 80px / 3);	
		margin: 0 0 40px 40px;
	}
	.inthree li:nth-child(3n + 1) {
		margin-left: 0;
		clear: left;
	}
}

@media (max-width: 1200px) {
	.inthree > li {
		float: left;
		width: calc(50% - 20px);	
		margin: 0 0 40px 40px;
	}
	.inthree li:nth-child(2n + 1) {
		margin-left: 0;	
	}
}

@media (max-width: 1000px) {
	.inthree > li {
		float: left;
		width: calc(50% - 15px);	
		margin: 0 0 30px 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;
	}
	
	.mapbutton {
		height: auto;
		padding: 0;
		float: left;
		width: calc(50% - 20px);
		background: none;
	}
	.mapbutton .button {
		position: static;
		width: 100%;
		transform: none;	
	}	
	
	#zw23 .listsection .togglefilter {
		display: block;
		width: 100%;
	}
	.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) {
	
	.mapbutton,  .listsection .togglefilter {
		width: calc(50% - 10px);
	}
	
	
	.inthree li:nth-child(2n + 1),
	.inthree > li {
		float: none;
		width: auto;
		margin: 0 0 30px 0;
	}
	
	.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;
	}	
}
@media (max-width: 599px) {
	
	.mapbutton,  .listsection .togglefilter {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}


.pt_agenda .intro {
	padding: 40px 0;	
}
.pt_agenda .intro::before {
	display: none;	
}
.pt_agenda .intro .t2 {
	position: relative;	
}
.pt_agenda .intro .t2::before {
	content: "";
	position: absolute;
	left: -60px;
	top: 10px;	
	display: block;
	width: 40px;
	height: 50px;
	background: url("img/heart.svg") 0 0 no-repeat;
	background-size: cover;
	transform: scaleX(-1);
}


.agendabox .banner {
	position: relative;	
	overflow: hidden;
	border-radius: 10px;
}
.agendabox .banner time {
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 20px;
	color: #FFF;
	display: block;
	padding: 0 16px;
	font-size: 18px;
	font-weight: 500;
	line-height: 48px;
	border-radius: 24px;
	background: #E5E9F5;
	color: var(--title-color);
	z-index: 10;
}
.agendabox .title {
	padding: 20px 0;
	line-height: 1.2;	
}
.agendabox dl {
	display: grid;
	grid-template-columns: 32px 1fr;	
	column-gap: 10px;
}
.agendabox dt {
	text-align: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(4,42,158,0.1);
}
.agendabox dt svg {
	fill: var(--title-color);	
}
.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 {
	padding: 20px;
	line-height: 56px;
	background: var(--light-blue);
	border-radius: 10px 10px 0 0;
}
.datennav .button {
	border: 1px solid rgba(0,0,0,0.1);
	color: var(--dark-blue);
	background: transparent;
}
.datennav .button.active {
	border-color: transparent;
	background: var(--dark-blue);
	color: #FFF;
}
.datennav .button:hover {
	background: var(--red);
	color: #FFF;
}

.datennav .struct {
	display: grid;
	grid-template-columns:  1fr 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom: 20px;
}
.datennav .struct .button {
	width: 100%;
}
.datennav label {
	display: none;
}

@media (min-width: 1000px) and (max-width: 1400px) {
	.datennav .struct {
		grid-template-columns:  1fr;
	}
}
@media (max-width: 560px) {
	.datennav .struct {
		grid-template-columns:  1fr;
	}
}
@media (max-width: 1000px) {
	.datennav {
		border-radius: 10px;
		margin-bottom: 20px;
	}
	
	
}

@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(--pink);
	color: #FFF;	
}
.datennav details {
	position: relative;
	z-index: 50;
	margin-left: 10px;
}
.datennav details .body {
	position: absolute;
	top: 100%;
	right: 0;
	background: var(--pink);
	border-radius: 28px 0 28px 28px;
	width: 400px;
}

.calendarmonth {
	position: relative;	
}
.calendarmonth table {
	width: 100%;

	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: var(--dark-blue);
	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;
	background: rgba(4,42,158,0.1);
	cursor: pointer;
}
.calendarmonth .calnav svg {
	fill: var(--dark-blue);
}
.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 {
	background: var(--dark-blue);
	color: #FFF;
}



.widebox {
	display: grid;
	grid-template-columns: 200px 1fr;
	padding: 20px;
	grid-column-gap: 20px;
	border: 1px solid var(--border-gray);
	border-radius: 10px;
	margin-bottom: 40px;
}
.widebox header p {
	opacity: 0.5;	
}
.widebox .banner .lazywrap {
	border-radius: 8px;
	overflow: hidden;
}	
.download dl {
	border-top: 1px solid var(--border-gray);
	display: grid;
	grid-template-columns: 150px 1fr;
	margin-top: 10px;
	padding-top: 10px;
}
.download dl:empty {
	display: none;	
}
.download dl a {
	color: inherit;
	border-bottom: 1px dashed var(--gray);	
}
.download dl a:hover {
	color: var(--red);
	border-bottom: 1px solid var(--red);		
}
.download footer {
		
}
@media (max-width: 1200px) {
	.widebox {
		grid-template-columns: 140px 1fr;
	}
}
@media (max-width: 1000px) {
	.widebox {
		grid-template-columns: 200px 1fr;
	}
}
@media (max-width: 799px) {
	.widebox {
		grid-template-columns: 140px 1fr;
		margin-bottom: 20px;
	}
	
}
@media (max-width: 450px) {
	.widebox {
		grid-template-columns: 100px 1fr;
	}
}