
html {
    background-image: url(../assets/background-pattern-vert-blackonwhite.png);
    background-repeat: repeat;
    background-size: auto 1024px;
}

body {
    line-height: 150%;
    font-family: 'Open Sans', sans-serif;
    font-size: 120%;
    padding:4rem;
}

#logo_header {
    width: 8rem;
    height:auto;
    display:block;
}

#map_hilversum {
    box-sizing: border-box;
    position: absolute;
    top:16rem;
    margin-left:-4rem;
    width:100%;
    height:auto;
    border-top: solid 4rem #7045F5;
    border-bottom: solid 4rem #EB4059;
}

#wrapper {
    width: 640px;
    background-color: #ffffff;
    margin-bottom: 2rem;

    transform: rotate(-5.7deg);
    border: solid 1rem #EB4059;
    padding: 2rem;
    box-sizing: border-box;
}

@media (max-width: 740px) {
    #wrapper {
        width: 95%;
    }
}

h1 {
    font-size: 150%;
    font-weight: 400;
}

#thema {
    font-size: 120%;
    font-weight: 400;
    color: #990000;
}

#introduction {
    font-size: 100%;
    font-weight: 400;
    /*padding-bottom:30px;*/
}

#question {
    padding-top: 15px;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 10px;
}

#answers {
    line-height: 200%;
    margin-bottom: 20px;
    font-size: 90% !important;
}

#anders_text{
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 1px 0px black inset, 0 0 1px 0px black;
    width: 95%;
}

.button {
    border-radius: 7px 7px 7px 7px;
    border-style: none;
    padding: 0.25rem 1rem;
    line-height: 2rem;
    display: inline-block;
    text-align: center;
    background-color: #7045F5;
    color: #ffffff !important;
    text-decoration: none !important;
}

.pijltje_wit {
    vertical-align: middle;
    margin-left:0.5rem;
    margin-bottom: 0.2rem;
    width: 1.2rem;
    height:1.2rem;
    display: inline-block;
    background-image: url(../assets/LAB_Pijl_Wit_RGB_small.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.toelichting {
    padding-top: 15px;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 10px;
}