@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

.pixel-font {
  font-family: 'Press Start 2P', monospace;
}

#header-wrapper {
  position: relative;
  width: 100%;
  background-color: #1c1c1c;
  padding: 1.5em 1em 2em 1em;
}

/* LINKS: MR-Logo */
.mr-logo {
  position: absolute;
  top: 1em;
  left: 1.2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.9em;
}

.mr-logo a {
  text-decoration: none;
  color: #00f0ff;
}

.mr-logo .mr-main {
  font-size: 1.6em;
  font-weight: bold;
  color: #00f0ff;
}

.mr-logo .mr-sub {
  font-size: 0.6em;
  margin-top: 0.3em;
  color: #ccc;
}

/* ZENTRAL: Titel & Navigation */
.header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-title {
  font-size: 1.1em;
  color: #ffd700;
  margin-bottom: 0.6em;
  text-align: center;
  font-weight: bold;
}

.elita-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
}

.elita-navigation button {
  font-size: 0.9em;
  background: #2a2a2a;
  color: #0ff;
  padding: 0.4em 0.6em;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.elita-navigation input {
  width: 3em;
  text-align: center;
  background: #222;
  color: #0ff;
  border: 1px solid #444;
  padding: 0.4em;
}
