/** PRODUKT SINGLE KONFIGURATOR **/
#babylonjsLoadingDiv {
    display: none !important;
}
.overlay, .helpkonfig {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 1000;
    transition: background-color ease-in .25s;
}

.overlay.out {
    background-color: rgba(255, 255, 255, 0);
}

/*
.overlay .startBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
*/
.zoombuttons {
    position: absolute;
    bottom: 15px;
    right: 0px;
    width: 50px;
    transition: opacity ease .3s;
    opacity: 0;
}

@media (min-width: 768px) {
    .zoombuttons {
        bottom: Auto;
        top: 50%;
        right: 45px;
        transform: translateY(-50%);
        width: 50px;
    }
}


.konfigurator.activated {
    background-image: none !important
}

.konfigurator.activated .zoombuttons {
    opacity: 1
}

.zoombtn {
    border-radius: 50%;
    margin-bottom: 15px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    transition: all ease .3s;
    width: 50px;
    height: 50px;
    line-height: 60px;
}

.zoombtn:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15) !important;
    background-color: #ffab97 !important;
    color: #fff !important;
}

.konfigurator {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 66%;
    padding: 0;
    margin: 125px auto !important;
}


.konfiguratorcontrols {
    position: sticky;
    top: 50%;
    left: 5%;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    padding: 0;
}

.konfiguratorcontrols .inneraccordion .card-body {
    max-height: 33vH;
    overflow: auto;
}

.inneraccordion {
    font-size: 14px;
    text-align: left;
}

.konfiguratorcontrols .card-body {
    background-color: #eee;
    padding: 0;
}


.inneraccordion .form-row > div.col {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding: 0 3px;
}

.konfigitemHover {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 5px;
    background-color: #fff;
    display: none;
    font-size: 12px;
}

.konfigitem:hover .konfigitemHover {
    display: block;
}

.konfiggruppe {
    border-bottom: 1px dotted rgba(0, 0, 0, .5) !important;
    margin-bottom: 15px !important;
    padding-bottom: 5px;
}

.konfigurator2 {
    position: relative;
    text-align: center;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    /*overflow: hidden;*/
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
}

#renderCanvas {
    min-height: 60vh;
    max-height: 83vH;
    touch-action: none;
    z-index: 2;
    max-width: 100%;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.renderCanvas {
    min-height: 60vh;
    max-height: 83vH;
    touch-action: none;
    z-index: 2;
    max-width: 100%;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    aspect-ratio: 1
}


.konfigBtn {
    width: 100px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border: 1px solid #ddd;
}

.konfigpanel {
    width: auto;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 30px;
    right: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    bottom: 30px;
    transition: bottom ease .3s, opacity ease .3s;
    z-index: 9;
    /*height: 50%;*/
    opacity: 0;
    border: 1px solid #ddd;
}

.konfigurator2.panelactive .konfigpanel {
    bottom: 30px;
    opacity: .75;
}


@media (min-width: 992px) {
    .konfigpanel {
        width: 350px;
        left: -370px;
        right: auto;
        transition: left ease .3s, opacity ease .3s;
    }

    .konfigurator2.panelactive .konfigpanel {
        left: 30px;
        opacity: .75
    }
}

.konfigurator2.panelactive .konfigpanel:hover,
.konfigurator2.panelactive .konfigpanel:focus {
    opacity: .95
}

.closekonfigpanel {
    position: absolute;
    left: 100%;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    background-color: #aaa;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    margin: -15px 0 0 -15px;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.closekonfigpanel:hover {
    background-color: #ffab97 !important
}

.konfigurator2.panelactive .closekonfigpanel {
    display: block;
}

.konfigpanel .panelcontainer {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0;
    display: none;
}

.konfigpanel .panelcontainer.in {
    display: block;
}

.konfigpanel .panelhead {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    height: 50px;
    line-height: 50px;
}

.konfigpanel .panelcontent {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: rgba(0, 0, 0, .05);
    top: 65px;
    padding: 15px 15px 12px;
}

.konfigpanel .panelcontent .panelcontentinner {

    background-color: #f00;
    overflow: auto;
}

.konfigpanel .card-body {
    padding: 0;
}

.inneraccordion .card-body {
    padding: 15px 15px 5px;
    border-top: 1px dotted rgba(0, 0, 0, .5) !important;
    background-color: rgba(0, 0, 0, .015)
}

