html {
    font-family: Verdana, Arial, Helvetica, "Sans Serif";
    font-size: var(--theme-font-size);
    font-weight: normal;
    color: var(--theme-text-color);
    /*background: white url(/static/sand-bg.jpg);*/
    background: var(--theme-background);
    background-color: var(--theme-contrast);
    padding: 0;
}

body {
    /*max-width: 1000px;*/
  hyphens: auto;
  margin: var(--theme-margin);
  padding: var(--theme-padding);
  border: var(--theme-border);
  scrollbar-face-color: var(--theme-primary);
  scrollbar-track-color: var(--theme-contrast);
  color: var(--theme-text-color);
  background-color: var(--theme-contrast);
  display: grid;
  grid-template-columns: var(--theme-left-width) auto;
  grid-template-areas: "head head"
                       "left main"
                       "foot foot";
}

[type="checkbox"] + label {
  position: relative;
}
[type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid var(--theme-pre-border);
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}
[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: var(--theme-button-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: var(--theme-primary);
    margin: var(--theme-h-margin);
    hyphens: initial; 
}

h1 {
    grid-area: head1 / span 3;
}

h2 {
   margin-top: var(--theme-h2-margin-top);
}

h3 {
   font-size: var(--theme-h3-font);
   margin-top: var(--theme-h3-margin-top);
   text-align: var(--theme-h3-text-align);
}

h4 {
   font-size: var(--theme-h4-font-size);
   color: var(--theme-h4);
   margin-top: var(--theme-h4-margin-top);
   margin-bottom: 0px;
   font-weight: var(--theme-h4-font-weight);
}
/** {box-sizing: border-box}*/

.rechts {
	float: right;
	margin-left: 1.5em;
}

.links {
	float: left;
	margin-right: 2.0em;
}

.imgBoxL {
    column-span: all;
    display: grid;
    grid-template-columns: 300px auto;
    grid-template-rows: auto;
    justify-items: center;
    grid-template-areas: "imgL listL";
}

.imgBoxR {
    column-span: all;
    display: grid;
    grid-template-columns: auto 300px;
    grid-template-rows: auto;
    justify-items: center;
    grid-template-areas: "listR imgR";
}

.imgBoxL .imgL {
   grid-area: imgL;
   float: right;
   margin-top: 1.5em;
}

.imgBoxR .imgR {
   grid-area: imgR;	
   float: left;
   margin-top: 1.5em;
}

.imgBoxL .listL {
   grid-area: listL;	
   margin-right: 2.0em;
}

.imgBoxR .listR {
   grid-area: listR;	
   margin-right: 2.0em;
}

#galerie li
{
list-style-type: none;
float: left;
margin: 0 20px 20px 0;
text-align: center;
}

#galerie img
{
display: block;
padding: 15px;
} 

/* Style tab links */

.tab_links li {
  font-family: 'Source Sans Pro', sans-serif;
  cursor: pointer;
  list-style: none;
  float: left;
  margin-right: 3px;
  padding: 5px 5px;
/*  background: #B326DA;
  color: #ffffff;*/
}


.tablink1 .tablink2 {
    display:inline;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: black;
    display: none;
    padding: 5px 5px;
    background-color: var(--theme-contrast);
    border: 1px solid var(--theme-pre-border);
    border-radius: 4px;
}

.task-list-item-checkbox {
    margin: 0.2rem;
}

article .main {
  padding: 0.5rem 0.5rem 0.5rem;
}

a {
    cursor:pointer; 
    color: var(--theme-primary); 
    text-decoration: none;
} 

a.top {
    font-size: 1.1em;
    color: var(--theme-menu);
}

a.menu, a.modus {
    font-size: 1.0em;
    color: var(--theme-menu);
}

a.extern {
    font-size: 1.0em;
    color: var(--theme-extern);
}

a.select {
    color: var(--theme-primary);
}

a.link   {   
    text-align: left;  
}

a:visited   { color: var(--theme-menu); text-decoration: none  ;          }

a:active    { color: var(--theme-contrast);
                                letter-spacing: 0px;
                                font-weight: normal;
                                text-decoration: none ;
                                background-color: var(--theme-primary);
}

a:hover     { color: var(--theme-primary);
                                text-decoration: none ;
                                /*background-color: var(--theme-primary);*/
}

td p {
   display:inline;
    white-space: normal;
}

hr {
    border: none;
    border-top: 1px solid lightgray;
}

nav {
    grid-area: head;	  
    background: var(--theme-nav);
    align-items: right;
    /*padding: 0.5rem 0.5rem 0.5rem;*/
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 100%;
    justify-items: right;
    grid-template-areas: "head act0";
    padding: 0 0em;
}

header {
    align-items: center;
    padding: 0 0.25rem;
    display: grid;
    grid-template-columns: auto 120px;
    grid-template-rows: auto;
    justify-items: left;
    grid-template-areas: "head1 head1"
                         "head2 act1";
}

#title {
    justify-self: center;   
}
nav img {
    justify-self: center;
    margin: 0rem;
/*    margin-left: 0;    */
}

