/* GENERATED: 20.03.26 03:05 */

/* Basis-Stil für die gesamte Seite */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f5f5;
  color: #212121;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body .content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  flex-wrap: nowrap;
}
a {
  color: #4CAF50;
  text-decoration: none;
}
.img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-message {
  display: block;
  color: #D32F2F;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.warning {
  color: #d65732;
}

/* Navigations-Sidebar-Stil */
header .NavSidebar-bt {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 1.5em;
  color: #087F23;
  display: block;
  width: 2.2em;
}
header .NavSidebar-bt:hover {
  color: #80E27E;
}
header .NavSidebar-bt svg {
  display: block;
  width: 100%;
  height: auto;
}
body .s-open {
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #f9f4e1;
  width: auto;
  min-width: 18em;
  height: 100vh;
}
body .s-open .Sidebar-limit {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
body .s-open .NavSidebar-bt {
  display: none;
  color: #ff9344;
  margin: 0.3em 0 0 2em;
  cursor: pointer;
}
body .c-side-open {
  min-width: 0;
  flex-grow: 1;
  width: auto;
}
body .s-closed {
  display: none;
  width: 0;
}
body .c-side-closed {
  width: 100%;
}
nav#NavSidebar .nav-h {
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin: 2em;
}
nav#NavSidebar .nav-h img {
  width: 3em;
  height: 3em;
}
nav#NavSidebar .nav-h p {
  font-size: 1.5em;
  margin: auto 0;
  font-weight: 600;
}
nav#NavSidebar .nav-main {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  margin: 0 1em 1.5em 2.5em;
  padding:  0 0 0 1.5em;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
  scrollbar-color: #4CAF50 transparent;
  scrollbar-width: thin;
}
nav#NavSidebar .nav-main > *  {
  direction: ltr;
}
nav#NavSidebar .nav-main .disabled-link {
  color: gray;
}
nav#NavSidebar .nav-main .nav-node-container {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
nav#NavSidebar .nav-main .nav-row {
  display: flex;
  justify-content: space-between;
  max-width: 10em;
}
nav#NavSidebar .nav-main .nav-row a {
  overflow: hidden;
}
nav#NavSidebar .nav-main .nav-row .nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.2em;
  border: none;
  background: transparent;
  height: 1.2em;
  width: 1.4em;
  cursor: pointer;
}
nav#NavSidebar .nav-main .nav-row svg {
  margin: 0;
  max-height: 1em;
  max-width: 1em;
  fill: #4CAF50;
}
nav#NavSidebar .nav-main .nav-children {
  display: none;
  flex-direction: column;
  gap: 0.4em;
  margin: 0 0 0 1em;
}
nav#NavSidebar .nav-main .is-open > .nav-children {
  display: flex;
}
nav#NavSidebar .nav-main .a-bt {
  display: none;
}
nav#NavSidebar .nav-main .nav-node-container.is-open > .nav-row .nav-toggle .a-bt {
  display: block;
}
nav#NavSidebar .nav-main .nav-node-container.is-open > .nav-row .nav-toggle .a-lt {
  display: none;
}

