.eContainer {
    height: 100%;
    width: 100%;
    position: absolute;
    border: solid 0;
}
.fase3cont {
    left: -5%;
    top: 15%;
    position: relative;
}
.fase4cont {
    left: -10%;
    top: 15%;
    height: 70%;
    max-height: 50%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: inline-block;
    position: absolute;
}
@media only screen and (max-width: 600px) {
    .fase4cont {
        left: -18%;
    }
}

.maxcont {
    height: 90%;
    top: 10%;
    width: 100%;
    position: absolute;
    border: solid 0;
}
#plusBtn {
    right: 8%;
}
#niet {
    left: 0;
}
#strong {
    left: 95%;

}
.questionContainer {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    border: solid 0px;
}
.qHeader {
    height: 20%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: transparent;
    border: solid 0px;
}
.qHeaderRes {
    height: 20%;
    color: #E8651A;
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
    position: absolute;
    background-color: transparent;
    border: solid 0px;
}
.qFasesRes {
    height: 80%;
    width: 60%;
    bottom: 0;
    margin-left: 20%;
    margin-right: 20%;
    position: absolute;
    background-color: transparent;
    border: solid 0;
}
.qFasesRes p {
    font-size: 1.5rem;
    color: #E8651A;
    margin-top: 5%;
    margin-left: 10%;


}
@media only screen and (max-width: 600px) {
    .qHeaderRes {
        font-size: 1.2rem;
    }
    .qFasesRes {
        margin-left: 10%;
    }

}
.qHeader img {
    height: 100%;
    width: 30%;
    position: absolute;
    margin: 0;
    left: 35%;
    top: 0;
}
#dropdownstyle2 {
    top: 30%;
}
#levelholder2 {
    top: 40%;
}
.qFases {
    height: 80%;
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: transparent;
    border: solid 0;
}

.nextBtnStyle {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 2%;
    bottom: 2%;
    font-size: 1.5rem;
    border-radius: 50%;
    color: #E8651A;
    border: solid 2px #E8651A;
}
.nextBtnStyle3 {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 2%;
    background-color: transparent;
    bottom: 2%;
    font-size: 1.5rem;
    border-radius: 50%;
    color: #E8651A;
    border: solid 2px #E8651A;
}
.dropdownstyle {
    position: absolute;
    left: 35%;
    height: 5%;
    top: 8%;
    width: 30%;
    border-radius: 5px;
    border: solid 1px #E8651A;
}
.levelholder {
    position: absolute;
    left: 35%;
    height: 5%;
    top: 20%;
    width: 30%;
}
.levelholder input {
    position: absolute;
    bottom: 1% !important;
    border: solid 1px #E8651A;
    padding: 0;
    margin: 0;
}
.levelholder p {
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    position: absolute;
    color: #E8651A;
    font-size: 0.8rem;
}
#aanwezig {
    left: 40%;
}
.eHeader {
    font-size: 2rem;
    text-align: center;
    color: #E8651A;
    margin-top: 2%;
    padding: 15px;
}
@media only screen and (min-width: 600px) {
    .sclogo {
        height: 90%;
        width: 60%;
        margin-top: 5%;
        margin-left: 20%;
        margin-right: 20%;
    }
}

#starth2 {
    color: #E8651A; font-size: 1rem;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .questionContainer {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        border: solid 0px;
    }
    .nextBtnStyle {
        height: 50px;
        width: 50px;
        position: absolute;
        right: 2%;
        bottom: 2%;
        font-size: 1.5rem;
        border-radius: 50%;
        color: #E8651A;
        background-color: transparent;
        text-align: center;
        border: solid 2px #E8651A;
    }
    .qHeader img {
        width: 100%;
        left: 0;
    }
    #dropdownstyle2 {
        top: 50%;
    }
    #levelholder2 {
        top: 40%;
    }
    #starth2 {
        font-size: 1.2rem;
        text-align: left;
        position: relative;
        left: 5%;
        top: 1%;
    }
    #aanwezig {
        left: 40%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 50px;
    }
    .sclogo {
        height: 100%;
        width: 100%;
    }
    .qHeader {
        height: 30%;
        width: 100%;
        position: absolute;
        top: 0;
        background-color: transparent;
        border: solid 0px;
    }
    #starth2 {
        top: 10%;
        width: 90%;
        height: 10%;
        text-align: center;
    }
    .dropdownstyle {
        position: absolute;
        height: 5%;
        width: 50%;
        top: 35%;
        left: 25%;
        border-radius: 15px;
        border: solid 1px #E8651A;
    }
    #plusBtn {
        right: 25%;
    }
    .levelholder {
        position: absolute;
        left: 33%;
        height: 5%;
        top: 25%;
        width: 30%;
    }
    .levelholder input {
        position: absolute;
        bottom: 1% !important;
        border: solid 1px #E8651A;
        padding: 0;
        margin: 0;
    }
    .levelholder p {
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
        position: absolute;
        color: #E8651A;
        font-size: 0.8rem;
    }
    #strong {
        left: 90%;
    }
    .fase3cont {
        left: -10%;
    }
    .maxcont {
        top: 20%;
    }
    .nextBtnStyle {
        position: absolute;
    }
    .nextBtnStyle3 {
        bottom: -100%;
        position: absolute;
    }
}

.homeContainerBtnRes {
    height: 10%;
    width: 100%;
    border: solid 0px;
    background-color: transparent;
    position: absolute;
}

.homeContainerBtnRes button {
    background-color: #E8651A;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: absolute;
    left: 30%;
    right: 30%;

}
.homeContainerBtnRes button:hover {
    color: orange;
}
@media screen and (max-width: 600px) {
    .homeContainerBtnRes {
        bottom: 0;
        left: 10%;
        width: 80%;
        cursor: pointer;
        position: fixed;
    }
    .homeContainerBtnRes button {
        left: 0;
        right: 0;
    }
}

