section {
}

:root {
  --bs-body-bg: #aeff5d;
  --bs-body-color: #212529;
}

section {
}

.swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

body {
}

.gradient-bg {
  background: linear-gradient(135deg, #8FE01B, #0689b3);
  /*background-size: 100% 100vh;*/
}

.green {
  background-color: #8fe01b;
}

.bu_eva {
  top: 60%;
  left: 210px;
  display: inline-block;
  white-space: nowrap;
  /*background: #b4ff91;*/
  border-radius: 50px;
}

.text-eva {
}

#swiper-2 {
  width: 50%;
  /*height: 400px;*/
}

@media (min-width: 992px) {
  .project-item .card-img-overlay {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
  }
}

.bu-img {
  padding: 20px;
  bottom: 50px;
  left: 20px;
  width: 80%;
  background: rgb(23,24,22);
}

p {
  font-size: 1.15rem;
  font-weight: lighter;
}

h4, h3 {
  /*font-family: 'Open Sans', sans-serif;*/
  /*color: #009ea0;*/
}

.lead {
  font-size: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
}

h1 {
}

.bu {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: left;
  margin-left: 12px;
}

@media (min-width: 992px) {
  .border-lgleft {
    border-left: 1px solid #888888 !important;
  }
}

.custom-nav {
  transition: background-color .3s ease;
  background: var(--bs-success);
}

@media (min-width: 992px) {
  .custom-nav.scrolled {
    background-color: rgb(0,183,121) !important;
  }
}

.termine .card {
  background: rgba(205,255,182,0.32);
}

.verlauf-buch-film {
  background: linear-gradient(-47deg, rgba(180,123,237,0.9) 0%, rgba(0,217,143,0.82) 100%);
}

.verlauf-lesungen {
  background: linear-gradient(-47deg, rgba(237,219,123,0.9) 0%, rgba(0,217,143,0.82) 100%);
}

@media (min-width: 992px) {
  .custom-nav {
    background-color: transparent !important;
  }
}

