body header {
	background: transparent;
}

header .pk-header-top {
	background-color: var(--brand-primary-purple);
	color: #ffffff; padding-top: 14px;
}
header .pk-header-top-wrapper {
	display: flex; justify-content: space-between; align-items: center;
	max-width: var(--pk-container-width); margin-inline: auto;
}
header .doelgroep-switches {
	display: flex;
}
header .doelgroep-switches .doelgroep-switch {
	appearance: none; background: transparent; color: inherit;
	border: none; font-size: var(--body-md); padding: 0.75em 1em;
	position: relative; border-top-left-radius: 30px; border-top-right-radius: 30px;
	cursor: pointer; display: block; text-decoration: none;
}
header .doelgroep-switches .doelgroep-switch > svg {
	display: none;
	position: absolute; right: 100%; bottom: 0; max-height: 50%; width: auto;
}
header .doelgroep-switches .doelgroep-switch > svg.right-shape {
	right: auto; left: 100%; transform: scaleX(-1);
}
header .doelgroep-switches .doelgroep-switch.active {
	background-color: var(--page-bg); color: var(--brand-primary-purple);
}
header .doelgroep-switches .doelgroep-switch.active > svg {
	display: block;
}




header .top-menu .menu {
	display: flex; align-items: center; justify-content: center;
	list-style: none; padding: 0; gap: 1rem;
}
header .top-menu .menu li {
	font-weight: 600; font-size: var(--heading-xs);
}
header .top-menu .menu li a {
	color: inherit; text-decoration: none;
}


body header > .pk-header-wrapper {
	max-width: var(--pk-container-width); margin-inline: auto; padding: 0;
}
body header > .pk-header-wrapper .menu a {
	text-decoration: none; color: var(--brand-primary-purple);
	font-weight: 600; font-size: var(--heading-xs);
}
body header > .pk-header-wrapper .menu .button a {
	display: flex; align-items: center; gap: 1em;
	background-color: var(--brand-secondary-orange);
	padding: 10px 24px; line-height: 1.5; border-radius: 100px;
	color: #ffffff; font-weight: 700;
}
body header > .pk-header-wrapper .menu .button a::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M7.14662 5.02513L2.56062 0.439127C2.27923 0.157865 1.89763 -9.37265e-05 1.49977 4.17235e-08C1.10191 9.38099e-05 0.720388 0.158232 0.439126 0.439627C0.157865 0.721021 -9.37263e-05 1.10262 4.17234e-08 1.50048C9.38098e-05 1.89834 0.158233 2.27986 0.439627 2.56113L5.02562 7.14613C5.07218 7.19257 5.10913 7.24775 5.13433 7.30849C5.15954 7.36924 5.17251 7.43436 5.17251 7.50013C5.17251 7.5659 5.15954 7.63102 5.13433 7.69176C5.10913 7.75251 5.07218 7.80768 5.02562 7.85413L0.439627 12.4391C0.158233 12.7204 9.38098e-05 13.1019 4.17234e-08 13.4998C-9.37263e-05 13.8976 0.157865 14.2792 0.439126 14.5606C0.720388 14.842 1.10191 15.0002 1.49977 15.0003C1.89763 15.0003 2.27923 14.8424 2.56062 14.5611L7.14662 9.97513C7.80185 9.31809 8.1698 8.42804 8.1698 7.50013C8.1698 6.57221 7.80185 5.68216 7.14662 5.02513Z' fill='white'/%3E%3C/svg%3E");;
	line-height: 0;
}