.termine {
  background-color: antiquewhite;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.termine h2 {
  font-size: 1.5em;
  text-decoration-line: underline;
}

.termine h4 {
  margin-top: 2em;
  text-align: center;
  font-size: 1.2em;
}

.termine h5 {
  font-size: 1em;
  line-height: 120%;
  color: #ff0000;
}

hr {
  margin-top: 1em;
  justify-content: center;
  border: 2px solid blue;
}

#termine_aside {
  margin-top: 110px;
  margin-right: 2em;
  height: 790px;
}
#bild1 {
  margin-top: 30px;
}
#bild2 {
  margin-top: 150px;
}
#DruckButton {
  margin-top: 60px;
}
#termine_aside a {
  /* Druckbutton */
  margin: 0px auto;
  text-decoration: none;
  color: #a90000;
  background-color: #ffffff;
}

#termine_aside a:hover {
  /* Druckbutton */
  background-color: #ffff00;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
table {
  justify-content: center;
  /* border: 1px solid black;*/
  margin: 10px auto;
  background-color: honeydew;
}
td {
  height: 2em;
}
th {
  font-size: 1.2em;
  width: 12em;
  height: 2em;
  border-bottom: 2px solid black;
}

/*++++++++++++++++++++++++++++++++++++++++*/

@media screen and (max-width: 768px) {
  .termine {
    width: 95%;
    margin: auto;
  }
  media #termine_aside {
    display: none;
  }
  .datum {
    width: 95%;
    margin: auto;
  }
  /*
  .flex_termin {
    width: 95%;
  }
*/
  .listcontainer {
    margin: auto;
  }
}
