.startseite {
  background-color: antiquewhite;
}
.startseite .alter {
  color: blue;
}

.startseite p {
  font-family: Times;
  font-size: 1.2em;
  /*   font-style: italic; */
  color: #800000;
  text-align: center;
  width: 26.5em;
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  /*  border: 2px solid chocolate;*/
}

.startseite h6 {
  font-family: Times;
  font-size: 1.2em;
  line-height: 1.8em;
  color: #800000;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#textfeld {
  background-color: aqua;
  margin-left: auto;
  margin-right: auto;
}
.startseite a:hover {
  background-color: blue;
  color: white;
}

#start_aside {
  margin-right: 2em;
  margin-top: 1em;
}

#start_aside #wap {
  margin-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

#start_aside #weatherWidget {
  text-align: center;
  margin-bottom: 1em;
}

/****************************     @ Startseite       ********************/

@media screen and (max-width: 768px) {
  body {
    .startseite {
      width: 22em;
      margin: 10px auto;
      /*   background-color: #6995e1;
            width: 100%;*/
    }
    .listcontainer {
      margin: auto;
    }
    .startseite h6 {
      width: 100%;
      margin-left: 0.2em;
      margin-bottom: 0.5em;
      text-align: center;
    }
    .startseite img {
      display: none;
      width: 85%;
      margin: 0 0 0 2.5em;
    }
    #start_aside {
      display: none;
    }
  }
}
