/* Desktop standardmäßig */
.table {
  font-size: 1.0rem;
  width: 100%;
  max-width: 1024px;
}


 



/* Tablet */
@media (max-width: 992px) {
  .table {
    font-size: 0.9rem;
  }
  .extra-small {
  font-size: 0.80em;
}
}

/* Smartphones */
@media (max-width: 768px) {

 
 select.form-control {
  height: auto !important;
  font-size: 0.8rem;
  padding: 0.3rem 0.4rem;
}

  .table {
    font-size: 0.8rem;
    overflow-x: auto;
  }  


  td {
    padding: 0.1rem;

  }


.extra-small {
  font-size: 0.7em;
  white-space: nowrap;
}  
 
}
