footer {
  position: static;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 30px 120px 30px;
  background: #F9F6F3;
  z-index: 150;
}
@media screen and (min-width: 1080px) {
  footer {
    line-height: 160%;
    font-size: 0.9rem;
    padding: 50px;
  }
}
@media screen and (min-width: 1400px) {
  footer {
    padding: 50px calc(50% - 700px);
  }
}
footer .f {
  position: relative;
}
footer .wrap {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  footer .wrap {
    justify-content: space-between;
    text-align: left;
  }
  footer .wrap:before {
    width: auto;
    content: '';
  }
}
footer a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  border: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .nav-list {
  width: 100%;
  list-style: none;
  padding: 0;
}
footer .nav-item {
  position: relative;
  line-height: 100%;
}
footer .nav-link {
  display: inline-block;
  position: relative;
  line-height: 120%;
  padding: 5px 0;
  text-decoration: none;
}
footer .nav-link-level1 {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
footer .menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 1080px) {
  footer .menu {
    width: auto;
    margin-top: 0;
  }
}
footer .menu:nth-child(2) {
  position: relative;
}
footer .menu:nth-child(2) .nav-item {
  position: relative;
}
footer .company {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  footer .company {
    width: auto;
    order: 1;
    margin-bottom: 0;
  }
}
footer .company img {
  width: 150px;
  margin: 0 auto 15px auto;
}
@media screen and (min-width: 1080px) {
  footer .company img {
    width: 200px;
  }
}
footer .company {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  footer .company {
    align-items: center;
  }
}
footer .consulting {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  footer .consulting {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  footer .consulting {
    display: block;
    width: auto;
  }
}
footer .consulting img {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 1080px) {
  footer .consulting img {
    width: 150px;
    height: 150px;
    margin-bottom: 0;
  }
}
footer .contact {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  footer .contact {
    width: auto;
    padding-left: 40px;
  }
}
footer .review-badge {
  width: 128px;
  height: 205px;
  margin: 15px auto 0 auto;
}
@media screen and (min-width: 1080px) {
  footer .review-badge {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
}
footer .eurolabel {
  margin: 12px 0 0 auto;
  display: block;
  background: url(images/ecg.png) no-repeat;
  width: 120px;
  height: 85px;
  cursor: pointer;
}
footer #sv-badge-t4 {
  display: block !important;
}
footer #sv-badge-t4 a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .stars_footer {
  color: #BB0000;
  margin-left: 5px;
}
footer .aufloesung {
  display: block;
  margin: 15px auto 0 auto;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  footer .aufloesung {
    text-align: left;
    margin: 0;
    position: absolute;
    left: 22%;
    bottom: 80px;
  }
}
footer .overlay {
  text-decoration: underline;
  font-weight: bold;
}
footer .wrap_badge {
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 1400px) {
  footer .wrap_badge {
    margin: 0;
    order: -1;
  }
}
footer .quality_footer {
  width: 128px;
  height: 205px;
}
@media screen and (min-width: 1080px) {
  footer .quality_footer {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  footer .quality_footer {
    display: block;
  }
}
#sv-rbadge-box--widget {
  display: none;
}
