.dg ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both
}

.dg.ac {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 0
}

.dg:not(.ac) .main {
    overflow: hidden
}

.dg.main {
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear
   
}

.dg.main.taller-than-window {
    overflow-y: auto
}

.dg.main.taller-than-window .close-button {
    opacity: 1;
    margin-top: -1px;
    border-top: 1px solid #2c2c2c
}

.dg.main ul.closed .close-button {
    opacity: 1 !important
}

.dg.main:hover .close-button,
.dg.main .close-button.drag {
    opacity: 1
}

.dg.main .close-button {
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    border: 0;
    line-height: 19px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    background-color: #000
}

.dg.main .close-button.close-top {
    position: relative
}

.dg.main .close-button.close-bottom {
    position: absolute
}

.dg.main .close-button:hover {
    background-color: #111
}

.dg.a {
    float: right;
    margin-right: 30px !important;
    overflow-y: visible
}

.dg.a.has-save>ul.close-top {
    margin-top: 0
}

.dg.a.has-save>ul.close-bottom {
    margin-top: 27px
}

.dg.a.has-save>ul.closed {
    margin-top: 0
}

.dg.a .save-row {
    top: 0;
    z-index: 1002
}

.dg.a .save-row.close-top {
    position: relative
}

.dg.a .save-row.close-bottom {
    position: fixed
}

.dg li {
    -webkit-transition: height .1s ease-out;
    -o-transition: height .1s ease-out;
    -moz-transition: height .1s ease-out;
    transition: height .1s ease-out;
    -webkit-transition: overflow .1s linear;
    -o-transition: overflow .1s linear;
    -moz-transition: overflow .1s linear;
    transition: overflow .1s linear
}
/*
.dg li:not(.folder) {
    cursor: auto;
    height: 27px;
    line-height: 27px;
    padding: 0 4px 0 5px
} */

.dg li.folder {
    padding: 0;
    border-left: 4px solid transparent
}

.dg li.title {
    cursor: pointer;
    margin-left: -4px
}

.dg .closed li:not(.title),
.dg .closed ul li,
.dg .closed ul li>* {
    height: 0;
    overflow: hidden;
    border: 0
}

/*.dg .cr {
    clear: both;
    padding-left: 3px;
    height: 27px;
    overflow: hidden
} */

.dg .property-name {
    cursor: default;
    float: left;
    clear: left;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis 
}

.dg .c {
    float: left;
    width: 60%;
    position: relative
}

.dg .c input[type=text] {
    border: 0;
    margin-top: 4px;
    padding: 3px;
    width: 100%;
    float: right
}

.dg .has-slider input[type=text] {
    width: 30%;
    margin-left: 0
}

.dg .slider {
    float: left;
    width: 66%;
    margin-left: -5px;
    margin-right: 0;
    height: 19px;
    margin-top: 4px
}

.dg .slider-fg {
    height: 100%
}

.dg .c input[type=checkbox] {
    margin-top: 7px
}

.dg .c select {
    margin-top: 5px
}

.dg .cr.function,
.dg .cr.function .property-name,
.dg .cr.function *,
.dg .cr.boolean,
.dg .cr.boolean * {
    cursor: pointer
}

.dg .cr.color {
    overflow: visible
}

.dg .selector {
    display: none;
    position: absolute;
    margin-left: -9px;
    margin-top: 23px;
    z-index: 10
}

.dg .c:hover .selector,
.dg .selector.drag {
    display: block
}

.dg li.save-row {
    padding: 0
}

.dg li.save-row .button {
    display: inline-block;
    padding: 0px 6px
}

.dg.dialogue {
    background-color: #222;
    width: 460px;
    padding: 15px;
    font-size: 13px;
    line-height: 15px
}

#dg-new-constructor {
    padding: 10px;
    color: #222;
    font-family: Monaco, monospace;
    font-size: 10px;
    border: 0;
    resize: none;
    box-shadow: inset 1px 1px 1px #888;
    word-wrap: break-word;
    margin: 12px 0;
    display: block;
    width: 440px;
    overflow-y: scroll;
    height: 100px;
    position: relative
}

#dg-local-explain {
    display: none;
    font-size: 11px;
    line-height: 17px;
    border-radius: 3px;
    background-color: #333;
    padding: 8px;
    margin-top: 10px
}

#dg-local-explain code {
    font-size: 10px
}
/*
#dat-gui-save-locally {
    display: none
}
*/
.dg {
    color: #eee;
    font: 11px 'Lucida Grande', sans-serif;
    text-shadow: 0 -1px 0 #111;
    display: none;
}

