
#languages-menu {
  margin: auto;
  max-width: 80%;
  padding-top: 17%; /* David-Standard: 14% */
}

.language-item {
  width: 80px;
  padding: 5px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 5px;
}

.language-item:hover {
  background-color: #eee;
}

.language-label {
  font-size: 80%;
  font-weight: normal;
  display: block;
  margin-top: 5px; /* für einen größeren Abstand zwischen Bild und Label 'unset' oder Wert z. B. '20px' eingeben */
}

.language-modal-item {
  width: 80px;
  padding: 5px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 5px;
}

.language-modal-item:hover {
  background-color: #eee;
}

.language-modal-label {
  font-size: 80%;
  font-weight: normal;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (min-width: 575.98px) {

  .language-item {
    width: 80px;
  }

  .language-label {
    font-size: 80%;
    font-weight: normal;
  }

  .language-modal-item {
    width: 80px;
  }

  .language-modal-label {
    font-size: 80%;
    font-weight: normal;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 767.98px) {

  .language-item {
    width: 100px;
  }

  .language-label {
    font-size: 90%;
    font-weight: normal;
  }

  .language-modal-item {
    width: 90px;
  }

  .language-modal-label {
    font-size: 100%;
    font-weight: normal;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 991.98px) {

  .language-item {
    width: 120px;
  }

  .language-label {
    font-size: 100%;
    font-weight: normal;
  }

  .language-modal-item {
    width: 100px;
  }

  .language-modal-label {
    font-size: 100%;
    font-weight: normal;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 1199.98px) {

  .language-item {
    width: 140px;
  }

  .language-label {
    font-size: 110%;
    font-weight: bold;
  }

  .language-modal-item {
    width: 110px;
  }

  .language-modal-label {
    font-size: 110%;
    font-weight: bold;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1399.98px) {

  .language-item {
    width: 160px;
  }

  .language-label {
    font-size: 140%;
    font-weight: bold;
  }

  .language-modal-item {
    width: 120px;
  }

  .language-modal-label {
    font-size: 120%;
    font-weight: bold;
  }
}
