<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------GLOBAL STYLES----------------------------*/
html {
    height: 100vh;
}

html {  /*ÐžÑ‚Ð¼ÐµÐ½Ð° Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑÐºÐ¾Ð¹ ÐºÐ¾Ñ€Ñ€ÐµÐºÑ†Ð¸Ð¸ Ð¼Ð°ÑÑˆÑ‚Ð°Ð±Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ*/
    -webkit-text-size-adjust: none;
}

body {
    overflow: hidden;
    height: 100vh;
    z-index: 0;
    font-family: Arial;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Large desktops and laptops */
@media screen and (min-width: 1200px) {
    body {font-size:1.5rem;}
}

/* Landscape tablets and medium desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    body {font-size:1.2rem;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
    body {font-size:1.6rem;}
}

/* Portrait tablets and small desktops */
@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    body {font-size:1.7rem;}
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    body {font-size:1.7rem;}
}

/* Landscape phones and portrait tablets */
@media screen and (min-width: 480px) and (max-width: 767px) and (orientation: portrait){
    body {font-size:1.8rem;}
}

@media screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    body {font-size:1.3rem;}
}

/* Portrait phones and smaller */
@media screen and (max-width: 480px) and (orientation: portrait) {
    body {font-size:1.4rem; }

}
@media screen and (max-width: 480px) and (orientation: landscape) {
    body {font-size:1rem;}
}

/* end of GLOBAL STYLES*/

/*-------------------------HEADER--------------------------------*/
.start-title,
.survey-title{
}

.age-display {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 1em;
    width: 100%;
    text-align: center;
}

/*--------------------end of HEADER-------------------------------*/



/*------------------------PAGE STYLES------------------------------*/

#survey-view,
#result-view,
#start-title,
#start-test{
    display: none;
}
#start-test {
    background-color: #f6941e;
    color: #ffffff;;
}
.view {
    background-color: #ffffff;
}

div.progress-pointer {
    background-color: transparent;
    border: none;
}

.survey-title,
.start-title{
    font-weight: bolder;
}


.flex-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#survey-title,
#result-title,
#start-title{
    font-size: 1.35em;
    font-weight: bolder;
}

#question-text {
    font-size: 1.5em;
}
#clarifying {
    font-size: 1.2em;
}

#question-text {
    vertical-align: bottom;
    font-family: Verdana;
}
#clarifying {
    font-family: "Times New Roman";
}

#survey-view,
#result-view,
#start-view {
    height: 100%;
    width: 100%;
    margin:0 auto 100%;
    overflow: hidden;
    position: fixed;
    padding: 3vh 0;
}

.age-question {
    line-height: 2em;
}

.age-question .template {
    display: none;
}
.age-question .options {
    display: inline-block;
    text-align: left;
}

.progress {
    margin-bottom: 0;
}

.progress-pointer-container {
    width:100%;
    line-height:0;
    height: 0;
    margin-bottom: 4vh;
}

.progress-pointer {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
    width: 2em;
    height: 1.3em;
    text-align: center;
    border: dotted 1px #5bc0de;
    border-bottom: none;
    border-top: none;
    line-height:0;
}

.progress-pointer-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: none;
    border-right: 0.6em solid transparent;
    border-bottom: 1em solid #5bc0de;
    border-left: 0.6em solid transparent;
}

.btn.btn-link {
    color: #049BB0;
}

.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active{
    text-decoration: none;
    border: none;
    outline: none;
}

.btn.btn-link:active {
    color: #f6941e;
    border: none !important;
    outline: none !important;
}

button.answer {
    background-color: transparent;
    border: 2px solid #b4c9e0;
    outline: none;
    padding: 0.3em 0.1em;
    text-align: center;
}
button.answer:focus {
    border: 2px solid #37c0fb;
}

button.answer:focus {
    background-color: inherit;
}

button.answer:active{
    background-color: inherit;
    box-shadow: inherit;
}

button.answer.active {
    background-color: #f6941e;
    color:#ffffff;
    border-radius: 5px;
}

.accelerator {
}

@media not handheld {
    .accelerator {
        text-decoration: underline;
    }
}

.control-panel {
    width: 80%;
    margin:0 auto 3px;
    background-color: #ffffff;
    padding: 1%;
    border-radius: 5px;
}

#progress-pointer {
    margin:0;
    padding: 0;
    margin-left: 50%;
}

.progress-bar-info {
    background-color: #049BB0;
}
hr {
    width: 100%;
    margin-bottom: 0;
}
.hr-orange {
    border-top:4px solid #f6941e;
}
.hr-gray {
    margin-top: 0;
    border-top:2px solid #555;
}

/*-----------------------------------end of PAGE STYLES----------------------------------*/


/*---------------------------------------FOOTER------------------------------------------*/
header,
footer {
    position: fixed;
    width: 100%;
    z-index: 100;
}
footer {
    bottom: 0;
}

/*.bottom-stripe1 {*/
/*height: 0.1em;*/
/*}*/

.bottom-stripe2 {
    height: 1.6vh;
    background-color: #555;
}
.bottom-stripe3 {
    height: 1.4vh;
    background-color: #37c0fb;
}

