:root {
  --primary-color: #73bbd5;
  --secondary-color: #00496b;
}

html.template2, html.template3 {
	--primary-color: #004362;
	--secondary-color: #00496b;
	--tertiary-color: #f5f5f5;
	--quaternary-color: #004362; /* sidebar headings + hover accent*/
	--quinary-color: #f5f5f5; /*light gray*/
	
	--pp-agenda-heading-background-color: var(--quaternary-color);
	--pp-agenda-background-color: #dbf2fa; /*var(--quinary-color);*/
	
	--sidebar-hover-color: #73bbd5; /*var(--secondary-color); /* default = quaternary */
	
	--text-color: #000;
	--menu-color: #fff;
	
	/*--debatrijk-logo-filter: invert(100%);*/
	--debatrijk-logo-filter: none;
}

html.template3 main aside ul li a:hover, html.template3 main aside ul li a.active {
	color: var(--secondary-color);
}