/* Einwilligungs-Banner (FUF, 2026)
   Klein, unaufdringlich, im Seiten-Design. "Ablehnen" und "Akzeptieren"
   sind bewusst optisch gleichwertig (DSK-Anforderung). */

#gjv-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #2e3b26;
  border-top: 1px solid #ABCF8E;
  color: #dddddd;
  font-family: lato-regular, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  padding: 12px 18px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.35);
}

#gjv-consent .gjv-consent-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#gjv-consent p {
  margin: 0 16px 0 0;
  flex: 1 1 420px;
}

#gjv-consent a {
  color: #ABCF8E;
  text-decoration: underline;
}

#gjv-consent .gjv-status {
  color: #ABCF8E;
}

#gjv-consent .gjv-consent-buttons {
  display: flex;
  flex: 0 0 auto;
  margin-top: 4px;
}

#gjv-consent .gjv-consent-buttons button + button {
  margin-left: 10px;
}

#gjv-consent #gjv-consent-close {
  display: block;
  flex: 0 0 auto;
  margin-left: 14px;
  font-size: 12px;
  color: #AAAAAA;
  text-decoration: none;
}

#gjv-consent button {
  font-family: lato-regular, Arial, sans-serif;
  font-size: 14px;
  padding: 8px 18px;
  border: 1px solid #ABCF8E;
  border-radius: 3px;
  background: transparent;
  color: #dddddd;
  cursor: pointer;
}

#gjv-consent button:hover {
  background: #ABCF8E;
  color: #22301c;
}

@media (max-width: 600px) {
  #gjv-consent { font-size: 13px; padding: 10px 12px; }
  #gjv-consent p { margin: 0 0 8px 0; }
  #gjv-consent .gjv-consent-buttons { flex: 1 1 100%; }
  #gjv-consent button { flex: 1 1 50%; }
  #gjv-consent #gjv-consent-close { margin: 8px 0 0 0; }
}
