I have a problem with the following CSS:
-ms-flex-order: -1;
-webkit-order: -1;
order: -1
We use this to put a generated Box before another one with different Content. But this solution dosnt work in IE9 :( I need a solution with pure CSS because we cannot change the Layout of the Generated Box.