/**
  * Definition of site-specific basic values for colors etc.
  *
  * Praxis-Website Zahnarzt Dr. Ludwig Riedl
  * Stand: 2020-08-16 - Harald Cramer
  */
  
:root {
  --space: 1.5em;
  --space-lg: 2em;
  --color: rgb(0,0,255);
  --a-color: rgb(0,123,255);
  --ahov-color: rgb(0,86,179);
  --hr-top-color: blue;
  --hr-bot-color: silver;
  --bg-color: rgb(245,255,201);
  --bg-color-raised: rgb(220,220,220);
  --foot-color: rgb(102,102,102); /* dark gray */
  --foot-bgcolor: rgb(145,145,145) /* light gray rgb(220,220,220)*/
  --width-sm: 540px; /* screen: 576px */
  --width-md: 720px; /* screen: 768px */
  --width-lg: 960px; /* screen: 992px */
  --width-xl: 1140px: /* screen: 1200px */
}
