/** PRODUKTITEM **/
.productitem {
    padding: 5%;
    background-color: #fff;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, .05);*/
    box-shadow: 20px 15px 35px rgba(0, 34, 65, .08);
    transition: transform ease .3s, box-shadow ease .3s;

    transition: transform ease .3s, box-shadow ease .3s;
    transform-origin: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 300px;
}

.productitem .small {
    font-size: 66%;
}

.productitem .fa-ul {
    margin-left: 1.5em
}

@media (min-width: 992px) {
    .productitem .small {
        font-size: 76%;
    }

}

@media (min-width: 1200px) {
    .productitem .small {
        font-size: 86%;
    }

}

.productitem:hover {
    /*
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);*/
    box-shadow: 0 0 10px rgba(0, 34, 65, .15)

}

.productitem a {
    color: #454545;
}

.productitem a.btn {
    color: #fff;
}

section .productitem {
    height: 100%;
}

.productitem:hover, .productitem:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.productoverlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .85);
    transition: opacity ease .3s, transform ease .3s;
    transform: translateY(100%);
    opacity: 0;
    padding-bottom: 45px;
    pointer-events: none;
}

.productoverlay .btn, .productoverlay a {
    pointer-events: all
}

.productitem:hover,
.productitem:focus {
    z-index: 2
}

.productitem:hover .productoverlay,
.productitem:focus .productoverlay {
    opacity: 1;
    transform: translateY(0)
}

.productlink {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    text-align: center;
    font-size: 10px;
    color: #333;
}

.slickvergleich {
    margin: 0 -15px
}

.productitem p:last-child {
    margin-bottom: 0;
}

.productimage {
    position: relative
}

.productimage:after, .productimage.treppenlift:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ff6f61;
    z-index: -1;
    transition: left ease .3s;
}

.productitem.plattform .productimage:after {
    background-color: #ffb800
}

.productitem.plattform h3 {
    color: #ffb800
}

.productitem.aufzug .productimage:after {
    background-color: #197daa
}

.productitem.aufzug h3 {
    color: #197daa
}

.productitem:hover .productimage:after {
    left: 33%;
}

/** PRODUKT SINGLE **/
section + section {
    padding-top: 0
}

/** PRODUKT SINGLE MODELLE **/
#modelle .produkt-item {
    overflow: hidden
}

#modelle .slick-list {
    padding: 0 !important
}

.modell {
    position: relative;
    transition: left ease .3s;
    left: 0;
    height: 60vH;
}

.modellimage {
    position: absolute;
    height: 60vH;
    width: 60vH;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

@media (max-width: 991px) {
    #modelle .container-fluid {
        padding: 0;
    }
}

.modell:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    width: auto;
    background-color: #ff6f61;
    z-index: -1;
}

@media (min-width: 992px) {
    /*.modellimage {
        margin: 5vH auto !important;
    }*/
    .modell:after {
        left: 52%;
        top: 0;
        bottom: 0;
        width: 2000px;
        right: auto;
    }
}


#wrapper.plattform .modell:after {
    background-color: rgba(255, 184, 0, 1)
}

#wrapper.aufzug .modell:after {
    background-color: #197daa
}

.modellcontent {
    position: relative;
    padding: 0 30px 30px;
}

@media (max-width: 991px) {

    body#style-lift .modellcontent {
        background-color: #ff6f61;
        margin-top: -1px;
    }

    body#style-plattform .modellcontent {
        background-color: #ffb800;
        margin-top: -1px;
    }

    body#style-aufzug .modellcontent {
        background-color: #197daa;
        margin-top: -1px;
    }
}

.modellcontent a,
.modellcontent .table,
.modellcontent .table tr,
.modellcontent .table tr td {
    color: #fff;
}


.modellcontent h5,
.modellcontent li {
    color: #fff;
}

.modellcontent .highlights,
.modellcontent .techdetails {
    display: none;
}

@media (min-width: 992px) {
    .modellcontent {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        background-color: transparent;
    }

    .modellcontent .highlights {
        display: block
    }
}


.modellcontent > .row {
    height: 100%;
}


.modellholder.moreinfo .modell {
    left: -25%
}

.modellholder .leftcol {
    max-width: 100%;
}

@media (min-width: 992px) {
    .modellholder .leftcol {
        max-width: 50%;
        transition: max-width ease .3s
    }

    .modellholder .rightcol {
        max-width: 50%;
        transition: max-width ease .3s
    }
}

