/*****************************
***       Beispiel         ***
*****************************/
#footer #footer-boxes a:not(.btn){
  color: #fff;
}
#footer #footer-boxes a:not(.btn):hover{
  color: #4D9DC1;
}

.google-translater-container{
  display: flex !important;
  justify-content: space-between;
  gap: 0.5rem;
}
.google-translater-container > ul{
  min-width: auto !important;
  display: flex !important
}