.productTable ._tableRow,
.productTable ._tabRow,
.productTable ._tabHeadRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.productTable ._tabRow {
  z-index: 10;
}

@media (max-width: 767px) {
  .productTable ._tabRow {
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 203px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 65%, rgba(255, 255, 255, 0) 100%);
  }

  .productTable ._tabRow:not(.-hasTabHeads) {
    height: 155px;
    padding-bottom: 40px;
  }

  .productTable ._tabRow:not(.-hasTabHeads)::after {
    content: '';
    position: absolute;
    z-index: 13;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
}

@media (min-width: 992px) {
  .productTable.-cols2 ._tabRow > *:first-child,
  .productTable.-cols2 ._tabHeadRow > *:first-child {
    margin-left: 31.531%;
  }

  .productTable.-cols3 ._tabRow > *:first-child,
  .productTable.-cols3 ._tabHeadRow > *:first-child {
    margin-left: 31.531%;
  }
}

.productTable .accordionItem .accordionItemTitle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  background-color: #e5e5e5;
  cursor: pointer;
}

.productTable .accordionItem .accordionItemTitle .be-aniButton {
  margin-left: 10px;
}

.productTable .accordionItem + .accordionItem {
  margin-top: 1px;
}

@media (max-width: 767px) {
  .productTable .ce-tabTile {
    cursor: pointer;
  }
}

.productTable.-cols2 .ce-tabTile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.55172413%;
          flex: 0 0 46.55172413%;
  word-break: break-word;
}

.productTable.-cols2 .ce-tabTile.-active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.44827586%;
          flex: 0 0 53.44827586%;
}

@media (min-width: 768px) {
  .productTable.-cols2 .ce-tabTile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .productTable.-cols2 .ce-tabTile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.234%;
            flex: 0 0 34.234%;
  }
}

@media (min-width: 768px) {
  .productTable.-cols2 ._tabHead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .productTable.-cols2 ._tabHead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.234%;
            flex: 0 0 34.234%;
  }
}

.productTable.-cols3 .ce-tabTile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.60869565%;
          flex: 0 0 32.60869565%;
  word-break: break-word;
    height: auto;
}

@media (max-width: 767px) {
  .productTable.-cols3 .ce-tabTile.-active {
    -ms-flex-preferred-size: 34.78260869%;
        flex-basis: 34.78260869%;
  }
}

@media (min-width: 768px) {
  .productTable.-cols3 .ce-tabTile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
  }
}

@media (min-width: 992px) {
  .productTable.-cols3 .ce-tabTile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.8%;
            flex: 0 0 22.8%;
      height: auto;
  }
}

@media (min-width: 768px) {
  .productTable.-cols3 ._tabHead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
  }
}

@media (min-width: 992px) {
  .productTable.-cols3 ._tabHead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.8%;
            flex: 0 0 22.8%;
  }
}

.productTable ._tabHead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  word-break: break-word;
}

@media (max-width: 767px) {
  .productTable ._tabHead {
    display: block;
    border-right: 1px solid #e5e5e5;
  }

  .productTable ._tabHead:not(.-active) {
    display: none;
  }
}

.productTable .tableCellFeature,
.productTable .tableCellProduct,
.productTable ._tabHead {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.productTable .tableCellFeature:last-child,
.productTable .tableCellProduct:last-child,
.productTable ._tabHead:last-child {
  border-right: 1px solid #e5e5e5;
}

.productTable .tableCellProduct .be-iconChecked {
  display: block;
  color: #348d9a;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .productTable .tableCellProduct {
    display: block;
    border-right: 1px solid #e5e5e5;
  }

  .productTable .tableCellProduct:not(.-active) {
    display: none;
  }
}

.productTable .tableCellProduct p:not(.be-footnote) {
  font-size: 1.6rem;
}

.productTable .tableCellProduct .btn-link--download {
  margin-bottom: 10px;
  margin-top: 10px;
}

.productTable .tableCellFeature {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .productTable .tableCellFeature {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #e5e5e5;
    position: relative;
  }

  .productTable .tableCellFeature > .be-infoPopOver {
    margin-left: 20px;
  }
}

.productTable.-cols2 .tableCellFeature,
.productTable.-cols3 .tableCellFeature {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .productTable.-cols2 .tableCellFeature,
  .productTable.-cols3 .tableCellFeature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.531%;
            flex: 0 0 31.531%;
  }
}

@media (min-width: 992px) {
  .productTable.-cols2 ._tableRow > *:nth-child(1):not(.tableCellFeature),
  .productTable.-cols3 ._tableRow > *:nth-child(1):not(.tableCellFeature) {
    margin-left: 31.531%;
  }
}

