header {
  text-decoration: none;
}

html {
  height: 100vh;
  width: auto;
  overflow-x: hidden;
}

body {
  margin: 0px;
  background-image: url("https://www.astro-pool.com/images/background.jpg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 0;
  width: auto;
  height: 100%;
}

.navbar {
  background-color: black;
  display: flex;
  justify-content: space-around;
  margin: 0;
  width: auto;
  height: 38px;
  list-style-type: none;

}

a {
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 100%;
  font-family: Arial;
}

a:hover {
  text-decoration: none;
  color: white
}

.menu-btn {
  list-style: none;
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  width: 10em;
  text-align: center;
}

.menu-btn:hover {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-family: Arial;
  background-color: #808080;
  cursor: pointer;
}

.content {
  width: 100%;
  background-color: #004080;
  min-height: 71.5vh;
}

.image-upload {
  text-align: center;
}


.title {
  font-family: Arial;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  padding-top: 20px;
}

.subtitle {
  font-family: Arial;
  color: white;
  text-align: center;
}

.sternenhimmel {
  margin-left: auto;
  margin-right: 50%;
  text-align: center;
}

.animation {
  padding-right: 10%;
}

.newssticker {
  background-color: transparent;
  margin-right: 75%;
  margin-top: auto;
}

.newssticker-title {
  font-weight: bold;
  color: white;
}

.newssticker-text {
  color: white;

}

footer {
  position: fixed;
  left: 0
  bottom: 0;
  width: 100vw;
  background-color: #000000;
  color: white;
}

.animation-text {
  margin-right: 200px;
  margin-left: 50%;
  color: white;
  font-weight: 700;
  font-family: 'Yantramanav';
  text-align: justify;
}

p {
  font-size: 20px;
  position: static;
}

.logo {
  width: 100%;
  height: 100%;
  margin-top: 2.5vh;
  position: static;

}

.spalte {
  float: left;
  width: 50%;
}

.sternkarte {
  padding: 0 15%;
}

.time {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.time-buttons {
  display: inline;

}

.sternkarte-text {
  margin-left: 10%;
}

.text {
  font-family: Arial;
  color: white;
  font-weight: 100;
}

.sternkarte-title {
  font-family: Arial;
  color: white;
}

.news {
  text-align: left;
  margin-right: 5vw;
  margin-bottom: 50px;
}

.mond {
  width: 100%
  display: inline-block
}

.mond-daten {
  height: 100%;
  width: 100%;
  margin-right: 10px;
  display: inline;
}

.mond {
  vertical-align: middle;
  line-height: 50%;
}

.monddaten {
  color: white;
  font-family: Arial;
  font-weight: 100;
  margin-right:10px;
  margin-left: 15px;
  vertical-align: middle;
  width: auto;
}

.mondposition {
  color: white;
  font-family: Arial;
  font-weight: 100;
  margin-right:10px;
  vertical-align: middle;
}

.mondphasen {
  padding-left: 0;
  margin-left: 0;
}

.mondbilder {
  width: 100%;
  height: 100%;
  padding-bottom: 10%;
}

.astrowetter {
  height: 100%;
  width: 100%;
}

.mond-phasen {
  width: 85vh;
  height: 100%;
  margin-left: 10%;
  padding-right: 5%;
}

.erster-mond {
  height: 100%;
  width: 100%;
}

.context-menu {
  background-color: #ffffff;
  border: 1px solid 3#cccccc;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  width: 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.cm-buy {
  cursor: pointer;
  padding: 8px 15px;
}

.cm-buy:hover {
  background-color: #f8f8f8;
}

.mi-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #ffffff;
  font-size: 16;
  font-family: Arial;
}

.mehr-infos {
  font-size: 16;
  font-family: Arial;
}

.logo-div {
  height: 10 vh;
}

div.login {
}

.login-bg {
  background: black;
  margin: 25px 20vw;
  padding: 25px 0;
}

input.login {
  background-color: transparent;
  outline-color: transparent;
  border: 2px solid white;
  color: white;
  margin-top: 15px;
  padding: 10px 20px;
}

input.login:hover {
  background-color: transparent;
  outline-color: transparent;
  border: 2px solid white;
  color: white;
  margin-top: 15px;
  padding: 10px 20px;
  opacity: 0.5;
  cursor: pointer;
}

input.login-field {
  background-color: transparent;
  outline-color: transparent;
  border: 2px solid white;
  color: white;
  margin-top: 15px;
  padding: 5px 15px;
  vertical-align: center;
}

input.login-field:hover {
  background-color: transparent;
  outline-color: transparent;
  border: 2px solid white;
  color: white;
  margin-top: 15px;
  padding: 5px 15px;
  vertical-align: center;
}

h4 {
  font-family: Arial;
  color: white;
  font-weight: 100;
}

.suc {
  padding: 0 15px;
  background-color: #ff3333;
  color: white;
  width: 30%;
  border-radius: 5px;
  position: fixed;
  bottom: 10px;
  left: 10px;
}

tbody {
  padding-left: 0;
  width: 400px;
}

.placeholder {
  padding-left: 100%;
  width: 100%;
}

.aah {
  width: 100vw;
  height: auto;
  left: 0;
  right: 0;
}

.aah-seiten {
  width: 100vw;
  height: auto;
  left: 0;
  right: 0;
}

.einsteiger-img {
  width: 100vw;
  height: auto;
  margin-bottom: 50px;
}

.schule-img {
  width: 80vw;
  height: auto;
  margin-left: 10vw;
}

.footer {
  background-color: #000000;
  padding-top: 37.5px;
}

.social-media {
  justify-content: center;
}

.social-media-icons {
  width: auto;
  height: 24px;
}

.social-media-icons:hover {
  opacity: 0.5;
  width: auto;
  height: 24px;
}

p.datenschutz {
  margin: 0 10vw;
}

div.planets {
  display: flex;
  justify-content: space-between;
  margin-left: 5vw;
  margin-right: 5vw;
}

a.buttons {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  padding: 10px 20px;
  font-size: 16px !important;
}

a.buttons:hover {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  padding: 10px 20px;
  opacity: 0.5;
}

a.buttons-strong {
  border-width: 2px;
  border-color: #F0C65B;
  border-style: solid;
  padding: 10px 20px;
  font-size: 16px !important;
  color: black;
  background-color: #F0C65B;
}

a.buttons-strong:hover {
  border-width: 2px;
  border-color: #F0C65B;
  border-style: solid;
  padding: 10px 20px;
  opacity: 0.5;
}

button.buttons {
  border-width: 2px;
  background-color: transparent;
  color: white;
  cursor: pointer;
  font-size: 16px;
  border-color: white;
  border-style: solid;
  padding: 10px 20px;
}

button.buttons:hover {
  border-width: 2px;
  background-color: transparent;
  color: white;
  cursor: pointer;
  font-size: 16px;
  border-color: white;
  border-style: solid;
  padding: 10px 20px;
  opacity: 0.5;
}

input.buttons {
  background-color: transparent;
  outline-color: transparent;
  border: 2px solid white;
  color: white;
  margin-top: 15px;
  padding: 10px 20px;
}

input.buttons:hover {
  background-color: transparent;
  outline-color: transparent;
  border: 2px solid white;
  color: white;
  margin-top: 15px;
  padding: 10px 20px;
  opacity: 0.5;
  cursor: pointer;
}

img#picture {
  width: 100vw;
  height: auto;
}

