:root {
  --accent:        #b84d16;
  --accent-dark:   #8a3b10;
  --bg-nav:        #fce8dc;
  --bg-footer:     #f5f5f5;
  --border-light:  #9e9b96;
}

.navigation-wrapper .container {
  background: #fce8dc;
  border-top: 1px solid #9e9b96;
  border-bottom: 2px solid #b84d16;
}

.navbar-inverse .navbar-nav > li {
  border-bottom: 1px solid #9e9b96;
}
.navbar-inverse .navbar-nav > li:first-child {
  border-top: 1px solid #9e9b96;
}

.FooterFirmierung a {
  color: transparent !important;
  font-size: 0 !important;
  text-decoration: none !important;
  pointer-events: none;
}
.FooterFirmierung a::before {
  content: 'Museumsberg Flensburg';
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  pointer-events: auto;
}
