#vorstand {
  background-color: antiquewhite;
}

#vorstand h2 {
  height: 5px;
  text-align: center;
}

#vorstand p {
  text-align: center;
}

#vorstand hr {
  height: 5px;
  width: 72%;
  border: width 3px;
  border-style: double;
  color: gray;
  background-color: blue;
  margin-left: 5em;
}

.flex_gesVorstand,
.flex_erwVorstand {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex_gesVorstand p,
.flex_erwVorstand p {
  font-weight: bold;
}

.flex_gesVorstand a,
.flex_erwVorstand a {
  background-color: lightblue;
  width: min-content;
  padding: 0.5em 1.8em;
  margin: 0 auto;
  text-decoration: none;
  color: black;
  border: 2px solid blue;
  transition: 15ms ease-in-out;
}

.flex_gesVorstand a:hover,
.flex_erwVorstand a:hover {
  background: transparent;
}

#schlusszeile {
  /* background-color: #FFFF00;*/
  color: #0026ff;
  text-align: left;
  line-height: 2em;
}

#vorstand_aside {
  margin-top: 4.5em;
  margin-right: 2em;
}

/********************************** @ Vorstand      ************************/

@media screen and (max-width: 768px) {
  #vorstand_aside {
    display: none;
  }
  #vorstand {
    margin: auto;
    width: 95%;
  }
  #vorstand h2 {
    font-size: 1.2em;
  }
  #vorstand hr {
    margin-left: 1em;
    width: 20em;
  }
  #vorstand table {
    justify-content: center;
    /**margin-left: 10px;*/
  }
  #vorstand h3 {
    justify-content: center;
  }
}

/********************************** Ende @ Vorstand      ************************/
