p > a,
.tekst a {
    color: #05457C;
}

p > a:hover,
.tekst a:hover {
    text-decoration: none !important;
}

.usps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 12px;
}

.checkmark {
    color: #f15922;
    font-size: 16px;
    font-weight: bold;    
}

.button {
    background: #001e4e;
    padding: 10px 25px;
    display: inline-block;
    margin: 10px 0 0 0;
    color: #fff !important;
    text-decoration: none;
    transition: .2s;
}

.button:hover {
    background: #E85113;
}

.tekst p:last-child {
    margin-bottom: 0 !important;
}

.twobuttons {
    margin-bottom: 20px;
}

.whatsapp {
    background: #25D366;
    display: flex;
    align-items: center;
    width: fit-content;
    position: fixed;
    right: 020px;
    bottom: 20px;
    gap: 5px;
    font-size: 16px;
}

.whatsapp:hover {
    background: #25D366;
    opacity: .8;
}


@media only screen and (max-width: 980px) {
    #content {
        display: flex !important;
        flex-direction: column;
    }
    .tekst {
        width: 90% !important;
        margin: auto;
    }
    .beeld,
    .beeld img {
        width: 100% !important;
        margin: auto !important;
        height: 300px;
        object-fit: cover;
    }
    #menu {
        left: 0 !important;
        margin: auto;
        text-align: center !important;
        padding: 0 10px;
        top: 11px !important;
    }
    .usps {
        flex-direction: column;
    }
    .whatsapp {
        font-size: 14px;
    }
}