html,
body {
    margin: 0;
    padding: 0;
    /* max-width: calc(100% - 3px); */
    max-height: 100vh;
    overflow: hidden;
}

button#ganaardashboard {
    background: #fdba42;
    filter: drop-shadow(0px 5px 1.5px rgba(0, 0, 0, 0.16));
}

main {
    max-width: 100vw;
    /* calc(100vw - 15px); */
    padding: 0 !important;
    margin: 0 !important;
    /* min-height: 100vh;
    max-height: 100vh;
    overflow: hidden; */

}

.mobile-footer {
    display: none;
}
.checklist-wrapper {
    background-size: cover !important;
    background-image: url('../images/1st-Background.jpg');
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    margin: 0;
    height: 100vh;
    max-width: 100vw;
    transition: background-image 0.6s ease-in-out;
}

#stappenplanWrapper .huis-wrapper .house-cls {
    position: relative;
    z-index: 998;
    top: -40px;
    left: -12px;
}

#stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
    position: absolute;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    border: 1px;
    border-radius: 50%;
    transform: rotate(0deg);
    transition: transform 0.5s linear;
    display: inline-block;
    vertical-align: middle;
    left: 18%;
    top: 41%;
}

#stappenplanWrapper .huis-wrapper .sun-cls {
    position: absolute;
    left: -45%;
    top: 0;
    z-index: 1;
    transform: rotate(0deg);
    transition: transform 1s ease-in-out;
}




.vraag-wrapper img,
.vraag-wrapper {
    position: relative;
    z-index: 10;
}

.vraag-wrapper h3 {
    color: #FBFBFB;
    margin-bottom: 30px;

}


.vorige-vraag {
    text-decoration: underline;
    color: #FBFBFB;
    margin-right: 15%;
}

.checklist-row {
    min-height: 100%;
}

.checklist-start-row {
    min-height: 85%;
}

.vraag-col {}

#help-wrapper svg {
    width: 30px;
    height: 30px;
}

#help-wrapper {
    right: 6%;
    top: 22%;
    position: absolute;
    z-index: 999999999;
    background-color: #FFFFFF;
    border-radius: 50%;
}

#wolk-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: url('../Stappenplan/Desktop/img/wolken-cropped.png');
    background-size: 108vw auto;
}

/* #wolk-wrapper-background {
    position: absolute;
    bottom: 0;
    z-index: -1;
} */
#wolk-wrapper img,
#wolk-wrapper-background img {
    width: 108vw;
}

/* .dark-overlay {
    position: absolute !important;
    background: rgb(65 65 65 / 80%);
    ;
    border-radius: 30px;
    z-index: 999;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
} */
/* .dark-overlay {
    position: absolute !important;
    background: rgba(65, 65, 65, 0.74);
    border-radius: 30px;
    z-index: 999;
    padding: 4%;
    margin: 2%;
    height: 75%;
    width: 95%;
    top: 13%;
    margin: 0 auto;
    left: 0;
    right: 0;
    
} */
.dark-overlay {
    position: absolute !important;
    background: rgba(55,55,55,.8);
    border-radius: 30px;
    z-index: 999;
    padding: 4%;
    margin: 2%;
    top: 10%;
    margin: 0 auto;
    left: 8%;
    right: 8%;
    bottom: 8%;
	animation:	animateIn .25s forwards;
}

.hide-in-strapplan {
    display: none;
}


.dark-overlay p,
.dark-overlay h3 {
    color: var(--white);
}

.start-content {
    padding-left: 16%;
    max-width: 82%;
}

.jip {
    margin-left: -8%;
    margin-top: 4%;
}

.progress {
    opacity: 0.8;
}

.progress-bar {
    background-color: #ABE6C8;
    border-radius: 10px;
}

#progress-bar-wrapper {
    position: absolute;
    width: 100%;
}

.question button {
    margin: .5rem;
}

/* custom css */
/* .custom-wrap {
    margin-top: -80px;
} */

.custom-wrap img.custom-img {
    margin-top: 0;
}

img.hover-img {
    opacity: 0;
    width: 152px !important;
    margin-left: -186px;
    margin-top: 8px;
}

.custom-main-box:hover img.hover-img {
    opacity: 1;
}

.dark-overlay-image {
    position: relative;
}

