
		:root{
			--contact-bar-height: 44px;
			--white: #fff;
			--textColor: ;
			--bodyBackgroundColor: ;
			/*  Section Margin  */
			--sectionMarginTop: 0rem;
			--sectionMarginBottom: 0rem;
			/*  Section Padding  */
			--sectionPaddingTop: 0rem;
			--sectionPaddingBottom: 0rem;
			/*  Image: Radius, Border, Shadow  */
			--borderRadiusImage: 0px;
									--imgBorder: 0px solid transparent;
															
			/*  Card: Radius, Border, Shadow  */
			--borderRadiusCard: 0px;
									--cardBorder: 0px solid transparent;
			/*  List Icons  */
																		
																		
			/***  Buttons & Links  ***/
			/* Cta Button */
			--ctaBtnStandardBg: ;
			--ctaBtnStandardBgHover: ;
			--ctaBtnStandardTextColor: ;
			--ctaBtnStandardTextHover: ;
			/* Cta Button Inverse */
			--ctaBtnInverseBg: ;
			--ctaBtnInverseBgHover: ;
			--ctaBtnInverseTextColor: ;
			--ctaBtnInverseTextHover: ;
			/* Cta Button Ghost */
			--ctaBtnGhostBorder: ;
			--ctaBtnGhostBgHover: ;
			--ctaBtnGhostTextColor: ;
			--ctaBtnGhostTextHover: ;
			/* Links */
			--linkColor: ;
			--linkColorHover: ;
			/* Textmarker */
			--markerColorClean: ;
			--markerColorWild: ;
			--markerColorUltraclean: ;
			--markerTextColorClean: ;
			--markerTextColorWild: ;
			--markerTextColorUltraclean: ;
						--markerColorUltracleanPadding: 0rem 0rem 0rem 0rem;
			--markerColorUltracleanBorderradius: 0px;
			/* Top-Header */
			--topHeaderBackground: ;
			--topHeaderTextColor: ;
			--topHeaderLinkColor: ;
			--topHeaderLinkHover: ;
			/* Header */
			--headerBackground: ;
			--headerLinkColor: ;
			--headerLinkHover: ;
			/* Mobile Menu */
						/* Footer */
			--footerBackground: ;
			--footerTextColor: ;
			--footerLinkColor: ;
			--footerLinkHover: ;
			/* Subfooter */
			--subFooterBackground: ;
			--subFooterTextColor: ;
			--subFooterLinkColor: ;
			--subFooterLinkHover: ;
			/* Fonts */
						}

		/****  Fonts  ****/
		
	/* Logo Abstände */
	header .navbar-brand{
		padding-top: 0rem;
		padding-bottom: 0rem;
			}
	