/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(latin-ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #f1f1f1;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    user-select: none;
}

#regForm {
    background-color: #ffffff;
    font-family: Raleway;
    padding: 0px;
    width: 100%;
    min-width: 300px;
}

#break_pc {
    align-items: center;
    justify-content: center;
}

#break_pc h1 {
    height: fit-content;
}

#page2 {
    max-width: 600px;
    margin: auto;
}

#fname,#age {
    text-align: center;
    margin-top: 5px;
    padding: 4px;
    width: 10%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

#course {
    padding: 10px;
    margin-top: 5px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

#knowledge_DA, #vision, #consent{
    margin-top: 10px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

#questions, #questions_StarGlyph, #vision, #other, #knowledge_DA, #knowledge_DV, #knowledge_PC, #knowledge_SG, #bachelor, #master, #phd, #male, #female, #diverse {
    width: auto;
    padding: 20px;
}

/* Hide all steps by default: */
.tab {
    display: none;
    width: 100%;
    min-height: 100vh;
    margin: 0px auto;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

#welcomePage {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
}

#welcomePage h1 {
    display: block;
    text-align: center;
    margin: 0px auto;

}

#nextBtn {
    background-color: steelblue;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
    width: 123px;
    visibility: hidden;
}

#buttons {
    position: fixed;
    right: 30px; 
    bottom: 20px; 
}

#buttons a.left {
    margin-right: 50px;
}

#nextBtn:hover {
    opacity: 0.8;
}

.split {
    height: 70%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 15%;
    bottom: 15%;
    overflow-x: hidden;
    padding-top: 20px;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.center {
    text-align: center;
    vertical-align: middle;
}

#confidence, #confidence_test{
    display: none;
}

#likertScale_test, #likertScale{
    margin-left: auto;
    margin-right: auto;
}

#page2 h3 {
    margin-top: 25px;
}

#page2 b {
    display: inline-block;
    margin-bottom: 5px;
}

#page2 input {
    display: inline-block;
    margin-bottom: 10px;
    background-color: white;
}

#page2 div.inputs {
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#counter {
    display: inline;
    font-style: italic;
    font-weight: normal;
}

.scale {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.question h4 {
    margin-bottom: 10px;
}

#q_which {
    display: none;
}

#q_where .scale, #q_which .scale {
    width: calc(860px - 110px);
    margin: 0px auto 10px;
    padding-right: 10px;
}

#q_text .scale {
    margin: 0px auto 10px;
    width: calc(860px / 2 + 20px);
}

textarea {
    width: 860px;
    height: 100px;
}

.question {
    margin: 0px auto 10px;
    max-width: 860px;
    text-align: center;
    display: none;
    font-weight: bold;
}

input[type="radio"].qs {
    border: 0px;
    height: 3em;
    width: 3em;
}

#break_page div {
    text-align: center;
}