:root {
  --primary-color: #fffc00;
  --primary-color-hover: #30459e;
  --primary-color-focus: #30459e;
  --border-color: #ced4da;
  --border-color-focus: #e5e7ff;
  --font-color: #526484;
  --header-color: #364a52;
  --label-color: #334355;
  --pf-c-button--m-primary--BackgroundColor: #fffc00;
  --m-primary--BackgroundColor: #fffc00;
}
#kc-header {
  background-image: url(../img/IBBW_Logo_rgb_pos.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.login-pf body {
/*    background: url("../img/startseite-fvs.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
*/
  background: #fffc00;
}
.card-pf {
  border-top: none;
  border-color: none;
}
#kc-header-wrapper {
  visibility: hidden;
}
#ibbwfooter {
  margin-top: 50px;
  justify-content: center;
  display: flex;
}

