:root {

    --font-family: 'Exo';
    --font-size: 16px;
    --font-weight:400;



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

	
	/* DESIGN COLORS */
	--farbehell: #439DD7;
	--farbemittel: #23559C;
	--farbedunkel: #004684;

	--graulight: #F9F9F9;
	--grauhell: #DDDDDD;
	--graumittel: #9B9B9B;
	--graudunkel: #3C3C3C;
	--graudenkelst: #121212;

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

	--buttonRadius: 2px;


	--grau: #B1B1B1;
	--lightblue: #EBF4FA;

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