html {

	--title-font: lexend_web, sans-serif;
	--text-font: lexend_web, sans-serif;
	--accent-font: lexend_web, sans-serif;
	--text-color: #385E65;
	--lead-color: #385E65;
	--title-color: #06363F;

	--link-color: #D8207C;
	--link-hover-color: #F58D99;
	
	--foldout-bg: #06363F;
	
	--yellow: #FFE627;
	--orange: #F3C71B;
	--light-blue: #11D0D8;
	--turquoise: #069B9E;
	--mint-green: #81F8CB;
	--pink:	#D8207C;
	--salmon: #F58D99;
	--purple: #6854D5;
	--dark-green: #015966;
	
	--gray: #CDD6D8;	
	--light-gray: #F5F9F9;
	
	--border-gray: #E1DED9;
	--menu-color: #06363F;
	--logo-color: #D8207C;
	
	--big-radius: 80px;
	--small-radius: 40px;
}
html, body {
	margin: 0;
	padding: 0;
	background: #FFF;

	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 2.125;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-family: var(--text-font);
	color: var(--text-color);
}
.struct, .struct li, .struct dt,.struct dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.inline > dt, .inline > dd,
.inline > li {
	display: inline-block;	
}
nav, main, aside, footer, header, figure, figcaption, article, hgroup,
section,p,form,dl,dt,dd, fieldset {
	display: block; margin: 0; padding: 0;
	border: none;
}
a {
	text-decoration: none;	
}
a img {
	border: none;
	outline: none;
	
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.t1 {
	font-size: 66px;
	font-weight: normal;
	line-height: 80px;
}
.t2 {
	color: var(--title-color);
	font-size: 40px;
	line-height: 1;
	font-weight: 500;
}
.markdown .t4,
.t4 {
	color: var(--title-color);
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.t4.l {
	font-weight: 500;
	line-height: 40px;
}
.markdown .t5m,
.t5m {
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
}
.markdown .t5l,
.t5l {
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
	color: var(--title-color);

}
.t5 {
	font-size: 18px;
	line-height: 23px;	
}
.t5b {
	font-size: 18px;
	line-height: 23px;	
	font-weight: 500;
	color: var(--title-color);
}

.t6 {
	font-weight: 500;
	color: var(--title-color);
}
.tt {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 13px;
	line-height: 2;
	font-weight: bold;	
}


.lead {
	font-weight: 300;
	font-size: 18px;
	line-height: 2;
}
a.box {
	color: inherit;
	text-decoration: none;	
}
img {
	transition: opacity 0.6s ease;
}
img.lazy {
	opacity: 0;
}

.hidden {
	display: none;	
}
.lazywrap {
	display: block;
	position: relative;
	background: rgba(0,0,0,0.2);
}
.lazywrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.centerhead {
	text-align: center;	
}

.buttonfooter {
	padding-top: 30px;
	text-align: center;	
}


.markdown .button,
.button {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	background: var(--pink);
	border: 1px solid transparent;
	margin: 0;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box;
	border: none;
	border-radius: 28px;
}
.button svg {
	fill: #FFF;
}
.markdown .button:hover,
.button:hover {
	background: var(--dark-green);
}

.button.important		{	background: #06363F; }
.button.important:hover	{	background: var(--dark-green); }
.button.yellow		{	background: var(--yellow); color: var(--dark-green);  }
.button.yellow:hover	{	background: var(--dark-green); color: var(--yellow); }
.button.lightblue		{	background: var(--light-blue); }
.button.lightblue:hover		{	background: var(--dark-green); }
.button.salmon		{	background: var(--salmon); }
.button.salmon:hover		{	background: var(--dark-green); }

.button.outline {
	background: #FFF;
	border: 1px solid var(--pink);
	color: var(--pink);
}
.button.outline.light:hover,
.button.outline:hover {
	color: #FFF;
	border: 1px solid var(--pink);	
	background: var(--pink);	
}
.button.outline.light {
	border-color: rgba(56,94,101,0.2);
	background: transparent;
	color: inherit;
}

.markdown a.topicbtn,
a.topicbtn {
	display: inline-block;
	border-radius: 21.5px;
	padding: 0 20px;
	height: 43px;
	line-height: 43px;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid var(--gray);
	font-size: 14px;
	color: var(--title-color);
	background: #FFF;	
}
.markdown a.topicbtn:hover,
a.topicbtn:hover {
	background: var(--yellow);
	border-color: var(--yellow);
	text-decoration: none;
}

.listmenuitem {
	position: relative;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	padding: 8px 0;
}
.listmenuitem:hover {
	color: var(--mint-green);
}


main {
	min-height: 400px;	
}
img {
	transition: opacity 0.6s ease;
}
img.lazy {
	opacity: 0;
}


.pagebody {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}

#ovf {
	overflow: hidden;	
}
.pt_organisation #ovf,
.pt_guided_tour #ovf ,
.pt_route #ovf {
	overflow: visible;
}
.sectwrap {
	width: 1360px;
	margin: 0 auto;	
}
.smallwrap {
	max-width: 780px;
	margin: 0 auto;	
}

section.bw {
	padding-top: 90px;	
}
@media (max-width: 1400px) {
	.sectwrap {
		width: 1160px;
	}
}
@media (max-width: 1200px) {
	.sectwrap {
		width: 960px;
	}
}
@media (max-width: 1000px) {
	.sectwrap {
		width: 720px;
	}
	.thuge {
		font-size: 40px;
		line-height: 58px;
	}
}
@media (max-width: 799px) {
	.pagebody {
		overflow: hidden;
	}
	.sectwrap {
		width: auto;
		max-width: 520px;
		margin: 0 auto;
	}
	.t1 {
		font-size: 40px;
		line-height: 58px;
	}
	.t2 {
		font-size: 30px;
		line-height: 42px;
	}
	.markdown .t4,
	.t4 {
		font-size: 20px;
	}
	.markdown .t5m,
	.t5m {
		font-size: 18px;
		line-height: 40px;
	}
	.markdown .t5l,
	.t5l {
		font-size: 18px;
		line-height: 2;
	}
	.markdown .t5,
	.t5 {
		font-size: 16px;
		line-height: 21px;
	}

}

@media (max-width: 560px) {
	html {
		--big-radius: 40px;	
	}
	.sectwrap {
		width: auto;
		margin: 0 10px;
	}
	.sectwrap .smallwrap, .sectwrap .sectwrap {
		margin: 0;	
	}
}


legend {
	display: none;	
}
input, textarea {
	font-size: 16px;
	font-family: inherit;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 28px;
}
input:focus, textarea:focus {
	outline: none;
	border-color: var(--pink);
}
input {
	height: 56px;
	border: 1px solid var(--gray);
	line-height: 46px;
}
textarea {
	border: 1px solid var(--gray);
	height: 120px;
	padding: 10px;
}
.cta input, .cta textarea, .cta .selectbox {
	border-color: var(--border-gray);	
}

.selectbox {
	height: 48px;
	line-height: 46px;
	border: 1px solid var(--border-gray);
	border-radius: 24px;
	font-size: 1rem;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
	background: #FFF;
}
.selectbox:after {
	content: "";
	position: absolute;
	top: 17px;
	right: 22px;
	bottom: 0;
	width: 7px;
	height: 7px;
	border: 2px solid #1C524A;
	border-width: 2px 2px 0 0;
	display: block;
	transform: rotate(135deg);
}

.selectbox select:-moz-focusring {
	color:transparent;
	text-shadow:0 0 0 #333; /* your normal text color here */
}
form .selectbox select:-moz-focusring * {
	color: #333; /* your normal text color here */
	text-shadow:none;
}
/** and in other browsers */
form .selectbox select:option {
	outline: none;	
}
/* remove the styling of the normal select box completely */
form .selectbox select {
	display: block;
	font-family: inherit;
	font-size: 1rem;
	outline: none;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 48px;
	border: 0;
	padding: 0 40px 0 20px;
	background: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}






.backnavshare {
	height: 40px;
	line-height: 40px;
	padding: 40px 0;
	text-align: right;
	position: relative;
	z-index: 50;
}

.backnavshare summary span,
.backnavshare > a {
	float:  right;
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid var(--gray);
	text-align: center;
	position: relative;
	margin: 0 0 0 20px;
}
.backnavshare > a {
	float: left;
	margin: 0 10px 0 0;
}
.backnavshare summary span svg,
.backnavshare > a svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	fill: var(--title-color);	
}
.backnavshare summary:hover span,
.backnavshare > a:hover {
	background: var(--pink);
	border-color: var(--pink);
}
.backnavshare summary:hover svg,
.backnavshare > a:hover svg {
	fill: #FFF;	
}
.backnavshare details {
	margin: -10px -15px 0 0;
	padding: 10px 15px 0 15px;
	display: inline-block;
	position: relative;
}
.backnavshare summary {
	display: block;
	color: var(--title-color);
	cursor: pointer;	
}
.backnavshare details[open] {
	background: var(--turquoise);
	border-radius: 2px 2px 2px 40px;
}
.backnavshare details[open] summary {
	color: #FFF;	
}
.backnavshare details[open] summary span {
	border-color: #FFF;
}
.backnavshare details[open] summary:hover span {
	background: rgba(255,255,255,0.1);	
}
.backnavshare details[open] summary span svg {
	fill: #FFF;
}	
.backnavshare details ul {
	padding: 20px 0;
	white-space: nowrap;	
}
.backnavshare details a {
	text-decoration: none;
	color: #FFF;
}
.backnavshare details a svg {
	fill: #FFF;
	vertical-align: middle;	
}
.backnavshare details a:hover {
	color: var(--yellow);	
}
.backnavshare details a:hover svg {
	fill: var(--yellow);
}

