<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Browser Hacks */

/* Edge */

@supports (-ms-ime-align:auto) {

	/* Because it does not support flex-column */ 

	.logosHambBruderschaft a:first-child img {

		margin-bottom: 1.8vw ;

	}

}

/* Safari any */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)

{ @media {

	/* Because it does not support flex-column */ 

	.logosHambBruderschaft a:first-child img {

		margin-bottom: 1.8vw ;

	}

}}</pre></body></html>