/* === GRUNDLAYOUT === */
html,
body {
  background-color: #000000 !important;
  color: #ffffff !important;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body:before {
  content: "";
  display: block;
  height: 60px;
}

/* === HINTERGRUND FIX FÜR CONTAINER === */
.container,
#wrapper,
.main,
.section {
  background-color: transparent !important;
}

/* === GLOBAL LINKS === */
a,
a:link,
a:visited,
a:active {
  color: #FF9900 !important;
  text-decoration: none !important;
}

a:hover,
a:focus {
  color: #99CC00 !important;
}

/* === SECTION === */
.section {
  padding: 2rem;
}

/* === FOOTER === */
footer {
  background-color: #000000;
  color: #aaaaaa;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
  border-top: 1px solid #222222;
}

/* === HEADER === */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #000000 !important;
  border-bottom: 1px solid #222222;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

/* === HAUPTMENÜPUNKTE === */
#header .dropmenu > ul > li > a,
#header .dropmenu > ul > li > a:link,
#header .dropmenu > ul > li > a:visited,
#header .dropmenu > ul > li > a:active {
  color: #FF9900 !important;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 16px;
  display: block;
  background: none !important;
}

/* Hover Hauptmenü */
#header .dropmenu > ul > li > a:hover,
#header .dropmenu > ul > li > a:focus {
  color: #99CC00 !important;
  background-color: #111111 !important;
}

/* === UNTERMENÜ === */
#header .dropmenu ul ul {
  background-color: #111111 !important;
  border: 1px solid #333 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  min-width: 200px;
  display: none;
  position: absolute;
  z-index: 10000;
}

#header .dropmenu ul li:hover > ul {
  display: block !important;
}

/* UNTERMENÜPUNKTE */
#header .dropmenu ul ul li a,
#header .dropmenu ul ul li a:link,
#header .dropmenu ul ul li a:visited,
#header .dropmenu ul ul li a:active {
  color: #FFCC99 !important;
  font-size: 12px;
  padding: 12px 16px;
  background-color: transparent !important;
  display: block;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
  visibility: visible !important;
}

/* Hover Untermenü */
#header .dropmenu ul ul li a:hover,
#header .dropmenu ul ul li a:focus {
  background-color: #222222 !important;
  color: #99CC00 !important;
}

/* Pfeile entfernen */
#header .dropmenu ul li a:before {
  content: none !important;
}

/* === MOBILMENÜ === */
@media (max-width: 840px) {
  #header .dropmenu ul {
    display: block;
    background-color: #000000 !important;
    width: 100%;
  }

  #header .dropmenu ul li {
    display: block;
    border-bottom: 1px solid #222 !important;
  }

  #header .dropmenu ul li ul {
    position: relative;
    display: none;
    background-color: #111111 !important;
    box-shadow: none !important;
  }

  #header .dropmenu ul li:hover > ul,
  #header .dropmenu ul li:focus-within > ul {
    display: block !important;
  }

  #header .dropmenu ul li > a {
    padding: 14px 20px;
    color: #FF9900 !important;
    background-color: #000000 !important;
    font-weight: bold;
    font-size: 12px;
  }

  #header .dropmenu ul li > a:hover {
    color: #99CC00 !important;
  }

  #header .dropmenu ul ul li a,
  #header .dropmenu ul ul li a:link,
  #header .dropmenu ul ul li a:visited,
  #header .dropmenu ul ul li a:active {
    padding-left: 32px;
    color: #FFCC99 !important;
    background-color: #111111 !important;
    font-size: 12px;
    opacity: 1 !important;
    filter: none !important;
    visibility: visible !important;
  }

  #header .dropmenu ul ul li a:hover {
    background-color: #222222 !important;
    color: #99CC00 !important;
  }
}
