.stars{
    margin-bottom: 20px;
}
.review h2{
    margin-bottom: 10px;
}

.stars img{
    width: 28px;
    height: 28px;
}

.popup{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    display: grid;
    justify-items: left;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    border-style: solid;
    padding: 40px 40px;
    grid-template-columns: min-content auto auto;
    row-gap: 20px;
}
.textInPopup{
    width: 50vw;
}
.titelInPopup{
    width: calc(50vw - 20px);
}

@media only screen and (max-width: 900px) {
    .popup{
        width: 80vw;
        padding: 20px;
    }    
    .reviewHead{
        grid-template-columns: auto !important;
        row-gap: 20px;
    }
    .schrijfButton{
        justify-self: left !important;
    }
    .closeButton{
        height: 30px;
        padding: 2px 5px;
    }
    .textInPopup{
        width: 100%;
        width: 80vw;
    }
    .titelInPopup{
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 400px) {
    .g-recaptcha{
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 10px;
    }
}

.popup h2{
    text-wrap: nowrap;
}

body{
    position: relative;
}

.fade{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

#the-count {
    margin-right: 0;
    width: fit-content;
    margin-left: auto;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
    display: flex;
}

.closeImage{
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    padding: 0;
    color: black;
    border-color: black;
}

.nieuwtjesImage{
    width: 100%;
    border-color: black;
    border-radius: 5px;
    border-width: 1px;
}

.nieuwtjesImageInline{
    float: right;
    width: 50%;
    padding-left: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 450px) {
    .nieuwtjesImageInline{
        width: 100%;
        padding-bottom: 15px;
    }
}

.nieuwtjesText{
    padding-top: 15px;
    word-break: break-word;
}

.blogImage{
    float:right;
    width: max(20vw, 200px);
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 400px) {
    .blogImage{
        float:right;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}