.cfi-banner {
  position: fixed;
  bottom: 0;
  background: #10284a;
  font-size: 1.2rem;
  padding: 2rem 3rem;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  width: 100%;
  max-width: var(--xl-min);
  border: 1px solid white;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  z-index: 1000;
}
.cfi-banner.hidden {
  display: none;
}
@media (max-width: 1280px) {
  .cfi-banner {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .cfi-banner {
    max-width: 95vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.cfi-banner .cfi-banner-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: inherit;
  padding: 5px;
}
.cfi-banner .cfi-banner-close:hover {
  opacity: 0.7;
}
.cfi-banner a {
  color: white;
  text-decoration: underline;
}

.cfi-form-wrapper--hijacked input, .cfi-form-wrapper--hijacked textarea, .cfi-form-wrapper--hijacked button, .cfi-form-wrapper--hijacked a, .cfi-form-wrapper--hijacked label {
  pointer-events: none;
}

.scholarship-banner,
.cf-footer__questions,
section#events,
.price-section-title,
.course__price__wrapper,
section.mentoring__cta,
.cohort-section {
  display: none !important;
}

body.cfi-language--de .cfi-text--de {
  display: block;
}
body.cfi-language--de .cfi-text--en {
  display: none;
}
body.cfi-language--en .cfi-text--de {
  display: none;
}
body.cfi-language--en .cfi-text--en {
  display: block;
}

.cfi-text--de {
  display: none;
}

.cfi-text--en {
  display: block;
}

/*# sourceMappingURL=style.css.map */
