
/* Upload ****************************************************/
#Upload{
  padding-top: 1vw;
  background-color: #FFFFFF;
}

#Contact_Form{
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1250px){
  #Contact_Form{
    width: 60%;
  }
}

form input, textarea, button, select {
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  margin-bottom: 4%;
  border-radius: 2px;
  border: 2px solid;
  border-color: #494949;
  outline: none;
  color: #494949;
}

form input:first-child{
  margin-top: 4%;
}

form input{
  width: 100%;
  height: 30px;
}

form button{
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}

form p, form label{
  margin-top: 0px;
  margin-bottom: 4%;
}

form p{
  width: 45%;
  text-align: left;
}

#name, #email{
  padding-left: 10px;
  text-align: center;
}

#button{
  background-color: #f0f0f0;
  color: #494949;
  width: 50%;
}

#button:hover{
  background-color: #494949;
  color: #f0f0f0;
}

input:focus{
  box-shadow: 0 0 0 0;
  border-color: #2E2EFE;
}

textarea:focus{
  box-shadow: 0 0 0 0;
  border-color: #2E2EFE;
}

#Zusage_input{
  display: none;
}

#Absage_input{
  display: none;
}

.status{
  color: green;
  align-self: center;
}

.status p{
  text-align: center;
}

.status p span{
  color: green;
}

@media screen and (max-width: 800px){
  #Contact_Form{
    width: 70%;
    margin-left: 15%;
  }
}

@media screen and (max-width: 560px){
  #Contact_Form{
    width: 85%;
    margin-left: 7.5%;
  }

  form p{
    margin-left: 5%;
  }
}



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

   #Contact_Form{
     width: 85%;
     margin-left: 7.5%;
   }

   form p{
     margin-left: 5%;
   }

}
