@font-face {
    font-family: calluna;
    src: url("../fonts/calluna.otf") format("opentype");
}
body, html {
    height: 100%;
    margin: 0;
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 2.3em;
    text-transform: none;
    color: #949494;
}
@font-face {
    font-family: dincondensed;
    src: url("../fonts/dincondensed.otf") format("opentype");
}
hr {
    border: 0;
    clear:both;
    display:block;
    width: 60%;
    background-color: black;
    height: 1px;
}
h1 {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 0.15em;
    line-height: 2.3em;
    text-transform: uppercase;
    color: black;
}
a {
    font-family: 'Roboto';
    letter-spacing: 0.15em;
    color: black;
    font-size: 20px;
    text-decoration:none;
    display: inline-block;
    padding-left: 2%
}
a:hover {
    color: #73a4c9;
}
a.privacy{
    font-family: 'Roboto';
    letter-spacing: 0.15em;
    color: #73a4c9;
    font-size: 15px;
    text-decoration:none;
    display: inline-block;
    float: right; 
    margin: 0px;
}
a.privacy:hover{
    color: #92c2e6;
}
* {
    box-sizing: border-box;
}
.headerbox {
    padding: 3%;
    text-align: center;
    background: white;
    color: black;
    font-size: 30px;
}
.headertext{
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: .15em;
    text-transform: capitalize;
}
.logo-image {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 7%;
    width: 30%;
}

.eersteparallax {
    /* Full height */
    /*height: 100%;*/

    min-height: 85%;
    background: transparent;
}
.tussenbox {
    box-sizing: content-box;
    width: 100%;
    height: 30%;
    background: #dbe7f0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tussenboxtext{
    color: #73a4c9;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .05em;
    line-height: 1.9em;
    text-transform: uppercase;
}
.infobox {
    box-sizing: content-box;
    width: 100%;
    height: 100%;
}
.infoboxcontent {
    box-sizing: content-box;
    width: 50%;
    height: 80%;
    margin: auto;
    margin-top: 10%;
    text-align: center;
}
.infoboxtiteltext{
    color: #000;
    font-family: din-condensed-web;
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    font-size: 1.3vw;
    letter-spacing: .15em;
    line-height: 2.3em;
    text-transform: uppercase;
    margin-bottom: 3%;
}
.infoboxkollomenbox{
    box-sizing: content-box;
    width: 100%;
    height: 30%;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.infoboxkolom{
    width: 33%;
    height: 100%;
    margin-left: 3%;
}
.infoboxkolomtitel{
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9vw;
    letter-spacing: .05em;
    line-height: 1.9em;
    text-transform: uppercase;
    color: #73a4c9;
    float: left;
    margin-bottom: 5%;
}
.infoboxkolomregel{
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 0.8vw;
    letter-spacing: .015em;
    line-height: 1.7em;
    text-transform: none;
    color: #737373;
    float: left;
    text-align: left;
    margin: 0px;
    background-color:rgba(219,231,240,0);
    width: 100%;
}
.ondersteinfobox{
    display: flex;
    flex-direction: row;
}
.ondersteinfoboxtekst{
    margin-left: 4.5%;
    width: 66%;
    height: 100%;
}
.fotoinfobox{
    width: 32%;
    height: 32%;
}
.tweedeparallax {
    min-height: 90%;
    background: transparent;
}
.eersteburggrotetekst{
    color: rgba(0,12,30,1);
    position: relative;
    text-align: center;
    margin: auto;
    width: 50%;
    padding-top: 16%;
    font-family: din-condensed-web;
    font-weight: 700;
    font-style: normal;
    font-size: 93px;
    letter-spacing: -.02em;
    line-height: .9em;
    text-transform: none;
    margin-bottom: 1.5%;
}
.huisvestigingoptiforma{
    position: relative;
    text-align: center;
    margin: auto;
    width: 50%;
    margin-top: 1%;
    font-family: din-condensed-web;
    font-style: normal;
    font-size: 22px;
    letter-spacing: .15em;
    line-height: 2.3em;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.footer {
    box-sizing: content-box;
    width: 100%;
    height: 114%;
    background: #dbe7f0;
}