/* Änderung im Cassiopeia Template */
/*     K a l l i g r a p h i x     */

/* für Kopf und Footer dunkelgrün */
.container-header, .container-footer {
    background-color: #193043;
    background-image: none;
}

/* set the background colour of the header on regular pages and when the page has scrolled */
.container-header,
.container-header.scrolled {
  background-color: #193043; 
  background-image: unset;
}

/* remove the margin from the module containing the logo */
.mod-custom p {
  margin: 0;
}

/* Hintergrundbild */
body.site {
	background: transparent;
 	background-image: url(../../../../../addons/img/background_640.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/* Menu rechts ausrichten */
/* .container-header .container-nav { */
.container-header .mod-menu {  
  justify-content:right;
  font-size: 1.2rem;
}

/* Menupunkte formatieren */
.container-header .mod-menu a {
  padding: 8px 15px;
  colour: #808080;
}

/* Menupunkte fett unterstreichen */
a.menu__home:hover,
    li.active a.menu__home {
    border-bottom: 4px solid #f8f9fa;
}

/* back-to-top immer sichtbar*/
#back-top { position: fixed; }

/* Gradient im Footer entfernen */
.footer {
  color:#fff;
  background-color: #193043;
  background-image: none;
  font-size: 10pt;
  margin-top: 1em;
}

/* Fusszeilenmenu bearbeiten */
.footer .mod-list li.active>a {
  color: crimson;
}

.footer .mod-list li a:hover {
  color: crimson;
}

#mod-custom127 {
  
}

#mod-custom126 {
  text-align: center;
}

#mod-custom128 {
  
}