body {

  background-image: url('000.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.Überschrift {
  
  text-align: center;
  background-color: rgba(0, 0, 0, 0.452);
  color: rgb(0, 0, 0);
  font-size: 30px;
  padding: 60px;
  font-family: 'Nunito', sans-serif;


}

.ÜberschriftB{

  padding: 0.3em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background-color: #ffffff2a;
  position: relative;
  border-radius: 50px;
  font-size: 25px; 

}






.gamesButton {
     
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 50px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    border-width: 30px;
    border-style: hidden;
    
}
    
    .gamesButton:before {
      content: "";
      background: linear-gradient(
        45deg,
        #ff0000,
        #ff7300,
        #fffb00,
        #48ff00,
        #00ffd5,
        #002bff,
        #7a00ff,
        #ff00c8,
        #ff0000
      );
      position: absolute;
      top: -2px;
      left: -2px;
      background-size: 400%;
      z-index: -1;
      filter: blur(5px);
      -webkit-filter: blur(5px);
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      animation: glowing-button-85 20s linear infinite;
      transition: opacity 0.3s ease-in-out;
      border-radius: 10px;
    }
    
    @keyframes glowing-button-85 {
      0% {
        background-position: 0 0;
      }
      50% {
        background-position: 400% 0;
      }
      100% {
        background-position: 0 0;
      }
    }
    
    .gamesButton:after {
      z-index: -1;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #222;
      left: 0;
      top: 0;
      border-radius: 10px;
    }

    

    
.InfoButton {
  appearance: none;
  background-color: #4b2e2e36;
  border-width: 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1.5em 2.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.InfoButton:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #EBEBEB;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.InfoButton:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.InfoButton:after {
  background-color: #FFFFFF;
}

.InfoButton span {
  z-index: 1;
  position: relative;
}


.SnakeBild {
  
  width: 300px;
  top: 10px;
  position: relative;

}

.SnakeText {

  color: white;
  background-color: #0000003d;
  width: 300px; 

}


.button {
  display: flex;
  justify-content: space-evenly;
}

/* TaschenrechnerBlid */
.TaschenrechnerBlid {
  width: 300px;
  position: relative;
  top: 10px;
}

/* Seite */
.Seite {
  width: 400px;
  position: relative;
  top: 10px;
}

/* Bilder */
.Bilder {
  display: flex;
  justify-content: space-evenly;
}

/* TaschenrechnerText */
.TaschenrechnerText {
  color: white;
  background-color: #0000003d;
  width: 300px;
}

/* GAText */
.GAText {
  color: white;
  background-color: #0000003d;
  width: 300px;
}

/* Text */
.Text {
  display: flex;
  justify-content: space-evenly;
}

/* Präfixe für Browser-Support */
/* Mozilla Firefox */
@-moz-document url-prefix() {
  .TaschenrechnerBlid {
    width: 300px;
    position: relative;
    top: 10px;
  }
  
  .Seite {
    width: 400px;
    position: relative;
    top: 10px;
  }
}

/* Webkit Browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .TaschenrechnerBlid {
    width: 300px;
    position: relative;
    top: 10px;
  }
  
  .Seite {
    width: 400px;
    position: relative;
    top: 10px;
  }
}