.dg.main::-webkit-scrollbar {
    width: 5px;
    background: #1a1a1a
}

.dg.main::-webkit-scrollbar-corner {
    height: 0;
    display: none
}

.dg.main::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #676767
}

/*.dg li:not(.folder) {
    background: #1a1a1a;
    border-bottom: 1px solid #2c2c2c
} */

.dg li.save-row {
    line-height: 25px;
    background: #dad5cb;
    border: 0
}

.dg li.save-row select {
    margin-left: 5px;
    width: 108px
}

.dg li.save-row .button {
    margin-left: 5px;
    margin-top: 1px;
    border-radius: 2px;
    font-size: 9px;
    line-height: 7px;
    padding: 4px 4px 5px 4px;
    background: #c5bdad;
    color: #fff;
    text-shadow: 0 1px 0 #b0a58f;
    box-shadow: 0 -1px 0 #b0a58f;
    cursor: pointer
}

.dg li.save-row .button.gears {
    background: #c5bdad url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQJJREFUeNpiYKAU/P//PwGIC/ApCABiBSAW+I8AClAcgKxQ4T9hoMAEUrxx2QSGN6+egDX+/vWT4e7N82AMYoPAx/evwWoYoSYbACX2s7KxCxzcsezDh3evFoDEBYTEEqycggWAzA9AuUSQQgeYPa9fPv6/YWm/Acx5IPb7ty/fw+QZblw67vDs8R0YHyQhgObx+yAJkBqmG5dPPDh1aPOGR/eugW0G4vlIoTIfyFcA+QekhhHJhPdQxbiAIguMBTQZrPD7108M6roWYDFQiIAAv6Aow/1bFwXgis+f2LUAynwoIaNcz8XNx3Dl7MEJUDGQpx9gtQ8YCueB+D26OECAAQDadt7e46D42QAAAABJRU5ErkJggg==) 2px 1px no-repeat;
    height: 7px;
    width: 8px
}

.dg li.save-row .button:hover {
    background-color: #bab19e;
    box-shadow: 0 -1px 0 #b0a58f
}

.dg li.folder {
    border-bottom: 0
}

.dg li.title {
    padding-left: 16px;
    background: #000 url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.dg .closed li.title {
    background-image: url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlGIWqMCbWAEAOw==)
}

/* .dg .cr.boolean {
    border-left: 3px solid #806787
} */

.dg .cr.color {
    border-left: 3px solid
}

.dg .cr.function {
    border-left: 3px solid #e61d5f
}

.dg .cr.number {
    border-left: 3px solid #2FA1D6
}

.dg .cr.number input[type=text] {
    color: #2FA1D6
}

.dg .cr.string {
    border-left: 3px solid #1ed36f
}

.dg .cr.string input[type=text] {
    color: #1ed36f
}

.dg .cr.function:hover,
.dg .cr.boolean:hover {
    background: #111
}

.dg .c input[type=text] {
    background: #303030;
    outline: none
}

.dg .c input[type=text]:hover {
    background: #3c3c3c
}

.dg .c input[type=text]:focus {
    background: #494949;
    color: #fff
}

.dg .c .slider {
    background: #303030;
    cursor: ew-resize
}

.dg .c .slider-fg {
    background: #2FA1D6;
    max-width: 100%
}

.dg .c .slider:hover {
    background: #3c3c3c
}

.dg .c .slider:hover .slider-fg {
    background: #44abda
}



/*  STYLES FROM WILO P3D    */
 @font-face{
     font-family: 'WiloPlusFMBol';
     src: url('../assets/fonts/WILOPlusFMBol.woff');
 }

body {
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: "WiloPlusFMBol";
/*
    padding-top: 400px;
    padding-bottom: 2000px;
*/

}
/*.img--360 {
    width: auto;
    max-height: 400px;
    margin: 0 auto;
}
.target3d {
    border: 1px solid #000000 !important;
} */
#parentDiv {
    /*
    border: 0px solid #FF0000;
    left: 200px;
    top: 200px;
    */
    border: 0px solid #00000080;
    /*width: 640px;
    height: 480px; */
    position: relative;
    margin: auto;
    margin-top: 200px;

}
#wrapper3d {
    border:0px solid #00FF00;
}
/*#wrapper3d img {
   display: none;
} */
/*.informationArea__txtImg {
    width: 640px;
    height: 480px;
}*/



