body {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8125em;
    color: #2B333B;
}

h1 {
    position: absolute;
    left: -9999em;
}

.hoofdtekst {
    color: #15224B;
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 18px;
    width: calc(100% - 200px);
    text-align: left;
    width: 100%;
}

.tekst {
    float: left;
    font-size: 1.4em;
    margin-top: 10px;
    color: #15224B;
}

.tekst1 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFF;
    float: right;
    text-shadow: 5px 5px 16px #000;
    margin-right: 3em;
    margin-top: 2em;
}

.tekst1container {
    bottom: 2em;
    display: inline-block;
    right: 0;
    position: fixed;
}

.container {
    position: relative;
    width: 94%;
    max-width: 1170px;
    margin: auto;
    overflow: hidden;
}

#header {
    background-color: #FFF;
    padding: 2em 0;
}

#globalwrapper {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 80vh;
}

#globalwrapper .container {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.buttons {
    background-color: #FFF;
    border-radius: 94px;
    width: 46%;
    padding: 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.buttons .title {
    background-color: #FFF;
    color: #404C6F;
    text-transform: uppercase;
    font-size: 180%;
    line-height: 150%;
    border-radius: 5px;
    padding: 10px 0;
    display: block;
}

.buttons a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.buttons a.title:hover {
    text-decoration: none;
}

.buttons .title span {
    font-weight: bold;
    letter-spacing: 1px;
}

.buttons > div a {
    display: block;
    margin-bottom: 10px;
}

.buttons > div a:last-child {
    margin-bottom: 0;
}

.buttons img {
    float: left;
    max-width: 170px;
    margin-right: 20px;
}

#skip_splash {
    margin: 0 3px 0 0;
}

.buttons > div label {
    font-size: 1.2em;
}

@media only screen and (max-width: 1025px) {
    
    .tekst {
        font-size: 1.1em;
    }
    
    .hoofdtekst {
        margin-top: 9px;
        font-size: 1.6em;
    }

}

@media only screen and (max-width: 999px) {
    #globalwrapper {
        -webkit-transform: inherit;
            -ms-transform: inherit;
                transform: inherit;
    }
    
    #globalwrapper .container {
        width: 85%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .buttons {
        width: 100%;
        margin: 2em auto;
    }

    #globalwrapper{
        top: 50vh;
    }
    
}

@media only screen and (max-width: 768px) {
        
    .tekst {
        font-size: 1.4em;
    }

    .hoofdtekst {
       font-size: 1.6em;
       margin-right: 7em;
    }

}

@media only screen and (max-width: 737px) {
       
    .hoofdtekst {
        margin-right: 4em;
    }

}

@media only screen and (max-width: 669px) {
        
     .hoofdtekst {
        margin-right: 2em;
        font-size: 1.2em;
    }

    .tekst{
        font-size: 1em;
        text-align: left;
    }

    .buttons img{
        max-width: 120px;
    }


    #globalwrapper {
        top: 25vh;
    }
}

@media only screen and (max-width: 415px) {
    
    #globalwrapper .container {
        width: 85%;
    }
    
    .hoofdtekst {
        font-size: 1em;
        margin-right: 0;
    }
    
    .tekst {
        font-size: .8em;
    }
    
    .tekst1 {
        font-size: 1.4em;
        margin-top: 0em;
    }

}


@media only screen and (max-width: 376px) {
    
    #globalwrapper .container {
        width: 85%;
    }

    .hoofdtekst {
        font-size: 1em;
        margin-right: 0;
    }
    
    .tekst {
        font-size: .8em;
    }
     
    .tekst1 {
        font-size: 1.4em;
        margin-top: 0em;
    }

}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    #globalwrapper{ 
        top: 5vh;
    }
}
