html, body {
  background: #f0f0f0;
  zoom: 1;
}

#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 10%;
  padding: 1em 1em 5em 1em;
  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;
}

.vk-action {
  position: fixed;
  bottom: 0;
}

#billboard {
  display: none;
}

#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: #6e9b3e;
  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: #6e9b3e;
  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: #6e9b3e !important;
  margin: 0;
}

#subnav {
  color: white;
  text-align: center;
  font-weight: bold;
  background: #003366;
}
#subnav li a {
  color: white;
}
#subnav li a i {
  color: black;
}

#intro {
  display: none;
}

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

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

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

.dach {
  background: #f0f0f0;
  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;
}

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;
  }
}
.lp-top {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: contain;
}
.lp-top .lp-container {
  display: table-cell;
  vertical-align: middle;
}
.lp-top .lp-cta {
  min-width: 40%;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .lp-top .lp-cta {
    width: auto;
  }
}
