/* 01.04.2023 - Diese Einstellungen gelten für den gesamten Header */
.header {
 background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(119,9,121,1) 35%,
rgba(0,212,255,1) 100%);
}

/*:root {
  --cassiopeia-color-primary: red;

Override the lila background with white 
.container-header {
  background-color: #ff0000;
  background-image: none;
}
  
.container-nav {
 background: green; 
}
.container-header nav {
background: white;  
}  

.container-topbar {
background: #213060;
height: 3em;  
}
.grid-child.container-nav {
background: #213060;  
}
.header {
 background: #fff; 
}  

Das ist die Einstellung für die Menüleiste https://www.joominator.de/de/menue-cassiopeia  
.container-header .mod-menu {
   justify-content: center;
   color: #ffffff;
   background-color: #000000;
   padding: 10;
}  */

  
#back-top { position: fixed; }

@font-face {
    font-family: 'alex_brushregular';
    src: url('../fonts/alexbrush-regular-webfont.woff2') format('woff2'),
         url('../fonts/alexbrush-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}

p {font-family: Arial, Helvetica, sans-serif; font-size:1.2em;}
p.special {font-family: alex_brushregular; font-size: 1.8em; color: #0000A0; margin-bottom: 0; line-height: 0.9; text-align:center;}