#pageheader:before {
	content: "";
	display: block;
	height: 10px;
	position: relative;
	z-index: 1010;
	background: linear-gradient(90deg, rgb(129,248,203) 0%, rgb(129,248,203) 26%, rgb(243,199,27) 26%, rgb(243,199,27) 50%, rgb(6,155,158) 50%, rgb(6,155,158) 60%, rgb(216,32,124) 60%, rgb(216,32,124) 100%);
}
#pageheader {
	position: relative;
	z-index: 100;
	height: 121px;
}

#pageheader:after {
	content: "";
	display: block;
	height: 1px;
	background: #E6EAEB;
	position: absolute;
	left: 0;
	right: 0;
	top: 121px;
	z-index: 1000;	
}
.pt_home #pageheader {
	background: var(--light-blue);
	--menu-color: #FFF;
	--logo-color: #FFF;

}
.pt_home #pageheader:after {
	background: transparent;	
}
#pageheader.withsearch,
#pageheader.withfoldout {
	--menu-color: #FFF;
	--logo-color: #FFF;
}
#pageheader.withsearch:after,
#pageheader.withfoldout:after {
	background: #E6EAEB;
	opacity: 0.1;	
}

#navbar {
	display: flex;
	position: relative;
	height: 110px;
	max-width: 1520px;
	margin: 0 auto;
	z-index: 1000;
}

