:root {

	--primaryFont: Roboto, sans-serif;
	--secondaryFont: "Roboto Slab", serif;

	/* Shopfarben */
	--primary-brand: #080808;
	--primary-color: #182C9A;
	--primary-color-light: #E6E6E6;
	--primary-color-text: #FFF;
	--secondary-color: #B00C28;
	--secondary-color-light: #f5e9ea;
	--secondary-color-text: #FFF;
	--accent-color: #C00D0D;
	--accent-color-text: #fff;

	/*	Farben Primär-Button für Standard-Sachen	*/
	--btn1Bg: #424247;
	--btn1Color: #fff;
	--btn1BorderColor: transparent;

	--btn1BgHover: #2c2c2f;
	--btn1ColorHover: #fff;
	--btn1BorderColorHover: #5581CB;

	/*	Farben Sekundär-Button	für Mass-Sachen	*/
	--btn2Bg: #B00C28;
	--btn2Color: #fff;
	--btn2BorderColor: transparent;

	--btn2BgHover: #ad5161;
	--btn2ColorHover: #fff;
	--btn2BorderColorHover: #ad5161;
	
	/*	Farben Button Submit & Co	*/
	--btn4Bg: #a07e84;
	--btn4Color: #fff;
	--btn4BorderColor: #a07e84;

	--btn4BgHover: #a07e84;
	--btn4ColorHover: #fff;
	--btn4BorderColorHover: #a07e84;

	--btn4BgDisabled: #F2F2F4;
	--btn4ColorDisabled: #ABABAB;
	--btn3Bg:#fff;
	--btn3Color:#a07e84;
	--btn3BorderColor:#a07e84;

	/*	Farben Accent Button	*/
	--btn5Bg: #C00D0D;
	--btn5Color: #fff;
	--btn5BorderColor: transparent;

	--btn5BgHover: #F68572;
	--btn5ColorHover: #fff;
	--btn5BorderColorHover: transparent;

	--btn5BgDisabled: #F2F2F4;
	--btn5ColorDisabled: #ABABAB;
}