.productTable.-cols2 .tableCellProduct {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .productTable.-cols2 .tableCellProduct {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .productTable.-cols2 .tableCellProduct {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.234%;
            flex: 0 0 34.234%;
  }
}

.productTable.-cols3 .tableCellProduct {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .productTable.-cols3 .tableCellProduct {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
  }
}

@media (min-width: 992px) {
  .productTable.-cols3 .tableCellProduct {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.8%;
            flex: 0 0 22.8%;
  }
}

.productTable .tableCellProduct:only-child {
  text-align: center;
  -ms-flex: 1 0 68.4%;
  -webkit-box-flex: 1;
          flex: 1 0 68.4%;
  display: block;
  margin-right: 0.08%;
}

@media (max-width: 991px) {
  .productTable .tableCellProduct:only-child {
    -ms-flex: 1 0 100%;
    -webkit-box-flex: 1;
            flex: 1 0 100%;
    margin-right: 0;
  }
}

.productTable ._featuredWrapper {
  display: none;
}

@media (min-width: 768px) {
  .productTable ._featuredWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .productTable ._featuredWrapper > p {
    margin: 0;
    padding: 11px 10px;
    font-size: 18px;
    text-align: center;
      /* AXADE-2913 Product Table: Unser-Tipp-Kontrast | Kontrast WCAG Kriterium: 1.4.3 */
    color: #343C3D;
    background-color: #00B5D1;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .productTable ._featuredWrapper > p {
    margin: 0 0 0 31.531%;
  }
}

@media (min-width: 768px) {
  .productTable.-cols2 ._featuredWrapper > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .productTable.-cols2 ._featuredWrapper > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.234%;
            flex: 0 0 34.234%;
  }
}

@media (min-width: 768px) {
  .productTable.-cols2.-featured-col-2 ._featuredWrapper > p {
    margin-left: 50%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .productTable.-cols2.-featured-col-2 ._featuredWrapper > p {
    margin-left: 65.765%;
  }
}

@media (min-width: 768px) {
  .productTable.-cols3 ._featuredWrapper > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .productTable.-cols3 ._featuredWrapper > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.8%;
            flex: 0 0 22.8%;
  }
}

@media (min-width: 768px) {
  .productTable.-cols3.-featured-col-2 ._featuredWrapper > p {
    margin-left: 33.333333%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .productTable.-cols3.-featured-col-2 ._featuredWrapper > p {
    margin-left: 54.331%;
  }
}

@media (min-width: 768px) {
  .productTable.-cols3.-featured-col-3 ._featuredWrapper > p {
    margin-left: 66.666666%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .productTable.-cols3.-featured-col-3 ._featuredWrapper > p {
    margin-left: 77.131%;
  }
}

.productTable p {
  margin: 0;
}

.productTable .btn {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .productTable ._tableRow,
  .productTable ._tabRow,
  .productTable ._tabHeadRow {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }

  .productTable .accordionItem .accordionItemTitle {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }

  .productTable.-cols2 .ce-tabTile {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 46.55172413%;
  }

  .productTable.-cols2 .ce-tabTile.-active {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 53.44827586%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .productTable.-cols2 .ce-tabTile {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 50%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .productTable.-cols2 .ce-tabTile {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 34.234%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .productTable.-cols2 ._tabHead {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 50%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .productTable.-cols2 ._tabHead {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 34.234%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .productTable.-cols3 .ce-tabTile {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 32.60869565%;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px), (-ms-high-contrast: none) and (max-width: 767px) {
  .productTable.-cols3 .ce-tabTile.-active {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 34.78260869%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .productTable.-cols3 .ce-tabTile {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 33.333333%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .productTable.-cols3 .ce-tabTile {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 22.8%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .productTable.-cols3 ._tabHead {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 33.333333%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .productTable.-cols3 ._tabHead {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 22.8%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .productTable ._tabHead {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }

  .productTable.-cols2 .tableCellFeature,
  .productTable.-cols3 .tableCellFeature {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .productTable.-cols2 .tableCellFeature,
  .productTable.-cols3 .tableCellFeature {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 31.531%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .productTable.-cols2 .tableCellProduct {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .productTable.-cols2 .tableCellProduct {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 50%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .productTable.-cols2 .tableCellProduct {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 34.234%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .productTable.-cols3 .tableCellProduct {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .productTable.-cols3 .tableCellProduct {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 33.333333%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .productTable.-cols3 .tableCellProduct {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 22.8%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .productTable.-cols2 ._featuredWrapper > p {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 50%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 768px) and (min-width: 992px) {
  .productTable.-cols2 ._featuredWrapper > p {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 34.234%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .productTable.-cols3 ._featuredWrapper > p {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 33.333333%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 768px) and (min-width: 992px) {
  .productTable.-cols3 ._featuredWrapper > p {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 22.8%;
  }
}

/* AXADE-2914 Product Table: Kopfzeile | Kontrast WCAG Kriterium: 1.4.3 */
.productTable ._tabHeadRow ._tabHead h3.h4 {
    color: #000;
}

/* AXADE-2915 Product Table: Sternchentext - Kontrast | Kontrast WCAG Kriterium: 1.4.3 */
.productTable .tableCellProduct p.be-footnote {
    color: #343C3D;
}

.productTable .accordionItem .accordionItemTitle:focus-visible {
    box-shadow: inset 0 0 0 2px transparent, 0 0 0 2px white, 0 0 0 4px #008;
}

.productTable ._featuredWrapper > p {
    margin-bottom: 0 !important;
}