#navbar nav {
	flex-grow: 1;
	margin-left: 40px;
}
#logo {
	padding: 31px 0;
	
}	
#logo svg {
	fill: var(--logo-color);
	transition: fill 0.4s ease;
}


#langselect,
#searchbox {
	position: absolute;
	right: 0;
	top: 30px;
	width: 60px;
	height: 60px;
}
#searchbox button {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	background: var(--pink);
}
#searchbox button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	fill: #FFF;
}
#searchbox button:hover {
	background: var(--text-color);
}
#togglesearch:checked ~ #pageheader #searchbox svg {
	opacity: 0;	
}
#togglesearch:checked ~ #pageheader #searchbox button {
	background: rgba(255,255,255,0.1);	
}
#togglesearch:checked ~ #pageheader #searchbox button:before,
#togglesearch:checked ~ #pageheader #searchbox button:after {
	height: 2px;
	border-radius: 2px;
	width: 18px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -11px;
	transform: rotate(-45deg);
	background: var(--mint-green);
}
#togglesearch:checked ~ #pageheader #searchbox button:before {
	transform: rotate(45deg);
}
#togglesearch:checked ~ #pageheader #searchbox button:hover:before,
#togglesearch:checked ~ #pageheader #searchbox button:hover:after {
	background: #FFF;
}

