/* Grayscale effect */
.blogitem .afbeelding img 
{
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; 
    -webkit-filter: grayscale(100%);*/
}

.afbeelding img{
	margin:0 auto;
}

.imagetitle2 {
	padding: 0 15px;
	background: #74c044;
	color: #fff;
}

.afbeelding {
	position: relative;
}

.blogitem .panel-body a:hover {
	text-decoration: none;
}

.imagetitle2 h1 img {
    margin: -15px 0;
}

.blogitem .icon {
	position: absolute;
	left: 15px;
	bottom: 0px;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
}

.blogitem .icon img {
	margin-left: 15px;
	margin-bottom: 15px;
}

.imagetitle2 h1 {
	margin: 15px 0;
}

.imageholder {
    background: #3E3D42;
}

/* Title/hover effects */

.introtekst {
    float: right;
    width: 50%;
    padding-left: 15px;
}

.blogitem .afbeelding .imagetitle
{
	width: 100%;
    display: block;
	
}

.blogitem a.imagetitle, .blogitem a.imagetitle h3
{
	  color: #2f2f2f;
	  font-size: 1.2em;
	  margin-top: 45px;
	  font-weight: 600;
}

.blogitem .content {
    padding: 0px;
}

.imagetitle2 h1{
	font-size:150%;
}

.blogitem .afbeelding .imagetitle h2 
{
	
}

@media(max-width:768px){
	.blogitem .afbeelding .imagetitle h2 
	{
		font-size:20px !important;
	}
}

.blogitem:hover .imagetitle
{

}

.noimage {
	opacity: 0.4;
}

.fbthumb
{
	position: relative;
	float: left;
	margin: 5px 10px 10px 0px;
	max-width: 150px;
}

.blogitem .fbimage {
	width: 100%;
}

.btn.btn-default.fbreadmore
{
	background:none;
	background-color:#3a5795;
	color:#FFFFFF !important;
}

.btn.btn-default.fbreadmore i 
{
	font-weight: bold;
	font-size: 18px;
	margin-right: 15px;
}

.btn.btn-default.fbreadmore:hover
{
	background-color:#5370AD;
} 


/* Main css */
.blogitem
{
	    position: relative;
    
}
.blogitem .imageoverflow img.blogimage {
   /* max-height: 200px;*/
    object-fit: cover;
    width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
	.blogitem .imageoverflow img.blogimage {
		width: auto !important;
	}
}

@supports (-ms-accelerator:true) {
	.blogitem .imageoverflow img.blogimage {
		width: auto !important;
	}
}
@supports (-ms-ime-align:auto) {
.blogitem .imageoverflow img.blogimage {
		width: auto !important;
	}
}

.blogitem .afbeelding
{
	position:relative;
	width: 50%;
	float: left;
	padding: 0px 15px 0px 0px;
}

.blogitem .content 
{
	
}

.blogbtn
{
}

article h1 {
    color: #707070;
    text-align: left;
}

.well.blogitem h2
{
	margin:0;
}

.well.blogitem .blogbtn
{
	margin-right:0px;
	margin-bottom:0px;
}

a.btn-pill {
    border-radius: 50%;
    background-color: #003b82;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.45);
    right:50px;
    display: table;
    position: absolute;
    top: -30px;
    color: #ffffff;
    padding: 10px;
    border: 0px;
    line-height: 40px;
    width: 60px;
    font-size: 34px;
}

a.btn-pill svg{
	color: #6ab92a;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius:0px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
    /* box-shadow: none; */
}