:root {

	/* Shopfarben */
	--primary-brand: #080808;
	--primary-color: #182C9A;
	--primary-color-light: #F0F8FE;
	--primary-color-text: #FFF;
	--secondary-color: #16A160;
	--secondary-color-light: #F3FDF9;
	--secondary-color-text: #FFF;
	--accent-color: #F35B41;
	--accent-color-text: #fff;

	/*	Farben Primär-Button für Standard-Sachen	*/
	--btn1Bg: #0d4ab3;
	--btn1Color: #fff;
	--btn1BorderColor: transparent;

	--btn1BgHover: #5581CB;
	--btn1ColorHover: #fff;
	--btn1BorderColorHover: #5581CB;

	/*	Farben Sekundär-Button	für Mass-Sachen	*/
	--btn2Bg: #16a160;
	--btn2Color: #fff;
	--btn2BorderColor: transparent;

	--btn2BgHover: #5CBE90;
	--btn2ColorHover: #fff;
	--btn2BorderColorHover: #5CBE90;

	/*	Farben Button Submit & Co	*/
	--btn3Bg:#fff;
	--btn3Color:#a07e84;
	--btn3BorderColor:#a07e84;

	--btn4Bg: #f18719;
	--btn4Color: #fff;
	--btn4BorderColor: #f18719;

	--btn4BgHover: #f18719;
	--btn4ColorHover: #fff;
	--btn4BorderColorHover: #f18719;

	--btn4BgDisabled: #F2F2F4;
	--btn4ColorDisabled: #ABABAB;
	--btn4BgTrans: rgba(241, 135, 25, 0.2);

	/*	Farben Accent Button	*/
	--btn5Bg: #F35B41;
	--btn5Color: #fff;
	--btn5BorderColor: transparent;

	--btn5BgHover: #F68572;
	--btn5ColorHover: #fff;
	--btn5BorderColorHover: transparent;

	--btn5BgDisabled: #F2F2F4;
	--btn5ColorDisabled: #ABABAB;
}
