/* 13. shariff - v3.2.1 - Mon, 27 May 2019 08:23:32 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2019 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
==================================================================*/
.shariff, 
.shariff ul { justify-content: center; }
.shariff li { overflow:hidden; }
.shariff li, 
.shariff li a { height:22px; -webkit-box-sizing:border-box; box-sizing:border-box; }
.shariff li a { color: rgba(255, 255, 255, 0.25) !important; position:relative; display:block; text-decoration:none; }
.shariff li a:hover { color: rgba(255, 255, 255, 0.75) !important; }
.shariff .orientation-horizontal { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.shariff .orientation-horizontal li { float:left; -webkit-box-flex:0; -ms-flex:none; flex:none; width:22px; margin-right:40px; }
.shariff .orientation-horizontal li:last-child { margin-right:40px !important; }
.shariff .facebook { font-size:16px; }
.shariff .twitter { font-size:16px; }
.shariff .linkedin { font-size:16px; }
.shariff .xing { font-size:17px; }
.shariff .whatsapp { font-size:17px; }
.shariff .mail { font-size:16px; }

@media (max-width: 575.98px) {
	.shariff .orientation-horizontal li { margin-right:20px; }
}