/* ---- MENÜ ANFANG ---- */
.menuText {
    text-decoration: none;
    color: black;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.2s ease; /* ← sanfter Übergang */
}

.menuText:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.menuArtBeschreibung {
  margin: 5px;
  padding: 5px;
  text-align: center;
  border: 1px solid #000;
  text-decoration: none;
  color: black;
  transition: background-color 0.2s ease; /* ← sanfter Übergang */
}

.menuArtBeschreibung:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.menuArtikelBild {
  position:relative;
  /*    width: 100%; */
  width: 9em;
  height: 9em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content : center;
  border: 1px solid #000;
} 

.menuArtikelBild img {
  max-height:96% !important;
  max-width:96% !important;
  display:block;
}

.menuArtikelBild:before {
  content: "";
  padding-top: 100%;
}

.menuPicFooter {
  text-decoration: none;
  color: black;
  font-size: 0.6em;
}

.menuArtName {
  text-decoration: none;
  color: black;
  font-size: 1em;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

.breadcrumbmenu {
  text-decoration: none;
  border: 0px solid black;
  color: black;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.MenuTextblock {
  margin: 0px;
  padding: 5px;
  border: 1px solid #000000;
  text-decoration: none;
  color: black;
}

.textblockheader {
    border: none;
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-size: 1.2em;
/*--    cursor: pointer; --*/
}
.textblockinhalt {
    text-align: left;
    font-weight: normal;
    text-decoration: none;
    color: black;
    font-size: 0.8em;
/*--    cursor: pointer; --*/

}

.menue-trenner {
    border: none;
    border-top: 2px solid #000;
    margin: 0;
    padding: 0;
    background: none;
    height: 0;
}
/* ---- MENÜ ENDE ---- */
