/* Body Styling */
body {
  background: rgba(30, 30, 30, 0.5); /* Halbtransparenter dunkler Hintergrund */
  backdrop-filter: blur(8px); /* Weichzeichner-Effekt auf den Hintergrund */
  background-image: url("/images/2677516.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #0b0202;
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  height: 100vh; 
  overflow: hidden; 
  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;
}


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



@media (max-width: 1000px){
    body{
        background-image: url("/images/2677516.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%;
}
.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;
      }
  }

  /*Testing*/
/* Für das Dropdown-Element */
select {
  appearance: none;
  background: rgba(30, 30, 30, 0.6); /* Halbtransparentes Dunkel */
  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); /* Etwas heller bei Hover */
  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); /* Leichter Hover-Effekt */
}

select:focus {
  background: rgba(70, 70, 70, 0.8); /* Heller bei Fokus */
  border: 1px solid rgba(70, 130, 180, 0.8); /* Fokus-Rahmen in Blau */
  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); /* Leichte Vergrößerung */
}

/* Für Dropdown-Items */
select option {
  background: rgba(30, 30, 30, 0.8); /* Halbtransparent */
  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); /* Hellerer Hintergrund bei Hover */
  color: #ffffff; /* Hellerer Text bei Hover */
}

select option:checked {
  background: rgba(70, 130, 180, 0.8); /* Markierter Hintergrund in Blau */
  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;
}
