* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  background-color: antiquewhite;
}

header,
nav,
section,
aside {
  display: block;
}

h1,
h2,
h3 {
  text-align: center;
}

h4 {
  color: #ff0000;
  text-align: center;
}

h5 {
  text-align: center;
  line-height: 30px;
}

h6 {
  text-align: center;
}
/*------------------------wo ist zeile1 ? welche Seite   ------------------------------*/

#zeile1 {
  /* welche seite */
  text-align: left;
  font-family: Times;
  font-size: 1.3em;
  font-style: italic;
  color: #0000ff;
  /*   white-space: pre;                leerstellen */
}
/***************************     header                   ******************************/

header {
  /* background-color: #ffff00;*/
  background-image: url(../Bilder/Panorama_2000.png);
  width: 100%;
  height: 200px;
  margin: 0 auto;
  /*text-align: left;*/
  border-top: double;
  border-left: double;
  border-right: double;
}

header p {
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;

  width: 20%;
  padding: 5px;
  background-color: white;

  font-size: 1.5rem;
  color: #a80c2e;
}
/***************************    Ende  header              ***********************/
/***************************     wrapper                  ***********************/

/*.wrapper {
  Hintergrundfarbe
  width: 100%;
  background-color: lightgray;
  margin: 0 auto;
  text-align: left;
  border-left: double;
  border-right: double;
  border-bottom: double;
}*/

/***************************     Ende wrapper             *******************/
/***************************     navoben und listcontainer                 *******************/

.navoben {
  width: 100%;
  justify-content: center;
}

.listcontainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: greenyellow;
  box-shadow: 2p 2px 4px rgba(0, 0, 0, 11);
  border: 1px solid black;
}

.listcontainer p {
  font-family: "times";
  font-size: 14px;
}

.listcontainer ul {
  display: flex;
}

.listcontainer ul li {
  list-style-type: none;
  position: relative;
}

.listcontainer ul li a {
  font-family: "Times New Roman", Times, serif;
  color: rgb(27, 27, 27);
  font-size: 14px;
  text-decoration: none;
  padding: 8px 20px 8px 20px;
  display: inline;
}

.listcontainer ul li a:hover {
  /*background-image: url(Bilder/grau-50.png);*/
  color: white;
  background-color: #338585;
}

.listcontainer ul li ul {
  display: none;
  margin-left: -10px;
  position: absolute;
  background-color: #338585;
  padding: 7px;
  border-radius: 0px 0px 12px 12px;
}

.listcontainer ul li:hover ul {
  display: block;
}

.listcontainer ul li ul li {
  margin-bottom: 10px;
}

.listcontainer ul li ul li a {
  color: white;
  padding-left: 5px;
  border-radius: 10px;
  text-decoration: none;
}

.listcontainer ul li ul li a:hover {
  background-color: gray;
}
/***************************     Ende navoben und listcontainer            ************************/
/***************************     aside                    ************************/

aside {
  float: right;
  width: 170px;
  background-color: #c0c0c0;
  margin-left: 1em;
}

aside img {
  border: 1px solid silver;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0.6em;
}

aside p {
  margin-top: 20px;
  text-align: center;
}

aside #wap {
  background-color: white;
  margin-top: 0.5em;
  padding: 0.7em;
  margin-bottom: 0.8em;
  margin-left: 0.5em;
}

aside #thermo {
  background-color: #042c50;
}
/***************************     Ende aside               ******************************/
/***************************     section auf jeder Seite  *****************************
                                          nicht auf Startseite
                                          nicht auf Aufnahme
                                          nicht auf Termin
 */

section {
  margin: 0px auto;
}

section img {
  float: left;
}

section h1,
h2,
h3 {
  padding-top: 20px;
  padding-bottom: 1em;
  color: #a90000;
}

section ol {
  padding-left: 5em;
}

section ul {
  padding-left: 2em;
}

section li {
  padding-bottom: 0.3em;
}

