/* SplitFlow — kleine Anpassungen über Bulma hinaus */
html, body { min-height: 100%; }
.navbar { border-bottom: 1px solid #2b2b2b; }
.navbar-menu { box-shadow: none; }
.navbar-item .is-active { background-color: #485fc7 !important; color: #fff !important; }
/* Aktueller Menuepunkt: markieren, OHNE das Dropdown dauerhaft zu oeffnen */
.navbar-item.is-current > .navbar-link { color: #ffdd57; }
.navbar-dropdown .navbar-item.is-current { background-color: #485fc7 !important; color: #fff !important; font-weight: 600; }
/* Touch-/Stift-Geraete: kein Hover-Oeffnen (klebt sonst), nur Antippen zaehlt */
@media (hover: none) {
  .navbar-item.is-hoverable:hover .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown { display: none; }
  .navbar-item.is-active .navbar-dropdown { display: block; }
}
.table td, .table th { vertical-align: middle; }
.notification .delete { float: right; }
.box .title, .box .heading { margin-bottom: .25rem; }
footer.footer { padding: 1.25rem; }
