.Header {
  position: sticky;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 30.704px 51.173px -6.141px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5.1172709465026855px);
          backdrop-filter: blur(5.1172709465026855px);
}

@media screen and (min-width: 1621px) {

.Header {
    position: fixed;
}
  }

.Header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

@media screen and (min-width: 769px) {

.Header-inner {
    padding: 20px 0;
}
  }

@media screen and (min-width: 1367px) {

.Header-inner {
    gap: 25px;
    align-items: flex-end;
    justify-content: flex-start;
}
  }

@media screen and (max-width: 768px) {

.Header-inner {
    width: 100%;
}
  }

.Header-logo {
  max-width: 100px;
}

@media screen and (min-width: 1367px) {

.Header-logo {
    max-width: 150px;
}
  }

.Header-logo svg {
    width: 100%;
    height: auto;
  }

.Header-lueneburg {
  position: absolute;
  top: 100px;
  right: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 30px 50px -6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {

.Header-lueneburg {
    width: 45px;
    height: 45px;
}
  }

.Header-lueneburg:hover svg {
    transform: scale(1.1);
  }

.Header-lueneburg svg {
    display: block;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    transition: transform 0.2s ease-in-out;
  }

@media screen and (max-width: 768px) {

.Header-lueneburg svg {
      width: 35px;
      height: 35px;
      margin-top: 0;
  }
    }

@media screen and (min-width: 769px) {

.Header-lueneburg {
    top: 100px;
    right: 110px;
    width: 45px;
    height: 45px;
}

    .Header-lueneburg svg {
      width: 35px;
      height: 35px;
      margin-top: 0;
    }
  }

@media screen and (min-width: 1367px) {

.Header-lueneburg {
    top: 110px;
    right: 150px;
    width: 100px;
    height: 100px;
}

    .Header-lueneburg svg {
      width: 70px;
      height: 70px;
      margin-top: 10px;
    }
  }

@media screen and (min-width: 1621px) {

.Header-lueneburg {
    top: 105px;
    right: 80px;
}
  }

.Header-jufo {
  position: absolute;
  top: 100px;
  right: 50px;
}

.Header-jufo:hover svg {
    transform: scale(1.1);
  }

.Header-jufo svg {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 30px 50px -6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
  }

@media screen and (max-width: 768px) {

.Header-jufo svg {
      width: 45px;
      height: 45px;
  }
    }

@media screen and (min-width: 769px) {

.Header-jufo svg {
      width: 45px;
      height: 45px;
  }
    }

@media screen and (min-width: 769px) {

.Header-jufo {
    top: 100px;
    right: 50px;
}
  }

@media screen and (min-width: 1367px) {

.Header-jufo {
    top: 100px;
    right: 20px;
}

    .Header-jufo svg {
      width: 120px;
      height: 120px;
    }
  }

@media screen and (min-width: 1621px) {

.Header-jufo {
    top: 85px;
    right: 0;
    animation: move 3000ms ease-in-out forwards;
    offset-path: path('M-180,75 C-100,55 0,95 100,75 C200,55 300,95 400,75');
    offset-rotate: 0deg;
}
  }

@keyframes move {
  0% {
    offset-distance: 100%;
  }

  100% {
    offset-distance: 0%;
  }
}