section p {
  padding-bottom: 1em;
}
/***************************     Ende section             **********************/
/***************************     Startflex  welche Seite ???  ---------------*/

.startflex {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: greenyellow;
  border: 0.02em solid black;
  width: 70%;
}

.abs1 {
  margin: 0 auto;
  font-size: 3em;
  color: white;
  width: 80%;
  height: 2.5em;
  background-color: darkorange;
  border: 1px solid black;
}

.abs2 {
  margin: 0 auto;
  width: 90%;
  height: 4em;
}

.abs3 {
  margin: 0 auto;
  font-size: 3em;
  color: white;
  width: 80%;
  height: 2.5em;
  background-color: darkorange;
  border: 1px solid black;
}
/***************************     Startflex Ende           ****************/
/***************************     footer                   *****************/

.flexcontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 2em;
  background-color: greenyellow;
  box-shadow: 2p 2px 4px rgba(0, 0, 0, 11);
  border: 1px solid black;
}

.eins {
  font-size: 0.7em;
  text-align: center;
  width: 12.5em;
  padding-top: 0.25em;
}

.zwei {
  /*  background-color: lightcyan;*/
  font-size: 0.9em;
  width: 10em;
  padding: 10px;
}

.drei {
  /*   background-color: lightseagreen;*/
  font-size: 0.9em;
  width: 10em;
  padding: 10px;
}
/***************************     Ende footer              *********************/
/*-------------------------     Memo                ----------------------*/

.memo {
  background-color: #e1e1e1;
  padding-bottom: 1.8em;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  list-style-type: none;
  text-align: left;
  font-size: 1.2em;
  color: #800000;
  height: 240px;
}

.memo ul {
  list-style: none;
}

.memo li {
  margin-top: 25px;
}

#links {
  text-align: left;
}

#rechts {
  text-align: right;
}

#zeit {
  text-align: center;
}
/**************************     Ende Memo                 ******************/
/*-------------------------     Infoseite                 --------------------*/

#info_menu {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #24bb3a;
  border: solid 1px;
  height: 24px;
}

#info_menu ul {
  list-style-type: none;
}

#info_menu li {
  display: inline;
}

#info_menu a {
  display: block;
  line-height: 24px;
  width: 330px;
  float: left;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

#info_menu a:hover {
  background-image: url(Bilder/grau-50.png);
}

#infotext {
  width: 1000px;
  background-color: #e1e1e1;
  text-align: left;
  font-family: Times;
}

#infotext h4 {
  text-align: left;
  line-height: 25px;
  color: black;
}

.top {
  text-decoration: underline;
}

.form {
  width: 900px;
  margin-left: 50px;
}

#rechts {
  text-align: right;
}
/***************************     Ende Infoseite           *********************/
/***************************     @media                   ********************/

@media screen and (max-width: 768px) {
  body {
    /* width: 100%;
    background-color: blueviolet;*/
  }

  header {
    height: 150px;
    width: 100%;
  }

  header p {
    display: none;
  }
  .navoben {
    width: 100%;
    height: 25px;
    margin: auto;
  }
  .listcontainer {
    width: 100%;
    height: 1.2em;
    margin: auto;
    background-color: greenyellow;
  }
  /***********************     @ Anzeige                *********************/
  .schonzeiten h2 {
    font-size: 1.2em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 17em;
    text-align: center;
    /* background-color: #0000ff;*/
  }
  aside {
    display: none;
  }
  .navoben {
    width: 24em;
  }
  /***********************     Ende @ Anzeige           *********************/
  /***********************     @ footer                 ***************************/
  .flexcontainer {
    width: 100%;
    height: 2.5em;
    margin: auto;
    background-color: greenyellow;
  }
  .eins {
    width: 12.5em;
  }
  .zwei {
    width: 5em;
  }
  .drei {
    width: 5.625em;
  }
}
/***************************     Ende @ footer            ***************************/
/***************************     Ende @ Media             ***************************/
