.bread{padding-left:20px;padding-right:20px;
}

.ba-item-modules.ba-item.lang{
position: absolute;
top: 0;
z-index: 999;
  margin-right: 20px;
}

#item-1780299763117{
position: relative;
}

div.mod-languages li {
  margin: 0;
}
div.mod-languages a {
  padding: 0;
}
.mod-languages__list.lang-inline{
float: right;
}


body, input, button, select, textarea {
  font-family: 'geneva', 'Helvetica', arial, sans-serif !important;
  font-weight: 300;
}
strong{font-weight: 600;}

h1, h2, h3, h4, h5, h6, .title, legend {
  font-family: 'helvetica', 'Helvetica', arial, sans-serif !important;
  font-weight: normal !important;
}

.mod-breadcrumbs .breadcrumb-item::after {
  content: "›";
  display: inline-block;
  margin: 0 8px;
  color: #d56011;
  font-weight: 700;
}

/* Kein Trenner nach dem letzten Element */
.mod-breadcrumbs .breadcrumb-item:last-child::after {
  content: none;
}

/* Bootstrap/Joomla Standard-Trenner deaktivieren */
.mod-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  display: none !important;
  content: "" !important;
}

#flageru {
  background-image: url("/images/ru.gif");
  height: 12px;
  margin-bottom: 5px;
}
#flagede {
  background-image: url("/media/mod_languages/images/de.gif");
  height: 12px;
  margin-bottom: 5px;
}

.module-title .title {
  color: #d56011;
  border-bottom: 1px solid #ccc;
}


.mmenu{
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 2px 10px #ccc;
cursor: pointer;
  z-index: 9999;
}
.mmenu:hover{
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 2px 20px #666666;
}
   .ba-hamburger-menu .open-menu:hover {
    color: var(--accent);
    text-align: right;
    font-size: 45px;
  }
/* Menü-Block selbst breit machen */
 #item-1725556240847.menual,
.ba-item-main-menu.menual {
  width: 98% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}


/* Alle inneren Menü-Wrapper auf volle Breite */
 #item-1725556240847 .ba-menu-wrapper,
 .main-menu,
 .integration-wrapper {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}


/* Das eigentliche UL-Menü */
 #item-1725556240847 ul#mod-menu110,  #item-1725556240847 ul#mod-menu1 {
  width: 100% !important;
  max-width: none !important;

  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  flex-wrap: nowrap !important;

  min-height: 52px;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
  text-align: center !important;

  border-radius: 5px;
  border: 1px solid #191919;

  background: #3f3f3f;
  background: linear-gradient(#3f3f3f, #333333);

  box-sizing: border-box;
}


/* LI automatisch gleich breit verteilen */
 #item-1725556240847 ul#mod-menu110 > li, #item-1725556240847 ul#mod-menu1 > li {
  float: none !important;
  display: flex !important;
  align-items: stretch !important;

  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;

  min-height: 52px;

  margin: 0 !important;
  padding: 0 !important;

  border-left: 1px solid #666666;
  border-right: 1px solid #191919;

  background: #3f3f3f;
  background: linear-gradient(#3f3f3f, #333333);

  box-sizing: border-box;
}


/* Link füllt den kompletten Menüpunkt */
 #item-1725556240847 ul#mod-menu110 > li > a,  #item-1725556240847 ul#mod-menu1 > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 52px;

  padding: 0 10px !important;

  line-height: 1.25 !important;
  text-align: center !important;
  white-space: normal !important;
  text-decoration: none !important;

  box-sizing: border-box;
}


/* Hover */
 #item-1725556240847 ul#mod-menu110 > li:hover,
 #item-1725556240847 ul#mod-menu110 > li:hover > a,
 #item-1725556240847 ul#mod-menu1 > li:hover,
 #item-1725556240847 ul#mod-menu1 > li:hover > a{
  background: #2d2d2d !important;
}


/* Erste und letzte Linie entfernen */
 #item-1725556240847 ul#mod-menu110 > li:first-child,  #item-1725556240847 ul#mod-menu1 > li:first-child {
  border-left: none !important;
}

 #item-1725556240847 ul#mod-menu110 > li:last-child,  #item-1725556240847 ul#mod-menu1 > li:last-child {
  border-right: none !important;
}


