var importCSS = document.createElement('link'); importCSS.rel = 'stylesheet'; importCSS.href = '//cdn.handwerkerseiten.com/configurator-test/hat.css'; document.head.appendChild(importCSS); document.getElementById('hatContent').innerHTML += '
Gebäude
Kontaktdaten
Bilder
Zusammenfassung

Für welche Technologie interessieren Sie sich?

Gasheizung
Ölheizung
Wärmepumpe
Sonstiges
'; $(document).ready(function() { // place this within dom ready function function scrollToTool() { $('html, body').animate({ scrollTop: $("#tool").offset().top }, 2000, 'easeOutExpo'); } // use setTimeout() to execute setTimeout(scrollToTool, 2000) });