:root {

    --font-family: 'UniNeue';
    --font-size: 14px;
    --font-weight:400;



	--max-width: 1400px;
	--font-color: #000000;
	--white: #ffffff;
	--black: #000000;

	--yellow: rgba(214, 195, 0, 1);
	--green: #5EAEAA;

	
	/* DESIGN COLORS */
	--farbehell: rgba(220, 6, 33, 1);
	--farbemittel: #BB2B32;
	--farbedunkel: #8B060C;

	--graulight: rgba(217, 217, 217, 1);
	--grauhell: #DDDDDD;
	--graumittel: rgba(70, 70, 70, 0.35);
	--graudunkel: #3C3C3C;
	--graudenkelst: #121212;

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

	--buttonRadius: 2px;


	--background: rgba(31, 31, 31, 1);

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