.dark-custom-img {
    width: 72% !important;
    margin: auto;
    display: block;
    POSITION: RELATIVE;
    TOP: 78PX;
    LEFT: 130PX;
}

/* .progress{
    height: 0 !important;
} */
.cls-2 {
    fill: #CAC9CA !important;
    opacity: 0 !important;
}

.cls-1 {
    fill: #5A7193 !important;
    font-family: 'Museo-Sans' !important;
}

::-webkit-scrollbar {
    display: none;
}

.start-content h3 {
    font-size: 35px;
    font-weight: normal;
    line-height: 65px;
    font-style: normal;
    text-align: start;
    color: #ffffff;
}

.dark-overlay p {
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    font-style: normal;
}


.stappenplan-afsluiten-btn {
	right: calc(8% + 40px) ;
	top: 20px;
	position: absolute;
	background: #7B7C7D;
	color:white;
	border-radius: 20px;
	padding: 2px 17px!important;
}
.stappenplan-afsluiten-btn:hover {
	color:white;
	opacity: .9;
}
.stappenplan-help-btn {
	background: #ECE7F3;
	border-radius: 50%;
		right: 8%;
	top: 20px;
	padding: 3px 10px;
	position: absolute;
}



/* Stagger animation */
@keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(-8px);
  }
  
  100% {
    opacity: 1;
  }
}

.stagger {
  animation-name: animateIn;
  animation-duration: 350ms;
  animation-delay: calc(var(--animation-order) * 100ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.background-wrapper {
	transition: background-image 1s ease-in-out;
}


/* custom media query  */
@media (max-width: 1720px) {

    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 37%;

    }

    #stappenplanWrapper .huis-wrapper .sun-cls {
        top: 2px;
    }
}

@media (max-width: 1655px) {

    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 36%;

    }

}

@media (max-width: 1365px) {
    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 40%;
        left: 18%;
        height: 80px;
        width: 80px;
    }

    #stappenplanWrapper .huis-wrapper .sun-cls {
        top: 0px;
        width: 200%;
        left: -41%;
    }


    .custom-wrap img.custom-img {
        width: 160px;
    }

    img.hover-img {
        width: 120px !important;
        margin-left: -148px;
    }





    .btn-general {
        padding: 8px 60px;
    }

    .start-content h3 {
        font-size: 30px;
        line-height: 45px;

    }

    .dark-overlay p {
        font-size: 18px;
        line-height: 29px;
    }

}

@media (max-width:1199px) {
    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 41%;
        left: 18%;
        height: 70px;
        width: 70px;
    }

    #stappenplanWrapper .huis-wrapper .sun-cls {
        top: 0px;
        width: 195%;
        left: -41%;
    }


    .custom-wrap img.custom-img {
        width: 150px;
    }

    img.hover-img {
        width: 113px !important;
        margin-left: -136px;
    }

    .start-content {
        padding-left: 10%;
        max-width: 92%;
    }


    .start-content h3 {
        font-size: 28px;
        line-height: 45px;

    }

    .dark-overlay p {
        font-size: 16px;
        line-height: 29px;
    }

    .dark-custom-img {
        width: 70% !important;
        TOP: 41PX;
        LEFT: 40PX;
    }
}

@media only screen and (max-width: 1000px) {
    main {
        max-width: 100vw;
        /* height: calc(100vh - 120px); */
        overflow: hidden;
    }

   

    .vraag-col {
        display: flex;
        justify-content: center;
        /* align-self: start; */
    }

    .vraag-wrapper {
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        display: block;
    }

    .vraag-wrapper .btn {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        margin: 20px auto;
    }

    #wolk-wrapper {
        position: absolute;
        bottom: -35px !important;
        overflow: hidden;
    }

    .vorige-vraag {
        right: 15px;
        position: absolute;
        bottom: 10%;
    }

    #help-wrapper {
        top: 22% !important;
    }

    .dark-overlay {
        /* height: auto !important;
        width: 85% !important; */
    }



}

