header {
  display: fixed;
  top: 0;
}
header li {
  height: auto;
  list-style: none;
}
header a {
  color: white;
}
header .icon {
  height: 1.7rem;
  object-fit: contain;
}
.width-limit {
  width: 100%;
  max-width: 80rem;
  margin: auto;
  position: relative;
}
.topbar {
  background-color: #1961AC;
  display: flex;
  height: 5rem;
  padding: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  z-index: 9;
  gap: 1rem;
}
.topbar .logo {
  flex-shrink: 1;
}
.topbar .logo figure {
  width: 8rem;
  width: 120px;
  flex-shrink: 0;
}
.topbar .suche #searchbar form.search-form {
  display: flex;
  gap: 0.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid #fff 1px;
  border-radius: 5px;
  transition: all 0.5s;
  padding-left: 1rem;
  height: 2.5rem;
  flex-shrink: 1;
}
.topbar .suche #searchbar form.search-form .search-input-wrapper {
  flex-grow: 1;
}
.topbar .suche #searchbar form.search-form label {
  display: none;
}
.topbar .suche #searchbar form.search-form ::placeholder {
  color: white;
  width: 120px;
}
.topbar .suche #searchbar form.search-form .select-wrapper {
  position: relative;
  border-right: solid 1px white;
  width: 85px;
}
.topbar .suche #searchbar form.search-form .select-wrapper input.select-dropdown {
  color: white;
  border-bottom: none;
  padding-top: 3px;
}
.topbar .suche #searchbar form.search-form .select-wrapper input.select-dropdown .dropdown-content li.selected {
  height: 2.5rem;
  background-color: #1961AC;
}
.topbar .suche #searchbar form.search-form .select-wrapper .caret {
  fill: white;
}
.topbar .suche #searchbar form.search-form #global-search-input {
  color: white;
}
.topbar .suche #searchbar input.search-submit {
  border: none;
  background-color: transparent;
  background-image: url("/wp-content/themes/sta-bi-hb/resources/Lupe-weiss-8.png");
  background-size: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 2.5rem;
  width: 2.5rem;
  border-left: solid transparent 1px;
}
.topbar .suche #searchbar svg.caret {
  fill: white;
}
.topbar .suche #searchbar input:not([type]), .topbar .suche #searchbar input[type="text"]:not(.browser-default), .topbar .suche #searchbar input[type="password"]:not(.browser-default), .topbar .suche #searchbar input[type="email"]:not(.browser-default), .topbar .suche #searchbar input[type="url"]:not(.browser-default), .topbar .suche #searchbar input[type="time"]:not(.browser-default), .topbar .suche #searchbar input[type="date"]:not(.browser-default), .topbar .suche #searchbar input[type="datetime"]:not(.browser-default), .topbar .suche #searchbar input[type="datetime-local"]:not(.browser-default), .topbar .suche #searchbar input[type="tel"]:not(.browser-default), .topbar .suche #searchbar input[type="number"]:not(.browser-default), .topbar .suche #searchbar input[type="search"]:not(.browser-default), .topbar .suche #searchbar textarea.materialize-textarea {
  border-bottom: none;
  padding-top: 2px;
}
.topbar .menu-wrapper {
  display: flex;
  gap: 1.5rem;
  width: auto;
  align-items: center;
  flex-shrink: 0;
}
.topbar .menu-wrapper .konto .main-navigation-bibcard {
  display: flex;
  gap: 0.5rem;
  flex-direction: row-reverse;
}
.topbar .menu-wrapper .konto .icon-user {
  display: none;
}
.topbar .menu-wrapper .dropdown-content li span {
  height: 2.5rem;
}
.topbar nav {
  width: auto;
}
.topbar .button.menu-toggle {
  cursor: pointer;
  flex-shrink: 0;
}
.topbar .button.menu-toggle > div {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.topbar .menu-content {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 5rem);
  top: 5rem;
  left: 100vw;
  color: white;
  background-color: #1961AC;
  transition: left 0.2s;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.toggled {
  height: 100vh;
  overflow: hidden;
}
body.toggled .button.menu-toggle {
  flex-shrink: 0;
}
body.toggled .button.menu-toggle > div.bar1 {
  transform: rotate(-45deg) translate(-7px, 7px);
  background-color: white;
}
body.toggled .button.menu-toggle > div.bar2 {
  opacity: 0;
}
body.toggled .button.menu-toggle > div.bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
  background-color: white;
}
body.toggled nav#site-navigation.menu.top .menu-content {
  left: 0vw;
  overflow-y: auto;
}
body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container {
  max-width: 800px;
  margin: auto;
}
body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 1rem;
  justify-content: space-between;
}
body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top li.menu-item {
  width: 14rem;
}
body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top li.menu-item a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
}
body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top li.menu-item ul.sub-menu {
  width: 100%;
}
body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top li.menu-item ul.sub-menu li.menu-item a {
  text-transform: none;
  font-weight: 400;
  font-size: 0.9rem;
  font-size: 1rem;
  line-height: 1.4rem;
  line-height: 1.9rem;
  border-bottom: none;
  background-image: none;
}
body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul.nav-menu li a {
  display: block;
}
nav.menu-top {
  left: 0rem;
  right: 0rem;
  top: 5rem;
  position: absolute;
  padding: 1rem;
}
nav.menu-top .menu-menu-top-container #menu-menu-top {
  background: transparent;
}
nav.menu-top .menu-menu-top-container .icon-expand {
  background-image: none;
}
nav.menu-top .menu-menu-top-container .menu-item-has-children .sub-menu {
  box-shadow: none !important;
  margin: 0;
  line-height: 3rem;
  display: block !important;
  background-color: transparent !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  position: absolute;
  display: none;
}
.menu-menu-sprachen-container {
  margin-top: 5rem;
  max-width: 800px;
  margin: auto;
}
.menu-menu-sprachen-container ul#menu-menu-sprachen {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 1rem;
  justify-content: space-between;
  max-width: 800px;
}
.menu-menu-sprachen-container ul#menu-menu-sprachen li {
  width: 33%;
  width: 12rem;
  width: 192px;
}
.menu-menu-sprachen-container ul#menu-menu-sprachen li .linguise_lang_name a {
  color: white !important;
}
.menu-menu-sprachen-container ul#menu-menu-sprachen li .linguise_lang_name:hover {
  color: white !important;
}
.menu-menu-sprachen-container ul#menu-menu-sprachen li .lccaret svg {
  fill: #fff !important;
}
.menu-menu-sprachen-container ul#menu-menu-sprachen li.icon.leichte-sprache, .menu-menu-sprachen-container ul#menu-menu-sprachen li.icon.gebaerdensprache, .menu-menu-sprachen-container ul#menu-menu-sprachen li.linguise_switcher {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.menu-menu-sprachen-container ul#menu-menu-sprachen li.icon.leichte-sprache img.languageIcon, .menu-menu-sprachen-container ul#menu-menu-sprachen li.icon.gebaerdensprache img.languageIcon, .menu-menu-sprachen-container ul#menu-menu-sprachen li.linguise_switcher img.languageIcon {
  width: 2rem;
  height: 2rem;
}
.menu-menu-sprachen-container ul#menu-menu-sprachen li a {
  padding-top: 6px;
}
header#masthead.header_tmpl.toggled div.width-limit div#topbar.topbar.flex nav#site-navigation.menu.top div.menu-content div.menu-menu-top-container ul#menu-menu-top.menu.nav-menu li.collapsible-header {
  background: transparent;
}
a span.linguise_lang_name {
  color: white !important;
}
body.home.page.toggled div#linguise_popup_container.show_linguise_popup_container div#linguise_popup ul li a span.linguise_lang_name.popup_linguise_lang_name {
  color: black !important;
}
body.home.page.toggled div#linguise_background {
  background-color: rgba(29, 29, 29, 0.29);
}
body.home.page.toggled div#linguise_popup_container.show_linguise_popup_container div#linguise_popup ul li.linguise_current span.linguise_lang_name.popup_linguise_lang_name {
  color: #1961AC !important;
}
.breadcrumbs {
  top: 5rem;
  max-width: 80rem;
  background-color: white;
  padding-top: 1rem;
  margin: 4.5rem 0 0.5rem;
}
.breadcrumbs a {
  color: black;
}
@media only screen and (max-width: 1079px) {
  body .topbar {
    height: 5rem;
  }
  body .topbar .menu-buttons .konto {
    height: 2.5rem;
  }
  body .topbar .menu-buttons a li {
    font-size: 1rem;
    margin-left: -5px;
  }
  body .topbar nav {
    width: auto;
  }
  body .topbar #searchbar .select-wrapper {
    display: none;
  }
  body .topbar #searchbar input.search-submit {
    pointer-events: none;
  }
  body .toggled {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
  body .toggled header.toggled div#topbar.topbar.flex nav#site-navigation.menu.top div.menu-content div.menu-menu-top-container {
    margin-top: 1rem;
  }
  body .toggled header.toggled div#topbar.topbar.flex nav#site-navigation.menu.top div.menu-content div.menu-menu-top-container .menu.collapsible, body .toggled header.toggled div#topbar.topbar.flex nav#site-navigation.menu.top div.menu-content div.menu-menu-top-container .collapsible {
    box-shadow: none;
  }
  body .toggled header.toggled div#topbar.topbar.flex nav#site-navigation.menu.top div.menu-content div.menu-menu-top-container .menu.collapsible li.menu-item, body .toggled header.toggled div#topbar.topbar.flex nav#site-navigation.menu.top div.menu-content div.menu-menu-top-container .collapsible li.menu-item {
    background-color: transparent;
    width: 100%;
  }
  body .toggled nav#site-navigation.menu.top .menu-content {
    padding: 1.5rem;
  }
  body .toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top {
    row-gap: 2rem;
    border: none;
    box-shadow: none;
  }
  body .toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top li.menu-item a {
    background-color: transparent;
    border-top: none !important;
  }
  body .toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top li.menu-item a.collapsible-header {
    padding: 0.5rem 0;
    background-image: url("/wp-content/themes/sta-bi-hb/resources/caret-weiss.svg");
    background-size: 1.3rem;
    background-position: right;
    background-repeat: no-repeat;
  }
  body .toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top li.menu-item ul.sub-menu.collapsible-body {
    padding: 0;
    border-bottom: none;
    padding-bottom: 0.25rem;
  }
  body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container {
    margin-top: 2rem;
  }
  .breadcrumbs {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 499px) {
  header#masthead.header_tmpl div.width-limit div#topbar.topbar.flex {
    padding: 1rem 1.5rem;
  }
  body .topbar .suche {
    display: none;
  }
  body .toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top {
    row-gap: 0;
  }
  body .toggled .topbar .suche {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 1.5rem;
  }
  header#masthead.header_tmpl.toggled div.width-limit div#topbar.topbar.flex div.menu-buttons {
    display: flex;
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    background-color: #1961AC;
    margin: 0;
    width: auto;
    z-index: 2;
    padding: 0 2rem 0 1rem;
  }
  body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container {
    margin-top: 3rem;
  }
  body.toggled nav#site-navigation.menu.top .menu-content .menu-menu-top-container ul#menu-menu-top li.menu-item {
    width: 100%;
  }
  .menu-menu-sprachen-container {
    margin-left: 0;
  }
  .menu-menu-sprachen-container ul#menu-menu-sprachen {
    flex-direction: column-reverse;
    row-gap: 2rem;
    width: 100%;
  }
  .menu-menu-sprachen-container ul#menu-menu-sprachen li {
    flex-direction: row !important;
    width: 100%;
  }
}
html body header div.modal-overlay {
  background: rgba(0, 24, 52, 0.65);
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) and (min-width: 500px) {
  nav #menu-menu-top > li:not(:last-child) {
    margin-bottom: 2rem !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fstabi-hb.de%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fsta-bi-hb%2Fscss%2Fheader.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAmBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBR%3BAAAA%3BAAAA%3BAASpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGT%3BAAAA%3BAAAA%3BAAIS%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAEQ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAepB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAMA%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%22%7D */