#togglesearch:checked ~ #pageheader #searchform {
	display: block;	
}



#searchform {
	display: none;
	background: var(--foldout-bg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	padding-top: 160px;
	border-radius: 0 0 0 var(--big-radius);
}
#searchform_form {
	max-width: 1520px;
	margin: 0 auto;
	padding: 10px 40px 10px 40px;
	position: relative;
}
#searchform input {
	box-sizing: border-box;
	display: block;
	height: 60px;
	width: 100%;
	border: none;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	border: none;
	caret-color: #FFF;
	background: rgba(255,255,255,0.1);
	color: #FFF;
	border-radius: 0;
	border-radius: 30px;
	padding: 0 60px 0 20px;
}
#searchform input:focus {
	outline: none;
	
}
#searchform button {
	position: absolute;
	top: 15px;
	right: 46px;
	width: 50px;
	height: 50px;
	line-height: 50px;	
	border: none;
	background: transparent;
	cursor: pointer;
}
#searchform button svg {
	transform: translate(0,2px);
	vertical-align: baseline;
	fill: var(--mint-green);
}
#searchform button:hover svg {
	fill: #FFF;
}
#suggestionlist {
	max-width: 1520px;
	margin: 0 auto;
	padding: 10px 40px 40px 40px;
	position: relative;
}
#suggestionlist li img {
	vertical-align: bottom;	
}
#suggestionlist li {
	padding: 5px 0 8px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#suggestionlist li.viewall {
	border: none;
	padding: 15px 0 0 0;
	max-width: 500px;	
}
#suggestionlist li.viewall .button {
	display: block;	
}
#suggestionlist a.suggest {
	display: block;
	height: 55px;
	position: relative;
	color: #FFF;
	line-height: 20px;
}
#suggestionlist a.suggest:hover .title {
	color: var(--mint-green);
}
#suggestionlist a.suggest .title {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 70px;
	right: 30px;
	max-height: 48px;
	color: #FFF;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
}

#suggestionlist a.suggest svg {
	position: absolute;
	right: 22px;
	top: 50%;
	transition: right 0.4s ease;
	transform: translate(0,-50%);
	fill: var(--mint-green);
}
#suggestionlist a.suggest:hover svg {
	right: 18px;	
}


#langselect {
	right: 60px;
}
#langselect label {
	position: relative;
	z-index: 10;
	font-weight: 500;
	display: block;
	line-height: 56px;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	background: rgba(6,54,63,0.1);
}

#togglelang:checked ~ #pageheader #langselect label {
	background: rgba(255,255,255,0.1);
	color: #FFF;
	
}
#togglelang:checked ~ #pageheader #langmenu {
	display: block;
}
#langmenu {
	background: var(--foldout-bg);
	position: absolute;
	transform: translate(0,30px);
	top: -60px;
	left: -40px;
	padding: 100px 30px 40px 40px;
	display: none;
	width: 130px;
	border-radius: 0 0 0 40px;
}
#langmenu a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	position: relative;
}
#langmenu .active a:before {
	content: ""; 
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: var(--yellow);
	display: block;
	position: absolute;
	top: 50%;
	left: -13px;
	margin-top: -4px;
}
#langmenu a:hover {
	color: var(--yellow);
}



#skipnav {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%,0);
	display: block;
	background: #FFF;
	color: var(--text-color);
	padding: 5px 10px;
	border-radius: var(--small-radius);
	font-weight: bold;
	text-decoration: none;
	visibility: hidden;
}
#skipnav:focus {
	z-index: 1000;
	visibility: visible;
}