.img--360 {
    width: auto;
    max-height: 400px;
    margin: 0 auto;
}
#wrapper3d {
    float: left;
}
/*#wrapper3d img {
    display: none;
}*/
body {
    overflow-x: hidden;
}
body.fullscreen3d {
    overflow-y: hidden;
}  
*:focus, * {
    outline: none !important;
}
#bookmarkable3d {
    display: none;
} 
.p3d.fullscreen3d .tab-wrapper {
    transition: all 3s ease;
    position: relative;
    z-index: 1 !important;
    z-index: 10000 !important;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
} /*
.target3d {
    padding: 0px !important;
    margin: 0px !important;
    min-height: 350px;
    transition: all 1.5s ease !important;
    border: 1px solid #000000;
    display: inline-block !important;
    position: absolute !important;
    overflow: hidden !important;
    z-index: 200 !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px !important;
}  */
.p3d .target3d.fullscreen3d {
    transition: all 3s ease;
    transform: translate(0px, 0px);
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    display: inline-block !important;
    /* position: fixed !important; */
    overflow: hidden !important;
    border: 1px solid #000000CC !important;
}

.page-module .text-headline, .page-module h2 {
    margin: 0 0 10px 0;
    font-family: WILOPlusFMBold;
    font-size: 20px;
    color: #363640;
}

#debugOutput {
    position: fixed;
    left: 32px;
    top: 32px;
    min-width: 1em;
    font-size: 12px;
    line-height:  12px;
    border: 0px solid #000000;
    z-index: 100000;
    background-color: #FFFFFF88;
    max-width: 800px;
    pointer-events: none;
    display: none;
}
.dg {
  /*  display: none;*/
    z-index: 10000 !important;
} 

#conainer3d {
    width: 640px;
    height: 480px;
    max-width: 640px;
    max-height: 480px;
    border: 0px solid #AAAAAA;
    background-color: #FFFFFF;
    display: inline-block;
    position: relative;
}

#bg3d {
    opacity:0;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    /* background-size:  100% 100%; */
    background-position: 100% 0%;
    overflow: hidden;
}
.fullscreen3d #bg3d  {
    transition: all 1s ease;
    opacity:1;
}

.target3d canvas {
    position : absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.slides-menu-wrapper {
    opacity: 0;
    position: fixed;
    display: flex;
    z-index: 10100;
 /*   width: 100%;  */
    background-color: #FFFFFF00;
    border: 0px solid #00000033;
    min-height: 32px;
    top: 98vh;
    right: 10px;
    transform: translate(0px, -100%);
    font-size: 24px;
    transition: all 1s ease-in-out;
}

.fullscreen3d .slides-menu-wrapper {
    transition: all 1s ease-in-out;
    opacity: 1;
} 
.slides-menu-wrapper > * {
  /* flex: 1 1 0;  */
   

    margin: 2px;
 /*   background-color: rgba(190, 223, 212, 0.3);  */
/*  border: 1px solid #bedfd490;    */
    line-height: 32px;
    max-height: 75px;
    transition: all 1s ease-in-out;
    color: #00000000;
    cursor: pointer;
 /*   text-align: center;  */
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    vertical-align: center;
}

.slides-menu-wrapper > *.active {
   /* flex: 3 0 0 !important;  */
    background-color: #00000066;
    border: 0px solid #bedfd490;
    /* background-color: #bedfd490; */
 /*   color: #FFF;
    transition: all 1s ease-in-out;

}
.slides-menu-wrapper > *:hover {
    flex: 3 0 0 !important;
    background-color: #bedfd455;
    color: #FFF;
    transition: all 1s ease-in-out;
}

.blur {
    width:100%;
    height:100%;
    background-size:cover;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
}


#p3d-state-menu {
    position: absolute !important;
    opacity:  1 !important;
    top: auto;
    bottom: 0px !important;
    /* left: 0px !important; */
  /*  right: 0px !important;
    width: 100%;
    max-width: 300px;
    transform: translate(0px, 0px) !important;
    background-color: #00000080;
    padding: 2px;
} */ /*
.fullscreen3d #p3d-state-menu{
    max-width: 500px;
}
#p3d-state-menu > *:hover {
    /* background-color: #00000066; 
}
#p3d-state-menu > *:active {
    border-color: #bedfd490 !important;
    background-color: #00000066;
}
.flex-btn {
    transition: all 1s ease-in-out;
    height: 32px;
}
.flex-btn .label {
    transform: translate(0px, 0px);
    transition: all .3s ease-in-out;
}
.flex-btn:hover .label {
    transform: translate(0px, -50%);
    transition: all .3s ease-in-out;*/
    /* line-height: 28px; */
}
.flex-btn .label .on,
.flex-btn .label .off {
    display: block;
    opacity: 1;
    color: #FFFFFFFF;
}

.flex-btn:not(.active) .label .on,
.flex-btn.active .label .off {
    display: none;
    opacity: 0;
}

#btn-info {
    display: none;
}
.fullscreen3d #btn-info {
    display: block;
}



