.table .btn-grp {
  display:inline !important;
}
.hl-schule-detail {
  color: #09263d !important;
}
.filter .btn-lightgrey {
  color: #891f1c;
  font-weight: bold;
  transition: 0s;
}

.filter .btn-lightgrey:hover {
  color: #891f1c;
}
input.checkbox {
  margin-right: 5px;
  
}
.detail .text {
  font-style:normal;
}
.hl-schule-detail {
  color: #09263d;
}

.kc-spinner{display:flex;justify-content:center}.kc-ring{display:inline-block;position:relative;width:80px;height:80px}.kc-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;animation:1.2s cubic-bezier(.5,0,.5,1) infinite kc-ring;border-color:#fff transparent transparent}.kc-ring div:first-child{animation-delay:-.45s}.kc-ring div:nth-child(2){animation-delay:-.3s}.kc-ring div:nth-child(3){animation-delay:-.15s}@keyframes kc-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}