/* CSS Document */

.blokkleur1,
.blokkleur1:after,
.blokkleur1:before{background-color: #14414A;}

.blokkleur2,
.blokkleur2:after,
.blokkleur2:before{background-color: #00515B;}

.blokkleur3,
.blokkleur3:after,
.blokkleur3:before{background-color: #1C8D87;}

.blokkleur4,
.blokkleur4:after,
.blokkleur4:before{background-color: #52B9B2;}

.section-title{font-weight:600;}

.newstitle{font-weight:800; color:#52b9b2;}

ul, ol{
    margin-left:14px;
    padding-left:12px;
    margin-bottom:25px;
}



ul li{
    list-style-type:disc;
    font-size:15px;
    line-height:25px;
}



ol li{
    list-style-type:decimal;
    font-size:15px;
    line-height:25px;
}

@media(max-width:1200px){
.service{padding-left:20px;	padding-right:20px;}	
#news{padding-left:20px; padding-right:20px;}
.text-right{text-align:left;}
}