.konfigpanel .card {
    border-bottom: 1px dotted rgba(0, 0, 0, .5) !important;
}

.konfigpanel .card-header {
    height: 40px;
    margin-bottom: 0 !important;
    padding: 0 15px;
    line-height: 40px;
}

.konfigpanel .card-header[aria-expanded="true"] {
    font-weight: bold;
}

.konfigitem {
    border: 1px solid rgba(0, 0, 0, .25);
    background-color: rgba(255, 255, 255, .25);
    margin-bottom: 10px !important;
    position: relative;
    background-position: center;
    cursor: pointer;
    outline: 2px solid transparent;
    background-size: cover;
}

.konfigitem.active {
    border-color: #ff6f61;
    outline: 2px solid #ff6f61;
}

.konfigitem .checked {
    display: none;
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #fff;
    background-color: #ff6f61;
    text-align: center;
    padding: 0 5px;
}

.konfigitem.active .checked {
    display: block
}

.konfigitem:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
}

.konfigitem:hover:before {
    background-color: rgba(255, 255, 255, .5);
}

.konfigitem:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}


.morekonfiginfo {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

.konfigitem:hover .morekonfiginfo {
    display: block;
}

.morekonfiginfo i {
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.morekonfiginfo:hover i {
    color: #ff6f61;
}

.startkonfigbuttons {
    position: absolute;
    bottom: 30px;
    left: 0px;
    top: auto;
    right: 60px;
    width: auto;
    z-index: 9;
    transition: bottom ease .3s, opacity ease .3s;
    opacity: 0;
}

.konfigurator.activated .startkonfigbuttons {
    opacity: 1
}

.konfigurator2.panelactive .startkonfigbuttons {
    bottom: -100%
}


.btn-konfig {
    position: relative;
    border-radius: 0;
    margin-bottom: 10px !important;
    background-color: #fff;
    /*
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;*/
    box-shadow: 20px 15px 35px rgba(0, 34, 65, .08);
    transition: transform ease .3s, box-shadow ease .3s;

    text-align: left;
    padding: 15px;
    -webkit-appearance: none;
    appearance: none;
    height: 70px;
    position: relative;
    padding-right: 115px;
    line-height: 40px;
    border: 1px solid #ddd;
}

.startkonfigbuttons .row div:last-child .btn-konfig {
    margin-bottom: 0 !important;
}

.btn-konfig:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15) !important;
    background-color: #ffab97 !important;
    color: #fff !important
}


.btn-konfig .buttonImg {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.open-konfig.active {
    background: #e0e0e0;
}

@media (min-width: 992px) {
    .startkonfigbuttons {
        position: absolute;
        left: 30px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: 100px;
        z-index: 8;
        transition: left ease .3s, opacity ease .3s, transform ease .3s;
    }

    .konfigurator2.panelactive .startkonfigbuttons {
        left: 347px;
        /* opacity: 0; */
        bottom: auto;
        transform: translateY(-50%) scale(0.75);
    }

    .btn-konfig {
        border-radius: 0;
        margin-bottom: 15px !important;
        background-color: #fff;
        height: auto;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
        text-align: left;
        font-size: 12px;
        padding: 15px;
        -webkit-appearance: none;
        appearance: none;
        transition: all ease .3s;
    }

    .btn-konfig {
        font-size: inherit;
        padding: 0;
        max-width: none
    }

    .btn-konfig:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .btn-konfig .buttonImg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -70%);
        width: 65%;
        height: 40%;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .btn-konfig span.label {
        position: absolute;
        left: 5px;
        right: 5px;
        bottom: 15px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        max-width: 85%;
        display: inline-block;
        line-height: 1;
    }
}


.open-konfig {
    cursor: pointer
}

.konfiguration .open-konfig {
    opacity: .3
}

.konfiguration .open-konfig:hover {
    opacity: .6
}

.tips {
    position: absolute;
    left: 30px;
    top: 125px;
    right: 30px;
    bottom: 250px;
    z-index: 11;
    display: none;
}

.tipsactive .tips {
    display: block;
}

.tipitem {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    padding-left: 30px;
    display: none;
    max-width: 50vW;
    box-shadow: 20px 15px 35px rgb(0 34 65 / 8%);
    transform: translateY(-50%);
    border: 1px solid #ddd;
}

