:root {

    --font-family: 'PTSans';
    --font-size: 18px;
    --font-weight:400;



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

	
	/* DESIGN COLORS */
	--farbehell: rgba(0, 128, 201, 1);
	--farbemittel: #BB2B32;
	--farbedunkel: #8B060C;

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

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

	--buttonRadius: 2px;


	--grau: #B1B1B1;

	--CssFilter: brightness(0) saturate(100%) invert(38%) sepia(60%) saturate(5024%) hue-rotate(181deg) brightness(92%) contrast(102%);

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