$(document).ready(function() {
    $("a[rel='example1']").colorbox();
    $(".colorbox").colorbox();
    $(".youtube").colorbox({iframe:true, width:650, height:550});
    $(".iframe").colorbox({iframe:true, width:1050, height:660, scrolling: true});
    $(".inline").colorbox({width:"50%", inline:true, href:"#inline_example1"});
// Tooltip
    simple_tooltip("a", "tooltip");
    $('.scroll-pane').jScrollPane({ scrollbarWidth: '2', animateStep: '1', showArrows: true, arrowSize: '20'  });
    Cufon.replace('h1', { color: '-linear-gradient(#6094f3, #00328f)' });
});

//Sign Up-Funktion
function signup() {
    $.colorbox({
        iframe:true,
        width:800,
        height:580,
        href: "/data/login/sign-up.php"
    });
}

function closeLightBox() {
    parent.$.colorbox.close();
}

function closingLightbox() {
    setTimeout("closeLightBox()", 5000);
}