/* Header-Stil */
header {
  background-color: #4CAF50;
  color: white;
  font-size: 1.2em;
  width: 100%;
}
header .main-header {
  position: relative;
  margin: 0;
  padding: 0;
}
header .header-container {
  width: calc(100% - 10%);
  max-width: 1200px;
  margin: auto;
  padding: 1.6em 5%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
header .header-container h1 {
  margin: 0;
  padding: 0;
}
header .menu-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
header a {
  display: flex;
  align-items: center;
}
header a button {
  background-color: white;
  color: #4CAF50;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  margin: 0;
}
header button:hover {
  background-color: #80E27E;
  color: white;
}
header button:hover a {
  color: white;
}
header .banner-container {
  width: calc(100% - 4px - 4px);
  margin: 0;
  padding: 0;
}
header .banner-container .banner {
  display: flex;
  gap: 0.3em;
  width: calc(100% - 10%);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}
header .banner-icon {
  font-size: 1.6em;
  margin: 0 0 0.1em 0;
}
header .banner-text {
  margin: 0.6em 0;
}
header .info {
  color: #2196F3;
  background-color: #dcf0ff;
  border: 4px solid #2196F3;
}
header .warning {
  color: #d65732;
  background-color: #fcf7da;
  border: 4px solid #d65732;
}
header .alert {
  color: #D32F2F;
  background-color: #FFCDD2;
  border: 4px solid #D32F2F;
}

/* Sprachauswahl */
.parent-language-menu {
  position: relative;
  width: 3em;
  height: 2em;
  margin: 0;
  padding: 0;
  min-width: 3.2em;
}
.language-menu {
  width: 3.2em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.button-language-menu .icon {
  position: absolute;
  width: 84%;
  height: 84%;
  top: 6%;
  left: 8%;
  z-index: 1;
}
.button-language-menu {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.button-language-menu .flag-german {
  display: block;
}
.button-language-menu .flag-uk {
  display: block;
}
.button-language-menu .flag-france {
  display: block;
}
.button-language-menu .flag-japan {
  display: block;
}
.scroll-language-menu {
  display: none;
}
.scroll-language-menu .flag-german {
  display: none;
}
.scroll-language-menu .flag-uk {
  display: none;
}
.scroll-language-menu .flag-france {
  display: none;
}
.scroll-language-menu .flag-japan {
  display: none;
}
.language-menu:hover .scroll-language-menu {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  top: 100%;
  left: 0;
}
.language-menu:hover .flag {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 30%;
  top: 5%;
  left: 5%;
  margin: 0;
  padding: 0;
}
.language-menu:hover .flag-german {
  position: relative;
  display: block;
}
.language-menu:hover .flag-uk {
  position: relative;
  display: block;
}
.language-menu:hover .flag-france {
  position: relative;
  display: block;
}
.language-menu:hover .flag-japan {
  position: relative;
  display: block;
}

/* Main-Stil */
main {
  flex-grow: 1;
  overflow: auto;
}
main .main-limit {
  padding: 3% 5%;
  max-width: 1200px;
  margin: auto;
}
main .cont img {
  width: 100%;
  margin-bottom: 15px;
}
main .nav {
  margin-top: 1.5em;
}

/* Naviagtion und Links */
main .bt, main a {
  display: block;
  color: #4CAF50;
  background-color: #f0f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1em;
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
  cursor: pointer;
}
main .bt:hover, main a:hover {
  background-color: #45a049;
  color: #FFFFFF;
}
main .cont img {
  width: 100%;
  margin-bottom: 15px;
  background-color: #80E27E;
  color: #FFFFFF;
}
main .nav {
  display: flex;
  gap: 10px;
}
main .disabled-link, main .disabled-link:hover  {
  color: #a0a0a0 !important;
  background-color: #f0f5f5;
  border-color: #e0e0e0;
  box-shadow: none;
  transition: none;
}

/* Footer-Stil */
footer {
  background-color: #333;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  bottom: 0;
}

/* Kategorien Felder Stil */
main .nav-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 25px;
  margin: 1.5em 0;
  padding: 0;
  width: 100%;
}
main .nav-tiles .nav-tile {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0;
  min-height: 200px;
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
main .nav-tiles .nav-tile::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
  z-index: 1;
  transition: height 0.3s ease, background 0.3s ease;
}
main .nav-tiles .nav-tile:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  border-color: #4CAF50;
}
main .nav-tiles .nav-tile:hover::before {
  height: 30%;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
}
main .nav-tiles .nav-tile img {
  width: 100%;
  display: block;
  transition: filter 0.3s ease;
}
main .nav-tiles .nav-tile .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transition: transform 0.3s ease, filter 0.3s ease;
}
main .nav-tiles .nav-tile:hover .image-container {
  transform: scale(1.05);
}
main .nav-tiles .nav-tile span {
  position: absolute;
  bottom: 0.6em;
  left: 0;
  right: 0;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
  padding: 10px 15px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  transition: bottom 0.3s ease, font-size 0.3s ease;
}
main .nav-tiles .nav-tile:hover span {
  bottom: 20px;
  font-size: 1.25em;
}
main .nav-tiles .nav-tile.disabled-link {
  border: 1px solid #999;
  transform: none;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}
