html {
  font-family: verdana, sans-serif;
  color: white;
}
img {
  vertical-align: middle;
}
/*Hintergundbild wird gesetzt und richtig Skaliert*/
body {
  background-image: url("Images/Background.jpg");
  background-color: rgb(50, 50, 50);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  color: white;

}
footer {
  font-size: calc(0.45em + 0.45vw);
  width: 100%;
  position: fixed;
  text-align: center;
  bottom: 0;
  background-color: rgba(131,132,133, 0.5);
}
footer a {
  margin: 0 1em 0 1em;
  color: rgb(200,200,200);
}
footer span {
  text-align: left;
  color: rgb(200,200,200);
}
a:hover {
  color: white;
}
/*SpaceShift Logo wird richtig skaliert und zentriert*/
header {
  align-items: center;
}
/*SpaceShift Logo wird richtig skaliert und zentriert*/
header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 50%;
  height: auto;
}
section {
  max-width: 1000px;
  width: 100%;
  bottom:30px;
  border-radius: 1em;
  background-color: rgba(131,132,133, 0.8);
  margin: 3em auto;
  padding: 1em 1em 1em 1em;
  text-align: center;
}

section h1 {
  font-size: calc(1em + 1vw);
  margin-bottom: 1em;
}
section h2 {
  text-align: left;
  margin: 1em 0em 1em 0em;
  padding-left: 1em;
  font-size: calc(0.75em + 0.75vw);
}
section h3 {
  text-align: left;
  padding-left: 1em;
  font-size: calc(0.65em + 0.65vw);
  text-decoration: underline;
}
section p {
  line-height: 150%;
  padding-left: 2em;
  font-style: normal;
  font-size: calc(0.55em + 0.55vw);
  text-align: left;}
section p a {
  color: white;
  line-height: 150%;
  font-size: calc(0.55em + 0.55vw);
}
section ul li {
  text-align: left;
}
section ul li a {
  color: white;
  line-height: 150%;
  font-size: calc(0.55em + 0.55vw);
}
/*Wird ein Link angeklickt, wird er kurz schwarz*/
div ul li a#current {
  color: yellow !important;
}
div#myCarousel {
  align-items: center;
}
audio {
  max-width: 900px;
  width: 90vw;
  box-shadow: 5px 5px 20px transparent;
  border-radius: 90px;
  transform: scale(1.05);
}
/*Die Navigation auf dem Homescreen*/
.nav {
  align-items: center;
}
/*Bilderkarussell*/
.carousel-item {
  width: 100%;
  height: auto;
  align-items: center;
  margin: 0 auto;
}
.carousel-inner > .item > img {
  margin: auto;
  width:  100%;
  height: auto;
}
.carousel img {
  margin: auto;
}
.container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.child {
  width: 50px;
  height: 50px;
  /* Center vertically and horizontally */
  position: relative;
  top: 50%;
  left: 50%;
}
/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}
.mySlides {
  display: flex;
  opacity: 0;
  position: relative;
  transition: opacity 1000ms ease;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.mySlides.fade {
  opacity: 1;
  z-index: 0;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:0
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: grey;
  color:yellow;
  text-decoration: none;
  opacity:.7;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: rgb(161,162,163);
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.audio-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 /* Style buttons */
.btn {
  margin: 10px 8px;
  font-style: normal;
  background-color: rgba(0, 70, 170, 0.9);
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 16px;
}
/* Darker background on mouse-over */
.btn:hover {
  background-color: rgb(0, 40, 140);
  color: white;
}
/* buttons of the list*/
.button {
  background-color: transparent; /* Green */
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: calc(1em + 1vw);
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
/* buttons of the list*/
.button1 {
  background-color: transparent;
}
.button1:hover {
  background-color: rgba(0, 70, 170, 0.85);
  border-radius: 4px;
}
.active {
  background-color: rgba(0, 40, 140, 0.75);
  border-radius: 4px;
}
.tier-col {
  border-radius: 4px;
  border-width: thin;
  border-style: solid;
  border-color: rgba(161,162, 163, 0.75);
}
