body {
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  background-color: black;
  color: white;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  text-align: center;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#topZeileFixed {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  position: fixed;
  top: 0px;
  width: 100%;
  height: auto;
  background-color: black;
}

/* Info Handy Anfang */

#infoHandyContainer {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}

#spracheSeiteContainerHandy {
  display: flex;
}

#spracheSeiteDeutschHandy {
  background: url("images/spracheDeutsch.png");
  width: 42px;
  height: 28px;
  background-size: cover;
  border: 1px solid white;
  cursor: pointer;
  margin: 0px 10px 0px 10px;
}

#spracheSeiteEnglischHandy {
  background: url("images/spracheEnglisch.png");
  width: 42px;
  height: 28px;
  background-size: cover;
  border: 1px solid white;
  cursor: pointer;
  margin: 0px 10px 0px 10px;
}

#infoHandyContainerInnen {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px 0px 10px;
  height: 30px;
  cursor: pointer;
}

#infoHandyContainerInnen:hover {
  background-color: rgb(100, 100, 100);
  color: yellow;
}

/* Info Handy Ende */
/* NAV Anfang */

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  padding: 0px;
  margin: 0px;
  background-color: rgb(50, 50, 50);
  flex-wrap: wrap;
  flex-direction: row;
  border: 1px solid dimgray;
  position: fixed;
  top: 0px;
}

#navZentrieren {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 900px;
}

#spracheSeiteContainer {
  display: flex;
}

#spracheSeiteDeutsch {
  background: url("images/spracheDeutsch.png");
  width: 60px;
  height: 40px;
  background-size: cover;
  border: 1px solid white;
  cursor: pointer;
  margin: 0px 10px 0px 10px;
}

#spracheSeiteEnglisch {
  background: url("images/spracheEnglisch.png");
  width: 60px;
  height: 40px;
  background-size: cover;
  border: 1px solid white;
  cursor: pointer;
  margin: 0px 10px 0px 10px;
}

#navContainer {
  display: flex;
}

#navContainer div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px 0px 15px;
  height: 40px;
  cursor: pointer;
}

#navContainer div:hover {
  background-color: rgb(100, 100, 100);
  color: yellow;
}

#platzhalterUnterNav {
  height: 42px;
}

/* NAV Ende */
/* Borderguard Anfang */

#divBorderguard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

#divBorderguard p {
  text-align: center;
}

/* Borderguard Ende */

/* Neuigkeiten Anfang */

#containerNews {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
  width: 100%;
  border: 20px solid red;
}

#divNews p {
  width: 100%;
  margin: 5px;
  padding: 5px;
  text-align: center;
}

.bildContainerNews {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.bildBreitNews {
  width: 80%;
  height: auto;
}

.bildUnterschrift {
  font-size: 0.8em;
}

.containerAbstand {
  height: 3rem;
}

/* Neuigkeiten Ende */

/* Buch Anfang */

#containerBuch {
  font-family: Courier New, Georgia, Times, "Times New Roman", serif;
}

.dunkelgrau {
  color: rgb(64, 64, 64);
  font-style: italic;
}

.buchUeberschrift2 {
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
}

.buchUeberschrift {
  font-size: 1.65em;
  font-weight: bold;
  cursor: pointer;
}

.buchNormal {
  font-size: 1em;
  font-weight: normal;
}

/* Buch Ende */

/* Fußzeile Anfang */

#fusszeile div:hover {
  background-color: rgb(100, 100, 100);
  color: yellow;
}

/* Fußzeile Ende */

@media only screen and (min-width: 2000px) {
  #divBorderguard {
    height: 2400px;
  }
}

@media only screen and (max-width: 900px) {
  nav {
    height: 36px;
    font-size: 18px;
  }

  #navZentrieren {
    width: 100%px;
  }

  #navContainer div {
    height: 36px;
    padding: 0px 10px 0px 10px;
  }

  #spracheSeiteDeutsch,
  #spracheSeiteEnglisch {
    width: 42px;
    height: 28px;
    background-size: cover;
    border: 1px solid white;
    margin: 0px 8px 0px 8px;
  }

  #platzhalterUnterNav {
    height: 36px;
  }
}

@media only screen and (max-width: 600px) {
  #infoHandyContainer {
    display: flex;
  }

  nav {
    height: 181px;
    top: 36px;
  }

  #navContainer {
    flex-wrap: wrap;
    flex-direction: row;
  }

  #navContainer div {
    width: 100%;
    height: 35px;
  }

  #platzhalterUnterNav {
    height: 217px;
  }

  #spracheSeiteContainer {
    display: none;
  }
}
