body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f8fafc;
}

#app {
    height: 100vh;
    font-family: Museo-300;
}

.wrapper {
    width: 30rem;
    margin: auto;
    height: 100%;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.card-link {
    text-decoration: none;
}

div {
    font-family: Museo-300;
}

.innerwrapper {
    background: url(../images/intro_back.png);
    background-color: white;
    width: 100%;
    height: 100%;
}

.color_white {
    color: white;
}

.color_black {
    color: black;
}

.moralsatwork {
    font-size: 1.rem;
    font-family: Museo-300;
    font-weight: bold;
    padding: 2rem 0 0.5rem 0;
}

.justum {
    font-size: 3.5rem;
    font-family: Museo-700;
    line-height: 1.8rem;
}

.welcome_text {
    margin: 1rem 3rem 1rem 3rem;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

.button {
    font-size: 1.2rem;
    border-radius: 0.8rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 1rem;
    color: white;
    background-color: #6456CF;
    border-style: none;
    width: 17rem;
    text-decoration: none;
}

@charset "UTF-8";

@font-face {
    font-family: "Museo-300";
    src: local("Museo-300"),
        url(../fonts/exljbris-Museo-300.woff?d8265a8e3843d876dd137d104ae06368) format("woff");
}

@font-face {
    font-family: "Museo-700";
    src: local("Museo-700"),
        url(../fonts/exljbris-Museo-700.woff?eb5fae551ba44f7521b673952325e456) format("woff");
}

.card {
    background-color: #FFF;
    margin: 0rem 2rem 2rem 2rem;
    top: 3rem;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1rem;
}

.title {
    font-size: 2rem;
    font-family: Museo-700;
    padding: 1rem 2rem 0.1rem 2rem;
}

.input {
    padding: 1rem;
}

.login {
    background-color: #EEE;
    border-radius: 2rem;
    border-style: none;
    padding: 0.7rem 2rem;
}

input {
    padding: 0.5rem;
    font-size: 16px;
    width: 100%;
    display: block;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.cancel {
    font-size: 1.2rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 1rem;
    color: #6456CF;
    background-color: white;
    border-style: none;
    width: 17rem;
}

button,
input {
    overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.footer {
    padding-top: 2rem;
}

.white-link {
    color: #6456CF;
    text-decoration: none;
}

.image-div img {
    width: 100%;
}

.fixed-height {
    min-height: 35rem;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.fullwidth {
    width: 90%;
}

.spelbegeleider {
    font-size: 1.6rem;
    font-family: Museo-700;
    padding: 2rem;
}

.spelregels {
    list-style-type: decimal;
    padding-inline-start: 20px;
}

@media screen and (max-width: 450px) {
    .wrapper {
        width: 100%;
        margin: 0;
        height: 100%;
    }

    .button {
        width: auto;
    }
}

@media screen and (min-width: 450px) {
    .wrapper {
        width: 30rem;
        margin: auto;
        height: 100%;
    }

}

.wrapper {
    background-color: white;
}

.surveywrapper {
    background-color: white;
    width: 100%;
    height: 100%;
}

.surveyheader {
    background-color: #6456CF;
    border-radius: 0 0 100% 100%;
    width: 100%;
}

.survey-header-text {
    font-size: 1.6rem;
    font-family: Museo-700;
}

.survey-card {
    background-color: #f8f9fa !important;
}

.survey-card p {
    font-family: Museo-700;
    margin: 0.2rem;
}

.thanks-card {
    background-color: #f8f9fa !important;
}

.thanks-card p {
    font-family: Museo-700;
    margin: 0.2rem;
}

.thanks-card div {
    margin: 0.5rem;
}

.starwrapper {
    display: inline-block;
}

.starwrapper * {
    float: right;
}

.surveywrapper input {
    display: none;
}

.surveywrapper label {
    font-size: 30px;
    padding: 0.1rem;
}

.surveywrapper input~label {
    color: white;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
}

.surveywrapper input:checked~label {
    color: #FCC709;
    -webkit-text-fill-color: #FCC709;
}

.choose {
    font-size: 1.4rem;
}

.newsletter {
    font-size: 0, 8rem;
}

.flag {
    font-size: 4rem;
    text-decoration: none;
    cursor: pointer;
}

.yellowbtn {
    background-color: #fcc709;
    color: #111;
}

.yellowbtn A{
    color: #111;
    text-decoration: none;
}

.hidden{
    display: none;
}
