.responsive div.questionTree {
    font-size: 18px;
}

.responsive div.questionTree a {
    color: #0088cc;
    text-decoration: none;
}

.responsive div.questionTree a:hover,
.responsive div.questionTree a:active {
    outline: 0;
}
.responsive div.questionTree a:hover,
.responsive div.questionTree a:focus {
    color: #005580;
    text-decoration: underline;
}

.responsive .clickable {
    cursor: pointer;
}

.responsive div.questionTree div.question-and-answers-container {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}

.responsive div.questionTree div.question-and-answers-container div.question-container {
    width: 66.6%;
    float: left;
}

.responsive div.questionTree div.question-and-answers-container div.question-container div.question-number {
    width: 50px;
    float: left;
    margin-right: 20px;
}

.responsive div.questionTree div.question-and-answers-container div.question-container div.question-number p {
    background: url("../question.fw.png") no-repeat;
    color: #DBC4AA;
    font-size: 25px;
    font-weight: normal;
    height: 49px;
    line-height: 49px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    width: 49px;
}

.responsive div.questionTree div.question-and-answers-container div.question-container div.question-text {
    width: calc(100% - 70px);
    float: left;
}

.responsive div.questionTree div.question-and-answers-container div.question-container div.question-text h3.question-label {
    width: 100%;
    color: #6F312B;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0;
    text-decoration: none;
    line-height: 40px;
}

.responsive div.questionTree div.question-and-answers-container div.question-container div.question-text div.question-answers-container ul.question-answers {
    list-style: none outside none;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    padding-left: 0;
}

.responsive div.questionTree div.question-and-answers-container div.question-container div.question-text div.question-answers-container ul.question-answers li.answer-option {
    margin: 0 0 0 20px;
    padding: 20px 0 0 10px;
    list-style-image: url("../answer_bullit.fw.png");
}

.responsive div.questionTree div.question-and-answers-container div.question-container div.question-text div.question-answers-container ul.question-answers li.answer-option a {
    color: #F74A00;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}

.responsive div.questionTree div.question-and-answers-container div.question-container div.question-text div.question-answers-container ul.question-answers li.answer-option a:hover {
    color: #FF8A00;
    border-bottom: 1px dotted;
    text-decoration: none;
    cursor: pointer;
}

.responsive div.questionTree div.question-and-answers-container div.question-container iframe.gino-player {
    width: 100%;
    max-width: 500px;
    height: 300px;
}

.responsive div.questionTree div.question-answers-container div.errorMessage {
    color: red;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 20px;
}

.responsive div.questionTree div.question-and-answers-container div.leaf-container,
.responsive div.questionTree div.question-and-answers-container div.info-container {
    width: 65%;
    float: left;
}

.responsive div.questionTree div.question-and-answers-container div.info-container.full {
    width: 100%;
    margin-top: -40px; /*padding-top van "div.questionTree div.question-and-answers-container" ongedaan maken*/
}

.responsive div.questionTree div.question-and-answers-container div.answers-container {
    width: 30%;
    float: right;
    margin: 0;
    padding: 0;
}

.responsive div.questionTree div.question-and-answers-container div.answers-container h3 {
    margin: 0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F9F6F2;
    border-color: #DDD0B8 #DDD0B8 #EDE5D8;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 1px;
    color: #AC977E;
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    min-height: 34px;
    padding: 10px 10px 8px 15px;
}

.responsive div.questionTree div.question-and-answers-container div.answers-container ol {
    counter-reset: li;
    margin: 0 0 0 1px;
    padding: 0;
    color: #464646;
    font-weight: normal;
    line-height: 27px;
    text-decoration: none;
}

.responsive div.questionTree div.question-and-answers-container div.answers-container ol > li:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #42C4DE;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    content: counter(li, decimal);
    counter-increment: li;
    font-size: 25px;
    font-weight: bold;
    height: 100%;
    left: -2em;
    margin: -4px 0 0 49px;
    padding: 32px 10px 27px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

.responsive div.questionTree div.question-and-answers-container div.answers-container > ol > li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C9E9ED;
    border-right: 1px solid #DDD0B8;
    list-style: none outside none;
    margin: 0;
    min-height: 77px;
    padding: 4px 4px 4px 70px;
    position: relative;
    vertical-align: middle;
    color: #464646;
    font-weight: normal;
    line-height: 27px;
    text-decoration: none;
}

.responsive div.questionTree div.question-and-answers-container div.answers-container ol li.answer {
    cursor: pointer;
}

.responsive div.questionTree div.question-and-answers-container div.answers-container ol ul.multipleAnswers {
    padding-left: 0;
}

