button.buttonboxvolgende2 {
    right: 13px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    background-color: #E62F27;
    border-radius: 100%;
    background-image: url(https://werkenbijfoja.nl/wp-content/themes/werken-bij-foja-groep/img/Box-right.svg);
    background-position: center;
    background-size: 13px;
    background-repeat: no-repeat;
    font-size: 0px;
    border: 0px;
    margin-top: 24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 6px;
    padding: 0px;
}

button.buttonboxvorige {
    top: 6px;
    left: 13px;
    width: 30px;
    height: 30px;
    background-color: #E62F27;
    border-radius: 100%;
    background-image: url(https://werkenbijfoja.nl/wp-content/themes/werken-bij-foja-groep/img/Box-right.svg);
    background-position: center;
    background-size: 13px;
    background-repeat: no-repeat;
    font-size: 0px;
    margin-top: 24px;
    border: 0px;
    transform: rotate(180deg);
    margin-right: 16px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0px;
    position: absolute;
}

button.buttonboxvorige:hover, button.buttonboxvolgende2:hover {
    background-color: #C31E17 !important; 
}

.boxactive:last-child .buttonboxvolgende2, .boxactive:first-child .buttonboxvorige {
    display: none;
    position: absolute;
    top: 0px;
}

.boxpaddingfix.boxactiveslider > div {
    position: relative;
}