.footerButton {
  display: inline;
}

.footerButton:hover {
  cursor: default;
  color: var(--dark_text);
}

.footerContent {
  color: white;
  padding: 3vw;
  padding-right: 5vw;
  font-size: small;
  overflow: auto;
  width: 70vw;
  max-height: 75vh;
}

.footerContent a {
  color: white;
}

#footContExit {
  position: absolute;
  top: 2vw;
  right: 2vw;
  color: white;
  font-weight: bold;
}

#footContExit:hover {
  cursor: default;
  color: grey;
}

#impressumDiv {
  display: none;
}

.impTopic {
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 0;
}
  
.impAddr {
  list-style-type: none;
  text-indent: 0;
}

#linkedInDiv {
  display: none;
}

#emailDiv {
  display: none;
}