@media (min-width: 1260px) {
	
	#mainmenu .struct {
		padding-top: 26px;
		height: 85px;
		display: flex;
		margin: 0 200px 0 0;
		
	}
	@media (min-width: 1360px) {
		
		#mainmenu .struct {
			margin: 0 240px 0 0;
			
		}
	}

	#mainmenu .struct li {
		flex-grow: 1;
 		padding: 0 15px;
		min-width: 145px;
		position: relative;
	}

	#mainmenu a {
		text-decoration: none;
		display: block;
		margin: 0;
		padding: 0;
		height: 60px;
		color: var(--menu-color);
		transition: color 0.4s ease;
	}
	#mainmenu a .title {
		display: block;
		font-weight: 700;
		position: relative;
		font-size: 15px;
		height: 19px;
		line-height: 19px;
		top: -2px;
		color: inherit;
		padding-bottom: 2px;
	}
	#mainmenu a p {
		height: 38px;
		line-height: 22px;
		max-width: 140px;
		font-size: 13px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;  
		overflow: hidden;
		opacity: 0.5;
	}
	.pt_home #mainmenu a p {
		opacity: 0.8;	
	}
	@media (min-width: 1400px) {
		#logo img {
			max-width: 260px;	
		}

	}
	@media (min-width: 1520px) {
	
	}

	#mainmenu .menuitem_foldout{
		background: rgba(255,255,255,1);
		position: absolute;
		display: none;
		left: 0;
		top: 100px;
		border-radius: 3px;
		color: var(--text-color);
	}

	#mainmenu .main:nth-of-type(5n) .menuitem_foldout{
		right: 0;
		left: unset;
	}


	#foldout {
		background: var(--foldout-bg);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		padding: 0;
		z-index: 9;
		opacity: 0;
		transition: opacity 0.4s ease;
		border-radius: 0 0 0 var(--big-radius);
	}
	#foldout.visible {
		height: auto;
		padding: 170px 0 80px 0;
		opacity: 1;
	}
	#foldoutcontent {
		overflow: hidden;
	}
	#foldoutcontent .title {
	}
	#foldoutcontent a {
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: 0 20px 0 0;
	}
	#foldoutcontent a[href]:hover {
		color: var(--mint-green);
	}	
	#foldoutcontent .title .listmenuitem:before {
		left: auto;
		right: 0;
	}
	#foldoutcontent .subsub {
		float: left;
		width: calc(25% - 30px);
		margin-left: 40px;
	}
	#foldoutcontent .subsub:first-child {
		margin-left: 0;	
	}
	#foldoutcontent .subsub ul {
		padding: 30px 0;
		opacity: 0.8;
		font-size: 15px;
	}
	#foldoutcontent .subsub li a {
		line-height: 20px;
		padding: 10px 0;	
	}
}
@media (max-width: 1260px) {
	
	#mobilefoldoutcontent .struct li .listmenuitem img {
		display: none;
	}
	#pageheader {
		height: 98px;	
	}
	#pageheader::after {
		top: 99px;
		display: none;	
	}
	#navbar {
		height: 68px;
		padding: 10px;	
	}
	#logo {
		margin-left: 75px;
		padding: 13px 0;
	}
	#logo svg {
		width: 140px;
		height: auto;	
	}	
	#mainmenu {
		display: none;	
	}
	
	#searchbox {
		top: 21px;
		right: 10px;
		width: 46px;
		height: 46px;
	}
	#searchbox button {
		width: 46px;
		height: 46px;		
	}
	#searchbox button svg {
		margin: -9px 0 0 -8px
	}
		
	
	#searchform {
		position: fixed;
		z-index: 8;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	#langselect {
		top: 21px;
		width: 46px;
		height: 46px;
		right: 66px;
	}
		
	#langselect label {
		width: 46px;
		height: 46px;
		line-height: 46px;
	}

	#menutoggle {
		width: 46px;
		height: 46px;
		position: absolute;
		left: 10px;
		top: 21px;
		border-radius: 50%;
		border: none;
		background: var(--text-color);
		cursor: pointer;
	}
	#menutoggle::before, #menutoggle::after {
		content: "";
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 1px;
		background: #FFF;
		position: absolute;
		top: 50%;
		left: 50%;
		transition: transform 0.4s ease;
		transform: translate(-50%,-6px);
	}
	#menutoggle::after {
		transform: translate(-50%,3px);
	}
	.pt_home #menutoggle::before, .pt_home #menutoggle::after {
		background: var(--light-blue);	
	}
	.pt_home #menutoggle {
		background: #FFF;		
	}
	#togglemenu:checked ~ #pageheader {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background: transparent;
	}
	#togglemenu:checked ~ #pageheader #langselect,
	#togglemenu:checked ~ #pageheader #searchbox {
		display: none;	
	}
	#togglesearch:checked ~ #pageheader #searchbox button::before, #togglesearch:checked ~ #pageheader #searchbox button::after {
		margin-top: -1px;
		margin-left: -9px;
	}
	#togglesearch:checked ~ #pageheader #menutoggle,
	#togglemenu:checked ~ #pageheader #menutoggle {
		background: rgba(255,255,255,0.1);
	}
		#togglemenu:checked ~ #pageheader #menutoggle:hover::before,
	#togglemenu:checked ~ #pageheader #menutoggle:hover::after {
		background: #FFF;
	}
	#togglesearch:checked ~ #pageheader #menutoggle::after,
	#togglesearch:checked ~ #pageheader #menutoggle::before {
		background: var(--mint-green);
	}

	#togglemenu:checked ~ #pageheader #menutoggle::after {
		transform: translate(-50%,-2px) rotate(-45deg);
		background: var(--mint-green);
	}
	#togglemenu:checked ~ #pageheader #menutoggle::before {
		transform: translate(-50%,-2px) rotate(45deg);
		background:  var(--mint-green);
	}
	
	#togglesearch:checked ~ #mobilefoldout,
	#togglesearch:checked ~ #mobilemenu {
		padding-top: 96px;
	}
	
	#mobilefoldout,
	#mobilemenu {
		position: fixed;
		z-index: 99;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: var(--foldout-bg);
		color: #FFF;
		height: auto;
		margin: 0;
		padding: 108px 0 20px 0;
		overflow: auto;
	}
	#mobilefoldout {
		transition: transform 0.4s ease;
		transform: translate(100%,0);
		font-size: 1.111rem;
	}
	#mobilefoldout.visible {
		transform: translate(0,0);	
	}
	.mobilewrap {
		position: relative;
		height: 100%;
		padding: 0 40px;
	}
	#togglemenu:checked ~ #mobilefoldout,
	#togglemenu:checked ~ #mobilemenu {
		display: block;
	}
	#togglemenu:checked ~ footer,
	#togglemenu:checked ~ #contentstart {
		display: none;
		
	}
	#mobilemenu li {
		position: relative;
		padding: 16px 0;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	#mobilemenu li p {
		font-size: 13px;
		line-height: 22px;
		padding: 0;
		color: rgba(255,255,255,0.8);
	}
	#mobilemenu li a {
		cursor: pointer;
		display: block;
		padding: 10px 0;
		color: #FFF;
		text-decoration: none;
	}
	#mobilemenu li a:hover {
		color: var(--mint-green);
	}
	#mobilemenu li a .title {
		position: relative;
		display: block;
		top: -3px;	
	}
	#mobilemenu li svg {
		position: absolute;
		top: 50%;
		right: 0;
		width: 6px;
		height: auto;
		fill: #FFF;
	}

	#mobilemenu li .title.t6{
		color: #fff;
	}

	#mobilefoldout .subsub {
		padding: 10px 0 15px 0;
		margin-bottom: 10px;
	}
	#mobilefoldout .subsub .title {
		font-weight: bold;
		font-size: 15px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	#mobilefoldout .subsub .title a {
		color: #FFF;
		display: block;
		text-decoration: none;
		padding: 0 20px 0 0;
		
	}
	#mobilefoldout .subsub .title a.link:hover {
		color: var(--mint-green);
	}
	#mobilefoldoutclose {
		display: block;
		margin-bottom: 20px;
		cursor: pointer;
		font-size: 14px;
	}
	#mobilefoldoutclose svg {
		fill: #FFF;
		width: 6px;
		transform: scaleX(-1);
	}
	#mobilefoldoutclose:hover {
		color: var(--mint-green);
	}
	#searchform {
		padding-top: 108px;	
	}
	#searchform_form {
		padding: 10px;	
	}
	#suggestionlist {
		padding: 10px 10px 40px 10px	
	}
}