.tipitem .closetip {
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer
}

.tipitem .closetip:hover {
    opacity: .5
}

@media (min-width: 1200px) {
    .tipitem {
        max-width: 33vW;
    }
}

@media (min-width: 1921px) {
    .tipitem {
        max-width: 25vW;
    }
}

@media (min-width: 1200px) {
    .startkonfigbuttons {
        width: 130px !important;
    }
}

.tipitem:before {
    content: '';
    position: absolute;
    background-color: #ff6f61;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -15px;
}

.tipitem.tippanel {
    left: 185px;
    top: 50%;
}

.tipitem.tipmove {
    left: 50%;
    top: 50%;
}

.tipitem.tipzoom {
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);
}

.tipitem.tiprequest {
    right: calc(35% + 15px);
    bottom: 0;
    transform: translateY(-25%);
}

.tipitem.tiprequest {
    right: calc(43% + 15px);
    bottom: 0;
    transform: translateY(-25%);
}

@media (min-width: 1200px) {
    .tipitem.tiprequest {
        right: calc(35% + 15px);
        bottom: 0;
        transform: translateY(-25%);
    }
}

.tipitem.tiprequest:before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -15px;
}

.tipitem.tipzoom:before {
    left: 50%;
    top: 100%;
    margin-left: -15px;
}

.konfigurator[data-helpstate="helppanel"] .tipitem.tippanel {
    display: block;
}

.konfigurator[data-helpstate="helppanel"] .zoombuttons,
.konfigurator[data-helpstate="helppanel"] canvas,
.konfigurator[data-helpstate="helppanel"] .konfigurationoverview,
.konfigurator[data-helpstate="helpmove"] .zoombuttons,
.konfigurator[data-helpstate="helpmove"] .startkonfigbuttons,
.konfigurator[data-helpstate="helpmove"] .konfigurationoverview,
.konfigurator[data-helpstate="helpzoom"] .konfigurationoverview,
.konfigurator[data-helpstate="helpzoom"] .startkonfigbuttons,
.konfigurator[data-helpstate="helpzoom"] canvas,
.konfigurator[data-helpstate="helprequest"] .zoombuttons,
.konfigurator[data-helpstate="helprequest"] .startkonfigbuttons,
.konfigurator[data-helpstate="helprequest"] canvas {
    opacity: .3 !important
}

.konfigurator[data-helpstate="helpmove"] .tipitem.tipmove {
    display: block;
}

.konfigurator[data-helpstate="helpzoom"] .tipitem.tipzoom {
    display: block;
}

.konfigurator[data-helpstate="helprequest"] .tipitem.tiprequest {
    display: block;
}

.konfigurator[data-helpstate="helpmove"] .konfigurator2 {
    outline: 3px solid #002241 !important
}

.konfigurator[data-helpstate="helppanel"] .konfigurator2 .btn-konfig {
    outline: 3px solid #002241 !important
}

.konfigurator[data-helpstate="helpzoom"] .konfigurator2 .zoombtn {
    outline: 3px solid #002241 !important
}

.konfigurator[data-helpstate="helprequest"] .konfigurationoverview {
    outline: 3px solid #002241 !important
}

/*
.konfigurator.anfrageactive .konfiguration {
    transform: translateY(-50%) !important
}*/

body.navaffix.konfiguratoractive #headfield {
    transform: translateY(-100%)
}

/*
                    body.navaffix.konfiguratoractive header,
                    body.navaffix.konfiguratoractive .icon-menu {
                        opacity: .3
            1        }
*/
.konfigurator2 .konfigpanel .inneraccordion .card-header {
    padding-right: 45px;
}

.konfigurator2 .konfigpanel .inneraccordion .card-header:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    transition: transform ease .25s;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #454545;
    border-right: 1px solid #454545;
    transform-origin: center
}

.konfigurator2 .konfigpanel .inneraccordion .card-header[aria-expanded=true]:after {
    transform: translateY(-50%) rotate(225deg)
}


.mainhelp {
    position: absolute;
    top: 50px;
    right: 50px;
    border-radius: 50%;
    margin-bottom: 0px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    transition: all ease .3s;
    width: 70px;
    height: 70px;
    line-height: 50px;
    border: 1px solid #ddd;
}

@media (min-height: 800px) {
    .mainhelp {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 50px;
        left: 50px;
    }

}

