.aufnahme {
  height: 100%;
  background-color: antiquewhite;
}

td {
  width: 15.625em;
  font-size: 1.25em;
  height: 1.5em;
}

.aufnahme h4 {
  margin-left: 2em;
}
#aufnahme_aside {
  margin-right: 1em;
  margin-top: 2em;
}

#aufnahme_aside img {
  margin-right: 0.5em;
}
#aufnahmegeb,
#beitrag,
#antraege {
  background-color: honeydew;
  font-size: 0.9em;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #a90000;
  border-radius: 5px;
}
#aufnahmegeb tr {
  height: 35px;
}
#beitrag tr {
  height: 35px;
}

#antraege a {
  background-color: #6995e1;
  display: block;
  line-height: 30px;
  width: 25em;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1.5px solid silver;
}

#antraege a:hover {
  background-image: url(..Bilder/grau-50.png);
}

/*****************************     @media      ******************************/

@media screen and (max-width: 768px) {
  .aufnahme {
    width: 100%;
  }
  .aufnahme_aside {
    display: none;
  }
  .aufnahme table {
    border: 2px solid black;
    margin-bottom: 1em;
    justify-content: center;
  }
  #aufnahmegeb,
  #beitrag {
    width: 22em;
  }
  .aufnahme h5 {
    margin-top: 0px;
  }
  .aufnahme h4 {
    text-align: center;
  }

  .aufnahme p {
    text-align: left;
  }
  #aufnahmegeb tr td,
  #beitrag tr td {
    width: 15em;
  }
  #beitrag {
    margin-top: 1em;
  }
  #antraege {
    justify-content: center;
  }
  #antraege a {
    background-color: #6995e1;
    margin-left: 0em;
    justify-items: left;
    width: 15.5em;
  }
}
