/*  
    Created on :12.03.2021, 21:53:31
    Author     :Dipl. Math. Horst Moeller
*/
/* themed properties
---------------------------------------------------- */

:root {
  --baseHue:360;
  --theme-primary:#a24242; 
  --theme-font-size:80%;
  --theme-margin: 6px 0 0 0;
  --theme-padding:0;
  --theme-border:0;
  --theme-background: ;
  --theme-contrast:#f7efe8;
  --theme-content:var(--theme-contrast);
  --theme-headline:#a24242;  
  --theme-text-color:black;  
  --theme-h-margin:0.5em 0 0.25em 0 ;
  --theme-h3-font:1.1em;  
  --theme-h3-margin-top:1.5em;  
  --theme-h4:var(--theme-primary);  
  --theme-menu:#636363;  
  --theme-extern:var(--theme-menu);  
  --theme-nav:#dcc3af;  
  --theme-nav-ul:white;  
  --theme-pre-bg:#F8F8F8;  
  --theme-main-border:white;  
  --theme-pre-border:#D1AEAE;  
  --theme-danger:#cc2f2e;
  --theme-about-hover:#aaa;  
  --theme-grad-from:#e2b2b2;  
  --theme-grad-to:#eee;  
  --theme-webkit-gradient:-webkit-gradient(linear, left top, left bottom, from(var(--theme-grad-from)), to(var(--theme-grad-to)));
  --theme-button-bg:white;  
  --theme-button-color:var(--theme-primary);  
  --theme-button-hover:white;  
  --theme-code-bg:#F7F3F0;  
  --theme-tab-bg1:#F8F8F8;  
  --theme-tab-bg2:#F7F3F0;  
  --theme-tab-bg3:#b8917c;  
  --theme-tab-bg4:#dbc3af;  
  --theme-tab-border:#D1AEAE;  
  --theme-section-span:#ddd;  
  --theme-span-green:#c0ff80;  
  --theme-span-blue:blue;  
  --theme-span-grey-bg:#ddd;  
  --theme-span-blue-bg:#afeeee;  
  --theme-span-yellow-bg:#ffff90;  
  --theme-span-red-bg:#ffa0a0;  
  --theme-id-red:red;  
  --theme-bereich-bg:#f2f2f2;  
  --theme-bereich-border:white;  
  --theme-bereich1-bg:#fff7f0;  
  --theme-cls-bereich1-bg:#efe3d9;  
  --theme-modal-bg:rgba(169,132,132,0.8);  
  --theme-modal-bg2:#a95151;  
  --theme-modal-border:#888;  
  --theme-close-hover:#00D9FF;  
  --theme-left-border:white;  
  --theme-bottom-border:white;  
  --theme-id-axiom:#fffbf7;  
  --theme-id-footer:#dcc3af;  
  --theme-id-footer-border: white;
  --theme-print-color:black;
  --theme-print-color-bg:white;
  --theme-flash-color-bg:#cae6f6;
  --theme-flash-color-border:#377ba8;
  --theme-p-margin:1.0em 0 1.0em;
  --theme-ul-margin:0.2em 0.2em 0.2em;
  --theme-li-margin:0;
  
  --theme-h2-margin-top:2em;  
  --theme-h3-text-align:center;
  --theme-h4-font-size:0.95em;
  --theme-h4-margin-top:10px;
  --theme-h4-font-weight:600;
  --theme-left-width: 250px;
  --theme-top-higth: auto;
}
/* var(--theme-primary) */

