:root {

    --font-family: '';
    --font-size: 15px;
    --font-weight:400;



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

	
	/* DESIGN COLORS */
	--farbehell: #D6C300;
	--farbemittel: #BB2B32;
	--farbedunkel: #161717;

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

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

	--buttonRadius: 2px;


	--grau: #F3F5F6;


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