.ats-contact-button {
  position: fixed;
  right: 0px;
  top: 40%;
  z-index: 9999;
  font-family: "Font Awesome 5 Free";
  color: white;
  background: var(--awb-color8);
  aspect-ratio: 1/1;
  padding: 0.25em;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ats-contact-button:hover {
  color: white;
  background: var(--awb-color3);
}

#kontakt {
  scroll-margin-top: 120px;
}

@media only screen and (max-width: 779px) {
  .ats-contact-button {
    display: none;
  }
}
