/* Grundsätzliche Template Farben und Einstellungen */
:root {
  cassiopeia-color-primary:#000000;
  cassiopeia-color-link:#2f3031;
  cassiopeia-color-hover: ;
  
  cassiopeia-font-family-body: ;
  cassiopeia-font-family-headings: ;
  cassiopeia-font-weight-headings:700;
  cassiopeia-font-normal:400;
  
  primary: ;
  secondary: ;
  success: ; 
  info: ;
  warning: ;
  danger: ;
  light: ;
  dark: ;
  
  body-font-family: ;
  body-font-size:2rem;
  body-font-weight:400;
  body-line-hight:1.5;
  body-color: #000000; ;
  body-bg: ;
  }


/* Schrift */
/*body{
  font-family: ;
}*/


/*Header*/
.header{
  background: rgba(237,242,247,255);
  color: #000000;
  align: center;
}

.header img{
  height: auto;
  width:3em;
}    

header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header > * {
  padding-bottom: unset !important;
  padding: 8px !important;
}

header > div:nth-child(1) {
  flex-basis: content;
}

.item-109,
.item-110,
.item-111,
.item-112,
.item-113,
.item-118
{
  color: #000000;
}


/*Footer*/
.footer{
   background: rgba(237,242,247,255);
   color: #000000;
}