.modellholder.moreinfo .leftcol {
    max-width: 30%;
}

.modellholder.moreinfo .rightcol {
    max-width: 70%;
}

.modellholder .highlights,
.modellholder .techdetails {
    position: absolute;
    left: 5vH;
    top: 5vH;
    right: 5vH;
    bottom: 5vH;
    transition: opacity ease 3s;
    transition-delay: .25s;
}

.modellholder .techdetails table * {
    color: #fff;
}

@media (min-width: 992px) {
    .modellholder .highlights > div,
    .modellholder .techdetails > div {
        transition: opacity ease 3s;
        transition-delay: .25s;
        opacity: 0
    }

    .modellholder .highlights > div {
        opacity: 1
    }

    .modellholder.moreinfo .highlights > div {
        transition-delay: .25s;
        transition: opacity ease 3s;
        opacity: 0
    }

    .modellholder.moreinfo .techdetails > div {
        transition-delay: .25s;
        transition: opacity ease 3s;
        opacity: 1
    }

    .modellholder.moreinfo .highlights {
        display: none
    }

    .modellholder.moreinfo .techdetails {
        display: block
    }
}

.modelltitle {
    position: absolute;
    right: 0;
    bottom: 10%;
    text-align: right;
    color: #ff6f61;
    opacity: .15;
    font-size: 12vW;
    font-weight: bold;
    z-index: -1;
    width: 5000px;

}

.modellliste {
    margin-top: -1px;
    padding: 15px;
}

.modellliste li,
.modellliste h5 {
    color: #fff;
}

#wrapper.plattform .modelltitle {
    color: rgba(255, 184, 0, 1)
}

#wrapper.aufzug .modelltitle {
    color: #b1d8e7
}


.dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.dotholder {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer !important;
}

.dotholder:hover {
    overflow: visible;
    z-index: 12;
}

.dotholder:hover .dot {
    background-color: rgba(0, 0, 0, .33);
    /*width: 34px;
    margin: -17px 0 0 -17px;
    height: 34px;*/
    border-color: #ff6f61
}

#wrapper.plattform .dotholder:hover .dot {
    border-color: rgba(255, 184, 0, 1)
}

#wrapper.aufzug .dotholder:hover .dot {
    border-color: #197daa
}


.dot {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    transition: all ease .3s;
    width: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    height: 30px;
    border: 2px dashed rgba(255, 255, 255, 1);
    /*border: 3px solid #fff;
    background-color:#012e5b;
    */
    border-radius: 50%;
    -moz-animation: rotatecircle 6s infinite linear;
    -webkit-animation: rotatecircle 6s infinite linear;

}

.dot:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ff6f61;
    border-radius: 50%;
}

#wrapper.plattform .dot:before {
    background-color: rgba(255, 184, 0, 1)
}

#wrapper.aufzug .dot:before {
    background-color: #197daa
}


.dot.left .dotdesc {
    position: absolute;
}

.dotcaption {
    padding: 15px;
    background-color: rgba(0, 0, 0, .85);
    position: absolute;
    color: #fff;
    transition: all ease .3s;
    opacity: 0;
    top: 50%;
    /*pointer-events: none;*/
    z-index: 10;
}

.dotcaption p {
    font-size: 14px;
}

.dotcaption h3 {
    color: rgba(255, 204, 0, 1);
    font-size: 1em;
}

.dotholder.left .dotcaption {
    left: 30px;
    transform: translateY(-50%) translateX(50px);
    margin: 0 50px 0 0px;
}

.dotholder.right .dotcaption {
    right: 30px;
    transform: translateY(-50%) translateX(-70px);
    margin: 0 0 0 50px;
}

.dotholder.left .dotcaption:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    border-right: 16px solid rgba(0, 0, 0, .85) !important;
    border: 16px solid transparent;
    margin: -16px -32px 0;
}

.dotholder.right .dotcaption:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0%;
    border-left: 16px solid rgba(0, 0, 0, .85) !important;
    border: 16px solid transparent;
    margin: -16px -32px 0;
}

.dotholder:hover .dotcaption {
    opacity: 1;
    transform: translateY(-50%) translateX(10px);
}

.dotholder.right:hover .dotcaption {
    opacity: 1;
    transform: translateY(-50%) translateX(-10px);
}

