@font-face {
  font-family: 'LCD';
  src: url('fonts/digital-7-mono.woff2') format('woff2');
}

.counter-container {
  position: relative;
  width: 240px;
  height: auto;
}

.counter-container img {
  width: 100%;
  height: auto;
}

.counter-display {
  position: absolute;
  top: 32.5%;
  left: 49.5%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  color: red;
  font-family: 'LCD', monospace;
  background: transparent;
  padding: 0;
  border-radius: 0;
  letter-spacing: 3px;
}

.tap-button {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: red;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px red;
  z-index: 5;
}
  .logo-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.logo-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
}

.logo-shift {
  transform: translate(-15%, -15%);
}

.logo {
  max-height: 500px;
}

.qne-inline {
  height: 96px;
  margin-top: 20px; /* optional: weiter runter setzen für optische Balance */
}
