.footerContainer {
  background-color: var(--backgroundFooterColor) !important;
  color: var(--textColor) !important;
}

.informationContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.contactContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
}

.companyName {
  font-size: 1.5rem;
  border-bottom: 3px solid var(--textColor);
  padding: 5px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footerImage {
  background-image: url("/images/footer-image.png");
  width: 200px;
  height: 100px;
  margin-top: 10px;
  background: var(--backgroundLightWithOpacityColor);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.refLabel {
  color: var(--textColor);
}

.closeConsentContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.datenAndImpressumBtn {
  padding: 0px !important;
}

.datenAndImpressumLabel {
  text-decoration: underline !important;
}

.miniFooterContainer {
  padding: 0px !important;
  background-color: var(--backgroundFooterColor) !important;
}

.languageWrapper {
  background-color: #403c3a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}

.languageItem {
  color: var(--textWhiteActivated) !important;
  font-size: 1rem;
  font-weight: bold;
}

.languageItemActive {
  color: var(--textActiveColor) !important;
  font-size: 1rem;
  font-weight: bold;
}
