/*
 Theme Name:   YOOTheme Child
 Description:  YOOTheme Child
 Author:       Erwin Kröker
 Author URI:   https://erwinkroeker.de/
 Template:     yootheme
 Version:      1.0
 Text Domain:  yootheme-child
*/

/* HEADER */
.tm-headerbar-top.tm-headerbar-default .textwidget {
    display: flex;
	font-weight: 600;
}
.tm-headerbar-top.tm-headerbar-default .textwidget p {
    margin-bottom: 0px;
	color: #000066;
}
.tm-headerbar-top.tm-headerbar-default .textwidget div {
    margin-right: 30px;
}

/* TABELLE */
/* Wrapper für Mobile Scroll */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Tabelle */
.tech-table {
  width: 100%;
  min-width: 700px; /* sorgt dafür, dass Scroll erscheint */
  border-collapse: collapse;
  font-family: inherit;
}

/* Zellen */
.tech-table th,
.tech-table td {
  padding: 10px 12px;
  line-height: normal;
  border-right: 2px solid #fff;  /* vertikale Linie */
  border-bottom: 2px solid #fff; /* horizontale Linie */
}

/* Erste Spalte Breite */
.tech-table td:first-child,
.tech-table th:first-child {
  width: 300px;
  text-align: left;
}

/* Zentrierung außer erste Spalte */
.tech-table td:not(:first-child),
.tech-table th:not(:first-child) {
  text-align: center;
}

/* Header */
.head-row {
  background: #cf3238;
  color: #fff;
}

.head-row .item-title {
  margin: 0;
  color: #fff;
}

/* Section Header */
.section-row {
  background: #cf3238;
  color: #fff;
}

.section-row .item-title {
  margin: 0;
  color: #fff;
}

/* Zebra Rows */
.row-light {
  background: #ececec;
}

.row-dark {
  background: #bab9b9;
  color: #000;
}

/* Optional: bessere Mobile Lesbarkeit */
@media (max-width: 768px) {
  .tech-table th,
  .tech-table td {
    padding: 8px;
  }
}
