
/****************************************************************************************************************** Jumbotron */
/* Jumbotron und GRID-TH-Farbe, de facto die Hauptfarbe aller Seiten*/

/*
:root {
  --main-color: #A5DF00;
}

.jumbo {
  background-color:var(--main-color); !important;
  color:#111111 !important;
}

.jumboth {
  background-color:var(--main-color); !important;
  color:#111111 !important;
}
*/


/********************************************************************************* Headerbar im Onlinesysten oben */
.headerlinediv {
  color:lightGrey;
  background-color:#5cacee;
  list-style:none;
  font-size: xx-small;
}

.headerline {
  color:lightGrey;
  background-color:#5cacee;
  white-space:nowrap;
  display:inline;
  padding-left:5;
  list-style:none;
  font-size: xx-small;
}


.colorsFooter {
  background-color: #f3f3f3;
}

