.container-header {
  z-index: 10;
  background-color: #dbe1ed;
  background-image: none;
  position: relative;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.3);
}
.container-topbar {
  background-image: url("https://www.dr-stuetz.de/images/bg-head.png");
  background-repeat: repeat-x;
}

 h1, .h1 {
    color: #273580;
   text-transform: uppercase;
  }
.mod-list li {
  padding: 0.5em;
}
.mod-list li.active > a {
  text-decoration: none;
}
/* Unterstrich bei Hover und aktiv entfernen */
.metismenu > li > a::after,
.metismenu > li.active > a::after,
.metismenu > li > a:hover::after {
    display: none !important;
}

.container-header .mod-menu .parent > ul {
  color: #264e75;
  width: 260px;
  margin-top: 14px;
  background-color: #f7faff;
  border-color: cadetblue;
  border-width: 3px;
  border: 1px solid #a6a6a6;
    font-size: 1em;
}
.container-header .navbar-toggler {
  border: 1px solid #5b86ac;
  color: #203355;
  cursor: pointer;
}
.card-body {
  -webkit-box-flex: 1;
  color: var(--card-color);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--card-spacer-y) var(--card-spacer-x);
  background-color: #f9f9f9;
}
li.metismenu-item.item-102.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
}
li.metismenu-item.item-103.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
}
li.metismenu-item.item-106.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
}
li.metismenu-item.item-107.current.active level-2 {
    background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
  margin: 20px;
}
li.metismenu-item.item-108.current.active level-2 {
    background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
  margin: 20px;
}
li.metismenu-item.item-111.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
  }
li.metismenu-item.item-112.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
  }
li.metismenu-item.item-113.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
  }
li.metismenu-item.item-126.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
  }
}
/*.nav-item.item-110.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
}
.nav-item.item-125.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
}
.nav-item.item-132.current.active {
  background-color: #c3d1ee;
  font-weight: bold;
  text-decoration: none;
}*/
.uk-scope .uk-button-primary {
  background-color: #c3d1ee;
  color: #000;
}
.metismenu.mod-menu .metismenu-item {
  flex-wrap: wrap;
  align-items: center;
  padding: .5em 1em;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  justify-content: center !important;
}
.metismenu.menu-horizontal {
  flex: 1 0 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center !important;
}
.site-grid {
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.3);
}
.col-3 {
  width: 99%;
}
.offset-3 {
  margin-left: 2%;
}
.tags a.btn {
  font-size: 10px;
}
.btn-info {
  --btn-color: #273385;
  --btn-bg: #dbe1ed;
  --btn-border-color: #30638d;
  --btn-hover-color: #fff;
  --btn-hover-bg: #295477;
  --btn-hover-border-color: #264f70;
  --btn-focus-shadow-rgb: 79,122,158;
  --btn-active-color: #fff;
  --btn-active-bg: #264f70;
  --btn-active-border-color: #244a69;
  --btn-active-shadow: inset 0 3px 5px #00000020;
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #30638d;
  --btn-disabled-border-color: #30638d;
}
.btn-primary {
  --btn-color: var(--btncolor);
  --btn-bg: rgb(39, 52, 130);
  --btn-border-color: var(--btnbg);
  --btn-hover-color: var(--btncolor);
  --btn-hover-bg: var(--btnbgh);
  --btn-hover-border-color: var(--btnbgh);
  --btn-active-color: var(--btncolor);
  --btn-active-bg: var(--btnbgh);
  --btn-active-border-color: var(--btnbgh);
  --btn-disabled-color: var(--btncolor);
  --btn-disabled-bg: var(--btnbg);
  --btn-disabled-border-color: var(--btnbg);
  background-color: var(--btn-bg);
  border-color: var(--btn-bg);
}
.footer {
  background-color: #f9f9f9;
  background-image: none;
  color: #fff;
  margin-top: 1em;
}