@charset "UTF-8";
/*
 Theme Name:     Divi Child
 Description:    Divi Child Theme
 Author:         diewebdesigner.com
 Author URI:     https://www.diewebdesigner.com
 Template:       Divi
 Version:        1.0.0
 * Copyright (c) 2026. diewebdesigner.com
 */
.inittestclass {
  /* testclass */
  background-color: red;
}

#main-content {
  /* main-content wrap */
  /* */
}

/* Main Menu Start */
#main-menu-button {
  background-color: transparent;
  border: none;
}

.dfh-25 .et-menu .menu-item-has-children > a:after {
  content: "c" !important;
  font-size: 30px !important;
  font-weight: normal !important;
  padding-left: 10px;
  right: auto !important;
}
.dfh-25 .et-menu .menu-item-has-children > .dfh-menu-switched-icon:after {
  content: "b" !important;
  font-size: 30px !important;
  font-weight: normal !important;
  padding-left: 10px;
  right: auto !important;
}
.dfh-25 .et-menu .menu-item-has-children > a {
  position: relative;
}
.dfh-25 .et-menu .menu-item-has-children .sub-menu li {
  display: none !important;
}
.dfh-25 .et-menu .menu-item-has-children .sub-menu .dfh-show-menu-items {
  display: block !important;
}
.dfh-25 .et-menu > li {
  display: flex;
  flex-direction: column;
}
.dfh-25 .et-menu li li a {
  font-size: 25px !important;
  font-weight: 600 !important;
  padding: 0 0 10px 0 !important;
  width: auto !important;
}
.dfh-25 .et-menu li li a:hover {
  background-color: transparent;
}
.dfh-25 .et_pb_menu__menu {
  display: block !important;
  width: 100%;
}
.dfh-25 .et_mobile_nav_menu {
  display: none !important;
}
.dfh-25 .et-menu-nav .et-menu {
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.dfh-25 .sub-menu {
  border-top: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  left: 0 !important;
  opacity: 1 !important;
  padding: 0 !important;
  position: relative !important;
  top: 4px !important;
  visibility: visible !important;
  width: auto !important;
}
.dfh-25 .et_pb_menu__wrap {
  justify-content: flex-start !important;
}

.dfh-25-menu-row {
  overflow: auto;
  scrollbar-width: none;
  transform: translateY(100%);
  transition: all 1s ease;
}

.dfh-25-menu-row::-webkit-scrollbar {
  display: none;
}

.dfh-25-menu-row.dfh-25-menu {
  transform: translateY(0);
  transition: all 1s ease;
}

.dfh-25-hamburger-icon,
.dfh-25-close-icon {
  cursor: pointer;
}

.dfh-25-hamburger-icon {
  display: inline-block;
  float: left;
}

.dfh-25-hamburger-icon .et_pb_main_blurb_image,
.dfh-25-close-icon .et_pb_main_blurb_image {
  margin-bottom: 0 !important;
}

.dfh-25 .et-menu li li.menu-item-has-children > a:first-child:after {
  top: 0;
}

.dfh-25 .nav li li {
  padding: 0 !important;
}

.dfh-25 .et-menu li li a {
  font-size: 1rem !important;
}

.dfh-25 .et-menu li li {
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
  padding-top: 10px !important;
}

@media screen and (max-width: 980px) {
  .admin-bar .dfh-25-close-icon {
    top: 20px !important;
  }
  .dfh-25.et_flex_module {
    align-items: flex-end;
  }
  .dfh-25.et_flex_module .sub-menu {
    align-items: flex-end;
    margin-right: 25px;
  }
  .dfh-25 .et-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  .dfh-25 .et-menu li li a {
    font-size: 14px !important;
  }
  .dfh-25 .et-menu .menu-item-has-children > a:after {
    font-size: 16px !important;
  }
  .dfh-25 .et-menu .menu-item-has-children > .dfh-menu-switched-icon:after {
    font-size: 16px !important;
  }
  #mainLogoTopBar img {
    max-width: 100px;
  }
}
@media (min-width: 981px) {
  #mainLogoTopBar img {
    max-height: 130px;
  }
  .dfh-25-menu-row.dfh-25-menu {
    align-items: flex-start;
  }
  .dfh-25-menu-row .et-menu .menu-item-has-children ul.sub-menu {
    margin-left: 25px;
  }
}
/* Angleichung des Sprachumschalters an die anderen Menüpunkte */
li.wpml-ls-menu-item a {
  display: block !important; /* Zurück auf Block, falls Flex die Höhe stört */
  line-height: 44px !important; /* Gleiche Line-Height wie die anderen (laut Computed Style) */
  height: 52px !important; /* Gleiche feste Höhe */
  padding-bottom: 8px !important; /* Angleichung an die anderen Links */
}

/* Falls die Flagge das Alignment stört, sie vertikal ausrichten */
li.wpml-ls-menu-item a img.wpml-ls-flag {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 8px !important; /* Kleiner Abstand zum Text */
  margin-top: -2px !important; /* Feinjustierung der vertikalen Position */
}

/* Sicherstellen, dass der Text die gleiche Schriftgröße/Gewichtung hat */
/* Main Menu End */
.menu-item-cart > a::before {
  content: "🛒";
  display: inline-block;
  margin-right: 0.45em;
  font-size: 1.1em;
  line-height: 1;
  vertical-align: -0.05em;
}

/* woocommerce Overrides */
.woocommerce-message a.button.wc-forward:hover {
  border: none;
  background: rgba(63, 63, 65, 0.3);
}

/* Gleich hohe Kacheln */
.equal-height-tiles {
  align-items: stretch;
}

/* Jede Spalte als senkrechte Flexbox */
.equal-height-tiles > .et_pb_column {
  display: flex;
  flex-direction: column;
}

/* Blurb füllt den verbleibenden Platz unter dem Bild */
.equal-height-tiles > .et_pb_column > .et_pb_blurb {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

/* Blurb-Inhalt ebenfalls über die gesamte Höhe */
.equal-height-tiles > .et_pb_column > .et_pb_blurb > .et_pb_blurb_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

/* Textbereich wächst – dadurch bleibt der Button unten */
.equal-height-tiles .et_pb_blurb_container {
  flex: 1 1 auto;
}

/*# sourceMappingURL=style.css.map */
