






/* Toegevoegd door Folmer van Congressus */
:root {
  --main: #a4c4d3;
}
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:#7aa8be ;
}
section#content h2, section#content h3, section#content h4 {
color:var(--main);
}
footer {
    background-color: var(--main);
}

footer .headline h2, footer .headline h3, footer .headline h4, footer .headline h5, footer .headline h6 {
    border-bottom: 2px solid #fefefe;
}
footer .headline {
    border-bottom: 1px dotted #fefefe;
}
section#copyright {
  background-color:#7aa8be;
}
section#content .content-header.content-header-background {
    
    height: 350px;
    }







