@font-face {
  font-family: 'Chakra Petch'; 
  src: url('/assets/ChakraPetch.ttf') format('truetype');
  font-weight: normal; 
  font-style: normal; 
}
#search_engine_label {
  font-family: 'Chakra Petch', sans-serif;
}
body {
  background: rgba(30, 30, 30, 0.5); 
  backdrop-filter: blur(8px); 
  background-image: url("/images/desktop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #0b0202;
  margin: 0;
  padding: 0;
  font-family: 'Chakra Petch', sans-serif;
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  min-height: 100vh; 
  overflow: auto; 
  position: relative; 
}
body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)); 
  z-index: -1; 
}


.nav-links-index {
  backdrop-filter: blur(15px);
  padding: 20px;
  border-radius: 10px; 
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1; 
  position: relative;
  box-shadow: 0 0 15px rgba(81, 98, 255, 0.4), 0 0 30px rgba(0, 0, 0, 0.3);
}


.content {
  position: relative;
  z-index: 1; 
  padding: 20px;
}



@media (max-width: 1000px){
    body{
        background-image: url("/images/background.jpg");
    }
}

.nav-links-index{
  border-radius: 10px;
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px auto;
  width: max-content;
  text-align: center;
  font-size: 20px;
  animation: fadeIn 0.8s;
  color: #ffffff;
  background-color: rgba(0,0,0,0.7); 
  width: 70%;
}
@media (max-width: 800px){
  .version-info{
    display: none;
  }
  .spacer{
    display: none;
  }
}
.nav-links-index span{
  color: #ffffff;
  padding: 5px;
  font-weight: 700;
  animation: tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both;
}


.input {
    color: #8707ff;
    border: 2px solid #8707ff;
    border-radius: 10px;
    padding: 10px 25px;
    background: transparent;
    max-width: 190px;
   }
   
   .input:active {
    box-shadow: 2px 2px 15px #8707ff inset;
   }
   .button_search {
    font-size: 15px;
    padding: 1em 2.7em;
    font-weight: 500;
    background: #1f2937;
    color: white;
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: 0.6em;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .button_search {
        width: 60%;
        margin-top: 10px;
      }
    }
  
  .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0.6em;
    margin-top: -0.25em;
    background-image: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    );
  }
    @media (max-width: 767px) {
      .button_search {
        width: 50%;
      }
      .button_search:disabled {
          width: 50%;
      }
  }
   


