(function() {
$('.langLinkTwo').hide();
})();
(function() {
$(".rwd-text a").css({
"background-position": "left center",
"background-repeat": "no-repeat",
"background-size": "20px",
"padding-left": "32px",
"text-decoration": "none",
"background-image": "url(/content/dam/hase/rwd/personal/images/common/document_stroke_green.svg)"
});
})();
(function() {
$(".rwd-text a").hover(function() {
$(this).css("text-decoration", "underline")}, function(){
$(this).css("text-decoration", "none");});
})();