.dotcaption p {
    margin-bottom: 0;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .dotcaption {
        top: 0 !important;
        width: 40vW !important;
        max-width: 40vW !important;
        left: 50% !important;
        transform: translateY(100%) translateX(-50%) !important;
        margin: 0 !important;
        padding: 15px;
        position: absolute;
        /*pointer-events: none;*/
        z-index: 10;

    }

    .dotholder:hover .dotcaption {
        opacity: 1;
        transform: translateY(40px) translateX(-50%) !important;
    }

    .dotholder.left .dotcaption:after, .dotholder.right .dotcaption:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        right: auto;
        top: auto;
        border: 16px solid transparent !important;
        border-bottom: 16px solid rgba(0, 0, 0, .85) !important;
        margin: 0px 0 0 -16px;
    }

    .dotcaption h3 {
        margin-bottom: 0;
        text-align: center;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}

@media (min-width: 1599px) {
    .container {
        width: 1450px;
    }
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotatecircle {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotatecircle {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}


/** PRODUKT SINGLE BEFESTIGUNGEN **/
.befestigungcontent {
    display: none
}

.befestigungcontent.active {
    display: block
}

.befestigungcontent img {
    opacity: 0;
    transform: translateX(-30px);
    transition: transform ease 2s;
    transition-delay: .3s;
    position: relative;
    z-index: 1;
}

.befestigungimage {
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 15px;
    background-color: #edeff0;
}

.befestigungimageholder {
    position: relative
}

.befestigungimageholder .afterelement {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -30px;
    height: 400px;
    width: 45%;
    background-color: #f3d1be;
    /*transition: transform ease 2s;*/
}

.befestigungcontent.active img {
    transform: translateX(0px);
    transition: transform ease 2s;
    opacity: 1;
    transition-delay: .3s;
}

.befestigungslinks {
    padding: 0 0 0 30px
}

.befestigunglink {
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-weight: bold;
    transition: margin ease .3s;
}

.befestigunglink:last-child {
    border-bottom: none;
}

.befestigunglink.active {
    color: #ff6f61;
    margin-left: -30px !important;
}

.befestigunglink:hover {
    margin-left: -10px;
}

/** PRODUKT SINGLE BEISPIELE **/
#beispiele {
    position: relative;
}

#beispiele .afterelement {
    content: '';
    position: absolute;
    top: 5%;
    bottom: 27%;
    right: 34%;
    left: -15%;
    background-color: #edeff0;
    z-index: -1
}

#beispiele .grid-sizer {
    height: 0;
    line-height: 0;
    width: 1%;
}


#beispiele .box-item:nth-of-type(1) {
    margin-top: 6vW
}


#beispiele .box-item-inner {
    position: relative;
    overflow: hidden;
}

#beispiele .box-item .box-item-inner img {
    transform-origin: center;
    transition: transform ease .3s
}

.box-item:hover .box-item-inner img {
    transform: scale(1.05);
}

.masonry {
    margin: 0 auto;
    width: 100%;
}


.box-item .caption {
    position: absolute;
    left: 0.5vW;
    bottom: 0.5vW;
    right: 0.5vW;
    padding: 0.5vW;
    background-color: rgba(255, 255, 255, .86);
    font-size: 14px;
}

.box-item .caption .details {
    font-size: 10px;
}


#beispiele .box-item {
    width: 50%;
}


.box-item {
    padding: 7.5px;
}


@media (min-width: 992px) {

    #beispiele .box-item {
        width: 32.5%;
    }


    #beispiele .box-item:nth-of-type(3) {
        margin-top: 3vW
    }
}


.produktitem-inner {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    background-color: #fff;

}

.produktitem-head {
    position: relative;
    padding: 30px;
}


.produktitem-head:after {
    content: '';
    position: absolute;
    inset: 0 0 50% 0;
}

.produktitem-body {
    padding: 15px;
}

.produktitem-body p {
    margin-bottom: .6em !important
}

.produktitem-head.inverted .produktvisual {
    background-color: #fafafa
}

.produktitem-head-lift .produktvisual {
    background-color: #ff6f61
}

.produktitem-head-plattform .produktvisual {
    background-color: #ffb800
}

.produktitem-head-aufzug .produktvisual {
    background-color: #197daa
}

.produktitem-head-lift .sub {
    color: #ff6f61
}

.produktitem-head-plattform .sub {
    color: #ffb800
}

.produktitem-head-aufzug .sub {
    color: #197daa
}

.produktitem-head .produktitem-image {
    text-align: center;
    padding: 0 0 7%;
    position: relative;
    z-index: 1;
    margin: 0 -15px
}

