.thc{
  color: #1edcda !important;
}
/* technik.html*/
.server-info {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.server-info:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
.technik-size{
  max-width: 50%;
  height: auto;
}
/* technik.html*/

.navbar-nav .nav-link {
    color: #fff;
  }
  .dropend .dropdown-toggle {
    color: rgb(0, 119, 255);
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: rgba(0, 247, 255, 0.219);
    color: #ffffff;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.001em;
    margin-left: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }