/*
 Theme Name:   Hello VBC Oestringen
 Description: Child Theme für Hello Elementor
 Author:       Tina Haberkorn
 Author URI:   https://tinahaberkorn.de/
 Template:     hello-elementor
 Version:      1.0.
*/


.vt-tabelle table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.vt-tabelle th,
.vt-tabelle td {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.vt-tabelle th {
  background: #3A387F;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  .vt-tabelle {
    overflow-x: auto;
  }

  .vt-tabelle table {
    min-width: 600px;
  }
}

/* Liga-spezifisch */
.vt-u16 th { }
.vt-damen th { }
.vt-mixed_6_6 th { }
.vt-mixed_4_4 th { }
