:root {

    --font-family: 'Sansation';
    --font-size: 1rem;
    --font-weight:400;



	--max-width: 1280px;
	--font-color: #3D3D3D;
	--white: #ffffff;
	--black: #000000;

	
	/* DESIGN COLORS */
	--farbehell: #3FB9F8;
	--farbemittel: #0184C8;
	--farbedunkel: #145A7E;

	--graulight: #F9F9F9;
	--grauhell: #CCCDD3;
	--graumittel: #9B9CA3;
	--graudunkel: #34393B;
	--graudenkelst: #D9D9D9;

	--sonderfarbehell: #D9D9D9;
	--sonderfarbemittel: #D9D9D9;
	--sonderfarbedunkel: #D9D9D9;

	


	--grau: #B1B1B1;

	--paddingMobile: 2rem 2rem;
	--paddingDesktop: 3rem 2rem;
}