/* Dark Theme */

body.theme-dark {
  background-color: #111111;
  color: #f0f0f0;
}

body.theme-dark .site-header {
  background-color: #181818;
  border-bottom-color: #333333;
}

body.theme-dark .site-footer {
  background-color: #181818;
  border-top-color: #333333;
}

body.theme-dark a {
  color: #66aaff;
}

body.theme-dark a:hover {
  text-decoration: none;
}

body.theme-dark img {
  /* leichte Abdunklung bei sehr hellem Bildmaterial vermeiden wir bewusst */
}

body.theme-dark .warning {
  color: #ff8080;
}

body.theme-dark .lightswitch {
  border-color: #555555;
}

body.theme-dark .lightswitch span.light.active {
  background-color: transparent;
  color: #cccccc;
}

body.theme-dark .lightswitch span.dark.active {
  background-color: #66aaff;
  color: #111111;
}