/*
 Theme Name:   Blog FSE Child
 Theme URI:    https://www.ttc-freital.de/
 Description:  Child Theme für Blog FSE
 Author:       Philipp Brunzel
 Template:     blog-fse
 Version:      1.0.0
*/

.wp-block-navigation__submenu-container > li {
  padding-top:3px !important;
}
.taxonomy-category {
  display:none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-left: 12px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    padding-left: 1rem;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: initial;
}

/* Tabelle schön stylen */
#hm1 table,
#hm2 table,
#hm3 table,
#hm4 table,
#hm5 table,
#hm6 table,
#jugend table {
  width: 100%;
  white-space: nowrap;
  max-width: 600px;
  margin: 20px 0;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

#hm1 th,
#hm2 th,
#hm3 th,
#hm4 th,
#hm5 th,
#hm6 th,
#jugend th {
  background-color: #4573aa;
  color: white;
  padding: 10px 15px;
  text-align: left;
  font-size: 1rem;
}

#hm1 td,
#hm2 td,
#hm3 td,
#hm4 td,
#hm5 td,
#hm6 td,
#jugend td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 0.95rem;
}

#hm1 tbody tr:nth-child(even),
#hm2 tbody tr:nth-child(even),
#hm3 tbody tr:nth-child(even),
#hm4 tbody tr:nth-child(even),
#hm5 tbody tr:nth-child(even),
#hm6 tbody tr:nth-child(even),
#jugend tbody tr:nth-child(even) {
  background-color: #f9f9f9d5;
}

#hm1 tbody tr.active,
#hm2 tbody tr.active,
#hm3 tbody tr.active,
#hm4 tbody tr.active,
#hm5 tbody tr.active,
#hm6 tbody tr.active,
#jugend tbody tr.active {
  background-color: #bcdaff;
}

#hm1 tbody tr:hover,
#hm2 tbody tr:hover,
#hm3 tbody tr:hover,
#hm4 tbody tr:hover,
#hm5 tbody tr:hover,
#hm6 tbody tr:hover,
#jugend tbody tr:hover {
  background-color: #f1f1f1;
  transition: background-color 0.3s;
}

#hm1 caption,
#hm2 caption,
#hm3 caption,
#hm4 caption,
#hm5 caption,
#hm6 caption,
#jugend caption {
  caption-side: top;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #333;
}

/* Responsive Tabelle für kleine Bildschirme */
@media (max-width: 600px) {
  #hm1 table,
  #hm2 table,
  #hm3 table,
  #hm4 table,
  #hm5 table,
  #hm6 table,
  #jugend table {
    display: block;
    overflow-x: auto;
    white-space: initial;
  }
}

/* Sonderregeln */
@media (max-width: 980px) {
  #hm1 table,
  #hm2 table,
  #hm3 table,
  #hm4 table,
  #hm5 table,
  #hm6 table,
  #jugend table {
    white-space: initial;
  }
}