html {

	--title-font: LeagueSpartan, sans-serif;
	--text-font: LeagueSpartan, sans-serif;
	--accent-font: LeagueSpartan, sans-serif;;
	--text-color: #052AA0;
	--lead-color: #052AA0;
	--title-color: #052AA0;

	--link-color: #FF5E6F;
	--link-hover-color: #00B6B1;
	
	--foldout-bg: #052AA0;

	
	--gray: #CDD6D8;	
	--light-gray: #F5F9F9;
	
	
	
	--border-gray: #E1DED9;
	--menu-color: #06363F;
	
	--big-radius: 80px;
	--small-radius: 40px;
	
	--dark-blue: #052AA0;
	--light-blue: #EDEFF6;
	--yellow: #EEA929;
	--red: #FF5E6F;
	--green: #00B6B1;
	--turquoise: #11D0D8;

	--button-bg: #FF5E6F;
	--button-hover: #00B6B1;
}


.textonly {
	display: none;	
}

.hanzejaar {
	--button-bg: rgb(192,8,31);
	--button-hover: #042A9E;

}
/**
 * Cookie consent message
 */
#consent_modal {
  --consent-text-color: #042A9E;
  --consent-accent-color: #FF5E6F;
  --consent-text-background: #FF5E6F;
  --consent-lightgray: #F5F9F9;
  --consent-headerbg: #042A9E;
  --consent-headercolor: #FFF;
}
#consent_modal .consent-headertext em  {
	font-family: zing, sans-serif;
	font-size: 120%;
}
#consent_modal .consent-headertext h2 {
	font-size: 180%;
}
#consent_modal h3,
#consent_modal h2 {
	font-family: Nexa, sans-serif;
	font-weight: bold;
}
#consent_modal h3 {
	font-size: 15px;
}



html, body {
	margin: 0;
	padding: 0;
	background: #FFF;

	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.8;
	font-weight: 300;
	-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: 100px;
	font-weight: 600;
	line-height: 1.2;
}
.t2b {
	color: var(--title-color);
	font-size: 80px;
	line-height: 1;
	font-weight: 600;
}
.markdown .t2,
.t2 {
	color: var(--title-color);
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
}
.t2s {
	color: var(--title-color);
	font-size: 50px;
	line-height: 1;
	font-weight: 600;
}

.t3 {
	color: var(--title-color);
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
}
.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;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 400;	
}


.lead {
	font-weight: 300;
	font-size: 22px;
	line-height: 1.95x;
}
.markdown a.box {
	text-decoration: none;
}
a.box {
	color: inherit;
	text-decoration: none;
	overflow: hidden;
	display: block;
}
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(--button-bg);
	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(--button-hover);
}
.button.go::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url("img/go.svg") left center no-repeat;	
}

.button.blue,
.button.dark {
	background: var(--dark-blue);	
}
.button.dark.go:before {
	background: url("img/go_yellow.svg") left center no-repeat;
}
.button.blue:hover,
.button.dark:hover {
	background: var(--red);	
}
.button.dark.go:hover:before {
	background: url("img/go.svg") left center no-repeat;
}
.button.green {
	background: rgb(17,208,216);	
}
.button.green:hover {
	background: var(--dark-blue);	
}

.button.group {
	font-size: 19px;
	font-weight: 300;
	background: var(--light-blue);
	color: var(--dark-blue);	
}
.button.group::after {
	margin-left: 3px;
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}
.button.group:hover {
	background: var(--dark-blue);
	color: #FFF;	
}

.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 {
	color: #FFF;
	position: relative;
	padding-left: 26px;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 0 8px 26px;
	background: url("img/li.svg") left center no-repeat;
	background-size: 11px auto;
	
}
.listmenuitem:hover {
	color: var(--yellow);
}


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


.pagebody {
	position: relative;
}

#ovf main {
	overflow: hidden;	
}
.pt_weblogItem #ovf main,
.pt_organisation #ovf main,
.pt_route #ovf main {
	overflow: visible;	
}
.widewrap {
	max-width: 1600px;
	margin: 0 auto;	
}
.sectwrap {
	max-width: 1400px;
	margin: 0 auto;	
}
.smallwrap {
	max-width: 780px;
	margin: 0 auto;	
}

