@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE 10 en 11 */
	.navbar {
		height: 90px !important;
	}
	.nieuws.newsflash .card.mb-4.links, .nieuws.newsflash .card.mb-4.rechts {
		background-image: none;
		background-color: white;
	}
	#slider-bottom {
		bottom:-210px;
	}
	.navbar-brand {
		display: inherit !important;
	}
}
@supports (-ms-accelerator:true) {
	/* Edge 12 */
 	.navbar {
		height: 90px !important;
	}
	.nieuws.newsflash .card.mb-4.links, .nieuws.newsflash .card.mb-4.rechts {
		background-image: none;
		background-color: white;
	}
	#slider-bottom {
		bottom:-210px;
	}
	.navbar-brand {
		display: inherit !important;
	}
	#homepage-blog-cards-top {
		display: none;
	}
}