body {
    overflow-x: hidden;
}

/* .startscherm body::before {
    content:"";
    opacity: .4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

/* STARTSCHERM */

.startscherm body {
    /* background: no-repeat center/cover url("background.jpg"); */
    min-height: 100%;
    background: no-repeat center/cover url("background.jpg");
    margin-top: .5vw;
}

.startscherm {
    min-height: 100%;;
    overflow-y: auto;
}

.title {
    width: 100%;
    font-family: 'Georgia', 'Open Sans', 'Arial', 'Helvetica';
    color: white;
    background-color: rgba(0,0,0,0.25);
    font-size: 10vw;
    font-weight: 900;
    padding: 4vh 0;
    margin-top: -4vw;
    margin-bottom: 12vw;
    text-align: center;
}

.input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5vw;
    margin-left: 2vw;
}

.locaties,
.code {
    width: 75vw;
    height: 15vw;
    background-color: white;
    border: 2px solid #383E42;
    border-radius: 2vw;
    padding-left: 2vw;
    font-family:  'Georgia', 'Open Sans', 'Arial', 'Helvetica';
    color: #383E42;
    font-size: 6vw;
    box-shadow: 0px 12px 41px 2px rgba(0,0,0,0.59);
}

.code {
    width: 92vw;
}

::-webkit-input-placeholder {
    color: #383E42;
}

.gps svg {
    width: 12vw;
    height: 12vw;
}

.gps {
    background: none;
    border: none;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}

.locatie-box {
    display: flex;
    align-items: center;
    justify-content: left;
    max-width: fit-content;
    column-gap: 1vw;
}

.knop-box {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 20vw;
}

.knop {
    background-color: #009378;
    color: white;
    text-transform: uppercase;
    font-size: 6vw;
    font-weight: 600;
    width: 48vw;
    height: 16vw;
    border-radius: 100px;
    border: 2px solid #01614f;
    box-shadow: 0px 12px 41px 2px rgba(0,0,0,0.59);
    cursor: pointer;

}


/* h1 { top: 20%; }
input { top: 40%; }
#antwoord { top: 60%; } */

.fout-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
}

.nogeolocation {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    color: red;
    background-color: rgb(245, 245, 155);
    border-radius: 8vw;
    padding: 2vw 4vw;

}

.fout {
    font-size: 6vw;
    color: red;
    font-weight: 900;
    background-color: rgb(245, 245, 155);
    border-radius: 8vw;
    padding: 2vw 4vw;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 16vw;
    padding-left: 1vw;
}

.logo span {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 2vw;
    font-weight: 600;
    padding-top: 2vw;
}

/* OPDRACHTSCHERM */

.opdrachtscherm {
    background-color: #383E42;
    font-size: 5vw;
    font-family: 'Georgia', 'Open Sans', 'Arial', 'Helvetica';
    line-height: 1.4;
    width: 95%;
    margin: auto;
}

.flexbox {
    display: flex;
    flex-direction: column;
    row-gap: 2vw;
    align-items: center;
}

a:link, a:visited {
    color: white;
    font-size: 4vw;
    opacity: 1;
}

.terug {
    margin-top: 2vw;
    padding: 2vw;
    background-color: #009378;
    background-color: #eb753b;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    text-decoration: none;
    border-radius: 5vw;
    width: max-content;
    margin-bottom: 3vw;

}

.terug:first-child {
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.opdracht {
    width: 100%;
    background-color: white;
    border-radius: 2vw;
    padding: 2vw;
}

p:first-child {
    margin-top: 1vw;
}

p {
    margin-top: 0;
}

h3 {
    margin-bottom: 2vw;
}

li {
    margin-left: 2vw;
    padding-bottom: 3vw;
}

figcaption {
    font-size: 4vw;
    margin-bottom: 6vw;
}

.som {
    list-style: none;
    margin-left: 0;
    padding-left: 1vw;
}

.tellen {
    list-style: upper-latin;
    margin-left: 1vw;
}

.doolhof,
.logikwis {
    width: 100%;
}

.orange {
    color: #eb753b;
}

.plaatjes {
    width: 100%;
}

.plaatjes img,
.wijn img,
.park img {
    width: 100%;
}

.wijn,
.park {
    display: flex;
    flex-direction: column;
    row-gap: 2vw;
}

.hidden {
    display: none;
}