.blog{
 background: #dde9ea;
}

.nieuws{
    background: #e9e1d9;
}

.block{
    background: rgb(244,117,67);
    background: linear-gradient(0deg, rgba(244,117,67,1) 11%, rgba(255,212,159,1) 97%);
}

.quote{
    background: rgb(244,117,67);
    background: linear-gradient(0deg, rgba(244,117,67,1) 11%, rgba(255,212,159,1) 97%);
    padding: 15px;
    border-radius: 15px;
}

.blogitem{
    background: rgb(23,60,102);
    background: linear-gradient(to bottom,  #c8e8f4 1%,#6dcff6 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 15px;
    border-radius: 15px;
}


.intro{
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0px;
}

.text{
    /*margin: 40px 0px;*/
}

.bloginfo{
    padding: 20px;
}

.blogboximg{
    height: 200px;
    overflow:hidden;
    position: relative;
}

.blogboximglarge{
    height: 450px;
    overflow:hidden;
    position: relative;
}

.blogboximg img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blogtitlesmall{
    color: rgb(23,60,102);
}