/*---------------------------- Overlays -----------------------------------------*/

.overlay {
    z-index: 500;
    display: none;
}

.glass-panel {
    z-index: 1000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,10,0.25);
}

.overlay.popup {

    z-index: 1500;
    height: 75%;
    width: 85%;
    overflow: hidden;
    padding: 1em;
    position:absolute;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
    background-color: white;
    border: solid 0.1em gray;
    border-radius: 0.2em;
    box-shadow: darkgray 0 0.2em 0.2em 0;

    /*this to solve "the content will not be cut when the window is smaller than the content": */
    /*max-width:100%;
    max-height:100%;
    overflow:auto;
    */
}

.popup * {
    border: none;
    box-shadow: none;
    font-size: large;
}

.message-box .title-area {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
}

.message-box-title {
    font-weight: bold;
}

.message-box .text-area {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}
.message-box .text-area-2 {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
}
.message-box .text-area-2 .message-box-text-2 {
    font-size: smaller;
}

.message-box .buttons-area {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
}

.message-box-button {
    width: 5em;
    max-width: 100%;
    margin: 0;
    padding: 0.2em 0.1em;
}

/*---------------------------- End of overlays -----------------------------------------*/

/*---------------------------- Templates ------------------------------------------------*/

.template {
    display: none;
}

/*----------------------------End of templates ------------------------------------------*/


/* ----------------------------------- */

.page-container {
    position: absolute;
    left: 0;
    top: 3vh;
    right: 0;
    bottom: 3vh;
}

.control-panel {
    width: 94vw;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.question-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.menu-button {
    display: block;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    font-size: 3rem;
    width: auto;
}

.menu-button.right {
    right: 0;
}

.menu-button.left {
    left: 0;
}

.menu-button button,
.menu-button img {
    background-color: #ebebeb;
    margin: 0.3em;
    padding: 0.3em;
}

.menu-button img {
    height: 3rem;
    width: auto;
}

@media screen and (max-width: 480px) {
    .menu-button button,
    .menu-button img {
        margin: 0.2em;
        padding: 0.2em;
        font-size: 2rem;
    }
    div.message-box .buttons-area {
        top: 65%;
    }
}

.menu-button button,
.menu-button button:focus {
    outline: none;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    border: solid 1px lightgray;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.logo-button,
.logo-button button,
.logo-button button:focus,
.logo-button img {
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.menu-button.right button,
.menu-button.right button:focus {
    margin-right: 6px;
}

.menu-button.left button,
.menu-button.left button:focus {
    margin-left: 6px;
}

.menu-button button:hover {
    color: #049BB0;
}

.menu-button button:active {
    background-color: #5bc0de;
    border-radius: 2px;
}

.menu-button .icon {
    line-height: 0;
    text-align: center;
}

.menu-button .chart {
    display: none;
    color: red;
}

.menu-button.completed .chart {
    display: inline;
}

.menu-button.completed .sandwich {
    display: none;
}

.menu-glass {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.menu {
    z-index: 3000;
    position: absolute;
    right: 1em;
    top: 1em;
    background-color: #ebebeb;
    border: solid 1px #cacaca;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 1px darkgray;
    padding: 1rem 0.5rem;
    font-size: 1.5rem;
}

.menu-item {
    z-index: 4000;
    padding: 0.3em;
    border: solid 1px #cacaca;
    cursor: pointer;
    display: none;
}

.menu-item:hover {
    color: #5bc0de;
}

.survey-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15vw;
    padding-left: 15vw;
}

@media screen and (max-width: 768px) and (max-height: 768px) {
    .survey-title {
        min-height: 9vw;
    }
    .hr-orange {
        margin-top: 3px;
    }
}

.flex-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.result-scroll {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    overflow-y:auto;
    padding-bottom: 4vh;
}

.result-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#canvas-container {
    display: inline-block;
    min-width: 33%;
    margin-bottom: 1em;
}

#canvas-container canvas {
    width: 100%;
    height: auto;
    max-height: 100%;
}

div#conclusion {
    min-width: 18em;
    max-width:45%;
    padding-right: 2em;
    padding-left: 1em;
    text-align: justify;
    font-size: 1.1em;
    border: 1px solid lightgray;
    border-radius: 3px;
    background-color: rgba(200,180,200,0.05);
}

#conclusion-text {
    width: 100%;
}

#conclusion-follow-up {
    width: 100%;
    text-align: left;
}

#conclusion-follow-up img {
    max-width: 100%;
    height: auto;
}

#button-follow-up {
    width:100%
}

@media screen and (max-width: 768px) {
    #canvas-container canvas {
        height: 150px ! important;
        width: auto !important;
    }
    #conclusion {
        font-size: 0.75rem;
    }
}

.progress {
    cursor: pointer;
}


/*
Animating of bootrap col-* div's directly didn't work:
in Firefox, the divs lost their margins and moved to the left.
Placing the content into the .animated wrapper div just inside col-* helped.
*/
.animated {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

button.answer {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    font-weight: bold;
    background-color: #f0f0f0;
    border-radius: 2px;
}

.unselectable,
button * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}</pre></body></html>