Hey decode,
Please add following code to Functions.php file in Appearance > Editor and change the link as needed
add_filter('avf_logo_link','av_change_logo_link');
function av_change_logo_link($link)
{
$link = "http://kriesi.at";
return $link;
}
Best regards,
Yigit