.impressum-content {
  width: 95%;
  max-width: 1520px;
  margin: auto;
}

.footer-1-wrapper {
  width: 95%;
  margin: auto;
  max-width: 1724px;
  box-sizing: border-box;
}

@media only screen and (min-width: 993px) {
  .footer-1-wrapper {
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
  }
}

.footer-1-wrapper .footer-1 {
  width: 100%;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 50px;
}

.main-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 55px;
  position: relative;
}

.main-title::after {
  position: absolute;
  width: 100px;
  height: 3px;
  content: '';
  left: 0;
  bottom: -42px;
  background-color: #000;
}

.content-heading {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
}

.content-item {
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.text-bold {
  font-weight: 700;
}

.content-item a {
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 992px) {
  .content-heading,
  .content-item {
    font-size: 13px;
  }

  .main-title {
    font-size: 15px;
  }

  .footer-1-wrapper .footer-1 {
    padding-top: 0;
    flex-wrap: wrap;
  }
}
