*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.hom-popupnaload {
    padding: 10px;
    position: absolute;
    left: 20vw;
    right: 20vw;
    max-width: 60vw;
    width: 60vw;
    margin: 0 calc(-50vw + 50%);
    min-width: 220px;

    border: 0.5px solid #888;
    border-radius: 6px;
    display: none;
    animation-name: example;
    animation-duration: 2s;
    animation-timing-function: linear;
    z-index: 2;
    text-align: center;
    /* background: #f4f4f4; */
    background: #ebeaea;
    opacity: 0.98;
}

.hom-popupnaload-img1 {
    width: 75%;
    max-width: 180px;
    height: auto;
}

@keyframes example {
    from {
        top: -400px;
    }

    to {
        top: 0px;
    }
}

.hom-popupnaload button {
    display: block;
    margin: 0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}

.hom-popupnaload p {
    font-size: 15px;
    /* font-size: 16px; */
    /* margin: 20px 0; */
    margin: 20px 0;
    line-height: 20px;
    line-height: 20px;
}

.hom-popupnaload h1 {
    font-size: 30px;
    color: #074a96;

    /* font-family:  'Luminari', fantasy; */
    margin: 0px 0px 10px 0;
    line-height: 20px;
}

.hom-p-kleur {
    font-weight: bold;
    color: #074a96;
}