@font-face {
  font-family:'Klarheit';
  font-style: oblique;
  font-weight: 1000;
  src:url(fonts/ESKlarheitKurrent-Bold.woff2) format('woff2'),
      url(fonts/ESKlarheitKurrent-Bold.woff) format('woff');
}

* {
  font-family: 'Hind Siliguri', sans-serif;
}

h1, h2 {
  font-family:'Klarheit';
}

p {
  font-size: 16px;
}

nav {
  padding-bottom: 10px;
}

nav ul {
	list-style-type: none;
}

nav li {
	display: inline;
}

nav a {
color: black;
margin: 5%;
font-size: 20pt;
text-decoration: none;
}

nav a:hover {
  color: #FF7F00;
}

#orange a{
  color: #FF7F00;
}

main {
  background-color: #EEEEEE;
  float: left;
}

#anrede {
  display: flex;
  align-items: center;
}

#hauptteil {
  padding-left: 80px;
}

.hauptgrid{
  display: grid;
  grid-template-columns:  80% 20%;
  grid-template-rows: 100%;
}

input {
  margin-bottom: 10px;
  font-size: 13px;
}

#firstname {
  width: 489px;
}

#lastname {
  width: 509px;
}

#email {
  width: 522px;
}

#phone {
  width: 500px;
}

aside {
  background-color: #EEEEEE;
  float: right;
  padding-top: 30%;
}

#side {
  margin-right: 80px;
  padding-left: 80px;
  border-left: solid #777777 1px;
}

button {
  background-color: #FF7F00;
  border: solid #FF7F00 7px;border-radius: 2px;
  border-radius: 2px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 70px;
  color: white;
  cursor: pointer;
  font-size: 17px;
  margin-top: 50px;
}

button:hover {
  background: #FFFFFF;
  color: black;
  border: solid #FFFFFF 7px;
}

li{
  list-style-type: none;
}

input[type="file"]{
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1px;
    width: 0.1px;
    height: 0.1px;
    user-select: none;
}

label[for="files"]{
    background: #FFFFFF;
    padding: 10px;
    color: black;
    border-radius: 2px;
    cursor: pointer;
    font-size: 15px;
}

label[for="files"]:hover{
    background: #FF7F00;
    color: white;
}

footer {
  background-color: #EEEEEE;
  font-size: 10px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

img{
  width: 8%;
}

#dataupload {
  display:flex;
  align-items:flex-end;
}

.upload {
  padding-left: 30px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#auflistung {
  font-size: 12px;
}

#gesendet {
  padding-top: 10%;
  margin-left: 20%;
}

#gesendettext{
  margin-left: 20%;
}

#gesendetbutton{
  margin-bottom: 15%;
  margin-left: 20%;
}

#gesendetlink {
  color: white;
  text-decoration: none;
}

#gesendetlink:hover {
  background: #FFFFFF;
  color: black;
}

.bestaetigung {
  float: left;
  width: 100%;
}

@media all and (max-device-width: 450px) {

nav {
  display: none;
}
aside {
  font-size: 30px;
  padding-top: 10%;
}

h1 {
  padding-top: 100px;
  font-size: 70px;
}

input, label, button, p, select, option {
  font-size: 40px;
}

main {
  width: 100%;
}

label[for="files"]{
  font-size: 40px;
}

#hauptteil {
  padding-left: 30px;
}

#auflistung {
  font-size: 25px;
}
#dataupload {
  display:flex;
  align-items: center;
}
.upload {
  height: 200px;
}

.hauptgrid {
  grid-template-columns: 100%;
  grid-template-rows: 60% 40%;
}
footer {
  background-color: #EEEEEE;
  font-size: 20px;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;

}
