body {
  margin: 0;
  background-color: #191919;
}

.cener {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-haupt {
  color: white;
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
}

.button-hier {
  margin-top: 0px;
  width: 250px;
  padding: 7px 0;
  text-align: center;
  border-radius: 25px;
  font-weight: 700;
  font-size: 19px;
  border: 1px solid red;
  background: hsla(0, 100%, 50%, 0.25);
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-family: Raleway;
}

.background-red {
  width: 450px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(255, 0, 0, 0.275) 0%,
    rgba(25, 25, 25, 1) 73%
  );
}

.background-2 {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gray-part {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.servi-text {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #8c8c8c;
  font-family: Raleway;
  font-weight: 300;
  font-size: 15px;
}

.icon {
  width: 35px;
}

.button-2 {
  margin-top: 0px;
  width: auto;
  padding: 4px 10px;
  text-align: center;
  border-radius: 25px;
  font-weight: 200;
  font-size: 13px;
  border: 1px solid #474747;
  background: transparent;
  color: #8b8b8b;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-family: Open sans;
  margin-bottom: 0px;
}

.copyright {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #8c8c8c;
  font-family: Raleway;
  font-weight: 300;
  font-size: 10px;
}

.redirect-message {
  z-index: 10;
  position: fixed;
  bottom: -200px;
  background-color: #ffd0001b;
  border: 1px solid#ffcf00;
  border-radius: 15px;
  padding: 30px;
  font-size: 18px;
  transition: bottom 0.3s ease-in-out;
  left: 1%;
  right: 1%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.redirect-message.show {
  bottom: 1%;
}

.Abbrechen-button {
  background-color: rgb(153, 147, 147);
  color: rgba(255, 255, 255, 0.791);
  border: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(211, 211, 211, 0.547);
  border-radius: 25px;
  padding: 6px 15px;
  font-size: 16px;
}

.icon-2 {
  display: flex;
  width: 40px;
}

.Kürze {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: flex;
}
.dot {
  opacity: 0;
  animation: dotAnimation 1.5s ease-in-out infinite;
}

.dot-1 {
  animation-delay: 0s;
}
.dot-2 {
  animation-delay: 0.3s;
}
.dot-3 {
  animation-delay: 0.6s;
}

@keyframes dotAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

span {
  position: relative;
  display: flex;
  bottom: -19px;
  right: -5px;
}