main .nav-tiles .nav-tile.disabled-link:hover {
  transform: none;
  box-shadow: none;
  border-color: #999;
}
main .nav-tiles .nav-tile.disabled-link::before {
  transition: none;
  height: 25%;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
}
main .nav-tiles .nav-tile.disabled-link span {
  transition: none;
}
main .nav-tiles .nav-tile.disabled-link img {
  filter: grayscale(100%) brightness(0.8);
}
main .nav-tiles .nav-tile.disabled-link .image-container {
  transform: none;
  filter: grayscale(100%) brightness(0.8);
  transition: none;
}
/* Artikel Felder Stil */
main .article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5em;
  margin: 1.5em 0;
}
main .article-grid .article-tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0;
  min-height: 200px;
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
main .article-grid .article-tile:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  border-color: #4CAF50;
}
main .article-grid .article-img {
  flex: 1;
  overflow: hidden;
  display: flex;
}
main .article-grid .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .article-grid .article-body {
  height: 4em;
  flex-shrink: 0;
  position: relative;
}
main .article-grid .article-body h3 {
  margin: 0.3em 0 0 0.4em;
}
main .article-grid .article-body .price {
  margin: 0 0 0.3em 0.4em;
  position: absolute;
  bottom: 0;
}
main .article-grid .article-body .icon {
  width: 2em;
  position: absolute;
  top: 0.3em;
  right: 0.4em;
}
main .article-grid .article-body .quantity {
  margin: 0 0.4em 0.3em 0;
  position: absolute;
  bottom: 0;
  right: 0.6em;
}

/* Adaptiver-Basis-Stile für die gesamte Seite */
@media screen and (max-width: 850px) {
  .c-side-open header .NavSidebar-bt { width:2em; }
}
@media screen and (max-width: 720px) {
  .c-side-open header .NavSidebar-bt { width:1.8em; }
}
@media screen and (max-width: 670px) {
  .c-side-open header .NavSidebar-bt { width:1.5em; }
}
@media screen and (max-width: 550px) {
  header .NavSidebar-bt { width:2em; }
  body .s-open { width:100%; }
  body .c-side-open { display:none; }
  body .s-open .NavSidebar-bt { display:block; }
}
@media screen and (max-width: 420px) {
  header .NavSidebar-bt { width:1.8em; }
}
@media screen and (max-width: 370px) {
  header .NavSidebar-bt { width:1.5em; }
  body .s-open .NavSidebar-bt { margin:0.3em 0 0 0.2em; }
}
@media screen and (max-width: 322px) {
  body .s-open .Sidebar-limit { margin:0; }
  body .s-open .NavSidebar-bt { position:absolute; top:2em; right:2em; }
  body .s-open .nav-h p { max-width:100px; }
}
@media screen and (max-width: 290px) {
  body .s-open .NavSidebar-bt { right:1em; }
}
@media screen and (max-width: 1670px) {
  .c-side-open header .header-container .title-container { margin-left:0.8em; }
}
@media screen and (max-width: 1640px) {
  .c-side-open header .header-container .title-container { margin-left:1.2em; }
  .c-side-open header .header-container .menu-container { margin-left:0.2em; }
}
@media screen and (max-width: 1600px) {
  .c-side-open header .header-container .title-container { margin-left:1.8em; }
  .c-side-open header .header-container .menu-container { margin-right:0.5em; }
}
@media screen and (max-width: 1370px) {
  header .header-container .title-container { margin-left:0.8em; }
}
@media screen and (max-width: 1340px) {
  header .header-container .title-container { margin-left:1.2em; }
  header .header-container .menu-container { margin-left:0.2em; }
}
@media screen and (max-width: 1300px) {
  header .header-container .title-container { margin-left:1.8em; }
  header .header-container .menu-container { margin-right:0.5em; }
}
@media screen and (max-width: 1200px) {
  .c-side-open header .header-container .title-container { margin-left:2.2em; }
}
@media screen and (max-width: 1000px) {
  .c-side-open header .header-container .title-container { margin-left:2.6em; }
}
@media screen and (max-width: 900px) {
  header .header-container .title-container { margin-left:2.2em; }
}
@media screen and (max-width: 850px) {
  .c-side-open header .header-container .title-container { margin-left:3em; }
  .c-side-open header a button { font-size:0.8em; }
}
@media screen and (max-width: 720px) {
  .c-side-open header h1 { font-size:1.2em; }
}
@media screen and (max-width: 700px) {
  header .header-container .title-container { margin-left:2.6em; }
}
@media screen and (max-width: 550px) {
  header .header-container .title-container { margin-left:3em; }
  header a button { font-size:0.8em; }
}
@media screen and (max-width: 420px) {
  header h1 { font-size:1.2em; }
}
@media screen and (max-width: 550px) {
  main { --tab-unit:0.6rem; }
}

/* ENDE DER CSS-GENERIERUNG */