Edit in JSFiddle

$('#und').ready(function () {
    $('#ladenachricht').css('display', 'none');
});
$('#und').load(function () {
    $('#ladenachricht').css('display', 'none');
});
<iframe src="https://www.procheck24.de/einsurance/csp/doHomepageEntry.do?cspident=DCD9D250F9F2B1D8BBBDF3AB5D4952B8&p=1" id="und"></iframe>
<div id="ladenachricht">Rechner wird geladen...Bitte warte oder nimm nicht den IE</div>
#ladenachricht {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #ccc;
    top: 0px;
    left; 0px;
    position: absolute;
}
iframe {
    width:888px;
    height:800px;
}