.nieuwsbrief-banner {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #BD2B82, #8F16FF);
}

.nieuwsbrief-banner .wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.nieuwsbrief-banner .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 87px 320px 61px 320px;
}

.nieuwsbrief-banner .image-cirkle {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 101px;
    height: 101px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    background-color: white;
    opacity: 1;
}


.nieuwsbrief-banner .image-cirkle > img {
    width: 61.59px;
    height: 61.59px;
}

.nieuwsbrief-banner .tekstvak {
    padding: 0px 100px 0px 100px;
}


.nieuwsbrief-banner h1{
    color: white;
    text-align: center;
    margin-bottom: 30px;
    font-family: Rival, Black;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    opacity: 1;
}

.nieuwsbrief-banner .tekstvak > p{
    text-align: center;
}


.nieuwsbrief-banner p{
    color: white;
    width: 100%;
    font-family: Muli, Regular;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.nieuwsbrief-banner .invulvak {
    max-width: 70%;
}


/* icons + text */
.nieuwsbrief-banner .icons  {
    margin-top: 48px;
    display: flex;
    gap: 53px;
}

.nieuwsbrief-banner .icon-text {
    font-family: Rival, Bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.nieuwsbrief-banner .icon-facebook {
    display: inline-flex;
    align-items: center;
    gap: 17px;

}

.nieuwsbrief-banner .icon-instagram {
    display: inline-flex;
    align-items: center;
    gap: 17px;
}

.nieuwsbrief-banner .icon-linkdin {
    display: inline-flex;
    align-items: center;
    gap: 17px;
}

.nieuwsbrief-banner .icons img {
    width: 44.29px;
    height: 44.34px;
}

/* Form */
.nieuwsbrief-banner .wpcf7-form {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 20.5px;
    align-items: flex-end;
}

.nieuwsbrief-banner .wpcf7-form:invalid {
    align-items: center;
}

.nieuwsbrief-banner .wpcf7-form p:last-of-type {
    display: flex;
}

/* Form rows */
.nieuwsbrief-banner .wpcf7-form-control-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}


.nieuwsbrief-banner .wpcf7-form-control:not(.wpcf7-radio) {
    width: 382px;
    height: 59px;
    border: 1px solid #D0D0D0;
    color: #808080;
    font-size: 18px;
    padding-left: 12px;
    line-height: 24px;
}

.nieuwsbrief-banner .wpcf7-form-control:focus {
    outline-color: #D49579;
}
.nieuwsbrief-banner .wpcf7-form-control::placeholder {
    color: #808080;
}



/* Labels */
.nieuwsbrief-banner .wpcf7-form-control p {
    margin-top: 20px;
    font-weight: bold;
}

.nieuwsbrief-banner .wpcf7 {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}


.nieuwsbrief-banner label {
    text-align: left;
    font-family: Muli, Bold;
    font-size: 18px;
    line-height: 24px;
    color: white;
    opacity: 1;
}

/* Submit button */
.nieuwsbrief-banner .wpcf7-form .wpcf7-submit {
    
    background: #3C3C3C;
    border: none;
    color: white;
    width: 191px;
    height: 59px;
    font-size: 18px;
}


@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    
    .nieuwsbrief-banner {
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #BD2B82, #8F16FF);
    }

    .nieuwsbrief-banner .content {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 87px 20px 61px 20px;
    }

    .nieuwsbrief-banner .image-cirkle {
        position: absolute;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 101px;
        height: 101px;
        left: 50%;
        top: 0;
        transform: translate(-50%,-50%);
        background-color: white;
        opacity: 1;
    }

    .nieuwsbrief-banner .tekstvak {
        padding: 0px 20px 0px 20px;
    }

    .nieuwsbrief-banner .invulvak {
        display: flex;
        flex-wrap: nowrap;
        transform: translatex(22px);
        max-width: unset;
    }

    .nieuwsbrief-banner .wpcf7-form:invalid {
        align-items: center;
    }
    
    .nieuwsbrief-banner .icons {
        margin-top: 40px;
        display: flex;
        gap: 30px;
    }

    .nieuwsbrief-banner .icon-text {
        font-family: Rival, Bold;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
    }


    .nieuwsbrief-banner .wpcf7-form-control:not(.wpcf7-radio) {
        width: 100%;
        height: 59px;
        border: 1px solid #D0D0D0;
        color: #808080;
        font-size: 18px;
        padding-left: 12px;
        line-height: 24px;
    }

    .nieuwsbrief-banner .wpcf7-form .wpcf7-submit {
    
        background: #3C3C3C;
        border: none;
        color: white;
        width: 191px;
        height: 59px;
        font-size: 18px;
    }

    

}

@media screen and (max-width: 767px) {


    .nieuwsbrief-banner {
        width: 100%;
        height: 100%;
        background: linear-gradient(to top right, #BD2B82, #8F16FF);
    }

    .nieuwsbrief-banner .wrapper {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .nieuwsbrief-banner .content {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 84px 30px 54px 30px;
    }


    .nieuwsbrief-banner .image-cirkle {
        position: absolute;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 101px;
        height: 101px;
        left: 50%;
        top: 0;
        transform: translate(-50%,-50%);
        background-color: white;
        opacity: 1;
    }


    .nieuwsbrief-banner h1 {
        color: white;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        line-height: 36px;
        font-size: 30px;
        font-family: RIval, black;
        letter-spacing: 0px;
        opacity: 1;
    }


    .nieuwsbrief-banner .tekstvak > p {
        color: white;
        text-align: center;
        width: 100%;
        font-size: 22px;
        font-family: Muli, Regular;
        line-height: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }

    .nieuwsbrief-banner .tekstvak {
         padding: 0px;
    }

    .nieuwsbrief-banner .invulvak {
        display: flex;
        flex-wrap: nowrap;
        transform: translatex(0);
    }

    .nieuwsbrief-banner .wpcf7-form {
        display: flex;
        flex-direction: column;
        gap: 20.5px;
    }

    .nieuwsbrief-banner .wpcf7-form-control:not(.wpcf7-radio) {
        width: 100%;
        height: 59px;
        border: 1px solid #D0D0D0;
        color: #808080;
        font-size: 18px;
        padding-left: 12px;
        line-height: 24px;
    }

    .nieuwsbrief-banner .wpcf7-form-control.wpcf7-radio {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        margin-bottom: 25px;
        padding-top: 11px;
    }

    .nieuwsbrief-banner .wpcf7-form .wpcf7-submit {
        background: #3C3C3C;
        border: none;
        color: white;
        width: 100%;
        height: 59px;
        font-size: 18px;
    }


    /* icons + text */
    .nieuwsbrief-banner .icon-text {
        display: none;
    }
    
    .nieuwsbrief-banner .icons {
        gap: 30px;
    }

    .nieuwsbrief-banner .icons img {
        width: 57px;
        height: 57px;
    }

    
}