@media (max-width: 452px) {
  #text-fusszeile {
    color: rgba(0,0,0,0.3);
    font-family: 'Roboto';
    margin-top: 14px;
    margin-left: 0px;
    margin-right: 8px;
    --bs-link-color: rgba(255,255,255,0.5);
    --bs-link-hover-color: rgba(255,255,255,0.5);
    font-size: 11px;
    text-align: left;
    padding-right: 38px;
  }
}

@media (min-width: 450px) {
  #text-fusszeile {
    color: rgba(0,0,0,0.3);
    font-family: 'Roboto';
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
    --bs-link-color: rgba(255,255,255,0.5);
    --bs-link-hover-color: rgba(255,255,255,0.5);
    padding-right: 45px;
    font-size: 1.0rem;
  }
}

#fusszeile {
  background-color: #f8f9fa;
}

#text-fusszeile a {
  text-decoration: none;
  color: rgba(0,0,0,0.3);
}

#fusszeile-row {
  background: #f8f9fa;
}

#fusszeile-col {
  padding-top: 6px;
}

