
h1{
margin-top: 2rem;

}


.field{
  font-weight: bold;
  text-transform: capitalize;

}

.inputForm {
  margin: 3rem 2rem;
  border: 0.1rem solid var(--lettersbackground);
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: var(--background);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  max-width: 80rem;
}


.inputRow, .inputForm p{
  margin: 1rem 0;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.inputLabel, .inputRow label, .inputForm p label{
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 1rem;
  width: 10rem; 
}

.inputBox {
  height: 3rem;
  font-size: 1.4rem;
  border-radius: 1rem; 
  border: none; 
  box-shadow: 0 0.2rem 0  .4rem rgba(0, 0, 0, 0.1); 
  background-color: var(--bodybackground); 
  padding: 1rem; 
  color: var(--lettersbackground); 
}


.submitButton{
  display: block;
  margin: 3rem auto 0 auto;
  border: none;
  background-color: var(--button);
  color: var(--lettersactive);
  padding: 1rem 5rem;
  border-radius: 2rem;
  text-decoration: none;
  cursor: pointer;
}

.linebreak{
  margin-top: 0.5rem;
}

ul{
  list-style: none;
}

.notimportantlink{
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.allgroups{
max-width: 50rem;

}

.list{
  list-style: none;
  align-self: self-start;
  margin-left: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}


.einwilligung p {
display: block;
font-size: 1.2rem;
font-weight: bold;
align-self: center;
}