@media (min-width: 1024px) {
  .side {
    position: sticky;
    top: 30px;
    z-index: 20;
  }
}
/* ================================
   Responsive Preistabelle
   Farben: #d56011 / #d3cdc1
================================ */

.price-table-wrap {
  width: 100%;
  margin: 30px 0;
  background: #ffffff;
  border: 1px solid #d3cdc1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

/* Tabelle */
.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #2b2b2b;
  background: #ffffff;
}

/* Header */
.price-table thead th {
  background: #d56011;
  color: #ffffff !important;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.price-table thead th:first-child {
  text-align: left;
}

.price-table thead th:last-child {
  border-right: none;
}

/* Zellen */
.price-table tbody td {
  padding: 16px 20px;
  border-bottom: 1px solid #ebe5dc;
  border-right: 1px solid #f0ebe4;
  vertical-align: middle;
}

/* Erste Spalte */
.price-table tbody td:first-child {
  width: 50%;
  font-weight: 600;
  color: #2b2b2b;
}

/* Preis-Spalten */
.price-table tbody td:nth-child(2),
.price-table tbody td:nth-child(3) {
  width: 25%;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
}

/* Brutto-Spalte optisch hervorheben */
.price-table tbody td:nth-child(3) {
  color: #d56011;
  font-weight: 700;
}

/* Letzte Spalte ohne rechte Linie */
.price-table tbody td:last-child {
  border-right: none;
}

/* Letzte Zeile ohne untere Linie */
.price-table tbody tr:last-child td {
  border-bottom: none;
}

/* Zebra-Hintergrund */
.price-table tbody tr:nth-child(even) {
  background: #faf8f4;
}

/* Hover-Effekt Desktop */
.price-table tbody tr {
  transition: background 0.25s ease, transform 0.25s ease;
}

.price-table tbody tr:hover {
  background: #fff2e9;
}

/* Kleine optische Abrundung oben */
.price-table thead th:first-child {
  border-top-left-radius: 18px;
}

.price-table thead th:last-child {
  border-top-right-radius: 18px;
}

/* ================================
   Mobile Ansicht als Karten
================================ */

@media (max-width: 767px) {
  .price-table-wrap {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
    margin: 20px 0;
  }

  .price-table,
  .price-table thead,
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table {
    background: transparent;
  }

  .price-table thead {
    display: none;
  }

  .price-table tbody tr {
    margin-bottom: 16px;
    background: #ffffff;
    border: 1px solid #d3cdc1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  }

  .price-table tbody tr:nth-child(even) {
    background: #ffffff;
  }

  .price-table tbody tr:hover {
    background: #ffffff;
  }

  .price-table tbody td {
    width: 100% !important;
    padding: 13px 16px;
    border-right: none;
    border-bottom: 1px solid #eee8df;
    text-align: left !important;
    white-space: normal !important;
  }

  .price-table tbody td:last-child {
    border-bottom: none;
  }

  /* Dokument-Titel in der Karte */
  .price-table tbody td:first-child {
    background: #d56011;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 16px;
  }

  /* Labels für mobile Preisfelder */
  .price-table tbody td:not(:first-child)::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    color: #d56011;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .price-table tbody td:nth-child(2),
  .price-table tbody td:nth-child(3) {
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b;
  }

  .price-table tbody td:nth-child(3) {
    color: #d56011;
  }
}

/* ================================
   Sehr kleine Smartphones
================================ */

@media (max-width: 420px) {
  .price-table tbody td:first-child {
    font-size: 16px;
  }

  .price-table tbody td {
    padding: 12px 14px;
  }
}


.price-table-note {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: #4a4a4a;
}

.price-table-note strong {
  color: #d56011;
}

.price-table-separator {
  margin: 36px 0;
  border: none;
  border-top: 1px solid #d3cdc1;
}

.price-table-title {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: #2b2b2b;
}

.price-table-intro {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
}