:root {
  --secondary: #e8d6fb;
  --main: #4d319b;
}

footer{
    background-color: var(--main);
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
footer .headline h2, footer .headline h3, footer .headline h4, footer .headline h5, footer .headline h6 {
    border-bottom: 2px solid var(--secondary);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
  background-color:var(--secondary);
  color:var(--main);
  border-radius: 5px;
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: #ffffff;
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}

/* header {
  background-color:var(--main);
}

header .sf-menu a {
  color:white;
}
header .sf-menu ul li a {
  color:black;
}

header .container .header-nav-top .login p a {
    color: var(--secondary);
}
header .container .header-nav-top .login p {
    color: var(--secondary);
} */


.sf-menu.sf-arrows .sf-with-ul:after {
    border-top-color: var(--secondary);
}


section#content .content-header {
    background-color: var(--main);
}
section#content .content-header h2 {
  color:white;
}
section#content .content-header .breadcrumb>.active {
    color: white;
}
section#content .content-header .breadcrumb>.active {
    color: white;
}
section#content .content-header .breadcrumb a {
    color: var(--secondary);
}

/* Aanpassen kleuren op specifieke webpagina's Reunisten */

body.template-content.webpage-69359 {
  --cream: #e8d6fb;
  --main: #1e6630;
}

body.template-content.webpage-69360 {
  --cream: #e8d6fb;
  --main: #1e6630;
}
body.template-content.webpage-69361 {
  --cream: #e8d6fb;
  --main: #1e6630;
}




