/*******************************************************************************
 * AKADÁLYMENTES / NAGY KONTRASZTÚ NÉZET
 ******************************************************************************/

body.high-contrast {
  background-color: #000 !important;
  color: #FFD700 !important;
}

body.high-contrast header,
body.high-contrast footer,
body.high-contrast main,
body.high-contrast .region,
body.high-contrast .card,
body.high-contrast .navbar {
  background-color: #000 !important;
  background-image: none !important;
  border: 1px solid #FFD700 !important;
}

body.high-contrast a {
  color: #fff !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}

body.high-contrast a:hover {
  background-color: #FFD700 !important;
  color: #000 !important;
}

body.high-contrast .news-card {
  background-color: #000 !important;
  border: 1px solid #ffd700;
}

body.high-contrast input,
body.high-contrast textarea,
body.high-contrast select {
  background-color: #000 !important;
  color: #FFD700 !important;
  border: 2px solid #FFD700 !important;
}

body.high-contrast .btn {
  background-color: #FFD700 !important;
  color: #000 !important;
  border: none !important;
  font-weight: bold !important;
}

body.high-contrast .navbar-toggler {
  border: 2px solid #FFD700 !important;
  background-color: #000 !important;
}

body.high-contrast .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(88%) sepia(54%) saturate(924%) hue-rotate(354deg) brightness(104%) contrast(106%) !important;
}

body.high-contrast .navbar-collapse {
  background-color: #000 !important;
  border-top: 1px solid #FFD700 !important;
}

body.high-contrast .dropdown-menu {
  background-color: #000 !important;
  border: 2px solid #FFD700 !important;
  padding: 0.5rem;
}

body.high-contrast .dropdown-item {
  color: #FFD700 !important;
  background-color: transparent !important;
  padding: 10px 20px;
}

body.high-contrast .dropdown-item:hover,
body.high-contrast .dropdown-item:focus {
  background-color: #FFD700 !important;
  color: #000 !important;
  text-decoration: none !important;
}

body.high-contrast .dropdown-divider {
  border-top: 1px solid #FFD700 !important;
  opacity: 1;
}

