.bs-footer {
    background-color: #4d4d4d;
    color: #ffffff;
}

.bs-footer a, .bs-footer1 a, .bs-footer2 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8rem;
}

.bs-footer a:hover, .bs-footer1 a:hover, .bs-footer2 a :hover{
    text-decoration: underline;
}

.bs-footer1 {
    background-color: #000;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
}

.bs-footer2 {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 200px 50px 200px;
}

.main-footer {
    text-transform: uppercase;
    /* font-size: 18px; */
    /* font-weight: 500; */
}

.links-footer p {
    line-height: 10px !important;
}

.bottom-footer {
    font-size: 0.7rem;
    /* font-weight: 300; */
    padding: 20px 0 5px 0;
}

.cmpboxrecall {
    bottom: 22px !important;
    border-radius: 0 !important;
}

/* RESPONSIVE */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
    .bs-footer {
      padding: 40px 0 40px 40px;
    }
    .bs-footer1 {
      padding: 40px 0 40px 40px;
    }
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .bs-footer {
      padding: 40px 0 40px 40px;
    }
    .bs-footer1 {
      padding: 40px 0 40px 40px;
    }
    .impressum-image {
      vertical-align: middle;
    }
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .bs-footer {
      padding: 40px 200px;
    }
    .bs-footer1 {
      padding: 5px 200px;
    }
    .impressum-image {
      display: none;
    }
  }
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .impressum-image {
      display: none;
    }
  }