/* AGGRESSIVE DARK THEME - ALL WHITE REMOVED */

html, body {
  background-color: #0d0d0d !important;
  color: #DAA520 !important;
}

/* ALLE HINTERGRÜNDE SCHWARZ */
* {
  background-color: #0d0d0d !important;
  background: #0d0d0d !important;
  background-image: none !important;
}

/* SPEZIFISCHE ÜBERSCHREIBUNGEN */
header {
  background-color: #0d0d0d !important;
}

footer {
  background-color: #0d0d0d !important;
}

main, .container, .wrapper, .content {
  background-color: #1a1a1a !important;
}

/* LOGO BEREICH */
#layout_logo, 
.layout_logo_inner,
#logo {
  background-color: #0d0d0d !important;
}

/* SUCHLEISTE BEREICH */
#search,
.search-container {
  background-color: #2a2a2a !important;
}

#search input,
.search-container input {
  background-color: #3a3a3a !important;
  color: #DAA520 !important;
  border: 1px solid #C0C0C0 !important;
}

/* NAVBAR KOMPLETT SCHWARZ */
#layout_navbar,
nav, 
.navbar,
.navBar {
  background-color: #0d0d0d !important;
}

/* FOOTER KOMPLETT SCHWARZ */
#layout_footer,
.footer-wrapper {
  background-color: #0d0d0d !important;
}

/* ALLE INHALTS-BOXEN */
.contentBox,
.box,
.panel,
.card {
  background-color: #2a2a2a !important;
}

/* TEXT FARBEN */
body, p, span, div, li, td, th, label {
  color: #DAA520 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFD700 !important;
}

a {
  color: #C0C0C0 !important;
}

a:hover {
  color: #FFD700 !important;
}

/* BUTTONS */
button, input[type="submit"], input[type="button"] {
  background-color: #C0C0C0 !important;
  color: #0d0d0d !important;
  border: 2px solid #FFD700 !important;
}

/* FORMS */
input, textarea, select {
  background-color: #2a2a2a !important;
  color: #DAA520 !important;
  border: 1px solid #C0C0C0 !important;
}

/* TABELLEN */
table {
  background-color: #2a2a2a !important;
}

th {
  background-color: #1a1a1a !important;
  color: #FFD700 !important;
}

td {
  background-color: #2a2a2a !important;
  color: #DAA520 !important;
}

/* BORDERS */
hr {
  border-color: #C0C0C0 !important;
}

/* SIDEBAR */
#col_left {
  background-color: #1a1a1a !important;
}

.col_left_inner {
  background-color: #1a1a1a !important;
}

/* CONTENT AREA */
#col_right {
  background-color: #1a1a1a !important;
}

.col_right_inner {
  background-color: #1a1a1a !important;
}
