/* =============================== */
/* 🛠️ Wartungsseite Styles        */
/* =============================== */

body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.maintenance-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 600px;
  width: 90%;
}

.maintenance-box h1 {
  font-size: 2.2rem;
  color: #00467f;
  margin-bottom: 1rem;
}

.maintenance-box p {
  color: #444;
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
