body:not(.logged-in) .loggedin-only { display:none !important;} .icon-xing::before {
content: "\a0";
background-image: url("data:image/svg+xml,%3Csvg class='svg-icon' aria-hidden='true' role='img' focusable='false' width='24' height='24' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23ffffff;fill-opacity:1' id='path4' d='M 500,10 C 229.4,10 10,229.4 10,500 10,770.6 229.4,990 500,990 770.6,990 990,770.6 990,500 990,229.4 770.6,10 500,10 Z M 340.6,622.9 H 252 c -5.3,0 -9.3,-2.4 -11.6,-6 -2.3,-3.8 -2.5,-8.7 0,-13.6 l 94.1,-165.6 c 0.1,-0.2 0.1,-0.3 0,-0.5 L 274.6,333.8 c -2.5,-4.9 -2.8,-9.8 -0.5,-13.6 2.3,-3.7 6.7,-5.5 12.1,-5.5 h 88.6 c 13.6,0 20.2,8.7 24.7,16.6 0,0 60.5,105.3 60.9,105.9 -3.6,6.3 -95.6,168.7 -95.6,168.7 -4.5,8.1 -10.9,17 -24.2,17 z M 759.4,213 563.3,558.8 c -0.1,0.2 -0.1,0.4 0,0.6 L 688.2,787 c 2.5,4.9 2.5,9.9 0.2,13.7 -2.3,3.6 -6.4,5.6 -11.8,5.6 h -88.5 c -13.6,0 -20.4,-9 -24.7,-16.8 0,0 -125.5,-229.7 -125.8,-230.3 6.3,-11.1 197.1,-348.6 197.1,-348.6 4.7,-8.5 10.5,-16.8 23.7,-16.8 h 89.5 c 5.3,0 9.5,2 11.8,5.6 2.3,3.8 2.2,8.7 -0.3,13.6 z' /%3E%3C/svg%3E");
background-repeat: no-repeat;
display: inline-block;
transition: color .3s, opacity .3s, filter .3s, transform .3s;
}
.header-social-icons.ml-0 .icon-xing::before {
width: 13px; height: 13x;
background-size: 13px 13px;
}
.mobile-sidebar .header-social-icons.ml-0 .icon-xing::before,
footer .follow-icons .icon-xing::before {
width: 19px; height: 19x;
background-size: 17px 17px;
background-position: 1px 1px;
}
.header-social-icons.ml-0 a:hover .icon-xing::before {
-webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-27deg) saturate(600%) contrast(0.8);
filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-27deg) saturate(600%) contrast(0.8);
}
.mobile-sidebar .header-social-icons.ml-0 a .icon-xing::before  {
-webkit-filter: invert(40%);
filter: invert(40%);
}
.mobile-sidebar .header-social-icons.ml-0 a:hover .icon-xing::before {
-webkit-filter: invert(100%);
filter: invert(100%);
}
.button.xing:not(.is-outline), .button.xing:hover {
color: #006567 !important;
}