:root {
	/* Shopfarben */
	--primary-brand: #080808;
	--primary-color: #182C9A;
	--primary-color-light: #E6E6E6;
	--primary-color-text: #FFF;
	--secondary-color: #13436F;
	--secondary-color-light: #f3fafd;
	--secondary-color-text: #FFF;
	--accent-color: #1673D8;
	--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: #13436F;
	--btn2Color: #fff;
	--btn2BorderColor: transparent;

	--btn2BgHover: #09335b;
	--btn2ColorHover: #fff;
	--btn2BorderColorHover: #5c86be;

	/*	Farben Button Submit & Co	*/
	--btn3Bg:#fff;
	--btn3Color:#a07e84;
	--btn3BorderColor:#a07e84;

	--btn4Bg: #1762a9;
	--btn4Color: #fff;
	--btn4BorderColor: #1762a9;

	--btn4BgHover: #1762a9;
	--btn4ColorHover: #fff;
	--btn4BorderColorHover: #1762a9;

	--btn4BgDisabled: #F2F2F4;
	--btn4ColorDisabled: #ABABAB;
	--btn3Bg:#fff;
	--btn3Color:#1762a9;
	--btn3BorderColor:#1762a9;

	/*	Farben Accent Button	*/
	--btn5Bg: #7BCBC8;
	--btn5Color: #fff;
	--btn5BorderColor: transparent;

	--btn5BgHover: #7BCBC8;
	--btn5ColorHover: #fff;
	--btn5BorderColorHover: transparent;

	--btn5BgDisabled: #F2F2F4;
	--btn5ColorDisabled: #ABABAB;
}
