@charset "utf-8";
/* CSS Document */

/* hoofdmenu centreren */
#sp-menu>.justify-content-end {
	justify-content: center !important;
}

/* lettertype menutekst */
#sp-header a {
    font-family: 'Quattrocento Sans', sans-serif;
}

/* 'featured' uitschakelen als badge */
span.badge.bg-danger.featured-article-badge {
    display: none;
}

/* list-style-image */
ol, ul {
    list-style-type: circle;
}

/* menutitel link */
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
margin: 0 0 30px;
padding-bottom: 15px;
font-size: 18px;
font-weight: 100;
border-bottom: 1px solid rgba(188, 183, 164, 0.5);
}

/* grootte & opmaak titel h1, h2 */
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.5rem;
}

h1 {
    font-family: 'Chelsea Market', sans-serif;
    font-size: 22px;
    font-weight: 100;
    color: #696554;
    text-decoration: none;
    border-bottom: 1px solid rgba(188, 183, 164, 0.5);
	padding-bottom: 15px;
}

h2 {
    font-family: 'Chelsea Market', sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #696554;
    text-decoration: none;
    border-bottom: 1px solid rgba(188, 183, 164, 0.5);
	padding-bottom: 15px;
}

/* lees meer button */
.article-list .article .readmore a{
    display: inline-block;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px 10px 20px;
    text-transform: lowercase;
    color: #fff;
    background: #b9c650;
	border-radius: 15px;

}

/* button mouse over link */
.article-list .article .readmore a:hover {
  color: #fff;
}

/* kleur beankt-pagina convert forms */
.convertforms.cf-success .cf-response {
    background-color: #b9c650;
    display: block;
}

/* uitlijnen left module */
#sp-left .sp-module, #sp-right .sp-module {
/*    margin-top: 50px; */
    border: 1px solid #f3f3f3;
    padding: 10px 25px 0px 25px;
    border-radius: 3px;
}

/* uitlijnen blogartikelen */
.article-list .article {
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
}