/* BLOCK VIEW (block.html.twig) */
#mx_news_block {
padding: 0 30px;
}

#mx_news_block .owl-nav {
  top: calc(25% - 20px);
}

.mx_news_block_item {
	width: calc(100vw - 40px);
    max-width: 360px;
    padding: 0 10px;
}

.mx_news_block_item h3 {
	margin: 0;
	padding: 0;
    font-size: 22px;
}

.mx_news_block_image {
	padding-bottom: 30px;
    position: relative;
}

.mx_news_block_categories {
position: absolute;
top: 30px;
left:0;
}

.mx_news_block_categories span{
text-decoration: none;
color: #FFFFFF;
padding: 5px 15px 5px 17px;
background: var(--gradient-thuis);
border-radius: 0 20px 20px 0;
display: inline-block;
}

.zakelijk .mx_news_block_categories span{
background: var(--gradient-zakelijk);
}

.mx_news_block_image img {
	display: block;
    border-radius: 12px;
box-shadow: 0px 10px 15px -1px rgba(124,124,124,0.6);
}

.mx_news_block_content {
text-align: left;
}

.mx_news_block_content a {
white-space: nowrap;
}

@media screen and (max-width: 640px) {

#mx_news_block {
padding: 0;
}

}

/* CATEGORY VIEW (category.html.twig) */
.mx_news_header {
margin: 0 auto;
max-width: 860px;
text-align: center;
}

.mx_news_category_item {
	display:flex;
    flex-wrap:wrap;
	width: 100%;
	margin-bottom: 35px;
	background-color:#FFFFFF;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
-moz-box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.4);
overflow:hidden;
}

.mx_news_category_item:last-child {
	margin-bottom: 0;
}

.mx_news_category_item em {
	font-size:12px;
}

.mx_news_category_item p:last-child {
	margin: 0;
	padding: 0;
}

.mx_news_category_image {
	float: left;
	width:40%;
	background-size:cover;
	background-position:center center;
    position: relative;
}

.mx_news_category_content {
	float: left;
	width:60%;
	padding:30px 30px 30px 50px;
}



@media screen and (max-width: 860px) {
	
	.mx_news_category_image {
		width:45%;
		
	}
	
	.mx_news_category_content {
		width:55%;
		padding-left:30px;
	}
	
} /* end mediaquery */

@media screen and (max-width: 640px) {
	
	.mx_news_category_image {
		width:100%;
		height:60vw;
	}
	
	.mx_news_category_content {
		width:100%;
		padding-left:30px;
	}
	
} /* end mediaquery */

/* ITEM VIEW (item.html.twig) */
#mx_news_item .mx_share {
padding: 0 0 25px 0;
}

#mx_news_item {
margin: 0 auto;
max-width: 860px;
}

#mx_news_item h1{
text-align: center;
padding-bottom: 60px;
}

.mx_news_item_main_image img {
	display: block;
		margin: 0 auto 35px auto;
}

.mx_news_item_image {
display: block;
float: left;
margin: 0 10px 10px 0;
width: calc(25% - 10px);
}

.mx_news_item_image a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
}

.mx_news_item_image img {
display:block;
width:100%;
height:auto;
}

.mx_news_item_image span {
	float: left;
	clear: both;
	width: 100%;
	line-height: 1em;
	margin: 7px 0 2px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	height: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 860px) {
	
.mx_news_item_image {
width: calc(33.3% - 10px);
}

}

@media screen and (max-width: 640px) {
	
.mx_news_item_image {
width: calc(50% - 10px);
}

}