.graphicheader {
	border-radius: 0 0 var(--big-radius) 2px;
	color: #FFF;
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 470px;
}
.graphicheader  + .lead {
	padding-top: 40px;	
}
.topic .intro {
	padding-top: 40px;
	margin-bottom: 80px;	
}
.topic .intro:empty {
	display: none;	
}

@media (max-width: 1260px) {
	.graphicheader {
		height: 480px;
	}
}
.graphicheader img {
	vertical-align: top;	
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.graphicheader .text {
	width: 100%;
	max-width: 900px;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
}



.gsm_item {
	display: block;
	height: 70px;
	position: relative;
	overflow: hidden;
	background: #FFF;
	border: 1px solid var(--gray);
	color: var(--title-color);
}
.gsm_item svg {
	fill: var(--link-color);
}

.gsm_item:hover {
	color: var(--link-color);
}
.gsm_item .body,
.gsm_item .title {
	position: absolute;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	left: 90px;
	right: 40px;
	top: 50%;
	transform: translate(0,-50%);
	max-height: 54px;
	
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;	
}
.gsm_item .body {
	font-size: 0.8889rem;	
}
.gsm_item em {
	font-weight: bold;
	display: block;
	color: var(--title-color);
}	
.gsm_item .icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 70px;
	height: 26px;
	text-align: center;
	fill: #577E64;
}
.gsm_item .icon svg {
	width: auto;
	height: 26px;
}
.gsm_item:hover .icon {
	fill: var(--title-color);
}
.gsm_item > svg {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
}
.gsm_item .img {
	width: 70px;
	float: left;	
}