button.planets {
  border-width: 2px;
  border-color: white;
  background-color: transparent;
  color: white;
}

button.medien {
  border-width: 2px;
  border-color: white;
  background-color: transparent;
  color: white;
}

a.medien {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  padding: 10px 20px;
}

a.medien:hover {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  padding: 10px 20px;
  opacity: 0.5;
}

p.medien {
  margin: 0 5vw;
}

div.fill {
  height: 100px;
}

div.cookies {
  background-color: black;
  position: fixed;
  border-radius: 20px;
  padding: 0 10px;
  left: 25px;
  bottom: 25px;
  width: 600px;
}

button.cookies {
  font-family: Arial;
  color: white;
  background-color: transparent;
  border-width: 2px;
  border-color: white;
  border-style: solid;
  padding: 10px 20px;
  margin-bottom: 10px;
}

button.cookies:hover {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  padding: 10px 20px;
  opacity: 0.5;
  cursor: pointer;
}

div.text {
  text-align: left;
  margin-left: 5vw;
  margin-right: 5vw;
}

div.form {
  border: 2px solid white;
  width: 50vw;
  margin-top: 50px;
}

li {
  font-family: Arial;
  color: white;
  font-weight: 100;
}

li.form {
  list-style: none;
  margin-bottom: 10px;
}

.spenden:hover {
  opacity: 0.5;
}

.pinboard {
  margin-top: 0;
  margin-right: 10vw;
  height: 100%;
  align: top;
}

.feedback {
  border: solid;
  border-width: 2px;
  border-color: white;
  width: 50vw;
  margin-top: 100px;
}

#paypal-btn {
  padding-top: 10vh;
}

div.flexbox {
  display: flex;
  margin: 0 5vw;
  align-items: center;
}

div.flex-element {
  width: 40vw;
}

img.flex-element {
  width: 40vw;
  height: auto;
}

video.flex-element {
  width: 40vw;
  height: auto;
}
