﻿.text_a {
  float:left;
  box-shadow: 0.25em 0.25em 0.5em #808080;
  width:80%;
  height:1.5em;
  color:#000000;
  font-weight:normal;
  font-family:abhayalibre regular;
  font-size:1em;
  text-align:left;
  }

.text_b {
  float:left;
  box-shadow: 0.25em 0.25em 0.5em #808080;
  width:30%;
  height:1.5em;
  color:#000000;
  font-weight:normal;
  font-family:abhayalibre regular;
  font-size:1em;
  text-align:left;
  }

.text_c {
  float:left;
  box-shadow: 0.25em 0.25em 0.5em #808080;
  width:80%;
  height:14em;
  font-family:abhayalibre regular;
  font-size:1em;
  color:#000000;
  font-weight:normal;
  text-align:left;
  }
  
.text_d {
  float:left;
  box-shadow: 0.25em 0.25em 0.5em #808080;
  width:80%;
  height:1.5em;
  font-family:abhayalibre regular;
  font-size:1em;
  color:#000000;
  font-weight:normal;
  text-align:center;
  border-radius:0.5em;
  }

  
input[type=text] {
  padding-right:0.5em;
  padding-top:0.1em;
  padding-left:0.5em;
  padding-bottom:0.1em;
}

textarea {
  padding-right:0.5em;
  padding-top:0.3em;
  padding-left:0.5em;
  padding-bottom:0.1em;
}

#email1{
	display:none;
	}

#email2{
	display:none;
}

#email3{
	display:none;
}

#email4{
	display:none;
}
#email5{
	display:none;
}

#email6{
	display:none;
}




#pzufall {
    font-family:Tangerine;
    font-size:1.8em;
    font-weight:bold;
    color:#000000;
	text-align:left;
}


#pErgebnis{
	font-family:abhayalibre regular;
	font-size:1em;
	color:#000000;
	font-weight:bold;
	padding-left:3%;
	padding-top:3%;
}


#but1 {
  height:1.5em;
  box-shadow: 0.25em 0.25em 0.5em #808080;
  font-family:abhayalibre regular;
  font-size:0.9em;
  color:#000000;
  font-weight:bold;
  text-align:center;
  background-color:#ffffff;
  }
#but1:hover {
  color:#ffffff;
  background-color:#000000;
  cursor:pointer;
  transition:color 0.7s;
}