a img {
    vertical-align: bottom;
}

header h2 {
    grid-area: head1;	
    margin: 0.25rem;
}

header h3 {
    grid-area: head2;	
    flex: auto;
    margin: 0.25rem;
    /*margin-left: 0;*/    
    justify-self: left;
}

nav h2 a, header h3 a {
    text-decoration: none;
    padding: 0.1rem 0.1rem;
}

nav img  {
    grid-area: head;	
}

img {
    break-inside: avoid;
    margin: var(--theme-img-margin);

}

header ul  {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu li {
  display:inline;
}

nav > .action {
    grid-area: act0;	
    display: block;
}

header ul li, nav ul li a, nav ul li span {
    display: block;
    padding: 0rem;
}

header .action {
    grid-area: act1;	
    display: block;
    padding: 0;
    list-style: none;
}

nav ul li span {
    color: var(--theme-nav-ul);
    font-size: 0.75em;
    text-align: right;
    top: 10px;
}
.mint {
  color: #29b37f;
}
.grosse-Schrift {
  font-size: 1.3em;
  background-color: var(--theme-contrast);
}
.kleine-Schrift {
  font-size: 0.6em;
}
.pdf {
  background: url(/system/images/icons/iconpdfpng-trans.png) center left no-repeat;
  padding: 10px 30px;
  border-bottom: none;
}
.invis {
  display: none;
  margin-inline-start: 1.5em;
}

.content {
    padding: 0 0.2rem 0.2rem;
}

#main > header {
    border-bottom: 1px solid var(--theme-main-border);
    display: flex;
    align-items: center;
}

#content {
   background-color: var(--theme-content);   
}

.content > header h4 {
    flex: auto;
    margin: 0.5rem 0 0.5rem 0 0;
}

.flash {
    margin: 0.25em 0;
    padding: 0.5em;
    background: var(--theme-flash-color-bg);
    border: 1px solid var(--theme-flash-color-border);
}

.post > header {
    display: flex;
    align-items: flex-end;
    font-size: 0.85em;
}

pre > code {
    display: flex;
    padding: 0.5rem 0.5rem;
    background: var(--theme-pre-bg);
    border: 1px solid var(--theme-pre-border);
    border-radius: 4px;
    text-align: left;
}

.headline, dt {
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-headline);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 6px;
}

.headline {
    letter-spacing: 1px;
    margin-left: 6px;
}

.kleiner { 
    font-family:Verdana, Arial, Helvetica, Sans Serif;
            font-size: 11px;
            font-weight: light;
            color: var(--theme-primary);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    margin-right: 0px;
}

/*.post > header > div:first-of-type {
    flex: auto;
}*/

.post > header h1 {
    font-size: 1.5em;
    margin-bottom: 0;
}

.body {
    white-space: normal;
}

.post {
    white-space: normal;
}

.content:last-child {
    margin-bottom: 0.1em;
}

.content form {
    margin: 0.5em 0;
    display: flex;
    flex-direction: column;
}

.content label {
    font-weight: bold;
    margin-bottom: 0.25em;
}

.content input, .content textarea, .content select, [class^=tablink] {
    margin-bottom: 0.5em;
    font-size: 110%;
    border: 1px solid var(--theme-pre-border);
    border-radius: 4px;
}

.content textarea {
    min-height: 3em;
    resize: all;
/*    font-size: 140%;*/
}

.maxwidth {
    max-width: 1000px;
}

.vspace {
    margin-top: 1.0em;
}

input.danger {
    color: var(--theme-danger);
}

input[type=submit] {
    align-self: start;
/*    min-width: 15em;*/
}

.post .about {
    color: var(--theme-content);
    font-size: 0.75em;
    font-style: italic;
    width: 50%;
}
.about:hover { background: var(--theme-about-hover);}

.button, .button1, .button2, .button3, .button4, .button5, .bbutton, .rbutton { 
/*    background: -moz-linear-gradient(center top, #e2b2b2, #eee);*/
    background: var(--theme-webkit-gradient);
/*    background:  -o-linear-gradient(top, #e2b2b2, #eee);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2b2b2', EndColorStr='#eee');
    border-color: var(--theme-primary);
    border-width:1px;
    border-radius:4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: var(--theme-button-color);
    cursor:pointer;
    display:inline-block;
    padding: 7px;
    padding-top:1px;
    padding-bottom:1px;
    margin-top:0.2em;
    margin-bottom: 0.2em;
    font:14px; 
}
.button {width:auto; 
        font-size: 0.75em;}

/*.button#ess { 
    padding-top:2px;
    padding-bottom:2px;
}*/

/*.button:hover, .button1:hover { background: #f7efe8; }*/

.button1, .button2 , .button5, .rbutton{
    width:auto; 
/*    font-weight: bold;*/
}
.button2 {background: var(--button-bg);}

.button3, .button4 {
    width:auto;
    /*font-weight: bold;
     *    overflow: hidden;
     *    text-overflow: ellipsis;
     *    white-space: nowrap;*/
}

.button4 {background: var(--button-bg);}

/*.button5 {font-weight: bold;}*/

.button:hover, .button1:hover, .bbutton:hover, 
.button3:hover, .button4:hover, .button5:hover, .rbutton:hover 
                { color:var(--button-hover);
                  text-decoration: none ;
                  background: var(--theme-primary);
}

/*  Erweiterungen für die MultiColumn Ansicht */

.padd {
   padding: 0.5rem;
}
h1 { column-span: all; } /*span over all columns*/
.cols2 { column-count:2; }
.cols3 { column-count:3; }
.cols4 { column-count:4; }
.colw300 { column-width: 1300px;}
.colw400 { column-width: 1400px;}
.colw500 { column-width: 1500px;}
.colw600 { column-width: 1600px;}
.colw700 { column-width: 1700px;}
.colw800 { column-width: 1800px;}
.colw900 { column-width: 1900px;}
.colw1000 { column-width: 2000px;}
.colw1100 { column-width: 2100px;}

article {
  grid-area: main;	  
  text-align: justify;
  column-rule: thin dotted black;  
  column-gap: 1em;
  padding: 0.5rem 0.5rem 0.5rem;
  hyphens: auto;  
} 
.spanner {
  column-span: all;
  margin: 1em 0;
  padding: 0 1em;
  border: thin solid white;  
}

h1, h2, h4, h5, h6, dt {
 text-align: left;
}

dt { 
    font-weight: bold; 
    font-size: 1.25em;
}  

code { 
    font-size: 0.9em;
    font-weight: normal;
    font-family: monospace, serif ;
    background-color: var(--theme-code-bg);
    padding: 2px;
    border: 1px solid var(--pre-border);
    border-radius: 4px; 
}

.no-break {
  break-inside: avoid;
}

.no-break-before {
  break-before: avoid;
}

.no-break-after {
  break-after: avoid;
}

/*div.post { 
    break-inside:avoid;
}*/

.tab0 {
    cellpadding: 0;
    width: 100%;
}

.tab1 {
    border: 1px solid var(--theme-primary);
    border-spacing: 0;
    break-inside:avoid;
    background-color: var(--theme-tab-bg1);
    border-collapse:collapse;
    text-align: left;
}
/*  Define the background color for all the ODD background rows  */
.tab1 tr:nth-child(even){ 
    background: var(--theme-tab-bg2);
}

.tab1 th, .tab1 td {
    border: 1px solid var(--theme-tab-border); 
    padding: 5px; 
    vertical-align: top;
}
.tab1 th{ 
    background: var(--theme-tab-bg3);
}
.tab1 td:nth-child(1){ 
    background: var(--theme-tab-bg4);
}

section span {
    background-color: var(--theme-section-span);
}

.sp-green {
    background-color: var(--theme-span-green);
    color: black;
}

.blue, .sp-blue {
    color: var(--theme-span-blue);
    background-color: var(--theme-contrast);
}

.sp-blue {
    background-color: var(--theme-span-blue-bg); 
}

.sp-grey {
    background-color: var(--theme-span-grey-bg);
}

.sp-yellow {
    background-color: var(--theme-span-yellow-bg);
}

.sp-red {
    background-color: var(--theme-span-red-bg); 
    color: black;
}

.sp-left {
   text-align: left;
   background-color: var(--theme-contrast);
}

p { 
    margin: var(--theme-p-margin); 
}

ul, ol, pre, dl { 
    margin: var(--theme-ul-margin); 
}

li { 
    margin: var(--theme-li-margin); 
}

nav ul {
    list-style: none;
}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#red {
    color: var(--theme-id-red);
}

#bereich {
    background-color: var(--theme-bereich-bg);
    border: thin solid var(--theme-bereich-border); 
    padding: 10px;
}

#bereich1 {
background-color: var(--theme-bereich1-bg);
 padding: 5px;
}

#page #footer {
  position: relative;
  height: 35px;
  border-top: 1px #29b37f solid;
}
#page #footer p {
  margin: 2px 0 0 0;
  padding: 0;
  border: 0;
  font-size: 0.7em;none
}
.bereich1 {
  background-color: var(--theme-cls-bereich1-bg);
  padding: 1px;
}

div.bereich1 {
  margin: var(--theme-bereich1-margin);     
}

/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: #a95151;  Fallback color */
  background-color: var(--theme-modal-bg, );  Black w/ opacity 
}

 .modal .action {
    display: ;
}

/* Modal Content */
.modal-content {
    margin: 3% auto;
    background: var(--theme-contrast);
    padding: 15px;
    border: 1px solid var(--theme-modal-border);
    border-radius: 10px;
    /*margin: 10% Auto;*/
    padding: 5px 20px 13px 20px;
    width: 85%;
}

#login {width: 20em;}

.modal:target {
    opacity: 1;
    pointer-events: Auto;
}

.close:hover {
    background-color: var(--theme-close-hover);
}

.left {
    grid-area: left;
/*    position: fixed;
    top: var(--theme-fixed-top); */
    width: var(--theme-left-size);
    border-right: solid 1px var(--theme-left-border);
    padding: 0.5rem 0.0rem 0.5rem;
}

.left ul {
  list-style: none;    
  padding: 0.1em 0.1em;
  margin: auto;
  line-height: 20px;
}

ul.a {list-style-type: lower-alpha; padding: 0 1.25em;}
ul.b {list-style-type: disc; padding: 0 1em;}
ul.c {list-style-type: square; padding: 0 1em;}

.left li {
    margin-bottom: 0.1em;
}

.left li {
  border-bottom: 1px solid var(--theme-bottom-border);
}

/*li:last-child {
    margin-bottom: 0.2em;
}*/
  
  #page #header {
  position: relative;
  border-top: 10px #29b37f solid;
  padding: 15px 0 20px 0;
  margin: 0;
}
#page #header #teaser {
  position: relative;
  border: 0;
  padding: 20px 0 0 0;
  margin: 0;
}
#page #header h1 {
  position: relative;
  padding: 30px 0 30px 96px;
  background: url(/system/images/triade.png) 29px 0px no-repeat;
  background-position-y: 50%;
  font-size: 1.5em;
  font-weight: normal;
  color: #666666;
}
  
  #header {
    padding: 0px 0 0px 0;
    margin: 0px;
    border-top: none;
  }
  #header h1 {
    margin-top: 46px;
  }

