/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2025 | 13:34:48 */
:root {
	
  --hex-grey-strong: #4e4f5e; /* 6c6d74; */
  --hex-corp-dark-grey: #4e596b; /* #5d5e72; */
  --hex-corp-light-grey: #edeef1; /*#e9eaec; */	/* vormals ccc */
  --hex-corp-orange: #f5a700;
  /* --hex-corp-green: #19FF3D; */
  --hex-hover-accent-color: #1f7c9e;  /* Petrol */	/* ggf. passende neue Akzentfarbe: Marineblau: #081e52 oder #0b235c oder:#0d296e; */
  --hex-corp-white: #ffffff;
  --hex-dark-white: #ececec;		
  --hex-corp-black: #000000;		
  --hex-hover-orange: #f5a700;
	
  --container-width: 1600px;	
	
  /* var(--container-width); */	
	
}

