/* Nur Startseite dunkel (nicht die Ergebnisliste) */
body.index,
body.index_endpoint{
  background: #0a2629 !important;
}

/* Cache-Busting fürs Logo */
.index .title,
.index_endpoint .title{
  background-image: url("/static/themes/simple/img/searxng.png?v=20260220-1020") !important;

  background-repeat: no-repeat !important;
  background-position: center center !important;

  /* WICHTIG: "contain" verhindert Abschneiden */
  background-size: contain !important;

  /* Etwas mehr Höhe, damit das Logo nicht gequetscht wirkt */
  min-height: clamp(9.5rem, 16vw, 16rem) !important;

  width: min(94vw, 1100px) !important;
  max-width: none !important;
  /* keine Umrandung / kein Schatten */
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  filter: none !important;

  margin: 2.2rem auto 1.2rem !important;
}

/* Footer Styling */
footer{
  background: #071c1e !important;        /* etwas dunkler als Seite, aber nicht tiefschwarz */
  border-top: 1px solid rgba(255,255,255,.06) !important;
}

/* Footer Text etwas heller/ruhiger */
footer, footer *{
  color: rgba(255,255,255,.72) !important;
}

/* Footer Links in Logo-Orange */
footer a,
footer a:visited{
  color: #d67a2a !important;            /* ggf. gleich an dein Logo anpassen */
  text-decoration: none !important;
}

/* Hover: etwas heller + Underline */
footer a:hover{
  color: #f2a24a !important;
  text-decoration: underline !important;
}
