html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.Qpage { 
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
    font-size: 0.9vw;
    height: 0.7vh;
    }

.Qvariable {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
    font-size: 0.8vw;
}

.CToWUd { 
    width:30px!important;
    height:30px!important;
    border-radius:4px;
    max-width:100%;
    margin-right:12px;
    margin-bottom:4px;
    display:inline-block;
   
}

.CpGordijnen { 
    width:30px!important;
    height:30px!important;
    border-radius:4px;
    max-width:100%;
    margin-right:12px;
    margin-bottom:4px;
    display:inline-block;
   
}

.CpVloer { 
    width:60px!important;
    height:64px!important;
    border-radius:10px;
    max-width:100%;
    margin-right:1px;
    display:inline-block; 
    padding-bottom:4px;
}

.swpanel { 
    background-color:blue;
}

#hidemenu { 
    position:absolute;
    left:30vw;
    top: 10vh; 
    z-index:9999;
    background-color:blue;
}
#showmenu { 
    position:absolute;
    left:2vw;
    top: 10vh; 
    z-index:9999;
     background-color:blue;
;}


.switchpanel { 
    position:absolute;
    left:85vw;
    top:10px;
    width:14vw;
    height:50vh;
    background-color:#ccc;
    opacity:0.7;
    padding:10px;
    }

@media only screen and (max-width: 1080px){
.switchpanel { 
    position:absolute;
    left:85vw;
    top:10px;
    width:15vw;
    height:82vh;
    background-color:#ccc;
    opacity:0.7;
    padding:4px;
    font-size:small;
    }

.classHPL { 
    width:20px!important;
    height:20px!important;
    border-radius:3px;
    padding-bottom:1px;
    }
    
.Qpage { 
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.2vw;
    }

.Qvariable {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.2vw;
}


}

@media only screen and (min-width: 1080px){
.classHPL { 
    width:35px!important;
    height:44px!important;
    border-radius:0px;
    padding-bottom:4px;
}
}

.BL { 
    font-size:16px;
    font-family: "Montserrat", sans-serif;
    letter-spacing:0.1rem;
}

.BL1 { 
  /*  min-width:350px; */
    background-color:#eeeeee;
    padding:10px;
}

.BL2 { 
   /* min-width:14vw; */
    background-color:lightblue;
    color:darkblue;
    padding:7px;  
    font-size:16px;
    font-family: "Montserrat", sans-serif;
}

.BLT1{
    background-color:blue;
    color:#fff;
    border-radius:20px;
    padding: 5px;
    padding-left:20px;
    margin:2px;
}


.BLT2{
    background-color:#ff8c43;
    border-radius:20px;
    padding: 5px;
    padding-left:20px;
    margin:2px;
}

.BLT3{
    font-size:13px;
    background-color:#ff8c43;
    border-radius:10px;
    padding: 3px;
    padding-left:10px;
    margin:2px;
}

#renderCanvas {
    width: 100vw;
    height: 100%;
    touch-action: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}


#_voortentopendicht {   position:absolute;     left:30%;     top:10px;}
#_hefdakopendicht {     position:absolute;     left:40%;     top:10px;}
#showachterkant {      position:absolute;     left:80%;     top:10px;}
#showlinks {           position:absolute;     left:50%;     top:10px;}
#showroof {            position:absolute;     left:70%;     top:10px;}
#showrechts {          position:absolute;     left:60%;     top:10px;}

#navbarNav { 
    display: none !important;
}

#qmaze-navigation-container {
    display: block !important;
}

.qmaze-navigation-previous, .qmaze-navigation-next {
    display: none !important;
}

.card-qmaze {
   
}


.qmaze-variable {
    box-shadow: none !important;
    background-color: #ddd !important;
    color: #253365;
    font-family: "DIN Next LT W01 UltraLight";
    border-top: solid 1px #253365;
    font-weight: bold;
}

.qmaze-variable:hover {
    background-color: #ffffff !important;
}

.belineaqmaze-variable {
    box-shadow: none !important;
    background-color: #2B2B2B !important;
    color: #957B5F;
    font-family: "DIN Next LT W01 UltraLight";
    border-top: solid 2px #957B5F;
}

.open-variable {
    font-family: "DIN Next LT W01 UltraLight";
}

.variableObject {
    padding-left: 10px;
}


.belineaqmaze-variable:hover {
    background-color: #201A14 !important;
}

.qmaze-list-chosen-value {
    display: none;
}

.qmaze-list-picker {
    padding-left: 0;
}

.qmaze-form-group {
    margin-left: 0;
}

#price-container {
    display: none;
}

.toggle-btn {
    position: absolute;
    left: 47%;
    bottom: 5px;
}
