@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Special+Elite&display=swap");

html {
  background-color: rgb(44, 44, 44);
}

body {
  margin: 0;
}

div.header {
  width: 100;
  top: 0;
  position: sticky;
  background-color: white;
  justify-content: center;
  display: flex;
  align-items: center;
}

p.header {
  margin: 0;
  color: black;
  font-family: Inter;
  margin-left: 0.625rem;
  padding: 0.3125rem;
  font-size: 2vh;
}

div.willkommen {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100;
}

p.willkommen1 {
  font-family: Inter;
  color: white;
  font-size: 4vh;
  margin-bottom: 0.125rem;
  margin-top: 1.25rem;
}

hr.willkommen2 {
  border: none;
  background: white;
  width: 50%;
  height: 0.0625rem;
  margin: 0;
}

p.willkommen3 {
  color: rgba(255, 255, 255, 0.822);
  font-family: Inter;
  font-weight: 500;
  font-style: italic;
  font-size: 2.5vh;
  margin-top: 0.625rem;
}

hr.trenn1 {
  border: none;
  height: 1px;
  background-color: white;
  width: 70%;
}

div.inhalt {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100;
}

button.btn1 {
  background: none;
  border: 0.0625rem white solid;
  color: white;
  cursor: pointer;
  transition: 0.1s;
  border-radius: 100px;
  font-size: 2.4vh;
  padding: 0.1875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter;
}

button.btn1:hover {
  color: rgba(255, 255, 255, 0.486);
  border: 1px rgba(255, 255, 255, 0.486) solid;
}

button.btn2 {
  margin-left: auto;
  margin-right: 10px;
  background: none;
  border: 1px black solid;
  color: black;
  font-family: Inter;
  border-radius: 100px;
  font-size: 2vh;
  transition: 0.1s;
}

button.btn2:hover {
  color: rgb(143, 143, 143);
  border: 1px rgb(143, 143, 143) solid;
}

p.submit {
  color: white;
  text-align: center;
  font-family: Inter;
  font-size: 1.8vh;
  font-weight: 200;
}

button.btn3 {
  background: none;
  border: 0.0625rem white solid;
  color: white;
  cursor: pointer;
  transition: 0.1s;
  border-radius: 100px;
  font-size: 1.8vh;
  padding: 0.1875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter;
}

button.btn3:hover {
  color: rgba(255, 255, 255, 0.486);
  border: 1px rgba(255, 255, 255, 0.486) solid;
}

div.email {
  border: 1px white solid;
  border-radius: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: 0.1s;
}

div.email:hover {
  border: 1px rgba(255, 255, 255, 0.644) solid;
}

p.email {
  font-family: Inter;
  color: white;
  font-size: 1.8vh;
  margin-bottom: 0;
}

p.emailDetails {
  margin-top: 0.1875rem;
  font-family: Inter;
  color: rgba(255, 255, 255, 0.815);
}
