body {
    background-color: #000 !important;
    overflow-x: hidden;
}

::selection {
  color: #fff;
  background: #99922f;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #99922f !important;
}

.text-warning::selection {
  color: #000 !important;
  background: #fff !important;
}

.display-1 {
  font-size: calc(6rem + 1vw) !important;
}

@media (max-width: 576px) {
  .display-1 {
    font-size: 3rem !important;
  }
}

.text-warning {
  color: #FFF000 !important;
}

.border-text {
  text-shadow: 4px 0 6px rgba(0, 0, 0, 0.7);
}

.eigengrauBackground {
  background-color: #16161D !important;
}

.eigengrauBlackBackground {
  background-color: #000 !important;
}

.form-control {
  border-radius: 0% !important;
}

#contactform-verifycode {
  min-height: 52px !important;
}

.readableParagraph {
  line-height: 1.625 !important;
}

.team-member-img {
  height: 250px;
  object-fit: contain;
  transition: height 0.3s ease;
  margin: 0 10px 20px;
}

@media (max-width: 750px) {
  .team-member-img {
      height: 100px;
  }
}

.team-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem; 
}

.nav-tabs .nav-link:not(.active) img {
  opacity: 0.4;
}

.nav-tabs .nav-link.active img {
  opacity: 1;
}

.nav-tabs .nav-link:hover img {
  opacity: 0.7;
}

.thumbnail {
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.thumbnail:hover {
  transform: scale(1.02);
  opacity: 0.9;
}