/*   BTN STYLES   */

.btnDefault{
    float: right;
    width: 75px;
    height: 75px;
}
.infoBtnDefault{
    float: left;
    width: 75px;
    height: 75px;

}

.ctrlInfo{
    width: 63px;
    height: 63px;
    margin-top: 4px; 
   
}



.TestBtnBg1{
    background-image: url(assets/Wilo_Buttons_info.png);
    width: 62px;
    height: 62px;
    padding: 6px;
    background-size: contain;
    z-index: 30000 !important;
    opacity: 1;
}

.TestBtnBg2{
    background-image: url(assets/Wilo_Buttons_Expand.png);
    height: 75px;
    background-size: contain;
    
    
}
.TestBtnBg2:active{
    background-image: url(assets/Wilo_Buttons_Close.png);
    height: 75px;
    background-size: contain;
    
}

.btnClose{
    background-image: url(assets/Wilo_Buttons_Close.png);
    height: 75px;
    background-size: contain;

}
button {

    padding: 2px;
    background-color: #DD000000;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.Testin{
    width: 80px;
    height: 25px;
    background-color: #009c82;

}

#Hide_Expand {
    display: none;
}

#Hide_Info {
    display: none;
}

.flex-btn{
    margin-bottom: 60px;
}

.InfoBox{
    display: inline-block;
    height: 40px;
    width: auto;
    position: absolute;
     background-color: #009c82;
    z-index: 1;
}
.OverviewBox{
    display: inline-block;
    height: auto;
    width: 500px;
    position: absolute;
    z-index: 1;
    background-color:white;
    padding: 5px;
}

.InfoTxt{
    color: white;
    font-family: "WiloPlusFMBol";
    font-size: 20px;
    padding: 15px;
    text-align: center;
     background-color: #009c82;
    vertical-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.HeadingTxt{
    color:  #009c82;
    font-family: "WiloPlusFMBol";
    font-size: 40px;
    padding: 15px;
    text-align: center;
    
    vertical-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.PTxt{
    padding: 15px;
    text-align: left;
    margin-left:30px;
    vertical-align: center;

   
}
#Information{
    display:none;
}
#InformationLandscape{
    display:none;
}
#InformationMobile{
    display:none;
}
.Chart{
    width: 500px;
    height: 200px;
    object-fit: contain;
}
/*DESKTOP*/

@media (min-width: 1281px) {
  
    .Shift1{
       top:70vh; left: 50%;
    }
   .Shift2{
       top: 20vh; left: 15%;
    }
   .Shift3{
      top: 20vh;right: 15%;
    }   
  
}


/*iPad Portrait*/
@media (min-width: 768px) and (max-width: 1024px) {
  
   .Shift1{
       top:80vh; left: 30%;
    }
   .Shift2{
       top: 25vh; left: 1%;
    }
   .Shift3{
      top: 10vh;right: 1%;
    }

    .OverviewBox{
        width: 350px;
    }
    .Chart{
        width: 300px;
        height: 200px;
        margin-left: 15px;

    }
    .HeadingTxt{
       
        padding: 15px;
        text-align: left;
        
        vertical-align: center;
        white-space: nowrap;
        overflow: hidden;
    }
    .PTxt{
        padding: 15px;
        text-align: left;
        margin-left:5px;
        vertical-align: center;

    
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
   .Shift1{
        top:80vh; left: 50%;
    }
   .Shift2{
       top: 5vh; left: 1%;
    }
   .Shift3{
     top: 20vh;right: 5%;
    }
  
    .OverviewBox{
        width: 350px;
    }
    .Chart{
        width: 300px;
        height: 200px;
       margin-left: 15px;

    }
    .HeadingTxt{
       
        padding: 15px;
        text-align: left;
        
        vertical-align: center;
        white-space: nowrap;
        overflow: hidden;
    }
    .PTxt{
        padding: 15px;
        text-align: left;
        margin-left:5px;
        vertical-align: center;

    
    }
}