.football-nav {
  display: grid;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0 15px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.football-nav__box {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e6ec;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
}

.football-nav__title {
  margin: 0;
  padding: 8px 12px;
  background: #006699;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.football-nav__content,
.football-nav__content #easymenu,
.football-nav__content ul {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}

.football-nav__content ul {list-style: none;}

.football-nav__content li {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px dotted #b7b7b7;
  background: #fff;
}

.football-nav__content li:last-child,
.football-nav__content .last {border-bottom: 0;}
.football-nav__content li li {background: #f6f8f9;}

.football-nav__content a,
.football-nav__content a:link,
.football-nav__content a:visited {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 7px 12px;
  color: #414141;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-indent: 0;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.football-nav__content li li a {
  padding-left: 24px;
  font-size: 12px;
}

/* Erste Ebene: Mannschaften und Hauptbereiche deutlich hervorheben. */
.football-nav__content > ul > li > a,
.football-nav__content > ul#easymenu > li > a,
.football-nav__content > #easymenu > ul > li > a {
  padding: 8px 10px 8px 9px;
  border-left: 4px solid #006699;
  background: #eef6f9;
  color: #004f73;
  font-size: 13px;
  font-weight: 700;
}

.football-nav__content > ul > li > a:hover,
.football-nav__content > ul#easymenu > li > a:hover,
.football-nav__content > #easymenu > ul > li > a:hover,
.football-nav__content > ul > li > a:focus-visible,
.football-nav__content > ul#easymenu > li > a:focus-visible,
.football-nav__content > #easymenu > ul > li > a:focus-visible {
  border-left-color: #22abe3;
  background: #d9e6ec;
  color: #003f5c;
}

.football-nav__content a:hover,
.football-nav__content a:focus-visible {
  background: #eef6f9;
  color: #006699;
  outline: 2px solid transparent;
}

.football-nav__content .treeMenu_active,
.football-nav__content .active > a,
.football-nav__content a[aria-current="page"] {
  background: #d9e6ec;
  color: #004f73;
  font-weight: 700;
}

.football-nav__content li.treeMenu_opened > ul {display: block;}
.football-nav__content li.treeMenu_closed > ul {display: none;}

.football-nav__info {
  grid-column: 1 / -1;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.football-nav__info img,
.football-nav__info iframe,
.football-nav__info table {
  max-width: 100%;
}

.football-nav__info .info-links--sidebar {
  box-sizing: border-box;
  width: 100%;
  gap: 7px;
}

.football-nav__info .info-links__facebook,
.football-nav__info .info-links__item {
  width: 100%;
  max-width: 100%;
}

.football-nav__info .info-links__item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 12px;
  grid-template-areas: "mark text arrow";
  align-items: center;
  gap: 7px;
  min-height: 52px;
  padding: 6px 7px;
  text-indent: 0;
}

.football-nav__info .info-links__mark {
  grid-area: mark;
  width: 36px;
  height: 36px;
}

.football-nav__info .info-links__text {
  grid-area: text;
  align-self: center;
  min-width: 0;
}

.football-nav__info .info-links__text strong {
  font-size: 12px;
  line-height: 1.25;
}

.football-nav__info .info-links__text small {
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.25;
}

.football-nav__info .info-links__arrow {
  grid-area: arrow;
  align-self: center;
  justify-self: end;
  font-size: 22px;
}

@media (max-width: 959px) {
  .football-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
  }
}

@media (max-width: 639px) {
  .football-nav {grid-template-columns: 1fr;}
}
