
/* pagina specifiek */
.image-header {
    margin: -40px -40px -40px 0px;
    height: 150px;
}
#image-samenstelling {
    margin-right: 0px;
}
#image-verjaardag {
    margin-right: 0px;
}
#image-geboren {
    margin-right: -20px;
    height: 130px;
}
#image-gemeente {
    margin-right: -30px;
}
#image-leeftijd {
    margin-right: 0px;
}
/* algemeen */
.cbs-dashboard-junior-item-grey{
    background-color: #F0EFF0;
}
.cbs-dashboard-junior-item-lightaqua {
    background-color: #00a1cd;
}
.cbs-dashboard-junior-item-darkgreen {
    background-color: #86bd40;
}
.cbs-dashboard-junior-item-purple {
    background-color: #9373b1;
}
.cbs-dashboard-junior-item-orange {
    background-color: #f39200;
}
#content-wrapper, #title-wrapper{
    border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
    #content-wrapper, #title-wrapper{
        margin: 10px -10px;
    }
}
.btn{
    background-color: #7d4791 !important;
    color: white !important;
    border-color: #7d4791 !important;
}
.btn:hover, .btn:focus, .btn:active{
    background-color: #FFFFFF !important;
    color: #7d4791 !important;
    border-color: #7d4791 !important;
}
.content-footer {
    background-color: #7d4791;
    color: white;
    padding: 30px 0px;
    margin: 40px -40px -40px -40px;
    display: block;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    font-family: 'Soho W01 Medium',sans-serif;
}
.content-footer:hover {
    color: white;
    text-decoration: none;
}
.cbs-chart, #wrapper-verjaardagen{
    padding: 10px 40px 2px 40px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 6px;
}
@media only screen and (max-width: 440px) {
    .cbs-chart-container{
        margin-left:-30px;
        margin-right: -30px;
    }
    .cbs-chart {
        padding: 10px 10px 2px 10px;
    }
}
.cbs-axis-background, .cbs-axis-logo-cbs{
    display: none;
}
#content-wrapper {
    padding: 40px;
}
#title-wrapper {
    padding: 40px 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: hidden;
}
#title-wrapper h1{
    font-size: 1.9rem;
}
.title-blue h1{
    color: #00a1cd;
}
.title-white h1{
    color: white;
}