@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) {
	.sectwrap {
		width: auto;
		max-width: 520px;
		margin: 0 auto;
	}
	.t1 {
		font-size: 40px;
		line-height: 58px;
	}
	.markdown .t2,
	.t2,
	.t2s {
		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: 25;
}

.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 > a svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	fill: var(--title-color);	
}
.backnavshare > a:hover {
	background: var(--red);
	border-color: var(--red);
}
.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: red;
	cursor: pointer;	
}
.backnavshare summary span {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	background: url("img/sun_blue.svg") 0 0 no-repeat;
	background-size: cover;
}
.backnavshare details[open] summary span,
.backnavshare summary span:hover {
	background-image: url("img/sun_red.svg");
}
.backnavshare summary span svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	fill: #FFF;
}
.backnavshare details[open] {
	background: var(--dark-blue);
	border-radius: 2px;
}
.backnavshare details ul {
	clear: both;
	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 {
	background: var(--dark-blue);	
}
/**
 * The page header, top section
 */
#pageheader .topbar {
	height: 70px;
	position: relative;
	z-index: 30;
	
}
#pageheader .topbar .widewrap {
	height: 70px;
	background: #FFF;
}
#pageheader .logo {
	background: var(--dark-blue);
	display: block;
	float: left;
	height: 80px;
	width: 160px;
	position: fixed;
}
#pageheader .logo img {
	width: 120px;
	height: auto;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%,0);
}

#pageheader #langselect {
	height: 70px;
	float: right;
	position: relative;
	margin-right: calc(50% - 190px);
	z-index: 10;
	font-weight: 500;
}
#pageheader #langselect .curlang {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 20px 30px 20px 0;		
}
#pageheader #langselect ul {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	background: #FFF;
	padding: 20px 0 20px 20px;
	white-space: nowrap;
	line-height: 30px;
}
#pageheader #langselect:hover ul {
	display: block;	
	z-index: 50;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