.responsive div.questionTree div.question-and-answers-container div.answers-container ol ul.multipleAnswers li {
    padding: 4px 0px 4px 0px;
    border-bottom: none;
    min-height: 0;
    list-style: inside;
}

.responsive div.questionTree div.question-and-answers-container div.answers-container ol li a {
    color: #329EB2;
    font-size: 21px;
    font-weight: bold;
    padding-top: 0;
    text-decoration: none;
}

.responsive div.questionTree div.question-and-answers-container div.answers-container ol li a:hover {
    cursor: pointer;
    color: #005580;
}

.responsive div.progressContainer {
    background: none repeat scroll 0 0 #F7F3EE;
    border: 1px solid #D7C5A5;
    border-radius: 3px;
    height: 49px;
    margin: 0;
    /*min-width: 714px;*/
    padding: 0;
    display: flex;
}

.responsive .progressBackButton {
    cursor: pointer;
}

.responsive div.progressContainer div.progressBackButton {
    width: 50px;
    float: left;
    height: 100%;
    background: url("../prev.fw.png") no-repeat center #d8c5aa;
    background: url("../prev.fw.png") no-repeat center, -moz-linear-gradient(50% 0% -90deg, #d8c5aa 0%, #cab89f 100%);
    background: url("../prev.fw.png") no-repeat center, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #d8c5aa), color-stop(1, #cab89f));
    background: url("../prev.fw.png") no-repeat center, -webkit-linear-gradient(-90deg, #d8c5aa 0%, #cab89f 100%);
    background: url("../prev.fw.png") no-repeat center, linear-gradient(180deg, #d8c5aa 0%, #cab89f 100%);
    background: url("../prev.fw.png") no-repeat center, -o-linear-gradient(top, #d8c5aa 5%, #cab89f 100%);
    background: url("../prev.fw.png") no-repeat center, -ms-linear-gradient(top, #d8c5aa 5%, #cab89f 100%);
}

.responsive div.progressContainer div.progressBackText {
    float: left;
    font-size: 19px;
    line-height: 49px;
    padding-left: 10px;
    text-decoration: none;
    width: 235px;
    min-width: 235px;
}

.responsive div.progressContainer div.progressBackText a {
    cursor: pointer;
    color: #AD9670;
}

.responsive div.progressContainer div.progressBarContainer {
    float: right;
    height: 100%;
    width: calc(100% - 50px);
    display: flex;
    justify-content: flex-end;
}

.responsive div.progressContainer div.progressBarContainer .progressText {
    float: left;
    font-size: 17px;
    line-height: 49px;

    margin: 0 12px;
}

.responsive div.progressContainer div.progressBarContainer .progressBar {
    float: left;
    height: 21px;
    max-width: 234px;
    margin-top: 14px;
    margin-bottom: 14px;
    background: none repeat scroll 0 0 #D5C6A9;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    flex-grow: 1;
}

.responsive div.progressContainer div.progressBarContainer .progressBar .progress {
    float: left;
    background: none repeat scroll 0 0 #FF8A00;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) inset;
    height: 100%;
}

.responsive div.progressContainer div.progressBarContainer div.progressBackButton {
    width: 50px;
    float: left;
    height: 100%;
    background: url("../prev.fw.png") no-repeat center #f54e00;
    background: url("../prev.fw.png") no-repeat center, -moz-linear-gradient(50% 0% -90deg, rgb(245, 77, 0) 0%, rgb(226, 52, 22) 100%);
    background: url("../prev.fw.png") no-repeat center, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(245, 77, 0)), color-stop(1, rgb(226, 52, 22)));
    background: url("../prev.fw.png") no-repeat center, -webkit-linear-gradient(-90deg, rgb(245, 77, 0) 0%, rgb(226, 52, 22) 100%);
    background: url("../prev.fw.png") no-repeat center, -ms-linear-gradient(-90deg, rgb(245, 77, 0) 0%, rgb(226, 52, 22) 100%);
    background: url("../prev.fw.png") no-repeat center, linear-gradient(-90deg, rgb(245, 77, 0) 0%, rgb(226, 52, 22) 100%);
    border-color: #C72D06;
}

.responsive div.questionTree div.buttons {
    clear: both;
    padding-top: 5px;
}

.responsive div.questionTree div.buttons.question {
}

.responsive div.questionTree div.buttons.leaf {
    vertical-align: bottom;
}

.responsive div.questionTree div.answer {
    padding-top: 20px;
}

.responsive div.questionTree div.answer input[type="text"].ginoNumber {
    width: 70px;
    height: 40px;

    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    /*margin-bottom: 10px;*/
    padding: 4px 6px;
    vertical-align: middle;
}

.responsive div.questionTree div.answer input[type="text"].ginoNumber:active,
.responsive div.questionTree div.answer input[type="text"].ginoNumber:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.responsive div.questionTree div.answer input[type="text"].ginoNumber.year {
    margin-left: 0;
    margin-right: 10px;
}

.responsive div.questionTree div.answer input[type="text"].ginoNumber.month {
    margin-left: 10px;
    margin-right: 10px;
}

.responsive div.questionTree div.answer input[type="text"].ginoNumber.error {
    border-color: red;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px red;
}

.responsive div.questionTree div.answer .buttonRow {
    margin-top: 10px;
    margin-bottom: 20px;
}

.responsive div.questionTree div.defaultButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f54e00), color-stop(1, #e43614));
    background: -moz-linear-gradient(top, #f54e00 5%, #e43614 100%);
    background: -webkit-linear-gradient(top, #f54e00 5%, #e43614 100%);
    background: -o-linear-gradient(top, #f54e00 5%, #e43614 100%);
    background: -ms-linear-gradient(top, #f54e00 5%, #e43614 100%);
    background: linear-gradient(to bottom, #f54e00 5%, #e43614 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f54e00', endColorstr='#e43614', GradientType=0);
    background-color: #f54e00;
    color: #F2D7B8;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: bold;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    line-height: 35px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.responsive div.questionTree div.defaultButton:hover,
.responsive div.questionTree div.defaultButton:focus {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f54e00), color-stop(1, #f54e00));
    background: -moz-linear-gradient(top, #f54e00 5%, #f54e00 100%);
    background: -webkit-linear-gradient(top, #f54e00 5%, #f54e00 100%);
    background: -o-linear-gradient(top, #f54e00 5%, #f54e00 100%);
    background: -ms-linear-gradient(top, #f54e00 5%, #f54e00 100%);
    background: linear-gradient(to bottom, #f54e00 5%, #f54e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f54e00', endColorstr='#f54e00', GradientType=0);
    color: #F2D7B8;
    background-color: #f54e00;
}

.responsive div.questionTree div.answer input[type="text"].ginoNumber.unit {
    margin-left: 0;
    margin-right: 10px;
}

.responsive div.questionTree div.question-answers-container ul.answer-options {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    list-style: none;
}

.responsive div.questionTree div.question-answers-container ul.answer-options .checkbox {
    display: table-row;
    text-decoration: none;
    font-size: 23px;
    color: #F74A00;
    font-weight: bold;
}

.responsive div.questionTree div.question-answers-container ul.answer-options .description {
    display: table-cell;
    border-bottom: 1px solid transparent;
}

.responsive div.questionTree div.question-answers-container ul.answer-options .description:hover {
    text-decoration: none;
    color: #FF8A00;
    border-bottom: 1px dotted #FF8A00;
}

.responsive p.infoText {
    color: #464646;
    font-style: italic;
}

.responsive div.conditionalText {
    border-left: 1px solid #DBC4AA;
    margin: 0 0 40px 10px;
    padding: 10px 0 10px 25px;
    color: #F74A00;
    font-weight: bold;
}

.responsive ul.answer-options {
    padding-left: 26px;
}

.responsive ul.answer-options li {
    margin-left: -30px;
    margin-bottom: 12px;
}

.responsive ul.answer-options li span {
    margin-left: 6px;
    line-height: 27px;
}

@media screen and (max-width: 700px) {
    .responsive div.questionTree div.question-and-answers-container div.question-container {
        width: 100%;
    }

    .responsive div.questionTree div.question-and-answers-container div.answers-container {
        width: 100%;
        margin-top: 20px;
    }

    .responsive div.questionTree div.question-and-answers-container div.leaf-container,
    .responsive div.questionTree div.question-and-answers-container div.info-container {
        width: 100%;
    }

    .responsive div.progressContainer div.progressBackText {
        display: none;
    }

    .responsive div.questionTree div.question-and-answers-container {
        padding-top: 20px;
    }

    .responsive div.questionTree div.question-and-answers-container div.question-container div.question-number {
        width: 100%;
        margin: 0 0 10px;
    }

    .responsive div.questionTree div.question-and-answers-container div.question-container div.question-text {
        width: 100%;
    }

    .responsive div.questionTree div.question-and-answers-container div.question-container div.question-text h3.question-label {
        width: 100%;
        text-align: center;
    }

    .responsive div.questionTree div.question-and-answers-container div.question-container div.conditionalText {
        margin: 0;
        padding-left: 10px;
    }

    .responsive div.questionTree div.question-and-answers-container div.question-container p.infoText {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .responsive div.questionTree div.question-and-answers-container div.question-container div.question-text h3.question-label {
        font-size: 30px;
    }

    .responsive div.questionTree div.question-answers-container ul.answer-options .checkbox {
        font-size: 20px;
    }
}