:root {
  --text: #575757;
  --text_second: #666666d9;
  --background: #bec4ca;
  --background_2: #abb3ba;
  --border: #929292;
  --border_light: #abb3ba;
  --shadow: #787878;
  --shadow_light: #8d8b8b;
  --akzentfarbe: #1887d2;
  --image_clr: brightness(0) saturate(100%) invert(36%) sepia(18%) saturate(0%) hue-rotate(195deg) brightness(92%) contrast(99%);
  --image_akzent: invert(46%) sepia(53%) saturate(7000%) hue-rotate(185deg) brightness(99%) contrast(81%);
  --color-scheme: light;
}