// starting the script on page load
$(document).ready(function(){


$('#kontaktieren a').text('info@co2ol.de');
$("a[href='mailto:info@forestfinance.de']").attr('href', 'mailto:info@co2ol.de');

 
  
});
