.ksf-banner-wrapper {
  display: none;
}

.ksf-banner-close {
  align-self: end;
  font-size: 4rem;
  background: none;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 10px;
}

.ksf-banner-inner {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 30;
    padding: 1rem;
    border-top: 1px solid white;
    width: 100vw;
    background-color: var(--hylo-color-cultursummer);
}

.ksf-banner-text {
  color: #FFFFFF;
  font-family: CultureSummerFont, sans-serif;
}

hylo-cookie-banner .hylo-cookie-banner-general hylo-button.hylo-cookie-banner-accept:hover,
hylo-cookie-banner .hylo-cookie-banner-general hylo-button.hylo-cookie-banner-accept.hylo-has-focus,
hylo-cookie-banner .hylo-cookie-banner-detail .hylo-cookie-banner-accept-all:hover,
hylo-cookie-banner .hylo-cookie-banner-detail .hylo-cookie-banner-accept-all.hylo-has-focus {
    background-color: var(--ion-color-primary);
}