.bg-dark,
body,
html,
.jumbotron {
  display: block;
  background-color: #e4e4e4 !important;
}

body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/media/siqbbgvv/lieberam_visual_l4.jpg");
}

@media (max-width: 991px) {
  body {
    background-image: none;
  }
}

.link-layer {
  display: none;
}

.link-layer a {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 992px) {
  .link-layer {
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
  }
}

#layer-1 {
  left: 0;
}

#layer-2 {
  right: 0;
}

/* mobile ab 991px */
@media (max-width: 991px) {
  .mobile-layer-container,
  footer {
    background: #d5d5d5;
  }
}

.mobile-layer-container .logo-one,
.mobile-layer-container .logo-concept {
  text-align: center;
}

.mobile-layer-container .logo-one img,
.mobile-layer-container .logo-concept img {
  max-width: 100%;
  width: 100%;
}

.mobile-layer-container .image {
  text-align: center;
}

.mobile-layer-container .image img {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.logo-columns > div {
  width: 50%;
  text-align: center;
}

@media (max-width: 991px) {
  .logo-columns img {
    max-width: 250px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .logo-columns img {
    max-width: 200px;
    width: 100%;
  }
}

footer {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  footer {
    position: absolute !important;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
  }
}
