footer {
  width: 100%;
  height: 150px;
  background-color: #282828;
}
footer .inside {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  position: relative;
  overflow: hidden;
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
footer .content-text.adresse, footer .content-text.kontakt {
  width: 25%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
  color: #fff;
}
footer .content-text.kontakt a {
  font-style: italic;
  text-decoration: none;
  color: #fff;
}
footer .block3 {
  width: 50%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
  color: #fff;
}
footer .block3 .content-text.copyright-text {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1.75rem;
  text-align: right;
}
footer .content-text p {
  margin-bottom: 0;
}
footer .navi {
  text-align: right;
}
footer .navi a {
  color: #fff;
}
.module-cookiebar-opener {
  color: #fff;
  text-align: right;
}
