.pricingtable .row {
    margin: 0
}

.vc_row.wpb_row.vc_row-fluid:has(.pricingtable) {
    overflow: visible;
}

.pricingtable .row > div, .pricingtable .col {
    padding: 0;
}

.tablecellhead.col {
    padding: 0 15px;
}

.tablecellhead, .tablecell {
    padding: 15px;
    min-height: 50px;
}

.leftcol {
    position: sticky;
    left: 0;
    top: 0;
}

.tablegrouprow .tablegrouphead {
}

body {
    padding: 0 !important
}

.pricingtableOuter {
    margin: 0 25px;
}

.pricingtable h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.pricingtable h5 {
    font-size: 1rem;
    margin-bottom: 0;
}

.pricingtable .tablecell {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
}

.pricingtable .tablecell.producttitle {
    padding: 0
}

.pricingtable i.fa-times {
    color: #ccc;
}

@media (max-width: 991px) {
    .tablegrouprow .tablecell.bestseller {
        background: none !important;
        border: 0 !important;
        box-shadow: none !important
    }

    .tablegrouphead {
        padding: 15px;
    }
}

.tablecell.bestseller i.fa-check-circle {
    color: var(--main-dark-color);
}

.row.table-group:first-child .col-12.text-center .tablecell:not(.spaceholder).bestseller {
    border-top: 2px solid var(--main-dark-color);
}

.row.table-group:last-child .col-12:last-child .tablecell:not(.spaceholder).bestseller {
    border-bottom: 2px solid var(--main-dark-color);
}

.no-wrap {
    flex-wrap: nowrap;
}

.cols {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row
}

.cols .rightcol {
    display: flex;
    flex-wrap: nowrap;
}

.cols .leftcol {
    flex: 0 0 40%;
    max-width: 40%
}

.cols .rightcol {
    flex: 0 0 60%;
    max-width: 60%
}

.pricingtableOuter .hoverScrollPricing {
    display: none;
}

.pricingtableOuter.overflowing .hoverScrollPricing {
    position: sticky;
    display: block;
    top: 75vH;
    width: 100%;
    height: 50px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
}

