.Profilbild {
    margin-top: -60px;
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #964a4a80, 10px 1px 12px #09464b80,
    2px 2px 10px #58942780, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080;
    animation: animate 3s linear infinite;
    animation-delay: 0.1s;
    transition: 1s;
}

@keyframes animate {
    from {
      filter: hue-rotate(0deg);
    }
    to {
      filter: hue-rotate(360deg);
    }
  }

  .Logo_Name {
    width: 50%;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .nav_bild {
    height: 50px;
    width: 50px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius:50%;
    padding: 5px 5px;
    box-shadow: 2px 2px 2px #51ff0080, 2px 2px 2px #03e1f580,
    2px 2px 10px #ffd00080, 2px 2px 3px #0099ff85, inset 2px 2px 10px #fa01e580,
    inset 2px 2px 10px #01fca880, inset 2px 2px 10px #ff002b80,
    inset 2px 2px 10px #f7fc0180;
    animation: animate 3s linear infinite;
    animation-delay: 0.1s;
    margin-bottom: 20px;
  }

  .nav_bild:hover {
    height: 50px;
    width: 50px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius:50%;
    padding: 5px 5px;
    background-color: rgba(0, 217, 255, 0.473);
    transition: 1s;
  }

  .Partner_Bild {
    height: 150px;
    margin-bottom: 20px;
  }