#pageheader #langselect svg {
	width: 12px;
	height: 9px;
	margin-right: 7px;
}
#pageheader #langselect a {
	color: var(--title-color);	
}
	
	
@media (max-width: 1000px) {
	
	html #pageheader #langselect {
		margin-right: 60px;
		height: 60px;
		font-size: 18px;
	}
	#pageheader #langselect #langmenu {
		padding: 15px 0 15px 20px;
		top: 60px;
	}

	#pageheader #planvisit,
	#pageheader .topmenu,
	#pageheader #searchform,
	#mainmenu {	
		display: none	
	}

	
	
	#pageheader {
		position: sticky;
		top: 0;
		z-index: 501;
		padding-top: 0;
	}
	#pageheader .menubar {
		height: 0;
		background: #000;	
	}
	#pageheader .topbar .widewrap,
	#pageheader .topbar {
		height: 60px;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	
	
	#pageheader .logo {
		height: 60px;
		width: 140px;
		position: relative;	
	}
	#pageheader .logo img {
		width: 100px;
		top: 14px;	
	}
	
	#pageheader #langselect .curlang {
		padding: 15px 30px 20px 0;
	}
	
	
	#menutoggle {
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		background: var(--dark-blue);
		z-index:  502;
		cursor: pointer;
	}
	#menutoggle::before, #menutoggle::after {
		content: "";
		display: block;
		width: 26px;
		height: 2px;
		border-radius: 1px;
		background: #FFF;
		position: absolute;
		top: 50%;
		left: 50%;
		transition: transform 0.4s ease;
		transform: translate(-50%,-5px);
	}
	#menutoggle::after {
		transform: translate(-50%,5px);
	}
	#togglemenu:checked ~ #pageheader .topbar {
		background: #F33;	
	}
	#togglemenu:checked ~ #pageheader .logos svg {
		filter: grayscale(1) contrast(4) invert(1);
	}
	#togglemenu:checked ~ #pageheader .logos li + li {
		display: none;	
	}
	#togglemenu:checked ~ #pageheader #menutoggle::after {
		transform: translate(-50%,0) rotate(-45deg);
	}
	#togglemenu:checked ~ #pageheader #menutoggle::before {
		transform: translate(-50%,0) rotate(45deg);
	}

	#mobilefoldout,
	#mobilemenu {
		position: fixed;
		z-index: 500;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #FFF;
		height: auto;
		margin: 0;
		padding: 60px 0 0 0;
		overflow: auto;
		color: #FFF;
	}


	#mobilemenu .sectwrap {
		position: relative;
		margin: 0 auto;
	}
	#togglemenu:checked ~ #mobilefoldout,
	#togglemenu:checked ~ #mobilemenu {
		display: block;
	}
	#togglemenu:checked ~ footer,
	#togglemenu:checked ~ #contentstart {
		display: none;
	}
	
	#mobilemenu .mainmenu {
		background: var(--dark-blue);
		padding: 60px 0 20px 0;
	}
	#mobilemenu li {
		border-top: 1px solid rgba(0,0,0,0.2);
		position: relative;
		line-height: 50px;
		padding: 0 40px 0 0;
	}
	#mobilemenu .caret li:before {
		float: right;
		margin: 20px -56px 0 0;	
	}
	#mobilemenu li:first-child {
		border: none;	
	}

	#mobilemenu a {
		cursor: pointer;
		display: block;
		color: #FFF;
	}
	#mobilemenu .planvisit {
		background: #252222;
		padding: 5px 0;
	}
	#mobilemenu .planvisit a {
		line-height: 50px;
		display: block;
		padding-right: 40px;
		margin: 0 auto;
	}
	#mobilemenu .langselect a.foldout:before,
	#mobilemenu .planvisit a:before {
		content: "";
		display: inline-block;
		width: 6px;
		height: 10px;
		float: right;
		margin: 20px -56px 0 0;	
		width: 25px;
		background: url("img/caret.svg") 0 0 no-repeat;
		background-size: 6px 10px;
		filter: grayscale(1) brightness(5);	
	}
	#mobilemenu .langselect a.foldout:before {
		filter: grayscale(1) brightness(0);;
	}
	#mobilemenu div.topmenu {
		background: #FFF;
		padding: 40px 0 30px;
	}
	#mobilemenu .topmenu ul {
		overflow: hidden;
		border-bottom: 1px solid #DEDEDE;
		padding: 0;
	}
	#mobilemenu .topmenu li {
		width: 50%;
		margin: 0;
		padding: 0;
		float: left;
		border: none;
		margin-bottom: 40px;
	}
	#mobilemenu .topmenu li:nth-child(odd) a {
		border-right: 1px solid #DEDEDE	
	}
	#mobilemenu .topmenu a {
		display: block;
		text-align: center;
		color: #000;	
	}
	#mobilemenu .langselect {
		background: #FFF;
		color: #000;	
	}
	#mobilemenu .langselect a {
		color: #000;
		display: block;
		padding-right: 40px;
	}
	#mobilemenu .langselect a:hover {
		color: var(--dark-blue);
		text-decoration: none;
	}
	#mobilemenu .langselect svg {
		width: 18px;
		height: 12px;
		margin-right: 7px;
	}
	
	#mobilefoldout {
		transition: transform 0.4s ease;
		transform: translate(100%,0);
		background: var(--dark-blue);;
		color: #FFF;
	}
	#mobilefoldout.visible {
		transform: translate(0,0);	
	}
	
	#mobilefoldout.dark {
		background: #252222;	
	}
	
	#mobilefoldout.light {
		background: #FFF;
		color: #444;
	}
	
	#mobilefoldout .langselect {
		padding: 20px 0;	
	}
	#mobilefoldout .langselect li {
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid rgba(0,0,0,0.2);	
	}
	#mobilefoldout .langselect a {
		color: #444;	
	}
	#mobilefoldout .langselect svg {
		width: 18px;
		height: 12px;
		margin-right: 7px;
	}
	#mobilefoldout .langselect a:hover {
		color: var(--dark-blue);
		text-decoration: none;
	}
	#mobilefoldout .subsub {
		padding: 20px 0 10px 0;
	}
	#mobilefoldout .subsub.imgbox {
		max-width: 240px;
		margin: 0 auto;	
	}
	#mobilefoldout .subsub .t4 {
		padding-bottom: 20px;
		
	}
	#mobilefoldout .subsub a {
		color: #FFF;
	}
	
	.closefoldout {
		height: 60px;
		line-height: 60px;		
		font-size: 15px;
	}

	#mobilefoldoutclose {
		display: block;
		cursor: pointer;
		color: #FFF;
	}
	#mobilefoldoutclose:before {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 4px;
		border: 2px solid #FFF;
		border-width: 2px 0 0 2px;
		transform: rotate(-45deg);
	}
}

@media (max-width: 560px) { 
	#mobilefoldout .planmenu {
		background-image: none;		
	}
	#mobilemenu .sectwrap {
		width: auto;
		margin: 0 10px;
	}
	
}

#pageheader #searchform input:focus {
	outline: none;	
}
#pageheader #searchform input:focus + button {
	fill: var(--dark-blue);	
	opacity: 1;
}




@media (min-width: 1000px) {
	
	#pageheader .topmenu {
		padding: 20px 0;
		line-height: 30px;
		float: right;
	}
	#pageheader .topmenu li {
		margin-right: 35px;	
	}
	#pageheader .topmenu a {
		color: #000;	
	}
	#pageheader #searchform {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 50%;
		margin-left: 190px;
		z-index: 10;
		margin-left: 190px;
		background: #EDEFF6;	
	}
	#pageheader #searchform form {
		display: block;
		margin: 0 80px 0 50px;
		height: 70px;
	}
	#pageheader #searchform input {
		width: 100%;
		line-height: 70px;
		height: 70px;
		box-sizing: border-box;
		padding: 0;
		border: none;
		font-size: 16px;
		background: transparent;
		color: var(--dark-blue);
		caret-color: var(--dark-blue);
	}
	#pageheader #searchform button {
		position: absolute;
		top: 0;
		right: 0;
		width: 80px;
		height: 70px;
		background: transparent;
		border: none;
		cursor: pointer;
		text-align: left;
		padding: 0 0 0 14px;
		fill: var(--dark-blue);
		
	}
	#pageheader #searchform button svg {
		
		width: 16px;
		height: 16px; 
	}
	#searchform #suggestionlist:empty {
		display: none;	
	}
	#searchform #suggestionlist {
		background: #EDEFF6;
		padding: 20px;
	}
	#searchform #suggestionlist li {
		border-top:1px solid #FFF;
	}
	#searchform #suggestionlist li:first-child {
		border: none;	
	}
	#searchform #suggestionlist a {
		display: block;
		line-height: 55px;
		height: 55px;
		padding: 10px 50px 10px 75px;
		position: relative;	
	}
	#searchform #suggestionlist a:after {
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		top: 31px;
		width: 12px;
		height: 12px;
		background: url("img/li.svg") center center no-repeat;
		
	
	}
	#searchform #suggestionlist a:hover:after {
		filter: grayscale(1) brightness(5);
		
	}
	#searchform #suggestionlist .viewall {
		padding: 10px 0;
	}
	#searchform #suggestionlist .viewall a {
		padding: 0;	
	}
	#searchform #suggestionlist .viewall a:after {
		display: none;
	}
	#searchform #suggestionlist a:hover {
		color: #FFF;
		background: var(--dark-blue);
		text-decoration: none;
	}	
	#searchform #suggestionlist a:hover .t6 {
		color: #FFF;	
	}
	#searchform #suggestionlist a img {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	#searchform #suggestionlist a span {
		overflow: hidden;
		white-space: nowrap;
		display: block;
	}
	/**
	 * The page header, menu section
	 */

	#pageheader .menubar {
		position: relative;
		height: 80px;
		background: var(--dark-blue);
		background: linear-gradient(90deg, var(--dark-blue) 0%, var(--dark-blue) 50%, #252222 50%, #252222 100%);
		color: #FFF;
	}
	#pageheader .menubar a {
		color: #FFF;	
	}
	
	#pageheader #mainmenu {
		width: 50%;
		margin-left: 160px;
		padding: 0 15px;
		height: 80px;
		background:  var(--dark-blue);
	}
	#pageheader #mainmenu ul {
		display: flex;
		justify-content: space-between;
		
	}
	#pageheader #mainmenu li {
		padding-right: 30px;	
	}
	#pageheader #mainmenu li a {
		display: block;
		height: 64px;
		padding: 8px 0 6px;
	}
	#pageheader #mainmenu li a:hover {
		text-decoration: none;	
	}
	#pageheader #mainmenu li a span {
		display: inline-block;
		position: relative;
		line-height: 64px;
		border-bottom: 2px solid transparent;
		border-color: transparent;
		transition: border-color 0.3s ease;
		white-space: nowrap;
	}
	#pageheader #mainmenu li.active span {
		border-color: #FFF;
	}
	#pageheader #planvisit a:after,
	#pageheader #mainmenu li.withsub a:after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 10px;
		margin-left: 10px;
		background: url("img/caret.svg") 0 0 no-repeat;
		background-size: 6px 10px;
		filter: grayscale(1) brightness(5);
		transform: rotate(90deg);
		transition: transform 0.4s ease;
	}
	#pageheader #planvisit a.hovering:after,
	#pageheader #mainmenu li.withsub a.hovering:after {
		transform: rotate(270deg);
	}
	#pageheader #planvisit {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: 190px;
		padding-left: 50px;
		line-height: 80px;
	}
	#pageheader #planvisit a:hover {
		text-decoration: none;	
	}
	
	/**
	 * Menu foldouts
	 */
	#pageheader #foldout.visible {
		position: absolute;
		z-index: 99;
		left: 0;
		right: 0;
		background: var(--dark-blue);;
		color: #FFF;
		border-top: 1px solid rgba(0,0,0,0.2);
		padding: 60px 0;
	}
	#pageheader #foldout.visible.dark {
		background: #252222;
	}
	#foldoutcontent:after {
		content: "";
		display: block;
		clear: both;
	}
	#pageheader #foldout .t4 {
		padding-bottom: 20px;	
	}
	#pageheader #foldout a {
		color: #FFF;	
	}
	#pageheader #foldout .subsub {
		width: 25%;
		float: left;	
	}
}
@media (min-width: 1000px) and (max-width: 1200px) {
	#pageheader #planvisit,
	#pageheader #searchform {
		margin-left: 290px;
	}
	#pageheader #searchform form {
	    margin: 0 0 0 50px;
	}
	#pageheader #searchform button {
		right: auto;
		left: 0;
		width: 50px;
		padding-left: 18px;	
	}

	#pageheader #langselect {
		height: 70px;
		float: right;
		position: relative;
		margin-right: calc(50% - 290px);
	}
	
	#searchform #suggestionlist {
		position: absolute;
		right: 0;
		width: 360px;	
	}
	
	#pageheader #mainmenu {
		width: calc(50% + 100px);	
	}
	
}




.graphicheader {
	color: #FFF;
	position: relative;
	text-align: center;
	height: 600px;
}
.graphicheader  + .lead {
	padding-top: 40px;	
}
.topic .lead {
	margin-bottom: 80px;	
}

@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 {
	position: relative;	
}
.homeslider:after {
	content: "";
	display: block;
	background: url("img/heart.svg") 0 0 no-repeat;
	background-size: cover;
	width: 727px;
	height: 914px;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(13.7%,50%);
	z-index: 25;
	mix-blend-mode: multiply;
}
.homeslider .slide {
	display: grid;
	grid-column-layout: 1fr;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #FFF;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.homeslider .swiper-slide-active .slide {
	opacity: 1;	
}
.homeslider .slide .slideimage {
	overflow: hidden;
	grid-area: 1 / 1 / 2 / 2;
}
.homeslider .slide .slidetext {
	grid-area: 1 / 1 / 2 / 2;
	align-self: center;
}
.homeslider .slide img {
	vertical-align: top;	
}


@media (max-width: 1200px) {

}
@media (max-width: 1000px) {
	.homeslider:after {
		width: 364px;
		height: 457px;
	}
}
@media (max-width: 799px) {
	.homeslider:after {
		width: 242px;
		height: 305px;
	}
}

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