html, body {
  background: #e0e0e0;
}

#billboard {
  display: none;
}

#bar {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  /*behavior: none  @TODO CSS */
}
#bar a, #bar i {
  color: #c96c0a;
}
#bar a:hover, #bar i:hover {
  color: #ff9933;
}
#bar .login .logo img {
  width: 100%;
}

#topnav .nav1, #topnav .nav2, #topnav .nav3, #topnav .nav4, #topnav .nav5 {
  background: white;
  background-image: none;
}
#topnav .nav1 a, #topnav .nav2 a, #topnav .nav3 a, #topnav .nav4 a, #topnav .nav5 a {
  background: #ff9933;
  color: white;
  margin: 1px;
}
#topnav .nav1 a:hover, #topnav .nav2 a:hover, #topnav .nav3 a:hover, #topnav .nav4 a:hover, #topnav .nav5 a:hover {
  background-image: none;
  background: white;
  color: #ff9933;
  margin: 0;
}
#topnav .nav1.active a, #topnav .nav2.active a, #topnav .nav3.active a, #topnav .nav4.active a, #topnav .nav5.active a {
  background-image: none;
  background: white !important;
  color: #ff9933 !important;
  margin: 0;
}

#subnav {
  background: grey;
  color: white;
  text-align: center;
}

#intro {
  display: none;
}

.button-gold, button.button-gold, a.button-gold, input.button-gold {
  border: 1px solid #ff9933;
  background: #ff9933;
  color: white;
}
.button-gold:hover, button.button-gold:hover, a.button-gold:hover, input.button-gold:hover {
  background: white;
  color: #ff9933;
  border: 1px solid #ff9933;
  background-image: none;
}

.button-green, button.button-green, a.button-green, input.button-green {
  border: 1px solid #ff9933;
  background: #ff9933;
  color: white;
}
.button-green:hover, button.button-green:hover, a.button-green:hover, input.button-green:hover {
  background: white;
  background-image: none;
  color: #ff9933;
  border: 1px solid #ff9933;
}

button i.fa.fa-check {
  color: white !important;
}

.dach {
  background: #e0e0e0;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 white;
  -moz-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white;
}

.gpstats a, .gpstats a:visited {
  color: #c96c0a;
}

footer, #footer {
  margin: 0;
  text-align: center;
}

a img:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

@media only screen and (max-width: 640px) {
  article {
    padding: 0;
    margin: 0;
  }
}
#wrap, #content {
  width: 100%;
}

#content {
  margin: 0 0 0 0;
  background: #f0f0f0;
}
@media only screen and (max-width: 640px) {
  #content {
    margin-top: 50px;
  }
}

.onerow {
  margin: 0 15%;
  padding: 0 2em 5em 2em;
  background: white;
  -webkit-box-shadow: 0 0 7px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 0 7px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0 0 7px 0px rgba(50, 50, 50, 0.5);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  .onerow {
    margin: 0 10%;
  }
}
@media only screen and (max-width: 640px) {
  .onerow {
    margin: 0;
    padding: 0 0.5em 5em 0.5em;
  }
}

#mainspace {
  z-index: 0;
}

.img-full {
  margin-bottom: 0.5em;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 3px solid #ff9933;
  border-left: 1px solid #e0e0e0;
}
