
body,
html {
  background: #000;
  color: #777;
}

#menu {
  background: #000;
  border-bottom: 1px solid #333;
}

#menu .col-left a.logo-image {
  border-right: 0 none;
}

#menu .col-left a.logo-image img {
  height: 100px;
}

#menu ul.main-menu > li > a {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #777;
}

#menu ul.main-menu > li > a:hover {
  color: #999;
}

#menu .col-right a {
  margin: 0;
}

#footer {
  background: #000;
  border-top: 1px solid #333;
}

#sitetitle {
  background: #000;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: none;
}

#content,
.pagelayout-container #content,
.pagelayout-full #content,
.pagelayout-container-sidebar #content {
  background: #000;
}

#menu ul.main-menu > li > a:before {
  display: none;
}

#sidebar-left ul > li > a {
  background: #333;
  color: #fff;
}

.headline.line-true:before {
  background: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  color: #fff;
}

.card-layout-1 {
  padding-bottom: 0;
}

.card-layout-1:before,
.card-layout-1:after {
  display: none;
}

.card-layout-1 .card-headline {
  background: rgba(0,0,0,.6) !important;
  color: #999 !important;
  font-size: 12px;
  text-align: center;
}

#sidebar-left ul > li > a {
  color: #999;
}

#sidebar-left ul > li.active > ul > li.active > a {
  color: #A3B6D7 !important;
  background: #333;
}

#sidebar-left ul > li > ul > li > a {
  padding: 5px 15px 5px 30px;
  font-size: 12px;
  line-height: 15px;
}

.galerie a.image-link {
  background-color: #333;
  background-image: url(../images/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.galerie a.image-link:after {
  display: block;
  padding-bottom: 75%;
  content: "";
  width: 100%;
}

.galerie a.image-link img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.galerie a.image-link:before {
  z-index: 5;
}

.galerie a.image-link i.image-icon {
  z-index: 10;
}

.content ul li p {
  margin: 0;
}

.content ul li {
  border-color: #333;
}