@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
.tabelle {
  /*min-width: 40em;*/
  table-layout: fixed;
  border-collapse: collapse;
  /*background-color: $gray_0;*/
  margin: 1em 0 1.5em 0; }
  .tabelle td {
    padding: .5em 1.2em;
    border-top: 1px solid #F1F3F4;
    border-bottom: 1px solid #F1F3F4;
    color: #185078; }
  .tabelle.zebra tr:nth-child(even) td {
    /*background-color: $gray_2;*/ }

@media (max-width: 768px) {
  .tabelle td {
    padding: .4em .4em; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }
