#page-primary {
    width: 100%; 
    background-color: #ededed; 
}
.type-page {
    background-color: #ededed !important; 
}
#profiel .type-page  {
    background-color: white !important; 
    margin: 0; 
    padding: 1rem; 
}
@media screen and (min-width: 60rem) {
    #profiel .type-page  {
        padding: 1rem 6.5rem;  
    }
}
#profiel .entry-title {
    display: none; 
}
#profiel {
    /* border: solid 1px red; 
    max-width: 960px; 
    box-sizing: content-box; */
}
#profiel #foto {
    clear: both; 
}
#profiel h2 {
    color: #323232; 
    margin: 0; 
    padding: 0; 
    font-size: 2.3rem; 
    clear: none; 
}
#profiel img {
    width: 100%
}
#profiel #hoofd {
    float: left; 
    width: 100%; 
}
#profiel #terzijde {
    float: left; 
    width: 100%; 
}
@media screen and (min-width: 60rem) {
    #profiel #hoofd {
        float: left; 
        width: 60%; 
    }
    #profiel #terzijde {
        float: left; 
        width: 36%; 
    }
}
#profiel #terzijde h3 {
    font-family: 'Anton', sans-serif;
    font-size: 2.3rem; 
    clear: none; 
    margin: 0; 
    padding: 0; 
}
/* op verzoek van de fractie email zichtbaar, niet achter het icoontje van een envelop Mon Jan 27 13:26:46 CET 2020 */
#profiel #terzijde a.email-account {
    /* background: url(https://archief.grienlinks.nl/img/mail-btn-light.png) no-repeat scroll 50% 50%; */
    display: inline-block;
    /* height: 40px;
    text-indent: -9999px;
    width: 40px;
    font-size: 18px;
    line-height: 27px; */
    float: left; 
    box-shadow: none !important; 
    /* border-bottom: 0 !important  */
}
#profiel #terzijde a.email-account:hover {
    /* background: url(https://archief.grienlinks.nl/img/mail-btn-dark.png) no-repeat scroll 50% 50%;*/
    border-bottom: solid 2px #308f2e; 
}
#profiel #terzijde a.twitter-account {
    background: url(https://archief.grienlinks.nl/img/twitter-btn-light.png) no-repeat scroll 50% 50%;
    display: inline-block;
    height: 40px;
    text-indent: -9999px;
    width: 40px;
    font-size: 18px;
    line-height: 27px;
    float: left; 
    margin-left: 1rem; 
    box-shadow: none !important; 
    border-bottom: 0 !important; 
}
#profiel #terzijde a.twitter-account:hover {
    background: url(https://archief.grienlinks.nl/img/twitter-btn-dark.png) no-repeat scroll 50% 50%;
}
#profiel #terzijde a.facebook-account {
    background: url(https://archief.grienlinks.nl/img/facebook-light.png) no-repeat scroll 50% 50%;
    display: inline-block;
    height: 40px;
    text-indent: -9999px;
    width: 40px;
    font-size: 18px;
    line-height: 27px;
    float: left; 
    margin-left: 1rem; 
    box-shadow: none !important; 
    border-bottom: 0 !important; 
}
#profiel #terzijde a.facebook-account {
    background: url(https://archief.grienlinks.nl/img/facebook-dark.png) no-repeat scroll 50% 50%;
}
#profiel #terzijde a.twitter-account:hover {
    background: url(https://archief.grienlinks.nl/img/twitter-btn-dark.png) no-repeat scroll 50% 50%;
}

#profiel p {
    margin: 0; 
    padding: 0; 
}
#profiel #hoofd p.functie {
    font-size: 1.2rem; 
}
