:root {
  --primary-color: #008032;
  --secondary-color: #a7142b;
}

html.template2, html.template3 {
	--primary-color: #008032;
	--secondary-color: #a7142b;
	--tertiary-color: #e5f3eb;
	--quaternary-color: #008032; /* sidebar headings + hover accent*/
	--quinary-color: #eef4f7; /*light gray*/
	
	--pp-agenda-heading-background-color: var(--quaternary-color);
	--pp-agenda-background-color: var(--quinary-color);
	
	/*--sidebar-hover-color: var(--secondary-color); /* default = quaternary */
	
	--text-color: #000;
	--menu-color: #000;
	
	--debatrijk-logo-filter: invert(100%);
	/*--debatrijk-logo-filter: none;*/
}

html.template3 header .logo a span {
	color: var(--primary-color);
}

html.template3 section.header {
	background: var(--quinary-color);
}

html.template3.pp .landingbuttons > a {
	background: var(--secondary-color);
	color: #fff;
}

html.template3.pp .landingbuttons > a:hover {
	background: #871023;
}