.panelcontent {
    overflow: auto;
}

a.openHelp {
    color: #999;
    display: block;
    height: 70px;
    line-height: 82px;
}

@media (min-width: 1200px) {
    .zoombuttons {
        bottom: 50px !important;
        top: auto !important;
        left: calc(50% - 85px) !important;
        transform: translateY(0%) !important;
        width: 170px !important;
    }

    .zoombuttons .zoombtn {
        margin-bottom: 0 !important;
        height: 70px;
        width: 70px;
        line-height: 80px;
    }
}


/** KONFIGURATIONS ANZEIGE **/

.overviewpanel {
    position: absolute;
    width: auto;
    right: 30px;
    top: 30px;
    bottom: 30px;
    /* background-color: #fff;
   box-shadow: 0 0 5px rgba(0, 0, 0, .15);
   border: 1px solid #ddd;*/
    opacity: 0;
    width: 350px;
    display: flex;
    overflow: auto;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .15));
    flex-direction: column
}

.konfigurator.activated .overviewpanel {
    opacity: .75;
}

.konfigurationoverview {
    text-align: left;
    margin-top: auto;
    position: relative;
    background-color: #fff;
    box-shadow: 20px 15px 35px rgba(0, 34, 65, .08);
    padding: 15px;
    border: 1px solid #ddd;
    pointer-events: all;
    width:100%;
}

/*
.konfiguration {
    position: relative;
    z-index: 3;
    pointer-events: none;
    display: none;
    transition: transform ease .3s, opacity ease .3s;
    transform-origin: bottom right;
	margin-bottom:150px;
}

.konfigurator.activated .konfiguration {
    display: flex
}

@media (min-width: 992px) {
    .konfiguration {
        margin-left: auto;
        margin-right: 3%;
        margin-top: -100px;
        z-index: 10;
        transform: translateY(-100%);
    }
}


.konfigurator.activated .konfiguration {
    opacity: .95
}

.konfiguration p.h5 {
    font-size: 22px
}

.konfiguration p {
}

.konfigurator.panelactive .konfiguration {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.konfiguration .btn {
}

.konfiguration:hover,
.konfiguration:focus {
    opacity: .95 !important;
}
*/
.konfigurator .configChoiceBtn a {
    pointer-events: none !important
}

@media(pointer: coarse) {
    .renderCanvas { pointer-events: none}
}
.cameraControl { display: none}
.cameraControl {
    display:none;
    padding: 15px;
    font-weight: bold;
    background-color: #002241;
    width: 100%;
    color: #fff;
}

a.changeCamAngle, a.changeCamAngle i {
    color: #fff;
}

a.changeCamAngle.active, a.changeCamAngle.active i {
    color: #ff6f61
}
@media (max-width: 991px) {

    .cameraControl { display: block;}
    .renderCanvas { pointer-events: none}

    .konfigurator .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .overviewpanel { position: relative; left: auto; top: auto; right: auto; bottom: auto; width:100%; flex-direction: column}
    .konfigpanel {
        position: fixed;
        bottom: 0px;
        left: 15px;
        top: auto;
        right: 15px;
        opacity: 0;
        width: auto;
    }

    .startkonfigbuttons {
        display: none
    }

    .konfigurator.activated .overviewpanel,
    .konfigurator2.panelactive .konfigpanel,
    .konfigurator2.panelactive .konfigpanel:hover, .konfigurator2.panelactive .konfigpanel:focus {
        opacity: 1
    }

    .closekonfigpanel {
        left: 30px
    }

    .konfigurator2.panelactive .konfigpanel {
        top: 50vH;
    }

    .konfigurator2.panelactive .overviewpanel,
    .konfigurator2.panelactive .konfigpanel {
        bottom: 0
    }

    .konfiguration .open-konfig {
        opacity: 1 !important
    }

    .startkonfigbuttons {
        position: fixed;
        bottom: 0px;
        left: 0px;
        top: auto;
        right: 0;
        opacity: 1;
    }

    .btn-konfig {
        margin-bottom: 0 !important;
        border-bottom: 1px solid #aaa !important
    }

    .mobileButtonImg {
        width: 30px;
        aspect-ratio: 1
    }

    .overviewpanel p.small {
        font-size: 100% !important
    }

    /*
        .panelcontent .col-3 {
            -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
            max-width:20% !Important
        }*/
}