.graphicsubmenu {
	padding: 40px 0 20px 0;	
}
.graphicsubmenu ul {
	overflow: hidden;
	margin-left: -40px;
	
}
.graphicsubmenu ul li {
	width: 310px;
	float: left;
	margin: 0 0 20px 40px;
}
@media (max-width: 1400px) {
	.graphicsubmenu ul {
		margin-left: -20px;
	}
	.graphicsubmenu ul li {
		width: 275px;
		margin: 0 0 20px 20px;
	}
}
@media (max-width: 1200px) {
	.graphicsubmenu ul li {
		width: 300px;
		margin: 0 0 20px 20px;
	}
}
@media (max-width: 1000px) {
	.graphicsubmenu ul li {
		width: 350px;
		margin: 0 0 20px 20px;
	}
}
@media (max-width: 799px) {
	.graphicsubmenu ul li {
		width: auto;
		margin: 0 0 20px 0;
		float: none;
	}
	.graphicsubmenu ul {
		margin-left: 0;
	}
}
@media (max-width: 560px) {
	.graphicsubmenu ul li {
		margin: 0 0 10px 0;
	}
}




.homeslider {
	contain: layout;
	position: relative;
}
.homeslider .slide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: var(--light-blue);
	border-radius: 0 0 var(--big-radius)  0;
	color: #FFF;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.homeslider .swiper-slide-active .slide {
	opacity: 1;	
}
.homeslider .slide .slideimage {
	border-radius: 0 var(--big-radius) 0 0;
	overflow: hidden;
}
.homeslider .slide .slidetext {
	width: 540px;
	align-self: center;
	justify-self: center;
}
.homeslider .tt {
	font-size: 14px;
	color: var(--yellow); 	
}


