#mainNav.navbar {
  background: #012089;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
}

#mainNav .container {
  align-items: center;
}

#mainNav .navbar-brand img {
  height: 32px;
  width: auto;
}

#mainNav .navbar-nav {
  align-items: center;
  gap: 3px;
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.06));
  border: 1px solid rgba(155,180,240,.55);
  border-radius: 999px;
  padding: 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 6px 18px rgba(0,0,0,.16);
  position: relative;
}

#mainNav .navbar-nav .nav-item {
  margin: 0;
  position: relative;
  z-index: 1;
}

#mainNav .navbar-nav .nav-link {
  color: rgba(255,255,255,.85);
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .2s, color .55s;
}

#mainNav .navbar-nav .nav-link:hover {
  background: transparent;
  color: #fff;
}

#mainNav .navbar-nav .nav-link:focus {
  background: rgba(255,255,255,.16);
  color: #fff;
}

#mainNav .navbar-nav .nav-item.active > .nav-link {
  background: #dfe6ff;
  color: #012089;
  box-shadow: 0 1px 2px rgba(1,32,137,.10);
}

#mainNav .navbar-nav .nav-link.active {
  background: #dfe6ff;
  color: #012089;
  box-shadow: 0 1px 2px rgba(1,32,137,.10);
}

#mainNav .navbar-nav .dropdown.show > .nav-link {
  background: rgba(255,255,255,.16);
  color: #fff;
}

#mainNav .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,.16);
  padding: 8px;
  margin-top: 10px;
  background: #ffffff;
  min-width: 220px;
}

#mainNav svg.bi {
  color: #fff !important;
}

#mainNav a.d-none.d-md-block {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  margin: 0 3px;
  transition: background .15s;
  padding: 0;
  line-height: 44px;
  text-align: center;
}

#mainNav a.d-none.d-md-block:hover {
  background: rgba(255,255,255,.14);
}

#mainNav a.d-none.d-md-block svg {
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

#mainNav #kundenlogin.btn.btn-primary {
  background: #fff;
  color: #012089;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  width: auto !important;
  height: auto !important;
  padding: 9px 22px;
  margin-left: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,.14);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

#mainNav #kundenlogin.btn.btn-primary:hover {
  background: #e6ebff;
  color: #012089;
}

#mainNav .navbar-toggler {
  border-color: rgba(255,255,255,.5);
}

#mainNav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.maas-search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f4f4;
  border: 1px solid #e3e7ef;
  border-radius: 26px;
  padding: 4px 5px 4px 18px;
}

.maas-search-field:focus-within {
  border-color: #171a20;
}

.maas-search-field .maas-search-ico {
  flex: 0 0 auto;
  color: #5c5e62;
}

.maas-search-field input#searchInput {
  flex: 1;
  width: auto;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  padding: 8px 4px;
  font-size: 15px;
  font-weight: 400;
  color: #171a20;
}

.maas-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 22px;
  border: none;
  border-radius: 19px;
  background: #171a20;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  flex: 0 0 auto;
}

.maas-search-btn:hover {
  background: #000;
}

.maas-scopes {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 4px 0 18px;
}

.maas-scopes-label {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .04em;
  color: #8a8d93;
}

.maas-scopes .search-option {
  padding: 4px 2px;
  border: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  color: #a7a9ad;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  transition: color .15s, border-color .15s;
}

.maas-scopes .search-option.checked {
  color: #171a20;
  border-bottom: 2px solid #171a20;
  background: transparent;
}

.maas-scopes .search-option .checkmark {
  display: none;
}

.maas-scopes .reset-button {
  border: none;
  background: transparent;
  color: #8a8d93;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 2px;
  text-decoration: underline;
}

.maas-hl-cards {
  display: flex;
  gap: 14px;
  height: 100%;
  align-items: stretch;
}

.maas-hl-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none;
  background: #f4f4f4;
  color: #171a20;
  min-height: 0;
  transition: transform .15s, box-shadow .15s;
  height: 100%;
}

.maas-hl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.maas-hl-card--primary {
  background: #012089;
  color: #fff;
}

.maas-hl-card--primary:hover {
  box-shadow: 0 12px 26px rgba(1,32,137,.30);
}