@media (max-width: 991px) {



    #stappenplanWrapper .huis-wrapper .house-cls {
        top: 18px;
    }

    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 50%;
        left: 17%;
        height: 70px;
        width: 70px;
    }

    .start-content {
        padding-left: unset;
        max-width: 100%;
    }

    img.hover-img {
        width: 130px !important;
        margin-left: -158px;
    }

    .custom-wrap img.custom-img {
        width: 170px;
    }

    /* .custom-wrap {
        margin-top: -200px;
    } */


    #help-wrapper {
        top: 18% !important;
        right: 10%;
    }

    .dark-custom-img {
        width: 80% !important;
        TOP: 80PX;
        LEFT: 10PX;
    }

}

@media (max-width: 767px) {
    .navbar-light.navbar {
        display: none;
    }

    .row.checklist-row.align-items-center.align-self-center {
        min-height: 100vh;
        align-items: unset !important;
    }

    .col-lg-6.huis-col {
        height: 50vh;
    }

    .col-lg-6.vraag-col.p-3 {
        height: 50vh;
    }

    #progress-bar-wrapper {
        /* bottom: 65px; */
        bottom: 0;
    }

    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 30%;
        left: 39%;
        height: 90px;
        width: 90px;
    }

    img.hover-img {
        width: 113px !important;
        margin-left: -137px;
    }

    .custom-wrap img.custom-img {
        width: 140px;
        margin: auto;
        display: block;
    }

    .start-content {
        max-width: 70%;
        margin: auto;
        text-align: center;
    }



    #help-wrapper {
        top: 40px !important;
        right: 40px !important;
    }

    .col-md-6.align-items-center.dark-overlay-image {
        display: none;
    }

    img.hover-img {
        display: none;
    }

    .jip {
        margin: 0;
    }

    .start-content h3 {
        font-size: 30px;
        line-height: 45px;
        text-align: center;
    }

    .dark-overlay p {
        font-size: 18px;
        line-height: 29px;
        text-align: center;

    }

    .huis-wrapper {
        position: relative;
        height: 50vh;
    }

    .col-md-6.huis-col {
        height: 50vh;
    }

    #stappenplanWrapper .huis-wrapper .house-cls {
        position: relative;
        z-index: 998;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: unset;
    }

    .vraag-wrapper {
        padding: 0 !important;
        /* padding-bottom: 80px !important; */
    }

    .col-md-6.vraag-col.p-3 {
        height: 50vh;
        padding: 0 !important;
    }

    .vraag-wrapper {
        margin: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .vraag-wrapper .btn {
        width: 245px;
        height: 50px;
        border-radius: 30px;
        padding: 0;
    }

    /* .btn-general{
        padding: 0;
    } */
    .vraag-wrapper h3 {
        max-width: 253px;
        margin: auto;
    }
}

@media (max-width: 575px) {



    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 45%;
        left: 37%;
        height: 70px;
        width: 70px;
    }

    .start-content {
        max-width: 80%;
    }

    .dark-overlay p {
        font-size: 16px;
        line-height: 25px;
    }

    .p-5 {
        padding: 20px !important;
    }

}

@media (max-width: 475px) {

    .checklist-wrapper {
        background-position: center;
    }

    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 58%;
        left: 30%;
        height: 70px;
        width: 70px;
    }



    /* .custom-wrap {
        margin-top: -218px;
    } */

    img.hover-img {
        width: 100px !important;
        margin-left: -119px;
    }

    .custom-wrap img.custom-img {
        width: 70%;
        margin-bottom: -20px;
        margin-top: -60px;
    }

    .start-content {
        /* max-width: 100%; */
    }

    .vraag-wrapper h3 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .vraag-wrapper h3 {
        font-size: 18px;
    }

    .vraag-wrapper {
        width: 100%;
    }



    #jip .start-content h3 {
        font-size: 18px;
    }

    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 64%;
        left: 36%;
        height: 50px;
        width: 50px;
    }

    .dark-overlay p {
        font-size: 14px;
        line-height: 20px;
    }







    .start-content {
        width: 100%;
    }
}

@media (max-width: 280px) {
    img.hover-img {
        width: 87px !important;
        margin-left: -104px;
    }

    .custom-wrap img.custom-img {
        width: 105px;
    }

    .btn-general {
        padding: 8px 35px;
    }


    #stappenplanWrapper .huis-wrapper .huis-inner-wrapper {
        top: 75%;
        left: 34%;
        height: 40px;
        width: 40px;
    }



}