.button_footer {
    height: 50px;
    margin: 5px;
    width: 20%;
    background: #333;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Consolas, Courier New, monospace;
    border: solid #404C5D 1px;
    font-size: 16px;
    color: rgb(161, 161, 161);
    -webkit-transition: 500ms;
    transition: 500ms;
    border-radius: 5px;
    background: linear-gradient(145deg, #2e2d2d, #212121);
    -webkit-box-shadow: -1px -5px 15px #41465B, 
                 5px  5px 15px #41465B, 
      inset      5px  5px 10px #212121, 
      inset     -5px -5px 10px #212121;
    box-shadow: -1px -5px 15px #41465B, 
                 5px  5px 15px #41465B, 
      inset      5px  5px 10px #212121, 
      inset     -5px -5px 10px #212121;
  }
  
  .button_search:hover {
    -webkit-box-shadow: 1px 1px 13px #20232e,
                      -1px -1px 13px #545b78;
    box-shadow: 1px 1px 13px #20232e,
               -1px -1px 13px #545b78;
    color: #d6d6d6;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .button_footer:active {
    -webkit-box-shadow: 1px 1px 13px #20232e,
                       -1px -1px 33px #545b78;
    box-shadow: 1px 1px 13px #20232e,
               -1px -1px 33px #545b78;
    color: #d6d6d6;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  .button_footer:disabled {
    cursor: not-allowed;
    height: 50px;
    margin: 5px;
    width: 200px;
    background: #333;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Consolas, Courier New, monospace;
    border: solid #404C5D 1px;
    font-size: 16px;
    color: rgb(161, 161, 161);
    -webkit-transition: 500ms;
    transition: 500ms;
    border-radius: 5px;
    background: linear-gradient(145deg, #2e2d2d, #212121);
    -webkit-box-shadow: -1px -5px 15px #41465B, 
                 5px  5px 15px #41465B, 
      inset      5px  5px 10px #212121, 
      inset     -5px -5px 10px #212121;
    box-shadow: -1px -5px 15px #41465B, 
                 5px  5px 15px #41465B, 
      inset      5px  5px 10px #212121, 
      inset     -5px -5px 10px #212121;
  }
  @media (max-width: 767px) {
    .button_footer {
        width: 60%;
      }
      .button_footer:disabled {
          width: 60%;
      }
    }




/*Need to be able to seperate shit so stfu*/




    .light-button button.bt {
      position: relative;
      height: 200px;
      display: center;
      align-items: flex-end;
      outline: none;
      background: none;
      border: none;
    }
    
    .light-button button.bt .button-holder {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100px;
      width: 100px;
      background-color: #0a0a0a;
      border-radius: 1px;
      color: #0f0f0f;
      font-weight: 700;
      transition: 300ms;
      outline: #0f0f0f 2px solid;
      outline-offset: 20;
    }
    
    .light-button button.bt .button-holder svg {
      height: 50px;
      fill: #0f0f0f;
      transition: 300ms;
    }
    
    .light-button button.bt .light-holder {
      position: absolute;
      height: 200px;
      width: 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .light-button button.bt .light-holder .dot {
      position: absolute;
      top: 0;
      width: 10px;
      height: 10px;
      background-color: #0a0a0a;
      border-radius: 10px;
      z-index: 2;
    }
    
    .light-button button.bt .light-holder .light {
      position: absolute;
      top: 0;
      width: 200px;
      height: 200px;
      clip-path: polygon(50% 0%, 25% 100%, 75% 100%);
      background: transparent;
    }
    
    .light-button button.bt:hover .button-holder svg {
      fill: rgba(88, 101, 242, 1);
    }
    
    .light-button button.bt:hover .button-holder {
      color: rgba(88, 101, 242, 1);
      outline: rgba(88, 101, 242, 1) 2px solid;
      outline-offset: 2px;
    }
    
    .light-button button.bt:hover .light-holder .light {
      background: rgb(255, 255, 255);
      background: linear-gradient(180deg, rgba(88, 101, 242, 1) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    }

    .button_share {
      font-size: 15px;
      padding: 1em 2.7em;
      font-weight: 500;
      background: #1f2937;
      color: white;
      border: none;
      width: 100px;
      height: 50px;
      position: relative;
      overflow: hidden;
      border-radius: 0.6em;
      cursor: pointer;
    }
    @media (max-width: 767px) {
      .button_share {
        width: 50%;
        margin-top: 10px;
      }
  }


select {
  appearance: none;
  background: rgba(30, 30, 30, 0.6); 
  color: #f0f0f0;
  font-size: 1rem;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 
              0 4px 8px rgba(0, 0, 0, 0.3), 
              0 0 40px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px); /* Weichzeichner-Effekt */
  cursor: pointer;
  transition: background-color 0.3s ease, 
              box-shadow 0.3s ease, 
              border 0.3s ease, 
              transform 0.2s ease;
  outline: none;
}

select:hover {
  background: rgba(50, 50, 50, 0.7); 
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.6), 
              0 6px 12px rgba(0, 0, 0, 0.4), 
              0 0 50px rgba(255, 255, 255, 0.2);
  transform: translateY(-2px); 
}

select:focus {
  background: rgba(70, 70, 70, 0.8); 
  border: 1px solid rgba(70, 130, 180, 0.8);
  box-shadow: 0 0 0 4px rgba(70, 130, 180, 0.3), 
              0 6px 12px rgba(0, 0, 0, 0.4), 
              0 0 50px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px) scale(1.02); 
}

/* Für Dropdown-Items */
select option {
  background: rgba(30, 30, 30, 0.8); 
  color: #f0f0f0;
  font-size: 1rem;
  padding: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

select option:hover {
  background: rgba(50, 50, 50, 0.9); 
  color: #ffffff; 
}

select option:checked {
  background: rgba(70, 130, 180, 0.8); 
  color: #ffffff;
}


.button_abt {
  padding: 15px 30px;
  border: 2px solid #2c2c2c;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

.button_abt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: scale(0);
  transition: transform 0.5s ease;
}

.button_abt:hover::after {
  transform: scale(4);
}

.button_abt:hover {
  border-color: #666666;
  background: #292929;
}
footer a.social-icon {
  display: inline-flex; 
  justify-content: center; 
  align-items: center; 
  width: 50px; 
  height: 50px; 
  background-color: rgba(0, 0, 0, 0.1); 
  border-radius: 15px; 
  margin-top: 10px;
  margin-right: 10px; 
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  position: relative; 
}

footer a.social-icon:hover {
  background-color: rgba(0, 0, 0, 0.2); 
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

footer a.social-icon img {
  width: 30px; 
  height: 30px;
  border-radius: 50%; 
}


footer a.social-icon::after {
  content: attr(data-tooltip); 
  position: absolute;
  bottom: 60px; 
  left: 50%;
  transform: translateX(-50%); 
  background-color: rgba(0, 0, 0, 0.7); 
  color: white; 
  padding: 5px 10px;
  border-radius: 5px; 
  font-size: 12px; 
  opacity: 0; 
  pointer-events: none; 
  transition: opacity 0.3s ease;
}

footer a.social-icon:hover::after {
  opacity: 1;
}


.title-image {
  height: 100%; 
  max-height: 1em; 
  width: auto; 
  display: inline-block;
}
.title.h1.c1 {
  color: rgb(30, 255, 0);
}
.title.h1.c2 {
  color: rgb(255, 50, 50);
}
@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}


.privacy-text {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .privacy-text {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
  
}