:root {
  --color1: #1E1E1E;    /* schwarz halbtransparent */
  --color2: #F7F7F7;    /* schwarz halbtransparent */
  --color3: #4880AA;    /* blau */
  --transluzent: rgba(100,100,100,0.5);    /* schwarz halbtransparent */
  --petrolhell: #1E3ABD;    
  --maincolor6: #592d07;    /* Überschriften */
	--transparent: rgba(255,255,255,0);    /* unsichtbare border */
  --colorblack: #000;    /* Farbe schwarz */
  --colorwhite: #fff;    /* Farbe weiß */
}
