/* CSS-Variables */

:root {
	/* Animation-Durations */
	--dur1: 1s;
	--dur2: 1.5s;
	--dur0: 0.3s;


	/* Animation-Delays */
	--dlayLogoIn: 1s;
	--dlaySmallLogoBox: 3s;
	--dlayFullLogo: 4s;
	--dlayLogoUp: 5.5s;
	--dlayTeaserTest1: 6.5s;
	--dlayTeaserTest2: 5s;

	/* Colours */


}