.tab-style-04 .nav-tabs .nav-item {
    padding: 0 15px;
  }

.navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 20px 0px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
  padding-left: 30px;
  color: black;
}
a.feature-box {
  color: black !important;
}
a.feature-box:hover {
  color: #8cc63f !important;
  transition: ease-in-out 0.3s;
}
a.feature-box:hover img {
  filter: invert(74%) sepia(23%) saturate(1034%) hue-rotate(42deg) brightness(91%) contrast(94%);
}
i.fa-solid.fa-xmark {
  color: #ff3232 !important;
}
i.fa-solid.fa-check {
  color: #8cc63f !important;
}
.cke_editable{
[data-anime] {
  opacity: 1 !important;
  transition: none;
}}

.lan-switcher-inner.dropdown-menu {
  top: 70%;
  left: auto;
  right: 0;
  border-radius: 25px;
  background-color: #2a2b3f;
  padding: 8px;

  .dropdown-item {
    border-radius: 25px;
    background-color: #fff;
    color: black;
    font-weight: 500;
    font-family: "Nunito";
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 20px;
  }

  form:first-of-type .dropdown-item {
    margin-bottom: 8px;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #8cc63f;
    color: white;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    border-radius: 25px;
    background-color: #8cc63f;
    color: white;
  }
}

.recht-seite {
  font-family: "Nunito";
  color: black;
  section {
    padding-top: 10px;
    padding-bottom: 10px;
    h3, p {
      padding-left: 20px;
    }
  }
}

.social-media {
  i {
    padding-right: 10px;
  }
}

.text-team-block {
  padding: 0 20px;
}
#down-section video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  border:
1px solid #8cc63f;
  border-radius:
30px;
  -webkit-box-shadow:
0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition:
all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition:
all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.form-check-input {
  border: solid 1px !important;
}

.btn-gradient-orange-sky-blue {
  border: 1px solid #8cc63f;
}
.btn-gradient-orange-sky-blue:hover {
  border: 1px solid #8cc63f !important;
}

.lan-switcher-inner form {
  margin-bottom: 0;
}

.animation-float {
  animation: unset !important;
}

section.menu {
  padding-top: 0px;
  padding-bottom: 0px;
}