html,
body {
    min-height: 100%;
    background: #fff;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

.clear {
    clear: both;
}

.preloader {
    display: block;
    display: none;
}

.site {
    display: none;
}

.preldr {
    width: 120px;
    margin: 0 auto;
}

.ldr {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 6px;
    overflow: hidden;
}

.ldr-in {
    width: 0;
    height: 72px;
    background-color: #003272;
    padding-top: 48px;
    position: relative;
}

.ldr-text1 {
    width: 94px;
    height: 0;
    background: url(/web/20200301122351im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/pr-text-1.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 28px;
    left: 13px;
    background-position: bottom left;
}

.ldr-text2 {
    width: 94px;
    height: 0;
    background: url(/web/20200301122351im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/pr-text-2.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 14px;
    left: 13px;
    background-position: bottom left;
}