body {
    /* display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%; */

    width: 100dvw;

}

.bgimg {
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

#brandlogo {
    position: fixed;
    z-index: 99;
    height: 440px;
    width: 278px;
    display: block;
}

.headcontainer {
    background-size: cover; /* Ensure the background covers the entire .headcontainer */
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-height: 100vh;
    /* padding-left: 40px; */
    width: 100dvw;
    flex: 1;



    /* justify-content: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-start;  */
}

.alogo
{
    height: 500px;
    object-fit: scale-down;  
}

.headtitle {
    margin-top: 50px;
    max-width: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headtitle h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    line-height: 50px;
    
    color: black;
}

.subtitle {
    font-family: 'Montserrat', sans-serif;
    /* max-width: 400px; */
    width: 500PX;
    font-size: 25px;
    line-height: 32px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
}



.container-scan {
    display: inline-block;
    min-height: 100vh;
    width: 100vw;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.center-div {
    margin: 0 auto;
    margin-top: 200px;
    max-width: 60%;
    background-color: #ccc;
    border-radius: 3px;
    padding: 48px;
    position: relative;
    background-image: url("../images/bg-triangle3.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    
}



.scantitle {
    color: white;
    font-size: 25px;
}

.scansub {
    color: white;
}

.container-quest {
    display: inline-block;
    min-height: 100vh;
    width: 100vw;
    padding-left: 25%;
    padding-right: 25%;
}

#pgline {
    margin-top: 90px;
    margin-bottom: 20px;
    width: 400px;
    height: 15px;
}

#bckdiv {
    margin-top: 10px;
    margin-bottom: 50px;
}

#back-button {
    margin-inline: 15px;
    width: 200px;
    height: 60px;
    margin: 0;
    background-color: #0000;
    border-radius: 12px;
    border-color: #b5b5b5;
}

#back-button:hover,
#back-button:active,
#back-button:focus {
    margin-inline: 15px;
    margin: 0;
    background-color: #ffd0d0;
    border-radius: 12px;
    border-color: #666666;
    outline: #e3e3e3;
}

#back-button svg {
    margin-top: 3px;
    width: 23px;
    height: 20px;
    color: #4d83b5;
    float: left;
    display: inline;
}





.holder-vt {
    display: flex;
    width: 100%;
}

.box-intro {

    margin: 0px 40px 40px 0px;

}








.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
    color: #4d83b5;
}

.tooltip .tooltiptext {

    visibility: hidden;
    width: 400px;
    background-color: #4d83b5;
    color: #fff;
    font-weight: 100;
    text-align: center;
    border-style: solid;
    border-color: #f0f0f0;
    border-width: 2px;
    border-radius: 6px;
    padding: 7px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -100px;
    margin-top: -10px;
    transform: translateX(-50%);
    /* Center the tooltip horizontally */
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    z-index: 99;
}

.vraagimg {
    height: 250px;
    object-fit: scale-down;
}

table, th, td {
    border: 1px solid rgb(92, 92, 92);
    border-collapse: collapse;
  }
  
  #tableContainer {
    max-height: 300px; /* Adjust the max height as needed */
    overflow-y: auto;
  }







.buttonholder {
    margin-top: 2%;
    display: flex;
    text-align: left;
    justify-content: left;
}


#ja-button {
    margin-inline: 15px;
    width: 145px;
    height: 85px;
    background-color: #0000;
    border-radius: 12px;
    border-color: #76c757;
}

#ja-button:hover,
#ja-button:active,
#ja-button:focus {
    margin-inline: 15px;
    width: 145px;
    height: 85px;
    background-color: #deffdf;
    border-radius: 12px;
    border-color: #b9ff91;
    color: #534281;
    outline: #534281;
}

#ja-button svg {
    width: 25px;
    height: 25px;
    color: #31aa4f;
}

#nee-button {
    margin-inline: 15px;
    width: 145px;
    height: 85px;
    background-color: #0000;
    border-radius: 12px;
    border-color: #ff9191;
}

#nee-button:hover,
#nee-button:active,
#nee-button:focus {
    margin-inline: 15px;
    width: 145px;
    height: 85px;
    background-color: #ffd0d0;
    border-radius: 12px;
    border-color: #ff9191;
    color: #534281;
    outline: #534281;
}

#nee-button svg {
    width: 25px;
    height: 25px;
    color: #ff4545;
}

#loader {
    position: relative;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-top: 50px;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #c0c0c0;
    border-radius: 50%;
    border-top: 16px solid #4d83b5;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
    text-align: center;
  }

  .disclaimer {
    margin-left: 25%;
    max-width: 800px;
    width: 100%;
    margin-left: 60;
  }
  
  .disclaimer a {
   color: #4d83b5;
  }

  .disc {
    font-size:11px;
    color:#747474;
  }

  @media (max-width: 768px) {

    .bgimg {
        min-height: 100%;
        background-position: center;
        background-size: cover;
    }
    
    #brandlogo {
        position: absolute;
        z-index: 99;
        height: 440px;
        /* width: 228px; */
        display: block;
    }

    .alogo
    {
        height: 70dvw;
    }

    /* .headcontainer {
        background-image: url('path/to/your/svg-background-image.svg');
        background-size: cover; 
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        display: inline-block;
        min-height: 100vh;
        width: 100dvw;
        flex: 1;
 
    }
 */

/* .headtitle {
    margin-top: 40%;
    margin-left: 0px; 
    max-width: 100%;
    position: relative;
    z-index: 99;
} */


.headtitle {
    margin-top: 200px;
    max-width: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subtitle {
    font-family: 'Montserrat', sans-serif;
    /* max-width: 400px; */
    width: 85dvw;
    font-size: 25px;
    line-height: 32px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.headtitle h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    line-height: 50px;
    max-width: 60%;

    color: black;
}

.container-scan {
    display: inline-block;
    min-height: 100vh;
    width: 100vw;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.center-div {
    margin: 0 auto;
    margin-top: 200px;
    max-width: 85dvw;
    background-color: #ccc;
    border-radius: 3px;
    padding: 48px;
    position: relative;
    background-image: url("../images/bg-triangle3.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    
}

.container-quest {
    display: inline-block;
    min-height: 100vh;
    width: 100vw;
    padding-left: 10%;
    padding-right: 10%;
}

.disclaimer {
    margin-left: 10%;
    max-width: 80dvw;
    width: 80dvw;
    margin-left: 60;
  }
  
  .disclaimer a {
   color: #4d83b5;
  }

  .disc {
    font-size:11px;
    color:#747474;
  }
  }
  