body {
    background-color: #16192f;
    background-image: linear-gradient(to bottom right, #16192f, #2636ad);
    color: white;
    font-family: sans-serif;
    margin: 0px;
    scroll-behavior: smooth;
}

#content {
    text-align: center;
}
              
 
#title_big {
    font-size: 25px;
    font-weight: 800;
    color: #3f4cde;
    display: block;
}

#text_small {
    font-size: 15px;
    font-weight: 100;
}
  
#image1 {
    max-width: 70%;
    width: 70%; margin:
    32px auto 16px;
    margin-top: -30px;
    pointer-events: none;
}
  
#invitebutton {
    font-size: 16px;
    background: #3f4cde;
    color: white;
    line-height: 22px;
    padding: 15px 24px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 20px;
    transition: 0.15s;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 0px 20px #16193f;
    transition: 0.5s;
}

#invitebutton:hover {
    background-color: #363FA3;
    transition: 0.5s;
}
  
#features {
    display: table;
    padding-bottom: 15px;
    background: #ffffff0d;
    background-image: linear-gradient(to bottom right, #2736a1, #1c2357);
    border-radius: 20px;
    position: relative;
    width: 700px;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -350px;
    top: 135px;
    margin-bottom: 230px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 20px #222d80;
}
  
#featureimages {
    width: 50px;
    pointer-events: none;
    bottom: -20px;
    position: relative;
}
  
#featuretext {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
  
#spacing {
    margin-bottom: 35px;
}
  
#reviewbutton {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 30px;
    border-radius: 7px;
    display: inline-block;
    transition: 0.15s;
    background: #ffffff0d;
    color: white;
    text-decoration: none;
    box-shadow: 0px 0px 20px #131a4b;
    transition: 0.5s;
}

#reviewbutton:hover {
    background-color: #9592a36b;
    transition: 0.5s;
}





  

  

  .navbar {
    background-color: #0000004a;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .navbar a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: 0.5s;
    border-right: 1px solid #ffffff0d;
  }
  
  .navbar a.active {
    background-color: #5668f7;
    color: white;
  }

  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14.7px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    border-right: 2px solid #ffffff0d;
    width: 201px;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #4556db59;
    color: rgb(255, 255, 255);
    transition: 0.5s;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #232c69;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-right: 1px solid #ffffff0d;
  }
  
  .dropdown-content a {
    float: none;
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #4556db59;
    color: rgb(255, 255, 255);
    transition: 0.5s;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }














  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0a0f;
    z-index: 9999;
    opacity: 1; /* volle Deckkraft */
    transition: opacity 1s ease-in-out; /* Übergangsanimation */
  }
  
  .overlay.hide {
    opacity: 0; /* transparent */
  }

  .overlayimg::selection {
    background-color: transparent !important;
  }

.overlayimg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    size: 50%;
    max-width: 50%;
    pointer-events: none;
}







.logo {
    position: absolute;
    top: -5px;
    left: 350px;
    margin: 10px;
    pointer-events: none;
    float: left;
}

.footer {
  margin-top: 50px;
  padding-top: 8px;
  padding-bottom: 28px;
  background-color: rgb(11, 11, 11);
  border-top: 2px solid #ffffff;
  }

  .footer-container {
    margin: 50px
  }

  .footer-legalinfo-container {
    position: absolute;
    right: 0;
    text-align: left;
    bottom: -90px;
}

.footer-legalinfo {
    display: block;
    color: #acacac;
    text-decoration: none;
    margin-bottom: 10px;
}

.legalinfo-positioning {
  bottom: 130px;
  position: relative;
}





/* Für Chrome, Safari und Opera */
::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #6675e759;
    border-radius: 3px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #3b427259;
    border-radius: 3px;
  }
  
  /* Für Chrome, Safari und Opera */
  ::-webkit-scrollbar {
    background-color: #101118;
    width: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #6675e759;
    border-radius: 3px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #3b427259;
    border-radius: 3px;
  }
  
  ::selection {
    background-color: #4959d48f;
    color: black;
  }



  .updates-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
}

.update {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #00000047;
}

.update h2 {
    font-size: 20px;
}

.date {
  color: #888;
  top: -15px;
  position: relative;
}

.update-hr {
  position: relative;
  top: -25px;
  border-color: rgb(255, 255, 255);
  opacity: 20%;
}

.update-info {
  list-style-type: disc;
  padding-left: 20px;
  font-weight: bold; /* Ändere die Schrift auf fett, wenn gewünscht */
  color: #ffffff; /* Ändere die Schriftfarbe nach deinen Wünschen */
  text-align: left;
}

.update-info li {
  margin-bottom: 5px;
  font-weight: 100;
}