.footer {
  background-color: rgb(44,120,115);
  height: 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 10px;
  z-index: 100;
  border-top: 2px solid rgb(2, 28, 30);
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}

.impressum {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.footer .info {
  font-size: 15px;
  font-weight: normal;
  color: rgb(2, 28, 30);
}

.footer .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(250, 132, 43); 
}

.footer .text {
  font-size: 15px;
}