.footer {
  //border-top:1px solid black;
  //border-bottom:1px solid black;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  bottom: 0;
  width: 100%;
  min-width: 512px;
  height: 113px;
  /* Height of the footer */
}

.footer-top-background {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eeeeee;
  //background-color: red;
  min-height: 63px;
}

.footer-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  line-height: 63px;
}

.vertical-line {
  display: inline-block;
  width: 2px;
  height: 25px;
  background-color: #004176;
  padding: 0px !important;
  position: absolute;
  top: 20px;
}

.footer-top-title {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 42px;
  font-size: 17px;
  color: #004176;
  padding-right: 20px;
  display: inline-block;
}

.footer-top > span,
.footer-top > div {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 42px;
  font-size: 17px;
  color: #004176;
  display: inline-block;
}

.footer-top > div {
  margin: 0 15px;
  white-space: nowrap;
}

.footer-top > span,
.footer-top > div > a {
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 1px;
}

.ampel-div {
  display: inline;
}

.ampel-div > img {
  display: inline-block;
  height: 40px;
  padding-right: 5px;
}

.ampel-div > span {
  display: none;
  position: absolute;
  top: -35px;
  margin-left: -17px;
  padding: 0px;
  height: 40px;
  background: #eeeeee;
}

.ampel-span-show {
  display: inline-block !important;
  padding: 2px 8px 0px 8px !important;
}

.footer-bottom-background {
  display: flex;
  width: 100%;
  background-color: #004176;
  height: 90px;
  bottom: 0px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: top;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-links {
  margin-top: 20px;
  text-align: center;
}

.footer-links > span,
.footer-links > a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: white;
}

.footer-links > a {
  margin-left: 20px;
}

.footer-bottom > a {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 192px;
}

.helmholtz-logo {
  height: 36px;
}
