:root {
  /*Hintergrundfarben*/   
  --TitelBGrgb: 21, 119, 207;  /*Dunkle Titelfarbe rgb! */
  /*--TitelBGrgb: 78, 115, 223; /* Dunkle Titelfarbe rgb! */
  --TitelBG: rgb(var(--TitelBGrgb)); 
  --TitelHellBG: #742;
  --TitelBGimg:linear-gradient(160deg,#1577cf,#004482);
  --TableBG: #A10202;
  --TableHellBG: #A10202;
  
  /*Textfarben*/
  --ContentTextColor:#827474;
  --ContentLinkColor:#2175C8;
  --ContentLinkColorHover:#396B9C;
  --ContentLinkColorVisited:#2175C8;
  
  --TitelColor: #fff;
  --h12345Color:#A04636;
  /*Tabs*/
  --tab-titelbg:linear-gradient(160deg,#1577cf,#004482);
  --tab-bg: #f9f9f9; 
  --tab-bordercolor:#ccc0;
  /*Tabs*/
  
  /*Formulare*/
  --InputBG: #F5f7fF;
  --InputBGaktiv: #fff;
  --InputTextColor: #000;
  
  --ButtonTextColor: #fff;
  --ButtonTextColorHover: #fff;
  --ButtonBGColor: rgb(var(--TitelBGrgb)); 
  --ButtonBGColorHover: rgba(var(--TitelBGrgb),0.8); 
  --InputRadius:0px;

 /*Allgemein*/
  --scrollPosY:0;
  /*--FontName:'Catamaran';*/
  --FontName:'open_sansregular';
}