.produktitem-head .produktitem-image img {
    aspect-ratio: 1/.75;
    object-fit: contain;
    object-position: center;
    transition: transform ease .3s
}

@media (min-width: 992px) {
    .produktitem-head .produktitem-image img {
        aspect-ratio: 1/1.1;
    }
}

.katLabel {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    transform: translateY(-100%);
}

.katLabel:After {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: -1px;
    z-index: -1;
    border-top: 2px solid #aaa;
    background-color: #ddd
}

.katLabel .labelhead {
    text-align: center;
    padding: 5px 60px;
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #aaa
}

.katLabel .labelhead:After {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: -1px;
    z-index: -1;
    background-color: #ddd
}

.slick-products .slick-slide {
    padding-top: 40px;
}

.slick-products .slick-arrow.slick-disabled {
    display: none !important
}

.slick-products-holder.overflowing .slick-products .slick-list {
    overflow: visible !important
}

.slick-products-holder {
    display: block;
    position: relative;
}

.slick-products-holder.overflowing .slick-overlay {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #FFf, rgba(255, 255, 255, 0));
    z-index: 1;
    width: 100%;
}

/*
.slick-products .slick-slide[aria-hidden="true"] .produktitem-inner .produktitem-body,
.slick-products .slick-slide[aria-hidden="true"] .produktitem-inner .produktitem-head {
    opacity: .45
}*/


.produktitem {
    padding: 30px 0;
    position: relative;
    /*max-width: 25vW;*/
}

.slick-slide .produktitem {
    padding: 30px 15px;
}

/*
        @media (min-width: 1921px) {
            .produktitem {
                max-width: 20vW
            }
        }
*/
.produktitem.hasGroup:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -1px;
    bottom: 25%;
    right: 0px;
    background-color: #ddd;
    z-index: -1
}

.produktitem.hasGroup.firstGroupItem:after {
    left: 0px
}

.produktitem.hasGroup.lastGroupItem:after {
    right: 90px
}

.produktitem-body-excerpt {
    margin-top: 10px;
}

.produktitem-body-excerpt p {
    margin-bottom: 0
}

.tablecell .produktitem-body-excerpt,
.produktitem-body-excerpt p.h3 {
    display: none
}


.produktitem:hover .produktitem-head .produktitem-image img, .col.tablecell.producttitle:hover .produktitem-head .produktitem-image img {
    transform: scale(1.075)
}

@media (min-width: 1200px) {
    .produktitem-body ul.fa-ul {
        font-size: 80%
    }
}

.produktitem-siegel {
    position: absolute;
    left: 0 !important;
    top: calc(5% - 30px);
    min-width: 30px;
    width: 20% !important;
    display: flex;
    flex-wrap: wrap;
    bottom: 5%;
    align-content: center;
    z-index: 10;
    max-width: 60px;
}

.produktitem-siegel .siegel {
    transition: transform ease .25s;
    transform: scale(1);
    padding: 0 5px;
}

.produktitem-siegel .siegel:has(a):hover {
    transition: transform ease .25s;
    transform: scale(1.075)
}

.produktitem-siegel img {
    width: 100%
}

.produktitem-siegel a {
    display: block;
}

.slick-befestigung {
    position: relative
}

.slick-befestigung .slick-list {
    padding: 0 !important
}

.befestigungsimage {
    position: relative
}

.befestigungscontentinner {
    position: relative;
    color: #fff;
}

.befestigungscontentinner h4 {
    color: #fff
}

.slick-befestigung.slick-slider:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #002241;
    right: 16%;
    top: 5%;
    bottom: 5%;
    width: 10000px;
    z-index: -1;
}

.befestigungsimage img {
    aspect-ratio: 536/689;
    object-position: center;
    object-fit: cover;
}

.slick-befestigung-nav .btn {
    aspect-ratio: 1/1;
    position: relative;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.befestigungs-desc {
    position: absolute;
    left: 50%;
    bottom: 75%;
    padding: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    background-color: #ff6f61;
    display: none;
    z-index: 3;
    white-space: nowrap;
}

.slick-befestigung-nav .btn:hover .befestigungs-desc {
    display: block
}

.slick-befestigung-nav .btn.btn-trans-dark:hover {
    z-index: 2;
    background-color: transparent !Important;
    color: #ff6f61 !important;
    border-color: #ff6f61 !important;
}