.nrw_fsb {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 5;
  font-size: 1rem;
  font-weight: normal;
}
.nrw_fsb.orientation-right {
  right: 0;
}
.nrw_fsb.orientation-left {
  left: 0;
}
.nrw_fsb .nrw_fsb_item {
  display: flex;
  margin: 0;
}
.nrw_fsb .nrw_fsb_item > [id^=nrw_fsb_text_] {
  display: block;
  padding: 0.5rem;
}
.nrw_fsb .nrw_fsb_item > [id^=nrw_fsb_link_] {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  background: #3c506e;
  color: #ffffff;
  border: 1px solid #3c506e;
}
@media not (prefers-reduced-motion: reduce) {
  .nrw_fsb .nrw_fsb_item > [id^=nrw_fsb_link_] {
    transition: all 0.2s ease-in;
  }
}
.nrw_fsb .nrw_fsb_item > [id^=nrw_fsb_link_]:hover, .nrw_fsb .nrw_fsb_item > [id^=nrw_fsb_link_]:focus {
  border-color: #ffffff;
  text-decoration: none;
}
.nrw_fsb .nrw_fsb_item > [id^=nrw_fsb_link_] > i {
  text-align: center;
  width: 1.25em;
}
.nrw_fsb.orientation-right .nrw_fsb_item {
  justify-content: right;
}
.nrw_fsb.orientation-right .nrw_fsb_item > [id^=nrw_fsb_link_]:hover,
.nrw_fsb.orientation-right .nrw_fsb_item > [id^=nrw_fsb_link_]:focus {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.nrw_fsb.orientation-right .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_],
.nrw_fsb.orientation-right .nrw_fsb_item > [id^=nrw_fsb_link_]:hover,
.nrw_fsb.orientation-right .nrw_fsb_item > [id^=nrw_fsb_link_]:focus {
  padding-right: 1.25rem;
}
.nrw_fsb.orientation-right .nrw_fsb_item:first-child > a, .nrw_fsb.orientation-right .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_] {
  border-top-left-radius: 0.5rem;
}
.nrw_fsb.orientation-right .nrw_fsb_item:last-child > a, .nrw_fsb.orientation-right .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_] {
  border-bottom-left-radius: 0.5rem;
}
.nrw_fsb.orientation-left .nrw_fsb_item {
  flex-direction: row-reverse;
  justify-content: left;
}
.nrw_fsb.orientation-left .nrw_fsb_item > [id^=nrw_fsb_link_]:hover, .nrw_fsb.orientation-left .nrw_fsb_item > [id^=nrw_fsb_link_]:focus {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.nrw_fsb.orientation-left .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_],
.nrw_fsb.orientation-left .nrw_fsb_item > [id^=nrw_fsb_link_]:hover,
.nrw_fsb.orientation-left .nrw_fsb_item > [id^=nrw_fsb_link_]:focus {
  padding-left: 1.25rem;
}
.nrw_fsb.orientation-left .nrw_fsb_item:first-child > a, .nrw_fsb.orientation-left .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_] {
  border-top-right-radius: 0.5rem;
}
.nrw_fsb.orientation-left .nrw_fsb_item:last-child > a, .nrw_fsb.orientation-left .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_] {
  border-bottom-right-radius: 0.5rem;
}
.nrw_fsb .nrw_fsb_toggle:not(.hidden) {
  border: 1px solid #3c506e;
  background: #ffffff;
  color: #333333;
}
.nrw_fsb .nrw_fsb_toggle:not(.hidden) p {
  color: #333333;
}
.nrw_fsb .nrw_fsb_toggle:not(.hidden) a {
  color: #3c506e;
}
.nrw_fsb .nrw_fsb_toggle:not(.hidden) a:hover, .nrw_fsb .nrw_fsb_toggle:not(.hidden) a:focus {
  color: #5774a0;
}
.nrw_fsb .nrw_fsb_toggle:not(.hidden) ul {
  float: none;
  padding-left: 1.5em;
}
.nrw_fsb .nrw_fsb_toggle:not(.hidden) ul li {
  list-style-type: inherit;
}
@media (min-width: 768px) {
  .nrw_fsb {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .nrw_fsb.nrw_fsb_mobile_hidden {
    display: none;
  }
  .nrw_fsb.nrw_fsb_mobile_block {
    position: initial;
    flex-direction: row;
    gap: 5px;
    padding: 0.5rem 0;
  }
  .nrw_fsb.nrw_fsb_mobile_block .nrw_fsb_item {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .nrw_fsb.nrw_fsb_mobile_block .nrw_fsb_item > [id^=nrw_fsb_text_] {
    padding: 0.5rem;
  }
  .nrw_fsb.nrw_fsb_mobile_block .nrw_fsb_item > a[id^=nrw_fsb_link_] {
    background-color: #233755;
    border: 1px solid #ffffff;
    border-radius: unset;
    color: #ffffff;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .nrw_fsb.nrw_fsb_mobile_block .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_]:hover,
  .nrw_fsb.nrw_fsb_mobile_block .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_]:focus {
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 0.5rem 0.5rem 1.25rem 0.5rem;
  }
  .nrw_fsb.nrw_fsb_mobile_block .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_] {
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 0.5rem 0.5rem 1.25rem 0.5rem;
    width: max-content;
  }
  .nrw_fsb.nrw_fsb_mobile_block .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_text_] {
    border: 1px solid #3c506e;
    z-index: 1030;
    width: 100%;
    position: absolute;
    top: calc(50px + 0.5rem);
    left: 0px;
  }
  .nrw_fsb.nrw_fsb_mobile_block .nrw_fsb_item > [id^=nrw_fsb_link_]:hover,
  .nrw_fsb.nrw_fsb_mobile_block .nrw_fsb_item > [id^=nrw_fsb_link_]:focus {
    border-radius: 0;
    padding: 0.5rem;
    background-color: #3c506e;
    color: #ffffff;
  }
  .nrw_fsb.nrw_fsb_mobile_footer {
    z-index: 1030;
    position: fixed;
    bottom: 1rem;
    left: 0;
    right: 0;
    height: max-content;
    flex-direction: row;
    gap: 10px;
    padding: 0 20px;
    align-items: end;
  }
  .nrw_fsb.nrw_fsb_mobile_footer .nrw_fsb_item {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
  }
  .nrw_fsb.nrw_fsb_mobile_footer .nrw_fsb_item > [id^=nrw_fsb_text_] {
    padding: 0.5rem;
  }
  .nrw_fsb.nrw_fsb_mobile_footer .nrw_fsb_item > a[id^=nrw_fsb_link_] {
    background-color: #233755;
    border: 1px solid #ffffff;
    border-radius: unset;
    color: #ffffff;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .nrw_fsb.nrw_fsb_mobile_footer .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_]:hover,
  .nrw_fsb.nrw_fsb_mobile_footer .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_]:focus {
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 1.25rem 0.5rem 0.5rem 0.5rem;
  }
  .nrw_fsb.nrw_fsb_mobile_footer .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_link_] {
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 1.25rem 0.5rem 0.5rem 0.5rem;
    width: max-content;
  }
  .nrw_fsb.nrw_fsb_mobile_footer .nrw_fsb_item.nrw_fsb_active > [id^=nrw_fsb_text_] {
    border: 1px solid #3c506e;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 50px;
    left: 10px;
  }
  .nrw_fsb.nrw_fsb_mobile_footer .nrw_fsb_item > [id^=nrw_fsb_link_]:hover,
  .nrw_fsb.nrw_fsb_mobile_footer .nrw_fsb_item > [id^=nrw_fsb_link_]:focus {
    border-radius: 0;
    padding: 0.5rem;
    background-color: #3c506e;
    color: #ffffff;
  }
}
.nrw_fsb .ajax-throbber.glyphicon-spin {
  display: none;
}
