.header {
background: rgb(132,51,40);
}
backgr.header {
background-color: #329c48;
}


.container-footer {

position: relative;

height: 250px;

background-color: #79a2f1;

background-image: url(https://omasgegenrechts-freudenstadt.de/images/hintergrund_v1.png);

}

.footer {
  margin-top: 1em;
  color: hsl(0, 0%, 100%);
  background-color: var(--cassiopeia-color-primary);
}
.footer .grid-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0.5em;
}
.footer a {
  color: currentColor;
}
.footer .mod-menu {
  position: relative;
}
.footer .metismenu.mod-menu .mm-collapse {
  background: var(--cassiopeia-color-primary);
}

.container-header {
  position: relative;
  z-index: 10;
  background-color: hsl(360, 85%, 53%);
  -webkit-box-shadow: 0 5px 5px hsla(0, 0%, 0%, 0.03) inset;
          box-shadow: 0 5px 5px hsla(0, 0%, 0%, 0.03) inset;
background-image: url(https://omasgegenrechts-freudenstadt.de/images/hintergrund_v1.png);
}

.container-header .navbar-brand {
  position: relative;
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 2rem;
  color: hsl(360, 85%, 53%);
  background-color: #ed2223;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}

.container-header .navbar-brand a {
  color: hsl(0, 100%, 100%);
  background-color: #329c48;
}
.container-header .mod-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0;
  margin: 0;
  color: hsl(0, 100%, 100%);
  list-style: none;
  background-color: #329c48;
}






