/* Desktop standardmäßig */
.table {
  font-size: 1.0rem;
  width: 100%;
  max-width: 1024px;
}


 



/* Tablet */
@media (max-width: 992px) {
  .table {
    font-size: 0.9rem;
  }
}

/* Smartphones */
@media (max-width: 576px) {

 
 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;
}

 
}