.maas-hl-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.maas-hl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8d93;
}

.maas-hl-card--primary .maas-hl-eyebrow {
  color: #9fb0ee;
}

.maas-hl-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 3px;
  display: block;
}

.maas-hl-sub {
  font-size: 12px;
  margin: 0;
  color: #5c5e62;
  display: block;
}

.maas-hl-card--primary .maas-hl-sub {
  color: #c2cdf2;
}

.maas-hl-arrow {
  color: #5c5e62;
  font-size: 16px;
}

.maas-hl-card--primary .maas-hl-arrow {
  color: #9fb0ee;
}

.maas-hl-eyebrow .bi {
  font-size: 15px;
}

#mainNav #kundenlogin .login-ico {
  flex: 0 0 auto;
}

.maas-row2 > [class*="col"] {
  margin-bottom: 16px;
}

.maas-hl-body {
  display: flex;
  flex-direction: column;
}

#mainNav .navbar-collapse {
  align-items: center;
}

#mainNav .navbar-nav + a.d-none.d-md-block {
  margin-left: 12px;
}

.maas-nav-slider {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(255,255,255,.22);
  border-radius: 999px;
  box-shadow: none;
  z-index: 0;
  pointer-events: none;
  will-change: transform, width;
  transition: transform .55s cubic-bezier(.22,.61,.36,1), width .55s cubic-bezier(.22,.61,.36,1), height .55s cubic-bezier(.22,.61,.36,1), opacity .3s;
}

#mainNav .navbar-nav .dropdown-item {
  color: #2a3142;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 0;
  transition: background .15s, color .15s;
}

#mainNav .navbar-nav .dropdown-item:hover {
  background: #eef1ff;
  color: #012089;
}

#mainNav .navbar-nav .dropdown-item:focus {
  background: #eef1ff;
  color: #012089;
}

#mainNav .navbar-nav .dropdown-item:active {
  background: #012089;
  color: #ffffff;
}

footer.maas-footer {
  background: #012089 !important;
  background-color: #012089;
  padding-top: 95px;
  padding-bottom: 34px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.maas-footer {
  color: #ffffff !important;
}

.maas-footer p {
  color: #ffffff !important;
}

.maas-footer span {
  color: #ffffff !important;
}

.maas-footer li {
  color: #ffffff !important;
}

.maas-footer h1 {
  color: #ffffff !important;
}

.maas-footer h2 {
  color: #ffffff !important;
}

.maas-footer h3 {
  color: #ffffff !important;
}

.maas-footer h4 {
  color: #ffffff !important;
}

.maas-footer h5 {
  color: #ffffff !important;
}

.maas-footer h6 {
  color: #ffffff !important;
}

.maas-footer strong {
  color: #ffffff !important;
}

.maas-footer a {
  color: #ffffff !important;
  text-decoration: none;
}

.maas-footer a:hover {
  color: #c2cdf2 !important;
}

.maas-footer hr {
  border-color: rgba(255,255,255,.22);
  background-color: rgba(255,255,255,.22);
  opacity: 1;
}

.maas-footer small {
  color: #ffffff !important;
}

.maas-footer .text-muted {
  color: #ffffff !important;
}

.maas-footer .text-secondary {
  color: #ffffff !important;
}

#mainNav .navbar-nav .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid #d5ddf7;
}

#mainNav .navbar-nav .dropdown-menu .dropdown-item + .dropdown-item:hover {
  border-top-color: transparent;
}

#mainNav .navbar-nav .dropdown-menu .dropdown-item:hover + .dropdown-item {
  border-top-color: transparent;
}

.maas-hl-choices {
  display: flex;
  gap: 8px;
  margin-top: 0;
  flex-wrap: wrap;
}

.maas-hl-choice {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  background: #ffffff;
  color: #171a20;
  border: 1px solid #e3e7ef;
  white-space: nowrap;
  transition: background .12s;
  text-align: center;
}

.maas-hl-choice:hover {
  background: #eef1ff;
  color: #012089;
}

.maas-hl-card--primary .maas-hl-choice {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.22);
}

.maas-hl-card--primary .maas-hl-choice:hover {
  background: rgba(255,255,255,.28);
  color: #fff;
}

