@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.glyphicon::before {
		content: " ";
	}
	.glyphicon {
		font-family: inherit;
		background-repeat: no-repeat;
		background-position: center; 
		background-size: cover;
		width: 17px;
		height: 17px;
	}
	.glyphicon-home {
		background-image:url("glyphicons/black/glyphicons-21-home.png");
		width: 25px;
		height: 24px;
	}
	.navbar .glyphicon-home {
		background-image:url("glyphicons/white/glyphicons-21-home.png");
		width: 17px;
		height: 16px;
	}
	.glyphicon-ok {
		background-image:url("glyphicons/black/glyphicons-207-ok.png");
	}
	.glyphicon-sort-by-order {
		background-image:url("glyphicons/black/glyphicons-407-sort-by-order.png");
	}
	.glyphicon-sort-by-order-alt {
		background-image:url("glyphicons/black/glyphicons-407-sort-by-order.png");/*TODO order-alt gibts nicht! */
	}
	.glyphicon-sort-by-alphabet {
		background-image:url("glyphicons/black/glyphicons-405-sort-by-alphabet.png");
	}
	.glyphicon-sort-by-alphabet-alt {
		background-image:url("glyphicons/black/glyphicons-406-sort-by-alphabet-alt.png");
	}
	.glyphicon-sort-by-attributes {
		background-image:url("glyphicons/black/glyphicons-409-sort-by-attributes.png");
	}
	.glyphicon-sort-by-attributes-alt {
		background-image:url("glyphicons/black/glyphicons-410-sort-by-attributes-alt.png");
	}
}