#vd23 .homeslider .pagination {
	width: 540px;
	left: calc(75% - 275px);
	text-align: left;	
}
@media (max-width: 1200px) {
	.homeslider .slide {
		gap: 40px;
	}
	.homeslider .slide .slidetext {
		width: auto;
		justify-self: stretch;
		margin-right: 40px;
	}
	#vd23 .homeslider .pagination {
		left: calc(50% + 20px);
		bottom: 10px;
	}
}
@media (max-width: 1000px) {
	.homeslider .slide .t1 {
		font-size: 40px;	
	}
	.homeslider .slide {
		gap: 30px;
	}
	.homeslider .slide .slidetext {
		margin-right: 30px;
	}
	#vd23 .homeslider .pagination {
		left: calc(50% + 15px);
		bottom: 0;
	}
}

@media (max-width: 799px) {
	.homeslider .slide {
		display: block;
	}
	#vd23 .homeslider .pagination {
		bottom: auto;
		top: 0;
		padding-top: 94.8%;
		text-align: center;
		transform: translate(-50%,-60px);
	}
	.homeslider .slide .slidetext {
		padding: 40px 10px;
		width: auto;
		max-width: 540px;
		margin: 0 auto;
	}

}

.search_and_popular {
	display: flex;
	padding: 40px 0;
	border-bottom: 1px solid var(--gray);
}
.search_and_popular .poptopics li {
	padding-right: 10px;	
}
.search_and_popular .poptopics .active {
	background: rgba(216,32,124,0.2);
	border-color: transparent;	
}
.search_and_popular form {
	flex-grow: 1;
	position: relative;	
}
.search_and_popular form input {
	width: 100%;
	border: 1px solid var(--gray);
	height: 56px;
	line-height: 54px;
	padding: 0 60px 0 20px;
	box-sizing: border-box;
	border-radius: 28px;
	font-size: 16px;
	font-family: inherit;
}
.search_and_popular form button {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	width: 56px;
}
.search_and_popular form button svg {
	fill: var(--pink);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.search_and_popular form button:hover {
	background: var(--gray);	
}

.pt_guided_tour_group .groupintro{
	max-width: 780px;
	margin: auto;
	padding-bottom: 50px;
}

.pt_guided_tour_group .pageheader{
	background-color: var(--purple);
	overflow: unset;
}

.pt_guided_tour_group .filterbar{
	width: 100%;
	max-width: 900px;
	padding: 20px;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%,0);
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
}


.pt_guided_tour_group .filterbar input:focus{
	border-color: var(--pink);

}
.pt_guided_tour_group .filterbar input{
	background: none;
	color: #fff;
	border-color: #aca3e0;
	padding-left: 20px;
}




.pt_guided_tour_group .filterbar input::placeholder{
	color: #fff;
}



.map{
	width: 100%;
	max-height: 500px;
	height: 100vh;
	margin-bottom: 30px;
	position: relative;
}

#maptarget{
	width: 100%;
	height: 100%;
}

.guidedtourbox .banner{
	margin-bottom: 20px;

}

.guidedtourbox .subtitle{
	color: #829A9F;
	font-style: normal;
	font-family: var(--title-font);
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}

/* explainer */

button.explainer{
	border: none;
	background: none;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border-bottom: 2px dashed var(--purple);
}

button.explainer:after{
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--purple);
}

button.explainer:hover{
	color: var(--purple);
}

button.explainer.show:after{
	border-top: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid var(--purple);
}

.explain.show{
	display: block;
	background: #f9f9f9;
	padding: 20px;
}



#mobilefoldoutcontent a.hl_new:after,
#mobilefoldoutcontent a.hl_tip:after,
#foldout  a.hl_new:after,
#foldout  a.hl_tip:after {
	display: inline-block;
	color: #FFF;
	content: "tip";
	background:var(--turquoise);
	border-radius: 14px;
	padding: 0 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-left: 10px;
	font-family: 'nexa', sans-serif;
}
#mobilefoldoutcontent a.hl_new:after,
#foldout a.hl_new:after {
	content: "nieuw";
	background: var(--salmon);
}
html[lang=de] #mobilefoldoutcontent  a.hl_new:after,
html[lang=de] #foldout  a.hl_new:after {
	content: "neu";	
}
html[lang=en] #mobilefoldoutcontent  a.hl_new:after,
html[lang=en] #foldout  a.hl_new:after {
	content: "new";	
}
