body.home {
  background-color: #747a7a;
}

.teaser {
width: 100%;
height: auto;
}

@media (max-aspect-ratio: 9/5) {
#bg {
  position: fixed;
  top: 0%; 
  left: 0%; 
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

@media (min-aspect-ratio: 9/5) {
#bg {
  position: fixed;
  top: 0%; 
  left: 0%; 
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

#bg:nth-child(2) {
  left: 50%;
}

#bg img {
  position: relative;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.indexlogo {
  width: 100%;
  height: auto;
}

.button.game-style {
  background-color: #254958;
  box-shadow: 10px 10px 1px #001927;
  border: none;
  border-radius: 0px;
  color: white;
  height: auto;
  padding: 25px;
  inset: 25px;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 1;
  letter-spacing: 0rem;
}

@media (min-width: 550px) {
  .button.game-style {
    font-size: 3.3rem;
    letter-spacing: 0.1rem;
  }
}

.button.game-style:hover,
.button.game-style:focus {
  background-color: #b3bfc5;
  border: 1px solid #bbb;
}

.footprint.left{
  position: absolute;
  width: 10vh;
  height: 10vh;
  background: url('../images/bewertung_fuss_links.png') no-repeat center/contain;
  opacity: 0.7;
  transition: opacity 5s ease-out;
}
.footprint.right{
  position: absolute;
  width: 10vh;
  height: 10vh;
  background: url('../images/bewertung_fuss_rechts.png') no-repeat center/contain;
  opacity: 0.7;
  transition: opacity 5s ease-out;
}

.menu-title {
  text-shadow: 1px 1px 2px black;
}

.outer-columns {
  display: flex;
  justify-content: center;
  float: left;
  box-sizing: border-box; 
  width: 42%;
}

.middle-columns {
  float: left;
  box-sizing: border-box; 
  width: 16%;
}

.border-simple {
  border: 1px solid white;
  padding: 2px; 
}

nav {
  text-align: right;
}