:root {
  --accent:        #1e3a5f;
  --accent-dark:   #132640;
  --bg-nav:        #eef2f7;
  --bg-footer:     #dce4ee;
  --border-light:  #b8c8d9;
}

.navigation-wrapper {
  background: transparent;
}
.navigation-wrapper .container {
  background: #eef2f7;
  border-top: 1px solid #c5d4e4;
  border-bottom: 2px solid #1e3a5f;
}

.navbar-inverse .navbar-nav > li {
  border-bottom: 1px solid #b8c8d9;
}
.navbar-inverse .navbar-nav > li:first-child {
  border-top: 1px solid #b8c8d9;
}

.FooterFirmierung a {
  color: transparent !important;
  font-size: 0 !important;
  text-decoration: none !important;
  pointer-events: none;
}
.FooterFirmierung a::before {
  content: 'Schifffahrtsmuseum Flensburg';
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  pointer-events: auto;
}