.pricingtableOuter.overflowing .hoverScrollPricing .scrollPricing {
    position: absolute;
    top: 0;
    bottom: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
	background-color:#002241;
    color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.pricingtableOuter.overflowing .hoverScrollPricing .scrollPricing.scrollPricingLeft {
    left: 40%;
    margin-left: -25px;
}

.pricingtableOuter.overflowing .hoverScrollPricing .scrollPricing.scrollPricingRight {
    right: -25px
}

.pricingtableOuter.overflowing .hoverScrollPricing .scrollPricing:hover {
	color:#002241;
    background-color: #fff;
}

.pricingtableOuter.overflowing.in:hover .hoverScrollPricing, .pricingtableOuter.overflowing.in .hoverScrollPricing {
    opacity: 1
}

.legendholder .scrollPricing.scrollPricingLeft {
    left: 30%;
}

@media (max-width: 565px) {
	.pricingtable .sub {
		display:none
	}
}

@media (min-width: 768px) {
    .cols {
        flex-direction: row
    }

    .cols .leftcol {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .pricingtableOuter.overflowing .hoverScrollPricing .scrollPricing.scrollPricingLeft {
        left: 20%;
    }

    .cols .rightcol {
        max-width: 80%;
        flex: 0 0 80%;
    }

    .legendholder .scrollPricing.scrollPricingLeft {
        left: 20%;
    }
}

@media (min-width: 1200px) {
    .cols {
        flex-direction: row
    }

    .legendholder .scrollPricing.scrollPricingLeft {
        left: 30%;
    }

    .cols .leftcol {
        max-width: 30%;
        flex: 0 0 30%;
    }

    .pricingtableOuter.overflowing .hoverScrollPricing .scrollPricing.scrollPricingLeft {
        left: 30%;
    }

    .cols .rightcol {
        max-width: 70%;
        flex: 0 0 70%;
    }
}

.pricingtable {
    font-size: 1rem;
    padding: 45px 0px 30px;
    overflow: hidden
}
@media(min-width:567px){
.pricingtable {
    font-size: 1.1rem;
}
}
@media(min-width:768px){
.pricingtable {
    font-size: 1.2rem;
}
}
@media(min-width:992px){
.pricingtable {
    font-size: 1.3rem;
}
}
@media(min-width:1200px){
.pricingtable {
    font-size: 1.4rem;
}
}


.pricingtable + .pricingFooter {
    margin-bottom: 60px;
}

.pricingtableOuter.overflowing .pricingtable {
    overflow-x: scroll;
}

.pricingFooter .rightcol .tablecell, .pricingtable .tablecellhead, .pricingtable .tablecell {
    border: 1px solid transparent;
    border-bottom: 1px solid #e0e0e0
}

@media (min-width: 768px) {
    .leftColMobile {
        display: none
    }
}

/* .cols.info { max-height: 0; transition: max-height ease 3s; overflow:hidden } .cols.info.active { max-height: 100000px; overflow:visible } */
.cols.info {
    display: none
}

.cols.info.active {
    display: flex;
}

.legendholder {
    position: sticky;
    left: 0;
    top: 190px;
    right: 0;
    overflow: hidden;
    z-index: 10;
    display: none;
    padding-bottom: 15px
}
@media(min-width:768px){
	.legendholder { top:160px; }

}
@media(min-width:992px){
	.legendholder { top:168px; }

}
@media(min-width:1200px){
	.legendholder { top:175px; }

}
@media(min-width:1600px){
	.legendholder { top:180px; }

}

.legendholder > .cols {
    border-bottom: 2px solid #e0e0e0;
}

.legend {
    overflow: hidden;
}

.legendinner {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

/* .legendholder .cols { padding: 0 5px;} */
.pricingtableOuter.in .legendholder {
    display: block
}

/* .legend { padding:0 5px; } */
.legendholder .leftcol .tablecell {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
    border: 0 !important
}

.legendholder .tablecell {
    background-color: #fff;
    padding: 0 15px;
    margin: 0 auto;
}

.pricingtable .collapseHead {
    height: 50px;
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4;
    background-color: #e0e0e0;
    font-size: 1.3rem;
    cursor: pointer;
}

.pricingtable .collapseHead:hover {
    background-color: #d0d0d0;
}

.pricingtable .collapseHead a.tableCollapse {
    position: relative;
    display: block;
    line-height: 50px;
    padding: 0 45px 0 15px;
    font-weight: bold;
}

.pricingtable .collapseHead a.tableCollapse:after {
    content: "\f078";
    position: absolute;
    right: 15px;
    top: 50%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
    transform: translateY(-50%) rotate(0deg);
    transition: transform ease .3s;
    transform-origin: center
}

.pricingtable .collapseHead a.tableCollapse.open:after {
    transform: translateY(-50%) rotate(180deg);
}

.cols.info .leftcol {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3;
}

.cols.info .rightcol .col.tablecell, .col.tablecellhead {
    padding: 5px 15px;
}

.col.tablecellhead { hyphens: auto}

.cols.info + .collapseHead {
    margin-top: 15px;
}

.cols.info + .collapseHead:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 15px;
    background-color: #fff
}

.col.tablecellhead {
    border-right: 1px solid #e0e0e0;
    background-color: #fff;
}

.tablecell.recommended {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
    z-index: 2;
    background-color: #f8f8f8
}

.col.lift i.fa-circle, .col.lift i.fa-check-circle, .pricingtableOuter-treppenlift i.fa-circle, .pricingtableOuter-treppenlift i.fa-check-circle {
    color: #ff6f61;
}

.col.plattform i.fa-circle, .col.plattform i.fa-check-circle, .pricingtableOuter-plattformlifte i.fa-circle, .pricingtableOuter-plattformlifte i.fa-check-circle {
    color: #ffb800;
}

.pricingtableOuter-aufzuege i.fa-circle, .pricingtableOuter-aufzuege i.fa-check-circle {
    color: #197daa;
}
.pricingtable .infolink,
.pricingtable i.far.fa-info-circle.infoBtn {
    position: absolute;
    right: 7px;
    top: 7px;
    opacity: .5;
    cursor: pointer;
}
.pricingtable .infolink:hover,
.pricingtable i.far.fa-info-circle.infoBtn:hover {
    opacity: 1
}

.hovered.col {
    background-color: #eee !important
}

.legendholder .scrollPricing {
    position: absolute;
    top: 0;
    bottom: 17px;
    width: 30px;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.pricingtableOuter.overflowing .legendholder .scrollPricing {
    display: flex;
}

.legendholder .scrollPricing.scrollPricingRight {
    right: 0;
}

.legendholder .scrollPricing:hover {
    background-color: #e0e0e0;
}

.pricingtable .colorbox {
    border: 1px solid #e0e0e0;
    width: 20px;
    height: 20px;
    display: inline-block
}

.pricingtable .colorbox + span {
    width: 100%;
    display: block;
}

.produktitem-inner {
    container-type: inline-size;
    container-name: produktiteminner;
    max-width: 400px;
    margin: 0 auto;
}

.tablecell.producttitle {
    container-type: inline-size;
    container-name: tablecell;
}

.produktitem-inner .card-body {
    padding: 0;
}

.produktitem h3 {
    font-size: 2rem
}

h3 + span.sub {
    font-size: 1.4rem;
}

.tablecellbuttons .btn-default, .produktitem .btn-default {
    font-size: 1rem
}

.row.produktkacheln:has(.recommended) {
    padding-top: 31px;
}

.recommandation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding: 5px;
    background-color: #002241;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
}

@media(min-width:1200px){
	.produktitem h3 {
        font-size: 3rem
    }
	 .produktitem h3 + span.sub {
        font-size: 2.3rem;
    }

}

@container produktiteminner (min-width: 200px) {
    .produktitem h3 {
        font-size: 2rem
    }

    .produktitem h3 + span.sub {
        font-size: 1.4rem;
    }

    .tablecellbuttons .btn-default, .recommendation, .produktitem .btn-default {
        font-size: 1.1rem
    }
}

@container produktiteminner (min-width: 230px) {
    .produktitem h3 {
        font-size: 2.5rem
    }

    .produktitem h3 + span.sub {
        font-size: 1.6rem;
    }

    .tablecellbuttons .btn-default, .recommendation, .produktitem .btn-default {
        font-size: 1.1rem
    }
}

@container produktiteminner (min-width: 250px) {
    .produktitem h3 {
        font-size: 3rem
    }

    .produktitem h3 + span.sub {
        font-size: 1.8rem;
    }

    .tablecellbuttons .btn-default, .recommandation, .produktitem .btn-default {
        font-size: 1.2rem
    }
}

@container produktiteminner (min-width: 300px) {
    .produktitem h3 {
        font-size: 3rem
    }

    .produktitem h3 + span.sub {
        font-size: 2.3rem;
    }

    .tablecellbuttons .btn-default, .recommendation, .produktitem .btn-default {
        font-size: 1.4rem
    }
}

@container produktiteminner (min-width: 350px) {
    .produktitem h3 {
        font-size: 4rem
    }

    .produktitem h3 + span.sub {
        font-size: 2.6rem;
    }
}

@container tablecell (min-width: 200px) {
    .produktitem-head h3 {
        font-size: 2rem
    }

    .produktitem-head h3 + span.sub {
        font-size: 1.4rem;
    }

    .tablecellbuttons .btn-default, .recommendation, .produktitem .btn-default {
        font-size: 1.1rem
    }
}

@container tablecell (min-width: 230px) {
    .produktitem-head h3 {
        font-size: 2.5rem
    }

    .produktitem-head h3 + span.sub {
        font-size: 1.6rem;
    }

    .tablecellbuttons .btn-default, .recommendation, .produktitem .btn-default {
        font-size: 1.1rem
    }
}

@container tablecell (min-width: 250px) {
    .produktitem-head h3 {
        font-size: 3rem
    }

    .produktitem-head h3 + span.sub {
        font-size: 1.8rem;
    }

    .tablecellbuttons .btn-default, .recommandation, .produktitem .btn-default {
        font-size: 1.2rem
    }
}

@container tablecell (min-width: 300px) {
    .produktitem-head h3 {
        font-size: 3rem
    }

    .produktitem-head h3 + span.sub {
        font-size: 2.3rem;
    }

    .tablecellbuttons .btn-default, .recommendation, .produktitem .btn-default {
        font-size: 1.4rem
    }
}

@container tablecell (min-width: 350px) {
    .produktitem-head h3 {
        font-size: 4rem
    }

    .produktitem-head h3 + span.sub {
        font-size: 2.6rem;
    }
}