:root {
  --color-accent: #ff8c00 !important;      /* Orange */
  --color-accent-hover: #ffaa33 !important;
}

/* Großer Instance-Name oben (falls nicht schon sichtbar) */
.index .title h1 {
  visibility: visible !important;
  font-size: 4.5rem;
  color: #ff8c00;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(255, 140, 0, 0.6);
  margin: 1.5rem 0 2rem;
  text-align: center;
}

/* Suchfeld orange Rahmen/Akzent */
#search_form input[type="search"] {
  border: 2px solid #ff8c00;
  border-radius: 999px;
  padding: 1.2rem 2.5rem;
  font-size: 1.4rem;
  background: #1a1a1a;
  color: #fff;
}

#search_form input[type="search"]:focus {
  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.4);
  border-color: #ffaa33;
}

/* Buttons orange */
button, .btn {
  background: #ff8c00 !important;
  border-color: #ffffff !important;
  color: #000 !important;
  border-width: 2px !important;
  margin: 1px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

button:hover, .btn:hover {
  background: #ffaa33 !important;
}

/* Result-Links orange */
.result h3 a {
  color: #ff8c00;
}

.result h3 a:hover {
  color: #ffaa33;
  text-decoration: underline;
}
