/* Mobile Styles Tablet Look Horizontal */
@media only screen and (min-width: 606px) and (max-width: 749px) {

.footer-container {
    bottom: 1em;
  }

.hidden {
  display: none;
}

p {
  padding: 0;
}

.content-container {
  display: flex;
  justify-content: center;
  margin-left: 27%;

  width: 50%;
}

.content {
  display: flex;
  flex-flow: column;
  height: auto;
  margin-left: 28%;
  margin-top: 0.75em;
  flex-wrap: wrap;
  align-items: center;
}

li {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 0.9em
}

.bild {
  margin-bottom: 10em;
  padding: 0;
}

.hoch {
  width: 65%;
}

.footer-container {
  margin-left: 8%;
}

.impressum {
  color: black;
  font-style: normal;
}

h1 {
  left: 8%;
  width: 10px;
  top: 5%;
  font-size: 2em;
  margin-bottom: 10px;
  line-height: 1.25em;
}

.sidebar {
  display: flex;
  position: fixed;
  top: 27.5%;
  left: 8%;
  width: auto;
  align-items: center;
}
}

/* Tablet Styles */
@media only screen and (min-width: 750px) and (max-width: 1024px) {

  .footer-container {
    bottom: 1em;
  }

.hidden {
  display: none;
}

p {
  padding: 0;
}

.content-container {
  display: flex;
  justify-content: center;
  margin-left: 27%;

  width: 50%;
}

.content {
  display: flex;
  flex-flow: column;
  height: auto;
  margin: 0 auto;
  margin-top: 0.75em;
  flex-wrap: wrap;
  align-items: center;
}

li {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
}

.bild {
  margin-bottom: 10em;
  padding: 0;
}

.hoch {
  width: 70%;
}

.footer-container {
  margin-left: 8%;
}

.impressum {
  color: black;
  font-style: normal;
}

h1 {
  left: 8%;
  width: 10px;
  top: 10%;
  font-size: 2em;
  margin-bottom: 10px;
}

.sidebar {
  display: flex;
  position: fixed;
  top: 30%;
  left: 8%;
  width: auto;
  align-items: center;
}
}

/* ____________________________________________________________*/

/* Desktop Styles */
@media only screen and (min-width: 1025px) {

.hidden {
  display: none;
}

p {
  padding: 0;
}

.content-container {
  display: flex;
  justify-content: center;
  width: 32.5%;
  margin: 0 auto;
}

.content {
  display: flex;
  flex-flow: column;
  height: auto;
  margin: 0 auto;
  margin-top: 3.8em;
  flex-wrap: wrap;
  align-items: center;
}

li {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
}

.bild {
  margin-bottom: 10em;
  padding: 0;
}

.hoch {
  width: 70%;
}

.footer-container {
  margin-left: 8%;
}

.impressum {
  color: black;
  font-style: normal;
}

h1 {
  left: 8%;
  width: 10px;
  top: 10%;
  font-size: 2em;
}

.sidebar {
  display: flex;
  position: fixed;
  top: 25%;
  left: 8%;
  width: auto;
  align-items: center;
}
}