#axiom {
    background-color: var(--theme-id-axiom);
}

#mainbox {
  padding-left: 5px;  
}

#footer {
    background: var(--theme-id-footer);
    grid-area: foot;
    border-top: 1px solid var(--theme-id-footer-border);	
    
}
	
}

#footer p {
    margin: 0;
    padding: 0 0;
}

#footer ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Ecken
* --------------------------- */
div.cornerTopLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: transparent top left no-repeat;
}
div.cornerTopRight {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  background: transparent top right no-repeat;
}
div.cornerBottomLeft {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: transparent bottom left no-repeat;
}
div.cornerBottomRight {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  background: transparent bottom right no-repeat;
}
.container {
    max-width: 48em;
    padding: 0 0.5em;
    margin: 0 auto;
}
.widescreen .container { max-width: 72em; }

nav .H0B {
    display: inherit;
}

nav .H0S {
    display: none;
}

pre {
    white-space: break-spaces;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
/*    word-wrap: break-word;      */

    padding: 0.5rem 0.5rem;
    background: var(--theme-pre-bg);
    border: 1px solid var(--theme-pre-border);
    border-radius: 4px;
    text-align: left;
}

d.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.codehilite .hll { background-color: #ffffcc }
.codehilite { background: #f8f8f8; }
.codehilite .c { color: #3D7B7B; font-style: italic } /* Comment */
.codehilite .err { border: 1px solid #FF0000 } /* Error */
.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
.codehilite .o { color: #666666 } /* Operator */
.codehilite .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.codehilite .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #9C6500 } /* Comment.Preproc */
.codehilite .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.codehilite .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #E40000 } /* Generic.Error */
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #008400 } /* Generic.Inserted */
.codehilite .go { color: #717171 } /* Generic.Output */
.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.codehilite .gt { color: #0044DD } /* Generic.Traceback */
.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #B00040 } /* Keyword.Type */
.codehilite .m { color: #666666 } /* Literal.Number */
.codehilite .s { color: #BA2121 } /* Literal.String */
.codehilite .na { color: #687822 } /* Name.Attribute */
.codehilite .nb { color: #008000 } /* Name.Builtin */
.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.codehilite .no { color: #880000 } /* Name.Constant */
.codehilite .nd { color: #AA22FF } /* Name.Decorator */
.codehilite .ni { color: #717171; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #0000FF } /* Name.Function */
.codehilite .nl { color: #767600 } /* Name.Label */
.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #19177C } /* Name.Variable */
.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
.codehilite .mb { color: #666666 } /* Literal.Number.Bin */
.codehilite .mf { color: #666666 } /* Literal.Number.Float */
.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
.codehilite .sa { color: #BA2121 } /* Literal.String.Affix */
.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
.codehilite .dl { color: #BA2121 } /* Literal.String.Delimiter */
.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
.codehilite .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
.codehilite .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.codehilite .sx { color: #008000 } /* Literal.String.Other */
.codehilite .sr { color: #A45A77 } /* Literal.String.Regex */
.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
.codehilite .fm { color: #0000FF } /* Name.Function.Magic */
.codehilite .vc { color: #19177C } /* Name.Variable.Class */
.codehilite .vg { color: #19177C } /* Name.Variable.Global */
.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
.codehilite .vm { color: #19177C } /* Name.Variable.Magic */
.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */


@media screen and ( max-width: 800px ) {
    html {
        font-size: var(--theme-smart-font-size);
    }
        body {
      display: grid;
      grid-template-columns: auto;
      grid-template-areas: "head"
                           "main"
                           "foot";
    }
    
    nav {
        margin-top: 0px;
        grid-template-columns: auto auto;
        justify-items: right;
        padding: 0 0rem;
        grid-template-areas: "head act0";
    }
    header {
        padding: 0 0.1rem;
        grid-template-columns: auto 130px;
    }

nav .H0B {
    display: none;
}

nav .H0S {
    display: inherit;
    justify-self: left;
    margin-inline-start: 50px;
}
    
    body {
        /*max-width: 1000px;*/
      margin-top: 3px;
    }
    
.imgBoxL {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "imgL" "listL";
}

.imgBoxR {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "imgR" "listR";
}

    dd hr {
        display: none;
    }
    
    .content {
        padding: 0 0 0;
    }
    .vspace {
        margin-top: 0.1em;
    }
    .post .about {
        width: 100%;
    }
    dd {
        margin-inline-start: 20px;
    }
    .small-menu { 
        position: fixed;
        top: 55px;
        left: 0;
          margin-bottom: 0;
     }
    .left  {
          display: none;
    }
    .dropbtn {
      padding: 3px;
      cursor: pointer;
      position: fixed;
      top: 8px;
      left: 4px;
    }
/*    header {
        margin-left: 50px
    }*/

    #footer {
        white-space: normal;
    }
    
    .dropbtn:hover, .dropbtn:focus {
      background-color: var(--theme-contrast);
    }

    .dropdown-content {
      display: none;
      position: fixed;  
      bottom: 50;
      left: 0;
      width: 390px;
/*      background: -moz-linear-gradient(center top, #e2b2b2, #eee);*/
        background: var(--theme-webkit-gradient);
/*      background:  -o-linear-gradient(top, #e2b2b2, #eee);*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2b2b2', EndColorStr='#eee');
        border-color: var(--theme-primary);
        border-width:1px;
        border-radius:4px 4px 4px 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        color: var(--theme-primary);
      /*min-width: 190px;*/
      overflow: auto;
      height: auto;
      max-height: 700px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }

    .dropdown-content a {
      font-weight:normal;
      color: black;
      padding: 4px 10px;
      /*text-decoration: none;*/
      display: block;
    }
    
    a.menu, a.top, a.extern {
        font-size: 1.2em;
        color: var(--theme-menu);
    }

    .dropdown-content h4 {
      padding: 8px 10px;
    }

    .dropdown a:hover {background-color: #ddd;}

    .modal {
        padding-top: 0px; /* Location of the box */
    }

    /* Modal Content */
    .modal-content {
        margin: 1% auto;
        padding: 0px;
        border-radius: 5px;
        /*margin: 10% Auto;*/
        padding: 5px 5px 5px 5px;
        width: 95%;
    }

    .show {display: block;}
    
    .button1, .button2, .button3, .button4, .button5, .rbutton {
        margin-top:0.2em;
        margin-bottom: 0.2em;
        font-size:1.2em;
        font-weight: normal;
        padding:5px 12px 5px;
    }
    .button {
        margin-top:0.2em;
        margin-bottom: 0.2em;
        font-size:1em;
        font-weight: normal;
        padding:3px 5px 3px;
    }
    .button#ess {
        padding:4px 2px 4px;
    }
    .bbutton {
        width:auto;
        margin-top: 2px;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        padding: 5px 12px 5px;
    }
    
    .button1, .button2, .button3, .button4, .button5, .rbutton {
        width:auto; 
    }
    .button3, .button4 {
        width:10em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .modal-content {
        margin: 10% auto;
    }

    a {
        font-size: 1.2em;
    }

    dt {
        margin-left: 0;
    }

    .invis {
        margin-inline-start: 0;
    }

    dl {
        margin: 0.5em 0 0.2em 0;
        margin-inline-start: 0;
    }
}

@media screen and ( min-width: 801px ) {
     .small-menu { 
          display: none; 
     }
}

@media print {
   body {
    color: var(--theme-print-color);
    background-color: var(--theme-print-color-bg);
    grid-template-rows: 0 auto 0;
    grid-template-columns: auto;
    grid-template-areas: "head"
                         "main"
                         "foot";
  }
  .small-menu , dropdown-content, .button1, .button2, .button3, .button4, .button5, .bbutton, .left, .rbutton { 
         display: none; 
  }
  
  nav, a.action, .about, .button, .kleine-Schrift {
    display: none; 
    color: var(--theme-print-color-bg);
  }
  
  .invis {
    display:block;
    margin-inline-start: 0;
  }
  /*  h1, dt  {page-break-before:always;}*/

    .tab1 th{ 
        background: lightgray;
    }
    .tab1 td:nth-child(1){ 
        background: lightgray;
    }

}

