.elementor-442 .elementor-element.elementor-element-2f56d7a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bd5b834 *//* ===== 404 SEITE ===== */
.aurum-404 {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #0a0a0a;
  padding: 40px 20px;
}

.aurum-404-content {
  max-width: 700px;
}

.aurum-404-subtitle {
  color: #c9a84c;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.aurum-404-number {
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #b8860b, #c9a84c, #f0d060, #c9a84c, #b8860b);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer404 3s linear infinite;
  margin: 0;
}

@keyframes shimmer404 {
  0%   { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.aurum-404-divider {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
  margin: 30px auto;
}

.aurum-404-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.aurum-404-text {
  color: #999999;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.aurum-404-button {
  display: inline-block;
  padding: 16px 50px;
  background: linear-gradient(90deg, #b8860b, #c9a84c, #f0d060, #c9a84c, #b8860b);
  background-size: 300%;
  animation: shimmer404 3s linear infinite;
  color: #000 !important;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aurum-404-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(201, 168, 76, 0.4);
}

@media (max-width: 768px) {
  .aurum-404-number {
    font-size: 100px;
  }
  .aurum-404-title {
    font-size: 20px;
  }
}/* End custom CSS */