:root {
	--aColor: #676766;
	--aColorHover: #676766;
	--backToTop: #eaeaea;
	--bodyBackgroundColor: #ffffff;
	--boxBorderRadius: 15px;
	--boxBorder: 3px solid #fff;
	--boxShadow: 15px 15px 0px rgba(0,0,0,0.5);
	--boxLightBackgroundColor: #000000;
	--boxLightTextColor: #1f1f1f;
	--contentMaxWidth: 1400px;
	--cookieColor: linear-gradient(-85deg, #000, #7c7c7c);
	--cookieBackgroundColor: #eaeaea;
	--footerColor: #fff;
	--footerBackgroundColor: #404040;
	--headerHeight: 80px;
	--headerBackgroundColor: #fff;
	--headerColor: #000;
	--h1FontSize: clamp(20px,2.5vw, 60px);
	--h1Color: var(--mainColor);
	--h1FontFamily: var(--mainFontFamily);
	--h2FontSize: clamp(20px,2.5vw, 60px);
	--h2Color: var(--mainColor);
	--h2FontFamily: var(--mainFontFamily);
	--h3FontSize: clamp(15px,2.5vw, 40px);
	--h3Color: var(--mainColor);
	--h3FontFamily: var(--mainFontFamily);
	--h4FontSize: clamp(12px,2.5vw, 30px);
	--h4Color: var(--mainColor);
	--h4FontFamily: var(--mainFontFamily);
	--h5FontSize: clamp(12px,2.5vw, 30px);
	--h5Color: var(--mainColor);
	--h5FontFamily: var(--mainFontFamily);
	--inputBackgroundColorHover: #d0d0d0;
	--inputTextColor: #000;
	--inputBackgroundColor: #F0F0F0;
	--inputBorderColor: #DDDDDD;
	--logoHeader: url("template/ralfwenske.de/Logo.svg");
	--logoFooter: url("template/ralfwenske.de/Logo_footer.svg");
	--lightBoxBackgroundColor: #053E6D;
	--lightBoxTextColor: #ffffff;
	--mainFontFamily: "open_sansregular", "Open Sans", sans-serif;
	--mainColor: #1f7c99;
	--mainFontSize: clamp(12px,2.5vw, 16px);
	--menuColor: #fff;
	--menuColorHover: #fff;
	--menuFontSize: 33px;
	--menuSecondBackgroundColor: rgba(0, 0, 0, 0.9);
	--menuSecondColor: #fff;
	--BodyBackgroundColor: #F7F7F7;
	--BackgoundVerlauf: linear-gradient(to bottom, #f2ede6, #ffffff, #f2ede6);
	--BoxShadow: 15px 15px 0px rgba(0,0,0,0.5);
	--ContentMaxWidth: 1600px;
	--LightBoxBackgroundColor: #fff;
	--LightBoxTextColor: #000;
	--SeconNavBackgroundColor: rgba(255, 255, 255, 0.9);
	--SeconNavColor: #fff;
	--CookieColor: linear-gradient(-85deg, #1f7c99, #17637c, #95bfcc, #1f7c99);
	--Verlauf: linear-gradient(to right, #1f7c99, #95bfcc);
	--CookieBackgroundColor: #eaeaea;
	--BorderRadius: 15px;
	--MenuColor: #959595;
	--MenuColorHover: #000;
	--FontFamily: 'JUST Sans Regular';
	--FontSizeP: 20px;
	--ColorP: #000;
	--ColorA: #959595;
	--FontSizeH1: 45px;
	--FontFamilyH1: 'JUST Sans Bold';
	--FontFamilyBH1: 'JUST Sans ExBold';
	--ColorH1: #000;
	--FontSizeH2: 45px;
	--FontFamilyH2: 'JUST Sans Bold';
	--FontFamilyBH2: 'JUST Sans ExBold';
	--ColorH2: #000;
	--FontSizeH3: 28px;
	--FontFamilyH3: 'JUST Sans ExBold';
	--ColorH3: #000;
	--FontSizeH4: 34px;
	--ColorH4: #000;
	--FontSizeH5: 17px;
	--ColorH5: #000;
	--border: 2px solid #424242;
}