.btn {
  color: #485D22;
  background-color: #FFFFFF;
  border: #485D22 solid 1px;
}
.btn:hover {
  color: #485D22;
  background-color: rgba(72,93,34,0.25);
  border: #485D22 solid 1px;
}
.btn.disabled,
.btn.btn-disabled {
  color: #FFFFFF;
  background-color: rgba(72,93,34,0.5);
  border: rgba(72,93,34,0.5) solid 1px;
}
.btn.disabled:hover,
.btn.btn-disabled:hover {
  color: #FFFFFF;
  background-color: rgba(72,93,34,0.5);
  border: rgba(72,93,34,0.5) solid 1px;
  cursor: default;
}
.btn.btn-success {
  color: #fff;
  background-color: #485D22;
  border: #485D22 solid 1px;
}
.btn.btn-success:hover {
  color: #485D22;
  background-color: rgba(72,93,34,0.25);
  border: #485D22 solid 1px;
}
.btn.btn-success.disabled,
.btn.btn-success.btn-disabled {
  color: #FFFFFF;
  background-color: #485D22;
  border: #28a745 solid 1px;
}
.btn.btn-success.disabled:hover,
.btn.btn-success.btn-disabled:hover {
  color: #fff;
  background-color: #000000;
  border: #485D22 solid 1px;
  cursor: default;
}
.panel.panel-success {
  border-color: #485D22;
  transition: all 500ms ease;
}
.panel.panel-success>.panel-heading {
  color: #FFFFFF;
  width: 100%;
  background-color: #485D22;
}
.panel.panel-success>.panel-heading .-c-main {
  color: #FFFFFF !important;
}
.panel.panel-success>.panel-heading .-c-main:hover {
  color: rgba(255,255,255,0.75) !important;
}
.panel.panel-success>.panel-heading a {
  color: rgba(255,255,255,0.75);
  -webkit-transition: color 400ms ease;
  -moz-transition: color 400ms ease;
  -ms-transition: color 400ms ease;
  -o-transition: color 400ms ease;
  transition: color 400ms ease;
}
.panel.panel-success>.panel-heading a:hover {
  color: #FFFFFF;
}
.panel.panel-success>.panel-heading.heading-bb {
  border-top: #485D22 solid 10px !important;
}
.nav-pages-container {
  background: none;
  float: left;
  width: 100%;
}
.front-module {
  padding-bottom: 1em;
}
.plugin-description .content p {
  text-align: left;
}
#front-welcome {
  float: left;
  width: 100%;
}
#front-welcome .tile {
  width: 50%;
  height: 100vh;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#front-welcome .tile.new .bcg {
  background-image: url(../images/welcome/bg_new_schok.jpg);
}
#front-welcome .tile.old .bcg {
  background-image: url(../images/welcome/bg_old_schok.jpg);
}
#front-welcome .tile .bcg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  z-index: -1;
}
#front-welcome .tile:hover .bcg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#front-welcome .tile:hover .btn {
  color: #485D22;
  background: #fff;
}
#front-welcome .tile .btn {
  width: 14em;
  position: absolute;
  bottom: 6em;
  padding: .5em;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 1.5em;
  height: 3em;
  z-index: 1;
  border: #fff solid 1px;
  color: #fff;
  background: transparent;
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
}
#front-welcome .tile .btn small {
  width: 100%;
  float: left;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.5em;
}
#front-welcome .tile .logo {
  position: absolute;
  text-align: center;
  top: 1em;
  width: 100%;
}
#front-welcome .tile .logo img {
  margin: auto;
  max-width: 15em;
  width: 50%;
}
footer {
  background: #485D22;
  color: #FFFFFF;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: .5px;
  margin-top: 1em;
}
footer * {
  color: #fff;
}
footer p {
  margin: 2.5em 0 1em;
}
footer .logo {
  padding-top: 2em;
}
footer .logo img {
  float: left;
  max-width: 242px;
}
footer .socialsites {
  text-align: left;
}
footer .socialsites a {
  font-size: 2em;
  padding-right: 1em;
}
footer a.link {
  color: #fff;
  -webkit-transition: color 400ms ease;
  -moz-transition: color 400ms ease;
  -ms-transition: color 400ms ease;
  -o-transition: color 400ms ease;
  transition: color 400ms ease;
  font-size: .9em;
  border-bottom: #fff solid 1px;
  font-weight: 400;
}
footer a.link:hover {
  font-weight: 600;
  color: #fff;
}
footer .partners a {
  display: table;
}
footer .partners a img {
  display: table-cell;
  max-height: 6em;
  max-width: 100%;
}
footer span {
  width: 100%;
  float: left;
  clear: both;
  font-size: .9em;
  line-height: 1.6em;
}
footer span:first-child {
  padding-top: .6em;
}
footer .powered {
  padding: 2em 0;
  margin-top: 4em;
  border-top: rgba(255,255,255,0.6) solid 1px;
}
footer .powered i {
  font-size: 1.5em;
}
footer .certifications {
  float: right;
}
#blog-article-content {
  float: left;
  width: 100%;
  font-family: Ubuntu, sans-serif;
  line-height: 1.7em;
}
#categories-navigator .btn {
  display: none;
}
#categories-header .background {
  background-color: transparent;
}
.plugin-description .content {
  float: left;
  width: 100%;
}
.plugin-description .content p {
  font-size: 1.25em;
  font-weight: 200;
  color: #485D22;
  margin: .5em 0 0;
}
.plugin-description .content p a {
  color: #485D22;
  text-decoration: underline;
}
.article h3,
.article .description,
.article .btn {
  font-family: Ubuntu, sans-serif;
}
.article:hover .btn {
  background: #fff !important;
  color: #485D22 !important;
}
.overflow-hidden {
  overflow: hidden;
}
@media only screen and (min-width: 568px) {
  content {
    margin-top: 0;
  }
}
body.darken {
  background: #141a09;
}
body.darken #main-menu .menu {
  background: #171e0b;
}
body.darken footer {
  background: #0e1207;
}
