.succesverhalen {
    display: flex;
    width: 100%;
}

.succesverhalen .wrapper {
    width: 100%;
    flex-wrap: wrap;
    max-width: 1620px;
}

.succesverhalen .titel {
    padding: 0px 0px 60px 150px;
}

.succesverhalen .titel>h2 {
    font-size: 60px;
    line-height: 71px;
    font-family: Rival, black;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.succesverhalen .titel>h3 {
    display: none;
}


/* slider container */
.succesverhalen .splide__slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    max-width: 405px;
    height: 100%;
    background: linear-gradient(#BD2B82, #8F16FF);
}

.succesverhalen .image {
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 253px;
}

.succesverhalen .image>img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 252.99px;
}

.succesverhalen .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: auto;
    margin-bottom: 30px;
}

.succesverhalen .content .tekstvak {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 50px;
}


.succesverhalen .splide {
    display: inline-flex;
    justify-content: center;
    margin: auto;
    width: 100%;
}



.succesverhalen .splide__arrow:disabled {
    opacity: .3;
}

.succesverhalen .splide__arrow--prev {
    left: -4em;
}

.succesverhalen .splide__arrow--next {
    right: -4em;
    background: transparent;
    background-color: white;
}

.succesverhalen .splide__arrow svg {
    fill: #E419A4;
    height: 1.2em;
    width: 1.2em;
}

.succesverhalen h1 {
    color: white;
    text-align: left;
    font-size: 35px;
    line-height: 42px;
    font-family: Rival, Bold;
    letter-spacing: 0px;
    opacity: 1;
}

.succesverhalen p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    color: white;
    font-size: 22px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-family: Muli, Regular;
    letter-spacing: 0px;
    opacity: 1;
}

.succesverhalen .btncontainer {
    width: 100%;
    padding: 0px 50px;
    padding-bottom: 30px;
}

.succesverhalen .btnmeer-weten {
    background: none;
    color: white;
    border-color: white;
    width: 100%;
    padding: 18px;

}

.succesverhalen .btnmeer-weten h4 {
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'rival';
    letter-spacing: 0px;
    opacity: 1;
}

.succesverhalen .btnmeer-weten a {
    color: white;
}


@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {

    .succesverhalen .wrapper {
        width: 100%;
        flex-wrap: wrap;
        max-width: 1280px;
        padding: 10px 20px;
    }

    .succesverhalen .titel {
        padding: 0px 0px 60px 0px;
    }

    .succesverhalen .titel>h2 {
        text-align: left;
    }


    .succesverhalen h1 {
        color: white;
        text-align: left;
        font-size: 28px;
        line-height: 36px;
        font-family: Rival, Bold;
        letter-spacing: 0px;
        opacity: 1;
    }

    .succesverhalen p {
        margin-top: 20px;
    }



    .succesverhalen .splide__arrow--prev {
        left: -1em;
    }

    .succesverhalen .splide__arrow--next {
        right: -1em;
    }

}


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

    .succesverhalen {
        display: flex;
        padding: 0px 15px;
        width: 100%;
    }

    .succesverhalen .wrapper {
        padding: 0;
    }

    .succesverhalen .titel>h2 {
        display: none;
    }

    .succesverhalen .titel>h3 {
        display: flex;
        text-align: center;
        font-size: 56px;
        line-height: 66px;
        letter-spacing: 0px;
        font-family: RIval, Black;
        color: #FFFFFF;
        opacity: 1;
        margin-top: 0px;
    }


    .succesverhalen .image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 215px;
    }

    .succesverhalen .content .tekstvak {
        padding: 0px 30px;
    }

    .succesverhalen h1 {
        color: white;
        text-align: left;
        font-size: 36px;
        line-height: 42px;
        font-family: Rival, Bold;
        letter-spacing: 0px;
        opacity: 1;
    }

    .succesverhalen p {
        color: white;
        font-size: 22px;
        line-height: 36px;
        font-family: Muli, Regular;
        text-align: left;
        letter-spacing: 0px;
        opacity: 1;
        margin-top: 20px;
    }

    .succesverhalen .btnmeer-weten {
        background: none;
        color: white;
        border-color: white;
        width: 100%;
        line-height: 32px;
        font-size: 20px;
        font-family: Rival, Bold;
        margin-top: 0;
    }

    .succesverhalen .splide__arrow--prev {
        display: none;
    }

    .succesverhalen .splide__arrow--next {
        display: none;
    }

	.succesverhalen .btncontainer {
		width: 100%;
		padding: 0px 30px;
		padding-bottom: 30px;
	}


}