.error {
    color: red;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.belangrijk {
    color: #d9534f; /* Verandert de tekstkleur naar rood */
    font-weight: bold; /* Maakt de tekst vetgedrukt, maar aangezien het al in een <strong> element staat, is dit mogelijk overbodig */
    background-color: #f2dede; /* Voegt een lichte rode achtergrondkleur toe */
    padding: 5px; /* Voegt wat ruimte rondom de tekst toe */
    border-radius: 5px; /* Maakt de hoeken van de achtergrond rond */
    margin-right: 5px; /* Voegt wat ruimte toe aan de rechterkant van de tekst */
}

.aff-img-container-homepage {
    margin-top: 80px;
    margin-left: 100px;
    width: 264px;
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
    transform: rotate(-41deg);
    border-radius: 0 30px 30px 30px;
}
.aff-img-container-homepage:before {
    content: "";
    position: absolute;
    width: 145%;
    height: 110%;
    top: 5px;
    left: -36%;
    z-index: -1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transform: rotate(41deg);
}
.aff-img-container-homepage.top-right {
    border-radius: 0 120px 120px 120px;
    width: 895px;
    height: 900px;
    position: relative;
    z-index: -1;
    top: -365px;
    right: -150px;
}
@media (max-width: 1199px) {
    .aff-img-container-homepage.top-right:not(.small) {
        width: 850px;
        height: 800px;
        border-radius: 0 100px 100px 100px;
        top: -360px;
        right: -222px;
    }
}

@media (max-width: 991px) {
    .aff-img-container-homepage.top-right:not(.small) {
        width: 730px;
        height: 680px;
        border-radius: 0 70px 70px 70px;
        top: -250px;
        right: -200px;
    }
}

@media (max-width: 767px) {
    .aff-img-container-homepage.top-right:not(.small) {
        width: 295px;
        height: 280px;
        border-radius: 0 40px 40px 40px;
        top: -85px;
        right: 70px;
    }
}
